/*
Theme Name: Yide
Theme URI: http://www.kunturweb.com
Description: Theme Yide 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: "Montserrat", sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,0.9);
	font-weight: 400;
	line-height: 25px;
	text-align: left;
}
h1, h2, h3, h4{
    color: #23292e;
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", 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;
    overflow-x: hidden;
    perspective: none !important;
    position: relative;
}
.wrap{
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
/*
    Estilos para header
*/
header{
    position: relative;
    width: 100%;
    height: 90px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    text-align: center;
}
.logo{
    position: relative;
    float: left;
    height: 90px;
    width: auto;
    text-align: center;
    z-index: 1;
    margin: 0;
    background: #fff;
    padding: 0;
}
.logo img{
    height: 70px;
    margin: 10px 0;
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.menu2{
    display: none;
}
.menu{
    float: none;
    position: relative;
    width: auto;
    display: inline-block;
    height: 70px;
    margin: 10px 0;
}
.menu ul{
    width: auto;
    display: inline-block;
}
.menu ul li{
    float: left;
    position: relative;
    list-style: none;
    position: relative;    
}
.menu ul li a{
    color: #039341;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 10px 0;
    text-transform: uppercase;
}
.menu ul .fabri a, .menu2 .acordion .fabri a{
    line-height: 16px !important;
    text-align: center;
    background: #e77817 !important;
    color: #fff !important;
    padding: 10px 15px !important;
    box-sizing: border-box;
    margin: 10px 0;
}
.menu2 .acordion .fabri a{
    text-align: left;
    margin: 0 0 10px 0 !important;
}
.menu ul .fabri a:hover, .menu2 .acordion .fabri a:hover{
    background: #00923f !important;
    color: #fff !important;
}
.menu ul li:after{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    background: #e77817;
    border-radius: 4px;
    transform: translateY(-50%);
}
.menu ul .fabri:after{
    display: none;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #e77817;
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #e77817;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #e77817;
} 
#menu ul li.current-menu-item > a:after, 
#menu ul li.current_page_item > a:after {	
	opacity: 1;
}
#menu ul li a:hover{
    color: #e77817;
}
#menu ul li:hover a{
    color: #e77817;
}
#menu ul li > ul{
    position: absolute;
    top: 70px;
    left: 50%;
    width: 960px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    opacity: 0;
    padding: 0;
    box-sizing: border-box;
    visibility: hidden;
    z-index: -10000;
    transform: translate(-50%,-20px) scaleY(0);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    transform-origin: top;
    overflow: hidden;
}
#menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translate(-50%,0) scaleY(1);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
}
#menu ul li > ul li{
    width: 120px;
    height: auto;
    border-right: solid 1px rgba(0,0,0,0.1);  
    color: #23292e !important;
    text-align: center;
    box-sizing: border-box;
}
#menu ul li > ul li:last-child{
    border: none;
}
#menu ul li > ul li a{
    color: #23292e !important;
    font-size: 13px;
    line-height: 16px;
    padding: 60px 0 20px 0 !important;
    display: inline-block;
    width: auto;
    float: left;
    text-align: center;
    margin: 0;
    height: auto;
    min-height: 70px;
    box-sizing: border-box;
}
#menu ul li > ul li a:after{
    display: none !important;
}
#menu ul li > ul li a:hover{
    color: #fff !important;
}
#menu ul li > ul li:after, #menu ul li > ul li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 40px;
    height: 40px;
    color: #1a2642;
    background: url("images/furgon1.png") no-repeat top center;
    background-size: contain;
    transform: translate(-50%);
    z-index: 1;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
