body {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-weight:  700;
    font-family: 'Lato', sans-serif;
    color: #4b5767;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 1.8rem;
  }
}

h2 {
    font-weight:  700;
    font-family: 'Lato', sans-serif;
    color: #4b5767;
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}

h3 {
    font-weight:  700;
    font-family: 'Lato', sans-serif;
    color: #4b5767;
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.3rem;
  }
}

h3.blue {
    font-weight:  700;
    font-family: 'Lato', sans-serif;
    color: #2c7ce5;
}

h4 {
    font-weight:  700;
    font-family: 'Lato', sans-serif;
    color: #4b5767;
}

h5 {
    font-size: 1.0rem;
    font-weight:  700;
    font-family: 'Lato', sans-serif;
    color: #4b5767;
}

h6 {
    font-size: 1.0rem;
    font-weight:  700;
    font-family: 'Lato', sans-serif;
    color: #4b5767;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #343a40;
}

p {
    font-size: 1.0rem;
    line-height: 1.4;
    color: #4b5767;
}

p.small {
    font-size: 0.875rem;
    color: #4b5767;
}

p.getaquote {
    font-size: 1.2rem;
    font-weight: 700;
}

a.textlink {
    color: #0560f8;
    text-decoration: underline;
}

a.textlink:hover {
    text-decoration: none;
}

li {
    font-size: 1.0rem;
    color: #4b5767;
}

.alert-info {
  color: #0e616e;
  background-color: #E1EDFB;
  border-color: #D2E3F9;
}

/* --- BUTTONS ---*/

.btn {
    letter-spacing: 0.2px;
}

.btn-success {
    font-weight: 700;
    font-size: 1.1rem;
}

.btn-grad {
    font-weight: 700;
    font-size: 1.1rem;
}

.btn-primary {
    font-weight: 700;
    font-size: 1.1rem;
}

.btn-dark {
    font-weight: 700;
    font-size: 1.0rem;
}

.btn-warning {
    font-size: 0.875rem;
}

.btn-dest {
    background-color: #0560f8; /* replace with your navbar blue if different */
    color: #ffffff;
    font-weight: 700;
    font-size: 1.0rem;
    border: none;
    transition: background-color 0.2s ease;
}

.btn-dest:hover {
    background-color: #0251d6; /* slightly lighter on hover */
    color: #ffffff;
    text-decoration: none;
}

/* --- END BUTTONS ---*/

