/*
Theme Name: Intercab
Theme URI: http://www.kunturweb.com
Description: Theme Intercab 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: 17px;
	color: #1e293e;
	font-weight: normal;
	line-height: 25px;
	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: #fe0005;
    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;
}
/*
***********************************************************************************
    Estilos header top
***********************************************************************************
*/
.topheader{
    width: 100%;
    height: 50px;
    position: relative;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    background: #d80309;
}
.topheader ul{
    width: auto;
    height: 40px;
    margin: 5px 0;
    float: left;
    position: relative;
}
.topheader ul li{
    float: left;
    position: relative;
    list-style: none;
    font-size: 13px;
    color: #fff;
}
.topheader ul li a{
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border-right: 1px solid rgba(255,255,255,0.5);
}
.topheader ul li a i{
    margin: 0 10px 0 0;
    color: #fff;
}
.topheader ul li:last-child a{
    border: none;
}
.topheader ul li a:hover{
    color: #edac12;
}
.redestop{
    float: right;
    height: 35px;
    margin: 0;
}
.redestop a{
    width: 35px;
    height: 35px;
    float: left;
    position: relative;
    margin: 5px;
    background: #a00b14;
    border-radius: 100%;
}
.redestop a i{
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    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;
}
.redestop a:hover{
    background: #fff;
}
.redestop a:hover i{
    color: #da010a;
}
header, .headerdos{
    width: 100%;
    height: 90px;   
    position: relative;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 200;
    text-align: center;
    background: #fff;
}
/*
***********************************************************************************
    Estilos header: logo, menu, buscador
***********************************************************************************
*/
.logo{
    width: auto;
    height: 80px;
    float: left;
    position: relative;
    margin: 5px 0;
    overflow: hidden;
    animation: logoani 1.2s 1 forwards;
    opacity: 0;
    float: left;
}
.logo img{
    height: 70px;
    width: auto;
    margin: 5px 0;
    float: left;
}
@keyframes logoani{
    0%{transform: translateX(-150px);opacity: 0;}
    100%{transform: translateX(0);opacity: 1;}
}
.menuprincipal{
    width: auto;
    float: none;
    margin: 0;
    height: 80px;  
    width: auto;
    padding: 0;
    display: inline-block;
    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;
    display: inline-block;
    padding: 0;
    color: #302979;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: none;
    position: relative;
}
.menuprincipal ul li a:after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #da010a;
    border-radius: 20px;
    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: #da010a;
}
.menuprincipal ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #da010a;
}
.menuprincipal ul li a:hover:not(.current-menu-item){		
	color: #da010a;
}
.menuprincipal ul li a:hover, 
.menuprincipal ul li.current-menu-item > a, 
.menuprincipal ul li.current_page_item > a {	
	color: #da010a;
}
.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: #161d34;
    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: #ebaa06;
}
.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: #ebaa06 !important;
}
.menuprincipal ul li ul li a:hover:not(.current-menu-item){		
	color: #ebaa06 !important;
}
.menuprincipal ul li ul li ul{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    top: 2px;
    left: 0;
}
.llamada{
    height: 54px;
    width: auto;
    float: right;
    margin: 18px 0 10px 10px;
    padding: 0 0 0 70px;
    box-sizing: border-box;
    position: relative;
    font-size: 19px;
    line-height: 60px;
    color: #fff;
    background: #302976;
    border-radius: 80px;
    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{
    background: #de0112;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    z-index: 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;
}
.llamada i{
    width: 54px;
    height: 54px;
    background: #221a60;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 54px;
    font-size: 21px;
    text-align: center;
    z-index: 5;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.llamada a{
    height: 60px;
    text-align: left;
    font-size: 19px;
    line-height: 16px;
    position: relative;
    float: left;
    color: #fff;
    z-index: 5;
    font-weight: 700;
    padding: 10px 20px 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;
}
.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{
    background: #021756;
}
.llamada:hover:after{
    left: 0;
}
.llamada:hover a, .llamada:hover a small{
    color: #fff;
}
.llamada:hover i{
    background: #bd0e0f;
}
#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: 16px;
    font-weight: normal;
    font-weight: 700;
}
.headerdos .menuprincipal ul li a:hover{
    color: #da010a;
}
.headerdos .menuprincipal ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #da010a;
}
.headerdos .menuprincipal ul li a:hover:not(.current-menu-item){		
	color: #da010a;
}
.headerdos .menuprincipal ul li a:hover, 
.headerdos .menuprincipal ul li.current-menu-item > a, 
.headerdos .menuprincipal ul li.current_page_item > a {	
	color: #da010a;
}
.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;
}
/*
***********************************************************************************
    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%;
}
.slidertop .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: auto !important;
    background: #082f50;
    overflow: hidden !important;
}
.slidertop .swiper-slide img{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
/*
***********************************************************************************
    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: #2f2677;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
    z-index: 10;
}
.cuerpobanner .wrap{
    z-index: 2;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    height: auto;
    padding: 70px 20px 70px 250px;
    box-sizing: border-box;
}
.fondoban{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.fondofondoban{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    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 250px 0 0;
    box-sizing: border-box;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    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%);
    color: #222021;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 16px;
}
.cuerpobanner a i{
    margin: 0 10px 0 0;
}
.cuerpobanner a:hover{
    background: #d40c19;
    color: #fff;
}
.cuerpobanner p{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 10px 0 0 0;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.chicaban2{
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 220px;
    height: auto;
    z-index: 4;
}
/*
***********************************************************************************
    Estilos cuerpo planes home
***********************************************************************************
*/
.cuerpoplanes{
    background: #f4f4f4;
    overflow: hidden;
    z-index: 5;
    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;
    color: #d40c19;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 5px;
}
.titulogeneral h2{
    width: 100%;
    height: auto;
    float: left;
    position:relative;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    color: #2f257b;
    font-weight: 900;
    padding-bottom: 10px;
}
.titulogeneral h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120px;
    height: 4px;
    background: #2f257b;
    border-radius: 5px;
    transform: translateX(-50%);
}
.swiperconteinerplanes{
    overflow: visible;
    width: 100%;
    padding: 50px 0 80px 0;
    float: left;
    position: relative;
}
.swiperconteinerplanes .swiper-slide {
    height: 620px !important;
    background: #fff;
    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;
    overflow: visible !important;
}
.swiperconteinerplanes .swiper-slide .ofertames{
    text-transform: none;
    font-size: 14px;
    text-align: center;
    width: auto;
    height: 40px;
    float: left;
    position: absolute;
    color: #fff;
    margin: 0;
    padding: 0 30px;
    top: -20px;
    left: 50%;
    text-transform: uppercase;
    border-radius: 40px;
    background: red;
    line-height: 40px;
    transform: translateX(-50%);
    font-weight: 700;
    z-index: 10;
    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;
}
.tituloplan{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    box-sizing: border-box;
    z-index: 3;
    background: #2f257b;
    padding: 30px 20px 20px 20px;
    border-radius: 30px 30px 0 0;
    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;
}
.tituloplan p{
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    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;
}
.tituloplan big{
    font-size: 60px;
    font-weight: 900;
}
.tituloplan small{
    font-size: 20px;
    text-transform: uppercase;
}
.altavelo{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.listabenplan{
    width: calc(100% - 100px);
    height: auto;
    float: left;
    position: relative;
    padding: 30px 0;
    margin: 0 50px;
    z-index: 3;
}
.listabenplan:before{
    width: 100%;
    height: 6px;
    background: #edebf8;
    position: absolute;
    content: "";
    left: 0;
    border-radius: 10px;
    top: auto;
    bottom: 0;
}
.listabenplan li{
    color: #222021;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 6px 0;
    list-style: none;
    padding-left: 21px;
    box-sizing: border-box;
    font-weight: 500;
}
.listabenplan li:after{
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 11px;
}
.listabenplan li big{
    font-weight: 700;
    font-size: 17px;
}
.listabenplan li i{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    background: #f4f4f4;
    color: #021756;
}
.listabenplan li:first-child i{
    transform: rotate(90deg);
}
.precioplan{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    position: relative;
    z-index: 3;
}
.precioplan p{
    font-size: 60px;
    line-height: 64px;
    text-align: center;
    color: #2f257b;
    float: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    padding: 7px 0 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;
}
.precioplan p span{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #2f257b;
    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;
}
.precioplan p small{
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}
.precioplan p big{
    font-size: 15px;
    position: absolute;
    top: 20px;
    left: 0;
    line-height: normal;
    font-weight: 400;
}
.instagrais{
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #2f257b;
    text-transform: uppercase;
    background: #edebf8;
    border-radius: 10px;
    padding: 10px 30px;
}
.swiperconteinerplanes .swiper-slide .botongeneral, .botongeneral{
    z-index: 4;
    position: relative;
    display: inline-block;
    background: #fff;
    width: calc(100% - 100px);
    height: auto;
    color: #171e36;
    margin: 20px 50px;
    box-sizing: border-box;
    border-radius: 30px;
    float: none;
    display: inline-block;
    padding: 15px 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.swiperconteinerplanes .swiper-slide .botongeneral:hover{
    background: #d40c19;
    color: #fff;
}
.swiperconteinerplanes .swiper-slide .botongeneral{
    background: #f9cf0d;
    color: #021756;
}
.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;
}
.swiperconteinerplanes .swiper-slide:hover{
    background: #2f257b;
    transform: translateY(-20px);
}
.swiperconteinerplanes .swiper-slide:hover .tituloplan{
    background: #221a5f;
}
.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);
}
swiperconteinerplanes .swiper-slide:hover i{
    color: #021756;
}
.cuerponegocios{
    padding: 100px 20px;
    background: #221a5f;
}
.fondonegocios{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: 1;
}
.cuerponegocios .wrap{
    width: 640px;
    max-width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}
