/*
Theme Name: Cherry
Theme URI: http://www.kunturweb.com
Description: Theme Cherry de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;font-family: "Noto Sans", sans-serif;}
textarea:focus,input:focus,select:focus {outline: none;}
p, ul li{
	font-family: "Noto Sans", sans-serif;
	color: #03232f;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	padding: 0;
	margin: 0;
}
body{
	background: #fff;
    position: relative;
    font-family: "Noto Sans", sans-serif;
}
h1{
    color: #1b1b1b;
    font-family: "Noto Sans", sans-serif;
}
h2{
	text-transform: none;
	font-size: 35px;
	color: #1b1b1b;
	text-align: center;
    font-weight: normal;
    font-family: "Noto Sans", sans-serif;
}
h3{
	text-transform: uppercase;
	font-size: 16px;
	color: #1b1b1b;
	text-align: center;
	position: relative;
	padding: 0;
	z-index: 1000;
	width: auto;
	margin: 0;
    font-family: "Noto Sans", sans-serif;
}
h4{
	text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	color: #6c7476;
	text-align: center;
	position: relative;
	padding: 0;
	z-index: 1000;
	width: auto;
	margin: 0;
}
a{
    color: #383838;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    text-decoration: none;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
a:hover{
	color: #f1920b;
    text-decoration: none;
}
.wrap{
    width: 1200px;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
/*
***********************************************************************************
    Estilos header: logo, menu, buscador
***********************************************************************************
*/
header, .headerdos{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    padding: 0 20px 40px 20px;
    box-sizing: border-box;
    z-index: 9;
    background: linear-gradient(rgba(3,35,47,0.9), rgba(3,35,47,0));
}
.logo{
    width: auto;
    height: 100px;
    float: left;
    position: relative;
    float: left;
    margin: 30px 0 0 0;
    z-index: 3;
}
.logo img{
    height: 100%;
    width: auto;
    margin: 0;
}
.datostop{
    width: auto;
    float: right;
    height: 40px;
    border-bottom: solid 1px rgba(255,255,255,0.25);
}
.datostop a{
    float: left;
    position: relative;
    font-size: 13px;
    text-align: left;
    color: rgba(255,255,255,0.8);
    line-height: 40px;
    margin: 0 10px;
}
.datostop a i{
    margin-right: 4px;
}
.datostop a:hover{
    color: #fcaa0d;
}
.nav{
    position: relative;
    width: calc(100% - 270px);
    max-width: 100%;
    z-index: 9;
    padding: 0;
    box-sizing: border-box;
    height: auto;
    z-index: 2;
    float: right;
    margin-top: 10px;
}
.nav ul{
    float: right;
    position: relative;
    width: auto;
    height: auto;
}
.nav ul li{
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
}
.nav ul li a {
    padding: 10px 20px;
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    float: left;
    position: relative;
    text-transform: none;
    font-family: "Noto Sans", sans-serif;
}
.nav ul li:last-child a{
    padding-right: 0;
}
.nav ul li a:after{
    position: absolute;
    content: "";
    top: -4px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #c1aa04;
    border-radius: 3px;
    transform: rotate(45deg) translate(-50%,0);
    -o-transform: rotate(45deg) translate(-50%,0);
    -webkit-transform: rotate(45deg) translate(-50%,0);
    -moz-transform: rotate(45deg) translate(-50%,0);
    opacity: 0;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.nav a:hover{
    color: #fcaa0d;
}
#menu2{
    display: none;
}
.headerdos{
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    top: -65px;    
    z-index: 100;
    overflow: hidden;
    background: #00496b;
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.7);
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.headerdos .logo{
    height: 50px;
    margin: 5px 0;
}
.headerdos .logo img{
    height: 50px;
    width: auto;
    margin: 0;
}
.headerdos .nav{    
    height: 60px;
    margin: 0;
}
.headerdos .nav ul li{    
    height: 60px;
    margin: 0;
}
.headerdos .nav ul li a{
    height: 60px;
    line-height: 60px;
    margin: 0;
    font-size: 14px;
    padding: 0 20px;
}
/*
 * estilos para cuerpo
 */
.cuerpo{
	width: 100%;
	float: left;
	margin: 0;
	min-height: 100px;	
	padding: 70px 20px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}
