/*
Theme Name: TravelWise
Author: Beautifull Agency
Description: Travel Wise Theme Beautifull Agency
Version: 1.0
*/
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################       [GENERALES]           ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/material-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('assets/fonts/material-icons/Material Icons'),
       local('assets/fonts/material-icons/MaterialIcons-Regular'),
       url(assets/fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'),
       url(assets/fonts/material-icons/MaterialIcons-Regular.woff) format('woff'),
       url(assets/fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.js div#preloader { 
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('assets/images/loading.gif') no-repeat center center;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

body{
  background-color: #fff;
}
body a{
  outline: 0!important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a{
  font-family: 'Montserrat', sans-serif;
}
.logo-beauty{
  max-width: 120px!important;
  margin-top: 20px;
}
ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
*::-moz-selection{
   background: #FF1539;
   color: #fff;
}
*::selection {
   background: #FF1539;
   color: #fff;
}
hr{
  border-top: solid 1px #ECECEC;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
strong{
  font-weight: 700;
}
li{
  font-family: 'Montserrat', sans-serif;
}
.content{
  background-color: #fff;
}
.section-padding{
  padding-top: 80px;
  padding-bottom: 80px;
}
.content h2{
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.content h3{
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 30px;
}
.content h4{
  font-size: 16px;
  line-height: 19px;
  color: #333;
  font-weight: normal;
  margin-bottom: 30px;
}
.btn-theme{
  background-color: #007FCC;
  font-size: 14px;
  font-weight: 600;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
  background-color: #007FCC;
}
.btn-theme-2{
  background-color: #FF8726;
  font-size: 14px;
  font-weight: 600;
}
.btn-theme-2:hover, .btn-theme-2:focus, .btn-theme-2:active {
  background-color: #FF8726;
}
.radius-100{
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
}
.clear{
  clear: both;
}
.section-iso{
  border-top: solid 4px #FF8726;
  text-align: center;
  background-color: #efefef;
}
.section-iso img{
  margin-top: -45px;
}
.select-wrapper input.select-dropdown{
  background-color: #fff;
  width: 90%!important;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 18px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: solid 1px #ccc;
  background-image: url(assets/images/downicon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
.select-wrapper span.caret {
    display: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@media only screen and (min-width: 993px){
  .container {
    width: 90%;
  }
}
.contenido-wysiwyg h1, .contenido-wysiwyg h2, .contenido-wysiwyg h3, .contenido-wysiwyg h4, .contenido-wysiwyg h5, .contenido-wysiwyg h6{
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}   
.contenido-wysiwyg h1{
  font-size: 28px;
}
.contenido-wysiwyg h2{
  font-size: 26px;
}
.contenido-wysiwyg h3{
  font-size: 24px;
}
.contenido-wysiwyg h4{
  font-size: 22px;
}
.contenido-wysiwyg h5{
  font-size: 18px;
}
.contenido-wysiwyg h6{
  font-size: 16px;
}
.contenido-wysiwyg p{
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.contenido-wysiwyg pre{
  background-color: #193B5E;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.contenido-wysiwyg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.contenido-wysiwyg ul li {
  list-style: disc;
  list-style-position: outside;
  font-size: 14px;
  line-height: 18px;
}
.contenido-wysiwyg ul li ul{
  margin-bottom: 0px;
}
.contenido-wysiwyg ol {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.contenido-wysiwyg ol li {
  list-style-position: outside;
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
.contenido-wysiwyg ol li ol{
  margin-bottom: 0px;
}
.contenido-wysiwyg blockquote{
  margin: 0px 0;
  padding-left: 0rem;
  border-left: 0px;
}
.contenido-wysiwyg blockquote p{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  border-left: solid 4px #193B5E;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #444;
}
.contenido-wysiwyg blockquote p:before{
  content: "\f10d";
  font-family: 'FontAwesome';
  color: #193B5E;
  display: inline;
  margin-right: 15px;
}
.contenido-wysiwyg a{
  color: #193B5E;
  text-decoration: underline;
}
.contenido-wysiwyg .title-section{
  border-bottom: solid 1px #DEDEDE;
  margin-bottom: 30px;
  color: #193B5E;
  vertical-align: middle;
}
.contenido-wysiwyg .title-section i{
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
}
.contenido-wysiwyg strong{
  
}
.tabs{
  height: auto;
}
.tabs .tab{
  
}
.tabs .tab a{
  color: #444;
  font-weight: bold;
}
.tabs .tab a:focus, .tabs .tab a:hover{
  color: #193B5E;
}
.tabs .tab a.active{
  color: #193B5E;
}
.tab-container{
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.tabs .indicator {
    background-color: #193B5E;
}

/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################          [HEADER]           ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.margin-top-affter-header{
  height: 140px;
}
.header-top .navbar{
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}
.header-top .nav-wrapper{
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px){
  .header-top .nav-wrapper{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.header-top nav{
  height: 105px;
  line-height: 105px;
  background-color: transparent;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0), 0 0px 0px 0 rgba(0,0,0,0.0), 0 0px 0px 0px rgba(0,0,0,0.0);
}
.header-top nav ul{
  vertical-align: middle;
  text-align: center;
}
.header-top nav .button-collapse i {
    line-height: 105px;
    height: 105px;
}
.header-top nav .brand-logo{
  left: 0;
}
.header-top nav .brand-logo img{
  width: auto;
  margin-left: 0px;
  top: 0px;
  position: relative;
}
.header-top nav{
  text-align: center;
}
.header-top nav li{
  float: none;
  display: inline-block;
}
.header-top nav li:hover a{
  color: #FF1539;
}
.header-top nav li.current-menu-item a{
  color: #FF1539!important;
}
.header-top nav li a{
  color: #fff;
  line-height: inherit;
  font-size: 19px;
  letter-spacing: -0.4px;
  font-weight: 500;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (max-width: 1300px){
  .header-top nav li a{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1000px){
  .header-top nav li a{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px){
  nav .brand-logo {
      line-height: 64px;
  }
  .header-top nav .brand-logo {
    left: 50%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 600px){
  nav .button-collapse {
      height: 64px;
  }
}
@media screen and (max-width: 360px){
  .header-top nav .brand-logo img {
      width: 100%;
      top: 0px;
  }
}
.social-header{
  text-align: right!important;
}
.social-header li{
  display: inline-block;
  line-height: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.social-header li a{
  width: 32px!important;
  height: 32px!important;
  background: #FF1539!important;
  color: #1E1D2B!important;
  font-size: 16px!important;
  border-radius: 100%!important;
  -o-border-radius: 100%!important;
  -moz-border-radius: 100%!important;
  -webkit-border-radius: 100%!important;
  line-height: 32px!important;
  text-align: center!important;
  padding: 0px!important;
}
.social-header li a i{
  line-height: 28px;
}
.header-top nav li:hover a{
  background-color: transparent;
}
.header-top .dropdown-content li>a, .header-top .dropdown-content li>span {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 64px;
    padding: 0px 16px;
}
.side-nav{
  background-color: #FF1439;
  z-index: 9999;
}
.header-top .side-nav li{
  display: block!important;
}
.header-top .sidenavactive{
  background-color: transparent;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0), 0 0px 0px 0 rgba(0,0,0,0.0), 0 0px 0px 0px rgba(0,0,0,0.0);
}
.header-top .language_list i{
  font-size: 18px;
}
.parallax-container {
  height: auto;
}
.parallax:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
/*SIDENAV*/
.logo-sidenav{
  height: auto!important;
  display: block;
  margin-top: 20px;
  text-align: left;
}
.logo-sidenav img{
  width: 150px;
}
.divider{
  background-color: rgba(0,0,0,0.2);
}
.side-nav a{
  line-height: 48px!important;
  height: 48px;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.4px;
}
.side-nav .collapsible-header i, .side-nav .collapsible-body i{
  color: #000!important;
}
.side-nav .collapsible-body{
  background-color: rgba(256,256,256,0.1);
  padding: 0!important;
}
#sidenav-overlay {
    background-color: rgba(0,0,0,0.8);
}
.side-nav .social-header{
  text-align: left!important;
  margin-top: 20px;
}
.side-nav .social-header li a i{
  font-size: 18px;
  color: #000;
}
#flotante{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  top: 0;
  left: 0;
  z-index: 9999;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#flotante #close{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  display: block;
}
#flotante #close a{
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
#flotante .search-form-nav{
  text-align: center;
  position: relative;
  color: #fff;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#flotante .search-form{
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#flotante .search-form input{
  padding-left: 3px;
  font-size: 25px;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
#flotante .search-form label{
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
}
#flotante .search-form label.active{
  color: #fff;
}
input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid{
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 0 #fff;
}
#flotante .search-form .input-field{
  position: relative;
  width: 100%;
}
#flotante .search-form .search-submit{
  font-family: 'FontAwesome';
  border: 0;
  outline: 0;
  line-height: 50px;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: -5px;
}


.search-form{
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.search-form input{
  padding-left: 3px;
  font-size: 25px;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
.search-form label{
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
}
.search-form label.active{
  color: #fff;
}
input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid{
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 0 #fff;
}
.search-form .input-field{
  position: relative;
  width: 100%;
}
.search-form .search-submit{
  font-family: 'FontAwesome';
  border: 0;
  outline: 0;
  line-height: 50px;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: -5px;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################           [SOBRE]           ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.block-text{
  background-color: #fff;
  text-align: left;
  background-position: 100% 75%;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 600px){
  .block-text{
    background-image: none!important;
  }
}
.block-text .row{
  margin-bottom: 0;
}
.block-text h2{
  color: #132323;
  font-size: 32px;
  font-weight: 200;
  line-height: 44px;
  border-left: solid 4px #FF1539;
  padding-left: 40px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################         [Block Tags]           ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.block-tags{
  background-image: url(assets/images/bg-tags-block.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;  
  padding-top: 140px;
  padding-bottom: 140px;
}
.block-tags h4{
  font-size: 87px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -2px;
}
.block-tags h4 span{
  color: #FF1539;
}
.block-tags h5{
  font-size: 63px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px){
  .block-tags h4{
    font-size: 47px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -2px;
  }
  .block-tags h5{
    font-size: 33px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
  }
}
.block-tags-list{
  text-align: center;
  display: block;
  margin-top: 100px;
}
.block-tags-list li{ 
  display: inline-block;
  margin-bottom: 20px;
}
.block-tags-list li a{
  color: #fff;
  font-size: 19px;
  letter-spacing: -1px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: 600;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.block-tags-list li a:hover{
  color: #FF1539;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################          [CONTINENTS]       ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.continents{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2A2A2A;
  text-align: center;
}
.continents .row{
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.continents span{
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.continents span img{
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 1250px){
  .continents span img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .continents span{
    display: block;
  }
}
@media screen and (max-width: 992px){
  .continents span{
    min-height: 140px;
  }
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################         [CONTACTANOS]       ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.contactanos{
  background-color: #2A2A2A;
  padding-top: 40px;
  padding-bottom: 40px;
}
.contactanos .row{
  margin-bottom: 0px!important;
  margin-left: auto;
  margin-right: auto;
}
.contactanos h5{
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
}
.contactanos p{
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
.contactanos p i{
  color: #FF1539;
  font-size: 40px;
  margin: 0;
  margin-right: 15px;
  vertical-align: middle;
}
.contactanos .btn-theme {
    background-color: transparent;
    border: solid 1px #fff;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    display: inline-block;
    line-height: 0;
    height: auto;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}
@media screen and (max-width: 992px){
  .contactanos .col{
    margin-bottom: 20px;
  }
}
.formulario-contacto{
  background-color: #FF1439;
  padding-top: 40px;
  padding-bottom: 40px;
}
.formulario-contacto h4{
  line-height: 44px;
  margin-bottom: 40px;
}
.formulario-contacto .wpcf7 input[type="email"]{
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: solid 1px #000;
  font-weight: 600;
}
.formulario-contacto ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}
.formulario-contacto :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}
.formulario-contacto ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}
.formulario-contacto .wpcf7 input[type="submit"]{
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: auto;
  height: auto;
  display: inline-block;
  border: 0;
  outline: 0;
}
.title-form{
  margin-left: 20px;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################          [FOOTER]           ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.page-footer{
  background-color: #0D0D0D!important;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 120px!important;
  margin-bottom: 0!important;
  padding-bottom: 60px!important;
}
.page-footer .instagram-feed #null-instagram-feed-2 h2{
  display: none;
}
.page-footer .instagram-feed #null-instagram-feed-2 ul li{
  display: inline-block;
  max-width: 33%;
  float: left;
}
.page-footer .instagram-feed #null-instagram-feed-2 ul li img{
  max-width: 100%;
}
.instagram-feed li{
  list-style: none!important;
}
.page-footer .instagram-feed #null-instagram-feed-2 a{
  color: #fff;
  font-weight: 700;
}
.page-footer .logo-footer{
  margin-top: -20px;
  position: relative;
  margin-bottom: 0px;
}
.page-footer .row{
  margin-bottom: 0;
}
.page-footer p{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.page-footer h4{
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
.page-footer p i{
  color: #DE8652;
  font-size: 20px;
  margin-right: 10px;
}
.page-footer .footer-text-1{
}
@media screen and (max-width: 992px){
  .page-footer .col{
    margin-bottom: 30px;
  }
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################      [SINGLE DESTINOS]      ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.categorias-lista li{
  list-style: none;
  display: block;
  line-height: 30px;
}
.container-single-destinos .row{
  margin-bottom: 0!important;
}
.container-single-destinos .content{
  padding-left: 120px;
  padding-right: 120px;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.container-single-destinos .formulario-reserva{
  background-color: #F6F6F6;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
.container-single-destinos .formulario-reserva2{
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 992px){
  .container-single-destinos .formulario-reserva{
    max-height: 1020px;
  }
  .container-single-destinos .content{
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.container-single-destinos .formulario-reserva h3{
  font-size: 21px;
  color: #FF1539;
  margin-bottom: 40px;
  text-align: left;
}
.container-single-destinos .formulario-reserva h4{
  font-size: 26px;
  font-weight: 700;
  color: #FF1539;
  margin-bottom: 40px;
}
.container-single-destinos .formulario-reserva p{
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.container-single-destinos .formulario-reserva p i{
  font-size: 20px;
  font-weight: 600;
  color: #FF1539;
  margin-right: 10px;
  vertical-align: middle;
}
.container-single-destinos .formulario-reserva img{
  float: left;
  margin-top: -10px;
  margin-right: 20px;
}
.formulario-reserva .wpcf7 input[type="email"]{
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: solid 2px #000;
  font-weight: 600;
}
.formulario-reserva .wpcf7 input[type="text"]{
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: solid 2px #000;
  font-weight: 600;
}
.formulario-reserva .wpcf7 textarea{
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: solid 2px #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 600;
  min-height: 115px;
  outline: 0;
}
.formulario-reserva ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}
.formulario-reserva :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}
.formulario-reserva ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}
.formulario-reserva .wpcf7 input[type="submit"]{
    background-color: transparent;
    border: solid 1px #FF1539;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #FF1539;
    margin-top: 0px;
    text-align: center;
    display: inline-block;
    line-height: 0;
    height: auto;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
}
.formulario-reserva .wpcf7-validation-errors {
    border: 0px!important;
    color: #FF1439;
}
.formulario-reserva .wpcf7-mail-sent-ng {
    border: 0px!important;
    color: #FF1439;
}
.formulario-reserva .wpcf7-mail-sent-ok {
    border: 0px!important;
    color: #FF1439;
}
.container-single-destinos h1{
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  vertical-align: top;
  margin-top: 0;
}
.container-single-destinos .precio{
  height: 83px;
  position: relative;
  background-color: #FFF1F4;
  vertical-align: top;
  padding-top: 18px;
  padding-left: 10px;
  color: #FF1439;
  font-size: 20px;
}
.container-single-destinos .precio span{
  font-size: 24px;
  font-weight: 700;
}
.container-single-destinos .precio img{
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 1500px){
  .container-single-destinos .precio{
    padding-top: 18px;
    padding-left: 0px;
    font-size: 16px;
  }
  .container-single-destinos .precio img{
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 40px;
  }
  .container-single-destinos .precio span{
    font-size: 18px;
    font-weight: 700;
  }
}
.container-single-destinos .precio:before{
  content: "";
  background-image: url(assets/images/bg-precio.png);
  display: block;
  width: 32px;
  height: 83px;
  left: -32px;
  position: absolute;
  top: 0;
}
.contenido img{
  max-width: 100%;
  height: auto;
}
.contenido img.alignleft{
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.contenido img.alignright{
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}
.container-single-destinos .contenido{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
.container-single-destinos .contenido strong{
  font-weight: 700;
}
.container-single-destinos .contenido ul, .container-single-destinos .contenido ol{
  padding: 0;
}
.container-single-destinos .contenido ol li{
  
}
.container-single-destinos .contenido li{
  line-height: 30px;
  margin-bottom: 20px;
}
.container-single-destinos .box{
  text-align: center;
  margin-bottom: 40px;
  display: block;
}
.container-single-destinos .box .row{
  margin-bottom: 0!important;
}
.container-single-destinos .box li{
  display: inline-block;
  background-color: #FF1439;
  padding-top: 15px;
  padding-bottom: 15px;
  border: solid 2px #fff;
}
.container-single-destinos .box li p{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.tipsfaqs strong {
    font-weight: 700;
	margin-bottom:10px;
}
.tipsfaqs{
  margin-bottom: 50px;
}
.tipsfaqs h5{
  color: #FF1439;
  font-size: 22px;
  display: block;
  margin-top: 50px;
  font-weight: 700;
}
.box-tipsfaq{
  padding-left: 40px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px){
  .box-tipsfaq{
    padding-left: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 15px;
    line-height: 20px;
    border-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.box-tipsfaq p:before{
  content: ".";
  font-size: 35px;
  display: inline-block;
  color: #FF1439;
  margin-right: 5px;
}







.tips{
  margin-bottom: 50px;
}
.tips h5{
  color: #FF1439;
  font-size: 22px;
  display: block;
  margin-top: 50px;
  font-weight: 700;
}
.box-tips{
  padding-left: 40px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 24px;
  border-left: solid 4px #FF1439;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px){
  .box-tips{
    padding-left: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 15px;
    line-height: 20px;
    border-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.box-tips p:before{
  content: ".";
  font-size: 35px;
  display: inline-block;
  color: #FF1439;
  margin-right: 5px;
}
.detalles{
  background-color: #EFEFEF;
  padding: 35px;
  background-image: url(assets/images/bg-box-detalles.png);
  background-position: 90% -30px;
  background-repeat: no-repeat;
}
.detalles h1{
  font-size: 21px;
  font-weight: 700;
}
.detalles ul{
  margin-top: 40px;
  margin-bottom: 40px;
}
.detalles ul li:before{
  content: ".";
  font-size: 35px;
  display: inline-block;
  color: #FF1439;
  margin-right: 5px;
}
.legal{
  background-color: #EFEFEF;
  padding: 20px 35px 20px 35px;
  margin-top: 3px;
}
.legal p{
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
}
.legal p span{
  color: #FF1439;
}
.galeria{
  margin: 0!important;
  padding: 0!important;
  margin-top: 40px!important;
  margin-bottom: 40px!important;
  display: block;
}
.galeria .col{
  margin: 0!important;
  padding: 0!important;
}
.elemento {
  width:33.3%;
  margin: 0;
  padding: 0;
  background:#fff;
  display: block;
  position: relative;
  overflow: hidden;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.elemento img{
  border: solid 2px #fff;
}
@media screen and (max-width: 890px){
  .elemento {
    width:33.3%;
  }
}
@media screen and (max-width: 550px){
  .elemento {
    width:50%;
  }
}
@media screen and (max-width: 400px){
  .elemento {
    width:100%;
  }
}
.video iframe{
  width: 100%;
  min-height: 450px;
  margin-top: 40px;
}
.container-single-destinos .block-text{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -90px;
  padding-bottom: 0px;
}
.container-single-destinos .video{
  padding-bottom: 60px;
}
div.wpcf7 .ajax-loader{
    background-image: url(assets/images/loading-2.gif)!important;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    width: 20px!important;
    height: 20px!important;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
#map .btn-theme{
      background-color: transparent;
    border: solid 1px #FF1539;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #FF1539;
    margin-top: 2px;
    text-align: center;
    display: inline-block;
    line-height: 0;
    height: auto;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################            [BLOG]           ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
/*Pagination*/
.navigation{
  text-align: center;
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #FF1539;
  text-decoration:none;
}

.navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.navigation li:nth-child(1n+1) a.list{
  border-left: solid 1px #000;
}

.navigation li:nth-child(2) a.list{
  border-left: solid 0px #000!important;
}
.navigation li a i,
.navigation li a:hover i,
.navigation li.active a i,
.navigation li.disabled i{
  color: #FF1539;
  font-weight: 700;
}
.navigation li a:hover,
.navigation li.active a {
  color: #FF1539;
}
.card-blog{
  margin-bottom: 30px;

}
.card-blog .card-image:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  z-index: 1;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-blog:hover .card-image:before{
  background-color: rgba(0,0,0,0.8);
}
.card-blog .card-image{
  padding: 40px;
  padding-top: 80px;
  padding-bottom: 120px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 99;
  min-height: 400px;
}
@media screen and (max-width: 768px){
  .card-blog .card-image{
    padding: 10px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.card-blog .card-image h3{
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;

  z-index: 99;
}
.card-blog:hover .card-image h3{
  color: #FF1439;
}
.card-blog .card-image p{
  color: #fff;
  position: relative;
  z-index: 99;
}
.card-blog .card-image .btn{
  background-color: transparent;
    border: solid 1px #fff;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    display: inline-block;
    line-height: 0;
    height: auto;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}
.card-blog:hover .card-image .btn{
  border: solid 1px #FF1439;
}
.right-sidebar{
  background-color: #F6F6F6;
  text-align: center;
  padding-bottom: 60px!important;
}
.right-sidebar.row, .right-sidebar.col{
  padding: 0!important;
}
.right-sidebar .box-iso{
  background-color: #ff2546;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url(assets/images/bg-iso2.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px){
  .content2{
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}
@media screen and (max-width: 992px){
  .content2{
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.right-sidebar h4{
  font-size: 26px;
  font-weight: 700;
  color: #132323;
  margin-bottom: 40px;
}
.right-sidebar h5{
  font-size: 21px;
  color: #fff;
  margin-bottom: 40px;
}
.right-sidebar .content-categories-list h5{
  font-size: 21px;
  font-weight: bold;
  color: #ff2546;
  margin-bottom: 40px;
}
.right-sidebar .content-categories-list a{
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.cita-destacada .col{
  margin: 0;
  padding: 0;
}
.cita-destacada .row{
  margin: 0;
  padding: 0;
}
.cita-destacada{
  padding-left: 30px;
  border-left: solid 4px #FF1439; 
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 15px;
}
.cita-destacada h2{
  color: #132323;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cita-destacada p{
  font-family: "Times New Roman", Times, serif;
  color: #132323;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
}
.content-categories-list{
  padding-bottom: 60px;
}
.content-categories-list{
  padding-bottom: 60px;
}
.content-categories-list > div{
    font-size: 21px;
    font-weight: bold;
    color: #ff2546;
    margin-bottom: 40px;
}
.content-categories-list > ul li{
    display: block;
    line-height: 40px;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################     [MATERIALIZE FORMS]     ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/

div.wpcf7-validation-errors {
    border: 0px!important;
    color: #fff;
}
div.wpcf7-mail-sent-ng {
    border: 0px!important;
    color: #fff;
}
div.wpcf7-mail-sent-ok {
    border: 0px!important;
    color: #fff;
}
.boton-cerrar-modal{
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  right: 0;
  top: 0;
  z-index: 9999;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################         [CONTACTO]          ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.container-contacto h1{
  font-size: 30px;
  color: #F95001;
  font-weight: 400;
}
.container-contacto a{
  color: #000;
  font-weight: 400;
  margin-bottom: 40px;
  display: block;
}
.container-powerby{
  display: block;
}
.container-powerby .logo-a{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.container-powerby .logo-b{
  display: inline-block;
  vertical-align: middle;
}
.banner-img{
  width: 100%;
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 60px;
}
/* Archivo destinos — hero más bajo (solo /destinos/) */
.post-type-archive-destinos .container-slider,
.post-type-archive-destinos .container-slider--destinos-archive,
.post-type-archive-destinos .hero-slider,
.post-type-archive-destinos .hero-slider .slider-card-container,
.post-type-archive-destinos .hero-slider .container-table {
  height: 500px !important;
  min-height: 500px;
  max-height: 500px;
}
.post-type-archive-destinos .hero-slider .container-table-cell h1,
.container-slider--destinos-archive .hero-slider .container-table-cell h1 {
  font-size: 28px;
  line-height: 1.2;
}
.post-type-archive-destinos .hero-slider .container-table-cell h2,
.post-type-archive-destinos .hero-slider .container-table-cell h2 a,
.container-slider--destinos-archive .hero-slider .container-table-cell h2,
.container-slider--destinos-archive .hero-slider .container-table-cell h2 a {
  font-size: 20px;
  line-height: 1.2;
}
.post-type-archive-destinos .destinos-search-box {
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  .post-type-archive-destinos .container-slider,
  .post-type-archive-destinos .hero-slider,
  .post-type-archive-destinos .hero-slider .slider-card-container,
  .post-type-archive-destinos .hero-slider .container-table {
    height: 540px !important;
    min-height: 540px;
    max-height: 540px;
  }
}

/* Buscador destinos — home y archivo (misma estética) */
.container-slider .home-destinos-search.destinos-search-box {
  position: absolute;
  left: 50%;
  bottom: 175px;
  z-index: 100;
  width: calc(100% - 24px);
  max-width: 900px;
  margin: 0;
  padding: 0 12px;
  text-align: left;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.destinos-search-box {
  max-width: 900px;
  width: 100%;
  margin: 32px auto 0;
  padding: 0 12px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
.destinos-search-box input,
.destinos-search-box select,
.destinos-search-box button,
.destinos-search-box label {
  font-family: 'Montserrat', sans-serif;
}
.destinos-search-bar {
  margin-bottom: 0;
  padding: 18px 18px 12px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
/* Home: sin panel (solo inputs + botón) */
.home-destinos-search .destinos-search-bar {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
/* Destinos: sin panel (solo inputs) */
.post-type-archive-destinos .destinos-search-bar,
.container-slider--destinos-archive .destinos-search-bar {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.destinos-search-field {
  margin-bottom: 10px;
}
.destinos-search-label {
  display: block;
  margin: 0 0 8px 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
/* Mantiene alineación sin mostrar el texto */
.destinos-search-label--ghost {
  visibility: hidden;
}
.destinos-search-input-wrap,
.destinos-search-select-wrap,
.destinos-search-submit-wrap {
  position: relative;
  height: 50px;
  min-height: 50px;
  border-radius: 4px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
  transition: box-shadow 0.25s ease, outline 0.25s ease;
  overflow: hidden;
}
.destinos-search-input-wrap,
.destinos-search-select-wrap {
  background: #fff;
}
.destinos-search-submit-wrap {
  background: #FF1439;
}
/* Home: alineación del botón se logra con label fantasma */
.destinos-search-input-wrap {
  display: flex;
  align-items: center;
}
.destinos-search-input-wrap:focus-within,
.destinos-search-select-wrap:focus-within,
.destinos-search-submit-wrap:focus-within {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  outline: 2px solid #FF1439;
  outline-offset: 0;
}
.destinos-search-input-wrap > .fa-search,
.destinos-search-select-wrap > .fa-globe {
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 2;
  font-size: 17px;
  line-height: 1;
  color: #FF1439;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.destinos-search-input-wrap input {
  width: 100% !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 16px 0 46px !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #333 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.destinos-search-input-wrap input:focus {
  border: none !important;
  box-shadow: none !important;
}
.destinos-search-input-wrap input::placeholder {
  color: #999;
  font-weight: 400;
}
.destinos-search-select-wrap select,
.destinos-search-select-wrap select.browser-default {
  display: block;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px;
  margin: 0 !important;
  padding: 0 40px 0 46px !important;
  font-size: 16px !important;
  line-height: 50px !important;
  color: #333 !important;
  background: #fff !important;
  background-image: none !important;
  border: none !important;
  border-bottom: none !important;
  border-radius: 4px;
  box-shadow: none !important;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.destinos-search-select-wrap .select-wrapper {
  display: none !important;
}
.destinos-search-chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 2;
  font-size: 12px;
  line-height: 1;
  color: #888;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-destinos-search {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 12px;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}
.btn-destinos-search:hover,
.btn-destinos-search:focus {
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
}
.destinos-search-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
  margin-top: 16px;
}
.destinos-search-count {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}
.destinos-search-clear {
  display: inline-block;
  margin: 0;
  padding: 7px 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.destinos-search-clear:hover,
.destinos-search-clear:focus {
  background: #FF1439;
  border-color: #FF1439;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .container-slider .home-destinos-search.destinos-search-box {
    bottom: 120px;
  }
  .container-slider--home .hero-slider .container-table-cell {
    vertical-align: top;
    padding-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  /* HOME mobile: compacto, sin hueco vacío arriba */
  .container-slider--home .down-button {
    display: none;
  }
  .container-slider--home,
  .container-slider--home .hero-slider,
  .container-slider--home .hero-slider .slider-card-container,
  .container-slider--home .hero-slider .container-table {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
  }
  .container-slider--home .hero-slider .container-table-cell {
    vertical-align: top !important;
    padding-top: 160px;
    padding-bottom: 0;
  }
  .container-slider--home .hero-slider .container-table-cell h1 {
    font-size: 34px !important;
    line-height: 1.05 !important;
    margin: 0 0 6px !important;
  }
  .container-slider--home .hero-slider .container-table-cell h2,
  .container-slider--home .hero-slider .container-table-cell h2 a {
    font-size: 26px !important;
    line-height: 1.05 !important;
    margin: 0 !important;
  }
  .container-slider--home .home-destinos-search.destinos-search-box {
    bottom: 72px;
    width: calc(100% - 16px);
    padding: 0 8px;
  }
  .container-slider--home .home-destinos-search.destinos-search-box .destinos-search-field {
    margin-bottom: 8px;
  }
  .container-slider--home .home-destinos-search.destinos-search-box .destinos-search-field:last-child {
    margin-bottom: 0;
  }
  .container-slider .home-destinos-search.destinos-search-box {
    width: calc(100% - 16px);
    padding: 0 8px;
  }
  .destinos-search-box {
    margin-top: 24px;
    padding: 0 8px;
  }
  .destinos-search-input-wrap input,
  .destinos-search-select-wrap select {
    font-size: 15px !important;
  }
  .btn-destinos-search {
    font-size: 15px;
  }
}
.destinos-no-results {
  padding: 40px 20px;
  text-align: center;
  font-size: 18px;
  color: #555;
}
.content-destinos-class{
    height: auto;
}
.content-destinos-class .slider-card-container{
    display: block;
    margin-bottom: 20px;
}
.content-destinos-class .img-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    height: auto;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.content-destinos-class .img-container .overlay{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.content-destinos-class .img-container .block-text-slider{
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0px;
    display: block;
   
    padding-top: 80px;
    padding-bottom: 80px;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.content-destinos-class .slider-card-container:hover .block-text-slider{
    z-index: 9999;
}
.content-destinos-class .img-container .block-text-slider h5{
    background-color: transparent!important;
    color: #fff!important;
    text-align: left;
    font-size: 20px;
    letter-spacing: 1px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    display: block;
}
.content-destinos-class .img-container:hover .block-text-slider h3{
    color: #FF1439!important;
}
.content-destinos-class .img-container .block-text-slider h3{
    background-color: transparent!important;
    color: #fff!important;
    text-align: left;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}
.content-destinos-class .img-container .precioflotante h4{
    background-color: transparent!important;
    color: #fff;
    font-size: 17px;
    text-align: left;
    line-height: 20px;
    font-weight: 600;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
.content-destinos-class .img-container:hover .precioflotante h4{
    color: #F7E700;
}
.content-destinos-class .img-container .block-text-slider p{
    color: #fff;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    display: block;
}
.content-destinos-class .slider-card-container:hover .img-container .overlay{
    background-color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 600px){
  .detalles ul {
      text-align: left!important;
  }
  .legal p {
      text-align: left!important;
  }
  .container-single-destinos .contenido p{
      text-align: left!important;
      font-size: 15px;
      line-height: 20px;
  }
}
@media screen and (max-width: 600px){
  .content h4 {
      font-size: 15px;
      line-height: 20px;
      color: #333;
      font-weight: normal;
      margin-bottom: 30px;
      text-align: left;
  }
  .detalles p{
    text-align: left!important;
    font-size: 13px;
  }
  .container-single-destinos h1 {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 20px;
      font-weight: 500;
      vertical-align: top;
      margin-top: 0;
  }
  .tips h5 {
      font-size: 20px;
  }
}



