/*
Theme Name: Ururi
Theme URI: http://www.kunturweb.com
Description: Theme Ururi de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;}
.oculto{
     opacity:0;
}
.visible{
     opacity:1;
}
input:focus, textarea:focus{
	outline: 0px;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #1e293e;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
}
h1, h2, h3, h4{
	font-family: "Cinzel", serif;
    font-style: normal;
    color: #191919;
}
a, ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    line-height: 24px;
	color: #2b2b2b;
	text-decoration: none;
    font-weight: normal;
    text-transform: 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, a:focus{
	color: #2394f3;
}
body{
	background: #fff;
    font-family: 'Open Sans', sans-serif;
}
.wrap{
    width: 1300px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
/*
***********************************************************************************
    Estilos header top
***********************************************************************************
*/
header, .headerdos{
    width: 100%;
    height: 80px;   
    position: relative;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 100;
    text-align: center;  
    background: #fff;
}
/*
***********************************************************************************
    Estilos header: logo, menu, buscador
***********************************************************************************
*/
.logo{
    width: auto;
    height: 70px;
    float: left;
    position: relative;
    margin: 5px 0;
    overflow: hidden;
    animation: logoani 1.2s 1 forwards;
    opacity: 0;
    float: left;
    z-index: 2;
}
.logo img{
    height: 100%;
    width: auto;
    margin: 0;
    float: left;
}
@keyframes logoani{
    0%{transform: translateX(-150px);opacity: 0;}
    100%{transform: translateX(0);opacity: 1;}
}
.menuprincipal{
    width: auto;
    float: right;
    margin: 0;
    height: 80px;  
    width: auto;
    padding: 0;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}