.cuerpo h2{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    margin: 0 0 40px 0;
    position: relative;
    padding: 0;
}
.cuerpo p{
    text-align: left;
}
/*
    Estilos para el boton general
*/
.grupobotones{
    width: 100%;
    margin: 50px 0 0 0;
}
.botongeneral, input[type=submit]{
	height: 45px;
    width: auto;
	text-align: center;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-weight: 600;
	float: none;
	background: #071724;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
    z-index: 1;
    position: relative;
    line-height: 45px;
    color: #fff;
    float: left;
    margin: 20px 0 0 0;
    overflow: hidden;
    padding: 0 30px;
    border-radius: 1px;
    box-sizing: border-box;
    transform: skewX(-8deg);
}
.botongeneral i{
    position: absolute;
    top: -1px;
    right: 0;
    width: 40px;
    height: 42px;
    text-align: left;
    line-height: 42px;
    padding: 0 15px;
    box-sizing: border-box;
    border-left: solid 1px #ffca02;
}
.botongeneral:hover{
    background: #00496b;
    color: #fff;
    padding: 0 40px;
}
.botongeneral:hover i{
    opacity: 1;
}
.enlaceplay{
    position: absolute;
    top: 50%;
    right: 25%;
    z-index: 10;
}
.enlaceplay i{
    font-size: 70px;
    color: rgba(255,202,2,0.15);
    transition: all .35s cubic-bezier(.5, 0, .3, 1);
    -o-transition: all .35s cubic-bezier(.5, 0, .3, 1);
    -webkit-transition: all .35s cubic-bezier(.5, 0, .3, 1);
    -moz-transition: all .35s cubic-bezier(.5, 0, .3, 1);
}
.enlaceplay:hover i{
    color: rgba(255,202,2,0.5);
    transform: scale(1.1);
}
/*
 * estilos para slider
 */
