
/* MEDIA QUERIES SPECIALS */
@media screen and (max-width: 768px){


body {
  background-color:white;
}

/***********************
**** Left bar ****
************************/
div.main-frame {
  display:grid;
  grid-template-columns: 10% 90%;
  grid-template-areas: "main-left-side main-right-side";
}


div#main-left-side {
  width:10%;
  height: 100%;
  float:left;
}

div#main-right-side {
  float:right;
  left:0%;
  width:100%;
  /* max-width:90%; */
  /* padding-right:10%; */
  padding-left:10%;
  position:relative;
  display:block;
  overflow-y:hidden;
  top:80px;

}

div#left-bar div.top-menu {
    width: 100%;
    height: 10%;
    margin-top: 0px;
    padding-top: 10px;
}


/***********************
**** HEADER ****
************************/

div#banner-principal.bookings div.title span {
  font-size:1.3rem;
  padding: 20px 0px 0px 0px;
}

div#banner-principal.bookings div.title span.subtitle {
  font-size:1rem;
  padding: 10px 0px 20px 0px;

}

div#banner-principal.pages div.title span {
    display: block;
    font-size: 1.3rem;
}

div#banner-principal {
  padding-bottom:20px;
}

div#banner-principal.bookings {
    min-height: 60vh;
}

div.booking-body {
    padding-top: 0px;
}

div#banner-principal div.background-89000 {
    background-position: center center;
}


div#banner-principal div.top-bar-header {
    margin-top: 20px;
}


/**** Logo ****/

div#banner-principal div.top-bar-header div.site-logo-inside {
    width: 80%;
    left:10%;
}

div#banner-principal div.top-bar-header div.site-logo-inside img {
    height: auto;
}



/**** Text ****/

div#banner-principal div.text-container-left div.myText {
    padding-top: 10px;
}

div#banner-principal div.text-container-left div.myText div.titulo {
    line-height: 1.4rem;
}

div#banner-principal div.text-container-left div.myText div.titulo span {
    font-size: 1.2rem;
}

div#banner-principal div.text-container-left div.myText div.subtitulo {
    margin-bottom: 1rem;
    line-height: 1.6rem;
}

div#banner-principal div.text-container-left div.myText div.subtitulo span {
    font-size: 1rem;
    color:#a8a8a8;
}

/**** features ****/

div#banner-principal div.text-container-left div.myText div.features {
  padding: 0px 0px 0px 0px!important;
  line-height: 1rem;
  width: 100%;
  left: 0%;
}

div#banner-principal div.text-container-left div.myText div.features div.feature {
  font-size: 1rem;
  margin-bottom:1rem;
}

div#banner-principal div.text-container-left div.myText div.features div.feature span.text-feature {
    color: #656565;
}


/**** search form ***/

div#banner-principal div.search-form {
    padding: 10px 0px 0px 0px;
    text-align: center!important;
    width: 100%;
    left: 0%;
}

.search-form input[type=submit] {
    position:relative;
    float: left;
    padding: 13px 4px;
    width:50%;
    left:25%;
}

.search-form input[type=button] {
    position:relative;
    float: left;
    margin-top:10px;
    padding: 13px 4px;
    width:50%;
    left:25%;
}

.search-form input[type=text] {
    width: 80%;
    right:5%;
    padding: 13px 7px 13px 30px;
    font-size: 12px;
    text-align:center!important;
}

span.gps {
    left: 20px;
    bottom: -2.5rem;
    font-size: 1.3rem;
}




div.search-form.sticked.inmenu {
    position: relative;
    top: 0px;
    margin-top:20px;
    width: 90%;
    left:5%;
    padding: 0px 0px 0px 0px;
}

div.search-form.sticked.inmenu input[type=button] {
    position:relative;
    float: none;
    left:0%;
}

div.search-form.sticked.inmenu input[type=text] {
    background-size: 7%;
    padding: 10px 5px 10px 5px;
    background-position: 6.2% 45%;
    background-color:rgba(240, 240, 240, 1);
}

