/*
Theme Name: Tecnocable
Theme URI: http://www.kunturweb.com
Description: Theme Tecnocable 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: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #1e293e;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
}
h1, h2, h3, h4{
	font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    color: #191919;
}
a, ul li{
	font-family: 'Source Sans Pro', 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: #f9cf0d;
    font-size: 15px;
}
body{
	background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.wrap{
    width: 1200px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
header, .headerdos{
    width: 100%;
    height: 80px;   
    position: relative;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 200;
    text-align: center;
    background: #122368;
}
/*
***********************************************************************************
    Estilos header: logo, menu, buscador
***********************************************************************************
*/
.logo{
    width: auto;
    height: 50px;
    float: left;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
    animation: logoani 1.2s 1 forwards;
    opacity: 0;
    float: left;
}
.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 200px 0 0;
    height: 80px;  
    width: auto;
    padding: 0;
    box-sizing: border-box;
}
.menuprincipal #menu{
    float: left;
    margin: 0;
}
.menuprincipal ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
}
.menuprincipal ul li{
    float: left;
    padding: 0;
    margin: 10px;
    position: relative;
    width: auto;
    height: 60px;
    list-style: none;
    color: #222021;
    font-family: "GothamLight";
}
.menuprincipal ul li a{
    height: 60px;
    line-height: 60px;
    width: auto;
    margin: 0 5px;
    display: inline-block;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    text-transform: none;
    position: relative;
}
.menuprincipal ul li a:after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0faffb;
    border-radius: 6px;
    transform: scaleX(0);
    transform-origin: center;
    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: #0faffb;
}
.menuprincipal ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #0faffb;
}
.menuprincipal ul li a:hover:not(.current-menu-item){		
	color: #0faffb;
}
.menuprincipal ul li a:hover, 
.menuprincipal ul li.current-menu-item > a, 
.menuprincipal ul li.current_page_item > a {	
	color: #0faffb;
}
.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: 210px;
    height: auto;
    position: absolute;
    top: 60px;
    left: 10px;
    background: #122368;
    padding: 5px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    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(255,255,255,0.2);
    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: #fff !important;
}
.menuprincipal ul li ul li a:after{
    bottom: -2px;
    left: 0;
}
.menuprincipal ul li:hover ul{
    opacity: 1;
    transform: scaleY(1);
}
.menuprincipal ul li:hover a{
    color: #0faffb;
}
.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: #0faffb !important;
}
.menuprincipal ul li ul li a:hover:not(.current-menu-item){		
	color: #0faffb !important;
}
.menuprincipal ul li ul li ul{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    top: 2px;
    left: 0;
}
.llamada{
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 19px;
    color: #021756;
    overflow: hidden;
    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;
}
.llamada:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: linear-gradient(#10b3fc,#0483f0);
    z-index: 1;
    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;
}
.llamada i{
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 20px;
    color: #fff;
    line-height: 80px;
    font-size: 32px;
    text-align: center;
    z-index: 2;
    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;
}
.llamada a{
    height: 60px;
    text-align: left;
    font-size: 19px;
    line-height: 16px;
    position: relative;
    float: left;
    color: #fff;
    font-weight: 700;
    z-index: 3;
    padding: 0 30px 0 0;
    margin: 20px 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;
}
.llamada a small{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
    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;
}
.llamada:hover:after{
    background: #e0a424;
}
.llamada:hover a, .llamada:hover a small{
    color: #fff;
}
#menu2{
    display: none;
}
.headerdos{
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    top: -65px;    
    z-index: 8;
    overflow: hidden;
    z-index: 10000;
    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 10px;
}
.headerdos .menuprincipal ul li a{
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: normal;
    font-weight: 400;
}
.headerdos .menuprincipal ul li a:hover{
    color: #00aff2;
}
.headerdos .menuprincipal ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #00aff2;
}
.headerdos .menuprincipal ul li a:hover:not(.current-menu-item){		
	color: #00aff2;
}
.headerdos .menuprincipal ul li a:hover, 
.headerdos .menuprincipal ul li.current-menu-item > a, 
.headerdos .menuprincipal ul li.current_page_item > a {	
	color: #00aff2;
}
.headerdos .llamada{
    height: 60px;
}
.headerdos .llamada a{
    margin: 10px 0;
}
/*
***********************************************************************************
    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: 600px !important;
    background: #122368;
    overflow: hidden !important;
}
.thumbnail{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    z-index: 1;
    opacity: 0.5;
}
.thumb2{
    display: none;
}
.fondoslider{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
}
.textoslider{
    width: 600px;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 3;
}
.textoslider h1{
    color: #fff;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    font-weight: 900;
    text-transform: uppercase;
}
.textoslider p{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.textoslider .botongeneral{
    display: inline-block;
    margin: 10px;
    float: none;
}
/*
***********************************************************************************
    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
***********************************************************************************
*/
.cuerpobanner{
    background: #021756;
    padding: 70px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.cuerpobanner .wrap{
    width: 930px;
    z-index: 2;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
}
.fondoban{
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    z-index: 1;
    opacity: 0.65;
    background: url(images/fondoban.jpg) repeat center center;
    background-size: contain;
    opacity: 0.07;
}
.cuerpobanner h2{
    text-align: center;
    font-size: 35px;
    line-height: 39px;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    z-index: 2;
    text-align: left;
    color: #fff;
    padding: 0 350px 0 0;
    box-sizing: border-box;
    margin: 0;
    font-weight: 900;
    font-style: italic;
}
.cuerpobanner h2 span, .cuerpobanner p span{
    color: #f9cf0d;
    text-decoration: underline;
}
.cuerpobanner a{
    margin: 0;
    display: inline-block;
    float: none;
    width: auto;
    background: #fff;
    border-radius: 30px;
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) skewX(-10deg);
    color: #222021;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 16px;
}
.cuerpobanner a i{
    margin: 0 10px 0 0;
}
.cuerpobanner a:hover{
    background: #f9cf0d;
    color: #021756;
}
.cuerpobanner p{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 10px 0 0 0;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
/*
***********************************************************************************
    Estilos cuerpo planes home
***********************************************************************************
*/
.cuerpoplanes{
    background: #fff;
    overflow: hidden;
    z-index: 10;
    padding: 70px 20px 30px 20px;
}
.titulogeneral{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 30px 0;
}
.titulogeneral span{
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 0 50px;
    color: #00aff2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 3px;
}
.titulogeneral span:after, .titulogeneral span:before{
    width: 40px;
    height: 2px;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    background: #00aff2;
    transform: translateY(-50%);
}
.titulogeneral span:before{
    left: auto;
    right: 0;
}
.titulogeneral h2{
    width: 100%;
    height: auto;
    float: left;
    position:relative;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    color: #122368;
    font-weight: 900;
}
.swiperconteinerplanes{
    overflow: visible;
    width: 100%;
    padding: 50px 0 80px 0;
    float: left;
    position: relative;
}
.swiperconteinerplanes .swiper-slide {
    height: auto !important;
    background: #ebf1f5;
    border-radius: 30px;
    display: inline-block;
    padding: 0 0 40px 0;
    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;
    box-shadow: 0 20px 50px 0 rgba(30,41,62,0);
    position: relative;
    float: left;
}
.swiperconteinerplanes .swiper-slide:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #0d2469;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateY(-100%);
    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;
}
.swiperconteinerplanes .swiper-wrapper{
    height: auto !important;
}
/*
***********************************************************************************
    Estilos Planes
***********************************************************************************
*/
.plantelsem{
    width: calc(25% - 30px);
    height: auto !important;
    min-height: 350px;
    background: #fff;
    padding: 0 0 40px 0;
    float: left;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin: 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;
}
.fondoplan{
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    opacity: 0.1;
}
.tituloplantelsem{
    width: 100%;
    height: auto;
    padding: 20px 20px 0 20px;
    background: #122368;
    position: relative;
    float: left;
    box-sizing: border-box;
    z-index: 2;
}
.tituloplantelsem:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    border-radius: 300%;
    background: #122368;
    bottom: -20px;
    left: 0;
    z-index: 1;
}
.tituloplantelsem span{
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
}
.megasplan{
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    z-index: 2;
    margin: 5px 0 0 0;
    z-index: 3;
}
.megasplan p{
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 0 65px 0 0;
    box-sizing: border-box;
}
.megasplan p small{
    position: absolute;
    width: 60px;
    height: auto;
    top: 14px;
    right: 0;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}