.border {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.border-dashed {
    border-style: dashed !important;
    border-width: 2px !important;
}

.border-solid {
    border-width: 2px !important;
}

/* --- NAVBAR ---*/
.navbar-dark {
    background-color: #0560f8;
}
.navbar-brand {
    font-size: 1.6rem;
    font-weight: 900;
}
.navbar-nav .nav-link {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 64px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .dropdown-menu .dropdown-item {
    color: #4b5767 !important;
}
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    color: #4b5767 !important;
    background-color: #f8f9fa !important;
}
@media (min-width: 992px) {
    .navbar-nav .nav-link:not(.dropdown-item):hover,
    .navbar-nav .nav-link:not(.dropdown-item):active {
        color: #ffffff !important;
        text-decoration: underline;
    }
}
@media (max-width: 991.98px) {
    .navbar-collapse .nav-link {
        color: #4b5767 !important;
        line-height: 2.5rem;
    }
    .navbar-collapse .nav-link:hover,
    .navbar-collapse .nav-link:active {
        color: #4b5767 !important;
        text-decoration: underline;
    }
}

.dropdown-divider {
    border-top-color: #4b5767 !important;
    margin-left: 1rem;
    margin-right: 1rem;
}

/* --- END NAVBAR ---*/

/* --- TRUST BAR ---*/

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 12px;
  font-size: 1.0rem;
  color: #4b5767;
  justify-content: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.trust-item i {
  color: #28a745; /* green check */
  font-size: 1.0rem;
}

@media (max-width: 768px) {
  .trust-bar {
    gap: 8px 14px;
    margin-top: 10px;
    font-size: 1.0rem;
  }

  .trust-item {
    line-height: 1.2;
  }

  .trust-item i {
    font-size: 14px;
  }
}

/* --- INTRO ---*/

.searchbox {
    background-color: #dae1eb;
    box-shadow: 1.5px 3.0px 3.0px hsl(0deg 0% 0% / 0.45);
}

/* --- END INTRO ---*/


/* --- BREADCRUMBS ---*/

.breadcrumbs {
  font-size: 1.0rem;
  color: #6c757d;
}
.breadcrumbs a {
  color: #0d6efd;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .current {
  color: #6c757d;
}

/* --- END BREADCRUMBS ---*/

.card a {
    font-size: 1.0rem;
}

/* --- GET A QUOTE ---*/

.form-label {
    color:  #333333;
    font-weight: 700;
}

.form-select { 
    border: 2px solid #d2d9e2;
}

/* --- END GET A QUOTE ---*/

/* --- INTROPARA ---*/

.intropara p {
    font-size: 1.1rem;
}

/* --- END INTROPARA ---*/

.bg-main {
    background-color: #eff2f5;
}

/* --- WHY BOOK ---*/

.benefits {
    background-color: #b0b0b0;
}

/* --- END WHY BOOK ---*/

.bravo {
    background-color: #e9eef5;
}

.tranquilidad {
    background-color: white;
    color: #0560f8;
    font-weight: bold;
    padding: 3px 4px;
    border-radius: 4px;
}

.tranquilidad-large {
    background-color: white;
    color: #0560f8;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 6px;
    border: 1px solid #0560f8;
}

.ekomi-wrapper {
  text-align: center;         /* Centers inline/inline-block content */
  display: block;
  margin: 0rem auto;        /* Adds space and centers block elements */
  width: 100%;                /* Ensures it behaves responsively */
}

.ekomi-wrapper > div {
  display: inline-block;      /* Forces widget to respect text-align:center */
  vertical-align: middle;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 4:3 aspect ratio */
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --- FAQ ---*/

.accordion {
    font-size: 1.0rem;
    color: #4b5767;
}

.accordion-button {
    font-size: 1.0rem;
    color: #4b5767;
}

.accordion-body {
    font-size: 1.0rem;
}


.faq {
    background-color: #e9eef5;
    font-size: 0.9rem;
}

/* --- END FAQ ---*/

/* --- FAQ2 ---*/

.faq2 .accordion-header {
    padding-top: 0;
}

.faq2 .accordion-button {
    color: #333333;
    font-size: 1.0rem;
    padding:  0.75rem 0.75rem;
}

.faq2 .accordion-button:not(.collapsed) {
    color: #333333  !important;
    background-color: #ffffff !important;
}

.faq2 .accordion-button:not(.collapsed) {
    color: #333333  !important;
    background-color: #e9eef5 !important;
}

.faq2 .accordion-button:focus {
    z-index: 3;
    border-color: #FFF !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #fff !important;
}

.faq2 {
    background-color: #ffffff;
    font-size: 0.9rem;
}

/* --- END FAQ2 ---*/

.process p {
    font-size: 1.1rem;
}

/* --- QUOTE INTRO ---*/

.quoteintro .quotebox {
    background-color: #e9eef5;
}

.quoteintro .btn-vehicle {
    background-color: #e9eef5 !important;
    border-color: #e9eef5 !important;
    border-radius: 0;
}
.quoteintro .btn-vehicle:hover {
    background-color: #d9e0e9 !important;
    border-color: #d9e0e9 !important;
}

.quoteintro .btn-vehicle {
    font-weight: 700;
    font-size: 0.875rem;
    color: #4b5767;
}

.quoteintro .btn-vehiclechosen {
    background-color: #0560f8 !important;
    border-color: #0560f8 !important;
    border-radius: 0;
}
.quoteintro .btn-vehiclechosen:hover {
    background-color: #0560f8 !important;
    border-color: #0560f8 !important;
    border-radius: 0;
}

.quoteintro .btn-vehiclechosen {
    font-weight: 700;
    font-size: 0.875rem;
    color: #ffffff;
}

.quoteintro .list-group-item {
    font-size: 1.0rem;
    color: #0560f8;
}

.quoteintro .list-inline-item {
    font-size: 1.0rem;
    color: #0560f8;
}

.quoteintro .list-group-icon-primary-bg i {
    margin-right: 4px !important;
}

.quoteintro .explainer {
    border: 2px solid #e4eaf2;
}

.quoteintro .save {
    background-color: #e9eef5;
}

.quotebox-sin {
    background-color: #e4f2e1;
}

.quotebox-con {
    background-color: #f2eace;
}

.quoteintro .list-group-item {
    font-size: 1.0rem;
    font-weight: 700;
    color: #4b5767;
}

/* --- END QUOTE INTRO ---*/

/* --- QUOTE ---*/

.quote {
    background-color: #eff2f5;
}

.quote p {
    line-height: 1.35;
    font-size: 0.875rem;
    color: #4b5767;
}

.quote .vehiclebox {
    background-color: #ffffff;
}

.quote .priceboxzero {
    display: inline-block;
    background-color: #e4f2e1;
}

.quote .priceboxff {
    display: inline-block;
    background-color: #f2eace;
}

.quote .price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0560f8;
}

.quote .pounds {
    font-size: 0.875rem;
}

.red-strong {
    color:  #cc3300;
    font-weight: 700;
}

.quote .card {
    background-color: #ffffff;
    border: 0px
}
.quote .extrastitle {
    color: #4b5767;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin: 0.25rem 0 0.5rem 0;
    padding: 0.125rem;
}

.quote .vehiclebox p.smalldiscount {
    color: #ffffff;
    background-color: #2c7ce5;
    font-size: 0.8rem;
    line-height: 1.3;
    padding: 0rem;
}

.quote .btn-success {
    font-weight: 700;
    font-size: 1.0rem;
}

/* --- END QUOTE ---*/

/* --- BOOKING ---*/

.booking {
    background-color: #eff2f5;
}

.bookingbox {
    background-color: #ffffff;
}

.booking .vehiclebox {
    background-color: #ffffff;
}

.booking .priceboxzero {
    display: inline-block;
    background-color: #e4f2e1;
}

.booking .priceboxff {
    display: inline-block;
    background-color: #f2eace;
}

.booking .price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0560f8;
}