div.search-form.sticked.inmenu input[type=text] {
    width: 100%;
    padding: 10px 5px 10px 5px;
    border: 0;
    color: rgba(0, 0, 0, .56);
    font-weight: 600;
    border-radius: 6px;
    outline: 0;
    font-size: 14px;
    -webkit-background-size: 16px;
    background-repeat: no-repeat;
    background-position: 5.2% center;
    -webkit-background-size: 5%;
    background-size: 5%;
}

div.search-form.sticked.inmenu span.gps {
    position: absolute;
    right: 100%;
    bottom: -40px;
    z-index:99;
    font-size: 1.5rem;
    color: var(--main-grey-color);
}

div.search-form.sticked.inmenu:hover span.gps {
    color: var(--main-color);
}





div#banner-principal div.search-form.sticked {
    position: relative;
    top: 0px;
    /* width: 100%; */
    padding: 0px 0px 0px 0px;
    /* display:none; */
}

div#banner-principal div.search-form.sticked input[type=button] {
    float: none;
    width:auto;
    left: 68%;
    right: 4%;
    position: absolute;
    top:-52px;
}

div#banner-principal div.search-form.sticked input[type=text] {
    background-size: 7%;
    padding: 10px 5px 10px 5px;
    background-position: 6.2% 45%;
}

div#banner-principal div.search-form.sticked input[type=text] {
    width: 80%;
    padding: 10px 5px 10px 5px;
    border: 0;
    color: rgba(0, 0, 0, .56);
    font-weight: 600;
    border-radius: 6px;
    outline: 0;
    font-size: 12px;
    -webkit-background-size: 12px;
    background-repeat: no-repeat;
    background-position: 5.2% center;
    -webkit-background-size: 5%;
    background-size: 5%;
    text-align: left!important;
}

div#banner-principal div.search-form.sticked span.gps {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 1.5rem;
    color: var(--main-grey-color);
    z-index:99;
}

div#banner-principal div.search-form.sticked:hover span.gps {
    color: var(--main-color);
}



/***********************
**** TOP BAR MINI ****
************************/

/****  ****/



div#banner-principal div.top-bar-header.mini {
    position: fixed;
    top: 0px;
    left: 10%;
    width: 100%;
    min-height: 120px;
    z-index: 9999;
    padding-top:10px;
    animation: revealScaleUp 0.75s 0s ease both 1;
}

div#banner-principal div.top-bar-header.mini div.site-logo-inside {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px 0px 0px 0px;
    width: 40%;
    height: auto;
}



div#banner-principal div.top-bar-header.mini div.sentence {
    padding-top: 0px;
    left: 20px;
    width: 100%;
    display:none;

}

div#banner-principal div.top-bar-header.mini div.sentence span {
    font-size: 1.2rem;
    color: var(--second-color);
}

div#banner-principal div.search-form.sticked {
    top: 0px;
}

div#banner-principal div.search-form.sticked .header_form input[type=text] {
  float:lefT;
  margin-left:8px;
  width: 65%;
  padding-left:30px;
  font-size:12px;
}

div#banner-principal div.search-form.sticked .header_form input[type=submit] {
  text-align:center;
  float:left;
  position: relative;
  padding: 8px 4px;
  width: 24%;
  left: auto;
  font-size:10px;
  margin-left:10px;
}

div#banner-principal div.search-form.sticked span.gps {
    position: absolute;
    left: 14px;
    bottom: -35px;
    font-size: 1.5rem;
    color: var(--main-grey-color);
}



div#footer div.footer-insider input.subscribe-button {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--main-color);
    border: 1px solid #bababa;
    box-shadow: 0 0 3px #636363;
    transition: ease-in-out, width 1s ease-in-out;
}


/* Booking section */

div.booking-body div#booking-form {
    position: relative;
    width: 90%;
    left:5%;
}

div.btn-next {
    width:100%;
    text-align: center;
}