.precioplantelsem{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    z-index: 3;
}
.precioplantelsem p{
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #00aff2;
    position: relative;
    padding: 0 23px 0 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 40px 0 0 0;
}
.precioplantelsem p small{
    font-size: 14px;
}
.precioplantelsem p span{
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 14px;
    color: #00aff2;
    font-weight: bold;
}
.listaplantelsem{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
}
.listaplantelsem li{
    width: 100%;
    height: auto;
    margin: 12px 0;
    list-style: none;
    color: #576063;
    font-size: 15px;
}
.tvlista{
    font-weight: 700;
}
.botongen, .secmens input[type=submit]{
    width: auto;
    height: 45px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    background: #00aff2;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    float: none;
    border-radius: 40px;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    z-index: 6;
    position: relative;
}
.botongen:hover, .secmens input[type=submit]:hover{
    background: #f9f7e7 !important;
    color: #00aff2 !important;
}
.plantelsem:hover .botongen{
    background: #fcc02b;
}
.efectoplantelsem{
    background: #fae5a9;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100px;
    border-radius: 200%;
    transform: translate(-50%,0);
    transition: all 1.2s cubic-bezier(0.4,1,0.32,1);
    z-index: 1;
}
.plantelsem:hover .efectoplantelsem{
    height: 200%;
    width: 200%;
}
.plantelsem:hover .fondoplan{
    opacity: 0.4;
}
.swiperconteinerplanes .swiper-slide .botongeneral:hover{
    background: #ebc90c;
    color: #222021;
}
.swiperconteinerplanes .swiper-slide .botongeneral{
    background: #f9cf0d;
    color: #021756;
}
.swiper-button-prevplan,.swiper-button-nextplan{
    position: absolute;
    top: 50%;
    left: 10px;
    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: 10px;
}
.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;
}
.swiperconteinerplanes .swiper-slide:hover{
    background: #0d2469;
    transform: translateY(-20px);
}
.swiperconteinerplanes .swiper-slide:hover .tituloplan p, .swiperconteinerplanes .swiper-slide:hover .tituloplan span, .swiperconteinerplanes .swiper-slide:hover .precioplan p, .swiperconteinerplanes .swiper-slide:hover .precioplan p span, .swiperconteinerplanes .swiper-slide:hover ul li{
    color: #fff;
}
.swiperconteinerplanes .swiper-slide:hover .tituloplan:after{
    background: #171e36;
}
.swiperconteinerplanes .swiper-slide:hover:after{
    transform: translateY(0);
}
/*
***********************************************************************************
    Estilos cuerpo beneficios
***********************************************************************************
*/
.cuerpoempresas{
    background: #0b1749;
    padding: 80px 20px;
    box-sizing: border-box;
    height: 600px;
}
.textoempresa{
    width: 600px;
    height: auto;
    float: left;
    position: relative;
}
.textoempresa .titulogeneral h2{
    text-align: left;
    color: #fff;
}
.textoempresa .titulogeneral span{
    text-align: left;
    float: left;
}
.textoempresa p{
    color: #fff;
    text-align: left;
}
.swipercontainerempresas{
    width: calc(100% - 650px);
    margin: 0 0 0 50px;
    float: left;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.swipercontainerempresas .swiper-slide{
    margin: 0;
}
/*
***********************************************************************************
    Estilos cuerpo mejor opción
***********************************************************************************
*/
.cuerpoopcion{
    background: #fff;
}
.textoopcion{
    width: calc(100% - 680px);
    height: auto;
    float: left;
    position: relative;   
}
.textoopcion span{
    float: left;
}
.textoopcion h2{
    text-align: left;
    font-weight: 900;
}
.botongeneral{
    float: left;
    background: #122368;
    width: auto;
    padding: 10px 30px;
    color: #fff;
    margin: 40px 0 0 0;
    border-radius: 5px;
    font-weight: 400;
}
.botongeneral:hover{
    background: #0faffb;
    color: #fff;
}
.cuerpoopcion img{
    width: 550px;
    height: auto;
    float: right;
    margin: 0 0 0 50px;
}
.textoopcion p{
    margin: 0 0 20px 0;
}
.fotologo{
    width: 160px;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #f4f4f4;
    border-radius: 5px;
    float: left;
    margin: 5px;
    position: relative;
    text-align: center;
}
.fotologo img{
    height: auto !important;
    max-height: 60px !important;
    width: auto !important;
    max-width: 120px !important;
    margin: 0 !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
}
/*
***********************************************************************************
    Estilos footer
***********************************************************************************
*/
footer{
    background: #021756;
    padding: 40px 20px 20px 20px;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    min-height: 100px;
}
.secfoo{
    width: 33.3%;
    float: left;
    position: relative;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}
.logofoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.logofoo img{
    height: 50px;
    width: auto;
    float: left;
    position: relative;
}
.redesfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    margin: 0;
}
.redesfoo a{
    font-size: 18px;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    margin: 5px;
    background: #0b1749;
    border-radius: 5px;
    text-align: center;
}
.redesfoo a i{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    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: #00aff2;
    color: #fff;
}
.secfoo h4{
    color: #fff;
    font-size: 21px;
    line-height: 22px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-weight: 700;
    text-align: left;
    margin: 0 0 20px 0;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.secfoo ul li{
    font-size: 15px;
    line-height: 19px;
    width: 100%;
    float: left;
    position: relative;
    margin: 4px 0;
    text-align: left;
    color: rgba(255,255,255,0.8);
}
.secfoo ul li a{
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 19px;
    text-align: left;
}
.secfoo ul li a:hover{
    color: #00aff2;
}
.secfoocontacto ul{
    padding: 0;
}
.secfoocontacto ul li{
    list-style: none;
}
.secfoocontacto ul li i{
    margin: 0 7px 0 0;
}
.pie{
    width: 100%;
    height: auto;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    float: left;
    position: relative;
    border-top: solid 1px rgba(255,255,255,0.2);
}
.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: #f49f09;
}
.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;
}
/*
***********************************************************************************
    Estilos cuerpo contacto
***********************************************************************************
*/
.bread{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #ebf1f5;
    padding: 20px;
    box-sizing: border-box;
}
.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;
}
.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: #ebf1f5;
    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: #122368;
    position: absolute;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
    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;
}
.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: 40px;
    box-sizing: border-box;
    border: solid 1px rgba(0,0,0,0.3);
    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]{
    border-radius: 30px;
    padding: 15px 30px;
    width: auto;
    background: #122368;
    border:none;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    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: #0faffb;
    color: #fff;
}
.tabs{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: left;
    padding: 0;
    box-sizing: border-box;
    background: #122368;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
#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: auto;
    margin: 0;
    padding: 40px 50px;
    float: left;
    box-sizing: border-box;
    position: relative;
    background: #ebf1f5;    
    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: auto;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 10;
    float: none;
    display: inline-block;
    font-size: 13px;
    line-height: 45px;
    vertical-align: top;
    font-weight: normal;
    overflow: hidden;
    text-transform: uppercase;
    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;
}
.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: uppercase;
    font-size: 15px;
    font-weight: 700;
    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{
    color: #0faffb;
}
.tabs input:checked + label i{
    color: #fff;
}
.tabs input:checked + label p{
    color: #0faffb;
    z-index: 10;
}
.tabs input:checked + label:after{
    opacity: 1;
}
#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;}
}
.tabs label:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #0faffb;
    border-left: solid 10px transparent;
    transform: translateX(-50%);
    opacity: 0;
}
section iframe{
    width: 100%;
    height: 665px;
    border: none;
}
.cuerpocoberdos{
    background: #f4f4f4;
}
section img{
    width: 500px;
    height: auto;
    max-width: 100%;
    float: none;
    display: inline-block;
    position: relative;
}
section ul{
    width: 300px;
    max-width: 100%;
    float: right;
    position: relative;
    box-sizing: border-box;
}
section ul h3{
    color: #122368;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
    font-weight: 700;
}
section ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #dce6ed;
    margin: 1px 0 0 0;
    font-weight: 700;
    border-radius: 5px;
    text-align: left;
    list-style: none;
}
section ul li:nth-child(odd){
    background: #d4dee4;
}
.ciclo1{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.ciclo1 p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    font-weight: 700;
}
.ciclo1 img{
    width: 580px;
    height: auto;
    max-width: 100%;
    margin: 20px 0;
    float: none;
    display: inline-block;
    position: relative;
}
/*
***********************************************************************************
    Estilo pagina nosotros
***********************************************************************************
*/
.cuerpoquienes img{
    width: 550px;
    height: auto;
    float: left;
    position: relative;
    margin: 0 50px 0 0;
}
.textoquienes{
    width: calc(100% - 600px);
    float: left;
    position: relative;
    margin: 0;
}
.textoquienes span{
    float: left;
    text-align: left;
}
.textoquienes p{
    margin-bottom: 20px;
}
.textoquienes .botongeneral{
    margin: 10px 20px 10px 0;
}
.cuerpoquienes h2{
    text-align: left;
    width: 100%;
    position: relative;
    float: left;
}
.wrapsomos{
    width: 1000px;
}
.fondosomos{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 1;
}
.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: #ffb600;
}
.mision h3{
    color: #fff;
    text-align: left;
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    position: relative;
}
.mision p{
    text-align: left;
    color: #fff;
}
.cambiate{
    width: 900px;
    max-width: 100%;
    float: none;
    display: inline-block;
    position: relative;
    height: auto;
    min-height: 200px;
    margin: 20px 0;
    background: #273341;
    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: #ffb600;
    font-weight: 900;
}
.cambiate p{
    color: #fff;
    font-size: 16px;
    line-height: 21px;    
}
.cambiate p a{
    font-size: 17px;
    color: #ffb600;
    padding: 10px 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
    margin: 20px 10px 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{
    background: #ffb600;
    color: #202945;
}
.cambiate p a:hover i{
    color: #202945;
}
.cambiatedos{
    padding: 40px 50px;
}
/*
***********************************************************************************
    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;
}
.tituloplancorpo, .tituloplancorpo:after{
    background: #00aff2;
}
.swipercontainerempresas .swiper-slide:hover{
    transform: translateY(0);
}
.cuerpobene{
    background: #0b1749;
    padding: 90px 20px;
}
.listabeneficios{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.listabeneficios li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 7px 0 0 40px;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    margin: 7px 0;
    min-height: 40px;
    font-weight: 700;
}
.listabeneficios i{
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 23px;
    color: #122368;
    transform: translateY(-50%);
}
.portadaplanes{
    width: 100%;
    height: 430px;
    float: left;
    position: relative;
    background: #0b1749;
}
.fondoportadaplanes{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}
.textoportadaplanes{
    width: 1200px;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
}
.contetextoportadaplanes{
    width: 650px;
    max-width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.contetextoportadaplanes span{
    color: #0faffb;
    font-size: 18px;
    text-align: left;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
.contetextoportadaplanes span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 3px;
    background: #0faffb;
    transform: translateY(-50%);
}
.contetextoportadaplanes h1{
    color: #fff;
    font-weight: 900;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 37px;
}
.contetextoportadaplanes p{
    text-align: left;
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
}
.cuerpochat{
    background: #ebf1f5;
}
.botongenwsp{
    background: #41b431;
    margin: 20px 0 0 0;
}
.cuerpochat form{
    width: calc(100% - 500px);
    height: auto;
    float: right;
}
.textoopcionempresa{
    width: 450px;
}
.cuerpochat form .secform{
    width: 330px;
    max-width: 100%;
    margin: 5px 20px 5px 0;
}
.secformempresa{
    width: 480px !important;
    margin: 5px 0 !important;
}
.secofrmruc{
    width: 200px !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
}
.secformmail{
    width: 350px !important;
    margin: 5px 0 !important;
}
.cuerpochat form .secformarea{
    width: 100% !important;
}
.secsoporte{
    width: calc(50% - 40px);
    height: 320px;
    float: left;
    position: relative;
    margin: 20px;
    border-radius: 10px;
    background: #122368;
    overflow: hidden;
}
.fotosoporte{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 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;
}
.textosporte{
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 40px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    z-index: 3;
    transform: translateY(-50%);
}
.textosporte span{
    display: inline-block;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    color: #0faffb;
    text-transform: uppercase;
    position: relative;
}
.textosporte span:after, .textosporte span:before{
    content: "";
    width: 30px;
    height: 1px;
    border-bottom: 5px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0faffb;
}
.textosporte span:before{
    left: auto;
    right: 0;
}
.textosporte h3{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 5px 0 20px 0;
    position: relative;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
}
.textosporte p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.secsoporte:hover .fotosoporte{
    opacity: 0.1;
}
.cuerpoformas{
    background: #ebf1f5;
}
.formapago{
    width: 33.3%;
    height: auto;
    min-height: 440px;
    float: left;
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
    border-right: solid 1px rgba(0,0,0,0.2);
}
.formapago:last-child{
    border: none;
}
.formapago p{
    font-weight: 700;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.formapago ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;    
}
.formapago ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    list-style: none;
    text-align: left;
    padding: 0 0 0 70px;
    box-sizing: border-box;
    font-weight: 700;
    margin: 15px 0;
    line-height: 22px;
}
.formapago ul li img{
    width: 55px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.formapago ul li span{
    width: auto;
    height: auto;
    padding: 2px 8px;
    background: #0faffb;
    border-radius: 5px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.formapago ul li p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0 0 0;
}
.formapago ul .listacodigo{
    padding: 0;
}
.formapago ul .listacodigo ul li{
    width: 50%;
    padding: 0 10px 0 0;
}
.wsprecibo{
    bottom: 160px;
}
.wsprecibo span{
    opacity: 0;
    width: 120px;
    position: absolute;
    top: 20px;
    right: 76px;
    background: #1c4375;
    border-radius: 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    transform: scaleX(0);
    padding: 0 20px;
    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;
    transform-origin: right;
}
.wsprecibo span:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    background: #1c4375;
    transform: rotate(45deg) translateY(-50%);
}
.wsprecibo:hover span{
    opacity: 1;
    transform: scaleX(1);
}
@media only screen and (max-width : 1000px) {  
    .textoempresa {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .cuerpoempresas{
        height: auto;
    }
    .swipercontainerempresas {
        width: 100%;
        margin: 0;
    }
    .formapago {
        width: 100%;
        min-height: 50px;
        padding: 20px 0;
        border: none;
    }
}
@media only screen and (max-width : 1070px) {    
    .menuprincipal #menu{
        display: none;
    }
    .menuprincipal{
        padding: 0;
    }
	#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;
		color: #fff;
        border-radius: 4px;
        background: #0faffb;
	}
    #menu2 .menuresp span{
        color: #fff;
        line-height: 40px;
        font-size: 15px;
        font-weight: 400;
    }
	.menuresp i{
	    color: #fff;
	    text-align: center;
	    font-size: 15px;
	    line-height: 40px;
        position: absolute;
        top: 0;
        left: 20px;
	} 
    #menu2 .menuresp:hover{
        background: #e0a424;
    }
    #menu2:hover .menuresp{
        background: #e0a424;
    }
	#menu2 .acordion{
		width: 240px;
		height: auto;
		float: right;
	    overflow: hidden;
	    border-radius: 10px;
        padding: 0;
        margin: 5px 0 0 0;
        background: #122368;
        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;
		color: #fff;	
		margin: 0px;
	    box-sizing: border-box;
	    text-transform: none;
	    font-weight: 400;
	    font-size: 15px;
        font-family: 'Open Sans', sans-serif;
	}
	#menu2 ul li a:hover{
		background: #e0a424;
        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: #e0a424;
        color: #fff;
    }
    #menu2 ul li a:hover:not(.current-menu-item){		
        background: #e0a424;
        color: #fff;
    }
    #menu2 ul li a:hover, 
    #menu2 ul li.current-menu-item > a, 
    #menu2 ul li.current_page_item > a {	
        background: #e0a424;
        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;
    }
    .cuerpoopcion img {
        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;
    }
    .cuerpochat form {
        width:100%;
        float: left;
    }
}
@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%;
    }
    .secfoo {
        width: 100%;
        padding: 20px 0;
    }
}
@media only screen and (max-width : 820px) {
    .slidertop .swiper-slide{
        height: 420px !important;
    }
    .textoslider h1 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 10px 0;
    }
    .textoslider p {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }
    .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;
    }
    section {
        padding: 20px;
    }
    .secsoporte {
        width: 100%;
        height: 320px;
        margin: 20px 0;
    }
    .cuerpocontacto {
        padding: 0 20px 30px 20px;
    }
}
@media only screen and (max-width : 750px){
    .cuerpoopcion{
        padding: 10px 20px 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;
    }
}
@media only screen and (max-width : 650px){
    .llamada{
        display: none;
    }
    .menuprincipal{
        margin: 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;
    }
    .cuerpoplanes{
        padding: 40px 20px 20px 20px;
    }
    .titulogeneral h2 {
        font-size: 27px;
        line-height: 30px;
        margin: 5px 0 0 0;
    }
    .swiperconteinerplanes {
        padding: 0 0 20px 0;
    }
    .portadaplanes {
        height: 370px;
    }
    .fondoportadaplanes {
        opacity: 0.4;
    }
    .contetextoportadaplanes span {
        font-size: 16px;
    }
    .contetextoportadaplanes h1 {
        margin: 0 0 10px 0;
        font-size: 27px;
        line-height: 29px;
    }
}
@media only screen and (max-width : 510px){
    header, .headerdos{
        height: 60px;
    }
    .logo {
        height: 40px;
        margin: 10px 0;
    }
    #menu2 {
        width: 90px;
        height: 70px;
        position: relative;
        float: right;
        display: inline-block;
        z-index: 500;
    }
    #menu2 .menuresp{
        margin: 10px 0 0 0;
    }
}
/*
    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;
}