@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

a,
div,
p,
html,
body,
td,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6,
span,
b {
    font-family: "Montserrat", sans-serif;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999999;
    display: none;
    text-align: center;
}

#loading img {
    margin-top: 20%;
}







/*MENU PRINCIPAL*/
.box-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    padding: 0 0 0 0;
}

.fancybox__container {
    z-index: 99999999 !important;
}

.logo {
    width: 100%;
    max-width: 170px;
}

.nav-link {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.scrolled {
    background: #0f181b;
}

.nav-link-cotizar {
    border: 1px solid #fff;
}

.scrolled .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
}

.scrolled .navbar {
    padding: 0px;
}

.scrolled .col-md-12 {
    padding-right: 0px;
}

.scrolled .navbar-brand {
    padding: 0px;
}


.nav-link-cotizar-active {
    background-color: #ffb600;
    color: #000;
    border: 0px;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;

}

/*SLIDER PRINCIPAL*/
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}


.carousel-caption {
    z-index: 3;
    text-align: left;
    left: 10%;
    right: 10%;
    bottom: 120px;
}

.carousel-caption-1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
}

.carousel-caption-2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 14px;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 47%;
    opacity: 0.6;
}

.carousel-control-prev {
    margin-left: 30px;
}

.carousel-control-next {
    margin-right: 30px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.carousel-indicators {
    z-index: 10;
    background: #000;
    opacity: 0.4 !important;
    border-radius: 30px;
    width: fit-content !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    padding: 5px 5px 5px 5px;
    backdrop-filter: blur(4px);
}

.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
}

.carousel-logo {
    width: 360px;
    z-index: 999;
    position: absolute;
    bottom: 90px;
    left: 60px;
}

.slider-text-1 {
    position: absolute;
    bottom: 120px;
    left: 80px;
    color: #fff;
    font-size: 30px;
    z-index: 999;
    width: 320px;
    text-align: center;
}

.slider-text-2 {
    position: absolute;
    bottom: 100px;
    left: 80px;
    color: #fff;
    font-size: 20px;
    z-index: 999;
    width: 320px;
    text-align: center;
}

.slider-text-3 {
    position: absolute;
    bottom: 55px;
    left: 80px;
    color: #fff;
    font-size: 38px;
    z-index: 999;
    width: 320px;
    text-align: center;
}

/*TEXTOS*/
.text-1 {
    color: #2d2f22;
    font-size: 48px;
    line-height: 54px;
    font-weight: 500;
}

.text-1-sub {
    color: #2d2f22;
    font-size: 48px;
    line-height: 54px;
    font-weight: 500;
    border-bottom: 1px solid #999;
    max-width: 400px;
    padding-bottom: 30px;
}

.text-2-sub {
    color: #2d2f22;
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
    border-bottom: 1px solid #999;
    padding-bottom: 30px;
}

.text-2 {
    color: #2d2f22;
    font-size: 34px;
    line-height: 44px;
    font-weight: 300;
}

.text-normal-1 {
    color: #2d2f22;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.text-normal-2 {
    color: #2d2f22;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}

.text-normal-3 {
    color: #2d2f22;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
}

.text-normal-4 {
    color: #2d2f22;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.ico-img {
    width: 40px;
}

.ico-title {
    font-size: 20px;
    color: #2d2f22;
    margin-left: 20px;
    line-height: 20px;
    font-weight: 500;
}

/*GRACIAS*/
.gracias-box {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 300px;
    width: 100%;
    max-width: 700px;
    left: 50%;
    margin-left: -350px;
    padding: 60px 30px 60px 30px;
    border-radius: 30px;
}

.gracias-title {
    display: block;
    font-size: 34px;
    color: #f1ead8;
    text-align: center;
    font-weight: 600;
}

.gracias-text {
    font-size: 20px;
    line-height: 22px;
    color: #f1ead8;
}

.gracias-btn {
    background-color: #f1ead8;
    display: block;
    padding: 5px 10px 5px 10px;
    width: 120px;
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

.gracias-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*GENERIC*/
.color-primary {
    color: #898E75;
}

.divider {
    background: #e6e6e6;
    height: 1px;
    width: 100%;
}

.space-h-6 {
    height: 6px;
}

.space-h-10 {
    height: 10px;
}

.space-h-20 {
    height: 20px;
}

.mt-50 {
    padding-top: 50px;
}



/*PLANTA*/
#planta {
    background: #f1ead8;
    padding-top: 80px;
    padding-bottom: 50px;
}

.img-fluid-planta {
    width: 100%;
}

/*MODELOS*/
#modelos {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*TERMINACIONES*/
#terminaciones {
    padding-top: 100px;
    padding-bottom: 50px;
}


/*TOUR*/
#tour {
    background: #0f181b;
}