#menu ul li > ul li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 40px;
    height: 40px;
    color: #1a2642;
    background: url("images/furgon1a.png") no-repeat top center;
    background-size: contain;
    transform: translate(-50%);
    z-index: 1;
}
#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;
}
.teltop{
    position: relative;
    float: right;
    width: auto;
    height: 70px;
    color: #039341;
    padding: 15px 15px 10px 50px;
    box-sizing: border-box;
    font-size: 19px;
    margin: 10px 0;
    line-height: 17px;
    text-align: left;
    font-weight: bold;
}
.teltop i{
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: #039341;
    color: #fff;
    text-align: center;
    line-height: 40px;
    z-index: 5;
    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;
}
.teltop small{
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.teltop:hover{
    color: #e77817;
}
.teltop:hover i{
    background: #e77817;
}
#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;
}
.sombraslider{
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 100%;
    background: linear-gradient(90deg,rgba(0,0,0,0.5),rgba(0,0,0,0));
    z-index: 4;
}
.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: 720px !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: 190px;
    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 0 20px 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 h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 4px;
    border-radius: 4px;
    background: #e71546;
}
.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;
}
.botonslider, .reservapaquetesingle input[type=submit], .formcontactopage .secform input[type=submit], .formcontacto .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: 20px 0 0 0;
    border: solid 2px rgba(255,255,255,0.8);
}
.secform input[type=submit]{
    margin: 0;
    border: none;
    width: auto;
    height: auto;
    background: #11519b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
    margin: 10px 0 0 0;    
}
.formcontactopage .secform input[type=submit]{
    width: auto !important;
}
.formcontactopage .secform input[type=submit]:hover, .formcontacto .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;
}
.textointro{
    width: calc(100% - 660px);
    height: auto;
    float: left;
    position: relative;
}
.textointro p{
    text-align: justify;
}
.cuerpo h2{
    color: #e77817;
    font-size: 50px;
    line-height: 54px;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 900;
}
.cuerpointro img{
    float: right;
    width: 600px;
    height: auto;
}
.cuerpobenefi{
    background: #e77817;
}
.secbenefi{
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0;
}
.secbenefi img{
    display: inline-block;
    height: 80px;
    width: auto;
}
.secbenefi p{
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 25px 0 0 0;
    font-size: 17px;
    line-height: 22px;
}
.cuerpoequipos{
    padding: 70px 20px 0 20px;
    background: linear-gradient(#fff,#61bb88);
    -webkit-background: linear-gradient(#fff,#61bb88);
    -moz-background: linear-gradient(#fff,#61bb88);
}
.cuerpoequipos h2{
    width: 450px;
    max-width: 100%;
}
.contecatequpos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.secequipos{
    width: 33.3%;
    float: left;
    position: relative;
    height: auto;
    border-right: solid 1px #fff;
    padding: 0 30px 40px 30px;
    box-sizing: border-box;
}
.secequipos:last-child{
    border: none;
}
.secequipos img{
    width: auto;
    max-width: 90%;
    height: auto;
    display: inline-block;
}
.textosecequipos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-top: 20px;
}
.textosecequipos h3{
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
}
.textosecequipos p{
    color: #fff;
    width: 100%;
    height: auto;
    text-align: left;
}
.secequipos:hover .textosecequipos h3{
    color: #e77817;
}
.textointrodos{
    width: calc(100% - 650px);
}
.textointrodos h2{
    color: #000;
    text-align: right;
    font-weight: 600;
}
.textointrodos p{
    text-align: right;
}
.cuerpopaises img{
    width: 570px;
    height: auto;
    max-width: 100%;
}
.textointrodos ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.textointrodos ul li{
    position: relative;
    float: left;
    width: auto;
    height: auto;
    list-style: none;
    padding: 0 0 0 155px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    margin: 15px 0 15px 0;
    font-weight: 600;
    color: #000;
}
.textointrodos ul li big{
    font-size: 45px;
    font-weight: 900;
    color: #00923f;
    position: absolute;
    top: 8px;
    left: 0;
    font-family: "Roboto Condensed", sans-serif;
}
.textointrodos ul li:first-child{
    padding: 0 0 0 75px;
    margin: 15px 25px 15px 0;
}
.cuerpoclientes h2{
    text-align: center;
}
.cuerpoclientes img{
    width: auto;
    height: auto;
    max-width: 110px;
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle;
    max-height: 60px;
    margin: 15px;
}
/*
**********************************************************************
    Estilo para cuerpo form home
**********************************************************************
*/
.cuerpoformhome{
    padding: 0 20px 60px 20px;
}
.secformhome{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #1d204b;
    border-radius: 20px;
    overflow: hidden;
    min-height: 200px;
}
.fotoformh{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    filter: blur(3px);
    opacity: 0.6;
}
.secformmask{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.secformmask p{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 30px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 19px;
    z-index: 3;
    width: 450px;
    max-width: 100%;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    font-weight: 700;
    text-transform: uppercase;
}
.secformmask p big{
    font-size: 35px;
    line-height: 39px;
}
.secformmask p small{
    font-size: 15px;
}
.secformhome form{
    position: relative;
    width: 50%;
    height: auto;
    float: right;
    padding: 50px 70px;
    box-sizing: border-box;
    background: #f2f4f9;
}
.secformhome input[type=text], .secformhome input[type=date], .secformhome input[type=number], .secformhome form .secform input[type=email], .secformhome form .secform textarea{
    width: 100%;
    height: 45px;
    border-radius: 4px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.2);
    margin: 5px 0;
}
.secformhome form .secform textarea{
    height: 90px;
    padding: 15px 20px;
}
.secformhome input[type=submit]{
    cursor: pointer;
    border: none;
}
.secformhome input[type=submit]:hover{
    background: #f7c729;
    color: #fff;
}
.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: 5px 0 !important;
    padding: 7px 13px !important;
    border: none !important;
    position: relative;
    border-radius: 4px;
    background: #cfc06c;
    border: none;
    text-align: left;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    float: left;
    color: #1e324a;
}
.breadcrumb{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #f5f5f5;
    padding: 10px 20px;
    box-sizing: border-box;
}
.breadcrumb ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.breadcrumb ul li{
    float: left;
    width: auto;
    position: relative;
    margin: 3px;
    font-size: 12px;
    color: rgba(0,0,0,0.8);
    text-align: left;
    list-style: none;
    font-weight: 600;
}
.breadcrumb ul li a{
    color: rgba(0,0,0,0.8);
    font-size: 12px;
    font-weight: 600;
}
.breadcrumb ul li a:hover{
    color: #e77817;
}
.cuerpocatego{
    padding: 40px 20px;
}
.widget h4{
    font-size: 25px;
    line-height: 29px;
    text-align: left;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    font-weight: 400;
    color: #e77817;
    font-weight: 700;
}
.widget ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 30px 0 0;
}
.widget li{
    list-style: none;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 7px 0;
    text-align: left;
    padding: 0;
}
.widget a{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 3px 0 5px 0;
    text-align: left;
    color: #039341;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    border-bottom: solid 1px #039341;
    box-sizing: border-box;
}
.widget ul li.current-menu-item > a:hover:not(.current-menu-item){
    padding-left: 15px;
    color: #039341;
    border-left: solid 4px #039341;
}
.widget ul li a:hover:not(.current-menu-item){		
    padding-left: 15px;
    color: #039341;
    border-left: solid 4px #039341;
}
.widget ul li a:hover, 
.widget ul li.current-menu-item > a, 
.widget ul li.current_page_item > a {	
    padding-left: 15px;
    border-left: solid 4px #039341;
    color: #039341;
} 