.cuerponegocios span{
    color: #fff;
}
.cuerponegocios h2, .cuerponegocios p{
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff
}
.cuerponegocios h2:after{
    background: #fff;
}
.cuerponegocios .botongeneral{
    display: inline-block;
    position: relative;
    margin-top: 30px;
    background: #d40c19;
    float: none;
    color: #fff;
}
.cuerponegocios .botongeneral:hover{
    background: #f9cf0d;
    color: #021756;
}
/*
***********************************************************************************
    Estilos cuerpo beneficios
***********************************************************************************
*/
.cuerpogames{
    background: #222021;
    padding: 80px 20px;
    box-sizing: border-box;
    height: 600px;
}
.fotogame{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(images/foto-game.jpg) no-repeat center center;
    background-size: cover;
}
.textogame{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    z-index: 5;
    transform: translate(-50%,-50%);
    text-align: center;
}
.textogame .titulogeneral span{
    width: auto;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    padding: 0 30px;
    line-height: 50px;
    color: #222021;
    float: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    transform: rotate(-5deg);
    box-shadow: 5px 4px 0 2px rgba(0,0,0,0.7);
    z-index: 4;
    opacity: 0;
    animation: introtate 5s infinite;
}
.textogame .titulogeneral span:after{
    display: none;
}
.textogame .titulogeneral h2{
    width: auto;
    height: auto;
    padding: 15px 30px;
    background: #0d2469;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 33px;
    font-weight: 800;
    float: none;
    display: inline-block;
    transform: rotate(-3deg);
    margin-top: -3px;
    box-shadow: 5px 7px 0 1px #222021;
    z-index: 3;
    opacity: 0;
    animation: intrototem 5s infinite;
    animation-delay: 1.2s;
}
.titulogeneraldos h2:after{
    left: 0;
    transform: translateX(0);
}
.textogame .botongeneral{
    float: none;
    display: inline-block;
    background: #ebc90c;
    box-shadow: 0 0 20px 2px rgba(0,0,0,0.7);
    color: #222021;
    font-size: 17px;
    text-transform: uppercase;
    transform: skewX(-5deg);
    animation: moveratom 0.2s infinite;
    animation-delay: 2s;
}
.textogame .botongeneral:hover{
    background: #fff;
    color: #222021;
}
@keyframes introtate{
    0%{opacity: 0;transform: translateY(-50px) rotate(-5deg);}
    20%{opacity: 1;transform: translateY(0) rotate(-5deg);}
    100%{opacity: 1;transform: translateY(0) rotate(-5deg);}
}
@keyframes intrototem{
    0%{opacity: 0;transform: translateY(50px) rotate(-3deg);}
    20%{opacity: 1;transform: translateY(0) rotate(-3deg);}
    100%{opacity: 1;transform: translateY(0) rotate(-3deg);}
}
@keyframes moveratom{
    0%{transform: rotate(0deg) skewX(-5deg)}
    50%{transform: rotate(-2deg) skewX(-5deg)}
    100%{transform: rotate(0deg) skewX(-5deg)}
}
/*
***********************************************************************************
    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: #19222c;
    width: auto;
    padding: 15px 30px;
    color: #fff;
    margin: 40px 0 0 0;
}
.botongeneral:hover{
    background: #ffb600;
    color: #202945;
}
.cuerpoopcion .fotobene{
    width: 550px;
    height: auto;
    float: right;
    margin: 0 0 0 50px;
    position: absolute;
    left: calc(50% + 20px);
    bottom: 0;
}
.textoopcion p{
    margin: 0 0 20px 0;
}
.secbene{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
    background: #edebf8;
    border-radius: 20px;
    padding: 20px 40px 20px 90px;
    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;
}
.secicon1{
    height: 40px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 30px;
    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;
}
.secicon2{
    opacity: 0;
    display: none;
}
.secbene span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    text-align: left;
}
.secbene p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: 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;
}
.secbene:hover{
    background: #fe0005;
    transform: translateX(10px);
}
.secbene:hover p{
    color: #fff;
}
.secbene:hover .secicon1{
    display: none;
    opacity: 0;
}
.secbene:hover .secicon2{
    opacity: 1;
    display: inline-block;
}
/*
***********************************************************************************
    Estilos skills home
***********************************************************************************
*/
.cuerposkills{
    padding: 0 20px;
}
.cuerposkills .wrap{
    float: left;
    position: relative;
    background: #221a5f;
    border-radius: 20px;
    padding: 40px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    box-sizing: border-box;
}
.seccionskills{
    width: calc(100% - 430px);
    float: left;
    position: relative;
}
.skill{
    width: 33.3%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 10px 0;
}
.skill span{
    color: #fff;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    font-size: 40px;
    line-height: 44px;
    font-weight: 900;
}
.skill p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.seccionboton{
    width: 400px;
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    background: #d40c19;
    transform: skewX(-5deg);
}
.contseccionbtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
.contseccionbtn p{
    color: #fff;
    text-align: center;
}
.contseccionbtn .botongeneral{
    margin: 10px 0 0 0;
    float: none;
    display: inline-block;
    background: #f9cf0d;
    color: #221a5f;
}
.contseccionbtn .botongeneral:hover{
    padding: 15px 40px;
}
/*
**********************************************************************
    Estilo para marcas home
**********************************************************************
*/
.cuerpomarcas{
    background: #fff;
}
.swipecontlogos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    box-sizing: border-box;
    overflow: hidden !important;
}
.swiperlogos{
    background: none !important;
    height: auto !important;
    margin: 10px 0 !important;
    float: left;
    overflow: visible !important;
}
.swiperlogos .swiper-slide{
    background: none !important;
    height: auto !important;
}
.swiperlogos .swiper-slide img{
    height: auto;
    width: auto;
    max-height: 80px;
    max-width: 98%;
}
.swiperlogos .swiper-button-nexttour, .swiperlogos .swiper-button-prevtour{
    background: none;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 10;
    position: absolute;
    cursor: pointer;
}
.swiperlogos .swiper-button-nexttour{
    right: -30px;
    left: auto;
}
.swiperlogos .swiper-button-nexttour i, .swiperlogos .swiper-button-prevtour i{
    color: #243354;
    font-size: 20px;
}
.swiperlogos .swiper-button-nexttour i:hover, .swiperlogos .swiper-button-prevtour i:hover{
    color: #10b8ec;
}
/*
***********************************************************************************
    Estilos footer
***********************************************************************************
*/
footer{
    background: #221a5f;
    padding: 40px 20px 20px 20px;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    min-height: 100px;
}
.secfoo{
    width: 25%;
    height: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
.logofoo{
    width: auto;
    height: auto;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    float: left;
    position: relative;
}
.logofoo img{
    height: 60px;
    width: auto;
    float: left;
    position: relative;
}
.redesfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    margin: 20px 0 0 0;
}
.redesfoo a{
    font-size: 18px;
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    margin: 5px;
    float: left;
    background: #fff;
    border-radius: 100%;
}
.redesfoo a i{
    font-size: 16px;
    line-height: 35px;
    color: #221a5f;
    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: #fe0005;
}
.redesfoo a:hover i{
    color: #fff;
}
.secfoo h4{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 23px;
    line-height: normal;
    color: #fff;
    font-weight: 700;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.secfoo ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 2px 0;
    text-align: left;
    color: rgba(255,255,255,0.8);
}
.secfoo ul li a{
    color: rgba(255,255,255,0.8);
    text-align: left;
    display: inline-block;
}
.secfoo ul li a:hover{
    color: #fe0005;
}
.contacfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contacfoo:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contacfoo span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
    color: rgba(255,255,255,0.8);
    text-align: left;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}