.slider{
    position: relative;
    height: auto;
}
.swiper-container{
	width: 100% !important;
	float: left !important;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	z-index: 1 !important;
    background: #fff;
    height: auto !important;
}
.swiper-slide{
	width: 100%;
    height: 650px !important;
	padding: 0 !important;
	box-sizing: border-box;
	position: relative !important;
	z-index: 0;
    overflow: hidden;
    background: #03232f;
}
.swip-foto{
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	z-index: 1;
    opacity: 0.9;
}
.texto-slider{
    width: 700px;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 120px;
    left: -80px;
    z-index: 10;
    text-align: center;
    background: #fcaa0d;
    border-radius: 0;
    padding: 0 30px 40px 30px;
    box-sizing: border-box;
    transform: skewX(25deg) skewY(3deg);
}
.texto-slider:before{
    position: absolute;
    content: "";
    top: -30px;
    right: 0;
    background: #fcaa0d;
    width: 100%;
    height: 80px;
    border-radius: 0;
    transform: skewX(0) skewY(-6deg);
}
.wrap-texto-slider{
    width: 100%;
    height: auto;
    padding: 10px 0 0 120px;
    box-sizing: border-box;
    position: relative;
    transform: skewX(-25deg) skewY(-3deg);
    -o-transform: skewX(-25deg) skewY(-3deg);
    -webkit-transform: skewX(-25deg) skewY(-3deg);
    -moz-transform: skewX(-25deg) skewY(-3deg);
}
.wrap-texto-slider span{
    color: #00496b;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
}
.wrap-texto-slider h1{
    text-align: left;
    font-size: 45px;
    line-height: 48px;
    text-transform: uppercase;
    color: #071724;
    font-weight: 900;
    margin: 0 0 20px 0;
}
.wrap-texto-slider p{
    color: #071724;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    text-transform: none;
    font-weight: 400;
}
.slider-text-bambi h1{
    font-size: 45px !important;
    line-height: 49px !important;
}
.slider-text-bambi .botongeneral, .textobambi .botongeneral{
    background: #03232f;
    border-color: #03232f;
    height: 45px;
    line-height: 43px;
}
.slider-text-bambi .botongeneral:hover, .textobambi .botongeneral:hover{
    background: #fff;
    border-color: #fff;
    color: #03232f;
}
.swiper-button-next, .swiper-button-prev{
    right: 20px;
    bottom: 20px;
    left: auto;
    top: auto;
    background: none;
    width: 40px;
    height: 50px;
    color: #fff;
    position: absolute;
    line-height: 50px;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.swiper-button-prev{
    right: 70px;
}
.swiper-button-next span, .swiper-button-prev span{
    float: left;
    opacity: 0.4;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.swiper-button-next i, .swiper-button-prev i{
    text-align: center;
    color: rgba(255,255,255,0.3);
    line-height: 50px;
    font-size: 25px;
    float: left;
    margin: 0 10px;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.swiper-button-next i{
    float: left;
}
.swiper-button-next:hover span, .swiper-button-prev:hover span{
    color: #ffca02;
    opacity: 0.8;
}
.swiper-button-next:hover i, .swiper-button-prev:hover i{
    color: #ffca02;
}
.botonbajar{
    position: absolute;
    bottom: 70px;
    left: 50%;
    top: auto;
    transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    width: 40px;
    height: 20px;
    border-left: solid 1px rgba(255,255,255,0.6);
    border-right: solid 1px rgba(255,255,255,0.6);
    z-index: 2000;
    animation: botonbajarfade 1.8s infinite;
}
.botonbajar:hover{
    border-color: #ffca02;
}
.botonbajar:after, .botonbajar:before{
    position: absolute;
    width: 28px;
    height: 28px;
    transform: rotate(45deg);
    content: "";
    left: 5px;
    top: -14px;
    border-left: solid 1px rgba(255,255,255,0.6);
    border-top: solid 1px rgba(255,255,255,0.6);
    box-sizing: border-box;
}
.botonbajar:before{
    top: auto;
    bottom: -15px;
    border: none;
    border-right: solid 1px rgba(255,255,255,0.6);
    border-bottom: solid 1px rgba(255,255,255,0.6);
}
.botonbajar i{
    position: absolute;
    top: 0;
    left: auto;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: rgba(255,255,255,0.6);
    animation: bajaricon 1.8s infinite;
}
.botonbajar:hover:after, .botonbajar:hover:before{
    border-color: #ffca02;
}
.botonbajar:hover i{
    color: #ffca02;
}
@keyframes bajaricon{
    0%{transform: translate(0,-15px);opacity: 0;}
    50%{transform: translate(0,16px);opacity: 1;}
    90%{transform: translate(0,16px);opacity: 0;}
    100%{transform: translate(0,-15px);opacity: 0;}
}
@keyframes botonbajarfade{
    0%{opacity: 0.3;}
    50%{opacity: 1;}
    100%{opacity: 0.3;}
}
/*
*************************************************************************************
    Estilos para nosotros index
*************************************************************************************
*/
.cuerpo-nosotros{    
    position: relative;
    overflow: hidden;
}
.cuerpo h2{
    color: #d5d3d3;
    font-size: 36px;
    line-height: 50px;
}
.cuerpo h2 small{
    color: #646363;
    font-size: 18px;
}
.cuerpo .foto1{
    position: relative;
    float: left;
    height: auto;
    width: 400px;
    max-width: 100%;
}
.textoquienes{
    float: left;
    width: calc(100% - 450px);
    height: auto;
    position: relative;
    margin: 0 0 0 50px;
}
.textoquienes span{
    position: relative;
    text-align: left;
    color: #00496b;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
    float: left;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    letter-spacing: 5px;
    font-size: 15px;
}
.textoquienes span:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 35px;
    height: 5px;
    border-radius: 0 3px 3px 0;
    background: #fcaa0d;
}
.textoquienes span:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 8px;
    width: 20px;
    height: 5px;
    border-radius: 0;
    transform: skewX(30deg);
    background: #fcaa0d;
}
.textoquienes h2{
    text-align: left;
    font-size: 35px;
    line-height: 39px;
    color: #071724;
    font-weight: 900;
}
.sombratext{
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: -100px;
    left: -80px;
    font-size: 250px;
    font-weight: 900;
    color: rgba(0,0,0,0.03);
}
/*
*************************************************************************************
    Estilos para operaciones
*************************************************************************************
*/
.contenidoopera{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.cuerpoperaciones{
    width: 105%;
    height: 710px;
    background: #00496b;
    border-radius: 30px;
    float: left;
    position: relative;
    transform: skewX(-10deg) skewY(2deg);
    left: 10px;
    position: relative;
    padding: 0 20px;
}
.cuerpoperaciones:after{
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    width: 110%;
    height: 120px;
    background: #fff;
    transform: skewX(20deg) skewY(-4deg);
    z-index: 1000;
}
.swiperdos{
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: -30px;
    left: -40px;
    transform: skewX(10deg) skewY(-2deg);
    -o-transform: skewX(10deg) skewY(-2deg);
    -webkit-transform: skewX(10deg) skewY(-2deg);
    -moz-transform: skewX(10deg) skewY(-2deg);
}
.swiperdos .swiper-slide{
    height: auto !important;
}
.swiperdos .swip-foto{
    opacity: 0.7;
    height: 100% !important;
}
.textooperacion{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(3,35,47,1),rgba(3,35,47,0));
    -o-background: linear-gradient(90deg,rgba(3,35,47,1),rgba(3,35,47,0));
    -webkit-background: linear-gradient(90deg,rgba(3,35,47,1),rgba(3,35,47,0));
    -moz-background: linear-gradient(90deg,rgba(3,35,47,1),rgba(3,35,47,0));
}
.dentrotextoopera{
    position: absolute;
    top: 130px;
    left: 170px;
    width: 600px;
    max-width: calc(100% - 170px);
    height: auto;
    z-index: 100;
}
.dentrotextoopera h2{
    color: #c1aa04;
    text-align: left;
}
.dentrotextoopera p{
    color: #fff;
    text-align: left;
}
.swiper-button-nextdos, .swiper-button-prevdos{
    position: absolute;
    bottom: 100px;
    left: 170px;
    z-index: 100;
    width: 40px;
    height: 40px;
    border: solid 2px rgba(255,255,255,0.5);
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.swiper-button-nextdos{
    left: 230px;
}
.swiper-button-nextdos i, .swiper-button-prevdos i{
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    color: rgba(255,255,255,0.5);
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.swiper-button-nextdos:hover, .swiper-button-prevdos:hover{
    border-color: #c1aa04;
}
.swiper-button-nextdos:hover i, .swiper-button-prevdos:hover i{
    color: #c1aa04;
}
/*
*************************************************************************************
    Estilos para ambiente
*************************************************************************************
*/
.cuerpoambiente{
    margin-top: -40px;
    background: #fff;
}
/*
*************************************************************************************
    Estilos para Galería
*************************************************************************************
*/
.cuerpogaleria{
    background: #03232f;
    padding: 90px 0;
}
.swipergaleria{
    background: #03232f;
}
.swipergaleria .swiper-slide{
    height: 550px;
    background: #03232f;
}
.swipergaleria .swiper-slide .swip-foto{
    opacity: 1;
}
.swiper-button-next3, .swiper-button-prev3{
    position: absolute;
    top: 50%;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: #fff;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    transform: translate(0,-50%) skewX(-10deg);
    -o-transform: translate(0,-50%) skewX(-10deg);
    -webkit-transform: translate(0,-50%) skewX(-10deg);
    -moz-transform: translate(0,-50%) skewX(-10deg);
}
.swiper-button-next3{
    left: auto;
    right: 10px;
}
.swiper-button-next3 i, .swiper-button-prev3 i{
    text-align: center;
    line-height: 50px;
    color: #03232f;
    font-size: 20px;
}
/*
*************************************************************************************
    Estilos para footer
*************************************************************************************
*/
footer{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #071724;
    padding: 90px 20px 40px 20px;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.contactosec{
    width: 600px;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 80px;
    left: 0;
}
.contactosec:after{
    position: absolute;
    content: "";
    top: 0;
    left: -10%;
    width: 110%;
    height: 100%;
    background: #fcaa0d;
    border-radius: 40px; 
    transform: rotate(5deg);
}
.contecontactodatos{
    width: 470px;
    max-width: 100%;
    height: auto;
    position: relative;
    float: right;
    z-index: 13;
    padding: 90px 30px 30px 30px;
    box-sizing: border-box;
}
.contecontactodatos h2{
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    color: #03232f;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}
.contecontactodatos ul{
    width: 100%;
    height: auto;
    float: left;
}
.contecontactodatos ul li{
    list-style: none;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: left;
    position: relative;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #03232f;
}
.contecontactodatos ul li small{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.contecontactodatos ul li i{
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    text-align: center;
}
.contecontactodatos ul li a{
    color: #03232f;
}
.contecontactodatos ul li a:hover{
    text-decoration: underline;
}
.copy{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0;
    z-index: 10;
    border-top: solid 1px rgba(0,0,0,0.1);
    padding: 10px 0;
}
.copy p{
    font-size: 12px;
    line-height: 16px;
    color: #03232f;
}
.contactoform{
    width: calc(100% - 600px);
    margin: 0 0 0 600px;
    padding: 40px 60px;
    position: relative;
    float: right;
    box-sizing: border-box;
}
.seccontactoform{
    width: 500px;
    float: left;
    max-width: 100%;
}
.seccontactoform h2{
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 20px 0;
}
.contactoform form{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.contactoform .secform{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
    border-radius: 3px;
}
.contactoform .secform input[type=text], .contactoform .secform input[type=email], .contactoform .secform textarea{
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 3px;
    float: left;
    padding: 0 20px;
    font-weight: bold;
    color: #03232f;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
}
.contactoform .secform textarea{
    height: 120px;
    padding: 20px;
}
.contactoform .secform i{
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 50px;
    background: #c1aa04;
    z-index: 5;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    color: #03232f;
}
.contactoform .secform i:after{
    content: "";
    position: absolute;
    top: 0;
    right: -7px;
    width: 16px;
    height: 50px;
    border-radius: 0 3px 3px 0;
    background: #c1aa04;
    transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
}
.contactoform .secformarea i{
    display: none;
}
.contactoform .secform input[type=submit]{
    background: transparent;
    margin: 20px 0 0 3px;
    padding: 0;
    width: 220px;
    height: 50px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background: #00496b;
    border-radius: 3px;
    box-sizing: border-box;
}
.contactoform .secform input[type=submit]:hover{
    background: #fcaa0d;
    color: #fff;
}
.redesfoo{
    width: 100%;
    height: auto;
    margin: 20px 0;
    float: left;
    position: relative;
}
.redesfoo a{
    width: 40px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    background: #071724;
    color: #fff;
    text-align: center;
    float: left;
    position: relative;
    margin: 5px 20px 5px 0;
}
.redesfoo a:after{
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    border-radius: 0 0 5px 0;
    border-top: solid 0px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 40px #071724;
    border-left: solid 0px transparent;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.redesfoo a i{
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0 0 0 5px;
    font-size: 16px;
}
.redesfoo a:hover{
    background: #00496b;
}
.redesfoo a:hover:after{
    border-bottom: solid 40px #00496b;
}
.redesfoo a:hover i{
    color: #fff;
}
.credito{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
}
.credito a{
    color: rgba(255,255,255,0.5);
    font-size: 12px;
}
.credito a img{
    height: 20px;
    width: auto;
    margin: 5px 0;
    opacity: 0.6;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    display: block;
    top: -50px;
    right: 1px;
    width: auto;
    position: absolute;
    text-align: right;
    background: red;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    z-index: 10;
    padding: 8px 10px;
}
span.wpcf7-not-valid-tip:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 15px;
    height: 6px;
    width: 6px;
    background: red;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
div.wpcf7-response-output {
    margin: 5px 0 !important;
    padding: 7px 13px !important;
    border: none !important;
    position: relative;
    border-radius: 4px;
    background: #cfc06c;
    border: none;
    text-align: left;
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    box-sizing: border-box;
    float: left;
    color: #000;
}
/*
*************************************************************************************
    Estilos para categoría
*************************************************************************************
*/
.sliderpaquete{
    width: 100%;
    height: 370px;
    position: relative;
    float: left;
    background: #03232f;
}
.fotosliderpaquete{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 2;
}
.slidertitulopaquete{
    width: 650px;
    max-width: 100%;
    position: absolute;
    top: calc(50% + 70px);
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 3;
    padding: 0;
    text-align: center;
}
.slidertitulopaquete h1{
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
}
.slidertitulopaquete ul{
    width: 100%;
    height: auto;
    position: relative;
}
.slidertitulopaquete ul li{
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 5px;
    color: rgba(255,255,255,0.7);
}
.slidertitulopaquete a{
    display: inline-block;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    text-align: left;
}
.slidertitulopaquete a:hover{
    color: #c1aa04;
}
.cuerpocat{
    padding: 50px 20px;
}
.secblog{
    width: calc(50% - 40px);
    float: left;
    height: auto;
    margin: 20px;
    background: #03232f;
}
.fotocontent{
    width: 100%;
    height: 320px;
    float: left;
    position: relative;
    display: inline-block;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.secblog:hover .fotocontent{
    opacity: 0.7;
}
.texroblogsec{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 40px 50px;
    box-sizing: border-box;
    min-height: 300px;
    background: #03232f;
}
.texroblogsec h2 a{
    font-size: 25px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: none;
}
.texroblogsec h2 a:hover{
    color: #c1aa04;
}
.texroblogsec p{
    color: rgba(255,255,255,0.8);
    text-align: center;
}
.texroblogsec span, .slidertitulosingle span{
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #c1aa04;
}
/*
*************************************************************************************
    Estilos para single
*************************************************************************************
*/
.wrapsingle{
    width: 1050px;
}
.slidersingle{
    height: 640px;
}
.slidersingle .fotosliderpaquete{
    opacity: 0.7;
}
.slidertitulosingle{
    width: 1050px;
    height: auto;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: auto;
    padding: 50px 120px 30px 120px;
    background: #03232f;
    box-sizing: border-box;
    transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    z-index: 10;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.slidertitulosingle:after{
    content: "";
    position: absolute;
    top: 20px;
    left: -100px;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background: #c1aa04;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.slidertitulosingle h1{
    margin: 0;
    padding: 10px 0;
}
.cuerposingle{
    padding: 0 0 80px 0 !important;
}
.contenidosingle{
    width: 100%;
    padding: 0;
    height: auto;
    position: relative;
    background: #03232f;
    padding: 10px 120px 70px 120px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
}
.contenidosingle p{
    color: #fff;
}
.contenidosingle img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 20px 0;
}
.contenidosingle h2, .contenidosingle h3{
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
    margin: 10px 0;
    font-weight: bold;
}
.contenidosingle h3{
    font-size: 23px;
    line-height: 27px;
}
div.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 20px 0; /* esto es opcional */
  clear: both;
}
div.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sharedsingle{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 30px 0;
    padding: 10px 0;
    border-top: solid 1px rgba(255,255,255,0.15);
}
.sharedsingle a{
    background: #fff;
    width: 33px;
    height: 32px;
    border-radius: 100%;
    float: left;
    margin: 0 5px;
    box-shadow: 1px 2px 7px 0 rgba(0,0,0,0.2);
    color: #3b5998;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.sharedsingle a i{
    line-height: 32px;
    text-align: center;
    color: #03232f;
}
.sharedsingle a:hover{
    background: #c1aa04;
}



.datosform{
    width: calc(50% - 20px);
    float: left;
    position: relative;
    height: auto;
    margin: 10px;
}
.datosformasunto{
    width: calc(100% - 20px);
}
.contactoform form input[type=text], .contactoform form input[type=email], .contactoform form textarea{    
    width: 100%;
    margin: 0;
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
    height: 45px;
    border-radius: 2px;
    border: none;
    float: left;
    font-family: "Noto Sans", sans-serif;
    color: #071724;
}
.contactoform form textarea{
    padding: 20px;
    height: 120px;
}
.contactoform form input[type=submit]{    
    cursor: pointer;
    border: none;
    background: #00496b;
    color: #fff;
}
.contactoform form input[type=submit]:hover{
    background: #fcaa0d;
    color: #071724;
}
.contactoform form input[type=text]:focus, .contactoform form input[type=email]:focus, .contactoform form textarea:focus{
    box-shadow: 0 0 0 1px #f6c504;
}
.contactoform form #msm{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;    
    position: relative;
    float: left;
}
.contactoform form #datos span, #msm span{
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 12px;
    color: red;
    visibility: hidden;
}
div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked, div.wpcf7-mail-sent-ok{
    border: none;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    background: #ecdcb3;
    padding: 10px 20px 10px 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 4px;
    margin: 15px 0 0 0;
    text-align: left;
}
div.wpcf7-validation-errors:after, div.wpcf7-spam-blocked:after, div.wpcf7-mail-sent-ok:after{
    content: "\f071";
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    left: 20px;
    color: #d9550e;
    font-size: 15px;
}
div.wpcf7-spam-blocked{
    background: #ecbebe;
}
div.wpcf7-mail-sent-ok{
    background: #c0ecbe;
}
div.wpcf7-spam-blocked:after{
    content: "\f057";
}
div.wpcf7-mail-sent-ok:after{
    content: "\f058";
}





























.cuerpo-contacto{
    min-height: 500px;
}
.cuerpo-contacto img{
    opacity: 0.1 !important;
    position: absolute;
    top: 0;
    left: -300px;
    height: 100%;
    width: auto;
}
.sombraslider{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0),#1d1d1d);
    z-index: 1;
}

.contactodatos{
    width: calc(100% - 720px);
    height: auto;
    position: relative;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.contactodatos ul{
    width: 100%;
    position: relative;
    height: auto;
    transform: translate(0, 50%);
}
.contactodatos ul li{
    list-style: none;
    width: 100%;
    height: auto;
    margin: 13px 0;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    position: relative;
}
.contactodatos ul li i{
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 14px;
    color: #ffca02;
    opacity: 0.4;
}
.contactodatos ul li a{
    color: #acacab;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    line-height: 27px;
}
.contactodatos ul li a:hover{
    color: #ffcc00;
}

.headerlogodos, .headermenudos, #abrir, #cerrar{
    display: none;
}
#menu2{
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 5000000;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 0 auto;
    padding: 20px;
    border-radius: 4px;
    width: 1000px;
    max-width: 100%;
    height: auto;
    position: relative;
    transition: all 5s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.popup .close {
    position: absolute;
    top: 35px;
    right: 35px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #303030;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    z-index: 5000;
    text-align: center;
    opacity: 0.8;
}
.popup .close:hover {
    background: #ffca02;
    opacity: 1;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
.content video{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
nav a.Active { color: #ffca02 }
.portadablog{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: block;
    margin: 0 0 50px 0;
}

.titulosingle{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    z-index: 10;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.titulosingle h1{
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    position: relative;
    display: inline-block;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.titulosingle h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120px;
    height: 2px;
    background: #ffca02;
    margin-left: -60px;
}
.titulosingle p{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    line-height: 21px;
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #1b1b1b;
    background: #ffca02;
    border-radius: 3px;
    font-size: 17px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 0px solid #398f14;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    background: #f13636;
    border-radius: 3px;
    font-size: 17px;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
    width: 180px;
    text-align: left;
}
.contenidobambi{
    padding: 0 !important;
}
.cuerpobambi{
    width: 100%;
    background: #03232f;
    margin-bottom: 60px;
    height: auto;
    padding: 0 !important;
}
.cuerpobambi .swiper-container{
    height: auto !important;
    float: left !important;
}
.cuerpobambi .swiper-slide{
    height: 610px !important;
    width: 100%;
    background: #000;
}
.fondobambi{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cuerpobambi .swiper-slide .swip-foto{
    opacity: 1;
}
.textobambi{
    position: absolute;
    float: left;
    width: 700px;
    max-width: 100%;
    height: auto;
    background: rgba(0,73,107,0.95);
    border-radius: 10px;
    transform: skewX(-6deg);
    padding: 40px;
    float: left;
    box-sizing: border-box;
    z-index: 10;
    top: 40px;
    left: 40px;
}
.textobambi h2{
    text-align: left;
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 35px;
    line-height: 38px;
}
.textobambi p{
    color: #fff;
}
.cuerpobambi .swiper-slide-active .swip-foto{
    animation: fadescale 15s infinite;
}
@keyframes fadescale{
    0%{transform: scale(1);}
    100%{transform: scale(1.1);}
}
.listavalores{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.listavalores li{
    list-style: none;
    padding-left: 45px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
    line-height: 21px;
}
.listavalores li i{
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 25px;
    text-align: center;
    color: #00496b;
}
.seclabor{
    width: 100%;
    height: auto;
    background: #00496b;
    position: relative;
    float: left;
    border-radius: 10px;
    transform: skewX(-6deg);
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.fotolabor{
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
}
.seclabor p{
    margin-bottom: 20px;
}
.seclabor img{
    float: left;
    position: relative;
    width: 450px;
    height: auto;
    max-width: 100%;
    display: inline-block;
    float: none;
    margin: 10px;
    transform: skewX(6deg);
    border-radius: 10px;
}
.textoquieneslabor{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}
.textoquieneslabor span{
    color: #fcaa0d;
}
.textoquieneslabor h2, .textoquieneslabor p{
    color: #fff;
}
/*
 * estilos responsivos
 */
@media only screen and (max-width :1250px) {
	.secfoo:first-child{
        width: 66.6%;
    }
    .secfoo:last-child{
        width: 100%;
        border-top: solid 1px rgba(0,0,0,0.1);
        padding: 20px;
    }
    .secfoo:nth-child(2){
        border:none;
        width: 33.3%;
    }
}
@media only screen and (max-width :1100px) {
    .contactosec {
        width: 400px;
        top: 60px;
    }
    .contactoform {
        width: calc(100% - 400px);
        margin: 0 0 0 400px;
    }
}
@media only screen and (max-width :1100px) {
    footer {
        padding: 20px 20px 40px 20px;
    }
    .contactoform{
        width: 450px;
        max-width: 100%;
        height: auto;
        float: none;
        display: inline-block;
        position: relative;
        margin: 0 0 20px 0;
        padding: 0;
    }
    .contactosec{
        position: relative;
        float: left;
        width: 100%;
        height: auto;
    }
    .contecontactodatos {
        width: 100%;
        max-width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width :1050px) {
    .texroblogsec{
        min-height: 370px;
    }
}
@media only screen and (max-height :350px) {
    .headermenudos{
        height: 100px !important;
    }
}
@media only screen and (max-width :1000px) {
    .nav{
        display: none;
    }
    .contenido{
        width: 100%;
        margin: 0;
    }
    #menudoscont{
        height: 100%;
        width: 100%;
    }
    #abrir{
        display: block;
    }
    #cerrar{
        display: none;
    }
    .headerlogodos, .headermenudos{
        display: inline-block;
    }
    .headermenudos{
        overflow: scroll;
        height: auto;
    }
	#menu2{
		width: 200px;
        display: inline-block;
		padding: 0;
        height: auto;
		margin: 0;
		position: absolute;
		float: right;
        right: 20px;
        top: 50px;
		z-index: 100;
		border-radius: 0;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
	}	
	/*boton mostrar/ocultar*/
	.menuresp{
		display: inline-block;
		padding: 0;
		text-align: center;
		text-decoration:none;
        background: #fcaa0d;
        border-radius: 5px 0 0 5px;
        float: right;
		font-size: 12px;
		margin: 0 15px 0 0;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        color: #03232f;
        font-weight: bold;		
        width: 85px;
        height: 40px;
        line-height: 40px;
        position: relative;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
	}
    .menuresp:after{
        content: "";
        position: absolute;
        top: 0;
        left: auto;
        right: -14px;
        width: 0;
        height: 0;
        z-index: 100000;
        border-radius: 0 0 5px 0;
        border-top: solid 0 transparent;
        border-right: solid 10px transparent;
        border-bottom: solid 40px #fcaa0d;
        border-left: solid 5px #fcaa0d;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
    }
    .menuresp i{
        margin: 0 5px 0 0;
        color: #03232f;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
    }
    .menuresp:hover{
        background: #00496b;
        color: #fff;
    }
    .menuresp:hover:after{
        border-bottom: solid 40px #00496b;
        border-left: solid 5px #00496b;
    }
    .menuresp:hover i{
        color: #fff;
    }
	#menu2 .acordion{
		width: 100%;
		height: auto;
		float: left;
	    overflow: hidden;
	    border-radius: 0;
        padding: 10px 0 0 0;
        margin: 0;
        border-radius: 5px;
        position: relative;
	}
    #menu2 .acordion:after{
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: calc(100% - 10px);
        background: #00496b;
        border-radius: 5px;
        z-index: 2;
    }
	#menu2 ul li{
		width: 100%;
		height: auto;
		float: left;
		text-align: right;
		margin: 0;
        position: relative;
        z-index: 3;
        border-bottom: solid 1px rgba(25,255,255,0.05);
	    font-family: 'Open Sans', sans-serif;
	}
    #menu2 ul li:first-child{
        overflow: hidden;
        border-radius: 0;
    }
    #menu2 ul li:last-child{
        border: none;
    }
	#menu2 ul li a{
		width: 100%;
		text-align: right;
		padding: 10px 15px;
		display: block;
		color: #fff;	
		margin: 0px;
	    box-sizing: border-box;
	    text-transform: none;
	    font-weight: bold;
	    font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
	}
	#menu2 ul li a:hover{
		background: #fcaa0d;
        color: #03232f;
	}
    #menu2 .headerlogodos{
        margin: -30px 0 10px 0;
    }
    #menu2 .headerlogodos img{
        width: 100px;
        margin: 0;
    }
    #menu2 .headermenu li{
        height: 40px;
        line-height: 40px;
    }
    #menu2 .headermenu li a{
        font-size: 14px;
    }
    #headdos #menu2{
        margin: 0;
        top: 5px;
    }
    .wrap-texto-slider h1 {
        font-size: 27px;
        line-height: 31px;
    }
    .slider-text-bambi h1{
        font-size: 30px !important;
        line-height: 33px !important;
    }
    .wrap-texto-slider {
        padding: 10px 0 0 100px;
    }
    .seclabor{
        padding: 0;
        transform: skewX(0);
    }
    .fotolabor{
        position: relative;
        float: left;
        width: 100%;
        height: 500px;
    }
    .seclabor img{
        float: none;
        display: inline-block;
        margin: 10px;
        width: 470px;
        max-width: calc(100% - 40px);
        height: auto;
        border-radius: 5px;
        transform: skewX(0);
    }
    .textoquieneslabor{
        width: 100%;
        height: auto;
        padding: 30px 20px;
        float: left;
        margin: 0;
    }
    .textoquieneslabor span{
        color: #fcaa0d;
    }
    .textoquieneslabor h2, .textoquieneslabor p{
        color: #fff;
    }
}
@media only screen and (max-width :1370px) {
	.contactodatos{
        width: calc(100% - 620px);
    }
}
@media only screen and (max-width :1250px) {
	.contactodatos{
        width: 100%;
        display: inline-block;
        margin: 0 0 40px 0;
    }
    .contactodatos ul{
        transform: translate(0,0);
    }
}
@media only screen and (max-width :750px) {
    .cuerpo-nosotros p{
        text-align: center;
        width: 100%;
    }
    .enlaceplay{
        position: relative;
        top: 0;
        right: 0;
        left: 50%;
        display: inline-block;
        text-align: center;
        margin: 20px 0 0 0;
        transform: translate(-50%, 0);
    }
}
@media only screen and (max-width :850px) {
    .cuerpo {
        padding: 50px 20px;
    }
    .cuerpo .foto1 {
        float: none;
        width: 400px;
        display: inline-block;
        margin: 0 0 20px 0;
    }
    .textoquienes {
        width: 100%;
        margin: 0;
    }
    .dentrotextoopera {
        position: absolute;
        top: 90px;
        left: 140px;
        width: 600px;
        max-width: calc(100% - 210px);
    }
    .slidertitulopaquete h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .slidertitulosingle:after {
        left: -50px;
        width: 60px;
        height: 60px;
        top: 60px;
    }
    .slidertitulosingle{
        padding: 30px;
    }
    .contenidosingle{
        padding: 10px 30px 10px 30px;   
    }
    .textobambi{
        width: 100%;
        padding: 30px 20px;
        bottom: 0;
        left: 0;
        top: auto;
        transform: skewX(0) translateY(0);
        position: relative;
        float: left;
        border-radius: 0;
    }
    .cuerpobambi .swiper-slide{
        height: 380px;
        min-height: 100px;
    }
    .textobambi h2 {
        margin: 0 0 15px 0;
        font-size: 25px;
        line-height: 28px;
    }
}
@media only screen and (max-width :830px) {
    .secblog{
        width: 390px;
        max-width: 100%;
        float: none;
        display: inline-block;
        margin: 10px 0;
    }
    .texroblogsec{
        padding: 30px;
        min-height: 50px;
    }
}
@media only screen and (max-width :750px) {
    .servicios{
        display: inline-block;
    }
    .servicio{
        height: 500px;
        width: calc(50% - 20px);
        display: inline-block;
    }
    .texto-servicio h3{
        font-size: 22px;
        line-height: 26px;
    }
    .titfalso{
        display: none;
    }
    .textoreal{
        opacity: 1;
        transform: scale(1);
        bottom: 0;
    }
    .servicios:hover .servicio{
        width: calc(50% - 20px);
    }
    .cuerpo-servicios .servicio:hover{
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width :700px) {
    .slider{
        height: 500px !important;
    }
    .swiper-container{
        height: 500px !important;
    }
    .swiper-slide{
        height: 500px !important;
    }
    .slider-text-bambi h1{
        font-size: 19px !important;
        line-height: 22px !important;
    }
    .datostop{
        display: none;
    }
    .logo {
        height: 70px;
        margin: 10px 0 0 0;
    }
    #menu2{
        top: 20px;
    }
    .texto-slider{
        width: 500px;
        max-width: 100%;
        left: -70px;
        bottom: 80px;
    }
    .wrap-texto-slider p{
        display: none;
    }
    .textoquienes span {
        letter-spacing: 4px;
        font-size: 13px;
    }
    .textoquienes h2 {
        font-size: 27px;
        line-height: 31px;
    }
}
@media only screen and (max-width :630px) {
    .cuerpoperaciones{
        width: 130%;
        left: -50px;
    }
    .dentrotextoopera {
        top: 70px;
        left: 100px;
        width: 600px;
        max-width: calc(100% - 130px);
    }
    .dentrotextoopera h2 {
        font-size: 25px;
        line-height: 29px;
        margin: 0 0 15px 0;
    }
    .slidertitulopaquete h1 {
        font-size: 25px;
        line-height: 29px;
    }
}
@media only screen and (max-width :560px) {
    .texto-sintro h1{
        font-size: 35px;
        margin: 0 0 20px 0;
    }
    .cuerpo-inter p, .cuerpo-mision p{
        text-align: justify;
    }
    .texroblogsec h2{
        margin: 0 0 20px 0;
    }
    .texroblogsec h2 a{
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (max-width :510px) {
    .texto-slider {
        width: 100%;
        bottom: 40px;
        left: -70px;
    }
    .wrap-texto-slider {
        padding: 0 0 0 90px;
    }
    .wrap-texto-slider h1 {
        font-size: 25px;
        line-height: 29px;
        margin: 0;
    }
    .contecontactodatos {
        padding: 20px 0;
    }
}
@media only screen and (max-width :490px) {
    .cuerpo{
        padding-left: 10px;
        padding-right: 10px;
    }
    .cuerpo-proyectos{
        padding-left: 0;
        padding-right: 0;
    }
    .servicio-wrap img{
        width: auto;
        height: 110%;       
    }
}
/*
    Animación menu transformado en x
*/

#nav-icon3{
    width: 65px;
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#nav-icon3 span{
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 36px;
    background: rgba(255,255,255,0.8);
    border-radius: 15px;
    opacity: 1;
    left: 50%;
    margin-left: -18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 8px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 17px;
}

#nav-icon3 span:nth-child(4) {
  top: 26px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
