@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Lato:400,900');
@import url('https://fonts.googleapis.com/css?family=Taviraj:wght@400,700,900&display=swap');
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section {
    padding: 40px 0 !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section {
    padding: 40px 0 !important;
  }
}
section#topbar .container .num-tel {
  color: #cad1bc;
  margin-right: 15px;
}
section#topbar .container .num-tel:hover {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffb03b;
}
#header .container .logo .url-logo {
  font-size: 25px;
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #header .container .logo .url-logo {
    font-size: 20px;
  }
}
#header .container .logo .url-logo .img-fluid {
  max-height: 50px !important;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #header .container .logo .url-logo .img-fluid {
    max-height: 35px !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .mobile-nav ul .book-a-table a {
    margin: 20px 10px 0px 10px;
    width: 80%;
    padding: 10px 100px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .mobile-nav ul .book-a-table a {
    margin: 20px 10px 0px 10px;
    width: 80%;
    padding: 10px 100px;
  }
}
section#tulum .container .row .img-bg-tulum {
  background-image: url(./assets/img/vicval-tours-tulum-0001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#tulum .container .row .img-bg-tulum {
    height: 200px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#tulum .container .row .img-bg-tulum {
    height: 200px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#tulum .container .row .flex-column .content .title-tulum {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#tulum .container .row .flex-column .content .title-tulum {
    margin-top: 20px;
  }
}
section#tulum .container .row .flex-column .content .servicios-list {
  padding-left: 10px;
}
section#tulum .container .row .flex-column .content .servicios-list li {
  list-style-type: none;
}
section#tulum .container .row .flex-column .content .servicios-list li .icofont-check-circled {
  color: #ffb03b;
}
section#cenote .container .row .img-bg-cenote {
  background-image: url(./assets/img/vicval-cenote-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#cenote .container .row .img-bg-cenote {
    height: 200px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#cenote .container .row .img-bg-cenote {
    height: 200px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#cenote .container .row .flex-column .content .title-cenote {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#cenote .container .row .flex-column .content .title-cenote {
    margin-top: 20px;
  }
}
section#cenote .container .row .flex-column .content .servicios-list {
  padding-left: 10px;
}
section#cenote .container .row .flex-column .content .servicios-list li {
  list-style-type: none;
}
section#cenote .container .row .flex-column .content .servicios-list li .icofont-check-circled {
  color: #ffb03b;
}
section#cenote .container .row .order-1 {
  order: 2;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#cenote .container .row .order-1 {
    order: 1;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#cenote .container .row .order-1 {
    order: 1;
  }
}
section#cenote .container .row .order-2 {
  order: 1;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#cenote .container .row .order-2 {
    order: 2;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#cenote .container .row .order-2 {
    order: 2;
  }
}
section#traslados .container .row .carousel-tranfer {
  border-radius: 10px;
  background-image: url(./assets/img/vicval-cenote-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
form#form_contact-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.12);
  padding: 30px;
  background: #fff;
}
form#form_contact-form .frm_submit {
  text-align: center;
}
form#form_contact-form .frm_submit .frm_button_submit {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
form#form_contact-form .frm_submit .frm_button_submit:hover {
  background: #ffa012;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#hero-store {
  padding: 140px 0;
  background-image: url(./assets/img/vicval-cenote-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#hero-store .container .store-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-store .container .store-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-store .container .store-title {
    font-size: 35px;
  }
}
section#hero-billing {
  padding: 140px 0;
  background-image: url(./assets/img/vicval-cenote-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#hero-billing .container .store-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#hero-billing .container .store-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#hero-billing .container .store-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  section#tours .container article .entry-header .entry-title {
    font-size: 1.5rem !important;
    font-weight: 600;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#tours .container article .entry-header .entry-title {
    font-size: 1.5rem !important;
    font-weight: 600;
  }
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ffb03b !important;
  font-size: 1.25em;
  font-weight: 600;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #ffb03b !important;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    width: 100%;
  }
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #ffa012 !important;
}
.woocommerce .woocommerce-checkout #customer_details {
  float: left;
  width: 60%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .woocommerce .woocommerce-checkout #customer_details {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .woocommerce .woocommerce-checkout #customer_details {
    width: 100%;
  }
}
.woocommerce .woocommerce-checkout #customer_details .col-1 {
  max-width: 100% !important;
  width: 100% !important;
}
.woocommerce .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  display: block;
}
.woocommerce .woocommerce-checkout #customer_details .col-2 {
  max-width: 100% !important;
  width: 100% !important;
}
.woocommerce .woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
  display: block;
}
.woocommerce .woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce .woocommerce-checkout #order_review {
  float: left;
  width: 40%;
  padding: 10px;
  padding-top: 0;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .woocommerce .woocommerce-checkout #order_review {
    width: 100%;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .woocommerce .woocommerce-checkout #order_review {
    width: 100%;
    padding-top: 30px;
  }
}
.woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box #stripe-payment-data .woocommerce-SavedPaymentMethods {
  padding-left: 0;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box #stripe-payment-data .woocommerce-SavedPaymentMethods {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box #stripe-payment-data .woocommerce-SavedPaymentMethods {
    padding-left: 30px;
  }
}
.woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box #stripe-payment-data #wc-stripe-cc-form .form-row {
  padding: .3em !important;
  display: block;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box #stripe-payment-data #wc-stripe-cc-form .form-row {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box #stripe-payment-data #wc-stripe-cc-form .form-row {
    width: 100%;
  }
}
#footer .container .logos-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  #footer .container .logos-footer {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #footer .container .logos-footer {
    grid-template-columns: 1fr;
  }
}
#footer .container .logos-footer .col-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  #footer .container .logos-footer .col-logos {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #footer .container .logos-footer .col-logos {
    margin-bottom: 30px;
  }
}
#footer .container .logos-footer .col-logos .img-logos {
  width: 80%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  #footer .container .logos-footer .col-logos .img-logos {
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #footer .container .logos-footer .col-logos .img-logos {
    width: 50%;
  }
}
#footer .container .social-links p {
  margin-bottom: 15px;
}