.menuprincipal #menu{
    float: left;
    margin: 0;
}
.menuprincipal ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
}
.menuprincipal ul li{
    float: left;
    padding: 0;
    margin: 0 10px;
    position: relative;
    width: auto;
    height: 80px;
    list-style: none;
    color: #222021;
    font-family: "GothamLight";
}
.menuprincipal ul li a{
    height: 80px;
    line-height: 80px;
    width: auto;
    margin: 0 5px;
    display: inline-block;
    padding: 0;
    color: #3a3b3c;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    text-transform: none;
    position: relative;
}
.menuprincipal ul li a:after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #8b191a;
    border-radius: 6px;
    transform: scaleX(0);
    transform-origin: left;
    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;
}
.menuprincipal ul li a:hover{
    opacity: 1;
    color: #8b191a;
}
.menuprincipal ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #8b191a;
}
.menuprincipal ul li a:hover:not(.current-menu-item){		
	color: #8b191a;
}
.menuprincipal ul li a:hover, 
.menuprincipal ul li.current-menu-item > a, 
.menuprincipal ul li.current_page_item > a {	
	color: #8b191a;
}
.menuprincipal ul li a:hover:after, 
.menuprincipal ul li.current-menu-item > a:after, 
.menuprincipal ul li.current_page_item > a:after {	
	transform: scaleX(1);
}
.menuprincipal ul li ul{
    width: 230px;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    padding: 5px 25px 20px 25px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    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;
}
.menuprincipal ul li ul li{
    height: auto !important;
    padding: 0;
    width: 100%;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    margin: 0 !important;
    text-align: left;
}
.menuprincipal ul li ul li a{
    width: 100% !important;
    display: inline-block !important;
    text-align: left !important;
    line-height: normal !important;
    height: auto !important;
    padding: 10px 0 !important;
    color: #3a3b3c !important;
}
.menuprincipal ul li ul li a:after{
    bottom: -2px;
    left: -5px;
}
.menuprincipal ul li:hover ul{
    opacity: 1;
    transform: scaleY(1);
}
.menuprincipal ul li:hover a{
    color: #8b191a;
}
.menuprincipal ul li:hover a:after{
    transform: scaleX(1);
}
.menuprincipal ul li ul li a:after{
    transform: scaleX(0) !important;
}
.menuprincipal ul li ul li a:hover:after, 
.menuprincipal ul li ul li.current-menu-item > a:after, 
.menuprincipal ul li ul li.current_page_item > a:after {	
	transform: scaleX(1) !important;
}
.menuprincipal ul li ul li a:hover, 
.menuprincipal ul li ul li.current-menu-item > a, 
.menuprincipal ul li ul li.current_page_item > a {	
	color: #8b191a !important;
}
.menuprincipal ul li ul li a:hover:not(.current-menu-item){		
	color: #8b191a !important;
}
.menuprincipal ul li ul li ul{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    top: 2px;
    left: 0;
}
#menu2{
    display: none;
}
.headerdos{
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    top: -150px;    
    z-index: 8;
    overflow: hidden;
    z-index: 500;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(25,75,108,0.2);
    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;
    width: auto;
    margin: 5px 0;
}
.headerdos .logo img{
    height: 100%;
    width: auto;
    margin: 0;
}
.headerdos .menuprincipal{    
    height: 60px;
}
.headerdos .menuprincipal ul li{    
    height: 60px;
    margin: 0 12px;
}
.headerdos .menuprincipal ul li a{
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: normal;
    font-weight: 400;
}
.headerdos .menuprincipal ul li a:after{
    bottom: 10px;
}
.headerdos .menuprincipal ul li ul{
    top: 60px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
}
.headerdos .menuprincipal ul li ul li a:after{
    bottom: 0;
}
.headerdos .llamada{
    height: 50px;
    width: auto;
    float: right;
    margin: 5px 0 5px 10px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    right: 0;    
}
.headerdos .llamada a{
    padding-top: 8px;
}
.headerdos .llamada i{
    height: 50px;
    line-height: 50px;
}
.contactanoshead{
    float: right;
    color: #191919;
    background: #f0f6f1;
    border-radius: 40px;
    height: 40px;
    width: auto;
    padding: 0 20px;
    line-height: 40px;
    margin: 20px 0 20px 10px;
}
.contactanoshead:hover{
    background: #d6b251;
    color: #fff;
}
.traductor{
    float: right;
    position: relative;
    height: 40px;
    margin: 20px 0 20px 10px;
}
.traductor a{
    margin: 5px 3px;
    float: left;
    position: relative;
}
.skiptranslate{
    top: -100px !important;
}
.headerdos .contactanoshead{
    margin: 10px 0 10px 10px;
}
/*
***********************************************************************************
    Estilos slider top
***********************************************************************************
*/
.slidertop{
    width: 100%;
    height: auto;
    background: #1e293e;    
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* alutra para slider principal */
    height: 100vh !important;
    background: #000;
    overflow: hidden !important;
}
.thumbnail{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    z-index: 1;
    opacity: 0.7;
}
.sombraslder{
    width: 850px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0));
    -o-background: linear-gradient(90deg,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0));
    -webkit-background: linear-gradient(90deg,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0));
    -moz-background: linear-gradient(90deg,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0));
}
.textoslideport{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    max-width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: 3;
    padding: 20px;
    box-sizing: border-box;
}
.contetextoslider{
    width: 650px;
    float: left;
    position: relative;
    height: auto;
    max-width: 100%;
}
.textoslideport span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 22px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    color: #8c7156;
    font-family: "Cinzel", serif;
    letter-spacing: 3px;
}
.textoslideport h1{
    color: #fff;
    font-size: 40px;
    line-height: 42px;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0;
}
.botongeneral{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    line-height: normal;
    color: #191919;
    padding: 15px 30px;
    box-sizing: border-box;
    letter-spacing: 2px;
    background: #f0f6f1;
    border-radius: 40px;
    opacity: 0;
}
.botongeneral:hover{
    background: #d6b251;
    color: #fff;
}
.swiper-slide-active .textoslideport h1{
    animation: bajartitle 1.2s 1 forwards;
}
@keyframes bajartitle{
    0%{transform: translateY(-40px);opacity: 0;}
    100%{transform: translateY(0);opacity: 1;}
}
.swiper-slide-active .botongeneral{
    animation: subirbtn 1.2s 1 forwards;
}
@keyframes subirbtn{
    0%{transform: translateY(40px);opacity: 0;}
    100%{transform: translateY(0);opacity: 1;}
}
/*
***********************************************************************************
    Estilos cuerpo
***********************************************************************************
*/
.cuerpo{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    float: left;
    padding: 70px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.cuerpo h2{
    text-align: center;
    font-size: 35px;
    line-height: 39px;
    color: #082f50;
    margin: 0 0 40px 0;
    width: 100%;
    height: auto;
}
/*
***********************************************************************************
    Estilos cuerpo mensaje
***********************************************************************************
*/
.cuerponosotros{
    padding: 60px 20px;
    z-index: 10;
    overflow: visible;
}
.fotonos{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.textonos{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    padding: 50px 80px 50px 0;
    box-sizing: border-box;
}
.textonos .wrap{
    width: 550px;
    float: right;
}
.titulogeneral{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 30px 0;
}
.titulogeneral span{
    width: auto;
    float: left;
    text-align: left;
    padding: 0 0 0 50px;
    color: #8c7156;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
    font-family: "Cinzel", serif;
}
.titulogeneral span:after{
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    background: #8c7156;
    transform: translateY(-50%);
}
.titulogeneral h2{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0 30px 0;
    text-transform: uppercase;
    color: #891817;
    font-weight: 400;
    text-align: left;
}
.textonos p{
    text-align: justify;
}
.textonos .botongeneral{
    background: #f0f6f1;
    color: #191919;
    opacity: 1;
    float: left;
    margin: 30px 0 0 0;
}
.textonos .botongeneral:hover{
    background: #d6b251;
    color: #fff;
}
.fotonos2{
    right: auto;
    left: 0;
    top: 0;
    height: 100%;
}
.textonos2{
    float: right;
    padding: 50px 0 50px 80px;
}
.textonos2 .wrap{
    float: left;
}
.textonos2 .titulogeneral span, .textonos2 .titulogeneral h2, .textonos2 p, .textonos2 .botongeneral{
    text-align: left;
    float: left;
}
.textonos2 p{
    text-align: justify;
}
.listaval{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
}
.listaval li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
    text-align: left;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    text-align: left;
}
.listaval li img{
    position: absolute;
    top: 4px;
    left: 0;
    width: 40px;
    height: auto;
}
.listaval li span{
    font-weight: 700;
    color: #961611;
}
/*
***********************************************************************************
    Estilos cuerpo equipos
***********************************************************************************
*/
.cuerpoequipo{
    background: #f0f6f1;
}
.cuerpoequipo .titulogeneral h2, .cuerpoequipo .titulogeneral span{
    text-align: center;
}
.cuerpoequipo .titulogeneral span{
    display: inline-block;
    float: none;
    padding: 0 50px;
}
.cuerpoequipo .titulogeneral span:before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    background: #8c7156;
    transform: translateY(-50%);
}
.equipo{
    width: 350px;
    max-width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.fotoequipo{
    width: 100%;
    height: 480px;
    margin: 0;
    float: left;
    position: relative;
}
.textoequipo{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 120px 40px 40px 40px;
    box-sizing: border-box;
    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;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    -o-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    -webkit-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    -moz-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
}
.textoequipo span{
    font-size: 25px;
    line-height: 27px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: "Cinzel", serif;
}
.textoequipo p{
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 0 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-family: "Cinzel", serif;
}
.textoequipo p:after, .textoequipo p:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: rgba(255,255,255,0.7);
    transform: translateY(-50%);
}
.textoequipo p:before{
    left: auto;
    right: 0;
}
.btnequipo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
    text-align: center;
}
.textoequipo .botongeneral{
    display: inline-block;
    opacity: 1;
    float: none;
}
.textoequipo a i{
    margin: 0 10px 0 0;
}
.equipo:hover .textoequipo{
    padding: 120px 40px 60px 40px;
}
/*
***********************************************************************************
    Estilos cuerpo servicios
***********************************************************************************
*/
.cuerposervicios{
    background: #fff;
}
.cuerposervicios .titulogeneral span, .cuerposervicios .titulogeneral h2{
    width: 100%;
    float: left;
    text-align: left;    
}
.cuerposervicios .titulogeneral h2{
    width: 800px;
    max-width: 100%;
    margin: 10px 0 0 0;
}
.botongeneraltiti{
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
}
.swiperconteinerplanes{
    overflow: visible;
    width: 100%;
    padding: 30px 0;
    float: left;
    position: relative;
}
.swiper-container-free-mode>.swiper-wrapper{
    height: auto !important;
}
.swiperconteinerplanes .swiper-slide {
    height: auto !important;
    background: #000;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
    position: relative;
    float: left;
}
.fotoservicio{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1;
}
.textoservicio{
    width: 100%;
    height: auto;
    min-height: 380px;
    float: left;
    position: relative;
    padding: 40px;
    background: none;
    box-sizing: border-box;
    z-index: 11;
}
.fondoblanco{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-webkit-transition: all .45s ease-in-out;
	-o-transition: all .45s ease-in-out;
}
.textoservicio h3{
    color: #000;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 30px 0 20px 0;
    font-weight: 700;
    transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.textoservicio p{
    text-align: center;
    color: #333634;
    transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.fotoser1, .fotoser2{
    width: 60px;
    height: auto;
    position: relative;
    margin: 0;
    display: inline-block;
    transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.textoservicio .fotoser2{
    display: none;
}
.textoservicio .botongeneral{
    opacity: 1 !important;
    display: inline-block;
    float: none;
    margin: 20px 0 0 0;
}
.textoservicio .botongeneral:hover{
    color: #fff;
}
.swiperconteinerplanes .swiper-slide:hover{
    transform: translateY(-10px);
}
.swiperconteinerplanes .swiper-slide:hover .fondoblanco{
    transform: translateY(100%);
}
.swiperconteinerplanes .swiper-slide:hover .textoservicio h3, .swiperconteinerplanes .swiper-slide:hover .textoservicio p{
    color: #fff;
}
.swiperconteinerplanes .swiper-slide:hover .fotoser1{
    display: none;
}
.swiperconteinerplanes .swiper-slide:hover .fotoser2{
    display: inline-block;
}
.swiper-button-prevplan,.swiper-button-nextplan{
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(8,47,80,0.2);
    cursor: pointer;
    opacity: 0.9;
    transform: translateY(-50%);
    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-nextplan{
    left: auto;
    right: -20px;
}
.swiper-button-prevplan i,.swiper-button-nextplan i{
    color: #082f50;
    line-height: 50px;
    text-align: center;
}
.swiper-button-prevplan:hover,.swiper-button-nextplan:hover{
    opacity: 1;
    background: #ffb600;
}
/*
***********************************************************************************
    Estilos footer
***********************************************************************************
*/
footer{
    background: #333634;
    padding: 60px 20px 20px 20px;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 100px;
}
.secfoo{
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
    z-index: 2;
}
.logofoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.logofoo img{
    height: auto;
    width: auto;
    max-height: 50px;
    max-width: 100%;
    float: left;
    position: relative;
}
.redesfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    margin: 0;
}
.redesfoo p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
    color: #fff;
    text-align: left;
    font-size: 14px;
}
.redesfoo a{
    font-size: 18px;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin: 5px;
    background: #8c7156;
    border-radius: 4px;
    text-align: center;
}
.redesfoo a i{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    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:hover{
    background: #8f1a22;
}
.redesfoo a:hover i{
    color: #fff;
}
.secfoo h4{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    color: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.secfoo ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    border-bottom: solid 1px rgba(255,255,255,0.25);
    padding: 10px 0;
}
.secfoo ul li:last-child{
    border: none;
}
.secfoo ul li a{
    font-size: 13px;
    line-height: normal;
    text-align: left;
    display: inline-block;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
}
.secfoo ul li a:hover{
    color: #8c7156;
}
.secfoocontacto ul{
    padding: 0;
}
.secfoocontacto ul li{
    list-style: none;
    text-align: left;
    font-size: 13px;
    line-height: normal;
    text-align: left;
    display: inline-block;
    color: #fff;
    float: left;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    margin: 10px 0;
    border-bottom: none;
}
.secfoocontacto ul li i{
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: auto;
    text-align: center;
    font-size: 18px;
    color: #8c7156;
}
.piepie{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    border-top: solid 1px rgba(255,255,255,0.2);
}
.mapafoo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: auto;
    z-index: 1;
    opacity: 0.05;
    transform: translate(-50%,-50%);
}
.contactofoo{
    width: auto;
    float: right;
    position: relative;
    margin: 0;
}
.secfoocontact{
    float: left;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    border-right: solid 1px rgba(255,255,255,0.15);
}
.secfoocontact a{
    display: inline-block;
    float: left;
    position: relative;
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
    margin: 3px 0;
    text-align: left;
    padding-left: 25px;
    box-sizing: border-box;
}
.secfoocontact a i{
    color: #ff3300;
    margin: 0 4px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.secfoocontact a:hover{
    color: #ffb600;
}
.secfoocontacdos a{
    font-size: 17px;
}
.secfoocontact:last-child{
    border: none;
    padding: 0 0 0 15px;
}
.pie{
    background: #021756;
    width: 100%;
    height: auto;
    padding: 0 20px 15px 20px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.creditospie{
    width: auto;
    height: auto;
    float: left;
    padding: 10px 0;
}
.creditospie p{
    text-align: left;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    line-height: 23px;
}
.creditospie p a{
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    line-height: 22px;
}
.creditospie p a:hover{
    color: #2394f3;
}
.credkuntur{
    float: right;
    text-align: right;
}
.credkuntur a{
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    line-height: 21px;
    text-align: right;
}
.credkuntur img{
    height: 20px;
    width: auto;
}
.fixedwsp{
    position: fixed !important;
    right: -20px;
    bottom: 40px;
    z-index: 300;
    width: 80px;
    height: auto;
    padding: 0;
    opacity: 1;
}
.fixedwsp img{
    width: 120px;
    height: auto;
    opacity: 0.7;
    float: right;
    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;
}
.fixedcal{
    bottom: 95px;
    right: 15px;
}
.fixedcal img{
    width: 47px;
}
.fixedwsp img:hover{
    opacity: 1;
}
.fixedwsp ul{
    position: absolute;
    bottom: 50px;
    right: 35px;
    left: auto;
    width: 240px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    padding: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    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;
}
.fondowsp{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
}
.fixedwsp ul p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    background: #009033;
    padding: 13px 20px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 17px;    
}
.fixedwsp ul li{
    list-style: none;
    padding: 0 20px 0 60px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 11px;
    font-weight: 700;
    text-align: left;
}
.fixedwsp ul li a{
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 8px 0;
}
.fixedwsp ul li a span{
    font-size: 11px;
    font-weight: 400;
}
.fixedwsp ul li img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 10px;
    border-radius: 100%;
    opacity: 1;
    transform: translateY(-50%);
}
.fixedwsp ul li:hover{
    background: rgba(0,0,0,0.05);
}
.fixedwsp ul li a:hover{
    color: #961611;
}
.fixedwsp:hover ul{
    transform: scaleY(1);
}
/*
***********************************************************************************
    Estilos paginas servicios
***********************************************************************************
*/
.portadapage{
    width: 100%;
    height: 350px;
    float: left;
    position: relative;
    background: #333634;
}
.fondoportada{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
}
.textoportada{
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    width: 850px;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 3;
    transform: translate(-50%,-50%);
    text-align: center;
}
.textoportada ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.textoportada ul li{
    width: auto;
    height: auto;
    margin: 4px;
    display: inline-block;
    list-style: none;
    color: #8c7156;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    float: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.textoportada ul li a{
    font-size: 14px;
    line-height: 18px;
    float: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #8c7156;
}
.textoportada ul li a:hover{
    color: rgba(255,255,255,0.7);
}
.textoportada h1{
    color: #fff;
    font-size: 50px;
    line-height: 52px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
}
.textosecpage .titulogeneral span, .textosecpage .titulogeneral h2, .textosecpage p{
    float: left;
    text-align: left;
}
.textosecpage ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.textosecpage ul li{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 2px 0;
    text-align: left;
}
.textosecpage .botongeneral{
    float: left;
}
.textosecpage p{
    float: none;
    text-align: left;    
}
.textosecpage h3{
    text-align: left;
    width: 100%;
    float: none;
    margin: 15px 0;
}
.stats{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px 40px;
    box-sizing: border-box;
}
.statuno{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    border-bottom: solid 1px rgba(51,54,52,0.2);
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-top: 30px;
}
.statuno p{
    font-size: 50px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    padding: 0 130px 0 0;
    box-sizing: border-box;
    position: relative;
    font-weight: 700;
    color: #333634;
}
.statuno p small{
    position: absolute;
    top: -9px;
    right: 0;
    width: auto;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.nacio{
    width: auto;
    height: auto;
    display: inline-block;
    margin: 10px;
    position: relative;
    padding: 0 0 0 55px;
    box-sizing: border-box;
}
.nacio img{
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: auto;
}
.nacio p{
    text-align: left;
    font-size: 12px;
    color: #333634;
}
.nacio p big{
    font-size: 30px;
    font-weight: 700;
}
.stats ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.stats ul li{
    width: 410px;
    max-width: 100%;
    height: auto;
    min-height: 50px;
    position: relative;
    float: left;
    margin: 10px 0;
    background: #fff;
    border-radius: 70px;
    padding: 10px 40px 10px 90px;
    box-sizing: border-box;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    color: #333634;
    font-size: 13px;
    line-height: normal;
}
.stats ul li i{
    position: absolute;
    top: 50%;
    left: 30px;
    color: #8c7156;
    font-size: 35px;
    transform: translateY(-50%);
}
.stats ul li big{
    font-size: 30px;
    font-weight: 700;
}

.portadagen{
    width: 100%;
    height: auto;
    float: left;
    position: relative;    
    background: #000;
    padding: 0 20px;
    box-sizing: border-box;
}
.fotoportadagen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}
.textoquienes{
    width: 700px;
    max-width: 100%;
    padding: 200px 0 60px 0;
    float: left;
    position: relative;
    margin: 0;
    z-index: 3;
}
.textoquienes .titulogeneral span, .textoquienes .titulogeneral h2, .textoquienes p{
    float: left;
    text-align: left;
    color: #fff;
}
.textoquienes p{
    text-align: justify;
}
.textoquienes .titulogeneral h2{
    font-size: 40px;
    line-height: 42px;
}
.textoquienes .botongeneral{
    float: left;
    margin: 30px 0 0 0 !important;
}
.cuerpofundador img{
    width: 500px;
    max-width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 20px;
}
.textofund{
    width: calc(100% - 500px);
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 0 90px;
    box-sizing: border-box;
}
.textofund p{
    margin: 0 0 30px 0;
    text-align: justify;
}
.textofund .botongeneral{
    opacity: 1;
    float: left;
    position: relative;
    margin: 10px 10px 10px 0;
}
.textofund .titulogeneral{
    margin: 0 0 10px 0;
}
.cuerpobene{
    background: #f0f6f1;
}
.mision{
    width: 50%;
    height: auto;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    float: left;
    position: relative;
    z-index: 2;
}
.vision{
    padding: 0 0 0 40px;
}
.vision:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.mision h3{
    text-align: left;
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    position: relative;
}
.mision p{
    text-align: justify;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);    
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.close {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #06447a;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    opacity: 1;
    z-index: 1;
    padding: 0 15px;
    box-sizing: border-box;
    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;
}
.close span{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    color: #fff;
}
.close i{
    font-size: 25px;
    line-height: 35px;
    float: left;
    margin: 0 5px 0 0;
}
.overlay .close span:hover {
    color: #d70e0e;
}
.overlay .content {
    width: 850px;
    max-width: 100%;
    height: auto;
    max-height: calc(100% - 40px);
    min-height: 200px;
    overflow: auto;
    position: relative;
    float: left;
    padding: 0;
    background: #fff;
    top: 30px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 15px 40px 0 rgba(6,68,122,0.3);         
}
.overlay:target .content{
    animation: entradapop 2.1s 1;
}
@keyframes entradapop{
    0%{transform: translateX(-80%);opacity: 0;}
    100%{transform: translateX(-50%);opacity: 1;}
}
.textopop{
    width: 100%;
    padding: 40px 40px 40px 340px;
    box-sizing: border-box;
    height: auto;
    position: relative;
    float: left;
    min-height: 100px;
}
.textopop .titulogeneral{
    margin: 0 0 10px 0;
}
.textopop .botongeneral{
    margin: 20px 0 0 0;
    opacity: 1;
}
.fotopopcv{
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
}
.textopop p{
    text-align: justify;
}
/* width */
.content::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.content::-webkit-scrollbar-track {
  background: #dfe7ed;
  border-radius: 10px;
}

/* Handle */
.content::-webkit-scrollbar-thumb {
  background: #06447a;
  border-radius: 10px;
}





































/*
***********************************************************************************
    Estilos cuerpo contacto
***********************************************************************************
*/
.bread{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #eceef5;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(0,0,0,0.05);
}
.bread ul{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.bread ul li{
    list-style: none;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: normal;
    text-align: left;
    padding: 0 5px 0 0;
}
.bread ul li a{
    font-size: 13px;
    line-height: normal;
}
.bread ul li a:hover{
    color: #2394f3;
}
.cuerpocontacto{
    padding: 60px 20px;
}
.cuerpocontacto .titulogeneral span, .cuerpocontacto .titulogeneral h2{
    float: left;
    text-align: left;
}
.leftcontacto{
    width: calc(100% - 600px);
    float: left;
    position: relative;
    margin: 0;
}
.formcontactopage{
    width: 560px;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 40px;
    background: #f0f6f1;
    float: left;
    padding: 40px 60px;
    box-sizing: border-box;
}
.leftcontacto .titulocentral span, .leftcontacto .titulocentral h2{
    text-align: left;
    float: left;
}
.leftcontacto .titulocentral h2{
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 34px;
}
.seccontactopage{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
    padding: 0 0 0 63px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
.seccontactopage i{
    width: 50px;
    height: 50px;
    background: #021756;
    position: absolute;
    display: inline-block;
    margin: 0;
    border-radius: 100%;
    color: #fff;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    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;
}
.seccontactopage{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    float: left;
    text-align: left;
    font-weight: 900;
    font-size: 18px;
    line-height: 17px;
    color: #1e293e;
}
.seccontactopage small{
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    opacity: 0.8;
}
.formcontactopage h3{
    text-align: left;
    font-size: 22px;
    line-height: 46px;
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #891817;
}
.seccontactopage:hover{
    color: #ffb600;
    font-size: 18px;
    line-height: 17px;
}
.seccontactopage:hover i{
    background: #ffb600;
    color: #202945;
}
.secformcontactopage{
    width: 100%;
    height: auto;
    position: relative;
    float: right;
    padding: 40px 60px;
    box-sizing: border-box;
}
.secform{
    width: 100%;
    height: auto;
    margin: 5px 0;
    float: left;
    position: relative;
}
.secform input[type=text], .secform input[type=email], .secform select, .secform textarea, .secform input[type=number], .secform input[type=date]{
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    padding: 0 20px;
    border-radius: 10px;
    box-sizing: border-box;
    border: solid 1px rgba(0,0,0,0.2);
    font-family: 'Open Sans', sans-serif;
}
.secform textarea{
    height: 120px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.secform input[type=text]:focus, .secform input[type=email]:focus, .secform select:focus, .secform textarea:focus, .secform input[type=number]:focus, .secform input[type=date]:focus{
    border: solid 1px #082f50;
}
.secform input[type=submit]{
    padding: 15px 30px;
    box-sizing: border-box;
    letter-spacing: 2px;
    background: #961611;
    border-radius: 40px;
    cursor: pointer;
    color: #fff;
    border: none;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    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;
    float: left;
}
.secform input[type=submit]:hover{
    background: #d6b251;
    color: #fff;
}
.wpcf7-spinner{
    position: absolute;
    top: 0;
    left: 0;
    background: red;
}
.tabs{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: left;
    padding: 0 0 0 300px;
    box-sizing: border-box;
    background: #222021;
    border-radius: 10px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.1);
    overflow: hidden;
}
#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #tab9, #tab10, #tab11, #tab12{
    top: 0;
    left: 0;
    display: none;
}
section {
    display: none;
    padding: 50px;
    width: 100%;
    height: 480px;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    position: relative;
    background: rgba(255,255,255,0.9);    
    overflow: hidden;
}
section input {
    display: none;
}
.tabs label, .tab1, .tab2, .tab3, .tab4, .tab5, .tab6, .tab7, .tab8, .tab9, .tab10, .tab11, .tab12{
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    height: 50px;
    width: 300px;
    top: 0;
    left: 0;
    font-weight: 400;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 10;
    font-size: 13px;
    line-height: 45px;
    vertical-align: top;
    font-weight: normal;
    overflow: hidden;
    text-transform: uppercase;
    background: #3f4754;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    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;
}
.tab2{
    top: 50px !important;
}
.tab3{
    top: 100px !important;
}
.tab4{
    top: 150px !important;
}
.tab5{
    top: 200px !important;
}
.tab6{
    top: 250px !important;
}
.tab7{
    top: 300px !important;
}
.tab8{
    top: 350px !important;
}
.tab9{
    top: 400px !important;
}
.tab10{
    top: 450px !important;
}
.tab11{
    top: 500px !important;
}
.tab12{
    top: 550px !important;
}
.tabs label i{
    position: absolute;
    top: 50%;
    left: 20px;
    color: #fbc112;
    font-size: 24px;
    transform: translateY(-50%);
}
.tabs label p{
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    text-align: left;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 45px;
}
.tabs label big{
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
}
.tabs label:hover {
    color: #ff3300;
    cursor: pointer;
}
.tabs input:checked + label{
    background: #ff3300;
    transform-origin: bottom;
}
.tabs input:checked + label i{
    color: #fff;
}
.tabs input:checked + label p{
    color: #fff;
    z-index: 10;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10,
#tab11:checked ~ #content11,
#tab12:checked ~ #content12{
    display: block;
    animation: fadep 1s 1;
}
@keyframes fadep {
    0%{opacity:0;}
    100%{opacity:1;}
}
section iframe{
    width: 100%;
    height: 665px;
    border: none;
}
.cuerpocoberdos{
    background: #f4f4f4;
}
/*
***********************************************************************************
    Estilo pagina nosotros
***********************************************************************************
*/

.cambiate{
    width: 900px;
    max-width: 100%;
    float: none;
    display: inline-block;
    position: relative;
    height: auto;
    min-height: 200px;
    margin: 20px 0;
    background: #021756;
    border-radius: 40px;
    padding: 50px 50px 50px 320px;
    box-sizing: border-box;
    box-shadow: 10px 0 30px 0 rgba(22,29,52,0.7);
}
.cambiate img{
    position: absolute;
    width: 300px;
    height: auto;
    bottom: -20px;
    left: 10px;
}
.cambiate h4{
    text-align: left;
    position: relative;
    width: 100%;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px 0;
    color: #f9cf0d;
    font-weight: 900;
}
.cambiate p{
    color: #fff;
    font-size: 16px;
    line-height: 21px;    
}
.cambiate p a{
    font-size: 17px;
    color: #021756;
    padding: 10px 30px;
    box-sizing: border-box;
    background: #f9cf0d;
    border-radius: 30px;
    margin: 10px 15px 0 0;
    float: left;
    font-weight: 700;
}
.cambiate p a i{
    margin: 0 8px 0 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;
}
.cambiate p a:hover{
    transform: scale(1.05)
}
.cambiate p a:hover i{
    color: #202945;
}
.cambiatedos{
    padding: 40px 50px;
}
.cuerpoquienes .fotoquienesdos{
    float: right;
    margin: 0 0 0 50px;
}
.textoquienesdos{
    float: left;
}
.valores{
    width: 100%;
    height: auto;
    position: relative;
}
.valores li{
    list-style: none;
    width: 100%;
    height: auto;
    min-height: 40px;
    float: left;
    position: relative;
    text-align: left;
    padding: 0 0 0 55px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
}
.valores li big{
    font-weight: 700;
    font-size: 19px;
    color: #132280;
}
.textoquienesdos .iconovalores{
    width: 40px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
/*
***********************************************************************************
    Estilo planes paginas
***********************************************************************************
*/
.cuerpoplanespage{
    padding: 60px 20px 0 20px;
}
.subtituloplanes{
    font-weight: 400;
    color: #161d34;
    text-align: center;
    font-size: 19px;
}
.cuerpoplanespage h2{
    margin: 0 !important;
}
.listaplanbene{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
}
.listaplanbene li{
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    text-align: center;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    list-style: none;
    font-weight: 400;
    font-size: 16px;
}
.listaplanbene li:last-child{
    border: none;
}
.cuerpoplanespage .precioplan{
    margin: 0;
}
.cuerpoplanespage .swiper-slide:hover ul li{
    color: #171e36;
    border-color: rgba(22,29,52,0.1);
}
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";
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 10;
    font-size: 11px;
}
.cuerpofaq{
    background: #f3f8f9;
    padding: 80px 20px;
    overflow: hidden;
    min-height: 100px;
}
.cuerpofaq span{
    font-size: 400px;
    color: #4297aa;
    text-align: left;
    position: absolute;
    top: 130px;
    left: -40px;
    font-family: 'Source Sans Pro', sans-serif;
    z-index: 1;
    opacity: 0.05;
}
.secfaq{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 380px;
    box-sizing: border-box;
    z-index: 2;
}
.textofaq{
    width: 350px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.textofaq h3{
    font-size: 35px;
    line-height: 38px;
    text-align: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 20px 0;
}
.accordion{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgba(33,106,129,0.2);
}
.accordion a{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 50px 20px 20px;
    height: auto;
    box-sizing: border-box;
    color: #7288a2;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #00aff2;
}
.accordion a.active {
  color: #00aff2;
  border-bottom: 1px solid #03b5d2;
}
.accordion a::after {
  font-family: 'FontAwesome';
  content: '\f055';
  position: absolute;
  float: right;
  right: 10px;
  font-size: 30px;
  color: #7288a2;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.accordion a.active::after {
  color: #03b5d2;
}
.accordion .content {
  opacity: 0;
  padding: 0 20px;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
.accordion .content p {
  font-size: 14px;
}
.accordion .content.active {
  opacity: 1;
  padding: 20px;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}
.secfaq2{
    margin: 50px 0 0 0;
}
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";
}
span.wpcf7-not-valid-tip{
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 10;
    font-size: 11px;
    width: 150px;
    background: red;
    border-radius: 3px;
    padding: 0 10px;
    box-sizing: border-box;
}
span.wpcf7-not-valid-tip:after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 10px;
    width: 8px;
    height: 8px;
    background: red;
    transform: rotate(45deg);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
    border-color: #ffb900;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 8px 10px;
    box-sizing: border-box;
    margin: 10px 0;
    border-radius: 4px;
    background: #e8e5be;
    color: #fff;
    border: none;
    color: rgba(0,0,0,0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output{
    background: #9ab37c;
}
.cuerpo404{
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    background: url(images/404.jpg) no-repeat center center;
    background-size: cover;
}
.cuerpo404 .wrap{
    width: 700px;
    height: auto;
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    transform: translate(-50%,-50%);
}
.cuerpo404 .titulocentral h2{
    color: #fff;
    font-size: 100px;
    line-height: 105px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.cuerpo404 p, .cuerpo404 a{
    color: #fff;
    text-align: center;
}
.planbecontacto h2 span{
    color: #ff8e00;
}
.planbecontacto p{
    font-size: 16px;
    line-height: 26px;
}
.textoatencion{
    width: 100%;
    position: relative;
    float: left;
    margin: 10px 0 0 0 !important;
    color: #ff8e00 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.listaatencioncontacto li{
    margin: 4px 0 !important;
    padding: 0 0 0 15px !important;
    box-sizing: border-box !important;
    position: relative !important;
}
.listaatencioncontacto li:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ff8e00;
    border-radius: 100%;
}
.telheadcontacto{
    display: inline-block;
    float: none;
    text-align: center;
}
.telheadcontacto a:hover{
    color: #ff8e00;
}
.datossec .textoatenciondos{
    margin: 0 0 30px 0 !important;
    text-align: center !important;
}
.wspfix{
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 10;
}
.wspfix img{
    width: 70px;
    height: auto;
    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;
}
.wspfix:hover img{
    transform: scale(1.1);
}
.textoplanesnota{
    text-align: left;
    margin: 20px 0 0 0;
    font-weight: bold;
    font-style: italic;
}
.fb_dialog_content iframe{
    bottom: 15px !important;
    right: 0 !important;
}
.duoplannegocios{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
    font-size: 17px;
    font-style: italic;
    color: #ff8e00;
    text-align: center;
}
.duoplannegocios span{
    color: #4d4c4c;
}
.plannegocios{
    background: rgba(0,0,0,0.1);
}
.cuerpoplanes h2 span{
    color: #ff8e00;
}
.empresastitulo{
    text-align: center;
    width: 900px;
    max-width: 100%;
    margin: 0 0 10px 0;
    display: inline-block;
}
.tituloempresaservsedes{
    margin: 0 0 10px 0 !important;
}
.subtituloempresaserv{
    margin: 0 0 30px 0;
}
.empresastitulo span{
    color: #ff8e00;
}
.fotosingleprin{
    width: 100%;
    height: auto;
    max-height: 520px;
    float: left;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.fotosingleprin img{
    width: 100%;
    height: auto;
}
.contsingle{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.relacionados{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.botonsoporte{
    float: left;
    width: auto;
}
.cuerpocontacto{
    background: #fff !important;
}
.cuerpocontacto, .cuerpoformas{
    background: #f0f6f1;
}
.cuerpocontacto form{
    width: 550px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 20px;
    padding: 0;
    box-sizing: border-box;
}
.listaformas{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.listaformas li{
    list-style: none;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 40px;
    float: left;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0;
    padding: 8px 0 0 50px;
    box-sizing: border-box;
}
.listaformas li span{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #132280;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.listaformas li:hover{
    transform: translateX(10px);
}
.listaformas li:hover span{
    background: #2394f3;
}
.formapago{
    width: calc(50% - 20px);
    margin: 10px;
    height: auto;
    min-height: 150px;
    float: left;
    position: relative;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 30px 30px 30px 195px;
    box-sizing: border-box;
}
.logopago{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 140px;
    height: auto;
    transform: translateY(-50%);
}
.formapago:after{
    content: "";
    position: absolute;
    top: 30px;
    left: 175px;
    width: 4px;
    height: calc(100% - 60px);
    background: #132280;
    border-radius: 5px;
}
.formapago span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    font-weight: 700;
    margin: 0;
}
.formapago p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
}
.logopagoyape{
    max-height: 100px;
    width: auto;
}
.formapago .botongeneral{
    float: left;
    position: relative;
    padding: 10px 20px;
    width: auto;
    margin: 5px !important;
}
.botonplanesap{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.qryape{
    width: 200px !important;
    height: auto !important;
    position: relative !important;
    float: left !important;
    max-width: 100% !important;
    max-height: inherit !important;
    margin: 15px 0;
}
.logopagoyape1{
    top: 40px;
    transform: translateY(0);
    width: 100px;
    left: 30px;
}
.logopagoyape2{
    top: 150px;
    transform: translateY(0);
    width: 100px;
    left: 30px;
}
.cuerpoclientes .wp-block-image{
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
}
.cuerpoclientes img{
    width: auto !important;
    height: auto !important;
    max-height: 150px !important;
    max-width: 270px !important;
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
}
.seccontactopagedos{
    width: 100% !important;
    padding: 0;
}
.seccontactopagedos ul li, .seccontactopagedos ul li a{
    color: #1e293e;
    font-size: 16px;
}
.seccontactopagedos ul li i{
    top: 5px;
    color: #891817;
}
.fotopage{
    width: 500px;
    height: 550px;
    float: left;
    position: relative;
    border-radius: 20px;
    margin: 0 70px 20px 0;
}
.nece{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 30px 0 0 0;
    background: #f0f6f1;
    border-radius: 20px;
    padding: 40px 70px;
    box-sizing: border-box;
}
.cuerposervpag .titulogeneral{
    margin-bottom: 10px;
}
.cuerposervpagdos img{
    float: right;
}
.cuerposervpagdos .textofund{
    padding: 0 90px 0 0;
}
.mapa{
    width: 100%;
    height: 500px;
    position: relative;
    float: left;
    padding: 0;
}
.mapa iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width : 1100px) {  
    .cuerpoopcion img {
        width: 450px;
    }
    .cuerpoquienes img{
        width: 450px;
    }
    .textoquienes{
        width: calc(100% - 500px);
    }
}
@media only screen and (max-width : 950px) {    
    .menuprincipal #menu{
        display: none;
    }
    .menuprincipal{
        padding: 0;
    }
    .llamada {
        margin: 10px 0 10px 10px;
    }
	#menu2{
		width: 110px;
		height: 90px;
	    position: relative;
	    float: right;
	    display: inline-block;
        z-index: 500;
	}
	#menu2 .menuresp{
		text-align: center;
		position: relative;
        float: right;
		padding: 0 20px 0 45px;
		width: auto;
	    height: 40px;
        line-height: 40px;
        margin: 20px 0 0 0;
		display: inline-block;
        border-radius: 4px;
        color: #191919;
        background: #f0f6f1;
	}
    #menu2 .menuresp span{
        color: #191919;
        line-height: 40px;
        font-size: 13px;
        font-weight: 600;
    }
	.menuresp i{
	    color: #191919;
	    text-align: center;
	    font-size: 15px;
	    line-height: 40px;
        position: absolute;
        top: 0;
        left: 20px;
	} 
    #menu2 .menuresp:hover{
        background: #d6b251;
    }
    #menu2:hover .menuresp{
        background: #d6b251;
    }
	#menu2 .acordion{
		width: 210px;
		height: auto;
		float: right;
	    overflow: hidden;
	    border-radius: 0;
        padding: 0;
        margin: 5px 0 0 0;
        background: #fff;
        border-radius: 0;
        overflow: hidden;
        box-shadow: 0 10px 15px 0 rgba(0,0,0,0.3);
	}
	#menu2 ul li{
		width: 100%;
		height: auto;
		float: left;
		text-align: right;
		margin: 0;
        border-bottom: solid 1px rgba(255,255,255,0.1);
	    font-family: 'Open Sans', sans-serif;
	}
    #menu2 ul li:last-child{
        border: none;
    }
	#menu2 ul li a{
		width: 100%;
		text-align: right;
		padding: 11px 15px;
		display: block;	
		margin: 0px;
	    box-sizing: border-box;
	    text-transform: none;
	    font-weight: bold;
	    font-size: 13px;
        font-family: 'Open Sans', sans-serif;
	}
	#menu2 ul li a:hover{
		background: #d6b251;
        color: #fff;
	}
    #menu2 ul li ul{
        width: 100%;
        height: auto;
        position: relative;
        background: rgba(255,255,255,0.1);
        padding: 10px 15px ;
        box-sizing: border-box;
        float: left;
    }   
    #menu2 ul li ul li{
        width: auto;
        padding: 0;                
        margin: 2px 4px;
        list-style: none;
        border: none;
    }
    #menu2 ul li ul li a{
        padding: 4px 10px;
        background: #161d34;
        border-radius: 6px;
        border: none;
    }
    .headerdos #menu2{		
	    top: 0;
    }
    .headerdos #menu2 .menuresp{		
        margin: 10px 0;
        height: 40px;
        line-height: 40px;
	}
    .headerdos #menu2 .menuresp i{
        line-height: 40px;
    }
    .headerdos #menu2 ul{
        padding: 0;
        margin: 0;
	}
    #menu2 ul li.current-menu-item > a:hover:not(.current-menu-item){
        background: #d6b251;
        color: #fff;
    }
    #menu2 ul li a:hover:not(.current-menu-item){		
        background: #d6b251;
        color: #fff;
    }
    #menu2 ul li a:hover, 
    #menu2 ul li.current-menu-item > a, 
    #menu2 ul li.current_page_item > a {	
        background: #d6b251;
        color: #fff;
    }
    .cuerpobene{
        padding: 100px 20px;
    }
    .fotobene {
        width: 100%;
        background: url(images/fotobene.jpg) no-repeat center right;
        background-size: cover;
        opacity: 0.1;
    }
    .fotobene:after{
        display: none;
    }
    .textobene {
        width: 100%;
        padding: 0;
    }
    .fotoopciones {
        width: 350px;
    }
    .textoopcion {
        width: calc(100% - 400px);
        margin-top: 0;
    }
    .leftcontacto {
        width: 100%;
        margin: 0;
    }
    .formcontactopage {
        width: 560px;
        max-width: 100%;
        margin: 20px 0 0 0;
        float: none;
        display: inline-block;
        padding: 30px;
    }
    .fotonos{
        display: none;
    }
    .textonos {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .textonos .wrap{
        width: 100%;
    }
    .titulogeneral h2{
        font-size: 25px;
        line-height: 28px;
    }
    .titulogeneral span{
        font-size: 16px;
    }
    .cuerponosotros{
        padding: 40px 20px;
    }
}
@media only screen and (max-width : 900px) {
    .cuerpoquienes img{
        width: 400px;
        max-width: 100%;
        float: none;
        display: inline-block;
        margin: 0 0 30px 0;
    }
    .textoquienes{
        width: 100%;
    }
    .formapago {
        width: 100%;
        margin: 10px 0;
        min-height: 150px;
        padding: 20px 20px 20px 195px;
    }
    .cuerpofundador img {
        width: 450px;
        height: auto;
        float: none;
        display: inline-block;
    }
    .textofund {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0;
    }
    .cuerposervpagdos .textofund {
        padding: 0;
    }
}
@media only screen and (max-width : 820px) {
    .slidertop .swiper-slide{
        height: 420px !important;
    }
    .sombraslder{
        opacity: 0.7;
    }
    .cuerpobanner{
        padding: 40px 20px;
    }
    .cuerpobanner h2 {
        font-size: 26px;
        line-height: 30px;
        padding: 0;
        text-align: center;
    }
    .cuerpobanner a {
        margin: 20px 0 0 0;
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
    }
    .cuerpobene{
        padding: 60px 20px;
    }
    .mision {
        width: 100%;
        padding: 20px 0;
    }
    .vision:after{
        display: none;
    }
    .thumbnail {
        opacity: 0.5;
    }
    .textoslideport h1, .conttextoportada h1 {
        font-size: 20px;
        line-height: 23px;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .textoslideport h1 span, .conttextoportada h1 span {
        font-size: 30px;
    }
}
@media only screen and (max-width : 750px){
    .cuerpoopcion{
        padding: 50px 20px;
    }
    .cuerpoopcion img {
        width: 350px;
        float: none;
        display: inline-block;
        max-width: 100%;
        margin: 30px 0;
    }
    .textoopcion {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .cuerpocambiate{
        padding: 30px 20px 100px 20px;
    }
    .cambiate{
        padding: 40px 30px 40px 80px;
    }
    .cambiate img {
        width: 200px;
        left: -100px;
    }
    .fotoopciones {
        width: 100%;
        height: 270px;
        display: inline-block;
        float: none;
        margin: 0 0 20px 0;
    }
    .textoopcion {
        width:100%;
        margin: 0;
    }
}
@media only screen and (max-width : 700px){
    header{
        height: auto;
    }
    .logo{
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .logo img {
        height: 70px;
        float: none;
        display: inline-block;
    }
    #menu2{
        float: left;
        text-align: left;
        height: 60px;
    }
    #menu2 .menuresp{
        float: left;
        margin: 5px 0;
    }
    #menu2 .acordion{
        float: left;
    }
    .menuprincipal{
        height: 60px;
    }
    .traductor{
        margin: 5px 0;
    }
    .contactanoshead{
        margin: 5px 10px 5px 0;
    }
    .textoquienes {
        padding: 60px 0;
    }
    
    
    
    .secfoo {
        width: 100%;
        padding: 20px 0;
    }
    .cambiate h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .leftcontacto .titulocentral h2, .cuerpoquienes h2, .textobene .titulocentral h2, .textoopcion h2{
        margin: 0 0 20px 0;
        font-size: 25px;
        line-height: 29px;
    }
    .cuerpo h2 {
        font-size: 27px;
        line-height: 29px;
        margin: 0;
    }
    .swiperconteinerplanes {
        padding: 20px 0 40px 0;
    }
    .cuerpocontacto form{
        padding: 20px;
    }
    .textopop{
        width: 100%;
        padding: 30px;
        min-height: 100px;
    }
    .textopop .titulogeneral{
        margin: 0 0 10px 0;
    }
    .fotopopcv{
        width: 100%;
        height: 220px;
        position: relative;
        float: left;
        border-radius: 10px 10px 0 0;
    }
}
@media only screen and (max-width : 590px){
    .llamada{
        display: none;
    }
    .slidertop .swiper-slide{
        height: 310px !important;
    }
    .cuerposervpag{
        padding: 40px 20px;
    }
    .formcontactopage {
        padding: 20px;
    }
    .cuerpocontacto form {
        padding: 0;
    }
}
@media only screen and (max-width : 510px){
    .logopago {
        position: relative;
        top: 0;
        left: 0;
        width: 140px;
        height: auto;
        max-height: 150px;
        transform: translateY(0);
        float: none;
        display: inline-block;
        margin: 0 0 20px 0;
    }
    .formapago:after{
        display: none;
    }
    .formapago {
        width: 100%;
        margin: 10px 0;
        min-height: 50px;
        float: left;
        padding: 20px;
    }
    .logopagoyape1, .logopagoyape2{
        width: 90px;
        margin: 10px;
    }
    .headerdos .logo{
        display: inline-block;
        float: none;
        height: 45px;
    }
}
/*
    Estilos para popup
*/
#xmas{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display:none;
    z-index: 10000000;
    background: rgba(31,6,65,0.9);
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
}
.contenidopop{
    width: 400px;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(45deg, #4054aa, #7622ab);
    -moz-background: linear-gradient(45deg, #4054aa, #7622ab);
    -webkit-background: linear-gradient(45deg, #4054aa, #7622ab);
    -o-background: linear-gradient(45deg, #4054aa, #7622ab);
    transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.7);
}
.lineapop, .lineapopdos, .lineapoptres, .lineapopcuatro{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 1px;
    height: calc(100% - 20px);
    background: rgba(255,255,255,0.7);
}
.lineapopdos{
    left: auto;
    right: 10px;
}
.lineapoptres{
    width: calc(100% - 20px);
    height: 1px;
}
.lineapopcuatro{
    width: calc(100% - 20px);
    height: 1px;
    top: auto;
    bottom: 10px;
}
.fotopop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    z-index: 1;
}
.contenidopop .subtitulopop{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 15px;
    position: relative;
    z-index: 2;
}
.contenidopop img{
    width: 100%;
    height: auto;
}
.fa-close{
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 15px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    z-index: 10;
}
.fa-close:hover{
    color: #ff6160;
}