@import url(https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Poppins:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);

/* VARIABLEs */
:root{
    --bg-color: #0b090a;
}
    

*, ::after, ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    background: var(--bg-color);
    font-family: "Open Sans", sans-serif;
}
a, ul {
    text-decoration: none;
    list-style: none;
    color: #fff;
    display: inline;
}

a {
    cursor: pointer;
}

.logo__link {
    z-index: 3;
}

#navbar-with-logo {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .6rem;
    position: fixed;
    background-color: #0b090a;
    z-index: 3;
    width: 100%;
}

.custom-navbar {
    display: inline-block;
    margin-right: 4rem;
}

.navbar-logo {
    height: 2.6rem;
    margin-top: 1rem;
    margin-left: 20%;
}

@media only screen and (max-width:1024px) {
    .custom-navbar {
        padding: 3.2rem 0;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: #0b090a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .custom-navbar.open-mobile {
        display: flex;
    }
    
    .navbar-logo {
        height: 2.6rem;
        margin-top: 1rem;
        margin-left: 20%;
    }

    #navbar-with-logo {
        /* position: fixed; */
        background-color: #0b090a;
        width: 100%;
    }
}

.menu__link {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    font-size: .8rem;
    text-transform: uppercase;
    color: #a75858;
    cursor: pointer;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: visible;
    margin-left: 3rem;
}

@media only screen and (max-width:1024px){
    .menu__link{
        width:100%;text-align:center
    }
}

ul.menu__dropdown {
    display: block;
}

.subnav-content {
    position: absolute;
    align-items: center;
    align-content: center;
    z-index: 2;
  }

@media only screen and (max-width:1024px) {
    .subnav-content {
        position: absolute;
        align-items: center;
        align-content: center;
        z-index: 2;
    }
}

@media only screen and (max-width:1024px) {
    .menu__link {
    width: 100%;
    text-align: center;
    }
}

.menu__link--show {
    display: block;
    align-items: center;
    align-content: center;
    position: relative;
    font-family: "Open Sans", sans-serif;
    top: .6rem;
    left: -1.3rem;
    background-color: #333;
    font-family: Prompt, sans-serif;
    font-size: .8rem;
    letter-spacing: 1px;    
    text-transform: uppercase;
    color: #a75858;
    padding: .6rem;
    border-radius: .6rem;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 2rem;
}

.menu__link--show.showDropmenu {
    display: block;
}
.menu__link.activeDropdown::after {
    content: "\25BC";
    margin-left: 3px;
    color: #a75858;
}

@media only screen and (max-width:1024px) {
    .menu__link {
        margin-left: 0px;
    }
}

.navbar__menuBtn {
    display: none;
}
@media only screen and (max-width:1024px) {
    .navbar__menuBtn {
    display: block;
    float: right;
    font-size: 1.6rem;
    color: #a75858;
    margin-right: 5%;
    z-index: 3;
}
.navbar__menuBtn .fas.active::before {
    content: "\f00d";
}
.navbar__menuBtn.active {
        left: 0;
    }
}

.header__title {
    padding: 6.2rem 1.95rem 1.55rem;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    color: #fff;
}
.container {
    margin: 0 auto;
    padding: 1.25rem .75rem;
    max-width: 72rem;
}
.footer {
    padding: 1rem 0;
    min-height: 25vh;
    background: #161a1d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .8rem;
    letter-spacing: 1px;
}
@media only screen and (max-width:1024px) {
    .footer {
    display: block;
    padding: 1.25rem;
    }
}
@media only screen and (max-width:480px) {
    .footer {
    padding: 1.25rem;
    }
}
.footer__social-links {
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    display: block;
    padding: 3.2rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}
@media only screen and (max-width:1024px) {
    .footer__social-links {
    padding: .75rem 0;
}
}.footer__tittle {
    display: block;
    margin-bottom: .6rem;
}
.footer__facebook {
    color: #fff;
    margin-left: .25rem;
}
.footer__facebook-icon {
    padding-bottom: .6rem;
    margin-right: .6rem;
}
.footer__instagram {
    color: #fff;
    margin-left: .25rem;
}
.footer__textBox {
    font-family: "Open Sans", sans-serif;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}
