@charset "UTF-8";
/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*dejar un sólo mes visible en la barra bajo el header de apointment rapido*/
.datepick-popup .datepick-month.first {
  width: 100% !important;
}

.datepick-popup .datepick-month.last {
  display: none;
}

p.mphb-check-in-date-wrapper label {
  font-size: 18px;
  font-weight: bold;
}

p.mphb-check-out-date-wrapper label {
  font-size: 18px;
  font-weight: bold;
}

p.mphb-rooms-quantity-wrapper.mphb-rooms-quantity-single {
  margin-top: 24px;
}

input.button.mphb-button.mphb-confirm-reservation {
  width: 30%;
  margin: auto !important;
}

@media (max-width: 921px) {
  .uagb-block-360d083e .uagb-ifb-title {
    font-size: 56px;
  }

  .ast-builder-grid-row {
    grid-column-gap: 0px !important;
  }

  .mphb-rooms-quantity-wrapper .mphb-rooms-quantity-single {
    margin-top: 24px;
  }
}
.mphb-price-breakdown-rate,
.mphb-price-breakdown-adults,
.mphb-price-breakdown-children {
  display: none;
}

.ast-scroll-to-top-right {
  right: 30px;
  bottom: 10px !important;
}

.mphb_sc_checkout-submit-wrapper {
  text-align: center;
  /* centra todo lo que hay dentro del p */
}

.mphb-price-breakdown-title,
.mphb-reservation-submitted-title {
  font-size: 32px !important;
}

