
/* Everest Demo Styles
================================================== */

	/* Page Fonts */
	@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
	@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@351;400;450');

	/* Body Options */
	body{ font-family: 'lato', sans-serif; font-weight: 400; letter-spacing: 0px;}
	body *{outline:none;}

/* Health COLORS
================================================== */

	/* Colored */
	.colored, .colored-hover:hover{ color:#6551e2 !important; }
	.bg-colored, .bg-colored-hover:hover{background-color:#6551e2 !important; }
	.border-colored, .border-colored-hover:hover{ border-color:#6551e2 !important; }

	/* Colored1 */
	.colored1, .colored1-hover:hover{ color:#4264d1 !important; }
	.bg-colored1, .bg-colored1-hover:hover{ background-color:#4264d1 !important; }
	.border-colored1, .border-colored1-hover:hover{ border-color:#4264d1 !important; }

	/* Colored2 */
	.colored2, .colored2-hover:hover{ color:#5642d1 !important; }
	.bg-colored2, .bg-colored2-hover:hover{ background-color:#5642d1 !important; }
	.border-colored2, .border-colored2-hover:hover{ border-color:#5642d1 !important; }

	::selection{ background-color:#4264d1 !important; }

	/* Colors to qdr-hovers */
	.qdr-hover:after{background-color:#363636;}
	.qdr-hover-5:before{ background-color:#aaa; }
	.qdr-hover-1:before,
	.qdr-hover-1-left:before,
	.qdr-hover-1-right:before,
	.qdr-hover-1-bottom:before{background-color:rgba(0,0,0,0.1);}
	.qdr-hover-2:before,.qdr-hover-2-vertical:before{background-color:#333;}
	.qdr-hover-2-rotate:before{background-color:#333;}

/* Other Colors */

	.bg-gradient{
		background: #33647E; /* Old browsers */
        background: -moz-linear-gradient(47deg, rgba(53,102,128,1) 0%, rgba(70,126,156,1) 100%);
        background: -webkit-linear-gradient(47deg, rgba(53,102,128,1) 0%, rgba(70,126,156,1) 100%);
        background: linear-gradient(47deg, rgba(53,102,128,1) 0%, rgba(70,126,156,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#356680",endColorstr="#467e9c",GradientType=1);
	}
	.bg-gradient1{
		background: #4264d1; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #4264d1 0%, #819ff5 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #4264d1 0%,#819ff5 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to 45deg,  #4264d1 0%,#819ff5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.bg-gradient2{
		background: #e4e4e4; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #e4e4e4 0%, #fff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #e4e4e4 0%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to 45deg,  #e4e4e4 0%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.bg-soft-gradient:before{
		opacity: 0.85;
        background: #998456;
        background: -moz-linear-gradient(47deg, rgba(153,132,86,1) 0%, rgba(199,175,123,1) 100%);
        background: -webkit-linear-gradient(47deg, rgba(153,132,86,1) 0%, rgba(199,175,123,1) 100%);
        background: linear-gradient(47deg, rgba(153,132,86,1) 0%, rgba(199,175,123,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#998456",endColorstr="#c7af7b",GradientType=1);
	}
	.bg-soft-gradient1:before{
		opacity: 0.8;
		background: #1d1d1d; /* Old browsers */
        background: -moz-linear-gradient(47deg, rgba(133,117,80,1) 0%, rgba(199,175,123,1) 100%);
        background: -webkit-linear-gradient(47deg, rgba(133,117,80,1) 0%, rgba(199,175,123,1) 100%);
        background: linear-gradient(47deg, rgba(133,117,80,1) 0%, rgba(199,175,123,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#857550",endColorstr="#c7af7b",GradientType=1);
	}
	.bg-soft-gradient2:before{
		opacity: 0.9;
        background: #d6d6d6;
        background: -moz-linear-gradient(47deg, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(47deg, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(47deg, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbdbdb",endColorstr="#ffffff",GradientType=1);
	}

	.bg-soft-gradient3:before{
		opacity: 0.8;
		background: #33647E; /* Old browsers */
        background: -moz-linear-gradient(47deg, rgba(53,102,128,1) 0%, rgba(70,126,156,1) 100%);
        background: -webkit-linear-gradient(47deg, rgba(53,102,128,1) 0%, rgba(70,126,156,1) 100%);
        background: linear-gradient(47deg, rgba(53,102,128,1) 0%, rgba(70,126,156,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#356680",endColorstr="#467e9c",GradientType=1);
	}
	.bg-soft-gradient4:before{
		opacity: 0.93;
		background: #33647E; /* Old browsers */
        background: -moz-linear-gradient(47deg, rgba(53,102,128,1) 0%, rgba(70,126,156,1) 100%);
        background: -webkit-linear-gradient(47deg, rgba(53,102,128,1) 0%, rgba(70,126,156,1) 100%);
        background: linear-gradient(47deg, rgba(53,102,128,1) 0%, rgba(70,126,156,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#356680",endColorstr="#467e9c",GradientType=1);
	}
    .bg-soft-gradient5:before {
        opacity: 0.93;
        background: rgb(2,46,62);
        background: -moz-linear-gradient(47deg, rgba(2,46,62,1) 0%, rgba(16,71,91,1) 100%);
        background: -webkit-linear-gradient(47deg, rgba(2,46,62,1) 0%, rgba(16,71,91,1) 100%);
        background: linear-gradient(47deg, rgba(2,46,62,1) 0%, rgba(16,71,91,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022e3e",endColorstr="#10475b",GradientType=1);
    }
    .bg-soft-gradient6:before {
        opacity: 0.8;
        background: rgb(77,124,148);
        background: -moz-linear-gradient(47deg, rgba(77,124,148,1) 0%, rgba(106,151,173,1) 100%);
        background: -webkit-linear-gradient(47deg, rgba(77,124,148,1) 0%, rgba(106,151,173,1) 100%);
        background: linear-gradient(47deg, rgba(77,124,148,1) 0%, rgba(106,151,173,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d7c94",endColorstr="#6a97ad",GradientType=1);
    }
    
    .bg-gradient-gold {
        background: rgb(133,117,80);
        background: -moz-linear-gradient(47deg, rgba(133,117,80,1) 0%, rgba(199,175,123,1) 100%);
        background: -webkit-linear-gradient(47deg, rgba(133,117,80,1) 0%, rgba(199,175,123,1) 100%);
        background: linear-gradient(47deg, rgba(133,117,80,1) 0%, rgba(199,175,123,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#857550",endColorstr="#c7af7b",GradientType=1);
}

/* Page Styles */

/* NAVIGATION */
	/* Navigation Colors - hover and active */
	#navigation.modern .columns .underlain:hover,
	#navigation.modern.scrolled .underlain:hover,
	#navigation.modern {
		color:#fff !important;
	}
	/* Navigation styles */
	#navigation.modern .columns ul li a,
	#navigation.modern .columns ul li button{ font-size:16px; font-weight: 500; }
	/* Mega menu and dropdown styles */
	#navigation.modern.white-nav .columns ul.dropdown-menu.mega-menu li a{ font-size: 14px; font-weight: 400; }
	#navigation.modern.white-nav .columns ul.dropdown-menu li a{ font-size: 14px; font-weight: 400;  }


/* botón header transparencia - siempre activo */
#navigation.modern .columns #headercontact:hover,
#navigation.modern.scrolled .columns #headercontact:hover {
    opacity: 1
}

/* video en header */
.video-container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

video {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* About quienes somos */

.about .about-box-container {
    padding: 70px 20px;
    box-shadow: 2px 27px 97px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    z-index: 10;
}

@media only screen and (max-width: 768px) {
    .about .about-box-container {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/* lineas debajo de menu */
.nav-menu .underlain:after {
    margin-top: -10px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #84754E;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0
    }

.nav-menu .underlain:hover:after {
    margin-top: -10px;
    width: 50%;
    left: 25%;
    }

@media (max-width: 991.98px) {
    .nav-menu .underlain:after {
    left: 0%;
    background: #84754E;
    transition: width .3s ease 0s, left .3s ease 0s;
    }

    .nav-menu .underlain:hover:after {
    width: 21%;
    left: 0%;
    }
}

@media (max-width: 767px) {
    .nav-menu .underlain:after {
    visibility: hidden;
    }

    .nav-menu .underlain:hover:after {
    visibility: hidden;
    }
}

/* Animated arrow scroll */
.downArrow {
  display: table;
  margin: 0 auto;
}

/* Animated arrow scroll bounce
.bounces {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
 */

/* Home */
	.home{ height: 100vh; }
	.home .home-title{ font-size:52px; text-shadow: 0px 7px 10px rgba(0,0,0,0.5);}
		@media only screen and (max-width: 1481px){ .home .home-title{ font-size:43px; } }
		@media only screen and (max-width: 869px){ .home .home-title{ font-size:27px; } }
		@media only screen and (max-width: 640px){ .home .home-title{ font-size:23px; } }
		@media only screen and (max-width: 480px){ .home .home-title{ font-size:19px; } }

/* curvas */
	.home .page-bottom-boxes{
        position: relative; bottom:10%; width: 100%; margin: auto; }
	/* Box Content */
	.home .page-bottom-boxes .box{ height: 200px; }
	.home .page-bottom-boxes .box .box-content{ width: 95%; left:2.5%; height: 0px; position: absolute; bottom:0; border-top:1px solid rgba(255,255,255,0.2); overflow: hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.3s; }
	.home .page-bottom-boxes .box:hover .box-content{ height: 60px; border-top:transparent; }
		@media only screen and (max-width: 992px){
			.home .page-bottom-boxes .box{ height: 60px; }
			.home .page-bottom-boxes .box .box-content{ height: 60px; border-top:transparent; }
		}
		@media only screen and (max-width: 640px){
			.home .page-bottom-boxes .box .box-content,
			.home .page-bottom-boxes .box{ height: 45px; font-size: 16px; }
			.home .page-bottom-boxes .box:hover .box-content{ height: 45px; }
		}

/* curva 2 */

	.page-bottom-boxes2{
        position: relative; bottom:10%; width: 100%; margin: auto, 0; }
	/* Box Content */
	.page-bottom-boxes2 .box{ height: 200px; }
	.page-bottom-boxes2 .box .box-content{ width: 95%; left:2.5%; height: 0px; position: absolute; bottom:0; border-top:1px solid rgba(255,255,255,0.2); overflow: hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.3s; }
	.page-bottom-boxes2 .box:hover .box-content{ height: 60px; border-top:transparent; }
		@media only screen and (max-width: 992px){
			.page-bottom-boxes2 .box{ height: 60px; }
			.page-bottom-boxes2 .box .box-content{ height: 60px; border-top:transparent; }
		}
		@media only screen and (max-width: 640px){
			.page-bottom-boxes2 .box .box-content,
			.page-bottom-boxes2 .box{ height: 45px; font-size: 16px; }
			.page-bottom-boxes2 .box:hover .box-content{ height: 45px; }
		}

/* scroll sticky - header */
.container .home-title p svg {
  width: 14px;
  display: block;
  margin: 10px auto;
    color: #fff;
}
.container .home-title p svg .arrow {
  -webkit-animation: scroll .35s ease-in alternate infinite;
          animation: scroll .35s ease-in alternate infinite;
}

.containerarrow p svg {
  width: 14px;
  display: block;
  margin: 10px auto;
    color: #fff;
}
.containerarrow p svg .arrow {
  -webkit-animation: scroll .35s ease-in alternate infinite;
          animation: scroll .35s ease-in alternate infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

	/* Links on home */
	.home .page-bottom-boxes .box .box-content a{ width: 100%; height: 65px; display: block; line-height: 65px; opacity:1 ; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
		@media only screen and (max-width: 640px){ .home .page-bottom-boxes .box .box-content a{ height: 45px; display: block; line-height: 45px; } }

	/* Next&Prev Arrows */
	.home .slick-arrow{ width: 65px; height: 150px; position: absolute; right: 0px; top:50%; margin-top:-75px; z-index: 5; padding: 0; background: transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
	.home .slick-arrow span{ width: 0px; height: 1px; background: white; position: absolute; display: block; left:20px; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1); -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1); transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1); }
	.home .slick-arrow:before, .home .slick-arrow:after{ width: 18px; height: 1px; background: white; content:''; position: absolute; left:10px; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1); -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1); transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1); }
	/* Next rotate options */
	.home .slick-arrow.slick-next:before{ margin-top:-6px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
	.home .slick-arrow.slick-next:after{ margin-top:6px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); transform: rotate(-45deg); }
	/* Reverse - Previous settings */
	.home .slick-arrow.slick-prev{ right: auto; left:0px; }
	.home .slick-arrow.slick-prev span{ left: auto; right: 20px; }
	.home .slick-arrow.slick-prev:before, .home .slick-arrow.slick-prev:after{ left:auto; right:10px; }
	.home .slick-arrow.slick-prev:before{ margin-top:6px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
	.home .slick-arrow.slick-prev:after{ margin-top:-6px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); transform: rotate(-45deg); }
	/* Hover for desktops */
	@media only screen and (min-width: 640px){
		.home .slick-arrow:hover{ background-color:rgba(0,0,0,0.17); }
		.home .slick-arrow:hover span{ width: 50px; left:-15px; opacity: 1; visibility: visible; }
		.home .slick-arrow:hover:before, .home .slick-arrow:hover:after{ left:23px; }
		/* Hover to prev */
		.home .slick-arrow.slick-prev:hover span{ left:auto; right:-15px; }
		.home .slick-arrow.slick-prev:hover:before, .home .slick-arrow.slick-prev:hover:after{ left:auto; right:23px; }
		/* Texts to arrows when mouse over 
		.home .slick-arrow span:before{ position: absolute; content:'Siguiente'; display: block; right:16px; top:-30px; opacity: 0; width:0px; white-space: nowrap; overflow: hidden; font-family: 'Oswald', serif; font-size: 17px; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1); -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1); transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1); }
		.home .slick-arrow.slick-prev span:before{ left:16px; right: auto; content:'Anterior'; }
		
		.home .slick-arrow:hover span:before{ right:22px; width: 40px; opacity: 1; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
		.home .slick-arrow.slick-prev:hover span:before{ left:22px; width: 70px; } */
	}

	@media only screen and (max-width: 640px){
		.home .slick-arrow{ width: 35px; height: 60px; margin-top:-30px; opacity: .5;}
		.home .slick-arrow:active{ background-color:#333; opacity: 1; }
	}

/* socios */
/* parar modal */


/* color de hover links */
.hoverblue:hover {
    color: #3A7893;
}

.hovergold:hover {
    color: #998456;
}

/* Contents */
	.contents .content-box{ padding:100px 40px ; display: table; table-layout: fixed; overflow: hidden; }
	.contents .content-box.litle-pd{ padding:135px 35px; }
	.contents .inner{ display: table-cell; vertical-align: middle; width: 100%; height: 100%; }
	.contents .content-box.no-pd{ padding:0; }
		@media only screen and (max-width: 1281px){
			.contents .content-box{ padding:70px 40px; }
			.contents .content-box.litle-pd{ padding:70px 25px; }
		}
		@media only screen and (max-width: 992px){ .contents .content-box{ padding:0 15px; height: auto !important; min-height: 250px; } }
		@media only screen and (max-width: 769px){ .contents .content-box{ width: 100%; padding:25px; } }
	/* Inner Slider */
	.contents .content-box .custom-slider img{ width: auto; height: auto; min-width: 100%; min-height: 100%; position: relative; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }



/* Contents */
	.contents2 .content-box{ display: table; table-layout: fixed; overflow: hidden; height: 100%;}
	.contents2 .content-box.litle-pd{ padding:135px 35px; }
	.contents2 .inner{ display: table-cell; vertical-align: middle; width: 100%; height: 100%; }
	.contents2 .content-box.no-pd{ padding:0; }
		@media only screen and (max-width: 1281px){
			.contents2 .content-box{ padding:70px 40px; }
			.contents2 .content-box.litle-pd{ padding:70px 25px; }
		}
		@media only screen and (max-width: 992px){ .contents2 .content-box{ padding:0 15px; height: auto !important; min-height: 250px; } }
		@media only screen and (max-width: 769px){ .contents2 .content-box{ width: 100%; padding:25px; } }
	/* Inner Slider */
	.contents2 .content-box .custom-slider img{ width: auto; height: auto; min-width: 100%; min-height: 100%; position: relative; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }

/* curva contents */
.curved-div svg {
  display: block;
}

/* Contents contact */
	.contents2 .content-box-contact{ padding:60px 60px; display: flex; table-layout: fixed; overflow: hidden; height: 100%; }
	.contents2 .content-box-contact.litle-pd{ padding:135px 35px; }
	.contents2 .content-box-contact.inner{ width: 100%; height: 100%; padding-top:20%; }
	.contents2 .content-box-contact.no-pd{ padding:0; }
		@media only screen and (max-width: 1281px){
			.contents .content-box-contact{ padding:70px 40px; }
			.contents .content-box-contact.big-pd{ padding:70px 40px; }
		}
		@media only screen and (max-width: 992px){ .contents .content-box-contact{ padding:0 15px; height: auto !important; min-height: 450px; } }
		@media only screen and (max-width: 769px){ .contents .content-box-contact{ width: 100%; padding:25px; } }
	/* Inner Slider */
	.contents2 .content-box-contact .custom-slider img{ width: auto; height: auto; min-width: 100%; min-height: 100%; position: relative; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }





/* shadow logo svg squares */
.filter {
  filter: drop-shadow(0px 15px 8px rgba(100,88,60,0.5));
}

/* LAYERED ITEMS */
	.layered-items{ padding: 40px 0 70px; }
	.layered-items .layer-container{ position: relative; display: block; margin: 0; padding: 0; }
	.layered-items .layer-container .layer{ position: absolute; left:0; top:0; width: 100%; height: 100%; }
	.layered-items .layer-container .layer img{ display: block; max-width: 100%; margin:0; width: 100%; }
	/* arrow effect */
	.layered-items .layer-container .arrow-layer{ -ms-transform: translateX(-140px); -webkit-transform: translateX(-140px); transform: translateX(-140px); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
	.layered-items .layer-container:hover .arrow-layer{ -ms-transform: translateX(-20px); -webkit-transform: translateX(-20px); transform: translateX(-20px); }
	/* image effect */
	.layered-items .layer-container .image-layer{ -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
	.layered-items .layer-container:hover .image-layer{ -ms-transform: translateX(-20px); -webkit-transform: translateX(-20px); transform: translateX(-20px); }

/* Services */
	.services .box{ padding:75px 40px; margin:15px 15px 25px; }
		@media only screen and (max-width: 480px){ .services .box{ padding:45px 30px; margin:15px 5px 15px; } }

/* Projects */
	.projects .moving-container{ padding:60px 60px 80px; }
	.projects .project{ position: relative; padding:0 !important; }
	.projects .project .left-img{ position: absolute; left:0; top:0; height: 100%; }
	.projects .project .right-details{ padding:43px 53px; }
		@media only screen and (max-width: 992px){ .projects .project .left-img{ position: relative; min-height: 400px; left:0; top:0; height: 100%; } }
		@media only screen and (max-width: 640px){
			.projects .moving-container{ padding:10px; margin-bottom:40px; }
			.projects .project .right-details{ padding:30px 21px 60px; }
		}

	.projects button.slick-arrow{ width: 70px; height: 30px; font-family: 'FONTAWESOME'; font-size: 35px; color:#ccc; z-index: 20; background: transparent; position: absolute; top:-20px; left:50%; transform: translateX(10px); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
		@media only screen and (max-width: 640px){ .projects button.slick-arrow{ top: -40px; } }
	.projects button.slick-arrow.slick-arrow:hover{ color:#888; }
	.projects button.slick-arrow.slick-prev{ transform: translateX(-80px); }
	.projects button.slick-arrow.slick-prev:before{ content:'\f104' }
	.projects button.slick-arrow.slick-next:before{ content:'\f105' }




/* hide video controls */
video::-webkit-media-controls-enclosure {
  display:none !important;
}

.custom-video-controls {
  z-index: 2147483647;
}

/* Valores - div sin movimiento */
    .container-sm {
        max-height: 600px;
    }

/* retos - div sin movimiento */
    .modern-tabs-container .tab-content .tab-content-inner {
        height: 320px;
    }

/* orden tabs punto partida */

* {
  box-sizing: border-box;
}
.tabspartida {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
    margin-bottom: -30px;
}
.tabspartida li {
  order: 1;
  flex: 1 1 50%;
    margin-bottom: -18px;
  /*width: 30%;*/
}
.tabspartida li:nth-child(2n+1) {
  order: 0;
  flex: 1 1 50%;
    margin-bottom: -18px;
  /*width: 60%;*/
}
.tabspartida li:nth-child(2n+2) {
  order: 0;
  flex: 1 1 50%;
    margin-bottom: -18px;
  /*width: 60%;*/
}
.tabspartida li:nth-child(2n+3) {
  order: 0;
  flex: 1 1 50%;
margin-bottom: -18px;
  /*width: 60%;*/
}

/* Media queries */

/* menú mobile */
@media only screen and (max-width: 1120px) {
    #mobile-navigation .nav li button {
    height: 40px;
    width: 150px;
    margin-left: 10px;
    position: relative;
    color: #eee;
    font-family: 'Oswald';
    }
    #mobile-navigation .nav li button p{
    font-size: 16px;
    font-weight: 450;    
    }
    #mobile-navigation .nav li button:hover {
    font-size: 18px;
    }    
    
}
@media only screen and (max-width: 767px) {
/* valores - div sin movimiento */
    .container-sm {
        height: 480px;
    }
    .modal .close {
    color: #fff !important;
    }
/* retos - div sin movimiento */
    .modern-tabs-container .tab-content .tab-content-inner {
        min-height: 450px;
    }
        mt-neg-mobile {
        margin-top: -50px !important;
    }
/* modelo  de trabajo - botones en mapa */
    .hotspotswrapper .hotspots #itemcomunidad {
        left:69.5% !important;
        top:30% !important;
    }
    
        .hotspotswrapper .hotspots #itemgobierno {
        left:18% !important;
        top:63.5% !important;
    }
    
    .hotspotswrapper .hotspots #itemempresas {
        left:16% !important;
        top:-1% !important;
    }
    
/* contact - social media part */
    .contents2 .content-box-contact  #contactsocial {
    height:100% !important;
}
    
    /* tabs retos mobile */
.modern-tabs-container .tab-content .tab-content-inner i {
    font-size: 60px !important;
}
    
    /* tabs punto partida */

    
}






