/*
Theme Name: Journeys
Theme URI: http://www.kunturweb.com
Description: Theme Journeys de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;font-family: "Montserrat", sans-serif;}
input:focus, textarea:focus{
	outline:0px;
}
p{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #1C1C1C;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
h1, h2, h3, h4{
    color: #1C1C1C;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}
ul, ol{
    margin: 0;
}
a, ul li{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
    line-height: 24px;
	color: #1C1C1C;
	text-decoration: none;
    font-weight: 400;
    text-transform: none;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
a:hover, a:focus{
	color: #ff8d06;
    text-decoration: none;
}
body{
	background: #fff;
    background-size: cover;
	width: 100%;
    height: auto;
    overflow-x: hidden;
}
.wrap{
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
/*
    Estilos para header
*/
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 10;
}
header .wrap, #headdos .wrap{
    width: 1400px;
    float: left;
    position: relative;
    background: #F4F4F4;
    border-radius: 0 0 20px 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    box-sizing: border-box;
}
.logo{
    position: relative;
    float: left;
    height: 80px;
    width: auto;
    text-align: center;
    z-index: 1;
    margin: 0;
    background: #fff;
    border-radius: 0 0 0 20px;
    overflow: hidden;
    padding: 10px 30px;
    box-sizing: border-box;
}
.logo img{
    height: 100%;
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.menu2{
    display: none;
}
.menu{
    float: left;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 0 0 20px;
}
.menu ul{
    width: auto;
    float: right;
}
.menu ul li{
    float: left;
    position: relative;
    list-style: none;
    position: relative;
    margin: 0 7px;
}
.menu ul li a{
    color: #1C1C1C;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 13px 0 0;
}
.menu ul li a:after{
    content: "";
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #D71920;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #D71920;
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #D71920;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #D71920 !important;
}
.menu ul li a:hover{
    color: #D71920;
}
.menu ul li:hover a{
    color: #D71920;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item):after{
	opacity: 1;
    transform: scaleX(1);
}
#menu ul li a:hover:not(.current-menu-item):after{		
	opacity: 1;
    transform: scaleX(1);
}
#menu ul li a:hover:after, 
#menu ul li.current-menu-item > a:after, 
#menu ul li.current_page_item > a:after {	
	opacity: 1;
    transform: scaleX(1);
}
.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;
}
.secidiomabuscar{
    float: right;
    width: auto;
    height: 80px;
    margin: 0 0 0 0;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
.buscartop{
    width: auto;
    height: 50px;
    position: relative;
    z-index: 5;
    float: right;
    margin: 15px 5px;
}
.buscartop form{
    width: auto;
    height: 50px;
    border-radius: 50px;
    float: right;
    transform-origin: right;    
    overflow: hidden;
    position: relative;
}
.buscartop form input[type=text]{
    width: 350px;
    height: 50px;
    float: right;
    border-radius: 50px;
    border: none;
    padding: 0 15px;    
    box-sizing: border-box;
    transform-origin: right;
    background: #fff;
    position: relative;
    z-index: 2;
    border: solid 1px rgba(0,0,0,0.1);
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.buscartop button{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    border-radius: 100%;
    z-index: 4;
    border: solid 1px rgba(0,0,0,0.1);
}
.buscartop button:hover i{
    color: #D71920;
}
.idiomastop{
    width: 120px;
    height: 35px;
    position: absolute;
    margin: 0;
    bottom: -30px;
    right: 20px;
    background: #F4F4F4;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    box-sizing: border-box;
}
.idioma{
    float: left;
    border-left: solid 1px rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.6);
    padding: 0 0 0 10px;
    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;
}
.btnphonetop{
    width: auto;
    height: 50px;
    margin: 15px 10px;
    background: #D71920;
    border-radius: 40px;
    padding: 10px 20px 10px 45px;
    box-sizing: border-box;
    color: #fff;
    line-height: 15px;
    float: right;
    text-align: left;
    position: relative;
}
.btnphonetop i{
    position: absolute;
    top: 50%;
    left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    transform: translateY(-50%);
    text-align: center;
    line-height: 40px;
    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;
}
.btnphonetop small{
    font-size: 12px;
    font-weight: 700;
}
.btnphonetop big{
    font-size: 18px;
    font-weight: 700;
}
.btnphonetop:hover{
    background: #f91536;
    color: #fff;
}
.cartmikas{
    float: right;
    background: red;
    width: 50px;
    height: 50px;
    position: relative;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 100%;
    margin: 15px 20px 15px 5px;
}
.cartmikas i{
    line-height: 50px;
    text-align: center;
    color: #1C1C1C;
    font-size: 18px;
    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;
}
.cartmikas #items-minicarro{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100%;
    background: red;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
}
.cartmikas:hover i{
    color: #D71920
}
#headdos{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0;
    box-sizing: border-box;
    z-index: 900;
    overflow: hidden;
    top: -80px;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
#headdos .wrap{
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.2);
}
#headdos .logo{
    height: 60px;
    width: auto;
    margin: 0;
}
#headdos .logo img{
    height: 100%;
    width: auto;
}
#headdos .menu{
    margin: 0 0 0 10px;
}
#headdos .secidiomabuscar{
    margin: 0;
    height: 60px;
}
#headdos .buscartop button{
    border: solid 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
#headdos .buscartop form input[type=text]{
    border: solid 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
