/*
Theme Name: Carroces26
Theme URI: http://www.kunturweb.com
Description: Theme Carroces26 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: #575d61;
	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;
    z-index: 1;
    position: relative;
}
.wrap{
    width: 1350px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.botongeneral{
    width: auto;
    height: auto;
    padding: 13px 30px;
    float: left;
    position: relative;
    margin: 0;
    background: #1d204b;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.botongeneral:hover{
    background: #e71546;
    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);
}
.grecaptcha-badge{
    right: 0 !important;
}
/*
    Estilos para header
*/
.headeruno{
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 9999;
    text-align: center;
}
.headeruno .wrap{
    width: 1350px;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.headerv2{
    position: relative !important;
    float: left;
    background: #fff;
    height: 90px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
.headeruno:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 1;
    background: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0));
    -o-background: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0));
    -webkit-background: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0));
    -moz-background: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0));
}
.headerv2:after{
    display: none;
}
.logo{
    position: relative;
    float: left;
    height: auto;
    width: auto;
    text-align: center;
    z-index: 3;
    margin: 0;
    padding: 0;
}
.logo img{
    height: 70px;
    margin: 10px 0;
    width: auto;
    float: left;
    position: relative;
    z-index: 3;
}
.headerv2 .logo img{
    height: 70px;
}
.menu2{
    display: none;
}
.menu{
    float: none;
    position: relative;
    width: auto;
    display: inline-block;
    height: 50px;
    margin: 20px 10px;
    background: rgba(255,255,255,0.4);
    border-radius: 70px;
    padding: 0 20px;
    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 10px;
}
.menu ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 0;
}
.menu ul li a:after{
    position: absolute;
    bottom: 7px;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    background: #e61b49;
    opacity: 0;
    transform: scaleX(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;
}
.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: #fff;
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #fff;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #fff !important;
} 
#menu ul li a:hover{
    color: #fff;
}
#menu ul li:hover a{
    color: #fff;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #fff;
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #fff;
}
#menu ul li a:hover:after, 
#menu ul li.current-menu-item > a:after, 
#menu ul li.current_page_item > a:after {	
	transform: scaleX(1);
    opacity: 1;
} 
#menu ul li > ul{
    position: absolute;
    top: 50px;
    left: 50%;
    width: 840px;
    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: 105px;
    border-right: solid 1px rgba(0,0,0,0.1);  
    color: #23292e !important;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
}
#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;
}
#menu ul li > ul .iconbarandas:after, #menu ul li > ul .iconbarandas:before{
    background: url("images/baranda1.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconbarandas:before{
    background: url("images/baranda1a.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconespeciales:after, #menu ul li > ul .iconespeciales:before{
    background: url("images/especiales1.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconespeciales:before{
    background: url("images/especiales1a.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconrefrigerados:after, #menu ul li > ul .iconrefrigerados:before{
    background: url("images/refri.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconrefrigerados:before{
    background: url("images/refri1a.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .icontolvas:after, #menu ul li > ul .icontolvas:before{
    background: url("images/tolva1.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .icontolvas:before{
    background: url("images/tolva1a.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconadicionales:after, #menu ul li > ul .iconadicionales:before{
    background: url("images/adi1.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconadicionales:before{
    background: url("images/adi1a.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconremo:after, #menu ul li > ul .iconremo:before{
    background: url("images/remo1.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconremo:before{
    background: url("images/remo1a.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconsemi:after, #menu ul li > ul .iconsemi:before{
    background: url("images/semi1.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul .iconsemi:before{
    background: url("images/semi1a.png") no-repeat top center;
    background-size: contain;
}
#menu ul li > ul li a{
    color: #fff;
    padding: 40px 30px 20px 30px;
    text-align: center;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
#menu ul li > ul li.current-menu-item:hover:not(.current-menu-item){
	background: #e71546;
}
#menu ul li > ul li.current-menu-item > a:hover:not(.current-menu-item){
    color: #fff !important;
}
#menu ul li > ul li.current-menu-item:hover:not(.current-menu-item):after{
	display: none;
}
#menu ul li > ul li.current-menu-item:hover:not(.current-menu-item):before{
	display: inline-block !important;
}
#menu ul li > ul li:hover:not(.current-menu-item){		
	background: #e71546;
}
#menu ul li > ul li a:hover:not(.current-menu-item){		
	color: #fff !important;
}
#menu ul li > ul li:hover:not(.current-menu-item):after{		
	display: none;
}
#menu ul li > ul li:hover:not(.current-menu-item):before{		
	display: inline-block !important;
}
#menu ul li > ul li a:hover, 
#menu ul li > ul li.current-menu-item a, 
#menu ul li > ul li.current_page_item a{	
	color: #fff !important;
}
#menu ul li > ul li:hover, 
#menu ul li > ul li.current-menu-item, 
#menu ul li > ul li.current_page_item {	
	background: #e71546;
} 
#menu ul li > ul li:hover:after, 
#menu ul li > ul li.current-menu-item:after, 
#menu ul li > ul li.current_page_item:after {	
	display: none;
}
#menu ul li > ul li:hover:before, 
#menu ul li > ul li.current-menu-item:before, 
#menu ul li > ul li.current_page_item:before {	
	display: inline-block !important;
    opacity: 1;
}
.buscarflee{
    float: right;
    height: 50px;
    width: auto;
    max-width: 100%;
    min-width: 50px;
    background: rgba(255,255,255,0.5);
    border-radius: 50px;
    position: absolute;
    z-index: 11;
    margin: 20px 0;
    top: 0;
    right: 200px;
}
.buscarflee form{
    margin: 0;
}
.buscarflee input[type=text]{
    width: 50px;
    height: 50px;
    max-width: 100%;
    float: left;
    position: relative;
    top: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    transform: scaleX(50px);
    transform-origin: right;
    border: none;
    padding: 0 15px;
    border-radius: 50px;
    z-index: 5;
    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;
}
.buscarflee button{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: none;
    background: none;
    z-index: 4;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.buscarflee button i{
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}
.buscarflee:hover input[type=text]{
    transform: scaleX(1);
    opacity: 1;
    width: 400px;
}
.buscarflee:hover button{
    background: rgba(0,0,0,0.1);
    z-index: 10;
}
.buscarflee:hover button i{
    color: #1d204b;
}
.buscarflee button:hover{
    background: #1d204b;
}
.buscarflee button:hover i{
    color: #fff;
}
.teltop{
    position: relative;
    float: right;
    width: auto;
    height: 50px;
    background: rgba(255,255,255,0.5);
    color: #fff;
    margin: 20px 0;
    padding: 10px 20px 5px 60px;
    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;
    background: #1d204b;
    color: #fff;
    text-align: center;
    line-height: 35px;
    z-index: 5;
    font-size: 13px;
    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: #21234a;
    color: #fff;
}
.teltop:hover i{
    color: #21234a;
    background: #fff;
}
.headerv2 .teltop:hover{
    background: #ea1c24;
}
.headerv2 .teltop:hover i{
    background: #1d204b;
    color: #fff;
}
#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;
    overflow: hidden;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* alutra para slider principal */
    height: 100vh !important;
    background: #141f38;
    overflow: hidden !important;
}
.thumbnail{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    border: none;
}
.slidertextouno{
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 1300px;
    max-width: 100%;
    height: auto;
    padding: 0 20px 0 50px;
    z-index: 5;
    box-sizing: border-box;
    transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
}
.slidertextouno h1{
    font-size: 45px;
    line-height: 46px;
    color: #fff;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    width: 750px;
    max-width: 100%;
    text-transform: uppercase;
    position: relative;
}
.slidertextouno h1 span{
    font-size: 40px;
    line-height: 40px;
    color: #e71546;
    font-weight: 900;
    text-transform: none;
}
.slidertextouno p{
    color: #fff;
    text-align: left;
    font-size: 18px;
    width: 600px;
    max-width: 100%;
    height: auto;
    float: left;
}
.secbotonslider{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
}
.slidertextouno .botongeneral{
    background: rgba(29,32,75,0.85);
}
.slidertextouno .botongeneral:hover{
    background: #e71546;
    color: #fff;
}
.secform input[type=submit]{
    margin: 0;
    border: none;
}
.secform input[type=submit]{
    width: auto !important;
}
.secform input[type=submit]:hover, .secform input[type=submit]:hover{
    background: #e71546;
    color: #fff;
    border-color: #e71546;
}
.botonslider i{
    margin: 0 0 0 10px;   
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.botonslider:hover{
    transform: translateY(-5px);
    background: #e71546;
    color: #fff;
    border-color: #e71546;
}
.botonslider:hover i{
    transform: translateX(5px);
}
.secbotonslider .botonslider{
   background: #e71546;
}
.swiper-slide-active .slidertextouno h1{
    animation: entradaleft 2.1s 1;
}
.swiper-slide-active .slidertextouno p{
    animation: entradaleft 3.1s 1;
}
@keyframes entradaleft{
    0%{transform: translateX(-20%);opacity: 0;}
    100%{transform: translateX(0);opacity: 1;}
}
.swiper-slide-active .slidertextouno .botonslider{
    animation: entradabottom 1.8s 1;
}
@keyframes entradabottom{
    0%{transform: translateY(100%);opacity: 0;}
    100%{transform: translateY(0);opacity: 1;}
}
.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: 60px 20px;
    box-sizing: border-box;   
    z-index: 200;
    overflow: hidden;
}
/*
**********************************************************************
    Estilo para banner de inicio
**********************************************************************
*/
.cueporbanersbien{
    padding: 0 20px !important;
}
.cueporbanersbien .wrap{
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #243354;
    border-radius: 0 0 30px 30px;
    padding: 30px 40px;
    box-sizing: border-box;
}
.secbanbien{
    width: 33.3%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 20px 0 90px;
    margin: 10px 0;
}
.secbanbien:after{
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 100px;
    background: rgba(255,255,255,0.15);
    z-index: 3;
    transform: translateY(-50%);
}
.secbanbien img{
    position: absolute;
    top: 0;
    left: 20px;
    width: 50px;
    height: auto;
    opacity: 0.5;
}
.secbanbien span{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
    font-weight: 700;
}
.secbanbien p{
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
}
.secbanbien:last-child:after{
    display: none;
}
/*
**********************************************************************
    Estilo para mensaje de inicio
**********************************************************************
*/
.cuerpomsm{
    padding: 40px 20px;
    z-index: 5;
}
.textomsm{
    width: calc(100% - 700px);
    float: left;
    position: relative;
    height: auto;
    margin-top: 40px;
}
.cuerpomsm img{
    width: 650px;
    height: auto;
    float: right;
    max-width: 100%;
}
.textomsm h2{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    color: #243354;
    font-size: 35px;
    line-height: 38px;
    margin: 20px 0;
}
.textomsmdos{
    float: right;
}
.cuerpomsmdos img{
    float: left;
}
/*
**********************************************************************
    Estilo para skills de inicio
**********************************************************************
*/
.cuerposkills{
    margin-top: -170px;
    z-index: 2;
    background: #ebebeb;
}
.secskill{
    width: 33.3%;
    height: auto;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}