.booking p {
    line-height: 1.35;
}

.red-strong {
    color:  #cc3300;
    font-weight: 700;
}

.booking .card {
    background-color: #ffffff;
    border: 0px
}

.booking p.card-title {
    font-size: 0.875rem;
    color: #4b5767;
}

.booking p.card-text{
    font-size: 0.875rem;
    color: #4b5767;
}

.booking .extrastitle {
    color: #4b5767;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin: 0.25rem 0 0.5rem 0;
    padding: 0.125rem;
}

.booking .list-group-item {
    font-size: 1.0rem;
    font-weight: 700;
    color: #4b5767 !important;
}

.booking .return {
    background-color: #ffffff;
}

/* --- END BOOKING ---*/

/* --- BOOKINGFORM ---*/

.bookingform {
    background-color: #eff2f5;
}

.bookingform .formbox {
    color: #4b5767;
    background-color: #ffffff;
}

.bookingform .formsection {
    padding: 0.5rem 1.0rem 0.5rem 1.0rem;
}

.bookingform .formtitle {
    color: #4b5767;
    font-size: 0.875rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin: 0rem;
    padding: 0.25rem;
}

.bookingform .col-form-label-sm {
    color: #4b5767;
    font-size: 0.875rem;
}

.bookingform .form-text {
    color: #4b5767;
    font-size: 0.875rem;
}

.bookingform .form-check.form-check-inline {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 0.5rem;
}

/* --- END BOOKINGFORM ---*/

.newbookingform .quotebox {
    background-color: #e9eef5;
}

.newbookingform .quotebox p {
    font-size: 0.875rem;
}

.newbookingform .vehiclebox {
    background-color: #ffffff;
}