.footer__wrapper {
    width: 82%;
    margin: 0 auto;
    background-color: #0b090a;
    font-family: "Open Sans", sans-serif;
    min-height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
@media only screen and (max-width:480px) {
    .footer__wrapper {
    padding: 1.25rem;
    }
}
.footer__address {
    display: block;
}
.footer__email {
    display: block;
}
.footer__phone {
    display: block;
}
.contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    padding: 5.7rem 1.8rem 3.75rem;
    margin-top: 2.5rem;
}
@media only screen and (max-width:1024px) {
    .contact {
    padding: 5rem 1.5rem 3rem;
    margin-top: 1.8rem;
    }
}
@media only screen and (max-width:480px) {
    .contact {
    padding: 5rem .6rem 1.2rem;
    margin-top: 1.8rem;
    }
}
.contact__header {
    text-align: center;
    font-size: 1rem;
    width: 90%;
    margin: auto;
}
.contact__tittle {
    font-family: "Open Sans", sans-serif;
    font-size: .8rem;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.6;
}
.contact__subTittle {
    margin-top: .6rem;
    font-family: "Open Sans", sans-serif;
    font-size: .8rem;
    color: #fff;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-weight: 400;
}
.contact__container-form {
    width: 90%;
    max-width: 50rem;
    margin: 1.8rem auto;
    padding: 1.25rem;
    -webkit-box-shadow: 1rem 1rem 1.25rem rgba(0, 0, 0, .6);
    box-shadow: 1rem 1rem 1.25rem rgba(0, 0, 0, .6);
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: .5rem;
    margin-bottom: 1.25rem;
    background-color: #161a1d;
}
@media only screen and (max-width:480px) {
    .contact__container-form {
    margin: 1.8rem 0;
    width: 100%;
    }
}
.contact__form-group {
    width: 100%;
    margin-top: 1.25rem;
    font-size: .8rem;
}
.contact__input, .contact__textarea {
    width: 100%;
    background: var(--input-bg);
    outline: 0;
    border: none;
    color: #fff;
    padding: 1rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    padding-left: .5rem;
    cursor: pointer;
    background-color: #0b090a;
    border-radius: 3px;
    margin-top: .3rem;
}
.contact__input {
    height: 2.5rem;
}
.contact__textarea {
    resize: vertical;
}
.button[type=submit] {
    width: 100%;
    border: none;
    outline: 0;
    padding: .6rem;
    border-radius: .8rem;
    font-family: "Open Sans", sans-serif;
    font-size: .8rem;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 400;
    background-color: #fff;
    color: #161a1d;
    font-weight: 600;
}
.button[type=submit]:hover {
    background: #a75858;
    color: #fff;
}
.success {
    width: 90%;
    max-width: 32rem;
    text-align: center;
    margin: 0 auto;
    padding: .6rem;
    margin-bottom: 0;
    border-radius: .5rem;
    font-weight: 600;
}
#map {
    width: 100%;
    height: 70vh;
    margin: 0 auto;
}
.ring-container {
    position: relative;
}
.ringring {
    border: 3px solid #033e66;
    border-radius: 30px;
    height: 95px;
    width: 95px;
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
}
.circle {
    width: 30px;
    height: 30px;
    background-color: #033e66;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
}
.card {
    padding: 5.7rem 1.8rem 3.75rem;
    margin-top: 2.5rem;
    background-color: #161a1d;
}
@media only screen and (max-width:1024px) {
    .card {
    padding: 5rem 1.5rem 3rem;
    margin-top: 1.8rem;
    }
}
@media only screen and (max-width:480px) {
    .card {
    padding-top: 5.2rem;
    margin-top: 1.8rem;
    }
}
.card__tittle {
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
.card__paragraph {
    padding: 3rem;
    font-size: .8rem;
    margin-top: .6rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    background-color: #161a1d;
    -webkit-box-shadow: 1rem 1rem 1.25rem rgba(0, 0, 0, .6);
    box-shadow: 1rem 1rem 1.25rem rgba(0, 0, 0, .6);
}
.card__paragraph:active, .card__paragraph:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.card__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.75rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
    margin-top: 1.5rem;
}
@media only screen and (max-width:768px) {
    .card__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    }
}
.card__span {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact__paragraph {
    text-align: center;
}
.carousel {
    margin-top: 2.5rem;
    padding: 3.7rem 0 6.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /* min-height: 50vh; */
    /* max-height: 90vh; */
    max-height: fit-content;
    background-color: #161a1d;
}
@media only screen and (max-width:1024px) {
    .carousel {
    padding: 5rem 1.5rem 3rem;
    margin-top: 1.8rem;
    }
}
@media only screen and (max-width:480px) {
    .carousel {
        padding: 0;
        padding-top: 5.2rem;
        margin-top: 1.8rem;
    }
}
.carousel__content {
    height: 60vh;
    width: 46rem;
    position: relative;
}

@media only screen and (max-width:1024px) {
    .carousel__content {
        height: 37vh;
        width: 46rem;
        position: relative;
    }
}

.carousel__content-2 {
    height: 40%;
    width: 46rem;
    position: relative;
}

@media only screen and (max-width:1024px) {
    .carousel__content-2 {
        height: 40%;
        width: 46rem;
        position: relative;
    }
}

.carousel__tittle {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}
.carousel__images {
    width: 100%;
    height: 100%;
}

.carousel__images-banderasice {
    height: 100%;
    width: 100%;
}

.carousel__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto; 
    display: block;
    /* padding: 4rem 0rem 0rem; */
}
.carousel__img--second {
    width: 100%;
    height: 100%
}
@media only screen and (max-width:1024px) {
    .carousel__second {
        padding: 5rem 1.5rem 3rem;
        margin-top: 1.8rem;
    }
}
@media only screen and (max-width:480px) {
    .carousel__second {
        padding: 0;
        padding-top: 5.2rem;
        margin-top: 1.8rem;
    }
}
.carousel__sliders {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 2.8rem;
    cursor: pointer;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, .1);
}
.carousel__sliders:hover {
    background: rgba(255, 255, 255, .2);
}
.carousel__sliders--right {
    right: 0;
}
.carousel__span {
    line-height: 2.5rem;
    font-size: 2.2rem;
    color: #fff;
}
@media only screen and (max-width:768px) {
    .u-margin-top-bottom {
    margin: 3.75rem 0;
}
}.u-margin-bottom-small {
    margin-bottom: 1.8rem;
}
@-webkit-keyframes pulsate {
    0% {
    -webkit-transform: scale(.1, .1);
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
}
}@-webkit-keyframes status {
    0% {
    opacity: 1;
    pointer-events: all;
}
90% {
    opacity: 1;
    pointer-events: all;
}
100% {
    opacity: 0;
    pointer-events: none;
}
}@keyframes status {
    0% {
    opacity: 1;
    pointer-events: all;
}
90% {
    opacity: 1;
    pointer-events: all;
}
100% {
    opacity: 0;
    pointer-events: none;
    }
}
.heading-2 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.heading-3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.heading-4 {
    font-size: .6rem;
    font-weight: 100;
}
.locations {
    padding: 5.7rem 1.8rem 3.75rem;
    margin-top: 2.5rem;
    background-color: #161a1d;
}
@media only screen and (max-width:1024px) {
    .locations {
    padding: 5rem 1.5rem 3rem;
    margin-top: 1.8rem;
    }
}
@media only screen and (max-width:480px) {
    .locations {
    padding-top: 5.2rem;
    margin-top: 1.8rem;
    }
}
.location {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.75rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
}
@media only screen and (max-width:1024px) {
    .location {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8rem;
    }
}
.location__menu {
    font-size: .8rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    padding: 3.75rem;
    -webkit-box-shadow: 1rem 1rem 1.25rem rgba(0, 0, 0, .6);
    box-shadow: 1rem 1rem 1.25rem rgba(0, 0, 0, .6);
}
@media only screen and (max-width:768px) {
    .location__menu {
    padding: 2.5rem;
    }
}
.location__menu:active, .location__menu:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.location__item {
    margin-bottom: .6rem;
}
.location__link {
    text-transform: uppercase;
}