/*
Theme Name: Aventuras
Theme URI: http://www.kunturweb.com
Description: Theme Aventuras de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;font-family: "Google Sans Flex", sans-serif;}
input:focus, textarea:focus{
	outline:0px;
}
p{
	font-family: "Google Sans Flex", sans-serif;
	font-size: 16px;
	color: #575d61;
	font-weight: normal;
	line-height: 27px;
	text-align: left;
}
h1, h2, h3, h4{
    color: #23292e;
    margin: 0;
    padding: 0;
    font-family: "Google Sans Flex", sans-serif;
}
ul, ol{
    margin: 0;
}
a, ul li{
	font-family: "Google Sans Flex", sans-serif;
	font-size: 16px;
    line-height: 27px;
	color: #575d61;
	text-decoration: none;
    font-weight: normal;
    text-transform: none;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
a:hover, a:focus{
	color: #da3136;
    text-decoration: none;
}
body{
	background: #fff;
    background-size: cover;
	width: 100%;
    height: auto;
    overflow-x: hidden;
    font-family: "Google Sans Flex", sans-serif;
}
.wrap{
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
/*
    Estilos para header
*/
header{
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    z-index: 10;
    background: #f7f7f7;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    float: left;
}
header .wrap{
    width: 1450px;
}
.logo{
    position: relative;
    float: left;
    height: auto;
    background: #f7f7f7;
    width: auto;
    text-align: center;
    z-index: 1;
    padding: 0;
    box-sizing: border-box;
}
.logo img{
    height: 90px;
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 3;
    margin: 0;
}
.secmenugeneral{
    width: auto;
    float: right;
    height: auto;
    margin: 20px 0;
}
.sobremenu{
    width: auto;
    float: right;
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 0;
}
.sobremenu .telhead{
    color: #fff;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    float: left;
    display: inline-block;
    position: relative;
    padding: 10px 20px 10px 60px;
    box-sizing: border-box;
    margin: 0 20px 0 10px;
    background: #da3136;
    border-radius: 50px;
}
.sobremenu .telhead big{
    font-size: 18px;
    font-weight: bold;    
}
.sobremenu .telhead i{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    color: rgba(0,0,0,0.5);
    font-size: 25px;
    color: #fff;
    transform: translateY(-50%);
}
.sobremenu .telhead:hover{
    background: #fff316;
    color: #232323;
}
.sobremenu .telhead:hover i{
    animation: vibrar 0.2s 2;
    color: #232323;
}
@keyframes vibrar{
    0%{transform: rotate(0deg) translateY(-50%);}
    20%{transform: rotate(-10deg) translateY(-50%);}
    40%{transform: rotate(0deg) translateY(-50%);}
    60%{transform: rotate(10deg) translateY(-50%);}
    100%{transform: rotate(0deg) translateY(-50%);}
}
.idiomastop{
    width: auto;
    float: right;
    position: relative;
    margin: 7px 0 0 0;
}
.idiomastop p{
    color: #232323;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 6px 0;
}
.idioma{
    float: left;
    color: #232323;
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 13px;
    width: auto;
    height: 30px;
    line-height: 30px;
}
.idioma:first-child{
    border: none;
}
.idioma img{
    height: 15px;
    margin: 0 5px 0 0;
}
.menu2{
    display: none;
}
.menu{
    position: relative;
    width: auto;
    float: right;
}
.menu ul{
    width: auto;
    float: right;
}
.menu ul li{
    float: left;
    position: relative;
    list-style: none;
    position: relative;    
}
.menu ul li a{
    color: #232323;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
}
.menu ul li:nth-child(1) a, .menu ul li:nth-child(5) a, .menu ul li:nth-child(6) a, .menu ul li:nth-child(7) a, .menu ul li:nth-child(8) a{
    padding: 15px 10px 15px 10px;
    margin: 0 5px 0 0;
}
.menu ul li:nth-child(1) a:after, .menu ul li:nth-child(5) a:after, .menu ul li:nth-child(6) a:after, .menu ul li:nth-child(7) a:after, .menu ul li:nth-child(8) a:after{
    display: none;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #da3136;
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #da3136;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #da3136 !important;
}
.menu ul li:first-child a{
    padding: 15px 10px 15px 0;
}
.menu ul li a:hover{
    color: #da3136;
}
.menu ul li:hover a{
    color: #da3136;
}
.menu ul li > ul{
    position: absolute;
    top: 47px;
    width: 250px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    opacity: 0;
    padding: 0 15px;
    box-sizing: border-box;
    visibility: hidden;
    z-index: -10000;
    transform: translateY(-20px);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.menu ul li > ul:after{
    content: "";
    position: absolute;
    top: -4px;
    left: 15px;
    background: #fff;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
}
.menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translateY(0);
    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: 100%;
    height: auto;
    border-bottom: solid 1px rgba(0,0,0,0.1);  
    color: #23292e !important;
}
.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: 12px 0 !important;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
}
.menu ul li > ul li a:after{
    display: none !important;
}
.menu ul li > ul li a:hover{
    color: #ff8d06 !important;
}
/*
    Estilos para Menu
*/
#headdos{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 5px 15px;
    box-sizing: border-box;
    background: #f7f7f7;
    z-index: 900;
    overflow: hidden;
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.2);
    top: -75px;
    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: 60px;
    width: auto;
}
#headdos .logo img{
    width: auto;
    height: 60px;
    margin: 0;
}
#headdos .secmenugeneral{
    margin: 2px 0;
}
/*
    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.75),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: calc(100vh - 80px) !important;
    background: #000;
    overflow: hidden !important;
}
.thumbnail{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.55;
    border: none;
}
.slidertextouno{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1300px;
    max-width: 100%;
    height: auto;
    padding: 0 45px;
    z-index: 5;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.slidertextouno h1{
    font-size: 50px;
    line-height: 54px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-family: "Galada", cursive;
}
.slidertextouno p{
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    width: 600px;
    max-width: 100%;
    height: auto;
    float: left;
}
.secbotonslider{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.botonslider, .reservapaquetesingle input[type=submit], .botongeneral{
    float: left;
    background: #da3136;    
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    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, .botongeneral:hover{
    background: #fff316;
    color: #292929;
    padding: 10px 40px;
}
.botongeneral{
    width: auto;
    float: left;
    color: #fff;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-nexttour, .swiper-button-prevtour{
    background: none !important;
    height: 40px !important;
    width: auto !important;
    left: 10px !important;
    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;
    cursor: pointer;
}
.swiper-button-next, .swiper-button-nexttour{
    left: auto !important;
    right: 10px !important;
}
.swiper-button-next i, .swiper-button-prev i, .swiper-button-nexttour i, .swiper-button-prevtour i{
    color: #fff;
    font-size: 30px;
    padding: 5px;
    opacity: 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;
}
.swiper-button-next:hover i, .swiper-button-prev:hover i{
    opacity: 0.6;
}
.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;}
}
.bordeslider{
    width: 100%;
    height: auto;   
    background-size: cover;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.bordeslider img{
    width: 100%;
    height: auto;
}
/*
    Estilos para Cuerpo base
*/
.cuerpo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 60px 20px;
    box-sizing: border-box;   
    z-index: 200;
}
.cuerpopaquetes{
    padding: 0 20px 60px 20px;
}
.titulocentral{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.titulocentral span{
    color: #ce3233;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
}
.titulocentral span:after, .titulocentral span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 1px;
    background: #ce3233;
}
.titulocentral span:before{
    left: auto;
    right: 0;
}
.titulocentral h2{
    font-size: 34px;
    line-height: 38px;
    margin: 10px 0 20px 0;
    font-weight: 700;
    color: #292929;
}
.titulocentral p{
    width: 600px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
}
/*
    Estilos para paquetes turísticos
*/
.swiperpaquetes{
    overflow: inherit !important;
    padding: 0 0 150px 0 !important;
}
.swiperpaquetes .swiper-slide{
    background: none !important;
    overflow: inherit !important;
    display: inline-block !important;
    height: auto !important;
    padding: 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;
}
.secpaquete{
    height: 470px;
    float: left;
    width: calc(33.3% - 20px);
    padding: 0;
    box-sizing: border-box;
    margin: 10px;
    position: relative;
    border-radius: 20px;
    background: #000;
    overflow: hidden;
}
.fotopaquete{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    display: inline-block;
    border-radius: 0;
    z-index: 1;
    opacity: 0.9;
    transition: all 1.25s ease-in-out;
   -moz-transition: all 1.25s ease-in-out;
   -webkit-transition: all 1.25s ease-in-out;
   -o-transition: all 1.25s ease-in-out;
}
.fotopaquete:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
    -o-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
    -webkit-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
    -moz-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
}
.textopaquete{
    float: left;
    width: 100%;
    height: auto;
    padding: 40px;
    box-sizing: border-box; 
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 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;
}
.textopaquete ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.textopaquete ul li{
    width: auto;
    color: #fff;
    text-align: left;
    padding: 3px;
    list-style: none;
    font-size: 12px;
    float: left;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.textopaquete h3{
    font-size: 20px;
    text-align: left;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 5px 0 25px 0;
    font-weight: 700;
}
.seccosto{
    position: relative;
    width: auto;
    height: auto;
    float: right;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
}
.seccosto p{
    text-align: left;
    font-size: 40px;
    line-height: 34px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 20px;
    float: none;
    display: inline-block;
    width: auto;
    color: #fff;
    box-sizing: border-box;
}
.seccosto p small{
    font-size: 13px;
    position: relative;
    font-weight: normal;
    line-height: 16px;
    text-transform: none;    
}
.seccosto p span{
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 30px;
    left: 0;
    color: #fff;
    font-weight: 400;
    text-align: left;
    width: 20px;
}
.secpaquete:hover .fotopaquete{
    transform: scale(1.05);
    opacity: 0.6;
}
.secpaquete:hover .textopaquete{
    transform: translateY(-20px);
}
.secbotonpaq{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
    text-align: center;
}
.secbotonpaq .botongeneral{
    display: inline-block;
    float: none;
    margin: 0;
}
/*
**********************************************************************
    Estilo para cuerpo nosotros
**********************************************************************
*/
.cuerponosotros{
    background: #000;
    padding: 120px 20px;
}
.fotonosotrosh{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}
.fotonosotrosh:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 100%;
    max-width: 100%;
    background: linear-gradient(90deg,rgba(0,0,0,0.7),rgba(0,0,0,0));
    -o-background: linear-gradient(90deg,rgba(0,0,0,0.7),rgba(0,0,0,0));
    -webkit-background: linear-gradient(90deg,rgba(0,0,0,0.7),rgba(0,0,0,0));
    -oz-background: linear-gradient(90deg,rgba(0,0,0,0.7),rgba(0,0,0,0));
}
.textonosotrosh{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 3;
    padding-right: 30%;
    box-sizing: border-box;
}
.textonosotrosh .titulocentral span{
    text-align: left;
    padding: 0 60px 0 0;
    float: left;
}
.textonosotrosh .titulocentral span:after{
    display: none;
}
.textonosotrosh .titulocentral h2{
    text-align: left;
    color: #fff;
    width: 100%;
    float: left;
}
.cuerponosotros p{
    color: #fff;
}
.cuerponosotros ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
    padding-left: 20px;
    box-sizing: border-box;
}
.cuerponosotros ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 3px 0;
    text-align: left;
    color: #fff;
}
.enlacevideo{
    position: absolute;
    top: 50%;
    right: 12%;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #ce3233;
    line-height: 80px;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.15);
    animation: bordevideo 1.2s infinite;
}
.enlacevideo i{
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
@keyframes bordevideo{
    0%{box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 0 rgba(255,255,255,0.15);}
    50%{box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.15);}
    100%{box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 0 rgba(255,255,255,0.15);}
}
.enlacevideo:hover{
    background: #fcf214;
}
.enlacevideo:hover i{
    color: #000;
}
/*
**********************************************************************
    Estilo para cuerpos beneficios
**********************************************************************
*/
.secbene{
    width: calc(25% - 20px);
    height: auto;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    margin: 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;
}
.iconobene{
    display: inline-block;
    height: 80px;
    width: 80px;
    float: none;
    border-radius: 100%;
    background: #ce3233;
    position: relative;
    z-index: 3;
    border: solid 5px #fff;
    box-sizing: border-box;
}
.iconobene img{
    height: 35px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.textobene{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 10px;
    padding: 60px 30px 20px 30px;
    background: #f8f1f0;
    margin-top: -40px;
    z-index: 1;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.textobene h4{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-weight: 700;
    color: #292929;
    margin: 0 0 15px 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;
}
.textobene p{
    text-align: center;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.secbene:hover{
    transform: translateY(-10px);
}
.secbene:hover .textobene{
    background: #ce3233;
}
.secbene:hover .textobene h4, .secbene:hover .textobene p{
    color: #fff;
}
/*
**********************************************************************
    Estilo para cuerpos tours
**********************************************************************
*/
.cuerpotours{
    width: 100%;
    height: auto;
    background: #f8f1f0;
}
.contedesnitnos{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: table;
    table-layout: fixed;
    border-radius: 20px;
    overflow: hidden;
}
.secdestinos{
    height: 560px;
    background: #000;
    padding: 0;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
    width: 25%;
    margin: 0;
    overflow: hidden;
    position: relative;
    float: none;
    display: table-cell;
}
.fotodestino{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    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;
}
.textodestinos{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 3;
    padding: 20px 50px;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.textodestinos:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    bottom: -80px;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    -moz-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    -webkit-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    -o-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    opacity: 0.2;
    z-index: 1;
}
.textodestinos p{
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    color: #fff;
    z-index: 3;
}
.textodestinos span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin: 0 0 20px 0;
    z-index: 3;
}
.textodestinos span i{
    margin: 0 5px 0 0;
}
.textodestinos .botongeneral{
    position: relative;
    z-index: 3;
}
.contedesnitnos:hover .secdestinos{
    width: 15% !important;
}
.contedesnitnos:hover .secdestinos .fotodestino{
    opacity: 0.3;
}
.contedesnitnos:hover .secdestinos .textodestinos{
    opacity: 0;
}
.contedesnitnos .secdestinos:hover{
    width: 55% !important;
}
.contedesnitnos .secdestinos:hover .fotodestino{
    opacity: 1;
}
.contedesnitnos .secdestinos:hover .textodestinos{
    opacity: 1;
    transform: translateY(-20px);
}
.contedesnitnos .secdestinos:hover .textodestinos:after{
    opacity: 0.8;
}
.skiptranslate{
    top: -200px !important;
}
/*
**********************************************************************
    Estilo para cuerpo testimonios
**********************************************************************
*/
.swipertesti{
    width: 900px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    float: none;
    position: relative;
}
.swipertesti .swiper-slide{
    width: 100%;
    height: auto !important;
    background: #f8f1f0;
    border-radius: 20px;
    padding: 40px 120px;
    display: inline-block !important;
    box-sizing: border-box;
}
.swipertesti .swiper-slide img{
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 100%;
    border: solid 5px #fff;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.05);
    z-index: 3;
    position: relative;
}
.swipertesti .swiper-slide h4{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    z-index: 3;
}
.swipertesti .swiper-slide span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: normal;
    margin: 0;
    z-index: 3;
}
.startesti{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
}
.startesti i{
    display: inline-block;
    margin: 3px;
    font-size: 15px;
    line-height: normal;
    color: #ce3233;
}
.swipertesti .swiper-slide p{
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 3;
}
.fa-quote-left, .fa-quote-right{
    position: absolute;
    font-size: 100px;
    color: rgba(0,0,0,0.05);
    left: 70px;
    top: 120px;
    z-index: 1;
}
.fa-quote-right{
    left: auto;
    right: 70px;
    top: auto;
    bottom: 30px;
}
.swiper-button-nexttesti, .swiper-button-prevtesti{
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    transform: translateY(-50%);
}
.swiper-button-nexttesti{
    left: auto;
    right: 15px;
}
.swiper-button-nexttesti i, .swiper-button-prevtesti i{
    text-align: center;
    line-height: 50px;
    font-size: 17px;
}
.swiper-button-nexttesti:hover, .swiper-button-prevtesti:hover{
    background: #fff316;
    color: #292929;
}
/*
**********************************************************************
    Estilo para footer
**********************************************************************
*/
footer{
    background: #000;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 60px 20px 20px 20px;
    box-sizing: border-box;
    min-height: 100px;
    z-index: 10;
}
.fotofoo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
}
.secfoo{
    width: 25%;
    height: auto;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    float: left;
    position: relative;
    z-index: 2;
}
.logofooter{
    box-shadow: none;
    float: left;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #f7f7f7;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 20px 20px;
    height: auto;
    width: 240px;
    max-width: 100%;
}
.logofooter img{
    height: auto !important;
    width: 100%;
}
.redesfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
    padding: 0 0 15px 0;
    float: left;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    z-index: 3;
}
.redesfoo a{
    float: none;
    width: 35px;
    height: 35px;
    color: #212121;
    margin: 5px;
    float: left;
    background: rgba(255,255,255,0.8);
    border-radius: 100%;
    line-height: 35px;
}
.redesfoo a i{
    line-height: 35px;
}
.redesfoo a:hover{
    color: #fff;
    background: #da3136;
}
.pagosec{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.pagosec span{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    text-align: left;
    margin: 0 0 5px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.pagosec img{
    height: 40px;
    width: auto;
    float: left;
    margin: 3px;
}
.secfoo h4{
    font-size: 21px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    margin: 0 0 40px 0;
    color: #f2f0f1;
    font-weight: 700;
}
.secfoopaquete{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    min-height: 45px;
    position: relative;
    padding: 0 0 0 70px;
    box-sizing: border-box;
}
.fotofoopaquete{
    width: 60px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    overflow: hidden;
}
.titfoopaquete{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    margin: 0;
    float: left;
    color: #fff;
}
.diaspaquete{
    width: 100%;
    height: auto;
    float: left;
}
.secfoopaquete .diaspaquete li{
    list-style: none;
    text-align: ;
    float: left;
    margin: 5px 10px 5px 0;
    font-size: 12px;
    line-height: 15px;
    color: #b9c9d9;
}
.secfoopaquete .diaspaquete li:after{
    display: none;
}
.secfoopaquete .diaspaquete li i{
    margin: 0 3px 0 0;
    font-size: 10px;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.secfoo ul li{
    color: #f2f0f1;
    text-align: left;
    margin: 0 0 2px 0;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.secfoo ul li:after{
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #b9c9d9;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.secfoo ul li a{
    color: #f2f0f1;
    font-size: 14px;
    padding: 0;
    display: inline-block;
}
.secfoo ul li a:hover{
    color: #da3136;
}
.secfoo ul li:hover:after{
    background: #da3136;
}
.secfoocontacto p{
    color: #f2f0f1;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.secfoocontacto ul li:after{
    display: none;    
}
.secfoocontacto ul li{
    color: #f2f0f1;
    text-align: left;
    padding: 3px 0;
    font-size: 15px;
    line-height: 20px;
}
.secfoocontacto ul li i{
    margin: 0 10px 0 0;
}
.secfoocontacto .correoslista li a{
    padding: 3px 0;
}
.piefinal{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
    border-top: solid 1px rgba(255,255,255,0.2);
    z-index: 3;
}
.piefinal p{
    width: auto;
    float: left;
    text-align: left;
}
.piefinal p, .piefinal p a{
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
.credito{
    position: relative;
    width: 120px;
    float: right;
    display: inline-block;
    margin: 0;
}
.credito a{
    text-align: right;
    color: rgba(255,255,255,0.6);
    font-size: 11px;
    line-height: 17px;
    float: none;
    display: inline-block;
    text-transform: uppercase;
}
.credito img{
    height: 25px;
    margin: 2px 0 0 0;
    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;
}
/*
**********************************************************************
    Estilo para categorias de paquetes
**********************************************************************
*/
.bread{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 20px;
    background: #fff;
}
.bread .wrap{
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding: 15px 0 5px 0;
}
.bread ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.bread ul li{
    text-align: left;
    font-size: 12px;
    float: left;
    list-style: none;
    width: auto;
    height: auto;
    margin: 3px;
}
.bread ul li a{
    font-size: 12px;
}
/*
**********************************************************************
    Estilo para página de nosotros
**********************************************************************
*/








































/*
**********************************************************************
    Estilo para paquetes single
**********************************************************************
*/
.portadapaquete{
    position: relative;
    width: 100%;
    height: 450px;
    float: left;
    position: relative;
    background: #000;
}
.fondoportadapaq{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.sliderpaquetesingle{
    height: 630px;
    background: #000;
    float: left;
    position: relative;
    width: 100%;
}
.textsoslidersinlge .tituloslider{
    text-align: center !important;
}
.sliderpaquetesingle .slidertextouno{
    bottom: 150px;
}
.slidertextouno .tituloslider{
    font-size: 50px;
    line-height: 54px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
    text-transform: none;
}
.fotosliderpaquete{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.95;
    border: none;
}
.slidertextouno span{
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    font-size: 19px;
    line-height: 23px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
    border-bottom: solid 1px rgba(255,255,255,0.85);
}
.cuerpo-paquete{
    padding: 60px 20px;
}
.contenidopaquete{
    width: calc(100% - 400px);
    height: auto;
    position: relative;
    float: left;
    margin: 0;
}
.tabs{
    width: 100%;
    height: 60px;
    background: #ede8eb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
#tab1, #tab2, #tab3, #tab4{
    position: absolute;
    top: 0;
    left: 0;
}
section {
    display: none;
    padding: 30px;
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    box-sizing: border-box;
    background: #f7f6f7;
    border-radius: 0 0 5px 5px;
}
section input {
    display: none;
}
label {
    float: left;
    margin: 0 0 -1px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    color: #888888;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    font-size: 15px;
    font-family: 'Roboto Slab', 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;
}
label:before {
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 10px;
}
label[for*='1']:before { content: '\f05a'; }
label[for*='2']:before { content: '\f022'; }
label[for*='3']:before { content: '\f030'; }
label[for*='4']:before { content: '\f06a'; }
label:hover {
    color: #ff8d06;
    cursor: pointer;
}
input:checked + label {
    color: #ff8d06;
    background: #f7f6f7;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: block;
    animation: fadep 1s 1;
}
@keyframes fadep {
    0%{opacity:0}
    100%{opacity:1}
}
@media screen and (max-width: 740px) {
  label {
    padding: 0 10px;
      font-size: 13px;
  }
  label:before {
    margin: 0 5px 0 0;
    font-size: 12px;
  }
}
section h2{
    text-align: left;
    margin: 0 0 30px 0;
    position: relative;
    padding: 0 0 5px 0;
    font-size: 21px;
    line-height: 24px;
    color: rgba(0,0,0,0.6);
}
section h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background: #e69f35;
}
section ul{
    width: 100%;
    height: auto;
}
section ul li{
    list-style: none;
    width: 100%;
    height: auto;
    margin: 8px 0;
    text-align: left;
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
section ul li:after{
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgba(0,0,0,0.3);
}
.itinierariodia{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    color: #575d61;
}
.itinierariodia .diasec{
    position: absolute;
    top: 0;
    left: -38px;
    width: 50px;
    height: auto;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    border-radius: 0 8px 8px 0;
    background: #232323;
    padding: 10px 5px 15px 5px;
    box-sizing: border-box;
    text-transform: uppercase;
}
.itinierariodia .diasec:after{
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    border-top: solid 4px transparent;
    border-right: solid 4px #1b252f;
    border-bottom: solid 4px #1b252f;
    border-left: solid 4px transparent;
}
.itinierariodia .diasec:before{
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border: dashed 1px rgba(255,255,255,0.5);
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
}
.itinierariodia .diasec big{
    font-size: 32px;
}
.itinierariodia p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
.itinierariodia img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.itinierariodia h3{
    text-align: left;
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.itinierariodia p{
    text-align: left;
    width: 100%;
    float: left;
}
.itinierariodia ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.itinierariodia ul li{
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    text-align: left;
    width: auto;
    padding: 0 0 0 12px;
    box-sizing: border-box;
    list-style: none;
    width: 100%;
    height: auto;
}
.itinierariodia ul li:after{
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    background: #3c5166;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    opacity: 0.5;
}
.sidebar{
    width: 360px;
    float: left;
    position: relative;
    margin: 0 0 0 40px;
    min-height: 100px;
}
.reservapaquetesingle{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f7f6f7;
    position: relative;
    overflow: hidden;
}
.tituloreservasingle{
    width: 100%;
    height: auto;
    position: relative;    
    margin: 0;
    background: #ff8d06;
    padding: 30px;
    box-sizing: border-box;
}
.tituloreservasingle h3{
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 24px;
    line-height: 27px;
    box-sizing: border-box;
    color: #fff;
}
.reservapaquetesingle .formreserva{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.reservapaquetesingle .secform{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.reservapaquetesingle .secform label{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding: 3px 0;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    color: rgba(0,0,0,0.6);
}
.reservapaquetesingle .secform label i{
    margin: 0 5px 0 0;
    font-size: 10px;
    color: rgba(0,0,0,.5);
}
.reservapaquetesingle .secform label:hover{
    color: rgba(0,0,0,0.6);
    cursor: auto;
}
.reservapaquetesingle .secform input[type=text], .reservapaquetesingle .secform input[type=email], .reservapaquetesingle .secform input[type=number], .reservapaquetesingle .secform textarea{
    width: 100%;
    height: 45px;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 13px;
}
.reservapaquetesingle .secform textarea{
    height: 90px;
    padding: 10px 20px;
}
.reservapaquetesingle .secformpersonas{
    width: 130px !important;
    margin: 0 10px 20px 0;
}
.reservapaquetesingle input[type=submit]{
    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;
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
}
.reservapaquetesingle input[type=submit]:hover{
    background: #ff8d06;
}
.reservapaquetesingle .seccosto{
    position: relative;
    float: none;
    display: inline-block;
    color: #fff;
}
.reservapaquetesingle .seccosto p{
    margin: 0;
    color: #fff;
    padding: 0 0 0 45px;
    text-align: right;
}
.reservapaquetesingle .seccosto p small{
    position: absolute;
    left: 0;
}
.secreservwsp{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-top: solid 1px rgba(0,0,0,0.2);
    margin: 15px 0 0 0;
    padding-top: 15px;
}
.secreservwsp p{
    text-align: center;
}
.secreservwsp .botongeneral{
    width: 100%;
    box-sizing: border-box;
    background: #25D366;
    color: #fff;
    margin: 15px 0 0 0;
}
.secreservwsp .botongeneral:hover{
    background: #ff8d06;
}
/*
**********************************************************************
    Estilo para single blog
**********************************************************************
*/
.slidersingle{
    height: 370px;
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    background: #000;
}
.slidertitulosblog{
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 950px;
    left: 50%;
    padding: 20px;
    box-sizing: border-box;
    transform: translateX(-50%);
}
.slidersingle .fotosliderpaquete{
    opacity: 0.6;
}
.slidertitulosblog h1{
    font-size: 35px;
    line-height: 39ppx;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.slidertitulosblog ul, .breadblog ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
}
.slidertitulosblog ul li, .breadblog ul li{
    width: auto;
    float: none;
    display: inline-block;
    text-align: left;
    color: rgba(255,255,255,0.8);
    list-style: none;
    font-size: 13px;
    margin: 0 5px;
}
.slidertitulosblog ul li a, .breadblog ul li a{
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}
.slidertitulosblog ul li a:hover{
    color: #ff8d06;
}
.cuerposingleblog{
    padding: 0;
}
.cuerposingleblog .wrap{
    width: 950px;
}
.breadblog{
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 20px;
    background: #f2f0f1;
    border-bottom: solid 1px rgba(0,0,0,0.05);
}
.breadblog ul li{
    color: #7d858e;
    float: left;
    text-align: left;
    margin: 0 10px 0 0;
    font-size: 12px;
}
.breadblog ul li a{
    color: #7d858e;
    font-size: 12px;
}
.breadblog ul li a:hover{
    color: #ff8d06;
}
.secblogsingle{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
}

.portadapaginas{
    width: 100%;
    height: 420px;
    float: left;
    position: relative;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    background: #000;
}
.fotoportadapagina{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.8;
}
.textoportadapagina{
    width: 1200px;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
    box-sizing: border-box;
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.textoportadapagina h1{
    text-align: left;
    width: 100%;
    float: left;
    position: relative;
    font-size: 35px;
    line-height: 39px;
    margin: 0 0 10px 0;
    color: #fff;
    text-transform: uppercase;
}
.contactodatos{
    float: left;
    width: calc(100% - 550px) !important;
    height: auto;
    margin: 0;
    position: relative;
    padding: 0;
}
.contactodatos h4{
    color: #23292e;
    text-align: left;
}
.contactodatos ul li{
    font-size: 15px;
    line-height: 24px;
	color: #575d61;
}
.contactodatos ul li a{
    color: #575d61;
}
.formcontacto{
    width: 500px;
    float: left;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    background: #f7f6f7;
    border-radius: 10px;
    margin: 0 0 0 50px;
    position: relative;
}
.formcontacto .secform{
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: left;
    position: relative;
}
.formcontacto .secform input[type=text], .formcontacto .secform input[type=email], .formcontacto .secform textarea{
    width: 100%;
    height: 50px;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
}
.formcontacto .secform textarea{
    padding: 15px 20px;
    height: 110px;
}
.formcontacto .secform input[type=submit]{
    float: left;
    background: #23292e;    
    font-family: 'Roboto Slab', serif;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 15px 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    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;
}
.formcontacto .secform input[type=submit]:hover{
    background: #ff8d06;   
}









/*
    Estilos para categorías: paquetes, tours
*/

.wrapcuerpopaquete{
    width: 1100px;
    max-width: 100%;
    position: relative;
    padding: 0 340px 0 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}
.secpaqueteinfo h2{
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -2px;
    margin: 0 0 20px 0;
}
.secpaqueteinfo p{
    text-align: center;
    width: 700px;
    max-width: 100%;
    display: inline-block;
}
.secpaqueteinfo h3{
    text-align: left;
    margin: 40px 0 20px 0;
}

.secpaqueteitinerario h2{
    text-align: left;
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -2px;
}
.cuerpo-itinerario{
    padding: 100px 20px 0 20px;
}
.cuerpo-itinerario .divisor{
    display: none !important;
}


.finitinerario{
    float: left;
    width: 7px;
    height: 7px;
    position: relative;
    background: #30b777;
    border-radius: 100%;
    margin: 0 0 0 17px;
}
.secpaqueteitinerario ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 30px 0;
}
.cuerpo-itinerario ul li{
    list-style: none;
    float: left;
    text-align: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 62px;
    margin: 5px 0;
    box-sizing: border-box;
}
.cuerpo-itinerario ul li:after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: rgba(0,0,0,0.2);
    top: 12px;
    left: 50px;
}
.cuerpo-incluye{
    background: #fff;    
    padding: 0 20px 70px 20px;
}
.secpaquetesingle{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 40px 0;
}
.cuerpo-incluye h2{
    letter-spacing: -1px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 30px;
    line-height: 34px;
}
.cuerpo-galeria{
    padding: 80px 20px 0 20px;
}
.secpaquetegaleria{
    margin: 0;
}
.gallery {
    margin: 25px 0 0 0 !important;
    width: 100%;
    height: auto; 
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
	column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -o-column-gap: 20px;
}
.gallery-item{   
    box-sizing: border-box;
    background: #30b777;
    height: auto;
    overflow: hidden;
    width: 100% !important;
    float: none !important;
	margin: 0 0 20px 0 !important;
	padding: 0;
    padding-bottom: 0;
	transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
.gallery-item img{
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    transition: all .40s ease-in-out;
   -moz-transition: all .40s ease-in-out;
   -webkit-transition: all .40s ease-in-out;
   -o-transition: all .40s ease-in-out;
}
.gallery-item img:hover{
    opacity: 0.8;
    transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
} 
.cuerpo-reserva{    
    position: relative;
    padding: 0 20px 100px 20px;
}


.swiperslidecattour{
    float: left;
    width: 25% !important;
    height: 350px !important;
    position: relative !important;
    background: none !important;
    border-radius: 0 !important;
    margin: 0 0 20px 0 !important;
}
.swiperslidecattour:after{
    position: absolute;
    content: "";
    width: 90%;
    height: 10px;
    background: rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.7);
    bottom: 0;
    left: 5%;
    border-radius: 50%;
    z-index: 2;
}
.wraptour{
    width: 100%;
    position: relative;
    margin: 0 10px;
    height: 350px !important;
    background: #000;
    border-radius: 3px;
    overflow: hidden;
}
.swiperslidecattour:hover .textosectour{
    opacity: 1 !important;
    height: 70px !important;
}
.swiperslidecattour:hover .fototour{
    opacity: 0.7 !important;
}
.cuerpo-nosotros p{
    text-align: center;
    width: 700px;
    max-width: 100%;
    float: none;
    display: inline-block;
}
.cuerpo-mision{
    padding: 40px 20px;
    background: #f8f1f0;
}
.secmision{
    width: 50%;
    max-width: 100%;
    height: auto;
    float: left;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 10px 0;
    position: relative;
}
.secmision h3{
    text-align: left;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}
.secmision p{
    text-align: left;
}
.secvision{
    border: none;
    position: relative;
}
.secvision h3, .secvision p{
    text-align: left;
}
.cuerpo-valores{
    padding: 100px 20px;
}
.secvalor{
    width: 280px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    float: none;
    position: relative;
    margin: 20px;
    padding: 0;
    vertical-align: top;
}
.secvalor i{
    display: inline-block;
    font-size: 40px;
    color: #da3136;
}
.secvalor h3{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}
.cuerpo-contacto{
    padding: 50px 20px;
}
.wrapcontacto{
    width: 850px;
}
.contactosingle{
    width: 33.3%;
    float: left;
    position: relative;
    margin: 0;
    padding: 30px 20px;
    box-sizing: border-box;
    min-height: 280px;
    box-sizing: border-box;
    overflow: hidden;
}
.contactosingle i{
    position: relative;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 25px;
}
.contactosingle h3{
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 20px 0;
    text-align: center;
    letter-spacing: -1px;
}
.contactosingle ul{
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.contactosingltel ul{
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
.contactosingle ul li{
    text-align: left;
    float: left;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 0 12px;
    margin: 2px 0;
    position: relative;
    list-style: none;
    box-sizing: border-box;
    width: 100%;
}
.contactosingle ul li:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: rgba(0,0,0,0.2);
    border-radius: 100%;
}
.cuerpo-mapa{
    padding: 0;
    height: 500px;
    margin: 70px 0 0 0;
}
.cuerpo-mapa iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiperconteinerblog .swiper-slide{
    height: 500px !important;
    width: 100%;
}
.swiperconteinerblog .swiper-slide .thumbnail{
    opacity: 1;
}
.sliderblogcat{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 120px 40px 40px 40px;
    box-sizing: border-box;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    -moz-background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    -webkit-background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    -ms-background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
}
.sliderblogcat h2{
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    text-align: left;
    letter-spacing: -1px;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.sliderblogcat h2 a{
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
}
.sliderblogcat h2 a:hover{
    color: #30b777;
}
.listadatsingleblog{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
}
.listadatsingleblog li{
    list-style: none;
    float: left;
    text-align: left;
    margin: 3px 10px 3px 0;
    padding: 0 10px 0 0;
    font-size: 11px;
    line-height: 14px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
}
.listadatsingleblog li a{
    font-size: 11px;
    line-height: 14px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
}
.listadatsingleblog li i{
    margin: 0 5px 0 0;
    color: rgba(255,255,255,0.5);
}
.sliderblogcat p{
    width: 600px;
    max-width: 100%;
    float: left;
    height: auto;
    color: #fff;
    text-align: left;
}
.sliderblogcat p a{
    color: #30b777;
}
.sliderblogcat p a:hover{
    color: #73ecb3;
}
.alineadoblog{
    margin: 15px -15px;
}
.secblog .wrappaquete{
    min-height: 450px !important;
}
.secblog .wrappaquete:after{
    display: none;
}
.secblog .fotocontent{
    height: 200px;
}
.secblog .textopaquete{
    padding: 20px 25px;
}
.secblog .textopaquete h2{
    text-align: left;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}
.secblog .textopaquete h2 a{
    text-align: left;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #575d61;
    letter-spacing: -1px;
}
.secblog .textopaquete h2 a:hover{
    color: #30b777;
}
.secblog .textopaquete p{
    text-align: left;
}
.secblog .textopaquete .listadatsingleblog li{
    color: rgba(0,0,0,0.8);
    font-size: 10px;
}
.secblog .textopaquete .listadatsingleblog li a{
    color: rgba(0,0,0,0.8);
    font-size: 10px;
}
.secblog .textopaquete .listadatsingleblog li i{
    color: rgba(0,0,0,0.4);
}
/*
 * estilo navegación de páginas
*/
.pagenavi {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    padding: 0 10px;
    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;
}
.contenidoblog{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3), inset 0 0 90px 0 rgba(0,0,0,0.1);
    padding: 60px 40px;
    box-sizing: border-box;
}
.contenidoblog h1{
    text-align: center;
    font-size: 35px;
    line-height: 39px;
    letter-spacing: -2px;
}
.contenidoblog .listadatsingleblog{
    margin: 0 0 50px 0;
}
.contenidoblog .listadatsingleblog li{
    float: none;
    display: inline-block;
    color: rgba(0,0,0,0.6);
}
.contenidoblog .listadatsingleblog li a, .contenidoblog .listadatsingleblog i{
    color: rgba(0,0,0,0.6);
}
.fotoperfilblog{
    width: 100%;
    height: auto;
    float: left;
    max-height: 450px;    
    overflow: hidden;
    margin: 0 0 10px 0;
}
.textocontblog{
    position: relative;
    float: left;
    height: auto;
    width: 100%;
}
.textocontblog h2{
    margin: 20px 0;
    text-align: left;
    font-size: 35px;
    line-height: 40px;
}
.textocontblog h3{
    margin: 20px 0;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
}
.fotoperfilblog img{
    width: 100%;
    height: auto;
}
.textocontblog ul{
    width: auto;
    height: auto;
    position: relative;
}
.textocontblog ul li{
    list-style: none;
    text-align: left;    
    width: 100%;
    position: relative;
    padding: 0 0 0 12px;
}
.textocontblog ul li:after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(0,0,0,0.25);
    top: 12px;
    left: 0;
    border-radius: 100%;
}
.textocontblog a{
    color: #3366BB;
}
.textocontblog img{
    margin: 20px 0;
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
}
div.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 40px;
    height: 0;
    overflow: hidden;
    margin: 30px 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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.likefacebook{
    float: right;
    margin: 0 0 15px 15px;
    width: 300px;
    max-width: 100%;
    height: auto;
}
.socialdiv, .etiquetas{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;    
    box-sizing: border-box;
    margin: 0 0 40px 0;
    border-bottom: 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;
}
.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;
}
.google-shared{
    background: #ba3929;
}
.google-shared:hover{
    background: #dd4b39;
}
.google-shared i{
    background: #dd4b39;
}
.socialdivabajo{
    margin: 30px 0 0 0;
    border-bottom: none;
    border-top: solid 1px rgba(0,0,0,0.1);
}
.bannerblog{
    background: #2c3a2b;
    float: left;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 50px 0 0 0;
    border-radius: 3px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 60px 60px 60px 530px;
    box-sizing: border-box;
}
.bannerblog .formacircle{
    opacity: 0.3;
}
.fotobannerblog{
    width: 470px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/foto3.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.7;
    z-index: 2;
}
.fotobannerblog:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0), #2c3a2b);
    width: 160px;
    height: 100%;
}
.bannerblog h4{
    text-align: left;
    color: #fff;
    letter-spacing: -1px;
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 20px 0;
    z-index: 3;
    position: relative;
}
.bannerblog p{
    text-align: left;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    z-index: 3;
    position: relative;
}
.bannerblog p a{
    font-size: 14px !important;
    color: #30b777 !important;
}
.comentarios{
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0 0 0;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.comentarios iframe{
    width: 100% !important;
}
.cuerposingleotur{
    min-height: 1300px;
}
.wrapcontenidotour{
    position: relative;
}
.contenidotour{
    position: relative;
    width: auto;
    margin: 0 350px 0 0;
}
.contenidotour h2{
    text-align: left;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -2px;
    margin: 0 0 20px 0;
}
.contenidotour h3{
    text-align: left;
    font-size: 20px;
    line-height: 23px;
    margin: 30px 0 0 0;
    letter-spacing: -1px;
}
.contenidotour ul{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.contenidotour ul li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    margin: 3px 0;
    position: relative;
    padding: 0 0 0 12px;
    box-sizing: border-box;
}
.contenidotour ul li:after{
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgba(0,0,0,0.2);
}
.contenidotour img{
    width: auto;
    max-width: 100%;
    margin: 20px 0;
    height: auto;
}
.cuerposingleotur .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;
}
.cuerposingleotur .gallery-item {
    margin: 0 0 10px 0 !important;
}
.wp-block-gallery{
    display: flex !important;
    margin: 20px 0 0 0 !important;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
    padding: 0;
    float: none;
}
.wp-block-gallery .blocks-gallery-item img{
    margin: 0;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item:after{
    display: none;
}

.widget{
    margin: 0 0 20px 0;
    position: relative;
}
.reservatoursingle{
    padding: 0 !important;
    border-radius: 4px !important;
}
.tituloreservatour{
    width: 100% !important;
    float: left !important;
    position: relative !important;
    height: auto; !important;
    padding: 20px !important;
}
.tituloreservatour .tituloreservapaquetewrap{
    position: relative;
    display: inline-block;
    top: 0;
    transform: translate(0);
    padding: 0;
}
.tituloreservatour .fotoreservasingle{
    display: none;
}
.reservatoursingle form{
    padding: 20px 15px;
}
.reservatoursingle form .secform{
    width: 100%;
    padding: 0;
    margin: 12px 0;
}
.widgetwsp{
    background: url(images/fondowsp.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}
.widgetwsp i{
    text-align: center;
    font-size: 50px;
    color: #fff;
    margin: 0 0 15px 0;
}
.widgetwsp p{
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #fff;
}
.widgetwsp p big{
    font-size: 30px;
}
.blocker {
    z-index: 50000 !important;
}
.modal{
    max-width: 800px !important;
}
.secmodal1{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #2d3e36;
    border-radius: 5px 0 0 5px;
}
.fotomodal{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.ofertamodal{
    position: relative;
    width: auto;
    margin: 0 0 0 300px;
    padding: 0 20px;
    box-sizing: border-box;
}
.ofertamodal h2{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 0 0 10px 0;
}
.slidertitulopaquete ul{
    position: relative;
    float: left;
    width: 100%;
}
.slidertitulopaquete ul li{
    list-style: none;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    line-height: 17px;
    float: left;
    margin: 0 2px;
    text-transform: none;
}
.slidertitulopaquete ul li a{
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    line-height: 17px;
}
.slidertitulopaquete ul li a:hover{
    color: #30b777;
}
.cuerponacionales{
    padding: 0 20px 80px 20px;
}
.cuerpoglobonac{
    padding: 50px 20px 20px 20px;
}
.cuerpoglobonac .globociudad{
    width: 80px;
    height: 80px;
}
.cuerpoglobonac .secciudad h3 {
    margin: 25px 0 0 0;
}
.cuerpoglobonac .secciudad h3 a{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -1px;
    padding: 8px 5px;
}
.swiper-container-tres .swiper-slide{
    height: 600px !important;
}
.swiper-paginationtres{
    bottom: 20px !important;
    position: absolute !important;
    z-index: 2000 !important;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%,0) !important;
    -o-transform: translate(-50%,0) !important;
    -webkit-transform: translate(-50%,0) !important;
    -moz-transform: translate(-50%,0) !important;
}
.swiper-paginationtres .swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    background: #fff !important;
    opacity: .35 !important;
}
.swiper-paginationtres .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 0.9 !important;
}
.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: 0 !important;
    padding: 7px 13px;
    border: 2px solid #ff0000;
    position: relative;
    border-radius: 4px;
    background: #e5d978;
    border: none;
    text-align: left;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    float: left;
}
.reservatoursingle .secform input[type=submit]{
    width: 100%;
    display: inline-block;
    float: none;
}
.reservatoursingle div.wpcf7-response-output{
    bottom: -15px;
    border-radius: 0;
}



@font-face {
  font-family: "Red";
  src: url(css/TheRedlightFree.ttf) format("truetype");
}
.fotoslidercarnaval{
    opacity: 1;
}
.slidercarnaval{
    top: auto;
    bottom: 30px;
    transform: translate(0,-50%);
}
.slidercarnaval h1{
    font-family: "Red";
    letter-spacing: 0;
    font-size: 120px !important;
    line-height: 65px !important;
    font-weight: normal;
    width: 600px;
    text-shadow: 0 9px 30px rgba(0,0,0,0.85);
    position: relative;
}
.slidercarnaval .fechacarnaval{
    position: absolute;
    bottom: -60px;
    right: 70px;
    text-align: right;
    font-family: "Red" !important;
    font-size: 35px;
    line-height: 35px;
    text-transform: none;
    letter-spacing: -1px;
    text-shadow: 0 3px 5px rgba(0,0,0,0.5);
    color: #fff;
}
.fechacarnaval:after, .fechacarnaval:before{
    display: none;
}
.cuerpo-carnaval{
    padding: 100px 20px;
    background: #fff url(images/fondo-carnaval.jpg) no-repeat center center;
    background-size: center;
}
.titulocarnaval{
    position: relative;
    width: 500px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
}
.titulocarnaval h2{
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
    margin: 0 0 30px 0;
    font-weight: bold;
}
.titulocarnaval p{
    text-align: center;
}
.countdown-container {
	position: relative;
	display: inline-block;
    margin: 30px 0 0 0;
    width: 600px;
    max-width: 100%;
}
.clock-item{
    margin: 0px 0 30px 0 !important;
}
.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
	width: 100%;
}
.clock-canvas {
	box-shadow: inset 0 0 0 6px rgba(0,0,0,0.05);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}
.text{
	color: #fff;	
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 100%;
    top: 40px;
    left: 0;
}
.text p{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.text .val {
	font-size: 40px;
}
.text .type-time {
	font-size: 14px;
    font-weight: normal;
}
.botonseccarnaval{
    width: 100%;
    position: relative;
}
.botonseccarnaval .botongeneral{
    display: inline-block;
    float: none;
    margin: 50px 0 0 0;
}
.col-sm-6 {
    width: 25% !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    width: 25% !important;
}
.cuerpo-timeline{
    background: #4e007a url(images/fondo-time.jpg) no-repeat center center;
    background-size: cover;
    padding: 140px 20px 100px 20px;
}
.bordetime{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
}
.bordetime2{
    top: auto;
    bottom: -1px;
    transform: scale(-1);
}
.cuerpo-timeline .titulocarnaval h2, .cuerpo-timeline .titulocarnaval p{
    color: #fff;
}
.sectine{
    width: 600px;
    max-width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 50px 0 0 0;
}
.sectine:after{
    position: absolute;
    content: "";
    top: 10px;
    left: 115px;
    width: 1px;
    height: calc(100% - 115px);
    background: rgba(0,0,0,0.2);
    z-index: 1;
}
.timefec{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 0 0 140px;
    box-sizing: border-box;
}
.timefec:after{
    position: absolute;
    content: "";
    top: 10px;
    left: 111px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    z-index: 2;
}
.timefec .fechatimel{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    text-align: left;
    color: #fff;    
    box-sizing: border-box;
}
.fechatimel span{
    float: right;
    width: auto;
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
}
.fechatimel span big{
    font-weight: bold;
    font-size: 50px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;    
}
.timefec h4{
    letter-spacing: -1px;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 10px 0;
    color: #210431;
}
.timefec h4, .timefec p{
    text-align: left;
}
.timefec p{
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}
.secphoto{
    width: 900px;
    max-width: 100%;
    display: inline-block;
    position: relative;
    margin: 20px 0;
}
.secphoto img{
    float: left;
    width: 500px;
    height: auto;
}
.textophoto{
    position: absolute;
    top: 100px;
    right: 30px;
    width: calc(100% - 480px);
    height: auto;
}
.textophoto h3{
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -2px;
    text-align: right;
    margin: 0 0 20px 0;
    font-style: italic;
}
.textophoto p{
    text-align: right;
    width: calc(100% - 100px);
    float: right;
}
.secphoto2 img{
    float: right;
}
.secphoto2 .textophoto{
    right: auto;
    left: 30px;
}
.secphoto2 .textophoto h3{
    text-align: left;
}
.secphoto2 .textophoto p{
    text-align: left;
    float: left;
}
.tituloreservacarnaval{
    background: linear-gradient(30deg, #6432a4, #e220db);
}
.tituloreservacarnaval .fotoreservasingle{
    box-shadow: 0 0 0 4px #bd21b4, 0 0 0 9px rgba(255,255,255,0.3);
}
.cuerpoclub{
    padding: 100px 20px;
}
span.wpcf7-list-item {
    display: inline-block;
    width: 170px;
    max-width: 100%;
    margin: 0 0 10px 0;
}
.tnp-subscription-minimal input.tnp-submit{
    width: auto !important;
}
.cuerposearch{
    min-height: 700px;
}
.secbusqueda{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    padding: 20px 20px 20px 220px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}
.fotobusqueda{
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.secbusqueda h2{
    margin: 0 0 5px 0 !important;
    float: left;
    width: 100%;
}
.secbusqueda h2 a{
    text-align: left;
    margin: 0;
}
.secbusqueda span{
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: left;
    font-size: 11px;
}
.secbusqueda span a{
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-block;
}
.popcategory{
    display: inline-block;
    margin: 20px 0;
    float: none;
    top: 0;
    transform: translate(0,0);
    -o-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.slidererror{
    height: 100vh;
}
.slidertextoerror{
    width: 50%;
    top: 50%;
    bottom: auto;
    left: 50%;
    padding: 20px;
    box-sizing: border-box;
    height: auto !important;
    transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}
.slidertextoerror h1{
    font-size: 110px;
    line-height: 110px;
}
.slidertextogracias h1{
    font-size: 80px;
    line-height: 80px;
}
.slidertextoerror a{
    color: #fff;
    text-decoration: underline;
}
.slidertextoerror a:hover{
    color: #30b777;
}
.pagopaquete{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 30px;
    box-sizing: border-box;
}
.pagopaquete .pagosec a span{
    font-size: 14px;
}
.pagopaquete .pagosec a img {
    height: 30px;
}
.cuerpopaqueteincluye{
    padding: 90px 20px 20px 20px;
}
.cuerpoitinerariov2{
    padding: 20px 20px 0 20px;
}
.textsoslidersinlge span{
    padding: 5px 20px 5px 0;
    font-size: 16px;
}
.textsoslidersinlge .spandossingle{
    padding-right: 0;
}
.wp-block-separator{
    border: none;
    border-top: solid 1px rgba(0,0,0,0.15);
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 40px 0;
}
.wrapconfirmacion{
    width: 1200px;
}
.formconfirma{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.tituloformconfirma{
    width: 100%;
    height: auto;
    position: relative;
    background: #574946;
    border-radius: 10px 10px 0 0;
    float: left;
    background: #f5f3ed;
    border-radius: 3px;
    padding: 30px 30px 30px 140px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
.tituloformconfirma i{
    width: 80px;
    height: 80px;
    background: #ff8d06;
    border-radius: 100%;
    position: relative;
    position: absolute;
    top: 50%;
    left: 35px;
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    margin: 0;
    transform: translateY(-50%);
}
.tituloformconfirma h2{
    margin: 10px 0;
    color: #23292e;
    text-align: left;
}
.tituloformconfirma p{
    text-align: left;
    color: #575d61;
}
.contenidoformconfirma{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    background-size: auto;
}
.contenidoformconfirma form{
    overflow: visible !important;
}
.bloqueform{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
    padding: 0 300px 0 0;
    box-sizing: border-box;
}
.bloqueform h3{
    text-align: left;
    margin: 0 0 20px 0;
    position: relative;;
    padding: 0 15px 0 65px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 50px;
    background: #f5f3ed;
    width: 100%;
    height: 50px;
}
.bloqueform h3 span{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    background: #edebe4;
}
.bloqueform .secformconf{
    width: auto;
    height: auto;
    min-height: 70px;
    float: left;
    position: relative;
    margin: 10px 20px 10px 0;
    padding: 0;
    box-sizing: border-box;
}
.mensajeconf{
    position: absolute;
    top: 70px;
    right: 0;
    width: 260px;
    height: auto;
    padding: 10px 20px 10px 50px;
    color: #fff;
    text-align: left;
    background: #ff8d06;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    animation: flotarmensajeconf 1.5s infinite;
}
@keyframes flotarmensajeconf{
    0%{transform: translateY(0);}
    50%{transform: translateY(-5px);}
    100%{transform: translateY(0);}
}
.mensajeconf:before{
    content: "";
    position: absolute;
    top: 13px;
    left: -4px;
    width: 10px;
    height: 10px;
    background: #ff8d06;
    border-radius: 2px;
    transform: rotate(45deg);
}
.mensajeconf i{
    position: absolute;
    font-size: 20px;
    top: 15px;
    left: 20px;
    color: #fff;
}
.bloqueform .secformconf p{
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 6px 0;
    padding: 0;
}
.secformconf input[type=text], .secformconf input[type=number], .secformconf input[type=date]{
    height: 50px;
    width: 100%;
    max-width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
    border: solid 1px rgba(0,0,0,0.2);
}
.secformconfarchivo{
    min-width: 280px !important;
    width: 500px !important;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0 0 10px 0 !important;
}
.secoformconfnombre{
    width: calc(100% - 390px) !important;
}
.secformconfdni{
    width: 170px !important;
    margin: 10px 0 !important;
}
.secformconffecha{
    margin: 10px 0 10px 20px !important;
}
.secformconfpersonas{
    width: 100px !important;
    margin: 0 20px 0 0 !important;
}
.grupoconf{
    background: #f5f3ed;
    padding: 10px 20px;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin: 2px 0;
}
.fixedwsp{
    position: fixed !important;
    right: -20px;
    bottom: 40px;
    z-index: 300;
    width: 80px;
    height: auto;
    padding: 0;
    opacity: 1;
}
.fixedwsp img{
    width: 120px;
    height: auto;
    opacity: 0.7;
    float: right;
    cursor: pointer;
    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;
}
.fixedcal{
    bottom: 95px;
    right: 15px;
}
.fixedcal img{
    width: 47px;
}
.fixedwsp img:hover{
    opacity: 1;
}
.fixedwsp ul{
    position: absolute;
    bottom: 50px;
    right: 35px;
    left: auto;
    width: 240px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    padding: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    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;
}
.fondowsp{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
}
.fixedwsp ul p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    background: #009033;
    padding: 13px 20px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 17px;    
    box-sizing: border-box;
}
.fixedwsp ul li{
    list-style: none;
    padding: 0 20px 0 60px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 11px;
    font-weight: 700;
    text-align: left;
}
.fixedwsp ul li a{
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 8px 0;
}
.fixedwsp ul li a span{
    font-size: 11px;
    font-weight: 400;
}
.fixedwsp ul li img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 10px;
    border-radius: 100%;
    opacity: 1;
    transform: translateY(-50%);
}
.fixedwsp ul li:hover{
    background: rgba(0,0,0,0.05);
}
.fixedwsp:hover ul{
    transform: scaleY(1);
}
@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 : 1030px) {    
    .sobremenu ul li:nth-child(3){
        display: none;
    }
    .secbene {
        width: 100%;
        margin: 10px 0;
    }
    .secfoo {
        width: 100%;
        padding: 20px 0;
        margin: 0;
    }
}
@media only screen and (max-width : 1150px) {    
    .menu{
        display: none;
    }
    .buscartop{        
        right: 100px;
        z-index: 600;
    }
    .menu2{
        display: inline-block;
        position: relative;
        float: right;
        width: auto;
        z-index: 500;
        margin: 28px 5px 0 0;
    }
    .menu2 .menuresp{
        height: 40px;
        line-height: 40px;
        width: auto;
        padding: 0 15px 0 40px;
        margin: 0;
        background: #242424;
        display: inline-block;
        border-radius: 5px;
        position: relative;
        color: #fff;
        box-sizing: border-box;
        float: right;
    }
    .menu2 .menuresp i{
        position: absolute;
        top: 0;
        left: 15px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
    }
    .menu2 .menuresp:hover{
        background: #da3136;
        color: #fff;
    }
    .menu2:hover .menuresp{
        background: #da3136;
        color: #fff;
    }
    .menu2:hover .menuresp i{
        color: #fff;
    }
    .menu2 .acordion{
        width: 220px;
        height: auto;
        float: left;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: 45px;
        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 15px;
        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: 8px 0;
        font-weight: bold;
        font-size: 13px;
        color: #242424;
    }
    .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: #da3136;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #da3136;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #da3136;
    }
    #headdos .menu2{
        position: relative;
        margin: 4px 4px 0 0;
    }
    #headdos .menu2 .menuresp{
        margin: 7px 0 0 0;
    }
    .secmenubuscardos{        
        position: absolute;
        top: 0;
        right: 100px;
        z-index: 800;
        width: auto;
    }
    .secpaquete{        
        width: calc(50% - 20px);
        height: 400px;
    }
    .contenidopaquete {
        width: 100%;
    }    
    .sidebar {
        width: 360px;
        float: none;
        display: inline-block;
        margin: 20px 0 0 0;
    }
    .slidertop .swiper-slide{
        height: 450px !IMPORTANT;
    }
    .cuerpotours{
        height: auto !important;
    }
    .contedesnitnos {
        display: inline-block;
        table-layout: inherit;
        float: left;
        position: relative;
    }
    .secdestinos {
        height: 280px;
        width: 100% !important;
        float: left;
        display: inline-block;
    }
    .contedesnitnos:hover .secdestinos {
        width: 100% !important;
    }
    .textodestinos {
        bottom: 30px;
        padding: 20px 30px;
    }
}
@media only screen and (max-width : 940px) {
    .swiperslidecattour{
        width: 33.3% !important;
    }
    .reservapaquetesingle{
        padding: 0 0 0 200px;
    }
    .titulocentralreserva{
        width: 200px;        
        padding: 20px 10px;
    }
    .tituloreservapaquetewrap{        
        padding: 20px 15px;
    }
    .reservapaquetesingle form{
        padding: 40px 20px 80px 20px;
    }
}
@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;
    }
}
@media only screen and (max-width : 870px) {
    .bannerblog{
        padding: 60px 60px 60px 380px;
    }    
    .fotobannerblog{
        width: 330px;        
    }
    .secpaquete {
        width: 400px;
        max-width: 100%;
        float: none;
        display: inline-block;
        height: 370px;
    }
    .contactodatos {
        width: 100% !important;
    }
    .formcontacto {
        max-width: 100%;
        float: none;
        display: inline-block;
        padding: 20px;
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width : 800px) {
    .logo img {
        height: 55px;
    }
    .secmenugeneral{
        margin: 0;
    }
    .menu2{
        margin: 8px 5px 0 0;
    }
    .slidertop .swiper-slide {
        height: 350px ! IMPORTANT;
    }
    .slidertextouno .tituloslider {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 15px 0;
    }
    .cuerponosotros {
        padding: 60px 20px;
    }
    .textonosotrosh {
        padding-right: 0;
    }
    .enlacevideo {
        position: relative;
        top: 0;
        right: 0;
        margin: 40px 0;
        float: none;
        display: inline-block;
    }
    .titulocentral h2 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media only screen and (max-width : 770px) {
    .titulocentral {
        margin: 0 0 10px 0;
    }
    .titulocentralblog h2{
        font-size: 22px;
        line-height: 26px;
    }
    .alineado {
        margin: 0;
    }
    .secblog {
        width: 360px;
        max-width: 100%;
        margin: 10px 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;
    }
    .reservapaquetesingle{
        padding: 0;
    }
    .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;
    }
}
@media only screen and (max-width : 730px) {

}
@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;
    }
    .swipertesti .swiper-slide {
        padding: 30px;
    }
    .swiper-button-nexttesti, .swiper-button-prevtesti{
        top: 80px;
    }
    .swipertesti .swiper-slide h4 {
        margin: 15px 0 0 0;
        font-size: 17px;
        line-height: 20px;
    }
    .fa-quote-left, .fa-quote-right {
        left: 10px;
        font-size: 70px;
    }
    .fa-quote-right {
        left: auto;
        right: 10px;
    }
    .secmision {
        width: 100%;
        padding: 0 ;
    }
}
@media only screen and (max-width : 610px) {
    .telhead{
        display: none !important;
    }
    .menu2 {
        margin: 8px 10px 0 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .secpaquetev2{
        width: 350px;
        max-width: 100%;
        float: none;
        margin: 10px 0;
        display: inline-block;
    }
    
    .pagosfoo{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .buscartop{        
        display: none;
    }
    .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;
    }
}
@media only screen and (max-width : 560px) {
    .swiper-slide {
        height: 370px !important;
    }
    .slidertextouno p{
        display: none;
    }
    .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;
    }
    .secvalor{
        margin: 10px 0;
    }
}
@media only screen and (max-width : 510px) {
    .secmenugeneral{
        position: absolute;
        top: 85px;
        right: 15px;
        background: #f7f7f7;
        padding: 5px 5px 0 5px;
        border-radius: 0 0 5px 5px;
    }
    .secmenugeneral .idiomastop p{
        display: none;
    }
    .menu2 {
        margin: 8px 0 0 0;
    }
    #headdos .secmenugeneral{
        top: 65px;
    }
    .textopaquete {
        padding: 20px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .contenidopaquete label{
        width: 25%;
    }
    .contenidopaquete label:before{
        font-size: 18px;
    }
    .contenidopaquete label span{
        display: none;
    }
    .logofooter{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .redesfoo {
        margin: 120px 0 10px 0;
    }
    .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;
    }
}
