/*!
Theme Name: empty
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: empty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

empty is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
._see_more .text{
  max-height: 1.5em;
  /*transition: max-height 0.5s ease-out;*/
  overflow: hidden;
  cursor: pointer;
}
._see_more .btn-more{
  display: block;
  text-align: center;
  cursor: pointer;
}

._see_more.see .text{
  /*height: 100% !important;*/
  max-height: 100%;
  /*transition: max-height  0.75s ease-in;*/
}
._see_more.see .btn-more{
  display: none;
}
div#zadarmaScripts {
  max-height: 0 !important;
  overflow: hidden;
}
div#myZadarmaCallmeWidget8103 {
  position: fixed;
  bottom: -1em;
  opacity: 0 !important;
}
div#myZadarmaCallmeWidget8103.showPhone {
  position: fixed;
  bottom: 1em;
  z-index: 9999;
  right: 10px;
  opacity: 1 !important;
}
.blog-content {
  max-width: 1140px;
  margin: 1em auto;
}

#masthead .navbar-light .navbar-toggler{
  background-color: #162a5c;
  color: #FFF;
}
#masthead.site-header {
  /*    background-color: transparent !important;
      position: fixed;*/
  /*top: 0;*/
  /*z-index: 99999;*/
  min-height: 75px;
  width: 100%;
}
#masthead .bg-light {
  background-color: transparent !important;
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding-bottom: 0px;
}

.site-logo img {
  width: 210px;
  max-width: 80%;
}
header#masthead.site-header.dark {
  background-color: rgb(48, 48, 48) !important;
}
.phone{
  font-size: 17px;
  font-weight: 400;
}
.btn-booking{
  margin: 1px 1em;
  box-shadow: 0px 1px 1px #af8b64;
  cursor: pointer;
  padding: 6px 23px;
  border-radius: 39px;
  font-weight: 400;
  background-color: #C79B6C;
  font-size: 16px;
  line-height: 1;
}
.imgs-footer {
  background-color: #353535;
  min-height: 5em;
  text-align: center;
  padding: 2em 0;
  color: #FFF;
}
.imgs-footer.row {
  max-width: 100%;
  margin: auto;
  color: #FFF;
}
.imgs-footer h5{
  text-align: left;
  font-size: 1.25em;
}
.imgs-footer .colabora,
.imgs-footer .colabora h5{
  text-align: center;
}
.imgs-footer div{
  padding: 0 2em;
  font-size: 12px;
  text-align: left;
  /*max-width: 320px;*/
  margin-bottom: 2em;
}
.cpr {
  background-color: #232323;
  color: #a18f85;
  text-align: center;
  padding: 1em 0;
}
.footer-menu{
  width: 100%;
  margin: 15px auto;
  text-align: left;
  padding: 0px;
}
ul.footer-menu li {
  border-bottom: 1px solid;
  padding: 1em 0;
  list-style: none;
  width: 320px;
}
.footer-menu .nav-tit .footer-submenu li{
  margin: 2px 0px;
}
.footer-menu  a{
  color: #FFF;
  font-size: 12px;
  text-transform: capitalize;
}

.premium-banner-img-wrap img {
  max-width: max-content !important;
  height: 425px !important;

}
.premium-banner-ib-content.premium_banner_content {
  color: #ffffff;
  font-size: 1.85em;
  font-weight: bold;
  text-shadow: 0px 0px 3px #000000;
  padding-top: 1em;
  text-align: center;
}

