/*
Theme Name: Quipu
Theme URI: http://www.kunturweb.com
Description: Theme Quipu de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;font-family: 'Alexandria', sans-serif;}
input:focus, textarea:focus{
	outline:0px;
}
p{
	font-family: 'Alexandria', sans-serif;
	font-size: 15px;
	color: #0d2c3b;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
h1, h2, h3, h4{
    color: #23292e;
    margin: 0;
    padding: 0;
    font-family: 'Alexandria', sans-serif;
    font-weight: 900;
}
ul, ol{
    margin: 0;
}
a, ul li{
	font-family: 'Alexandria', sans-serif;
	font-size: 15px;
    line-height: 24px;
	color: #0d2c3b;
	text-decoration: none;
    font-weight: 400;
    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: #e71546;
    text-decoration: none;
}
body{
	background: #fff;
    background-size: cover;
	width: 100%;
    height: auto;
    overflow-x: hidden;
}
.wrap{
    width: 1350px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.botongeneral, .secform input[type=submit]{
    width: auto;
    height: auto;
    padding: 14px 30px;
    float: left;
    position: relative;
    margin: 0;
    background: #083868;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    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;
}
.secform input[type=submit]{
    cursor: pointer;
    border: none;
}
.botongeneral:hover, .secform input[type=submit]:hover{
    background: #f6a621;
    color: #fff;
}
.botongeneral i{
    margin: 0 0 0 4px;
    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;
}
.botongeneral:hover i{
    transform: translateX(5px);
}
/*
    Estilos para header
*/
.headeruno{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 200;
    text-align: center;
    background: #fff;
    float: left;
}
.logo{
    position: relative;
    float: left;
    height: auto;
    width: auto;
    text-align: center;
    z-index: 3;
    margin: 0;
    padding: 0;
}
.logo img{
    height: 80px;
    margin: 10px 0;
    width: auto;
    float: left;
    position: relative;
    z-index: 3;
}
.menu2{
    display: none;
}
.menu{
    float: none;
    position: relative;
    width: auto;
    display: inline-block;
    height: 50px;
    margin: 25px 10px;
    box-sizing: border-box;
    z-index: 3;
}
.headerv2 .menu{
    background: #21234a;
}
.menu ul{
    width: auto;
    display: inline-block;
}
.menu ul li{
    float: left;
    position: relative;
    list-style: none;
    position: relative;
    margin: 0 3px;
}
.menu ul li a{
    color: #083868;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 0;
}
.menu ul li a i{
    font-size: 10px;
    margin: 0 0 0 2px;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #f6a621;
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #f6a621;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #f6a621 !important;
} 
#menu ul li a:hover{
    color: #f6a621;
}
#menu ul li:hover a{
    color: #f6a621;
}
#menu ul li > ul{
    position: absolute;
    top: 70px;
    left: 50%;
    width: 960px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    opacity: 0;
    padding: 0;
    box-sizing: border-box;
    visibility: hidden;
    z-index: -10000;
    transform: translate(-50%,-20px) scaleY(0);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    transform-origin: top;
    overflow: hidden;
}
#menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translate(-50%,0) scaleY(1);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
}
#menu ul li > ul li{
    width: 120px;
    height: auto;
    border-right: solid 1px rgba(0,0,0,0.1);  
    color: #23292e !important;
    text-align: center;
    box-sizing: border-box;
}
#menu ul li > ul li:last-child{
    border: none;
}
#menu ul li > ul li a{
    color: #23292e !important;
    font-size: 13px;
    line-height: 16px;
    padding: 60px 0 20px 0 !important;
    display: inline-block;
    width: auto;
    float: left;
    text-align: center;
    margin: 0;
    height: auto;
    min-height: 70px;
    box-sizing: border-box;
}
#menu ul li > ul li a:after{
    display: none !important;
}
#menu ul li > ul li a:hover{
    color: #fff !important;
}
#menu ul li > ul li:after, #menu ul li > ul li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 40px;
    height: 40px;
    color: #1a2642;
    background: url("images/furgon1.png") no-repeat top center;
    background-size: contain;
    transform: translate(-50%);
    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;
}
#menu ul li > ul li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 40px;
    height: 40px;
    color: #1a2642;
    background: url("images/furgon1a.png") no-repeat top center;
    background-size: contain;
    transform: translate(-50%);
    z-index: 1;
}
.teltop{
    position: relative;
    float: right;
    width: auto;
    height: 50px;
    background: #083868;
    color: #fff;
    margin: 25px 0;
    padding: 10px 20px 5px 55px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 14px;
    text-align: left;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    z-index: 3;
}
.headerv2 .teltop{
    background: #21234a;
}
.teltop i{
    position: absolute;
    top: 50%;
    left: 15px;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    z-index: 5;
    font-size: 14px;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 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;
}
.headerv2 .teltop i{
    background: #ea1c24;
}
.teltop small{
    font-size: 11px;
    font-weight: normal;
}
.teltop:hover{
    background: #f6a621;
    color: #fff;
}
.headerv2 .teltop:hover{
    background: #f6a621;
}
#headdos{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0;
    box-sizing: border-box;
    background: #243354;
    z-index: 900;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.2);
    top: -80px;
    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;
}
#headdos .logo{
    height: 70px;
    width: auto;
    margin: 0;
}
#headdos .logo img{
    width: auto;
    height: 30px;
    margin: 20px 0;
}
#headdos .logo:after {
    border-top: solid 20px #fff;
    border-right: solid 45px transparent;
    border-bottom: solid 45px transparent;
    border-left: solid 45px transparent;
}
/*
    Estilos para Slider del home
*/
.slidertop{
    width: 100%;
    height: auto;
    float: left;
    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: auto !important;
    background: #141f38;
    overflow: hidden !important;
}
.swip-foto{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: inline-block;
}
.swiper-slide img{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.swiper-pagination{
    bottom: 30px !important;
}
.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
}
/*
    Estilos para Cuerpo base
*/
.cuerpo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 70px 20px;
    box-sizing: border-box;   
    z-index: 10;
    overflow: hidden;
}
/*
**********************************************************************
    Estilo para categorías de inicio
**********************************************************************
*/
.cuerpocatehome{
    padding: 40px 20px;
}
.catehome{
    width: calc(33.3% - 30px);
    margin: 15px;
    border-radius: 20px;
    background: #e3edf4;
    padding: 30px 30px 30px 115px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.catehome img{
    position: absolute;
    top: 30px;
    left: 30px;
    height: auto;
    width: 60px;
}
.catehome h3{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    margin: 0;
    color: #343435;
}
.catehome span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: normal;
    color: #4b5054;
    text-align: left;
}
.catehome p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
    text-align: left;
    color: #4b5054;
}
.catehome:nth-child(2){
    background: #f8f0e3;
}
.catehome:nth-child(3){
    background: #e9e7f6;
}
.catehome:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}
.catehome:hover img{
    animation: sacudir 0.15s;
    animation-iteration-count: 2;
}
@keyframes sacudir{
    0%{transform: rotate(0deg)}
    33%{transform: rotate(5deg)}
    66%{transform: rotate(0deg)}
    100%{transform: rotate(-5deg)}
}
/*
**********************************************************************
    Estilo para productos en inicio
**********************************************************************
*/
.cuerpoproductos{
    padding: 0 20px 50px 20px !important;
}
.titulogeneral{
    width: 600px;
    max-width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    position: relative;
    margin: 0 0 30px 0;
}
.titulogeneral .enlacetiti{
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px 30px;
    background: #e4ebf3;
    font-size: 16px;
    line-height: normal;
    color: #083868;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
}
.titulogeneral h2{
    color: #0a2a49;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    margin: 10px 0 20px 0 !important;
}
.titulogeneral p{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.swiperprod{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.swiperprod .swiper-slide, .seccursopage{
    width: 100%;
    height: auto !important;
    float: left !important;
    position: relative;
    background: #e4ebf3 !important;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block !important;
}
.swiperprod .swiper-slide .thumbnail, .seccursopage .thumbnail{
    width: 100%;
    height: 220px;
    float: left;
    position: relative;
    margin: 0;
}
.swiperprod .swiper-slide .textoslider, .seccursopage .textoslider{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 30px;
    box-sizing: border-box;
}
.swiperprod .swiper-slide .textoslider .sesiones, .seccursopage .textoslider .sesiones{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 12px;
    color: #4b5054;
    text-align: left;
}
.swiperprod .swiper-slide .textoslider h3, .seccursopage .textoslider h3{
    font-weight: 700;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    color: #0a2a49;
    text-align: left;
    margin: 0 0 20px 0;
}
.insructor{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 65px;
    box-sizing: border-box;
}
.insructor img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.insructor span{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 14px;
    color: #083868;
    line-height: normal;
    font-weight: 700;
}
.insructor span small{
    font-size: 14px;
    color: #5da7db;
}
.insructor p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 3px 0 0 0;
    text-align: left;
    color: #083868;
    font-size: 12px;
    line-height: 15px;
}
.insructor p a{
    font-size: 12px;
    line-height: 15px;
    color: #0000EE;
}
.insructor p a:hover{
    text-decoration: underline;
}
.infocompra{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-top: dashed 1px rgba(0,0,0,0.3);
    padding: 10px 0 0 0;
    box-sizing: border-box;
}
.precio{
    float: left;
    position: relative;
    text-align: right;
    width: auto;
    height: auto;
}
.precio span{
    color: #62676c;
    font-size: 12px;
    line-height: normal;
    text-align: right;
    position: relative;
    text-decoration: line-through;
}
.precio p{
    color: #083868;
    font-size: 22px;
    line-height: normal;
    text-align: right;
    font-weight: 700;
}
.precio p small{
    font-size: 13px;
}
.infocompra .botongeneral{
    background: #5da7db;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    float: right;
    font-weight: 400;
}
.infocompra .botongeneral:hover{
    background: #f6a621;
}
.swiper-button-nexttour, .swiper-button-prevtour{
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 10px;
    border-radius: 4px;
    padding: 0;
    height: 40px !important;
    width: 40px !important;
    border-radius: 100%;
    background: #f1f4f8;
    text-align: center;
    cursor: pointer;
}
.swiper-button-nexttour{
    left: auto;
    right: 10px;
}
.swiper-button-nexttour i, .swiper-button-prevtour i{
    color: #0a2a49;        
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    opacity: 1;
}
.swiper-button-nexttour:hover, .swiper-button-prevtour:hover{
    background: #5da7db;
}
.swiper-button-nexttour:hover i, .swiper-button-prevtour:hover i{
    color: #fff;
}
.cuerpoproductosdos{
    background: #f1f4f8;
    padding: 60px 20px !important;
}
.cuerpoproductosdos .titulogeneral .enlacetiti{
    background: #fff;
}
.cuerpoproductosdos .swiperprod .swiper-slide{
    background: #fff !important;
}
/*
**********************************************************************
    Estilo para empresas en inicio
**********************************************************************
*/
.cuerpoempresas{
    background: #083868;
    padding: 80px 20px;
}
.fondoempresas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.1;
}
.cuerpoempresas .titulogeneral{
    position: relative;
    z-index: 3;
}
.cuerpoempresas .titulogeneral h2, .cuerpoempresas .titulogeneral p{
    color: #fff;
}
.seccionesempresa{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 3;
}
.secempresa{
    width: 300px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px;
    max-width: 100%;
    padding: 0;
    z-index: 3;
    position: relative;
}
.secempresa img{
    height: 60px;
    width: auto;
    display: inline-block;
}
.secempresa span{
    color: #fff;
    font-size: 22px;
    line-height: normal;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 20px 0;
    float: left;
    font-weight: 700;
}
.secempresa p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    color: #fff;
}
.contenidobotonemp{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.cuerpoempresas .botongeneral{
    z-index: 10;
    position: relative;
    float: none;
    display: inline-block;
    background: #5da7db;
}
.cuerpoempresas .botongeneral:hover{
    background: #f6a621;
}
/*
**********************************************************************
    Estilo para tipos de servicios en inicio
**********************************************************************
*/
.swipertipos .swiper-slide{
    background: #fff !important;
    height: auto !important;
    float: left !important;
    display: inline-block !important;
}
.textotipos{
    width: calc(100% - 650px);
    height: auto;
    float: left;
    position: relative;
    margin-left: 50px;
}
.swipertipos .swiper-slide img{
    width: 550px;
    height: auto;
    position: relative;
    float: right;
    margin-right: 50px;
}
.textotipos .titulogeneral{
    float: left;
    width: 100%;
}
.textotipos .enlacetiti{
    float: left;
}
.textotipos h2{
    text-align: left;
    font-size: 25px;
    line-height: 28px;
}
.textotipos ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
}
.textotipos ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 3px 0;
    text-align: left;
    padding: 0 0 0 18px;
    box-sizing: border-box;
    list-style: none;
}
.textotipos ul li:after{
    content: "\f00c";
    position: absolute;
    top: 2px;
    left: 0;
    font-family: "FontAwesome";
    font-size: 12px;
    text-align: left;
}
.swiper-button-nexttipo, .swiper-button-prevtipo{
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: #083868;
    border-radius: 100%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.swiper-button-nexttipo{
    left: auto;
    right: 0;
}
.swiper-button-nexttipo i, .swiper-button-prevtipo i{
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}
.swiper-button-nexttipo:hover, .swiper-button-prevtipo:hover{
    background: #f6a621;   
}
.swiperlogos .swiper-slide{
    background: #fff !important;
}
/*
**********************************************************************
    Estilo para banner ofertas en inicio
**********************************************************************
*/
.cuerpobanneroferta{
    background: #f6a621;
    padding: 0 20px !important;
    overflow: visible;
    z-index: 10;
}
.cuerpobanneroferta .wrap{
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    padding: 60px 200px 60px 0;
    width: 950px;
    box-sizing: border-box;
}
.cuerpobanneroferta img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    height: auto;
}
.cuerpobanneroferta .titulogeneral{
    width: 100%;
    margin: 0 0 10px 0;
}
.cuerpobanneroferta .titulogeneral .enlacetiti{
    float: left;
    background: #f4bd63;
}
.cuerpobanneroferta .titulogeneral h2{
    color: #fff;
    text-align: left;
}
.cuerpobanneroferta .botongeneral:hover{
    background: #5da7db;
}
/*
**********************************************************************
    Estilo para footer
**********************************************************************
*/
footer{
    background: #083868;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 30px 20px 10px 20px;
    box-sizing: border-box;
    min-height: 100px;
    z-index: 10;
}
.secfoo{
    width: 25%;
    height: auto;
    min-height: 100px;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    float: left;
    position: relative;
    z-index: 2;
}
.logofoo{
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}
.logofoo img{
    height: 60px;
    width: auto;
    float: left;
    margin: 0 0 20px 0;
}
.secfoo h4{
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    width: 100%;
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 700;
}
.secfoo p{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    text-align: left;
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: rgba(255,255,255,0.8);
}
.redesfoo{
    width: auto;
    float: left;
    position: relative;
    margin: 10px 0;
}
.redesfoo a{
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px 10px 5px 0;
    border-radius: 100%;
    background: #092a4b;
}
.redesfoo a i{
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.redesfoo a:hover{
    background: #f6a621;
}
.redesfoo a:hover i{
    color: #fff;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
.secfoo ul li{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 3px 0;
    text-align: left;
    list-style: none;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
.secfoo ul li a{
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: inline-block;
}
.secfoo ul li a:hover{
    color: #f6a621;
}
.listacontacto li{
    margin: 10px 0 0 0;
    border-top: solid 1px rgba(255,255,255,0.2);
    float: left;
    padding: 10px 0 0 0;
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}
.listacontacto li a{
    line-height: 18px;
    padding-left: 20px !important;
    box-sizing: border-box;
}
.listacontacto li a i{
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 13px;
}
.piefinal{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 0 5px 0;
    box-sizing: border-box;
    border-top: solid 1px rgba(255,255,255,0.2);
    z-index: 3;
}
.piefinal p{
    width: auto;
    float: left;
    text-align: left;
}
.piefinal p, .piefinal p a{
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
.piefinal p a:hover{
    color: #e71546;
}
.credito{
    position: relative;
    width: auto;
    float: right;
    display: inline-block;
    margin: 0;
}
.credito a{
    text-align: right;
    color: #a9b9ca;
    font-size: 11px;
    line-height: 17px;
    float: none;
    display: flex;
    text-transform: uppercase;
}
.credito img{
    height: 18px;
    margin: 0 0 0 5px;
    opacity: 0.7;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.credito a:hover img{
    opacity: 0.9;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px !important;
    font-weight: normal;
    display: block;
    top: -25px;
    right: 0;
    width: auto;
    position: absolute;
    text-align: right;
    background: #d74747;
    padding: 3px 5px !important;
    color: #fff;
    border-radius: 3px !important;
    line-height: 13px !important;
    z-index: 10;
    font-family: 'Alexandria', sans-serif !important;
    letter-spacing: 0 !important;
}
span.wpcf7-not-valid-tip:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 15px;
    height: 6px;
    width: 6px;
    background: #d74747;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
div.wpcf7-response-output {
    margin: 10px 0;
    padding: 7px 13px;
    border: 2px solid #ff0000;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: #e5d978;
    border: none;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 10px;
    font-weight: normal;
    display: block;
    top: -25px;
    right: 1px;
    width: auto;
    position: absolute;
    text-align: right;
    background: #d74747;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    z-index: 10;
}
span.wpcf7-not-valid-tip:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 15px;
    height: 6px;
    width: 6px;
    background: #d74747;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
div.wpcf7-response-output {
    margin: 10px 0;
    padding: 7px 13px;
    border: 2px solid #ff0000;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: #e5d978;
    border: none;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
}
/*
**********************************************************************
    Estilo para nosotros page
**********************************************************************
*/
.portadanos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 1;
    background: #083868;
}
.fondoportadanos{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    float: left;
}
.fondoportadanos img{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.wrapport{
    position: relative;
    float: left;
    left: 50%;
    width: 1300px;
    max-width: 100%;
    height: auto;
    transform: translateX(-50%);
    z-index: 3;
    padding: 100px 570px 100px 20px;
    box-sizing: border-box;
    min-height: 500px;
}
.wrapport img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: auto;
    z-index: 2;
}
.wrapport h1{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    color: #fff;
    margin: 0 0 25px 0;
    font-size: 30px;
    line-height: 34px;
}
.wrapport ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.wrapport ul li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    padding: 10px 0 0 68px;
    box-sizing: border-box;
    min-height: 55px;
}
.wrapport ul li span{
    color: #f6a621;
    font-weight: 700;
    font-size: 15px;
}
.wrapport ul li img{
    width: 55px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    border: solid 1px #fff;
    border-radius: 100%;
    padding: 10px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.misioncont{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
    padding: 0 50px;
    box-sizing: border-box;
}
.misioncont h3{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.metodo{
    width: calc(100% - 100px);
    height: auto;
    float: left;
    border-radius: 20px;
    background: #f1f4f8;
    padding: 40px 60px;
    box-sizing: border-box;
    margin: 30px 0 0 50px;
}
.metodo h3{
    text-align: center;
    margin: 0 0 20px 0;
}
.metodo p{
    text-align: center;
}
.secbene{
    width: calc(33.3% - 40px);
    height: auto;
    float: left;
    position: relative;
    margin: 20px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 105px 50px 30px 50px;
    box-sizing: border-box;
    min-height: 500px;
    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;
}
.iconobene1{
    position: absolute;
    float: left;
    width: 80px;
    height: 80px;
    background: #083868;
    border-radius: 100%;
    top: 30px;
    left: 50px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.iconobene1:after{
    width: 80px;
    height: 100px;
    background: #083868;
    content: "";
    position: absolute;
    left: 0;
    bottom: 40px;
}
.iconobene1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.secbene span{
    width: 100%;
    height: auto;
    float: left;
    font-weight: bold;
    text-align: left;
    color: #243354;
    font-size: 19px;
    line-height: 22px;
    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;
}
.secbene p{
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    width: 100%;
    height: auto;
    float: 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: #f6a621;
}
.secbene:hover span, .secbene:hover p{
    color: #fff;
}
.secbene:hover .iconobene1{
    top: 25px;
}
.logosnos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.logosnos img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 100px;
    margin: 20px;
}
/*
**********************************************************************
    Estilo para single cursos
**********************************************************************
*/
.bread{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #f1f4f8;
    padding: 15px 20px;
    box-sizing: border-box;
    border-top: solid 1px rgba(0,0,0,0.05);
    border-bottom: solid 1px rgba(0,0,0,0.05);
}
.bread ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.bread ul li{
    font-size: 13px;
    color: rgba(0,0,0,0.5);
    float: left;
    text-align: left;
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}
.bread ul li a{
    font-size: 13px;
    color: rgba(0,0,0,0.5);
}
.bread ul li a:hover{
    color: #f6a621;
}
.textosingle{
    width: calc(100% - 750px);
    height: auto;
    float: left;
    position: relative;
}
.textosingle h1{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    text-align: left;
}
.instructorsingle{
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    min-height: 50px;
    background: #f1f4f8;
    border-radius: 50px;
}
.instructorsingle span{
    margin: 7px 0 0 0;
}
.itemcurso{
    width: auto;
    height: auto;
    margin: 10px 10px 10px 0;
    text-align: left;
    float: left;
    position: relative;
    padding: 10px 20px 10px 62px;
    box-sizing: border-box;
    background: #f1f4f8;
    border-radius: 50px;
}
.itemcurso i{
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 13px;
    color: #f6a621;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
}
.itemcurso p{
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.infocomprados{
    border-bottom: dashed 1px rgba(0,0,0,0.3);
    background: #083868;
    border-radius: 50px;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    margin: 15px 0;
}
.infocomprados .precio p{
    color: #fff;
    margin: 0;
}
.infocomprados .precio span{
    color: rgba(255,255,255,0.5);
}
.descuento{
    width: auto;
    height: auto;
    position: absolute;
    padding: 2px 10px;
    background: red;
    color: #fff;
    font-size: 12px;
    text-align: left;
    border-radius: 10px;
    z-index: 3;
    top: -10px;
    left: -5px;
    margin: 0;
    transform: rotate(-5deg);
}
.colaboracion{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
    text-align: center;
}
.colaboracion p{
    text-align: center;
    font-size: 12px;
}
.colaboracion img{
    width: 60px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.fotossingle{
    width: 700px;
    height: auto;
    float: right;
}
.fotoperfilsingle{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.fotoperfilsingle img{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
}
.wp-block-image{
    border-radius: 5px;
    overflow: hidden;
}
.cuerpodetallecurso{
    background: #f1f4f8;
    overflow: visible;
}
.cuerpodetallecurso .wrap{
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}
.secdetallecurso{
    width: calc(100% - 500px);
    height: auto;
    float: left;
    position: relative;
}
.titulogeneralacorde{
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.titulogeneralacorde h2{
    text-align: left;
    font-size: 26px;
    line-height: 29px;
    margin: 0;
}
.titulogeneralacorde p{
    text-align: left;
}
.acordeon input {
    display: none;
}
.acordeon__item{
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 2px 0;
}
.acordeon__titulo {
      display: block;
      padding: 15px 30px;
      background: #083868;
      color: #fff;
      font-size: 17px;
      cursor: pointer;
    text-align: left;
    font-weight: 700;
    box-sizing: border-box;
}
.acordeon__titulo i{
    position: absolute;
    top: 22px;
    right: 20px;
    color: #fff;
    font-size: 14px;
    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;
}
.acordeon__titulo:hover {
    background: #5da7db;
}
.acordeon__contenido {
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.5s;
    background: #fff;
    border-radius: 20px;
    padding: 0 30px;
    box-sizing: border-box;
}
.acordeon input:checked ~ .acordeon__contenido{
  height: auto;
  margin: 15px 0;
    padding-bottom: 20px;
}
.acordeon input:not(:checked) ~ .acordeon_contenido{
    height: 0 !important;
}
.acordeon input:checked ~ .acordeon__titulo{
    background: #5da7db;
}
.acordeon input:checked ~ .acordeon__titulo i{
    transform: rotate(90deg);
}
.acordeon__contenido ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.acordeon__contenido ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 3px 0;
    text-align: left;
}
.divisionema{
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,0.2);
    float: left;
    position: relative;
    margin: 30px 0;
}
.formcurso{
    position: sticky;
    top: 20px;
    left: auto;
    background: none;
    padding: 0;
    width: 450px;
    height: auto;
    float: right;
    border-radius: 20px;
    box-sizing: border-box;
}
.formcursoform{
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    border-radius: 20px;
}
.titulogeneralform{
    padding: 30px 40px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #083868;
    position: relative;
    float: left;
    border-radius: 20px 20px 0 0;
    margin: 0;
}
.titulogeneralform h2{
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.titulogeneralform p{
    color: #fff;
    text-align: center;
    margin: 0;
}
.formcurso form{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    position: relative;
    padding: 30px 40px;
    box-sizing: border-box;
}
.formcurso form .secform{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
}
.formcurso form .secform input[type=text], .formcurso form .secform input[type=email], .formcurso form .secform input[type=phone], .formcurso form .secform select, .formcurso form .secform textarea{
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    border: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 10px;
}
.formcurso form .secform textarea{
    height: 90px;
    padding: 20px;
}
.socialdiv, .etiquetas{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;    
    box-sizing: border-box;
    margin: 20px 0 10px 0;
    border-top: solid 1px rgba(0,0,0,0.1)
}
.socialdiv p{
    text-align: left;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 9px 5px 0 0;
    vertical-align: middle;
}
.shared-social{
	width: auto;
	height: 36px;
	float: left;
	margin: 0 5px 5px 5px;
	position: relative;
    vertical-align: middle;
    border-radius: 30px;
    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;
}
.shared-social span{
    height: 35px;
    padding: 0 15px 0 10px;
    text-decoration: none;
    margin: 0;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    float: left;
}
.shared-social a{
    text-decoration: none;
    text-transform: none;
    line-height: 35px;
    color: #fff;
    float: left;
}
.shared-social a:hover{
    color: #fff;
}
.shared-social i{
    float: left;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #325292;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    border-right: solid 1px rgba(255,255,255,0.1);
}
.face-shared{
    background: #304a80;
}
.face-shared:hover{
    background: #325292;
}
.twit-shared{
    background: #2097c9;
}
.twit-shared:hover{
    background: #28aae1;
}
.twit-shared i{
    background: #28aae1;
}
.linkedin-shared{
    background: #0e76a8;
}
.linkedin-shared:hover{
    background: #1b8cc3;
}
.linkedin-shared i{
    background: #1b8cc3;
}
.google-shared{
    background: #ba3929;
}
.google-shared:hover{
    background: #dd4b39;
}
.google-shared i{
    background: #dd4b39;
}
/*
**********************************************************************
    Estilo para paginas de cursos virtuales, presenciales y ccl
**********************************************************************
*/
.titulogenpage{
    width: 100%;
}
.seccursopage{
    width: calc(25% - 20px) !important;
    margin: 10px !important;
    float: left !important;
    position: relative;
}
.seccursopage .textoslider{
    min-height: 310px;
}
.botonmascat{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.botonmascat .botongeneral{
    display: inline-block;
    float: none;
}
/*
**********************************************************************
    Estilo para página de contacto
**********************************************************************
*/
.contactopagesing{
    width: calc(100% - 520px);
    float: left;
    position: relative;
}
.titulogeneralcontacto{
    width: 100%;
    height: auto;
    float: left;
}
.titulogeneralcontacto span{
    float: left;
}
.titulogeneralcontacto h2{
    text-align: left;
    float: left;
}
.contactopagesing .listacontacto{
    float: left;
    width: auto;
    border-top: solid 1px rgba(0,0,0,0.1);
    padding-top: 10px;
}
.contactopagesing .listacontacto li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.contactopagesing .listacontacto li a{
    display: inline;
    float: left;
    position: relative;
}
.contactopagesing .listacontacto li a:hover{
    color: #f6a621;
}
.formcursopage{
    position: relative;
    float: right;
}
.cuerpomapa{
    padding: 0;
    height: 550px;
}
.cuerpomapa iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixedwsp{
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 10000;
    width: auto;
    height: 60px;
}
.fixedwsp i{
    width: 60px;
    height: 60px;
    background: #15931b;
    border-radius: 100%;
    color: #fff;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    z-index: 5;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.fixedwsp span{
    width: 240px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: #15931b;
    opacity: 0.9;
    border-radius: 3px;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    color: #fff;
    padding: 10px 15px;
    z-index: 4;
    font-size: 14px;
    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;
}
.fixedwsp:hover span{
    transform: translateY(-50%) scaleX(1);
}
.cuerpomapa{
    padding: 0 !important;
}
.mitadmapa{
    width: 50%;
    height: auto;
    min-height: 450px;
    position: relative;
    float: left;
}
.mitadmapa iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mitadmapacontacto{
    width: 600px;
    max-width: 100%;
    float: left;
    position: relative;
    padding: 60px 70px;
    box-sizing: border-box;
}
.lstacontactocoti{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.lstacontactocoti li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
    min-height: 40px;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19px;
}
.lstacontactocoti li i{
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 30px;
    color: #243354;
    transform: translateY(-50%);
}
/*
**********************************************************************
    Estilo single productos
**********************************************************************
*/
.portadaprod{    
    height: 600px;
    position: relative;
    margin-top: 70px;
}
.derportadaprod{
    width: 600px;
    max-width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #1a2642;
    padding: 60px 70px 80px 40px;
    box-sizing: border-box;
}
.derportadaprod h1{
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-align: left;
    position: relative;
    padding: 0 0 20px 0;
}
.derportadaprod h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    border-radius: 4px;
    background: #e71546;
}
.derportadaprod p{
    color: #fff;
    text-align: left;
}
.derportadaprod ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.derportadaprod ul li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
    padding: 0 0 0 23px;
    color: #fff;
}
.derportadaprod ul li:after{
    content: "\f058";
    font-family: "FOntAwesome";
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.derportadaprod .botongeneral{
    margin: 20px 0 0 0;
    background: #e71546;
    color: #fff;
}
.derportadaprod .botongeneral:hover{
    background: #f9d31f;
    color: #243354;
}
.sliderproductos{
    width: calc(100% - 600px);
    height: auto;
    float: right;
    position: relative;
}
.sliderproductos .swiper-slide{
    height: 600px !important;
}
.cuerpofomrcotiprod{
    padding-top: 90px;
}
.wrapsingle{
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.fotoproducto{
    width: calc(100% - 370px);
    float: left;
    position: relative;
    margin: 0 50px 0 0;
}
.fotoperfilprod{
    width: 100%;
    height: auto;
    float: left;
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin: 0 0 20px 0;
}
.fotoperfilprod img{
    width: 100%;
    height: auto;
}
.galeriaprod{
    width: 100%;
    height: auto;
    float: left;
}
.productosecrela{
    width: calc(33.3% - 30px);
    margin: 15px;
}
.textoproductosec{
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 150px;
    float: left;
    position: relative;
    background: #fff;
    float: left;
}
.productosecrela span{
    width: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0; 
    text-align: left;
}
.productosecrela span:after{
    left: 0;
    transform: translateX(0);
}
.productosecrela .botongeneral{
    float: right;
}
.botonesprodsec{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.botonesprodsec .botongeneral{
    display: inline-block;
    padding: 8px 18px;
    float: none;
    margin: 3px 2px;
    height: auto;
    background: #fff;
    border: solid 1px #243354;
    color: #243354;
    font-weight: 400;
    font-size: 11px;
    box-sizing: border-box;
}
.botonesprodsec .botongeneral:hover{
    background: #243354;
    color: #fff;
}
.botonesprodsec .botongeneralprodv2{
    background: #ea1c24;
    color: #fff;
    border: none;
}
/*
 * estilo navegación de páginas
*/
.pagenavi {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
.pagenavi a {
   	display: inline-block;
   	padding: 0;
    margin: 0 3px;
    height: 30px;
    width: 30px;    
    overflow: hidden;
    border-top: solid 1px rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background:  -webkit-linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.1));
    background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.1));
    background: -moz-linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.1));
	border-radius: 2px;
    float: left;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
    font-family: 'Open Sans', sans-serif;
    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;
}
.pagenavi a:hover {
    background: #fff;
    color: rgba(0,0,0,0.5);
}
.pagenavi span.pages {
	display: inline-block;
    padding: 0;
    margin: 3px;
    height: 30px;
    width: 30px;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 30px;
    font-weight:bold;
    background: #e5e9ed;
    border-radius: 100%;
}
.pagenavi span.current {
	display: inline-block;
   	padding: 0;
    margin: 0 3px;
    height: 30px;
    width: 30px;    
    overflow: hidden;
    border-top: solid 1px rgba(255,255,255,0);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: rgba(0,0,0,0.6);
	border-radius: 2px;
    float: left;
    font-weight: bold;
    color: rgba(255,255,255,0.8);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.pagenavi span.expand {
	display: inline-block;
    padding: 0;
    margin: 3px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    color: #8d8d8d;
    text-align: center;
    background: #fff;
	border-radius: 50%;
}
.pagenavi .first, .pagenavi .last {
	display: inline-block;
	font-size: 14px;
    line-height: 30px;
}
.pagenavi .single_page {
	display: inline-block;
	font-size: 14px;
    line-height: 30px;
}

.fotoperfilblog{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    max-height: 450px;
}
.fotoperfilblog img{
    width: 100%;
    height: auto;
}
.textocontblog{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 30px 0;
    box-sizing: border-box;
}
.textocontblog h1{
    font-size: 30px;
    line-height: 33px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.textocontblog span{
    color: rgba(0,0,0,0.6);
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 40px 0;
    text-align: center;
    text-transform: uppercase;
    float: left;
}
.textocontblog h2{
    font-size: 27px;
    line-height: 30px;
    margin: 10px 0;
}
.textocontblog h3{
    font-size: 22px;
    line-height: 25px;
    margin: 10px 0;
}
.textocontblog h4{
    font-size: 18px;
    line-height: 21px;
    margin: 10px 0;
}
.textocontblog img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: inline-block;
    margin: 15px 0;
}
div.flex-video, .videopromo{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 40px;
    height: 0;
    overflow: hidden;
    margin: 20px 0; /* esto es opcional */
    clear: both;
    z-index: 2;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
div.flex-video iframe, .videopromo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.textocontblog ul{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.textocontblog ul li{
    width: 100%;
    height: auto;
    position: relative;
    margin: 3px 0;
    text-align: left;
    font-family: 'Alexandria', sans-serif;
    font-size: 15px;
    color: #0d2c3b;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.textocontblog p{
    text-align: left;
    font-family: 'Alexandria', sans-serif;
    font-size: 15px;
    color: #0d2c3b;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.secfooenlaces{
    width: 160px;
}
.mapafooter{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}
.mapafooter iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.burbujaslanding{
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    z-index: 4;
    height: 180px;
    padding: 0 20px;
}
.burbujaslanding .burbujanos{
    position: relative;
    float: left;
    left: 0;
    right: 0;
    top: 30px;
    border: 0;
    margin-right: 15px;
    width: 180px;
}
.burbujaslanding .conburburjanos span{
    font-size: 18px;
    line-height: 21px;
}
.burbujaslanding .conburburjanos{
    height: 65px;
}
.secbotonslider .botongeneral{
    margin-top: 20px;
}
.navigation{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.centered-content-stvc{
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
}
.cuerpocerti form{
    width: 700px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 70px;
    background: #f1f4f8;
    padding: 20px;
    box-sizing: border-box;
}
.cuerpocerti form input[type=text]{
    width: 320px;
    max-width: 100%;
    display: inline-block;
    height: 50px;
    float: none;
    position: relative;
    border-radius: 50px !important;
    padding: 0 40px 0 20px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    border: solid 1px rgba(0,0,0,0.1) !important;
}
.cuerpocerti form input[type=submit]{
    width: auto;
    float: none;
    display: inline-block;
    position: relative;
    margin: 0 0 0 -50px;
    border-radius: 50px;
    height: 50px;
    background: #083868;
    color: #fff;
    border: none;
    padding: 0 20px;
    box-sizing: border-box;
}
.cuerpocerti form input[type=submit]:hover{
    background: #f6a621;
}
.cuerpomision ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    margin: 10px 0;
}
.cuerpomision ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    margin: 2px 0;
}
.cuerpoccl h2{
    color: #0a2a49;
    text-align: center;
    margin: 0 0 25px 0;
}
/*
**********************************************************************
    Estilo formas de pago
**********************************************************************
*/
.peformas{
    width: 800px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
}
.cuerpometodos{
    background: #f1f4f8;
}
.tabs{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: left;
}
#tab1, #tab2, #tab3{
    top: 0;
    left: 0;
    display: none;
}
section {
    display: none;
    padding: 50px;
    width: 100%;
    height: auto;
    min-height: 340px;
    margin: 0;
    padding: 40px;
    float: left;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.1);
    overflow: hidden;
}
section input {
    display: none;
}
.tabs label, .tab1, .tab2, .tab3{
    margin: 0;
    padding: 15px 20px 15px 50px;
    box-sizing: border-box;
    height: 100%;
    width: auto;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    color: #0a2a49;
    position: relative;
    z-index: 3;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    font-weight: normal;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    background: rgba(0,0,0,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: rgba(0,0,0,0.5);
    font-size: 16px;
    transform: translateY(-50%);
}
.tabs label p, .tab1 p, .tab2 p, .tab3 p{
    width: 100%;
    height: auto;
    position: relative;
    color: rgba(0,0,0,0.5);
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.tabs label big{
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
}
.tabs label:hover {
    color: #efb55a;
    cursor: pointer;
}
.tabs input:checked + label{
    background: #fff;
}
.tabs input:checked + label i{
    color: #0a2a49;
}
.tabs input:checked + label p{
    color: #0a2a49;
    z-index: 10;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3{
    display: block;
    animation: fadep 1s 1;
}
@keyframes fadep {
    0%{opacity:0;}
    100%{opacity:1;}
}
.fotoformsec{
    float: left;
    position: absolute;
    width: 550px;
    height: calc(100% - 80px);
    top: 40px;
    left: 40px;
    border-radius: 15px;
}
.textoformasec{
    width: calc(100% - 600px);
    height: auto;
    float: right;
    position: relative;
}
.secbeneproceso{
    width: calc(50% - 60px);
    height: auto;
    margin: 20px 30px;
    height: auto;
    min-height: 100px;
}
.secbeneproceso .iconobene1{
    top: 20px;
    text-align: center;
}
.secbeneproceso .iconobene1 p{
    color: #fff !important;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
    position: relative;
    line-height: 50px;
}
.secbeneproceso ol, .secbeneproceso ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
    box-sizing: border-box;
    list-style: none;
    counter-reset: mi-contador;
}
.secbeneproceso ol li, .secbeneproceso ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 3px 0;
    text-align: left;
    min-height: 25px;
    padding-left: 32px;
    box-sizing: border-box;
    color: #243354;
}
.secbeneproceso ol li::before{
    content: counter(mi-contador); /* muestra el número */
    counter-increment: mi-contador; 
    font-weight: 700;
    font-size: 13px;
    width: 25px;
    height: 25px;
    background: #083868;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.secbeneproceso ul li{
    padding-left: 20px;
}
.secbeneproceso ul li:before{
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 13px;
}
.secbeneproceso:hover{
    background: #fff;
}
.secbeneproceso:hover h2, .secbeneproceso:hover span, .secbeneproceso:hover p{
    color: #243354;
}
.politiform{
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0;
}
.politiform img{
    height: 50px;
    width: auto;
    display: inline-block;
    float: left;
}
.politiform span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
}
.politiform p, .politiform ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
}
.politiform ul{
    padding-left: 15px;
    box-sizing: border-box;
}
.cuerposingle{
    z-index: 100;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    background: rgba(244,247,249,0.85);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 300;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);    
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.close {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #06447a;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    opacity: 1;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.close i{
    font-size: 25px;
    line-height: 35px;
    float: left;
    margin: 0 5px 0 0;
}
.close span{
    position: absolute;
    top: 5px;
    right: 15px;
}
.overlay .close:hover {
    color: #c62129;
}
.overlay .content {
    width: 850px;
    max-width: 100%;
    height: auto;
    max-height: calc(100% - 40px);
    overflow: auto;
    position: relative;
    float: left;
    padding: 0;
    background: #fff;
    top: 30px;
    left: 50%;
    z-index: 1010;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 15px 40px 0 rgba(6,68,122,0.3);         
}
.overlay:target .content{
    animation: entradapop 2.1s 1;
}
@keyframes entradapop{
    0%{transform: translateX(-80%);opacity: 0;}
    100%{transform: translateX(-50%);opacity: 1;}
}
.secpopfoto{
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #083868;
}
.secpopfoto img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin: 30px 0 0 0;
    border: solid 10px rgba(255,255,255,0.1);
}
.textopop{
    width: calc(100% - 300px);
    height: auto;
    float: right;
    padding: 40px;
    box-sizing: border-box;
}
.textopop span{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 18px;
    color: #083868;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.textopop span small{
    color: #5da7db;
    font-size: 18px;
}
.textopageult h2{
    text-align: left;
    margin: 10px 0 20px 0;
    font-size: 24px;
    line-height: normal;
}
.textopageult ul{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
.textopageult ul li{
    text-align: left;
    width: 100%;
    height: auto;
}
.grupodatos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
    background: #f1f4f8;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.grupodatos h3{
    color: #393941;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    font-weight: 700;
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.grupodatos label{
    text-align: left;
}
.secform{
    width: calc(33.3% - 20px);
    height: auto;
    float: left;
    position: relative;
    margin: 10px;
}
.grupodatos .secformtodo{
    width: calc(100% - 20px);
}
.grupodatos .secform input[type=text], .grupodatos .secform select, .grupodatos .secform input[type=email], .grupodatos .secform input[type=number], .grupodatos .secform textarea, .grupodatos .secform input[type=date]{
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    color: #575d61;
    font-family: 'Poppins', sans-serif;
}
.grupodatos .secform textarea{
    height: 110px;
    padding: 15px;
}
.secform input[type=submit]{
    float: left;
    border: none;
    cursor: pointer;
}
.comprarcurso{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 20px 0;
    border: solid 1px #5da7db;
}
.comprarcurso h1{
    display: none;
}
.comprarcurso .subtcomprarcurso{
    padding: 0;
    text-align: left;
}
.comprarcurso .price{
    padding: 0;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    text-align: left;
}
.comprarcurso .price del{
    font-size: 16px;
    opacity: 0.5;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-weight: 700;
}
.cuerpoprodsingle{
    padding: 20px;
}
.woocommerce-breadcrumb{
    display: none;
}
.product_meta{
    display: none;
}
.comprawsp{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #fff;
    margin: 10px;
    border-top: solid 1px rgba(0,0,0,0.2);
    padding: 10px 0;
    text-align: center;
}
.comprawsp p{
    text-align: center;
}
.comprawsp .botongeneral{
    display: inline-block;
    float: none;
    background: #15931b;
}
.comprawsp .botongeneral i{
    margin: 0 8px 0 0;
}
.comprarcurso .quantity{
    display: none;
}
.comprarcurso .single_add_to_cart_button{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #5da7db;
    padding: 15px 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    border: none;
}
.comprarcurso .single_add_to_cart_button:hover{
    background: #f6a621;
}
.comprarcurso .cart{
    padding: 0;
    margin: 10px 0;
}
.woocommerce-product-gallery{
    display: none;
}
.onsale{
    display: none;
}
/*
**********************************************************************
    Estilo responsive
**********************************************************************
*/
@media (min-width: 768px) and (max-width: 991px) {
	.clock-item {
		margin-bottom: 30px;		
	}
}
@media (max-width: 767px) {
	.clock-item {
		margin: 0px 30px 30px 30px;
	}
}
/*
    Estilos responsivos
*/
@media only screen and (max-width : 1200px) { 
    .portadaprod {
        height: 500px;
    }
    .derportadaprod {
        width: 400px;
        padding: 40px 30px;
        box-sizing: border-box;
    }
    .derportadaprod h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .sliderproductos {
        width: calc(100% - 400px);
    }
    .sliderproductos .swiper-slide {
        height: 500px !important;
    }
    .secbene{
        width: calc(50% - 20px);
        min-height: 430px;
        margin: 10px;
    }
    .seccursopage {
        width: calc(33.3% - 20px) !important;
    }
    .textosingle {
        width: calc(100% - 550px);
    }
    .fotossingle {
        width: 500px;
    }
}
@media only screen and (max-width : 1060px) {    
    .cuerponosotros .fotonos {
        width: 400px;
        margin-top: 120px;
    }
    .secnos {
        width: calc(100% - 430px);
        margin: 0 0 0 30px;
    }
    .titulogen h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .fotoconsultashome {
        left: 50%;
        right: auto;
        width: 55%;
    }
    .cuerponosotros .secnospage{
        margin: 0 30px 0 0 !important;
    }
    .cuerponosotros .fotonospage{
        margin: 30px 0 0 0 !important;
    }
}
@media only screen and (max-width : 1090px) {    
    .menu{
        display: none;
    }
    .menu2{
        display: inline-block;
        position: relative;
        float: right;
        width: auto;
        z-index: 3;
        margin: 25px 20px 0 0;
    }
    .menu2 .menuresp{
        height: 35px;
        line-height: 35px;
        width: auto;
        padding: 0 15px 0 40px;
        margin: 10px 0 0 0;
        background: #5da7db;
        display: inline-block;
        border-radius: 3px;
        position: relative;
        color: #fff;
        box-sizing: border-box;
        float: right;
        font-size: 13px;
    }
    .menu2 .menuresp i{
        position: absolute;
        top: 0;
        left: 15px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 35px;
    }
    .menu2 .menuresp:hover{
        background: #f6a621;
    }
    .menu2:hover .menuresp{
        background: #f6a621;
    }
    .menu2 .acordion{
        width: 210px;
        height: auto;
        float: left;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: 50px;
        right: 0;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
    }
    .menu2 .acordion li{
        list-style: none;
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .menu2 .acordion li a{
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
        border-bottom: solid 1px rgba(0,0,0,0.1);
        float: left;
        text-align: left;
        padding: 10px 0;
        font-weight: normal;
        font-size: 13px;
        color: #083868;
    }
    .menu2 .acordion li:last-child a{
        border: none;
    }
    .menu2 .acordion li ul{
        display: none;
    }
    .menu2 ul li.current-menu-item > a:hover:not(.current-menu-item){
        color: #f6a621;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #f6a621;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #f6a621;
    }
    #headdos .menu2{
        position: relative;
        margin: 19px 10px 0 0;
    }
    #headdos .menu2 .menuresp{
        margin: 0;
    }
    .secmenubuscardos{        
        position: absolute;
        top: 0;
        right: 100px;
        z-index: 800;
        width: auto;
    }
    .secpaquete{        
        width: 50%;
    }
    .contenidopaquete {
        width: 100%;
    }    
    .productos {
        width: 100%;
        margin: 0;
    }
    .sidebar{
        margin: 20px 0 0 0;
    }
    .fotoconsultashome{
        display: none;
    }
    .formconsultashome{
        width: 100%;
    }
    .swipertipos .swiper-slide img {
        width: 400px;
    }
    .textotipos {
        width: calc(100% - 540px);
    }
}
@media only screen and (max-width : 940px) {
    .swiperslidecattour{
        width: 33.3% !important;
    }
    .titulocentralreserva{
        width: 200px;        
        padding: 20px 10px;
    }
    .tituloreservapaquetewrap{        
        padding: 20px 15px;
    }
    .reservapaquetesingle form{
        padding: 40px 20px 80px 20px;
    }
    .cuerpotitulos .wrap {
        width: 100%;
        left: 0;
        transform: translateX(0);
        padding: 0;
    }
    .cuerpotitulos h2, .cuerpotitulos p{
        text-align: center;
    }
    .buscartitulo {
        position: relative;
        top: 0;
        right: 0;
        width: 450px;
        max-width: 100%;
        float: none;
        display: inline-block;
        transform: translateY(0);
        margin: 20px 0 0 0;
    }
    footer {
        padding: 20px;
    }
    .redesfoo{
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .redesfoo p, .pagos p{
        text-align: center;
    }
    .redesfoo a{
        float: none;
        display: inline-block;
    }
    .pagos{
        width: 100%;
        text-align: center;
    }
    .pagos img{
        float: none;
        display: inline-block;
        max-width: 80px;
        max-height: 15px;
    }
    .formcontactopage .secform{
        width: 100%;
        margin: 10px 0;
    }
    .datoscontactopage li{
        width: 50%;
        min-height: 130px;
        padding: 20px 30px;
        margin: 10px 0;
    }
    .fotomision {
        width: 400px;
    }
    .secmision {
        width: calc(100% - 430px);
        margin: 0 0 0 30px;
    }
    .catehome {
        width: 100%;
        margin: 10px 0;
        border-radius: 15px;
        float: left;
        position: relative;
    }
    .wrapport {
        padding: 60px 320px 60px 20px;
        min-height: 200px;
    }
    .wrapport h1 {
        margin: 0 0 20px 0;
        font-size: 23px;
        line-height: 26px;
    }
    .wrapport img {
        width: 400px;
        right: -50px;
    }
    .textosingle {
        width: 100%;
    }
    .fotossingle {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .textosingle h1{
        font-size: 25px;
        line-height: 28px;
    }
    .cuerposingle{
        padding: 40px 20px !important;
    }
    .secdetallecurso {
        width: 100%;
    }
    .formcurso {
        position: relative;
        top: 0;
        max-width: 100%;
        float: none;
        display: inline-block;
        border-radius: 15px;
        margin: 20px 0 0 0;    
    }
    .fotoformsec {
        width: 300px;
    }
    .textoformasec {
        width: calc(100% - 340px);
    }
    .politiform {
        width: 100%;
        padding: 0;
        margin: 15px 0;
    }
}
@media only screen and (max-width : 930px) {
    .seccursopage {
        width: calc(50% - 20px) !important;
    }
}
@media only screen and (max-width : 890px) {
    .secpaquetev2{
        width: calc(50% - 30px);
    }
    .redestop{
        display: none;
    }
    #headdos .redestop{
        display: inline-block;
    }
    .secphoto img{
        width: 350px;
    }
    .textophoto{
        top: 0;
        right: 0;
        width: calc(100% - 330px);
    }
    .secphoto2 .textophoto{
        right: auto;
        left: 0;
    }
    .slidertextotour h2 {
        margin: 0 0 20px 0;
        font-size: 40px;
        line-height: 44px;
    }
    .secpaquetesing{
        width: calc(50% - 20px) !important;
        height: 400px !important;
    }
    .swipertipos .swiper-slide img {
        width: 400px;
        max-width: 100%;
        float: none;
        display: inline-block;
        display: none;
    }
    .textotipos {
        width: calc(100% - 100px);
        height: auto;
        float: left;
        position: relative;
    }
    .secbene{
        width: 100%;
        min-height: 50px;
        margin: 10px 0;
        padding: 105px 30px 30px 30px;
    }
    .contactopagesing {
        width: 100%;
    }
    .formcursopage {
        float: none;
        display: inline-block;
        margin: 20px 0 0 0;
        max-width: 100%;
    }
    .formcurso form {
        padding: 20px;
    }
}
@media only screen and (max-width : 870px) {
    .secfoo{
        width: 100%;  
        min-height: 50px;
        margin: 0;
        padding: 20px 0;
    }
    .logofoo, .logofoo img{
        float: none;
        display: inline-block;
    }
    .logofoo p{
        text-align: center;
    }
    .secfoodatos{
        width: 100%;
    }
    .bannerblog{
        padding: 60px 60px 60px 380px;
    }    
    .fotobannerblog{
        width: 330px;        
    }
}
@media only screen and (max-width : 840px) {
    .unodestinos, .centrodestinos{
        height: 500px;
    }
    .destinosec2{
        height: 250px;
    }
    .destinosec3{
        width: 100%;
        height: 300px;
    }
    .destinosec4{
        height: 200px;
        width: 100%;
        border-bottom: none;
    }
    .tresdestinos{
        width: 100%;
    }
    .destinosec5{
        width: 66.6%;
        border-top: solid 10px #fff;
    }
    .destinosec6{
        width: 33.3%;
        border-top: solid 10px #fff;
    }
    .mapaiframe {
        width: 100%;
        height: 280px;
        position: relative;
        float: left;
    }
    .formcontacto {
        width: 100%;
        padding: 30px;
    }
    .cuerponosotros .fotonos {
        width: 450px;
        max-width: 100%;
        margin-top: 0;
        float: none;
        display: inline-block;
    }
    .secnos {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .titulogen h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .burbujanos, .cuerponosotros .secnospage .burbujanos{
        top: -290px;
        left: -15px;
        width: 160px;
        padding: 15px 10px 25px 15px;
    }
    .cuerponosotros .secnospage .burbujanos{
        top: -350px;
    }
    .conburburjanos {
        height: 75px;
    }
    .conburburjanos p {
        font-size: 11px;
        line-height: 14px;
    }
    .conburburjanos span {
        font-size: 17px;
        line-height: 20px;
    }
    .conburburjanos span big {
        font-size: 27px;
    }
    .secskills li {
        width: calc(100% - 50px);
        margin: 20px 10px 0 40px;
    }
    .cuerponosotrospage{
        padding: 70px 20px;
    }
    .cuerponosotros .fotonospage{
        margin: 10px 0 30px 0 !important;
    }
    .secvalor {
        width: 100%;
        min-height: 40px;
    }
    .cuerponosotros .secnospagedos{
        margin: 0 !important;
    }
    @keyframes moverburbuja{
        0%{transform: translateY(0) skewY(0);}
        28%{transform: translateY(0) skewY(0);}
        33%{transform: translateY(-75px) skewY(0);}
        53%{transform: translateY(-75px) skewY(0);}
        58%{transform: translateY(-150px) skewY(0);}
        78%{transform: translateY(-150px) skewY(0);}
        83%{transform: translateY(0) skewY(0);}
        100%{transform: translateY(0) skewY(0);}
    }  
    .misioncont {
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }
    .metodo {
    width: 100%;
    border-radius: 15px;
    padding: 30px;
    margin: 20px 0 0 0;
}
}
@media only screen and (max-width : 770px) {
    .secmenugeneral {
        width: calc(100% - 120px);
    }
    .slidertextouno {
        bottom: 70px;
    }
    .sliderpaquetesingle .slidertextouno{
        bottom: 70px;
    }
    .slidertextouno span{
        float: left;
        font-size: 17px;
        line-height: 21px;
    }
    .slidertextouno .tituloslider{
        font-size: 35px;
        line-height: 38px;
        text-align: left;
        margin: 0 0 10px 0;
    }
    .slidertextouno .tituloslider, .slidertextouno h1 span {
        font-size: 27px;
        line-height: 30px;
    }
    .botonslider{
        float: left;
    }
    .cuerpopaquetes {
        padding: 30px 20px 40px 20px;
    }
    .titulocentral {
        margin: 0 0 10px 0;
    }
    .titulocentral h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 10px 0;
    }
    .titulocentralblog h2{
        font-size: 22px;
        line-height: 26px;
    }    
    .pagslide{
        height: 170px !important;
        transform: translate(0) !important;
        bottom: 50px !important;
        left: 10px !important;
    }
    .pagslide .swiper-pagination-bullet{
        margin: 15px 10px !important;
    }
    .pagslide .swiper-pagination-bullet:last-child{
        margin: 15px 10px 0 10px !important;
    }
    .cuerpotitulos h2{
        font-size: 27px;
        line-height: 30px;
    }
    .buscartitulo form{
        width: 100%;
    }
    .buscartitulo form button{
        padding: 0 20px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .swipersingle .swiper-slide{
        height: 400px !important;
    }
    .swipersingle .slidertextouno h1, .textoportadapagina h1{
        font-size: 24px;
        line-height: 27px;
    }
    .swipersingle .slidertextouno span{
        font-size: 12px;
        line-height: 15px;
    }
    .cuerpotitsinglemas{
        padding: 30px;
    }
    .cuerpotitsinglemas .botongeneral{
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
    .wrapheader{
        padding: 0 0 0 150px;
    }    
    .reservahome{
        padding: 40px 30px;
    }
    .swiperslidecattour{
        width: 50% !important;
        height: 350px !important;        
    }
    .wraptour{
        height: 350px !important;
    }
    .sliderpaquetesingle{
        height: 450px;
        text-align: center;
    }
    .titulocentralreserva{
        width: 100%;        
        padding: 20px;
        height: auto;
        position: relative;
        float: left;
    }
    .tituloreservapaquetewrap{        
        padding: 15px;
        position: relative;
        top: auto;
        display: inline-block;
        transform: translate(0);
        -o-transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }
    .reservapaquetesingle form{
        padding: 0;
        position: relative;
        float: left;
        width: 100%;
    }
    .titulocentralreserva i{
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
    .fotoreservasingle{
        display: none;
    }
    .contenidotour{
        width: 100%;
        margin: 0;
    }
    .sidebar{
        width: 100%;
        position: relative;
        float: left;
        margin: 30px 0 0 0;
    }
    .mitadmapa {
        width: 100%;
        height: 400px;
        min-height: 50px;
    }
    .mitadmapacontacto {
        padding: 30px;
    }
    .fotomision {
        display: none;
    }
    .secmision {
        width: 100%;
        margin: 0;
    }
    .portadaprod {
        height: auto !important;
    }
    .derportadaprod {
        width: 100%;
        padding: 30px 20px;
        position: relative;
        float: left;
    }
    .derportadaprod h1 {
        font-size: 21px;
        line-height: 24px;
    }
    .sliderproductos {
        width: 100%;
        position: relative;
        float: left;
    }
    .sliderproductos .swiper-slide {
        height: 400px !important;
    }
    .productosecrela {
        width: 380px;
        max-width: 100%;
        margin: 15px 0;
        float: none;
        display: inline-block;
    }
    .cuerpomision{
        overflow: hidden !important;
    }
}
@media only screen and (max-width : 730px) {
    .cuerpohistoria{
        padding: 40px 20px;
    }
    .secnosotros {
        width: 100%;
        padding: 0;
    }
    .secnosotrossec {
        margin: 10px 0;
        padding: 10px 0 10px 30px;
    }
    .secnosotros h2{
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .secnosotros p{
        text-align: left;
    }
    .secnosotros:before {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #fff;
        border: dashed 1px rgba(0,0,0,0.3);
        box-sizing: border-box;
        content: "";
        top: 0;
        left: -4px;
        position: absolute;
        z-index: 3;
    }
    .secnosotros:after {
        left: 0;
        right: auto;
    }
    .secnosotrosdos:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        width: 0;
        height: 100%;
        border-left: dashed 1px rgba(0,0,0,0.3);
        z-index: 2;
        display: inline-block;
    }
    .secnosotrossec h2:after {
        left: -30px;
        right: auto;
        width: 20px;
    }
    .secnosotrosdos .secnosotrossec h2:after {
        left: -30px;
    }
    .cuerpobanneroferta img {
        right: auto;
        width: 220px;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
    }
    .cuerpobanneroferta .wrap {
        padding: 30px 0 250px 0;
        width: 950px;
        max-width: 100%;
    }
    .cuerpobanneroferta .titulogeneral .enlacetiti, .cuerpobanneroferta .botongeneral{
        display: inline-block;
        float: none;
        z-index: 5;
    }
    .cuerpobanneroferta .titulogeneral h2{
        font-size: 25px;
        line-height: normal;
        text-align: center;
    }
    .fotoformsec {
        width: 100%;
        height: 240px;
        position: relative;
        float: left;
        top: 0;
        left: 0;
    }
    .textoformasec {
        width: 100%;
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width : 700px) {
    .sobremenu .telhead {
        margin: 0 10px 0 0;
    }
    .cuerpotours {
        height: 470px;
    }
    .slidertextotour{
        padding: 30px 20px;
    }
    .slidertextotour span {
        font-size: 11px;
        line-height: 13px;
        font-weight: normal;
    }
    .slidertextotour h2 {
        font-size: 23px;
        line-height: 26px;
        margin: 0 0 20px 0;
    }
    .slidertextotour .seccosto {
        transform: scale(1);
    }
    .slidertextotour .secbotonslider a {
        margin: 10px 0;
        font-size: 14px;
        padding: 11px 22px;
    }
    .itinierariodia h3{
        font-size: 19px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }
    .swiperfull .swiper-slide {
        height: 430px !important;
    }
    .datoscontactopage li{
        width: 100%;
        min-height: 50px;
        padding: 20px 0;
        margin: 0;
        border: none;
    }
    .cuerpoconfiar ul li {
        width: 100%;
        padding: 20px 0;
    }
    .teltop{
        padding: 15px 10px 10px 30px;
    }
    .teltop small, .teltop span{
        display: none;
    }
    .logo img{
        height: 50px;
        margin: 5px 0;
    }
    .menu2 {
        margin: 10px 10px 0 0;
    }
    .teltop{
        height: 35px;
        padding: 0 10px;
        margin: 20px 0;
    }
    .teltop i{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        line-height: 35px;
        text-align: center;
        padding: 0;
    }
    .formconsultashome .secform, .formcotipage .secform {
        width: 100%;
        margin: 10px 0;
    }
    .fotoconsultashome{
        display: none;
    }
    .titulogen{
        margin: 0 0 20px 0;
    }
    .formconsultashome form, .formcotipage form{
        margin: 0;
    }
    .formcotipage {
        padding: 50px 30px;
    }
    .seccursopage {
        width: 350px !important;
        max-width: 100%;
        margin: 10px 0 !important;
        float: none !important;
        display: inline-block !important;
    }
    .seccursopage .textoslider {
        min-height: 50px;
    }
    .secpopfoto {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        background: #fff;
    }
    .secpopfoto img{
        width: 130px;
        height: 130px;
        margin: 20px 0;
    }
    .textopop {
        width: 100%;
        padding: 20px;
    }
}
@media only screen and (max-width : 610px) {
    .secpaquetev2{
        width: 350px;
        max-width: 100%;
        float: none;
        margin: 10px 0;
        display: inline-block;
    }
    .unodestinos, .centrodestinos{
        width: 50%;
    }
    .destinosec5, .destinosec6{
        width: 50%;
    }
    .secpaquetesing{
        width: 350px !important;
        max-width: 100%;
        float: none;
        display: inline-block;
        height: 400px !important;
        margin: 10px 0 !important;
    }
    .slidertitulosblog h1{
        font-size: 26px;
        line-height: 29px;
    }
    
    .pagosfoo{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .reservahome{
        padding: 30px 20px;
    }
    .secform{
        width: 100%;        
    }
    .secform input[type=text], .secform input[type=email], .secform textarea{
        width: 100%;
    }
    .slidertitulopaquete h1{
        font-size: 35px;
        line-height: 38px;        
        letter-spacing: -2px;        
    }
    .gallery {                
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-gap: 10px;
        -moz-column-gap: 10px;
        -webkit-column-gap: 10px;
        -o-column-gap: 10px;
    }
    .gallery-item{           
        margin: 0 0 10px 0 !important;        
    }
    .slidertextoerror{
        width: 100%;
        top: 50%;
        left: 0;
    }    
    section {
        padding: 20px 30px;
    }
    section h2 {
        margin: 0 0 20px 0;
        font-size: 20px !important; 
        line-height: 24px !important; 
    }
    .itinierariodia .diasec{
        left: -40px;
    }
    .itinierariodia {
        padding: 0 0 0 30px;
    }
    .swipersingle .slidertextouno {
        bottom: 30px;
    }
    .contenidopaquete label{
        padding: 15px 10px 10px 10px;
        width: auto;
    }
    .contenidopaquete label:before{
        position: absolute;
        top: 9px;
        font-size: 11px;
        left: 50%;
        transform: translateX(-50%);
    }
    .contenidopaquete label span{
        margin: 8px 0 0 0;
        display: inline-block;
        font-size: 13px;
        position: relative;
    }
    .portadacoti {
        height: 420px;
    }
    .textoportadacoti {
        top: auto;
        bottom: 30px;
        transform: translate(-50%,0);
    }
    .textoportadacoti h1 {
        font-size: 27px;
        line-height: 30px;
    }
    .textoportadacoti p {
        font-size: 15px;
        line-height: 19px;
    }
    .productosec {
        width: 350px;
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: inline-block;
    }
    .alineado {
        margin: 0;
    }
    .secblog {
        width: 330px;
        max-width: 100%;
        margin: 10px 0;
        min-height: 50px;
        float: none;
        display: inline-block;
    }
    .wrapport {
        padding: 50px 20px 200px 20px;
        text-align: center;
    }
    .wrapport img {
        width: auto;
        height: 200px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .wrapport h1{
        text-align: center;
        margin: 0 0 15px 0;
    }
    .wrapport ul li {
        width: auto;
        float: none;
        display: inline-block;
        margin: 10px;
    }
    .logosnos img {
        max-width: 120px;
        max-height: 70px;
        margin: 10px;
    }
    .cuepropageult h1{
        font-size: 28px;
        line-height: normal;
    }
}
@media only screen and (max-width : 560px) {
    .botonslider{
        margin: 10px 0 0 0;
    }
    .secfoo h4{
        margin: 0 0 20px 0;
    }
    .slidertextouno span{        
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 3px;
    }
    .slidertextouno h1{
        font-size: 40px;
        line-height: 40px;
    }
    .swiperslidecattour{
        width: 100% !important;
        height: 300px !important;        
    }
    .wraptour{
        height: 300px !important;
        margin: 0 !important;
    }
    .reservapaquetesingle .secform{
        width: 100%;
        padding: 0;
    }
    .col-sm-6 {
        width: 50% !important;
    }
}
@media only screen and (max-width : 510px) {
    .teltop{
        display: none;
    }
    .menu2 {
        margin: 3px 0px 0 0;
    }
    .logofooter{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .textoblog {
        padding: 20px;
    }
    .textoblog h3 a {
        font-size: 18px;
        line-height: 21px;
    }
    .swiperofertas{
        padding: 0 0 60px 0 !important;
    }
    .secnaviswiperdos a, .botoncetralpaquetes {
        height: 35px;
        padding: 0 10px;
        line-height: 31px;
        font-size: 14px;
    }
    .swiper-button-prevdos, .swiper-button-nextdos {
        width: 35px;
        height: 35px;
        margin: 0 5px;
        vertical-align: top;
    }
    .slidertextouno p{
        display: none;
    }
    .unodestinos, .centrodestinos, .tresdestinos{
        width: 100%;
        height: auto;
    }
    .destinosec{
        width: 100%;
        height: 230px;
        border-left: none;
        border-right: none;
        border-top: solid 10px #fff;
        border-bottom: solid 10px #fff;
    }
    .cuerpo{
        padding: 40px 20px;
    }
    .cuerpo h2{
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 15px 0;
    }
    .secfoocontacto ul {
        padding: 0;
    }
    .mapafooter {
        position: relative;
        float: left;
        width: 100%;
        height: 220px;
        margin: 0 0 15px 0;
    }
    .catehome{
        padding: 20px 20px 20px 115px;
    }
    .catehome h3 {
        font-size: 17px;
        line-height: 19px;
    }
    .secempresa span {
        font-size: 19px;
        line-height: normal;
    }
    .cuerpocerti form{
        padding: 10px;
        position: relative;
    }
    .cuerpocerti form input[type=text]{
        padding: 0 40px 0 15px !important;
        width: 100%;
        text-align: left !important;
    }
    .cuerpocerti form input[type=submit]{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .tabs label, .tab1, .tab2, .tab3 {
        padding: 12px 10px;
    }
    .tabs label i{
        display: none;
    }
    .tabs label p, .tab1 p, .tab2 p, .tab3 p {
        font-size: 13px;
    }
}
.titulogenmarcas{
    margin: 40px 0 10px 0;
}
.titulogenmarcas h2{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.listacotizarportada{
    width: 750px;
    max-width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.listacotizarportada li{
    list-style: none;
    color: #fff;
    float: left;
    width: 33.3%;
    height: auto;
    margin: 10px 0;
    padding: 70px 15px 0 15px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
}
.listacotizarportada li:after{
    content: "1";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #e71546;
    border-radius: 100%;
    line-height: 60px;
    text-align: center;
}
.listacotizarportada li span{
    position: relative;
    z-index: 3;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}
.listacotizarportada li:nth-child(2):after{
    content: "2";
}
.listacotizarportada li:nth-child(3):after{
    content: "3";
}
.blocks-gallery-grid, .wp-block-gallery{
    float: left;
}
.cuerpoclientes{
    padding: 0 20px 40px 20px !important;
}
.listacotizarportada li:after{
    animation: animalist 3s Infinite;
    transform-origin: center;
}
.listacotizarportada li:after:first-child{
    animation-delay: 0.2s;
}
.listacotizarportada li:after:nth-child(2){
    animation-delay: 3s !important;
}
.listacotizarportada li:after:last-child{
    animation-delay: 1.2s;
}
@keyframes animalist{
    0%{transform: scale(1) translateX(-50%) translateY(0);}
    50%{transform: scale(1.1) translateX(-50%) translateY(-20px);background: #f9d31f;}
    100%{transform: scale(1) translateX(-50%) translateY(0);}
}
@media only screen and (max-width : 900px) {
    .burbujaslanding{
        position: absolute;
        top: auto;
        bottom: 10px;
        right: 0;
        width: 600px;
        max-width: 100%;
        z-index: 4;
        height: 180px;
    }
    .burbujaslanding .burbujanos{
        position: relative;
        float: left;
        left: 0;
        right: 0;
        top: 30px;
        border: 0;
        margin-right: 15px;
        width: 150px;
        padding: 10px 10px 30px 10px;
    }
    .burbujaslanding .conburburjanos span{
        font-size: 15px;
        line-height: 18px;
        margin: 0;
    }
    .burbujaslanding .conburburjanos{
        height: 65px;
    }
}
@media only screen and (max-width : 770px) {
    .sliderlanding{
        top: 100px;
        left: 0;
        bottom: auto;
        transform: translate(0,0);
        width: 100%;
    }
    .sliderlanding p{
        display: none;
    }
}
.formlanding{
    width: 100%;
    float: left;
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 40px 0 0 0;
    border-radius: 4px;
    height: 45px;
}
.formlanding p{
    width: 100% !important;
    display: inline-block !important;
    margin: 0;
}
.formlanding .wpcf7-form-control-wrap{
    width: auto;
    float: left;
}
.formlanding input[type=text], .formlanding input[type=tel]{
    width: 220px;
    height: 45px;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    color: #141f38;
    font-size: 13px;
    border: none;
    border-left: solid 1px rgba(0,0,0,0.4);
}
.formlanding input[type=tel]{
    width: 180px;
}
.formlanding input[type=submit]{
    width: 150px;
    float: left;
    position: relative;
    height: 45px;
    line-height: 45px;
    border: none;
    font-family: 'Alexandria', sans-serif;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 13px;
    z-index: 3;
    background: #243354;
    border: 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;
}
.formlanding input[type=submit]:hover{
    background: #e71546;
}
@media only screen and (max-width : 670px) {
    .formlanding{
        height: 90px;
    }
    .formlanding .wpcf7-form-control-wrap{
        width: 50%;
    }
    .formlanding input[type=text], .formlanding input[type=tel]{
        width: 100%;
    }
    .formlanding input[type=submit]{
        width: 100%;
    }
    .slidertextouno{
        padding: 0 20px;
    }
    .burbujaslanding .conburburjanos span {
        font-size: 12px;
        line-height: 15px;
    }
}
.wpcf7 form .wpcf7-response-output{
    margin: 0;
}
.videopromo{
    width: 1000px;
    max-width: 100%;
    height: auto;
    float: none;
    padding-top: 0;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.4);
}
.imagenshared{
    width: 35px;
    height: 35px;
    background: #28aae1;
    border-right: solid 1px rgba(255,255,255,0.1);
    text-align: center;
    float: left;
}
.imagenshared img{
    width: 16px;
    height: auto;
    text-align: center;
    margin: 10px 0 0 7px;
}