.tour360 {
    width: 100%;
    height: 400px;
}

.tour-title {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
}




/*CONTACTO*/
#contacto {
    background: #11181b;
}

.bg-ejecutivo {
    padding: 40px 30px 60px 30px;
}

.user-img {
    width: 100%;
    max-width: 120px;
    background: #fff;
    border-radius: 50%;
}

.user-info-1 {
    color: #fff;
    font-size: 24px;
}

.user-info-2 {
    color: #fff;
    font-size: 16px;
}

.user-info-2 img {
    width: 28px;
    margin-right: 6px;
}

.text-contact-1 {
    color: #f1ead8;
    font-size: 30px;
}

.text-contact-2 {
    color: #fff;
    font-size: 17px;
}

.padding-box {
    padding: 10px 15px 10px 15px;
}

.contact-input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    margin-top: 22px;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.contact-input::placeholder {
    color: #fff;
}

#btn-submit {
    background-color: #fff;
    color: #000;
    display: block;
    width: 100%;
    border: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    margin-top: 60px;
}

.btn-cotizar-fixed {
    text-align: center;
    width: 200px;
    background: #ffb600;
    color: #000;
    position: fixed;
    right: 20px;
    padding: 8px 40px 8px 40px;
    border-radius: 20px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    text-decoration: none;
    z-index: 999999999;
    display: block;
    bottom: 20px;
}

.btn-agendar-fixed {
    text-align: center;
    width: 200px;
    background: #ffb600;
    color: #000;
    position: fixed;
    right: 20px;
    padding: 8px 40px 8px 40px;
    border-radius: 20px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    text-decoration: none;
    z-index: 999999999;
    display: none;
    bottom: 80px;
}


.footer-agendar-text {
    color: #fff;
    font-size: 16px;
}

.footer-agendar-link {
    background-color: #fff;
    color: #000;
    display: block;
    width: 100%;
    border: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    margin-top: 25px;
    text-align: center;
    text-decoration: none;
}

.footer-agendar-img {
    width: 100px;
}

/*FOOTER*/
.footer-copyright {
    font-size: 12px;
    color: #000;
    font-weight: 300;
    text-align: center;
}




.btn-brochure {
    background: #8a8e77;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 26px 8px 26px;
    border-radius: 20px;
    text-decoration: none;
}

#bannerDesktop {
    display: block;
}

#bannerMobile {
    display: none;
}

#bannerMobile .carousel-logo {
    width: 260px;
    z-index: 999;
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -130px;
}

#bannerMobile .slider-text-1,
#bannerMobile .slider-text-2,
#bannerMobile .slider-text-3 {
    left: 0px;
    width: 100%;
    text-align: center;
}

.is-mobile {
    display: none !important;
}

.is-desktop {
    display: block;
}

.menu-mobile {
    position: fixed;
    background-color: #2d2f22;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    z-index: 999999;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-mobile-link {
    text-align: center;
    color: #000;
    padding: 4px 10px 4px 10px;
    border-radius: 0px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-decoration: none;
}



.menu-mobile-link-1 {
    text-align: center;
    width: 100px;
    background: #ffb600;
    border: 1px solid #ffb600;
    height: 74px;
}

.menu-mobile-link-2 {
    text-align: center;
    width: 100px;
    color: #fff;
    border: 1px solid #ffb600;
    height: 74px;
}

.menu-mobile-link-3 {
    text-align: center;
    width: 150px;
    color: #fff;
    border: 1px solid #ffb600;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-mobile-link-3 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
}

@media screen and (max-width:991px) {
    .is-mobile {
        display: flex !important;
    }

    .is-desktop {
        display: none;
    }

    #bannerDesktop {
        display: none;
    }

    #bannerMobile {
        display: block;
    }

    .box-menu {
        position: fixed;
        background: #0f181b;
    }

    .logo {
        max-width: 120px;
    }

    #bannerDesktop {
        margin-top: 84px;
    }

    .text-1,
    .text-1-sub,
    .text-2-sub {
        font-size: 38px;
        line-height: 42px;
    }


    .user-img {
        max-width: 80px;
    }

    .nav-link-cotizar {
        display: none;
    }

    .scrolled .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bg-ejecutivo {
        padding: 40px 0px 60px 0px;
    }

    .user-info-2 {
        color: #fff;
        font-size: 15px;
    }
}




@media screen and (max-width:700px) {

    /*GRACIAS*/
    .gracias-box {
        top: 100px;
        width: 100%;
        left: 0%;
        margin-left: 0px;
        padding: 30px 30px 30px 30px;
        border-radius: 30px;
    }

    .gracias-title {
        font-size: 28px;
    }

    .gracias-text {
        font-size: 18px;
    }
}