.elementor-swiper-button {
  background-color: #00000059;
  padding: 5px;
}
i.eicon-chevron-left,
i.eicon-chevron-right,
.eicon-play{
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #d8d8d8;
  font-weight: bold;
  padding: 9px;
}
i.eicon-chevron-left:before{
  content: "\f060";
}
i.eicon-chevron-right:before{
  content: "\f061";
}
.eicon-play:before{
  content: "\f144";
}
.h-item1.logo {
  color: #C79B6C !important;
  font-size: 27px;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.navbar-light .navbar-brand.site-logo{
  margin-right: 8%;
  margin-top: 15px;
}
.navbar-light .navbar-brand.site-logo h1{
  font-size: 25px;
  color: #FFF;

}
.dark .navbar-light .navbar-brand.site-logo h1,
.dark .phone{
  color: #C79B6C;
}
.navbar-light .navbar-brand.site-logo:hover {
  color: #FFF !important;
  text-decoration: revert;
}
.laala .site-logo {
  color: #C79B6C !important;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 21px;
  padding: 0 !important;
  margin-right: 22px;
  text-transform: uppercase;
  font-weight: 400;
}

.site-post h1{
  text-align: center;
  padding-bottom: 26px;
}
.site-post article {
  background-color: #ffffff;
  color: rgb(33, 31, 31);
  padding: 10px;
  border-top: 1px solid rgb(33, 31, 31);
  border-bottom: 1px solid rgb(33, 31, 31);
  padding-top: 45px;
  padding-bottom: 45px;
}
.site-post .entry-content {
  max-width: 1024px;
  margin: auto;
}

.dropdown-menu.show {
  background-color: #162a5c;
  padding: 0;
  border: #162a5c;
}
.navbar-nav .dropdown-menu a{ color: #FFF !important;}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #000000 !important;
}
.ms-theme-cubic{
  padding-bottom: 0px !important;
}
.sliderHome a.flex-prev,
.sliderHome a.flex-next {
  background-color: #1f1f1f7d !important;
}
.sliderHome .caption-wrap{
  background-color: transparent !important;
  bottom: 20% !important;
  opacity: 0.85 !important;
}
.sliderHome .caption-wrap .caption{
  background-color: #FFF;
  color: #000 !important;
  width: 35em;
  margin: auto;
}
.sliderHome .caption-wrap .caption h2{
  font-size: 53px;
}
.sliderHome .caption-wrap .caption a{
  color: initial;
}
.h2col .elementor-widget-icon.icon{
  width: 3em;
  display: inline-block;
}
.h2col .icon-tit{
  width: calc( 100% - 5em ) !important;
  display: inline-block;
}

.h2col .caption-wrap {
  width: 100% !important;
  padding: 0 !important;
  margin: auto !important;
  background: rgb(0, 0, 0, 0.92);
}
.h2col .caption-wrap .caption{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: left !important;
}
.h2col .caption-wrap .caption a{
  color: #FFF;
}
.h2col .caption-wrap:after {
  content: 'Más Info';
  text-align: right;
  display: block;
  padding: 0px 20px 3px;
  margin-top: -15px;
  font-size: 13px;
  color: #FFF;
}
.h2col ol.flex-control-nav.flex-control-paging{
  bottom: 0px !important;
}
.h2col ol.flex-control-nav.flex-control-paging a{
  height: 9px !important;
  line-height: 0 !important;
}
.servicios .elementor-image-box-wrapper .elementor-image-box-img {
  width: 100% !important;
}
.adt-detail{
  background-color: #51b3ec;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.adt-detail td{
  text-align: center;
  color: #FFF;

}
.contact-block{
  border: 1px solid #c3c3c3;
  padding: 10px;
}
.contact-block [type=submit]{
  background-color: #162a5c;
  color: #FFF;
  width: 240px;
  border: solid 1px #000717;
  border-radius: 4px;
  padding: 8px;
  margin: auto !important;
}
.contact-block  label,
.contact-block  textarea,
.contact-block  input {
  max-width: 100% !important;
}
.contact-block  label{
  margin-top: 3px;
  display: block;
}
.tit{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 11em; */
  padding: 4em;
}
.tit h1{
  background-color: #ffffffad;
  padding: 15px;
  font-weight: bold;
}
.quienesSomos{
  max-width: 840px;
  margin: 1em auto;
  padding: 7px;
}

.quienesSomos h3 {
  color: blue;
  padding: 1em 0;
}
.quienesSomos .blue{
  color: blue;
}
/************************************************************************************/
@media only screen and (min-width: 1560px) {
  div#navbarSupportedContent {
    font-size: 1.25em !important;
  }
}

@media only screen and (min-width: 992px) {
  div#navbarSupportedContent {
    color: white;
    font-weight: bold;
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1286px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  div#navbarSupportedContent {
    background-color: #162a5c;
    color: #FFF;
    padding: 3px;
    width: 118%;
    margin: 5px -17px;
    padding: 9px 20px;
  }
  div#btn_booking {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 1em 0;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: revert;
  }
  .navbar-nav .dropdown-menu {
    border: none;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: .5rem 1rem !important;
    font-size: 17px;
    color: #FFF !important;
    padding-left: 0px !important;
  }
  .phone{
    color: #FFF!important;
  }
  .sliderHome .caption-wrap .caption{
    width: auto;
    padding: 8px 0 !important;
    font-size: 12px !important;
  }
  .sliderHome .caption-wrap .caption h2 {
    margin-bottom: -21px !important;
    font-size: 16px;
  }

}
@media only screen and (max-width: 425px) {
  .site-logo img {
    width: 206px;
  }
}