@media (max-width: 921px) {
  .mphb-price-breakdown-title,
.mphb-reservation-submitted-title {
    font-size: 28px !important;
  }

  .uagb-block-360d083e .uagb-ifb-title-prefix {
    font-size: 28px !important;
  }

  .mphb_sc_availability_calendar-wrapper.calendario-fila-1 .datepick.mphb-datepicker-light-blue {
    display: none;
  }
}
@media (max-width: 544px) {
  .mphb-price-breakdown-title,
.mphb-reservation-submitted-title {
    font-size: 22px !important;
  }

  .mphb_sc_booking_form-wrapper.is-style-horizontal-form form {
    row-gap: 16px;
    column-gap: 16px;
  }

  .mphb_sc_booking_form-wrapper.is-style-horizontal-form form > * {
    width: 32%;
  }

  input.button.mphb-button.mphb-confirm-reservation {
    width: 100%;
    margin: auto !important;
  }

  p.mphb-check-in-date-wrapper label {
    font-size: 16px;
    font-weight: bold;
  }

  p.mphb-check-out-date-wrapper label {
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .mphb_sc_availability_calendar-wrapper.calendario-fila-1 .datepick.mphb-datepicker-light-blue {
    display: block;
    width: 100% !important;
  }

  .mphb_sc_availability_calendar-wrapper.calendario-fila-2 {
    display: none;
  }
}
/*estilos formulario de reserva bajo el header*/
input.mphb-reserve-btn.button {
  padding: 15px 0px !important;
}

/*estilos calendario*/
.mphb_sc_availability_calendar-wrapper .datepick.datepick-multi.mphb-datepicker-light-blue {
  width: 100% !important;
}
.mphb_sc_availability_calendar-wrapper .datepick-month-header {
  background-color: #769FD9 !important;
}
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-selected-date--check-in {
  background-color: #769FD9 !important;
}
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-booked-date {
  background-color: #B5D1E1;
}
.mphb_sc_availability_calendar-wrapper .mphb-calendar .datepick-ctrl .mphb-calendar__selected-dates {
  width: 90%;
}

/*ocultar mensaje de Hola a usuario en página de checkout*/
.mphb-login-form-wrap {
  display: none;
}

/*ocultar nombre de alojamiento en página de checkout*/
.mphb-room-number {
  display: none;
}

/*ocultar titulos en pagina de checkout*/
.mphb-room-type-title {
  display: none;
}

.mphb-guest-name-wrapper {
  display: none;
}

/*color de fondo de linea de precio total*/
.mphb-price-breakdown-total {
  background-color: #769FD9 !important;
}

/*estructura de formulario del checkout*/
@media (min-width: 991px) {
  section#mphb-customer-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  section#mphb-customer-details p {
    width: 50%;
  }

  section#mphb-customer-details input {
    width: 90%;
  }

  section#mphb-customer-details select {
    width: 90%;
  }

  section#mphb-customer-details .mphb-customer-note {
    width: 100%;
  }

  section#mphb-customer-details .mphb-required-fields-tip {
    width: 100%;
  }
}
@media (max-width: 834px) {
  #mphb-customer-details {
    display: block;
  }

  .mphb-required-fields-tip {
    grid-column: span 12;
  }

  .mphb-customer-name {
    grid-column: span 12;
  }

  #mphb_first_name {
    width: 100%;
  }

  .mphb-customer-last-name {
    grid-column: span 12;
  }

  #mphb_last_name {
    width: 100%;
  }

  .mphb-customer-email {
    grid-column: span 12;
  }

  #mphb_email {
    width: 100%;
  }

  .mphb-customer-phone {
    grid-column: span 12;
  }

  #mphb_phone {
    width: 100%;
  }

  #mphb_country {
    width: 100%;
  }

  .mphb-customer-note {
    grid-column: span 12;
  }

  .mphb-calendar .datepick-ctrl .mphb-calendar__selected-dates {
    width: 80%;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-widget-area[data-section=sidebar-widgets-header-widget-1] {
  display: block;
  width: 100%;
  padding: 0px;
}

.mphb_sc_booking_form-wrapper.is-style-horizontal-form form > * {
  margin-bottom: 0px;
}

tr.mphb-price-breakdown-booking.mphb-price-breakdown-group {
  display: none;
}

/*quitrar el primer total de la pagina de confirmacion*/
.mphb-price-breakdown-accommodation-total {
  display: none;
}

/*ajustar textos de check in y checkout*/
p.mphb-check-in-date-wrapper label {
  font-size: 16px;
}

p.mphb-check-out-date-wrapper label {
  font-size: 16px;
}

.mphb_sc_availability_calendar-wrapper.calendario-fila-1 .datepick.mphb-datepicker-light-blue {
  display: none;
}

.oculta {
  display: none;
}

@media (max-width: 767px) {
  .mphb_sc_availability_calendar-wrapper.calendario-fila-1 .datepick.mphb-datepicker-light-blue {
    display: block;
    width: 100% !important;
  }

  .mphb_sc_availability_calendar-wrapper.calendario-fila-2 {
    display: none;
  }
}
.mphb_sc_checkout-form #mphb-booking-details {
  background-color: #FFFFFF;
  border: solid 1px #e2e8f0;
  margin-top: 4em;
  padding: 32px 15px 32px 15px;
  margin-bottom: 32px;
  color: #000000;
}
.mphb_sc_checkout-form #mphb-booking-details .mphb-booking-details-title {
  color: #000000;
  font-family: "Lora", serif;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .mphb_sc_checkout-form #mphb-booking-details .mphb-booking-details-title {
    margin-bottom: 50px;
  }
}
.mphb_sc_checkout-form #mphb-price-details {
  background-color: #FFFFFF;
  border: solid 1px #e2e8f0;
  padding: 32px 15px 32px 15px;
}
.mphb_sc_checkout-form #mphb-customer-details {
  background-color: #FFFFFF;
  border: solid 1px #e2e8f0;
  padding: 32px 15px 32px 15px;
}
.mphb_sc_checkout-form .mphb-reserve-rooms-details {
  margin-top: 42px;
}
.mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser {
  width: 100%;
}
@media (min-width: 992px) {
  .mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
  }
}
.mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-room-details .mphb-children-chooser {
  width: 100%;
}
@media (min-width: 992px) {
  .mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-room-details .mphb-children-chooser {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
  }
}
.mphb_sc_checkout-form .mphb-total-price {
  font-size: 20px;
}
.mphb_sc_checkout-form .mphb-total-price .mphb-total-price-field {
  font-size: 28px;
}
.mphb_sc_checkout-form .mphb-errors-wrapper {
  padding: 10px;
  color: #FFFFFF;
  background-color: red;
}
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept [type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  color: #769FD9;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
  display: inline-block !important;
  margin-right: 12px;
}
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept [type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept [type=checkbox]:checked {
  background-color: currentcolor;
}
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept [type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept [type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept [type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept [type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
.mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-title {
  color: #000000;
  font-family: "Lora", serif;
  font-size: 24px;
}
.mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-nights {
  background-color: #769FD9;
  color: #FFFFFF;
}
.mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-dates {
  background-color: #EEEEEE;
  color: #374c6c;
}

.page-id-1988 .site-below-header-wrap {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
