:root {
    --montserrat: 'Montserrat', sans-serif;
    --orange-default: #F7931E;
    --green-default: #22B573;
}

li {
    list-style: none;
}

.container-default {
    height: 400px;
    background-color: var(--orange-default);
}





.navbar-mobile {
    display: none;
}


.navbar-brand img {
    height: 50px;
}

.navbar-collapse {
    justify-content: center;
}

.navbar .d-flex {
    margin-left: auto;
}


.container-navbar {
    height: 700px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: red;
    background-position: center;
}

.navbar .d-flex {
    margin-left: 0px;
}

.navbar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-logo-top {
    padding: 20px;
}

.nav-item {
    margin-right: 40px;
}

.nav-link {
    font-family: var(--montserrat) !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    border-bottom: 4px solid;
    color: #000;
    padding: 0px;
}


.map-link {
    font-family: var(--montserrat);
    font-weight: 700;
}

#navbar-menu {
    width: 100%;
    height: 70px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding-left: 70px;
}

.navbar-promotional {
    width: 40%;
}

.navbar-promotional .title-section {
    font-size: 48px;
}

.promotional-price {
    border: 2px solid var(--orange-default);
    border-radius: 15px;
    width: 50%;
}

.promotional-price .h3 {
    font-family: var(--montserrat);
    font-weight: 800;
    color: #FFF;
}

.container-navbar .btn-default {
    border: none;
    background-color: var(--orange-default);
    width: 200px;
    height: 50px;
    font-family: var(--montserrat);
    font-weight: 800;
    font-size: 28px;
    border-radius: 20px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-section {
    font-family: var(--montserrat);
    font-weight: 800;
    color: #000;
}

.btn-default a {
    font-family: var(--montserrat);
    font-weight: 800;
}

.tag-service {
    background-color: var(--green-default) !important;
}

.destinations {
    margin-top: 60px;
}

.service-description p{
    margin-bottom: 0px !important;
}

.destinations .title-section {
    border-bottom: 7px solid var(--green-default);
}

.destinations .service-description {
    border-radius: 10px;
    background-color: var(--green-default);
    max-width: fit-content;
}

.card-destinations {
    border: 3px solid var(--green-default);
    border-radius: 10px;
}

.experiences {
    margin-top: 60px;
}

.experiences-container {
    background-color: var(--orange-default);
    height: 400px !important;
}

.experiences .title-section {
    border-bottom: 7px solid var(--orange-default);
}

.experiences .service-description {
    border-radius: 10px;
    background-color: var(--orange-default);
    max-width: fit-content;
}

.card-experiences {
    border: 3px solid var(--orange-default);
    border-radius: 10px;
}

.card-experiences .card-title {
    font-family: var(--montserrat);
    font-weight: 800;
    height: 48px;
}

.card-experiences .card-text {
    height: 51.19px !important;
}

.card-bottom-experiences {
    margin-top: 43px;
}

.card-bottom-experiences .btn-default {
    border: none;
    background-color: var(--orange-default);
    width: 200px;
    border-radius: 20px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.price {
    font-family: var(--montserrat);
    font-weight: 800;
}

.price-description {
    font-family: var(--montserrat);
    letter-spacing: 2.5px;
}

.transfers {
    margin-top: 60px;
}

.transfers .title-section {
    border-bottom: 7px solid purple;
}

.transfers .service-description {
    border-radius: 10px;
    background-color: purple;
    max-width: fit-content;
}

.card-transfer .card-body {
    border: 2px solid purple;
    border-radius: 10px;
}

.card-transfer .card-title {
    font-family: var(--montserrat);
    font-weight: 800;
}

.promotion {
    background-image: url('../images/background.png');
    margin-top: 100px;
}

.newsletter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #FFF;
    margin-top: 60px;
}

.newsletter .h5 {
    font-family: var(--montserrat);
    font-weight: 600;
}

.input-newsletter {
    border: none;
    border-bottom: 2px solid #000;
    width: 50%;
}

.input-newsletter:focus {
    outline: none;
    border-bottom-color: #000;
}

.input-newsletter::placeholder {
    text-align: center;
    font-style: italic;
}

.media {
    display: flex;
    justify-content: space-between;
}

.media-video {
    width: 50%;
}

.media-instagram {
    width: 50%;
    border-radius: 35px;
}

.insta-top {
    display: flex;
    justify-content: space-between;
}

.footer {
    height: 350px;
    width: 100%;
    background-color: #103c7c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content__right {
    display: flex;
    justify-content: space-between;
}

.footer-content__left {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-map:first-child {
    margin-right: 40px;
}


.menu-map li {
    margin-bottom: 15px;
}

.footer-logo {
    margin-right: 30px;
}

.destination-detail {
    border: 2px solid #FFF;
    border-radius: 15px;
    padding: 20px;
    width: 30%;
}


.experience-detail-container {
    height: 1130px;
    background-color: var(--orange-default);
    height: 1240px;
}

.title-experience {
    font-size: 40px !important;
    font-family: var(--montserrat);
    font-weight: 800;
}

.experience-description {
    font-family: var(--montserrat);
    font-weight: 700;
    color: #FFF;
}

.content-experience {
    margin-right: 100px;
}

.container-reserve .btn-default {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    color: var(--orange-default);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.plus-information {
    border-bottom: 4px solid #FFF;
}

.information-group {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #FFF;
    margin-top: 20px;
}

.transfer-container {
    height: 400px !important;
    background-color: purple !important;
}

.transfer-detail-container {
    background-color: purple;
    height: 900px;
}

.my-profile-container {
    background-color: var(--orange-default) !important;
    height: 400px !important;
}

.newsletter .btn-default {
    border: none;
    background-color: #000;
    width: 150px;
    height: 50px;
    font-family: var(--montserrat);
    font-weight: 800;
    font-size: 20px;
    border-radius: 20px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notfound-container {
    background-color: var(--orange-default);
    height: 400px;
}

.login-container {
    height: 400px;
    background-color: var(--orange-default);
}