#headdos .menu ul li a{
    color: #23292e;
    height: 60px;
    line-height: 60px;
}
#headdos .menu ul li a:after{
    bottom: 14px;
}
#headdos .menu ul li a:hover, #headdos .menu ul li:hover a{
    color: #D71920;
}
#headdos .menu ul li  a:hover, 
#headdos .menu ul li.current-menu-item > a, 
#headdos .menu ul li.current_page_item > a {	
	color: #D71920 !important;
}
#headdos .idioma{
    color: #23292e;
    border-left: solid 1px rgba(0,0,0,0.2);
    padding: 0 0 0 10px;
    margin: 12px 0 0 10px;
}
#headdos .idioma:hover,#headdos .redestop a:hover i{
    color: #94c11f;
}
#headdos .redestop a{
    line-height: 50px;
}
#headdos .redestop a i{
    color: #23292e;
}
#headdos .buscartop {
    margin: 5px;
}
#headdos .btnphonetop {
    margin: 5px;
}
#headdos .cartmikas {
    margin: 5px 10px 5px 5px;
}
/*
**********************************************************************
    Estilo para slider top
**********************************************************************
*/
.slidertop{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 2;
}
.sombraslider{
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    max-width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(0,0,0,0.8),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: 100vh !important;
    background: #11384a;
    overflow: hidden !important;
}
.thumbnail{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    border: none;
}
.slidertextouno{
    position: absolute;
    top: 50%;
    left: 0;
    width: 900px;
    max-width: 100%;
    height: auto;
    padding: 0 80px;
    z-index: 5;
    box-sizing: border-box;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.slidertextouno h1{
    font-size: 40px;
    line-height: 43px;
    color: #fff;
    text-align: left;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.slidertextouno p{
    color: #fff;
    text-align: left;
    font-size: 18px;
    width: 600px;
    max-width: 100%;
    height: auto;
    float: left;
    font-weight: 700;
}
.secbotonslider{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
}
.botonslider, .botongeneral{
    float: left;
    background: #D71920;    
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    padding: 12px 30px;
    margin: 20px 0 0 0;
}
.botonslider i, .botongeneral i{
    margin: 0 0 0 10px;   
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.botonslider:hover, .botongeneral:hover{
    background: #D71920;
    color: #fff;
    padding: 12px 40px;
}
.botonslider:hover i, .botongeneral:hover i{
    transform: translateX(5px);
}
.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;}
}
.pagslide{
    width: auto !important;
    height: 10px !important;
    position: absolute !important;
    left: 20px !important;
    bottom: 20px !important;
}
.pagslide .swiper-pagination-bullet{
    width: 30px !important;
    height: 8px !important;
    position: relative !important;
    margin: 0 5px !important;
    float: left !important;
    background: #fff;
    z-index: 3;
    border-radius: 5px;
    transform-origin: left;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.pagslide .swiper-pagination-bullet-active{
    width: 40px !important;
}
/*
**********************************************************************
    Estilo para cuerpo general
**********************************************************************
*/
.cuerpo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 60px 20px;
    box-sizing: border-box;   
    z-index: 200;
    overflow: hidden;
}
/*
**********************************************************************
    Estilo para banner de busqueda home
**********************************************************************
*/
.cuerpotitulos .wrap{
    position: relative;
    float: left;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px 550px 50px 60px;
    box-sizing: border-box;
    background: #F4F4F4;
    background: linear-gradient();
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    border: solid 1px rgba(0,0,0,0.05);
    overflow: hidden;
}
.cuerpotitulos h2{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-weight: 900;
    color: #1C1C1C;
    font-size: 30px;
    line-height: 33px;
    margin: 0 0 20px 0;
    text-align: left;
    z-index: 3;
}
.cuerpotitulos img{
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 280px;
    height: auto;
    opacity: 0.05;
    z-index: 1;
}
.buscartitulo{
    position: absolute;
    top: 50%;
    right: 40px;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    z-index: 3;
}
.buscartitulo form{
    width: auto;
    float: right;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}
.buscartitulo form input[type=text]{
    height: 55px;
    width: 340px;
    float: left;
    position: relative;
    border: none;
    background: #fff;
    padding: 0 20px;
    max-width: 100%;
}
.buscartitulo form button{
    width: auto;
    height: 55px;
    background: #1C1C1C;
    float: left;
    position: relative;
    border: none;
    color: #fff;
    padding: 0 30px;
    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;
}
.buscartitulo form button i{
    margin: 0 10px 0 0;
}
.buscartitulo form button:hover{
    background: #D71920;
}
/*
**********************************************************************
    Estilo para cuerpo paquets home
**********************************************************************
*/
.cuerpofull{
    padding: 0 !important;
}
.swiperfull{
    overflow: hidden;
}
.swiperfull .swiper-slide{
    height: 500px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}
.swiperfull .thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slidertextofull{
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 100px 30px 30px 30px;
    box-sizing: border-box;
    z-index: 3;
    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));
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.slidertextofull a{
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    font-weight: 700;
}
.slidertextofull a:hover{
    color: #D71920;
}
.slidertextofull ul{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.slidertextofull ul li{
    color: #fff;
    float: left;
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
    font-size: 13px;
    line-height: 15px;
    list-style: none;    
}
.seccosto{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50px;
    float: left;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    z-index: 2;
    margin: 10px 0 0 0;
}
.seccosto p{
    text-align: center;
    font-size: 30px;
    line-height: 27px;
    font-weight: bold;
    position: relative;
    padding: 0;
    float: none;
    float: left;
    width: auto;
    color: #fff;
    margin: 15px 0;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}
.seccosto p small{
    font-size: 13px;
    position: absolute;
    font-weight: normal;
    line-height: 15px;
    text-transform: none;
    color: rgba(255,255,255,0.9);
    top: 0;
    left: 0;
    font-weight: 600;
    text-align: right;
}
.slidertextofull .botongeneral{
    font-size: 14px !important;
    text-align: center;
    margin: 10px 0 0 0;
}
.slidertextofull .botongeneral:hover{
    background: #f91536;
    color: #fff;
}
.swiper-button-nexttour, .swiper-button-prevtour{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 10px;
    border-radius: 4px;
    padding: 0;
    height: 40px !important;
    width: 40px !important;
    border-radius: 100%;
    background: rgba(255,255,255,0.4);
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
}
.swiper-button-nexttour{
    left: auto;
    right: 10px;
}
.swiper-button-nexttour i, .swiper-button-prevtour i{
    color: #fff;        
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    opacity: 1;
}
.swiper-button-nexttour:hover, .swiper-button-prevtour:hover{
    background: rgba(215,25,32,0.7);
}
.swiper-button-nexttour:hover i, .swiper-button-prevtour:hover i{
    color: #fff;
}
.swipertours .swiper-slide-active .slidertextotour{
    animation: textotour 1.7s 1;
}
.swiperfull .swiper-slide:hover .slidertextofull {
    padding-bottom: 50px;
}
/*
**********************************************************************
    Estilo para cuerpo destinos home
**********************************************************************
*/
.unodestinos{
    width: 33.3%;
    height: 700px;
    float: left;
    position: relative;
}
.centrodestinos{
    width: 66.6%;
    height: 450px;
    float: left;
    position: relative;
}
.tresdestinos{
    width: 66.6%;
    height: 250px;
    float: left;
    position: relative;
}
.destinosec{
    width: 100%;
    height: 250px;
    border-top: none;
    border-right: solid 10px #fff;
    border-bottom: solid 10px #fff;
    border-left: none;
    box-sizing: border-box;
    float: left;
    margin: 0;
    position: relative;
    background: #0d3143;
    overflow: hidden;
    border-radius: 20px;
}
.fotodestino{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
}
.destinosec3{
    width: 66.6%;
    height: 450px;
}
.destinosec4{
    width: 33.3%;
    height: 450px;
    border-right: 0;
}
.destinosec5{
    width: 33.3%;
    height: 250px;
    border-bottom: none;
}
.destinosec6{
    width: 66.6%;
    height: 250px;
    border-bottom: none;
    border-right: 0;
}
.textodestino{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 60px 40px 30px 40px;
    box-sizing: border-box;
    z-index: 5;
    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));
    -webkit-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));
    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;
}
.textodestino p{
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    text-align: left;
}
.textodestino span{
    color: rgba(255,255,255,0.7);
    float: left;
    position: relative;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    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;
}
.textodestino span i{
    margin: 0 0 0 4px;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.textodestino span:hover{
    color: #fff;
    text-decoration: underline;
}
.textodestino span:hover i{
    margin: 0 0 0 8px;
}
.destinosec2{
    width: 100%;
    height: 450px;
    border-top: none;
    border-bottom: none;
    border-left: none;
}
.tododestino{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.destinosec:hover .fotodestino{
    transform: scale(1.1);
}
.destinosec:hover .textodestino{
    padding-bottom: 40px;
}
/*
**********************************************************************
    Estilo para cuerpo testimonios
**********************************************************************
*/
.cuerpotestimonio{
    background: #F4F4F4;
}
.cuerpotestimonio h2{
    margin: 0 0 30px 0;
}
.cuerpotestimonio h2 span{
    font-weight: 400;
}
.swipertestimonios{
    height: auto !important;
    overflow: visible !important;
    padding: 20px 0 40px 0 !important;
    box-sizing: border-box;
}
.swipertestimonios .swiper-slide{
    height: auto !important;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 30px 30px 30px 130px;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 140px;
    display: inline-block;
}
.fototestimonio{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 100%;
}
.swipertestimonios .swiper-slide span{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
}
.swipertestimonios .swiper-slide small{
    font-size: 13px;
    color: rgba(0,0,0,0.5);
    font-weight: 400;
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.swipertestimonios .swiper-slide p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-top: 20px;
}
/*
**********************************************************************
    Estilo para cuerpo blog
**********************************************************************
*/
.cuerpoblog{
    padding: 70px 20px;
}
.titulocentralblog{
    margin: 0;
}
.titulocentralblog h2{
    text-align: left;
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 20px 0;
}
.titulocentralblog h2 span{
    font-weight: 400;
}
.secblog{
    width: calc(33.3% - 30px);
    margin: 15px;
    float: left;
    position: relative;
    background: #F4F4F4;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.fotoblog{
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    margin: 0;
}
.alineado{
    margin: 0 -15px;
}
.textoblog{
    padding: 30px 40px;
    width: 100%;
    height: auto;
    min-height: 250px;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.textoblog h3 a{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
}
.textoblog h3 a:hover{
    color: #D71920;
}
.textoblog span{
    color: rgba(0,0,0,0.7);
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    margin: 10px 0 20px 0;
}
.textoblog p a{
    color: #0000EE;
}
.textoblog p a:hover{
    color: #D71920;
}
/*
**********************************************************************
    Estilo para logos
**********************************************************************
*/
.cuerpologos{
    padding-top: 0;
}
.cuerpologos img{
    vertical-align: middle;
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 90px;
    max-width: 180px;
    margin: 20px 30px;
}
/*
**********************************************************************
    Estilo para footer
**********************************************************************
*/
footer{
    background: #F4F4F4;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    min-height: 100px;
    z-index: 10;
}
.redespago{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding: 0 0 15px 0;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
.logofoo{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    border-right: solid 1px rgba(0,0,0,0.2);
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.logofoo img{
    height: 60px;
    width: auto;
}
.redesfoo{
    width: auto;
    float: left;
    position: relative;
    margin: 0 0 0 20px;
}
.redesfoo p, .pagos p{
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    margin: 0 0 5px 0;
}
.pagos p{
    text-align: right;
}
.redesfoo a{
    width: 35px;
    height: 35px;
    float: left;
    margin: 5px 10px 5px 0;
    border-radius: 100%;
    background: #fff;
}
.redesfoo a i{
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #1C1C1C;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.redesfoo a:hover{
    background: #D71920;
}
.redesfoo a:hover i{
    color: #fff;
}
.pagos{
    float: right;
}
.pagos img{
    float: left;
    position: relative;
    margin: 5px;
    max-width: 100px;
    width: auto;
    max-height: 18px;
    height: auto;
}
.secfoo{
    width: calc(100% - 600px);
    height: auto;
    min-height: 100px;
    padding: 20px 20px 20px 0;
    margin: 0;
    box-sizing: border-box;
    float: left;
    position: relative;
    z-index: 2;
}
.secfoo h4{
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-weight: 700;
}
.secfoo img{
    float: left;
    width: 100px;
    height: auto;
}
.secfoo p{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    text-align: left;
    margin: 25px 0;
    font-size: 15px;
    line-height: 18px;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.secfoo ul li{
    float: left;
    position: relative;
    width: 50%;
    height: auto;
    margin: 3px 0;
    text-align: left;
}
.secfoo ul li a{
    color: #1C1C1C;
    font-size: 14px;
    padding: 0;
    display: inline-block;
}
.secfoo ul li a:hover{
    color: #D71920;
}
.secfoocontacto{
    width: 600px;
    padding: 20px 0 20px 20px;
}
.secfoocontacto ul{
    padding: 0;
}
.secfoocontacto ul li{
    color: #1C1C1C;
    text-align: left;
    padding: 5px 0;
    font-size: 15px;
    line-height: 20px;
    list-style: none;
}
.secfoocontacto ul li i{
    margin: 0 10px 0 0;
}
.secfoocontacto .correoslista li a{
    padding: 3px 0;
}
.secfoocontacto ul li:last-child{
    width: 100%;
}
.piefinal{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
    border-top: solid 1px rgba(0,0,0,0.1);
    z-index: 3;
}
.piefinal p{
    width: auto;
    float: left;
    text-align: left;
}
.piefinal p, .piefinal p a{
    color: #1C1C1C;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
.piefinal p a:hover{
    color: #D71920;
}
.credito{
    position: relative;
    width: 120px;
    float: right;
    display: inline-block;
    margin: 0;
}
.credito a{
    text-align: right;
    color: rgba(0,0,0,0.5);
    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 paquetes single
**********************************************************************
*/
.swipersingle .swiper-slide{
    height: 600px !important;
    text-align: center;
        font-size: 18px;
        background: #fff;
    width: auto;
        /* 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;
}
.swipersingle .slideunosingle{
    width: 100% !important;
}
.swipersingle .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sombrainferior{
    background: linear-gradient(rgba(17,56,74,0), rgba(17,56,74,1));
    background: -moz-linear-gradient(rgba(17,56,74,0), rgba(17,56,74,1));
    background: -webkit-linear-gradient(rgba(17,56,74,0), rgba(17,56,74,1));
    background: -ms-linear-gradient(rgba(17,56,74,0), rgba(17,56,74,1));
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.fotosliderpaquete{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.95;
    border: none;
    z-index: 2;
}
.swipersingle .slidertextouno{
    top: auto;
    bottom: 80px;
    transform: translate(-50%,0);
    z-index: 5;
}
.swipersingle .slidertextouno h1{
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 5px 0;
}
.slidertextouno span{
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: normal;
}
.cuerpo-paquete{
    padding: 50px 20px 30px 20px;
}
.contenidopaquete{
    width: calc(100% - 400px);
    height: auto;
    position: relative;
    float: left;
    margin: 0;
}
.tabs{
    width: 100%;
    height: 60px;
    background: #fff;
    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: 40px 50px;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    float: left;
    box-sizing: border-box;
    background: #f3f8fb;
    border-radius: 0 0 5px 5px;
    z-index: 3;
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.15);
}
section input {
    display: none;
}
.contenidopaquete label {
    float: left;
    margin: 0 5px 0 0;
    padding: 15px 25px;
    height: auto;
    width: auto;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #2daae1;
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
    z-index: 4;
    font-size: 14px;
    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;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.15);
}
.contenidopaquete label:after{
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -6px;
    width: 13px;
    height: 13px;
    background: #94c11f;
    content: "";
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
}
.contenidopaquete label:before {
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 10px;
}
.contenidopaquete label[for*='1']:before { content: '\f05a'; }
.contenidopaquete label[for*='2']:before { content: '\f022'; }
.contenidopaquete label[for*='3']:before { content: '\f164'; }
.contenidopaquete label[for*='4']:before { content: '\f06a'; }
.contenidopaquete label:hover {
    color: #fff;
    cursor: pointer;
    background: #94c11f;
}
input:checked + label {
    color: #fff;
    background: #94c11f;
}
input:checked + label:after{
    opacity: 1;
}
#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: 5px 0;
    font-weight: 700;
    color: #0d2c3b;
    font-size: 25px;
    line-height: 29px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
section h3{
    text-align: left;
    margin: 0 0 10px 0;
    position: relative;
    padding: 5px 0;
    font-weight: 700;
    color: #0d2c3b;
    font-size: 18px;
    line-height: 21px;
}
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;
    color: #0d2c3b;
}
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 65px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    color: #575d61;
}
.itinierariodia .diasec{
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    font-weight: 300;
    border-radius: 5px;
    background: #2daae1;
    padding: 10px 5px 15px 5px;
    box-sizing: border-box;
    text-transform: none;
}
.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: 23px;
    font-weight: 400;
}
.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: 21px;
    line-height: 24px;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    float: left;
    width: 100%;
    font-weight: 400;
}
.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;
    color: #0d2c3b;
}
.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: #e7f3fb;
    position: relative;
    overflow: hidden;
}
.tituloreservasingle{
    width: 100%;
    height: auto;
    position: relative;    
    margin: 0;
    background: #94c11f;
    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;
    padding-bottom: 15px;
    font-weight: 700;
    border-bottom: solid 1px rgba(255,255,255,0.3);
}
.reservapaquetesingle .formreserva{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.reservapaquetesingle .secform, .formcontactopage .secform{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.formcontactopage .secform{
    width: calc(33.3% - 20px);
    margin: 10px;
}
.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=date], .reservapaquetesingle .secform input[type=number], .reservapaquetesingle .secform textarea, .formcontactopage .secform input[type=text], .formcontactopage .secform select, .formcontactopage .secform input[type=number], .formcontactopage .secform input[type=email], .formcontactopage .secformtodo 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], .formcontactopage .secform 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;
    background: #94c11f;
}
.reservapaquetesingle input[type=submit]:hover{
    background: #2daae1;
}
.reservapaquetesingle .seccosto{
    position: relative;
    float: none;
    display: inline-block;
    color: #fff;
    width: auto;
    min-height: inherit;
}
.reservapaquetesingle .seccosto p{
    margin: 0;
    color: #fff;
    padding: 0 0 0 45px;
    text-align: right;
}
.reservapaquetesingle .seccosto p small{
    position: absolute;
    left: 0;
}
/*
**********************************************************************
    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;
    max-width: 100%;
    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: #e7f3fb;
    border-bottom: solid 1px rgba(0,0,0,0.05);
}
.breadblog ul li{
    color: #0d2c3d;
    float: left;
    text-align: left;
    margin: 0 10px 0 0;
    font-size: 12px;
}
.breadblog ul li a{
    color: #0d2c3d;
    font-size: 12px;
}
.breadblog ul li a:hover{
    color: #94c11f;
}
.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;
}
.textoportadapagina ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.textoportadapagina ul li{
    color: #fff;
    font-size: 12px;
    float: left;
    text-align: left;
    list-style: none;
    color: #fff;
    margin: 5px;
}
.textoportadapagina ul li a{
    color: #fff;
    text-align: left;
    font-size: 12px;
}
.textoportadapagina ul li a:hover{
    color: #94c11f;
}
.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: 50px 60px;
    box-sizing: border-box;
    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;
}









/*
    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 h2{
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
}
.cuerpo-nosotros{
    padding: 100px 20px 0 20px;
}
.cuerpo-nosotros p{
    text-align: center;
    width: 700px;
    max-width: 100%;
    float: none;
    display: inline-block;
}
.cuerpo-mision{
    padding: 60px 20px;
}
.secmision{
    width: 50%;
    height: auto;
    float: left;
    padding: 50px 30px;
    box-sizing: border-box;
    margin: 20px 0;
    border-right: solid 1px rgba(0,0,0,0.1);
    position: relative;
}
.secmision h3{
    text-align: right;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 25px;
}
.secmision p{
    text-align: right;
}
.secmision:before{
    position: absolute;
    content: "";
    bottom: 0;
    right: -6px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    border: solid 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 5px #fff;
    box-sizing: border-box;
}
.secvision{
    border: none;
    position: relative;
}
.secvision:after{
    position: absolute;
    content: "";
    top: 0;
    left: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50% 50% 50% 0;
    background: #fff;
    border: solid 2px rgba(0,0,0,0.2);
    box-sizing: border-box;
    box-shadow: 0 0 0 5px #fff;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.secvision:before{
    display: none;
}
.secvision h3, .secvision p{
    text-align: left;
}
.cuerpo-valores{
    padding: 100px 20px;
}
.cuerpo-valores ul{
    float: none;
    display: inline-block;
    margin: 40px 0 0 0;
    max-width: 100%;
    width: 700px;
}
.cuerpo-valores ul li{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    margin: 0;
    list-style: none;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding: 20px 0 20px 45px;
    min-height: 70px;
    box-sizing: border-box;
}
.cuerpo-valores ul li:last-child{
    border: none;
}
.cuerpo-valores ul li:after{
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background: #30b777;
    line-height: 30px;
    border-radius: 100%;
    box-shadow: 0 3px 10px 1px rgba(0,0,0,0.1);
    font-size: 20px;
    text-align: center;
    color: #fff;
    transform: translate(0,-50%);
}
.cuerpo-valores .formacircle{
    background: #fff;
    opacity: 0.3;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.07);
}
.formcircle5{
    top: 20%;
    right: 10%;
    left: auto;
    transform: rotate(0deg);
}
.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: 15px 0;
    text-align: left;
    font-size: 30px;
    line-height: 33px;
}
.textocontblog h3{
    margin: 15px 0;
    text-align: left;
    font-size: 24px;
    line-height: 27px;
}
.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;
    color: #0d2c3b;
}
.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 10px 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: 10px 0;
    padding: 7px 13px;
    border: 2px solid #ff0000;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: #e5d978;
    border: none;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
}
.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;
}
.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;
}
.secpaquetesing{
    width: calc(33.3% - 20px) !important;
    margin: 10px !important;
    float: left;
    position: relative;
    height: 400px !important;
}
.cuerpotitsinglemas{
    background: #e7f3fb;
    padding: 30px 360px 30px 50px;
    margin: 20px 0;
    border-radius: 10px;
}
.cuerpotitsinglemas .botongeneral{
    position: absolute;
    top: 50%;
    right: 40px;
    width: auto;
    height: auto;
    padding: 15px 30px;
    background: #94c11f;
    font-family: 'Alexandria', sans-serif;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    padding: 12px 30px;
    transform: translateY(-50%);
}
.cuerpotitsinglemas .botongeneral i{
    margin: 0 10px 0 0;
}
.cuerpotitsinglemas .botongeneral:hover{
    background: #2daae1;
}
.grupodatos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.grupodatos h3{
    font-size: 16px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    margin: 10px 0;
    font-weight: 700;
}
.formcontactopage  .secformtodo{
    width: calc(100% - 20px);
}
.formcontactopage .secformtodo textarea{
    width: 100%;
    height: 120px;
    padding: 20px;
}
.fixedwsp{
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #15931b;
    color: #fff;
    z-index: 1000;
}
.fixedwsp i{
    position: relative;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 27px;
    width: 60px;
    height: 60px;
    z-index: 3;
    background: #15931b;
    border-radius: 100%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.fixedwsp span{
    position: absolute;
    top: 50%;
    right: 35px;
    background: rgba(21,147,27,0.85);
    border-radius: 4px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    font-size: 13px;
    color: #fff;
    text-align: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    transform: translateY(-50%) translateX(30px);
    opacity: 0;
    visibility: 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;
    z-index: 2;
}
.fixedwsp:hover span{
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}
.datoscontactopage{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
}
.datoscontactopage li{
    width: auto;
    max-width: 300px;
    height: auto;
    min-height: 130px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border-right: solid 1px rgba(0,0,0,0.1);
}
.datoscontactopage li:last-child{
    border: none;
}
.datoscontactopage li i{
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
    color: #94c11f;
}
.secformmapa{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 50px 0 0 0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
}
.mapaiframe{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mapaiframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.formcontacto{
    width: 50%;
    height: auto;
    position: relative;
    float: right;
}
.formcontacto h4{
    margin: 0 0 15px 0;
    font-size: 18px;
}
.secnosotros{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
}
.secnosotrossec{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
    position: relative;
    padding: 10px 60px;
    box-sizing: border-box;
}
.secnosotrossec h2:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -60px;
    width: 50px;
    height: 0;
    border-bottom: dashed 1px rgba(0,0,0,0.3);
    transform: translateY(-50%);
}
.secnosotros h2, .secnosotros p{
    text-align: right;
    position: relative;
}
.secnosotros h2{
    font-size: 24px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.secnosotrosdos{
    padding-top: 60px;
}
.secnosotros:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-left: dashed 1px rgba(0,0,0,0.3);
    z-index: 2;
}
.secnosotros:before{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    border: dashed 1px rgba(0,0,0,0.3);
    box-sizing: border-box;
    content: "";
    top: 0;
    right: -4px;
    position: absolute;
    z-index: 3;
}
.secnosotrosdos:after, .secnosotrosdos:before{
    display: none;
}
.secnosotrosdos h2, .secnosotrosdos p{
    text-align: left;
}
.secnosotrosdos .secnosotrossec h2:after{
    right: 0;
    left: -60px;
}
.secnosotros h2 span{
    color: #2daae1;
    font-weight: 700;
}
.cuerpoconfiar{
    padding: 30px 20px 60px 20px;
}
.cuerpoconfiar h2{
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 50px 0;
}
.cuerpoconfiar ul{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.cuerpoconfiar ul li{
    list-style: none;
    float: left;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.cuerpoconfiar ul li span{
    font-size: 250px;
    color: #2daae2;
    opacity: 0.08;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.cuerpoconfiar ul li img{
    height: 60px;
    width: auto;
    display: inline-block;
    margin: 0 0 20px 0;
}
.cuerpoconfiar ul li p{
    z-index: 3;
    text-align: center;
    position: relative;
}
@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;
    }
}
@media only screen and (max-width : 1020px) {    
    .menu{
        display: none;
    }
    .menu2{
        display: inline-block;
        position: relative;
        float: right;
        width: 200px;
        z-index: 3;
        margin: 28px 10px 0 0;
    }
    .menu2 .menuresp{
        height: 35px;
        line-height: 35px;
        width: auto;
        padding: 0 15px 0 40px;
        margin: 10px 0 0 0;
        background: #2daae1;
        display: inline-block;
        border-radius: 3px;
        position: relative;
        color: #fff;
        box-sizing: border-box;
        float: right;
        font-size: 13px;
    }
    .menu2 .menuresp i{
        position: absolute;
        top: 0;
        left: 15px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 35px;
    }
    .menu2 .menuresp:hover{
        background: #94c11f;
    }
    .menu2:hover .menuresp{
        background: #94c11f;
    }
    .menu2 .acordion{
        width: 100%;
        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 20px;
        box-sizing: border-box;
    }
    .menu2 .acordion li a{
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
        border-bottom: solid 1px rgba(0,0,0,0.1);
        float: left;
        text-align: left;
        padding: 10px 0;
        font-weight: normal;
        font-size: 13px;
    }
    .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: #94c11f;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #94c11f;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #94c11f;
    }
    #headdos .menu2{
        position: relative;
        margin: 19px 10px 0 0;
    }
    #headdos .menu2 .menuresp{
        margin: 0;
    }
    .secmenubuscardos{        
        position: absolute;
        top: 0;
        right: 100px;
        z-index: 800;
        width: auto;
    }
    .secpaquete{        
        width: 50%;
    }
    .contenidopaquete {
        width: 100%;
    }    
    .sidebar {
        width: 360px;
        float: none;
        display: inline-block;
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width : 940px) {
    .swiperslidecattour{
        width: 33.3% !important;
    }
    .titulocentralreserva{
        width: 200px;        
        padding: 20px 10px;
    }
    .tituloreservapaquetewrap{        
        padding: 20px 15px;
    }
    .reservapaquetesingle form{
        padding: 40px 20px 80px 20px;
    }
    .cuerpotitulos .wrap {
        width: 100%;
        left: 0;
        transform: translateX(0);
        padding: 0;
    }
    .cuerpotitulos h2, .cuerpotitulos p{
        text-align: center;
    }
    .buscartitulo {
        position: relative;
        top: 0;
        right: 0;
        width: 450px;
        max-width: 100%;
        float: none;
        display: inline-block;
        transform: translateY(0);
        margin: 20px 0 0 0;
    }
    footer {
        padding: 80px 20px 20px 20px;
    }
    .redesfoo{
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .redesfoo p, .pagos p{
        text-align: center;
    }
    .redesfoo a{
        float: none;
        display: inline-block;
    }
    .pagos{
        width: 100%;
        text-align: center;
    }
    .pagos img{
        float: none;
        display: inline-block;
        max-width: 80px;
        max-height: 15px;
    }
    .formcontactopage .secform{
        width: 100%;
        margin: 10px 0;
    }
    .datoscontactopage li{
        width: 50%;
        min-height: 130px;
        padding: 20px 30px;
        margin: 10px 0;
    }
}
@media only screen and (max-width : 890px) {
    .secpaquetev2{
        width: calc(50% - 30px);
    }
    .redestop{
        display: none;
    }
    #headdos .redestop{
        display: inline-block;
    }
    .secphoto img{
        width: 350px;
    }
    .textophoto{
        top: 0;
        right: 0;
        width: calc(100% - 330px);
    }
    .secphoto2 .textophoto{
        right: auto;
        left: 0;
    }
    .slidertextotour h2 {
        margin: 0 0 20px 0;
        font-size: 40px;
        line-height: 44px;
    }
    .secpaquetesing{
        width: calc(50% - 20px) !important;
        height: 400px !important;
    }
}
@media only screen and (max-width : 870px) {
    .secfoo{
        width: 50%;        
    }
    .secfoodatos{
        width: 100%;
    }
    .bannerblog{
        padding: 60px 60px 60px 380px;
    }    
    .fotobannerblog{
        width: 330px;        
    }
}
@media only screen and (max-width : 840px) {
    .unodestinos, .centrodestinos{
        height: 500px;
    }
    .destinosec2{
        height: 250px;
    }
    .destinosec3{
        width: 100%;
        height: 300px;
    }
    .destinosec4{
        height: 200px;
        width: 100%;
        border-bottom: none;
    }
    .tresdestinos{
        width: 100%;
    }
    .destinosec5{
        width: 66.6%;
        border-top: solid 10px #fff;
    }
    .destinosec6{
        width: 33.3%;
        border-top: solid 10px #fff;
    }
    .mapaiframe {
        width: 100%;
        height: 280px;
        position: relative;
        float: left;
    }
    .formcontacto {
        width: 100%;
        padding: 30px;
    }
}
@media only screen and (max-width : 770px) {
    header{
        padding: 0 20px 50px 20px;
    }
    .logo{
        height: 80px;
        width: auto;
    }
    .logo img {
        height: 70px;
        width: auto;
        margin: 5px 0;
    }
    .secmenugeneral {
        width: calc(100% - 120px);
    }
    .slidertextouno {
        bottom: 70px;
    }
    .sliderpaquetesingle .slidertextouno{
        bottom: 70px;
    }
    .slidertextouno span{
        float: left;
        font-size: 17px;
        line-height: 21px;
    }
    .slidertextouno .tituloslider{
        font-size: 35px;
        line-height: 38px;
        text-align: left;
        margin: 0 0 10px 0;
    }
    .botonslider{
        float: left;
    }
    .cuerpopaquetes {
        padding: 30px 20px 40px 20px;
    }
    .titulocentral {
        margin: 0 0 10px 0;
    }
    .titulocentral h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 10px 0;
    }
    .titulocentralblog h2{
        font-size: 22px;
        line-height: 26px;
    }
    .alineado {
        margin: 0;
    }
    .secblog {
        width: 360px;
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: inline-block;
    }
    .pagslide{
        height: 170px !important;
        transform: translate(0) !important;
        bottom: 50px !important;
        left: 10px !important;
    }
    .pagslide .swiper-pagination-bullet{
        margin: 15px 10px !important;
    }
    .pagslide .swiper-pagination-bullet:last-child{
        margin: 15px 10px 0 10px !important;
    }
    .cuerpotitulos h2{
        font-size: 27px;
        line-height: 30px;
    }
    .buscartitulo form{
        width: 100%;
    }
    .buscartitulo form button{
        padding: 0 20px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .swipersingle .swiper-slide{
        height: 400px !important;
    }
    .swipersingle .slidertextouno h1, .textoportadapagina h1{
        font-size: 24px;
        line-height: 27px;
    }
    .swipersingle .slidertextouno span{
        font-size: 12px;
        line-height: 15px;
    }
    .cuerpotitsinglemas{
        padding: 30px;
    }
    .cuerpotitsinglemas .botongeneral{
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
    
    
    .wrapheader{
        padding: 0 0 0 150px;
    }    
    .swiper-slide{
        height: 480px !important;
    }
    .reservahome{
        padding: 40px 30px;
    }
    .swiperslidecattour{
        width: 50% !important;
        height: 350px !important;        
    }
    .wraptour{
        height: 350px !important;
    }
    .sliderpaquetesingle{
        height: 450px;
        text-align: center;
    }
    .titulocentralreserva{
        width: 100%;        
        padding: 20px;
        height: auto;
        position: relative;
        float: left;
    }
    .tituloreservapaquetewrap{        
        padding: 15px;
        position: relative;
        top: auto;
        display: inline-block;
        transform: translate(0);
        -o-transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }
    .reservapaquetesingle form{
        padding: 0;
        position: relative;
        float: left;
        width: 100%;
    }
    .titulocentralreserva i{
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
    .fotoreservasingle{
        display: none;
    }
    .contenidotour{
        width: 100%;
        margin: 0;
    }
    .sidebar{
        width: 100%;
        position: relative;
        float: left;
        margin: 30px 0 0 0;
    }
}
@media only screen and (max-width : 730px) {
    .cuerpohistoria{
        padding: 40px 20px;
    }
    .secnosotros {
        width: 100%;
        padding: 0;
    }
    .secnosotrossec {
        margin: 10px 0;
        padding: 10px 0 10px 30px;
    }
    .secnosotros h2{
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .secnosotros p{
        text-align: left;
    }
    .secnosotros:before {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #fff;
        border: dashed 1px rgba(0,0,0,0.3);
        box-sizing: border-box;
        content: "";
        top: 0;
        left: -4px;
        position: absolute;
        z-index: 3;
    }
    .secnosotros:after {
        left: 0;
        right: auto;
    }
    .secnosotrosdos:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        width: 0;
        height: 100%;
        border-left: dashed 1px rgba(0,0,0,0.3);
        z-index: 2;
        display: inline-block;
    }
    .secnosotrossec h2:after {
        left: -30px;
        right: auto;
        width: 20px;
    }
    .secnosotrosdos .secnosotrossec h2:after {
        left: -30px;
    }
}
@media only screen and (max-width : 700px) {
    .sobremenu .telhead {
        margin: 0 10px 0 0;
    }
    .cuerpotours {
        height: 470px;
    }
    .slidertextotour{
        padding: 30px 20px;
    }
    .slidertextotour span {
        font-size: 11px;
        line-height: 13px;
        font-weight: normal;
    }
    .slidertextotour h2 {
        font-size: 23px;
        line-height: 26px;
        margin: 0 0 20px 0;
    }
    .slidertextotour .seccosto {
        transform: scale(1);
    }
    .slidertextotour .secbotonslider a {
        margin: 10px 0;
        font-size: 14px;
        padding: 11px 22px;
    }
    .itinierariodia h3{
        font-size: 19px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }
    .swiperfull .swiper-slide {
        height: 430px !important;
    }
    .datoscontactopage li{
        width: 100%;
        min-height: 50px;
        padding: 20px 0;
        margin: 0;
        border: none;
    }
    .cuerpoconfiar ul li {
        width: 100%;
        padding: 20px 0;
    }
}
@media only screen and (max-width : 610px) {
    .secpaquetev2{
        width: 350px;
        max-width: 100%;
        float: none;
        margin: 10px 0;
        display: inline-block;
    }
    .unodestinos, .centrodestinos{
        width: 50%;
    }
    .destinosec5, .destinosec6{
        width: 50%;
    }
    .secpaquetesing{
        width: 350px !important;
        max-width: 100%;
        float: none;
        display: inline-block;
        height: 400px !important;
        margin: 10px 0 !important;
    }
    .slidertitulosblog h1{
        font-size: 26px;
        line-height: 29px;
    }
    
    .pagosfoo{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .reservahome{
        padding: 30px 20px;
    }
    .secform{
        width: 100%;        
    }
    .secform input[type=text], .secform input[type=email], .secform textarea{
        width: 100%;
    }
    .slidertitulopaquete h1{
        font-size: 35px;
        line-height: 38px;        
        letter-spacing: -2px;        
    }
    .gallery {                
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-gap: 10px;
        -moz-column-gap: 10px;
        -webkit-column-gap: 10px;
        -o-column-gap: 10px;
    }
    .gallery-item{           
        margin: 0 0 10px 0 !important;        
    }
    .slidertextoerror{
        width: 100%;
        top: 50%;
        left: 0;
    }    
    section {
        padding: 20px 30px;
    }
    section h2 {
        margin: 0 0 20px 0;
        font-size: 20px !important; 
        line-height: 24px !important; 
    }
    .itinierariodia .diasec{
        left: -40px;
    }
    .itinierariodia {
        padding: 0 0 0 30px;
    }
    .swipersingle .slidertextouno {
        bottom: 30px;
    }
    .contenidopaquete label{
        padding: 15px 10px 10px 10px;
        width: auto;
    }
    .contenidopaquete label:before{
        position: absolute;
        top: 9px;
        font-size: 11px;
        left: 50%;
        transform: translateX(-50%);
    }
    .contenidopaquete label span{
        margin: 8px 0 0 0;
        display: inline-block;
        font-size: 13px;
        position: relative;
    }
}
@media only screen and (max-width : 560px) {
    .botonslider{
        margin: 10px 0 0 0;
    }
    .secfoo{
        width: 100%;        
        padding: 0;
        margin: 20px 0 0 0;
    }
    .secfoo h4{
        margin: 0 0 20px 0;
    }
    .slidertextouno span{        
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 3px;
    }
    .slidertextouno h1{
        font-size: 40px;
        line-height: 40px;
    }
    .swiperslidecattour{
        width: 100% !important;
        height: 300px !important;        
    }
    .wraptour{
        height: 300px !important;
        margin: 0 !important;
    }
    .secmision{
        width: 100%;        
        padding: 50px 30px;
        margin: 20px 0;
        border-right: none;
        border-left: solid 1px rgba(0,0,0,0.1);
    }
    .secmision h3, .secmision p{
        text-align: left;
    }
    .secmision:before{
        left: -6px;
        right: auto;
    }
    .secmision:after{
        position: absolute;
        content: "";
        top: 0;
        left: -8px;
        width: 16px;
        height: 16px;
        border-radius: 50% 50% 50% 0;
        background: #fff;
        border: solid 2px rgba(0,0,0,0.2);
        box-sizing: border-box;
        box-shadow: 0 0 0 5px #fff;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }
    .secvision:before{
        display: block;
        position: absolute;
        content: "";
        bottom: 0;
        left: -6px;
        right: auto;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #fff;
        border: solid 2px rgba(0,0,0,0.2);
        box-shadow: 0 0 0 5px #fff;
        box-sizing: border-box;
    }
    .reservapaquetesingle .secform{
        width: 100%;
        padding: 0;
    }
    .col-sm-6 {
        width: 50% !important;
    }
}
@media only screen and (max-width : 510px) {
    .buscartop{        
        display: none;
    }
    .secidiomabuscar{
        padding: 0;
    }
    .idiomastop{
        margin: 0 0 0 2px;
    }
    .logo{
        position: absolute;
        top: 0;
        left: 15px;
    }
    .logofooter{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .textoblog {
        padding: 20px;
    }
    .textoblog h3 a {
        font-size: 18px;
        line-height: 21px;
    }
    .swiperofertas{
        padding: 0 0 60px 0 !important;
    }
    .secnaviswiperdos a, .botoncetralpaquetes {
        height: 35px;
        padding: 0 10px;
        line-height: 31px;
        font-size: 14px;
    }
    .swiper-button-prevdos, .swiper-button-nextdos {
        width: 35px;
        height: 35px;
        margin: 0 5px;
        vertical-align: top;
    }
    .slidertextouno p{
        display: none;
    }
    .unodestinos, .centrodestinos, .tresdestinos{
        width: 100%;
        height: auto;
    }
    .destinosec{
        width: 100%;
        height: 230px;
        border-left: none;
        border-right: none;
        border-top: solid 10px #fff;
        border-bottom: solid 10px #fff;
    }
    .cuerpo{
        padding: 40px 20px;
    }
    .cuerpo h2{
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 15px 0;
    }
}