.cuerponosotros{
    margin-top: 70px;
}
.cuerponosotros .fotonos{
    width: 600px;
    height: auto;
    float: left;
    position: relative;
    margin-top: 120px;
    border-radius: 5px;
}
.secnos{
    width: calc(100% - 640px);
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 0 40px;
}
.burbujanos{
    width: 200px;
    height: auto;
    position: absolute;
    top: 50px;
    left: -260px;
    background: #fff;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    z-index: 10;
    transform: skewY(15deg);
    border-radius: 10px;
    border-left: solid 6px #e71546;
}
.burbujanos:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: #fff;
    top: -25px;
    left: 0;
    border-radius: 10px;
    transform: skewY(-15deg);
    z-index: 2;
    box-shadow: 0 -10px 10px 0 rgb(0,0,0,0.08)
}
.conburburjanos{
    width: auto;
    height: 90px;
    position: relative;
    z-index: 3;
    transform: skewY(-15deg);
    margin-top: -25px;
    overflow: hidden;   
}
.conburburjanos span{
    color: #e71546;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    text-align: left;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
}
.conburburjanos span big{
    font-size: 33px;
}
.conburburjanos p{
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin: 3px;
}
.conburburjanosdos{
    transform: skewY(0);
    margin: 0;
    animation: moverburbuja 12s infinite;
}
@keyframes moverburbuja{
    0%{transform: translateY(0) skewY(0);}
    28%{transform: translateY(0) skewY(0);}
    33%{transform: translateY(-90px) skewY(0);}
    53%{transform: translateY(-90px) skewY(0);}
    58%{transform: translateY(-180px) skewY(0);}
    78%{transform: translateY(-180px) skewY(0);}
    83%{transform: translateY(0) skewY(0);}
    100%{transform: translateY(0) skewY(0);}
}
.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: 20px 0 0 0 !important;
}
.cuerpofull .titulogen{
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
}
.cuerpofull .titulogen h2{
    text-align: center;
}
.swiperfull .swiper-slide{
    height: 520px !important;
    background: #e9eaee !important;
}
.swiperfull .swiper-slide .thumbnail{
    opacity: 0.8;
}
.slidertextofull{
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 120px 40px 30px 40px;
    box-sizing: border-box;
    background: linear-gradient(rgba(12,34,75,0),rgba(12,34,75,0.9));
    -moz-background: linear-gradient(rgba(12,34,75,0),rgba(12,34,75,0.9));
    -webkit-background: linear-gradient(rgba(12,34,75,0),rgba(12,34,75,0.9));
    -o-background: linear-gradient(rgba(12,34,75,0),rgba(12,34,75,0.9));
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.slidertextofull:after{
    content: "";position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(226,8,32,0),rgba(226,8,32,0.9));
    -moz-background: linear-gradient(rgba(226,8,32,0),rgba(226,8,32,0.9));
    -webkit-background: linear-gradient(rgba(226,8,32,0),rgba(226,8,32,0.9));
    -o-background: linear-gradient(rgba(226,8,32,0),rgba(226,8,32,0.9));
    z-index: 2;
    opacity: 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;
}
.slidertextofull span{
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    width: 100%;
    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 span:after{
    position: absolute;
    content: "";
    top: 50%;
    left: -80px;
    width: 70px;
    height: 3px;
    background: #e71546;
    border-radius: 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;
}
.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{
    float: left;
    background: none;
    font-family: 'Alexandria', sans-serif;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    padding: 10px 25px;
    margin: 20px 0 0 0;
    font-size: 14px;
    z-index: 3;
    border: solid 2px rgba(255,255,255,0.8);
}
.swiperfull .swiper-slide:hover .slidertextofull:after{
    opacity: 1;
}
.slidertextofull .botongeneral:hover{
    background: #243354;
    border-color: #243354;
}
.swiperfull .swiper-slide:hover .slidertextofull span{
    transform: translateX(40px);
}
.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: rgba(255,255,255,0.4);
    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: rgba(226,8,32,0.6);
}
.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;
}
/*
**********************************************************************
    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
**********************************************************************
*/
.cuerpocontactohome{
    background: #e9eaee;
    overflow: hidden;
}
.formconsultashome{
    width: 50%;
    max-width: 100%;
    height: auto;
    position: relative;
    float: left;
    min-height: 300px;
    z-index: 3;
}
.fotoconsultashome{
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    max-width: 100%;
    height: 100%;
    background: #243354;
    transform: skewX(0);
    z-index: 2;   
    overflow: hidden;
}
.fotoconsultahomeint{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(0);
    opacity: 0.6;
}
.formconsultashome form, .formcotipage form{
    margin: 0 -10px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.formconsultashome .secform, .formcotipage .secform{
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
    position: relative;
}
.formconsultashome .secform input[type=text], .formconsultashome .secform input[type=email], .formconsultashome .secform input[type=number], .formconsultashome .secform select, .formconsultashome .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;
}
.formconsultashome .secofmrtel{
    width: 220px;
}
.formconsultashome .secofmrdni{
    width: calc(100% - 260px);
}
.formconsultashome .secformarea{
    width: calc(100% - 20px);
}
.formconsultashome .secform textarea{
    height: 90px;
    padding: 20px;
}
.formconsultashome .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;
}
.formconsultashome .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: #e77817;
    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: 50px;
    width: auto;
    max-width: 100%;
    float: left;
}
.redesfoo{
    width: auto;
    float: left;
    position: relative;
    margin: 0;
}
.redesfoo a{
    width: 30px;
    height: 40px;
    float: left;
    margin: 3px; 
    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: #f2f4f9;
}
.secfoo{
    width: 25%;
    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 20px 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:hover{
    color: #f2f4f9;
    text-decoration: underline;
}
.secfoocontacto{
    width: 50%;
}
.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.3);
    z-index: 3;
}
.piefinal p{
    width: auto;
    float: left;
    text-align: left;
}
.piefinal p, .piefinal p a{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
.piefinal p a:hover{
    color: #039341;
}
.credito{
    position: relative;
    width: auto;
    float: right;
    display: inline-block;
    margin: 0;
}
.credito a{
    text-align: right;
    color: rgba(255,255,255,0.7);
    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
**********************************************************************
*/
.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;
}
.cuerponosotros .fotonospage{
    width: 550px;
    margin: 30px 0 0 0;
    float: right;
}
.cuerponosotros .secnospage{
    margin: 0 90px 0 0;
    float: left;
}
.cuerponosotros .secnospage .burbujanos{
    left: auto;
    right: -250px;
    top: 10px;
}
.cuerpomision{
    background: #243354;
    overflow: visible !important;
    padding: 0 20px !important;
}
.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;
}
.cuerponosotros .secnospagedos .botongeneral, .botongeneral{
    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;
}
.cuerponosotros .secnospagedos .botongeneral:hover, .botongeneral:hover{
    background: #e71546;
}
/*
**********************************************************************
    Estilo para categoria produtos
**********************************************************************
*/
.sidebar{
    width: 280px;
    height: auto;
    float: left;
    position: relative;
}
.widget{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.productos{
    width: calc(100% - 340px);
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 0 60px;
}
.prodblog{
    width: 100%;
    margin: 0;
}
.prodblog img{
    float: right;
    width: 600px;
    height: auto;
}
.textoproductosingle{
    width: calc(100% - 630px);
    height: auto;
    float: left;
    position: relative;
}
.textoproductosingle h1{
    text-align: left;
    font-size: 25px;
    line-height: 28px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.textoproductosingle p{
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
}
.textoproductosingle h3{
    font-size: 16px;
    line-height: normal;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.textoproductosingle ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box,
}
.textoproductosingle ul li{
    text-align: left;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    color: rgba(0,0,0,0.9);
    margin: 3px 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 0 100px 0;
    box-sizing: border-box;
    background: #fff;
    float: left;
    border-radius: 2px;
    margin: 10px;
    position: relative;
    border: solid 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.productosec img{
    max-width: 95%;
    width: auto;
    height: auto;
    max-height: 230px;
    display: inline-block;
    position: relative;
}
.productosec .botongeneral{
    float: none !important;
    display: inline-block;
    padding: 6px 8px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 0;
}
.productosec .botongeneral:hover{
    color: #fff;
    background: #e71546;
}
.sectextoprudctoint{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 100px 0 0;
    box-sizing: border-box;
}
.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 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;
}

/*
**********************************************************************
    Estilo cotizar
**********************************************************************
*/
.portadacoti{
    width: 100%;
    height: 550px;
    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: 520px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%,-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: 600px;
    position: relative;
    margin-top: 70px;
}
.derportadaprod{
    width: 600px;
    max-width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #1a2642;
    padding: 60px 70px 80px 40px;
    box-sizing: border-box;
}
.derportadaprod h1{
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-align: left;
    position: relative;
    padding: 0 0 20px 0;
}
.derportadaprod h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    border-radius: 4px;
    background: #e71546;
}
.derportadaprod p{
    color: #fff;
    text-align: left;
}
.derportadaprod ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.derportadaprod ul li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
    padding: 0 0 0 23px;
    color: #fff;
}
.derportadaprod ul li:after{
    content: "\f058";
    font-family: "FOntAwesome";
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.derportadaprod .botongeneral{
    margin: 20px 0 0 0;
    background: #e71546;
    color: #fff;
}
.derportadaprod .botongeneral:hover{
    background: #f9d31f;
    color: #243354;
}
.sliderproductos{
    width: calc(100% - 600px);
    height: auto;
    float: right;
    position: relative;
}
.sliderproductos .swiper-slide{
    height: 600px !important;
}
.cuerpofomrcotiprod{
    padding-top: 90px;
}
.wrapsingle{
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.fotoproducto{
    width: calc(100% - 370px);
    float: left;
    position: relative;
    margin: 0 50px 0 0;
}
.fotoperfilprod{
    width: 100%;
    height: auto;
    float: left;
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin: 0 0 20px 0;
}
.fotoperfilprod img{
    width: 100%;
    height: auto;
}
.galeriaprod{
    width: 100%;
    height: auto;
    float: left;
}
.productosecrela{
    width: calc(33.3% - 30px);
    margin: 15px;
}
.textoproductosec{
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}
.textoproductosec ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
}
.textoproductosec ul li{
    list-style: none;
    float: left;
    width: auto;
    margin: 0 5px 0 0;
    font-size: 12px;
    line-height: normal;
}
.textoproductosec ul li:last-child{
    display: none;
}
.textoproductosec ul li a{
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    text-align: left;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}
.textoproductosec h3{
    width: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0; 
    text-align: left;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 0;
    float: left;
}
.textoproductosec .botongeneral{
    float: none;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    background: #cccccc;
    color: #fff;
}
.textoproductosec .botongeneral:hover{
    background: #e77817;
}
/*
**********************************************************************
    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;
}
div.flex-video, .videopromo{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 40px;
    height: 0;
    overflow: hidden;
    margin: 20px 0; /* esto es opcional */
    clear: both;
    z-index: 2;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
div.flex-video iframe, .videopromo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.textocontblog ul{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.textocontblog ul li{
    width: 100%;
    height: auto;
    position: relative;
    margin: 3px 0;
    text-align: left;
    font-family: 'Alexandria', sans-serif;
    font-size: 15px;
    color: #0d2c3b;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.textocontblog p{
    text-align: left;
    font-family: 'Alexandria', sans-serif;
    font-size: 15px;
    color: #0d2c3b;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.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;
}
.cuerposingleblog{
    padding: 40px 20px 0 20px;
}
.cuerpoinfo{
    padding: 0 20px;
}
.fotoinfo{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}
.fotoinfo img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.tablainfo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 40px 0;
}
.tablainfo h3{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    background: #e77817;
    padding: 15px 20px;
    box-sizing: border-box;
}
.tablainfo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border: solid 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.tablainfo ul li{
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    background: rgba(0,0,0,0.05);
    text-align: left;
    color: rgba(0,0,0,0.9);
    padding: 10px 25px;
    box-sizing: border-box;
    font-size: 14px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.tablainfo ul li:nth-child(even){
    background: #fff;
}
.tablainfo ul li span{
    width: 300px;
    height: auto;
    float: left;
    color: rgba(0,0,0,0.9);
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.tablainfo ul li p{
    width: calc(100% - 300px);
    height: auto;
    float: left;
    color: rgba(0,0,0,0.9);
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.swiperproductos{
    width: 600px;
    max-width: 100%;
    height: auto;
    float: right;
}
.swiperproductos .swiper-slide{
    height: auto !important;
    background: #fff;
}
.swiperproductos .swiper-slide img{
    width: auto;
    height: auto;
    max-width: calc(100% - 60px);
    max-height: 700px;
    display: inline-block;
    vertical-align: middle;
}
.swiper-button-nextproducto, .swiper-button-prevproducto{
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.swiper-button-nextproducto i, .swiper-button-prevproducto i{
    text-align: center;
    line-height: 30px;
    font-size: 25px;
}
.swiper-button-nextproducto{
    right: 0;
    left: auto;
}
.swiper-button-nextproducto:hover i, .swiper-button-prevproducto:hover i{
    color: #e77817;
}
/*
**********************************************************************
    Estilo responsive
**********************************************************************
*/
@media (min-width: 768px) and (max-width: 991px) {
	.clock-item {
		margin-bottom: 30px;		
	}
}
@media (max-width: 767px) {
	.clock-item {
		margin: 0px 30px 30px 30px;
	}
}
/*
    Estilos responsivos
*/
@media only screen and (max-width : 1200px) { 
    .portadaprod {
        height: 500px;
    }
    .derportadaprod {
        width: 400px;
        padding: 40px 30px;
        box-sizing: border-box;
    }
    .derportadaprod h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .sliderproductos {
        width: calc(100% - 400px);
    }
    .sliderproductos .swiper-slide {
        height: 500px !important;
    }
}
@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;
    }
    .prodblog img {
        width: 450px;
    }
    .textoproductosingle {
        width: calc(100% - 480px);
    }
}
@media only screen and (max-width : 1090px) {    
    .menu{
        display: none;
    }
    .menu2{
        display: inline-block;
        position: relative;
        float: right;
        width: auto;
        z-index: 3;
        margin: 12px 20px 0 0;
    }
    .menu2 .menuresp{
        height: 35px;
        line-height: 35px;
        width: auto;
        padding: 0 15px 0 40px;
        margin: 15px 0 0 0;
        background: #039341;
        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: #e77817;
    }
    .menu2:hover .menuresp{
        background: #e77817;
    }
    .menu2 .acordion{
        width: 230px;
        height: auto;
        float: left;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: 78px;
        right: 0;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
    }
    .menu2 .acordion li{
        list-style: none;
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .menu2 .acordion li a{
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
        border-bottom: solid 1px rgba(0,0,0,0.1);
        float: left;
        text-align: left;
        padding: 10px 0;
        font-weight: 600;
        font-size: 13px;
        color: #039341;
    }
    .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: #e77817;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #e77817;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #e77817;
    }
    #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%;
    }
    .textointro {
        width: calc(100% - 430px);
    }
    .cuerpointro img {
        width: 400px;
    }
}
@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;
    }
    .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;
    }
    .secequipos {
        width: 100%;
        border: none;
        padding: 0 10px 40px 10px;
    }
}
@media only screen and (max-width : 870px) {
    .secfoo{
        width: 100%;  
        min-height: 50px;
        margin: 0;
        padding: 10px 0;
    }
    .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);}
    }    
    .textointro {
        width: 100%;
    }
    .cuerpointro img {
        width: 400px;
        max-width: 100%;
        float: none;
        display: inline-block;
    }
    .cuerpo h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .secbenefi {
        width: 100%;
        margin: 10px 0;
    }
    .fotoformh {
        width: 100%;
        height: 250px;
        position: relative;
        float: left;
    }
    .secformmask {
        width: 100%;
        height: 250px;
    }
    .secformhome form {
        width: 100%;
        float: left;
        padding: 40px 20px;
    }
    .prodblog img {
        width: 400px;
        max-width: 100%;
        display: inline-block;
        float: none;
    }
    .textoproductosingle {
        width: 100%;
        margin: 10px 0 20px 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 {
        width: 100%;
        padding: 30px 20px;
        position: relative;
        float: left;
    }
    .derportadaprod h1 {
        font-size: 21px;
        line-height: 24px;
    }
    .sliderproductos {
        width: 100%;
        position: relative;
        float: left;
    }
    .sliderproductos .swiper-slide {
        height: 400px !important;
    }
    .productosecrela {
        width: 380px;
        max-width: 100%;
        margin: 15px 0;
        float: none;
        display: inline-block;
    }
    .cuerpomision{
        overflow: hidden !important;
    }
}
@media only screen and (max-width : 730px) {
    .cuerpohistoria{
        padding: 40px 20px;
    }
    .secnosotros {
        width: 100%;
        padding: 0;
    }
    .secnosotrossec {
        margin: 10px 0;
        padding: 10px 0 10px 30px;
    }
    .secnosotros h2{
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .secnosotros p{
        text-align: left;
    }
    .secnosotros:before {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #fff;
        border: dashed 1px rgba(0,0,0,0.3);
        box-sizing: border-box;
        content: "";
        top: 0;
        left: -4px;
        position: absolute;
        z-index: 3;
    }
    .secnosotros:after {
        left: 0;
        right: auto;
    }
    .secnosotrosdos:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        width: 0;
        height: 100%;
        border-left: dashed 1px rgba(0,0,0,0.3);
        z-index: 2;
        display: inline-block;
    }
    .secnosotrossec h2:after {
        left: -30px;
        right: auto;
        width: 20px;
    }
    .secnosotrosdos .secnosotrossec h2:after {
        left: -30px;
    }
}
@media only screen and (max-width : 700px) {
    .sobremenu .telhead {
        margin: 0 10px 0 0;
    }
    .cuerpotours {
        height: 470px;
    }
    .slidertextotour{
        padding: 30px 20px;
    }
    .slidertextotour span {
        font-size: 11px;
        line-height: 13px;
        font-weight: normal;
    }
    .slidertextotour h2 {
        font-size: 23px;
        line-height: 26px;
        margin: 0 0 20px 0;
    }
    .slidertextotour .seccosto {
        transform: scale(1);
    }
    .slidertextotour .secbotonslider a {
        margin: 10px 0;
        font-size: 14px;
        padding: 11px 22px;
    }
    .itinierariodia h3{
        font-size: 19px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }
    .swiperfull .swiper-slide {
        height: 430px !important;
    }
    .datoscontactopage li{
        width: 100%;
        min-height: 50px;
        padding: 20px 0;
        margin: 0;
        border: none;
    }
    .cuerpoconfiar ul li {
        width: 100%;
        padding: 20px 0;
    }
    header{
        height: 60px;
    }
    .menu2{
        margin: 10px 10px 0 0
    }
    .menu2 .menuresp {
        margin: 3px 0 0 0;
    }
    .menu2 .acordion {
        top: 50px;
    }
    .logo{
        height: 60px;
    }
    .teltop{
        padding: 10px 10px 10px 20px;
        margin: 0;
        height: 60px;
    }
    .teltop small, .teltop span{
        display: none;
    }
    .logo img{
        height: 40px;
        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;
    }
}
@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;
    }
}
@media only screen and (max-width : 560px) {
    .botonslider{
        margin: 10px 0 0 0;
    }
    .secfoo h4{
        margin: 0 0 20px 0;
    }
    .slidertextouno span{        
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 3px;
    }
    .slidertextouno h1{
        font-size: 40px;
        line-height: 40px;
    }
    .swiperslidecattour{
        width: 100% !important;
        height: 300px !important;        
    }
    .wraptour{
        height: 300px !important;
        margin: 0 !important;
    }
    .reservapaquetesingle .secform{
        width: 100%;
        padding: 0;
    }
    .col-sm-6 {
        width: 50% !important;
    }
}
@media only screen and (max-width : 510px) {
    .logo{
        padding: 0;
    }
    .menu2 {
        margin: 10px 15px 0 0;
    }
    .logofooter{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .textoblog {
        padding: 20px;
    }
    .textoblog h3 a {
        font-size: 18px;
        line-height: 21px;
    }
    .swiperofertas{
        padding: 0 0 60px 0 !important;
    }
    .secnaviswiperdos a, .botoncetralpaquetes {
        height: 35px;
        padding: 0 10px;
        line-height: 31px;
        font-size: 14px;
    }
    .swiper-button-prevdos, .swiper-button-nextdos {
        width: 35px;
        height: 35px;
        margin: 0 5px;
        vertical-align: top;
    }
    .slidertextouno p{
        display: none;
    }
    .unodestinos, .centrodestinos, .tresdestinos{
        width: 100%;
        height: auto;
    }
    .destinosec{
        width: 100%;
        height: 230px;
        border-left: none;
        border-right: none;
        border-top: solid 10px #fff;
        border-bottom: solid 10px #fff;
    }
    .cuerpo{
        padding: 40px 20px;
    }
    .cuerpo h2{
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 15px 0;
    }
    .secfoocontacto ul {
        padding: 0;
    }
    .mapafooter {
        position: relative;
        float: left;
        width: 100%;
        height: 220px;
        margin: 0 0 15px 0;
    }
    .tablainfo ul li span {
        width: 100%;
        font-size: 13px;
    }
    .tablainfo ul li p {
        width: 100%;
        font-size: 13px;
    }
}
.titulogenmarcas{
    margin: 40px 0 10px 0;
}
.titulogenmarcas h2{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.listacotizarportada{
    width: 750px;
    max-width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.listacotizarportada li{
    list-style: none;
    color: #fff;
    float: left;
    width: 33.3%;
    height: auto;
    margin: 10px 0;
    padding: 70px 15px 0 15px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
}
.listacotizarportada li:after{
    content: "1";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #e71546;
    border-radius: 100%;
    line-height: 60px;
    text-align: center;
}
.listacotizarportada li span{
    position: relative;
    z-index: 3;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}
.listacotizarportada li:nth-child(2):after{
    content: "2";
}
.listacotizarportada li:nth-child(3):after{
    content: "3";
}
.blocks-gallery-grid, .wp-block-gallery{
    float: left;
}
.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;
}