:root {
    --blue-modena: #263241;
    --red-modena: #db0615;
    --gray-1: #e5e5e5;
    --sun-gray: #a9a9a9;
    --blue-gray: #80808D;
    --white-gray: #f2f2f2;
    --black-1: #121820;
    --black-2: #000000;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}

.top-bar {
    background: var(--white-gray);
    height: 44px;
}

.text-modena {
    color: var(--red-modena);
}

.main-nav {
    background: var(--blue-modena);
    padding: 0.625rem 6.25rem;

}

.nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
}


.btn-primary {
    background-color: var(--red-modena);
    border-color: var(--red-modena);
}

.btn-primary:hover {
    background-color: #c30513;
    border-color: #c30513;
}



.footer {
    background: var(--blue-modena);
    color: #ffffff;
}

.footer-content {
    padding: 40px 0;
}

.logo {
    width: 188px;
    height: 63px;
}

.social-icons {
    gap: 9px;
}

.icon-wrapper {
    width: 40px;
    height: 40px;
    padding: 8px;
}

.footer-info {
    font-family: Roboto, sans-serif;
    font-size: 15px;
}

.contact-details {
    margin-top: 44px;
    font-weight: 700;
}

.explore-links {
    font-weight: 400;
}

.link-item {
    margin-top: 2px;
    padding-top: 2px;
}

.link-item a:hover {
    color: var(--red-modena) !important;
}

.footer-header {
    font-size: 19px;
    font-weight: 500;
}

.footer-bottom {
    border-top: 1px solid var(--blue-gray);
    color: var(--blue-gray);
    padding: 19px 0 20px;
    font-weight: 500;
    font-size: 13px;
}

.fa-info {
    cursor: pointer;
    font-size: 12px;
}

.inclusions {
    background: var(--white-gray);
    border-radius: 0.1875rem;
    padding: 0.875rem;
    margin-top: 1.0625rem;
}

@media (max-width: 991px) {

    .top-bar,
    .main-nav {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .booking-section {
        margin: 1.25rem;
    }

    .footer-content {
        padding: 40px 20px;
    }

    .contact-details {
        margin-top: 40px;
    }
}



.award-item img {
    max-height: 200px;
    max-width: 100%;
}

.award-item {
    text-align: left;
    border: 1px solid #efefef;
    border-radius: 2px;
}

.btn-default {
    background: #ED3237;
    color: rgb(255, 255, 255) !important;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px 20px;
    -webkit-appearance: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.mt10 {
    margin-top: 10px;
}

.col-form-label,
.text-uppercase {
    color: black;
}

.title_result {
    font-family: Roboto;
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
}

.text-inclusions {
    font-family: Roboto;
    font-weight: 400;
    font-size: 10.5px;
    text-align: center;
}

.title_inclusions {
    font-family: Roboto;
    font-weight: 700;
    font-size: 11.25px;
    text-align: center;
}

.dos-lineas {
    height: auto;
}



.mobile-container {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 16px 20px 20px 20px;

    margin: 0 auto;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23F2F2F2' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  border: none;
}

.navbar-toggler.active .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23F2F2F2' stroke-width='2' stroke-linecap='round' d='M5 5L25 25M5 25L25 5'/%3E%3C/svg%3E");
}

@media (max-width: 600px) {
    .desktop-container {
        display: none !important;
    }

    .mobile-container {
        display: block !important;
    }

    .navbar-overlay-mobile {
        position: absolute;
        top: 73px;
        left: 0;
        right: 0;
        z-index: 1050;
        overflow-y: auto;
        background-color: var(--blue-modena);
    }
}

@media (min-width: 601px) {
    .mobile-container {
        display: none !important;
    }

    .desktop-container {
        display: block !important;
    }

    .dos-lineas {
        height: 56px;
    }

    .dropdown-menu-currency{
        background:var(--blue-modena);
        text-align: center;
    }

    .dropdown-menu-currency li {
        margin-bottom: 10px !important; 
    }

    .dropdown-item-currency {
        color: #fff !important;
        font-weight: 400;
        font-size: 1rem;
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    .center-on-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .dropdown-menu-currency{
        background:var(--blue-modena);
        text-align: center;
    }

    .dropdown-menu-currency li {
        margin-bottom: 10px !important;
    }

    .dropdown-item-currency {
        color: #fff !important;
        font-weight: 400;
        font-size: 1rem;
        text-decoration: none;
    }

    .navbar-overlay-mobile {
        position: absolute;
        top: 73px;
        left: 0;
        right: 0;
        z-index: 1050;
        overflow-y: auto;
        background-color: var(--blue-modena);
    }

    .center-on-mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
}