.contacfoo a{
    text-align: left;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    width: 100%;
    margin: 5px 0;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}
.contacfoo a i{
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    text-align: center;
    height: auto;
    font-size: 16px;
}
.contacfoo a:hover{
    color: #fe0005;
}
.pie{
    background: #171144;
    width: 100%;
    height: auto;
    padding: 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: #fe0005;
}
.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: #edebf8;
    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: 14px;
    line-height: normal;
    text-align: left;
    padding: 0 5px 0 0;
}
.bread ul li a{
    font-size: 14px;
    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;
}
.contacfoopage{
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.contacfoopage span{
    color: #1e293e;
}
.contacfoopage a{
    color: #1e293e;
}
.contactopagedos a{
    font-size: 17px;
}
.formcontactopage{
    width: 540px;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin: 0;
    background: #edebf8;
    float: right;
    padding: 40px 60px;
    box-sizing: border-box;
}
.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: #fe0005;
    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: #f9cf0d;
    color: #021756;
}
.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
***********************************************************************************
*/
.textoquienes{
    width: 600px;
    float: none;
    display: inline-block;
    position: relative;
    margin: 0;
}
.textoquienes p{
    text-align: center;
}
.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: rgba(255,255,255,0.6);
}
.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: #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;
}
/*
***********************************************************************************
    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;
}
.cuerpobene{
    background: #221a5f;
}
.cuerpomapa{
    width: 100%;
    height: 500px;
    float: left;
    position: relative;
    padding: 0;
}
.cuerpomapa iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width : 1100px) {  
    .textoopcion {
        width: calc(100% - 580px);
        margin-top: 50px;
    }
    .cuerpoquienes img{
        width: 450px;
    }
    .textoquienes{
        width: calc(100% - 500px);
    }
    .secfoo {
        width: 100%;
        padding: 20px 0;
    }
}
@media only screen and (max-width : 950px) {    
    .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: 25px 0 0 0;
		display: inline-block;
		color: #fff;
        border-radius: 4px;
        background: #221a5f;
	}
    #menu2 .menuresp span{
        color: #fff;
        line-height: 40px;
        font-size: 13px;
        font-weight: 600;
    }
	.menuresp i{
	    color: #fff;
	    text-align: center;
	    font-size: 15px;
	    line-height: 40px;
        position: absolute;
        top: 0;
        left: 20px;
	} 
    #menu2 .menuresp:hover{
        background: #d40c19;
    }
    #menu2:hover .menuresp{
        background: #d40c19;
    }
	#menu2 .acordion{
		width: 210px;
		height: auto;
		float: right;
	    overflow: hidden;
	    border-radius: 0;
        padding: 0;
        margin: 5px 0 0 0;
        background: #221a5f;
        border-radius: 10px;
        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: bold;
	    font-size: 13px;
        font-family: 'Open Sans', sans-serif;
	}
	#menu2 ul li a:hover{
		background: #d40c19;
        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: #d40c19;
        color: #fff;
    }
    #menu2 ul li a:hover:not(.current-menu-item){		
        background: #d40c19;
        color: #fff;
    }
    #menu2 ul li a:hover, 
    #menu2 ul li.current-menu-item > a, 
    #menu2 ul li.current_page_item > a {	
        background: #d40c19;
        color: #fff;
    }
    .cuerpobene{
        padding: 100px 20px;
    }
    .textobene {
        width: 100%;
        padding: 0;
    }
    .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;
    }
    .seccionskills {
        width: 100%;
    }
    .seccionboton {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        height: auto;
        background: none;
        transform: skewX(0);
        margin-top: 20px;
        border-top: solid 1px rgba(255,255,255,0.2);
        float: left;
    }
    .contseccionbtn {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 20px 10px;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
    }
}
@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%;
    }
    .cuerpobanner h2 {
        font-size: 27px;
        line-height: 31px;
        padding: 0;
    }
    .cuerpobanner a {
        float: left;
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
        margin: 20px 0 0 0;
    }
    .cuerpobanner .wrap {
        padding: 40px 20px 40px 180px;
    }
    .chicaban2{
        width: 180px;
    }
    .cuerpo h2 {
        font-size: 25px;
        line-height: 29px;
    }
}
@media only screen and (max-width : 820px) {
    .cuerpobene{
        padding: 60px 20px;
    }
    .mision {
        width: 100%;
        padding: 20px 0;
    }
    .vision:after{
        display: none;
    }
    .cuerpoopcion .fotobene {
        width: 450px;
        margin: 0;
        left: auto;
        right: -150px;
    }
    .textoopcion {
        width: calc(100% - 250px);
    }
}
@media only screen and (max-width : 750px){
    .cuerpoopcion .fotobene{
        display: none;
    }
    .textoopcion {
        width: 100%;
        margin: 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 : 700px){
    .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;
    }
    .skill {
        width: 400px;
        max-width: 100%;
        float: none;
        display: inline-block;
        padding: 0;
    }
}
@media only screen and (max-width : 590px){
    .llamada{
        display: none;
    }
    .topheader ul li:last-child{
        display: none;
    }
    header{
        height: 70px;
    }
    .logo img{
        height: 50px;
    }
    #menu2 .menuresp{
        margin: 15px 0 0 0;
    }
    .chicaban2{
        width: 140px;
        left: -20px;
    }
    .cuerpobanner h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .cuerpobanner .wrap {
        padding: 40px 20px 40px 120px;
    }
}
/*
    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;
}