.newbookingform .vehiclebox p {
    font-size: 0.875rem;
}

.newbookingform .titlebox {
    background-color: #0560f8;
} 
.newbookingform .titlebox p {
    font-size: 1.0rem;
    color: #ffffff;
    font-weight: 700;
}

.newbookingform .formbox {
    color: #4b5767;
    background-color: #e9eef5;
}

.newbookingform .formtitle {
    color: #4b5767;
    font-size: 1.0rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin: 0rem;
    padding: 0.25rem;
}

.newbookingform .col-form-label-sm {
    color: #4b5767;
    font-size: 1.0rem;
}

.newbookingform .form-text {
    color: #4b5767;
    font-size: 1.0rem;
}

.newbookingform .form-check-label {
    color: #4b5767;
    font-size: 1.0rem;
}

.newbookingform .form-check.form-check-inline {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 0.5rem;
}

.newbookingform .price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0560f8;
}

.newbookingform ul {
    list-style: none;
    padding-left: 0;
}

.newbookingform .list-group-item {
    font-size: 0.875rem;
    font-weight: 700;
    color: #4b5767;
}

.newbookingform p {
    font-size: 1.0rem;
}

/* --- NEWBOOKINGFORM ---*/

/* --- END BOOKINGFORM ---*/

/* --- SUBMIT ---*/

.submit {
    background-color: #eff2f5;
}

.submit-new {
    background-color: #ffffff;
}

/* --- MAIN ---*/

.main .formbox {
    color: #4b5767;
    background-color: #e4eaf2;
}

.main p {
    font-size: 1.1rem;
}


/* --- END MAIN ---*/

.accordion {
    font-size: 1.1rem;
    color: #4b5767;
}

.accordion-button {
    font-size: 1.0rem;
    color: #4b5767;
}

li.normal {
    font-size: 1.0rem;
    color: #4b5767;   
}

/* --- FOOTER ---*/

.footer {
  margin-top: 0;
  padding-top: 2rem;
}

.footer {
    background-color: #dbe1ea;
}

.footer h3 {
    color: #2c7ce5;
    font-weight: 900;
}

.footer p {
    font-size: 0.875rem;
}

.footer a {
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
}

.footer-bottom {
    background-color: #d9e0e9;
}

.footer-bottom p {
    font-size: 0.875rem;
}

.footer-bottom a {
    text-decoration: underline;
}

.footer-bottom a:hover {
    text-decoration: none;
}


/* "¿Tienes una consulta?" popup trigger — bottom-right, fixed on scroll */
.wa-query-btn {
  position: fixed;
  right: 20px;
  /* Flat offset, no env(safe-area-inset-bottom) — that value isn't constant
     on iOS Chrome (it changes as the browser's own toolbar collapses/
     expands), which made this button drift up and down relative to
     OneTrust's floating icon (which uses a flat bottom: 10px with no
     safe-area adjustment). Matching OneTrust's approach keeps them level. */
  bottom: 20px;
  z-index: 1040; /* below Bootstrap modals (1050+), above page content */
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.1rem;
  border: none;
  border-radius: 999px;
  background-color: #25D366;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.wa-query-btn:hover,
.wa-query-btn:focus {
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.wa-query-btn i { font-size: 1.1rem; }
/* Subtle pulse ring to draw the eye without being annoying */
.wa-query-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  animation: wa-pulse 2.5s infinite;
}
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
  70%  { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .wa-query-btn::before { animation: none; }
}
/* If you use a bottom cookie/consent banner (OneTrust), lift the button
   above it while the banner is visible. OneTrust adds a body class you
   can target — adjust the selector if yours differs. */
body.onetrust-banner-visible .wa-query-btn {
  bottom: 90px;
}
@media (max-width: 575.98px) {
  .wa-query-btn {
    right: 16px;
    bottom: 16px;
    font-size: 0.85rem;
    padding: 0.6rem 0.9rem;
  }
}

/* Modal WhatsApp icon */
.wa-modal-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 0.75rem;
}