.secskill span{
    text-align: center;
    color: #243354;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 900;
}
.secskill p{
    text-align: center;
    color: #243354;
    font-size: 18px;
    line-height: 21px;
}
.titulogen{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    margin: 0 0 30px 0;
    z-index: 2;
}
.titulogen span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    color: #e71546;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0 90px;
}
.titulogen span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 3px;
    border-radius: 10px;
    background: #e71546;
}
.titulogen h2{
    color: #243354;
    font-size: 31px;
    line-height: 34px;
    text-align: left;
    width: 100%;
    height: auto;
}
.secnos ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.secnos ul li{
    list-style: none;
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 7px 25px 0 rgba(0,0,0,0.1);
    padding: 20px 20px 20px 110px;
    box-sizing: border-box;
    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;
}
.secnos ul li img{
    position: absolute;
    top: 50%;
    left: 30px;
    width: auto;
    max-width: 50px;
    height: auto;
    max-height: 50px;
    height: auto;
    transform: translateY(-50%);
}
.secnos ul li span{
    font-weight: 700;
    color: #243354;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    position: relative;
    margin: 0 0 5px 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;
}
.secnos ul li p{
    font-size: 14px;
    line-height: 20px;
    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;
}
.secnos ul li:hover{
    background: #e71546;
}
.secnos ul li:hover span, .secnos ul li:hover p{
    color: #fff;
}
.iconv1{
    opacity: 0;
}
.secnos ul li:hover img{
    opacity: 0;
}
.secnos ul li:hover .iconv1{
    opacity: 1;
}
/*
**********************************************************************
    Estilo para Productos home
**********************************************************************
*/
.cuerpofull{
    padding: 60px 20px !important;
}
.cuerpofull .titulogen{
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
}
.cuerpofull .titulogen h2{
    text-align: left;
}
.swiperfull .swiper-slide{
    height: 500px !important;
    background: #000 !important;
    border-radius: 20px;
}
.swiperfull .swiper-slide .thumbnail{
    opacity: 0.9;
    <z-index: 1;
}
.sombrasliderprod{
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    -moz-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    -webkit-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    -o-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 2;
}
.slidertextofull{
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 20px 130px 20px 20px;
    box-sizing: border-box;
    z-index: 3;
    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;
}
.slidertextofull span{
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: left;
    width: auto;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 700;
    z-index: 3;
    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;
}
.slidertextofull p{
    color: #fff;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 19px;
    margin: 10px 0 0 0;
    z-index: 3;
}
.slidertextofull .botongeneral{
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    font-family: 'Alexandria', sans-serif;
    border-radius: 50px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 13px;
    margin: 0;
    font-size: 10px;
    z-index: 3;
    background: rgba(255,255,255,0.8);
    color: rgba(0,0,0,0.85);
}
.swiperfull .swiper-slide:hover .slidertextofull span{
    transform: translateX(0);
}
.slidertextofull .botongeneral:hover{
    background: #e71546;
    color: #fff;
}
.swiper-button-nexttour, .swiper-button-prevtour{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 10px;
    border-radius: 4px;
    padding: 0;
    height: 40px !important;
    width: 40px !important;
    border-radius: 100%;
    background: #243354;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
}
.swiper-button-nexttour{
    left: auto;
    right: 10px;
}
.swiper-button-nexttour i, .swiper-button-prevtour i{
    color: #fff;        
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    opacity: 1;
}
.swiper-button-nexttour:hover, .swiper-button-prevtour:hover{
    background: #e71546;
}
.swiper-button-nexttour:hover i, .swiper-button-prevtour:hover i{
    color: #fff;
}
.swipertours .swiper-slide-active .slidertextotour{
    animation: textotour 1.7s 1;
}
.swiperfull .swiper-slide:hover .slidertextofull {
    padding-bottom: 50px;
}
.cuerpomarcas{
    padding-top: 0;
}
/*
**********************************************************************
    Estilo para zona de marcas home
**********************************************************************
*/
.secskills{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 40px 0;
    position: relative;
}
.secskills li{
    width: calc(33.3% - 70px);
    height: auto;
    min-height: 20px;
    float: left;
    position: relative;
    padding: 30px 30px 30px 60px;
    list-style: none;
    box-sizing: border-box;
    margin: 20px 30px 0 40px;
    background: #fff;
    box-shadow: 0 7px 25px 0 rgb(0,0,0,0.1);
    border-radius: 10px;
}
.secskills li .iconskils{
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    left: -35px;
    background: #243354;
    transform: translateY(-50%);
    border: solid 5px #fff;
    box-shadow: 0 0 20px rgba(226,8,32,0.3);
    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;
}
.secskills li .iconskils img{
    width: 35px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.secskills li span{
    text-align: left;
    font-size: 40px;
    line-height: 35px;
    width: 100%;
    float: left;
    font-weight: bold;
    color: #243354;
}
.secskills li span small{
    font-size: 19px;
    font-weight: normal;
}
.secskills li:hover .iconskils{
    background: #e71546;
    transform: scale(1.05) translateY(-50%);
}
.secskills li a{
    font-size: 13px;
    text-align: left;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.swipecontlogos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden !important;
}
.swiperlogos{
    background: #fff !important;
    height: auto !important;
    margin: 30px 0 !important;
    float: left;
    overflow: visible !important;
}
.swiperlogos .swiper-slide{
    background: #fff !important;
    height: auto !important;
}
.swiperlogos .swiper-slide img{
    height: auto;
    width: 100%;
}
.swiperlogos .swiper-button-nexttour, .swiperlogos .swiper-button-prevtour{
    background: none;
}
.swiperlogos .swiper-button-nexttour{
    right: -40px;
}
.swiperlogos .swiper-button-prevtour{
    left: -40px;
}
.swiperlogos .swiper-button-nexttour i, .swiperlogos .swiper-button-prevtour i{
    color: #243354;
    font-size: 30px;
}
.swiperlogos .swiper-button-nexttour i:hover, .swiperlogos .swiper-button-prevtour i:hover{
    color: #e71546;
}
/*
**********************************************************************
    Estilo para contacto home
**********************************************************************
*/
.titulomarcaaire{
    margin: 0 0 30px 0 !important;
}
.cuerpocontactohome{
    background: #e9eaee;
    overflow: hidden;
}
.fotoconsultashome{
    position: relative;
    width: calc(50% - 40px);
    height: 450px;
    transform: skewX(0);
    opacity: 1;
    border-radius: 20px;
    float: left;
}
.formconsultashome{
    width: 50%;
    max-width: 100%;
    height: auto;
    position: relative;
    float: right;
    min-height: 300px;
    z-index: 3;
}
form{
    margin: 0 -10px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.secform, .secform{
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
    position: relative;
}
.secform input[type=text], .secform input[type=email], .secform input[type=number], .secform select, .secform textarea{
    background: #fff;
    border: solid 1px rgba(0,0,0,0.15);
    width: 100%;
    height: 50px;
    border-radius: 4px;
    float: left;
    position: relative;
    color: #243354;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}
.secofmrtel{
    width: 220px;
}
.secofmrdni{
    width: calc(100% - 260px);
}
.secformarea{
    width: calc(100% - 20px);
}
.secform textarea{
    height: 90px;
    padding: 20px;
}
.secform input[type=submit]{
    float: left;
    background: none;
    font-family: 'Alexandria', sans-serif;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    padding: 12px 30px;
    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;
}
.secform input[type=submit]:hover{
    background: #e71546;
}
.consultashomewsp{
    width: 470px;
    max-width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-top: solid 1px rgba(0,0,0,0.15);
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
}
.consultashomewsp:after{
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 120px;
    height: 5px;
    border-radius: 5px;
    background: #e71546;
}
.consultashomewsp a{
    float: left;
    position: relative;
    padding: 16px 30px 16px 70px;
    color: #fff;
    background: #15931b;
    border-radius: 5px;
    width: auto;
    max-width: 100%;
    text-align: left;
    display: inline-block;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
.consultashomewsp a i{
    position: absolute;
    top: 50%;
    left: 30px;
    color: #fff;
    font-size: 30px;
    transform: translateY(-50%);
}
.consultashomewsp a:hover{
    background: #23c82b;
}
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 footer
**********************************************************************
*/
footer{
    background: #243354;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 3px 20px 0 20px;
    box-sizing: border-box;
    min-height: 100px;
    z-index: 10;
}
.logofoo{
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}
.logofoo img{
    height: 40px;
    max-height: 40px;
    width: auto;
    max-width: 100%;
}
.redesfoo{
    width: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.redesfoo a{
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px 10px 5px 0;
    border-radius: 100%;
}
.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 i{
    color: #e71546;
}
.secfoo{
    width: 20%;
    height: auto;
    min-height: 100px;
    padding: 30px 20px;
    margin: 0;
    box-sizing: border-box;
    float: left;
    position: relative;
    z-index: 2;
}
.secfoo h4{
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    width: 100%;
    margin: 0 0 30px 0;
    color: #fff;
    font-weight: 700;
}
.secfoo p{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    text-align: left;
    margin: 25px 0;
    font-size: 15px;
    line-height: 18px;
}
.mincetur{
    width: 150px !important;
}
.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: 5px 0;
    text-align: left;
    list-style: none;
    color: #fff;
    font-size: 14px;
}
.secfoo ul li a{
    color: #fff;
    font-size: 14px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: inline-block;
}
.secfoo ul li a:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #e71546;
    border-radius: 4px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.secfoo ul li a:hover{
    color: #e71546;
    padding: 0 0 0 36px;
}
.secfoo ul li a:hover:after{
    transform: scaleX(1);
    opacity: 1;
}
.secfoocontacto{
    width: calc(60% - 220px);
}
.secfoocontacto ul{
    padding: 0 0 0 270px;
    box-sizing: border-box;
}
.secfoocontacto ul li{
    color: #fff;
    text-align: left;
    padding: 5px 0;
    font-size: 15px;
    line-height: 20px;
    list-style: none;
}
.secfoocontacto ul li a{
    padding: 0 !important;
    width: auto !important;
}
.secfoocontacto ul li i{
    margin: 0 10px 0 0;
}
.secfoocontacto ul li a:after{
    display: none !important;
}
.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:after{
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    width: 200px;
    height: 4px;
    border-radius: 5px;
    background: #e71546;
    transform: translateX(-50%);
}
.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;
}
.secfooblog{
    width: 300px;
}
.secblogfoo{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    min-height: 50px;
    position: relative;
    padding: 0 0 0 90px;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.fotoblogfoo{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 50px;
    border-radius: 3px;
}
/*
**********************************************************************
    Estilo para nosotros page
**********************************************************************
*/
.portadanos{
    width: 100%;
    height: 650px;
    float: left;
    position: relative;
    z-index: 1;
    background: #243354;
}
.fondoportadanos{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.35;
}
.wrapport{
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    width: 650px;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.wrapport h1{
    text-align: center;
    color: #fff;
    font-size: 35px;
    line-height: 39px;
    margin: 0 0 15px 0;
    font-weight: 900;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.wrapport p{
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}
.bread{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #e9eaee;
    padding: 15px 20px;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(0,0,0,0.05);
    margin-top: 70px;
}
.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: #e71546;
}
.cuerponosotrospage{
    padding: 70px 20px;
}
.secnospagev2{
    width: calc(100% - 650px);
    height: auto;
    float: left;
    position: relative;
}
.cuerponosotros .fotonospage{
    width: 600px;
    margin: 0;
    height: 420px;
    float: right;
    border-radius: 20px;
}
.cuerponosotros .secnospage{
    margin: 0 90px 0 0;
    float: left;
}
.cuerponosotros .secnospage .burbujanos{
    left: auto;
    right: -250px;
    top: 10px;
}
.cuerpogarantia{
    padding: 30px 20px 70px 20px;
}
.titulogengarantia h2{
    color: #e71546;
    text-align: center;
}
.secgarante{
    width: 240px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 10px 20px;
    vertical-align: top;
}
.secgarante img{
    display: inline-block;
    height: 90px;
    width: auto;
    position: relative;
}
.secgarante p{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    font-weight: 700;
}
.cuerpomision{
    background: #243354;
    overflow: visible !important;
    padding: 0 20px !important;
    margin-bottom: 80px;
}
.cuerpomision .wrap{
    position: relative;
    display: inline-block;
    float: none;
    padding: 100px 0;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}
.fondomision{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}
.fotomision{
    position: absolute;
    width: 500px;
    height: calc(100% + 40px);
    top: -20px;
    left: 0;
    border-radius: 3px;
    box-shadow: 0 7px 20px rgba(36,51,84,0.5);
}
.secmision{
    position: relative;
    float: right;
    width: calc(100% - 550px);
    margin: 0 0 0 50px;
}
.misioncont{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.secmision h3{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 23px;
    line-height: 26px;
    text-align: left;
    font-weight: bold;
}
.secmision p{
    color: #fff;
}
.visionmitad{
    width: 90px;
    height: 4px;
    border-radius: 5px;
    float: left;
    margin: 30px 0;
    background: #e71546;
}
.cuerpovalores{
    padding: 80px 20px;
}
.mapavalores{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.cuerpovalores .titulogen{
    margin: 0 0 50px 0;
}
.secvalor{
    width: 33.3%;
    height: auto;
    min-height: 240px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    float: left;
    position: relative;
    margin: 0;
    z-index: 2;
    padding: 30px 40px;
    box-sizing: border-box;
    background: #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;
}
.secvalor img{
    width: auto;
    height: 35px;
    float: left;
}
.secvalor h3{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
    font-size: 19px;
    line-height: 22px;
    text-align: left;
    color: #243354;
    font-weight: bold;
}
.secvalor p{
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
}
.secvalor:hover{
    transform: translateY(-10px);
    z-index: 5;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
}
.cuerponosotrospagedos{
    padding: 20px 20px 70px 20px;
    margin-top: 0 !important;
}
.cuerponosotros .fotonospagedos{
    float: left;
}
.cuerponosotros .secnospagedos{
    float: right;
    margin: 0 0 0 90px;
}
/*
**********************************************************************
    Estilo para categoria produtos
**********************************************************************
*/
.cuerposingleblog{
    padding-top: 120px;
}
.cuerposingleblog .wrap{
    width: 950px;
}
.sidebar{
    width: 320px;
    height: auto;
    float: left;
    position: relative;
}
.widget{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    background: #eceff5;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
}
.productos{
    width: calc(100% - 360px);
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 0 40px;
}
.prodblog{
    width: 100%;
    margin: 0;
}
.productos .titulogen h2{
    font-size: 25px;
    line-height: 28px;
}
.productos .titulogen span{
    font-size: 17px;
    line-height: 20px;
    padding: 0 0 0 50px;
}
.productos .titulogen span:after{
    width: 40px;
}
.alineadocat{
    margin: 0 -10px;
}
.productosec{
    width: calc(33.3% - 20px);
    height: auto;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    float: left;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    border-radius: 10px;
    margin: 10px;
    position: relative;
}
.fotoproductosec{
    width: 100%;
    height: 240px;
    position: relative;
    float: left;
}
.fotoproductosec img{
    max-width: 90%;
    width: auto;
    height: auto;
    max-height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.productosec span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #243354;
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    box-sizing: border-box;
}
.sectextoprudctoint{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
.sectextoprudctoint p{
    font-size: 12px;
    line-height: 16px;
    color: rgba(0,0,0,0.5);
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    float: left;
    margin: 0;
}
.sectextoprudctoint span{
    font-weight: 700;
}
.sectextoprudctoint ul{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 2px 0;
}
.sectextoprudctoint ul li{
    list-style: none;
    width: auto;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0,0,0,0.5);
    float: left;
}
.sectextoprudctoint ul li a{
    font-size: 10px;
    line-height: 13px;
    color: rgba(0,0,0,0.5);
    width: auto;
    text-align: left;
    text-transform: uppercase;
}
.sectextoprudctoint ul li:first-child{
    display: none !important;
}
.widget h4{
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: 400;
    color: #243354;
}
.widget h4:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    border-radius: 3px;
    background: #e71546;
}
.widget form{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.widget form input[type=text]{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    height: 50px;
    padding: 0 60px 0 15px;
    background: #fff;
    font-size: 14px;
    color: #243354;
    text-align: left;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.05);
    box-sizing: border-box;
}
.widget form button{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #243354;
    border: none;
    color: rgba(255,255,255,0.8);
    border-radius: 0 3px 3px 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;
}
.widget form button:hover{
    background: #e71546;
}
.widget ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.widget li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 3px 0;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    text-align: left;
}
.widget li a{
    font-size: 14px;
    line-height: 18px;
}
/*
**********************************************************************
    Estilo cotizar
**********************************************************************
*/
.portadacoti{
    width: 100%;
    height: 450px;
    float: left;
    position: relative;
    z-index: 1;
    background: #243354;
}
.fondoportadacoti{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.textoportadacoti{
    width: 650px;
    max-width: 100%;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 40px;
    height: auto;
    transform: translateX(-50%);
    padding: 0 20px;
    box-sizing: border-box;
}
.textoportadacoti h1{
    color: #fff;
    font-size: 40px;
    line-height: 43px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
.textoportadacoti h1 span{
    color: #fff;
}
.textoportadacoti h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 120px;
    background: #e71546;
    border-radius: 4px;
    transform: translateX(-50%);
}
.textoportadacoti p{
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
}
.textoportadacoti a{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 2px rgba(255,255,255,0.8);
    margin: 20px 0 0 0;
    border-radius: 100%;
}
.textoportadacoti a i{
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
.cuerpocotizar .titulogen{
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0 0 30px 0;
}
.cuerpocotizar .titulogen h2{
    text-align: center;
}
.cuerpocotizar .titulogen span{
    padding: 0 80px;
    text-align: center;
    width: auto;
    display: inline-block;
    float: none;
}
.cuerpocotizar .titulogen span:after, .cuerpocotizar .titulogen span:before{
    width: 70px;
    left: 0;
}
.cuerpocotizar .titulogen span:before{
    left: auto;
    right: 0;
    width: 70px;
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    border-radius: 10px;
    background: #e71546;
}
.secbene{
    width: calc(33.3% - 40px);
    max-width: 100%;
    min-width: 150px;
    min-height: 280px;
    background: #fff;
    float: left;
    border-right: 2px;
    box-shadow: 0 7px 25px 0 rgb(0,0,0,0.1);
    padding: 30px 50px;
    box-sizing: border-box;
    margin: 20px;
    position: relative;
    z-index: 10;
    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 img{
    width: 45px;
    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 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: 20px;
    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 .iconmasbene{
    display: none;
}
.secbene:hover{
    background: #e71546;
}
.secbene:hover img{
    display: none;
}
.secbene:hover .iconmasbene{
    display: inline-block;
}
.secbene:hover span, .secbene:hover p{
    color: #fff;
}
.cuerpoformcoti{
    text-align: center;
    padding: 0 20px 60px 20px;
}
.fondoformcoti{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: #243354;
    overflow: hidden;
}
.fondoformcoti img{
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.4;
}
.formcotipage{
    width: 1160px;
    max-width: 100%;
    height: auto;
    padding: 60px 80px;
    background: #fff url(images/fondoform.png) no-repeat bottom right;
    background-size: 50%;
    position: relative;
    display: inline-block;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    border-radius: 3px;
    z-index: 3;
    float: none !important;
    border-top: solid 5px rgba(226,8,32,0.15);
    box-sizing: border-box;
}
.formcotipage .titulogen h2{
    font-size: 25px;
    line-height: 28px;
    text-align: center;
}
.cuerpoformcoti .consultashomewsp{
    width: 100%;
    height: auto;
    display: inline-block;
    float: none;
    position: relative;
    z-index: 3;
    border: none;
}
.cuerpoformcoti .consultashomewsp:after{
    display: none;
}
.cuerpoformcoti .consultashomewsp a{
    display: inline-block;
    float: none;
}
.cuerpoformcoti .consultashomewsp a:after, .cuerpoformcoti .consultashomewsp a:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    top: 50%;
    left: -50px;
}
.cuerpoformcoti .consultashomewsp a:before{
    left: auto;
    right: -50px;
}
.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: auto;
    position: relative;
    padding: 40px 20px !important;
    box-sizing: border-box;
    width: 100%;
    float: left;
    background: #fff;
}
.derportadaprod{
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 180px 0 0;
    box-sizing: border-box;
}
.derportadaprod h1{
    color: #21234a;
    font-size: 30px;
    line-height: 33px;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    font-weight: 700;
    text-align: left;
    position: relative;
    padding: 0;
}
.derportadaprod ul{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.derportadaprod ul li{
    list-style: none;
    width: auto;
    height: auto;
    float: left;
    position: relative;
    margin: 0 5px 0 0;
    padding: 0;
    color: rgba(0,0,0,0.5);
    text-align: left;
    font-size: 13px;
    line-height: normal;
}
.derportadaprod ul li a{
    text-align: left;
    width: auto;
    height: auto;
    float: left;
    font-size: 13px;
    line-height: normal;
    color: rgba(0,0,0,0.5);
    font-weight: 400;
    position: relative;
    padding: 0 0 5px 0;
    margin: 0;
}
.derportadaprod ul:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    border-radius: 4px;
    background: #e71546;
}
.derportadaprod ul li a:hover{
    color: #ea1c24;
}
.derportadaprod .botongeneral{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    background: #ea1c24;
}
.derportadaprod .botongeneral:hover{
    background: #f9d31f;
    color: #243354;
}
.sliderproductos{
    width: 650px;
    max-width: 100%;
    height: auto;
    float: none;
    position: relative;
    display: inline-block;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 40px 0 0 0;
}
.mySwiper2{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.mySwiper2 .swiper-slide{
    height: auto !important;
    background: #fff;
}
.mySwiper2 .swiper-slide img{
    width: 100%;
    height: auto;
    position: relative;
}
.mySwiper{
    width: auto !important;
    max-width: 100%;
    height: auto;
    position: relative;
    float: none;
    margin: 20px 0 0 0;
    overflow: hidden;
    display: inline-block;
}
.mySwiper .swiper-slide{
    height: auto !important;
    width: 100px !important;
    background: #fff;
    border-radius: 4px;
    border: solid 2px rgba(0,0,0,0.2);
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.7;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.mySwiper .swiper-slide img{
    width: 100% !important;
    height: auto;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: red;
}
.cuerpoespecificaciones{
    padding: 20px !important;
}
.secespecificaciones{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
    padding: 10px 30px 30px 30px;
    box-sizing: border-box;
    text-align: left;
}
.secespecificaciones h2{
    width: 100%;
    position: relative;
    float: left;
    padding: 15px 0;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    text-align: left;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.secespecificaciones ul{
    padding-left: 20px;
    box-sizing: border-box;
}
.swiper-button-nextsingle, .swiper-button-prevsingle{
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    z-index: 11;
    text-align: center;
    cursor: pointer;
}
.swiper-button-nextsingle{
    left: auto;
    right: 0;
}
.swiper-button-nextsingle i, .swiper-button-prevsingle i{
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    color: rgba(0,0,0,0.8);
}
.swiper-button-nextsingle:hover i, .swiper-button-prevsingle:hover i{
    color: #ea1c24;
}
.cuerposinglevideo{
    padding: 0 20px !important;
}
.formcotisingle{
    background: rgba(0,0,0,0.05);
    border: none;
    box-shadow: none;
}
.formcotisingle .secform input[type=submit]{
    float: none;
    display: inline-block;
}
.formcotisingle .consultashomewsp{
    width: 100%;
}
.formcotisingle .consultashomewsp:after{
    left: 50%;
    transform: translateX(-50%);
}
.formcotisingle .consultashomewsp a{
    display: inline-block;
    float: none;
}





















.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: 200px;
    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 blog
**********************************************************************
*/
.alineado{
    margin: 0 -20px;
}
.secblog{
    width: calc(50% - 40px);
    height: auto;
    float: left;
    position: relative;
    margin: 20px;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    overflow: hidden;
    min-height: 460px;
}
.fotoblog{
    width: 100%;
    height: 220px;
    position: relative;
    float: left;
}
.textoblog{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: center;
}
.textoblog h3 a{
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    color: #243354;
}
.textoblog h3 a:hover{
    color: #e71546;
}
.textoblog span{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 10px;
    color: rgba(0,0,0,0.6);
    text-align: left;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.textoblog p, .textoblog p a{
    font-size: 14px;
    line-height: 20px;
}
/*
 * 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;
}
.videocontenido{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.cuerposinglevideo .wrap{
    width: 900px;
    height: auto;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}
div.flex-video, .singlevideo{
    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);
    border-radius: 15px;
}
div.flex-video iframe, .singlevideo 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;
}
.socialdiv, .etiquetas{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;    
    box-sizing: border-box;
    margin: 0 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;
}
.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;
}
.swiper-button-prevsinglethumb, .swiper-button-nextsinglethumb{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.swiper-button-nextsinglethumb{
    left: auto;
    right: 0;
}
.swiper-button-prevsinglethumb i, .swiper-button-nextsinglethumb i{
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}
.swiper-button-prevsinglethumb:hover, .swiper-button-nextsinglethumb:hover{
    background: #e71546;
}
.swiper-button-prevsinglethumb:hover i, .swiper-button-nextsinglethumb:hover i{
    color: #fff;
}
.cuerpoformcotiv2{
    padding: 50px 20px;
}
/*
**********************************************************************
    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) { 
    .derportadaprod h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .sliderproductos {
        width: calc(100% - 400px);
    }
}
@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;
    }
    .cuerpomsm img {
        width: 450px;
    }
    .textomsm {
        width: calc(100% - 490px);
    }
    .cuerposkills{
        margin: 0;
    }
    .secnospagev2 {
        width: 100%;
    }
    .cuerponosotros .fotonospagev2{
        width: 100%;
        height: 320px;
        margin: 20px 0 0 0;
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width : 1090px) {    
    .menu{
        display: none;
    }
    .menu2{
        display: inline-block;
        position: relative;
        float: right;
        width: auto;
        z-index: 3;
        margin: 20px 75px 0 0;
    }
    .menu2 .menuresp{
        height: 35px;
        line-height: 35px;
        width: auto;
        padding: 0 15px 0 40px;
        margin: 10px 0 0 0;
        background: #e71546;
        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: #f9d31f;
    }
    .menu2:hover .menuresp{
        background: #f9d31f;
    }
    .menu2 .acordion{
        width: 210px;
        height: auto;
        float: left;
        background: #243354;
        border-radius: 3px;
        position: absolute;
        top: 65px;
        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(255,255,255,0.1);
        float: left;
        text-align: left;
        padding: 10px 0;
        font-weight: normal;
        font-size: 13px;
        color: #fff;
    }
    .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: #e71546;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #e71546;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #e71546;
    }
    #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%;
    }
    .slidertop .swiper-slide{
        height: 600px !important;
    }
}
@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;
    }
}
@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;
    }
    .cueporbanersbien .wrap {
        border-radius: 0 0 20px 20px;
        padding: 30px;
    }
    .secbanbien {
        width: 100%;
        padding: 0 0 0 70px;
    }
    .secbanbien img {
        left: 15px;
        width: 40px;
    }
    .secbanbien:after{
        display: none;
    }
    .secbanbien span {
        font-size: 16px;
        line-height: 20px;
    }
    .cuerpomsm img {
        width: 450px;
        max-width: 100%;
        float: none;
        display: inline-block;
        margin: 10px 0;
    }
    .textomsm {
        width: 100%;
    }
    .textomsm h2 {
        font-size: 25px;
        line-height: 28px;
    }
    .portadanos {
        height: 450px;
    }
    .wrapport h1{
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 10px 0;
    }
}
@media only screen and (max-width : 870px) {
    .secfoo{
        width: 100%;  
        min-height: 50px;
        margin: 0;
        padding: 20px;
    }
    .logofoo{
        float: none;
        display: inline-block;
    }
    .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);}
    }    
}
@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;
    }
    .secbene {
        width: 400px;
        max-width: 100%;
        margin: 20px 0;
        float: none;
        display: inline-block;
    }
    
    .wrapheader{
        padding: 0 0 0 150px;
    }    
    .swiper-slide{
        height: 480px !important;
    }
    .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;
    }
    .cuerpomision .wrap {
        padding: 70px 0;
    }
    .portadaprod {
        height: auto !important;
    }
    .derportadaprod h1 {
        font-size: 21px;
        line-height: 24px;
    }
    .sliderproductos {
        width: 100%;
        position: relative;
        float: left;
    }
    .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;
    }
}
@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: 380px !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 19px 10px 30px;
    }
    .teltop i{
        left: 7px;
    }
    .teltop small, .teltop span{
        display: none;
    }
    .logo img{
        height: 50px;
        margin: 10px 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;
    }
    .buscarflee{
        right: 60px;
    }
    .buscarflee:hover input[type=text]{
        width: 300px;
    }
    .secskill {
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }
    .secskill span {
        font-size: 40px;
        line-height: 44px;
    }
    .derportadaprod {
        padding: 0;
    }
    .derportadaprod .botongeneral {
        position: relative;
        top: 0;
        transform: translateY(0);
        float: left;
        margin: 20px 0 0 0;
    }
    .mySwiper .swiper-slide {
        width: 70px !important;
    }
}
@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;
    }
    .slidertop .swiper-slide{
        height: 400px !important;
    }
}
@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;
    }
    .sliderproductos {
        padding: 0;
    }
}
@media only screen and (max-width : 510px) {
    .buscarflee{
        display: none;
    }
    .menu2 {
        margin: 18px 10px 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: 30px 20px;
    }
    .cuerpo h2{
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 15px 0;
    }
    .cuerpomsm{
        padding: 0 20px !important;
    }
    .secfoocontacto ul {
        padding: 0;
    }
    .mapafooter {
        position: relative;
        float: left;
        width: 100%;
        height: 220px;
        margin: 0 0 15px 0;
    }
}
.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%;
    }
    .swiperlanding .swiper-slide{
        height: 620px !important;
    }
    .burbujaslanding .burbujanos:after{
        height: 60px;
    }
    .burbujaslanding .burbujanos{
        padding: 10px 10px 20px 10px;
        margin: 5px;
        float: left;
        width: calc(33.3% - 10px);
    }
    .burbujaslanding .conburburjanos {
        height: 55px;
    }
    .burbujaslanding{
        height: 110px;
        bottom: 50px;
    }
    .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;
}
.cuerposingle{
    margin-top: 70px;
}
.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;
}