div.container-frames {
  width:100%;
}
div.container-frames span.btn {
    min-width: 120px;
    font-size:0.8rem;
}

div.booking-body div#booking-form .btn-step {
    background: #ededed;
    color: var(--main-color);
    border-radius: 0;
    border: 0;
    position: relative;
    padding: 10px 40px 10px 10px;
    line-height: 1em;
    border: #fff solid .2em;
}

div.booking-body div#booking-form .btn-step.selected {
    background: #ededed;
    color: var(--main-color);
    border-radius: 0;
    border: 0;
    position: relative;
    padding: 10px 40px 10px 40px;
    line-height: 1em;
    border: #a3bea1 solid .2em;
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
}

div.booking-body div#booking-form .btn-step div.number {
    position: absolute;
    bottom: 0;
    left: 0%;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
    background: #fff;
    width: 80px;
    height: 36px;
    border: 1px solid #d5dfe6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.booking-body div#booking-form .btn-step span.step-text {
    position: relative;
    font-size: 1rem;
    text-align: right;
}
div.booking-body div#booking-form .btn-step.selected span.step-text {
    position: relative;
    font-size: 1rem;
    text-align: right;
}

/* PAGEs */

.tm-page-col-left.dont-show-mb {
  display:none;
}

.tm-page-col-right.pd-40-mb {
  padding: 0px 40px;
}

.pd-40-mb {
  padding: 0px 40px;
}

div.after-footer div {
  text-align:center!important;
}

div.frequency-radio {
    margin-right: 0px;
    margin-left:10px;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 180px!important;

}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 30px!important;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 40px!important;
    text-align: right;
}

/* OVERLAY MENU */

.overlay nav {
  position: relative;
  display:block;
  height: auto;
  top: 0px;
  /* transform: translateY(-0%); */
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
}


.overlay ul li a {
  font-size:1rem;
  display: block;
  position: relative;
  color: #18404d;
  text-decoration: none;
  overflow: hidden;
}

.overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.98);
  top: 0;
  left: 8%;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s, visibility .35s, height 1s;
  overflow: hidden;
  z-index:99999;
  /* padding-left:10%; */
}


.overlay nav.img-logo {

}

.overlay nav.img-logo img {
  width:200px;
}



.overlay .nav-title {
    font-size: 2rem;
    top: 2%;
}

.overlay nav.top-40 {
    margin-top: 15px;
}

.overlay nav.top-80 {
  margin-top: 20px;
}

.overlay ul li.social {
    display: block;
    position: relative;
    opacity: 0;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-left: 0px;
}



  div.page-body {
    max-width: 85%!important;
    min-width: 80%!important;
    font-size:14px;
  }


  div.loading-message {
    min-height: 80vh!important;
    font-size: 1.5rem;
  }

/* CLOSING */
} /* CLOSING MEDIA */



/* MEDIA QUERIES SPECIALS */
@media screen and (max-height: 578px){
  /* OVERLAY MENU */

  .overlay nav {
    position: relative;
    display:block;
    height: auto;
    top: 0px;
    /* transform: translateY(-0%); */
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
  }


  .overlay ul li a {
    font-size:1rem;
    display: block;
    position: relative;
    color: #18404d;
    text-decoration: none;
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    background: rgba(255, 255, 255, 0.98);
    top: 0;
    left: 8%;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s, visibility .35s, height 1s;
    overflow: hidden;
    z-index:99999;
    /* padding-left:10%; */
  }


  .overlay nav.img-logo {

  }

  .overlay nav.img-logo img {
    width:160px;
  }

  .overlay nav.top-80 {
    margin-top: 30px;
  }

  /* Navigation Title */
  .overlay .nav-title {
    width:100%;
    font-size: 1.3rem;
    color: #429641;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    /* left: 50%; */
    /* transform: translate(-50%); */
    top: 3%;
  }

  div.loading-message {
    min-height: 80vh!important;
    font-size: 1.5rem;
  }

  .pd-mb-0 {
    padding-left:0px!important;
    padding-right:0px!important;
  }

}
