@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

@font-face {
    font-family: 'Gibson';
    src: url('gibson/Gibson.ttf') format('truetype');
}

@font-face {
    font-family: 'GibsonBold';
    src: url('gibson/Gibson-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'GibsonLight';
    src: url('gibson/Gibson-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'moontime';
    src: url('moontime/moontime-regular.ttf') format('truetype');
}

a,
div,
p,
html,
body,
td,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: 'Gibson';
}

b {
    font-family: 'GibsonBold' !important;
}

.box-white {
    background: #fff;
}

#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%;
}


.full-width {
    width: 100%;
}




/*BTN COTIZAR*/

.btn-cotizar-top,
.btn-cotizar-top-2 {
    text-align: center;
    width: 200px;
    background: #92001b;
    color: #fff;
    position: fixed;
    right: 10px;
    padding: 6px 40px 6px 40px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    z-index: 999999999;
    display: block;
}

.btn-cotizar-top-2 {
    bottom: 152px;
}

.btn-cotizar-top {
    bottom: 110px;
}

.btn-cotizar-top:hover,
.btn-cotizar-top-2:hover {
    color: #fff;
}




.box-detail {
    background: #1d252c;
    padding: 30px 0 30px 0;
}

.box-detail div {
    color: #fff !important;
}

.box-detail-white {
    background: #fff;
    padding: 30px 0 30px 0;
}

.text-detail-1 {
    color: #fff;
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.text-detail-2 {
    color: #fff;
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.text-detail-3 {
    font-size: 36px;
    text-align: center;
    color: #ea0029;
    font-weight: 400;
    padding: 10px 0 10px 0;
}

.text-detail-4 {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-weight: 500;
}

.text-detail-5 {
    color: #1d252c;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}

.text-detail-6 {
    color: #1d252c;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
}

.btn-agendar {
    background: #1d252c;
    color: #fff;
    padding: 20px 50px 20px 50px;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline;
}

.text-detail-1-gris {
    color: #666;
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.text-detail-2-gris {
    color: #666;
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

/**
* SECCIÓN YOUTUBE
*/
.box-youtube {
    padding: 50px 0 50px 0;
    background: #fff;
}

/**
*SECCIÓN 2
*/
.sec2-text1 {
    font-size: 42px;
    line-height: 44px;
    color: #1d252c;
    margin-top: 80px;
    font-weight: 600;
}

.sec2-text2 {
    font-size: 42px;
    line-height: 44px;
    color: #ea0029;
    font-weight: 600;
    font-family: 'GibsonBold';
}

.sec2-text3 {
    font-size: 20px;
    line-height: 33px;
    color: #1d252c;
    margin-top: 30px;
    font-weight: 500;
    text-align: justify;
}






/**
*SLIDER SEC
*/
.slider-text1 {
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    margin-top: 90px;
    font-weight: 500;
    padding-left: 10%;
    padding-right: 10%;
}

.slider-text2 {
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
    padding-left: 10%;
    padding-right: 10%;
}

.slider-text3 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    margin-top: 30px;
    font-weight: 500;
}



/**
*SECCIONES DE CARACTERISTICAS
*/

.opa_hover {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    top: -100%;
    transition: all ease 1s;
}

.opa_hover:hover {
    background: rgba(0, 0, 0, 0);
}

.opa_hover_img {
    position: relative;
}

.opa_hover_text {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    margin-top: 10%;
    font-weight: 600;
}


/*ICO ZOOM*/
.btn-zoom {
    cursor: pointer;
    width: 60px;
    margin-bottom: 30px;
    margin-top: 10px;
}

/*CONTACTO*/
#cotizar {
    padding: 50px;
    background: #1d252c;
}


.contacto-1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    background: #ea0029;
    border-radius: 10px 10px 0 0;
    padding: 18px 30px 18px 30px;
    text-align: center;
    width: 100%;
}

.contacto-2 {
    color: #ccc;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}


.btn-submit {
    background: #e20613;
    width: 100%;
    padding: 15px 10px 15px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border: 0px;
    margin-top: 50px;
    border-radius: 0 0 10px 10px;
}

.btn-submit:hover {
    color: #000;
}


.row-box-rrss {
    border: 1px solid #e20613;
    padding: 20px;
}

.contacto-3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 6px;
}

.contacto-4 {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-top: 6px;
}

.contacto-5 {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-top: 6px;
}



/*FOOTER*/
#footer {
    background: #fff;
    padding: 30px 0 30px 0;
}

.footer-text-1 {
    color: #1d252c;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
}

.footer-text-2 {
    color: #1d252c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.footer-text-3 {
    color: #1d252c;
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px;
    display: block;
}

.footer-text-4 {
    color: #1d252c;
    font-size: 12px;
    font-weight: 300;
    margin-top: 40px;
    display: block;
    text-align: center;
}

.footer-line {
    width: 300px;
    border-top: 1px solid #ea0029;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-line-red {
    width: 40px;
    border-top: 1px solid #ea0029;
    margin-bottom: 20px;
}

.rrss {
    list-style: none;
    display: flex;
    padding: 3px 3px 3px 3px;
    border-radius: 7px;
    margin-top: 32px;
    float: right;
}


.rrss li {
    color: #1d252c;
    font-size: 11px;
    background: #e20613;
    padding: 4px 10px 4px 10px;
}

.footer-rrss {
    list-style: none;
    display: flex;
    width: 200px;
    padding: 3px 3px 3px 3px;
    margin: 0 auto;
    margin-top: 10px;

}

.footer-rrss li {
    color: #1d252c;
    font-size: 11px;
    background: #e20613;
    padding: 4px 10px 4px 10px;
}

/**
*OTROS PROYECTOS
*/
#other_projects {
    background: #1d252c;
    padding: 30px 0 50px 0;
}

.other_projects_text_1 {
    color: #fff;
    font-size: 38px;
    line-height: 40px;
}

.other_projects_text_2 {
    color: #e20613;
    font-size: 38px;
    line-height: 40px;
}

.other_projects_line {
    width: 100%;
    max-width: 300px;
    border: 3px solid #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.other_projects__container {
    padding: 0 10% 0 10%;
}

.other_projects_space {
    height: 50px;
}



/**
*TIPO DE ENTREGA
*/
.tipo-entrega-box {
    background-color: #f0f0f0;
    padding: 90px 0 40px 0;
}

.tipo-entrega-title {
    font-size: 36px;
}

.tipo-entrega-text {
    color: #000;
    font-size: 24px;
    margin-top: 20px;
}

.tipo-entrega-btn {
    color: #fff;
    background-color: #53575a;
    text-decoration: none;
    cursor: default;
    font-size: 20px;
    padding: 6px 30px 6px 30px;
    border-radius: 10px;
    display: block;
    text-align: center;
    transition: all ease 0.5s;
}



.tipo-entrega-padding {
    padding: 0px 20px 0px 20px;
    margin: 20px 0 20px 0;
}

.tipo-entrega-cotizar {
    background-color: #53575a;
    color: #fff;
    font-size: 20px;
    padding: 6px 30px 6px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: all ease 0.5s;
}

.tipo-entrega-cotizar:hover {
    background-color: #000;
}

.tipo-entrega-content {
    display: none;
}

.tipo-entrega-content.active {
    display: block;
}

.tipo-entrega-btn.active {
    background-color: #000;
}

/**
* COPYRIGHT 
*/
#copyright {
    background: #fff;
    padding: 30px 0 30px 0;
}




.box-tour {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 70px;
}


.iframe_max_width {
    width: 100%;
    max-width: 1024px;
    height: 580px;
}

#tour iframe {
    height: 580px;
    width: 100%;
    max-width: 1024px;
}




.btn-tour {
    color: #fff;
    background: #ea0029;
    padding: 14px 40px 14px 40px;
    border-radius: 24px;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.btn-tour:hover {
    color: #fff;
}




.box-home2 {
    background-color: #ffffff;
    padding: 120px 10px 120px 10px;
}

.home2 {
    width: 100%;
    max-width: 1024px;
}

.home2-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #1c262f;
}

.home2-line {
    width: 100%;
    max-width: 600px;
    border-bottom: 2px solid #ea0029;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 4px;
}

#ubicacion {
    background: #dedfe0;
}

#tour {
    background: #dedfe0;
    padding-bottom: 20px;
}

/*
*TAB
*/
.nav-tabs {
    background-color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #dedfe0 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 10px 30px 10px 30px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #fff !important;
    background-color: #bbbcbe !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 10px 30px 10px 30px !important
}

/**
*MENU
*/
.box-menu {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

.nav-link {
    color: #fff !important;
    font-size: 17px;
    padding: 2px 10px;
    border: 1px solid transparent;
    font-family: 'Montserrat', sans-serif;
}

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

.navbar-light .navbar-toggler {
    border-color: #fff !important;
}

.navbar {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.logo {
    max-height: 70px;
}




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



    /**
*SECCIÓN 2
*/
    .sec2-text1 {
        font-size: 35px;
        margin-top: 10px;
        line-height: 34px;
    }

    .sec2-text2 {
        font-size: 35px;
        line-height: 34px;

    }

    .sec2-text3 {
        margin-bottom: 20px;
    }







    .logo {
        max-width: 100px;
    }

    .home2-title {
        font-size: 20px;
        line-height: 20px;
    }


    #tour iframe {
        width: 100%;
        max-width: 1024px;
        height: 300px;
    }


    #ubicacion iframe {
        width: 100%;
        height: 300px;
    }




    .footer-rrss {
        margin-top: 10px;
    }




    .contacto-1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        padding: 5px 30px 5px 30px;
    }





    .btn-cotizar-top,
    .btn-cotizar-top-2 {
        right: 10px;
        padding: 6px 20px 6px 20px;
        border-radius: 16px;
        font-size: 14px;
    }





    .text-detail-1 {
        font-size: 24px;
        line-height: 24px;
    }

    .text-detail-2 {
        font-size: 25px;
        line-height: 30px;
    }

    .text-detail-6 {
        font-size: 20px;
        line-height: 20px;
    }


}





.gracias-box {
    background: #ea0029;
    padding: 83.5px 0 83.5px 0;
}

.gracias-1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

.gracias-2 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}

.gracias-btn {
    color: #fff;
    background: #1d252c;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    padding: 10px 40px 10px 40px;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}






/**
* BOTONES DE MODELOS
*/
.box-model-btn {
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}

.box-model-title {
    border: 1px solid #1d252c;
    transition: all ease 1s;
}

.box-model-text {
    font-size: 15px;
    color: #1d252c;
    padding: 10px 5px 10px 5px;
}

.box-model-detail {
    background: #22272d;
}

.box-model-ico {
    border: 0px !important;
    width: 45px !important;
    display: block;
    margin: 0 auto;
}

.box-model-container {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.box-model-container li {
    text-align: center;
    width: 33%;
}

.box-model-title-img {
    background: #53575a;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 8px 10px 4px 10px;
}

@media screen and (max-width:900px) {
    .box-model-container {
        display: block;
    }

    .box-model-container li {
        width: 100%;
    }

    .box-model-title-img {
        font-size: 14px;
    }
}







#imagenes {
    background: #22272d;
}

#imagenes .carousel-control-prev-icon,
#imagenes .carousel-control-next-icon {
    width: 100px;
    height: 100px;
}

.box-model-detail-title {
    color: #fff;
    margin-top: 10%;
    margin-left: 10%;
    font-size: 40px;
}

.box-model-detail-list {
    color: #fff;
    margin-left: 10%;
    margin-top: 20px;
}

.box-model-detail-list li {
    font-size: 20px;
    font-weight: 300;
}

.box-model-btn img {
    border: 1px solid #1d252c;
    border-bottom: 0px;
}




/*FOOTER*/
#conoce-mas {
    padding-top: 70px;
}

.footer-title-1 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
}

.footer-title-2 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
}

.footer-ejecutivo-box {
    background-color: #d9d9d9;
    padding: 30px 30px 30px 30px;
    border-radius: 50px 0 0 0;
}

.footer-ejecutivo-img {
    border-radius: 50%;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.footer-ejecutivo-title {
    font-size: 22px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}

.footer-ejecutivo-name {
    font-weight: 800;
    font-size: 20px;
    color: #000;
    margin-bottom: 6px;
}

.footer-ejecutivo-email {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

.footer-ejecutivo-phone {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

.footer-ejecutivo-phone a {
    color: #000;
}

.footer-ejecutivo-phone img {
    width: 25px;
}


.footer-agendar-title {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-weight: 800;
}

.footer-agendar-btn {
    background-color: #1d252c;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}


.footer-form-box {
    border: 2px solid #9ca0a3;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
}

.footer-form-title {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-weight: 800;
}

.footer-form-text {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

.footer-form-input {
    margin-top: 20px;
    border: 1px solid #000;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    width: 100%;
}

select {
    color: #999;
}

.footer-form-btn {
    background-color: #1d252c;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
}

.footer-detail-title {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    font-weight: 700;
}

.footer-detail-maps {
    margin-top: 20px;
}

.footer-detail-maps img {
    width: 25px;
}

.footer-detail-maps a {
    color: #000;
}

.footer-detail-horarios {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-top: 10px;
}

@media screen and (max-width:900px) {
    .box-model-btn {
        margin: 0px 4px 0px 4px;
        cursor: pointer;
    }

    .box-model-text {
        font-size: 16px;
    }

    .mobile-padding {
        padding: 10px 30px 10px 30px;
    }
}




#carouselPlantas .pointer-event {
    touch-action: none !important;
}

#carouselPlantas .carousel.pointer-event {
    touch-action: none !important;
}



.btn-menu-active {
    border-bottom: 3px solid #fff;
}



/**
*CAROUSEL NEW
*/

.carousel-title-1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}

.carousel-title-2 {
    margin-top: 10px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    text-align: center;
    font-family: 'moontime';
}

.carousel-container {
    position: relative;
    width: 700px;
    margin: auto;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
    height: 240px;
}

.carousel-item-box {
    width: 140px;
    height: 140px;
    display: block;
    align-items: center;
    justify-content: center;
    margin: 15px;

}

.carousel-item-img {
    width: 120px;
    height: 120px;
    background: #ea0029;
    border-radius: 50%;
    padding: 25px;
    margin: 0 auto;
}

.carousel-item-img img {
    width: 70px;
    height: 70px;
}

.carousel-item-title {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-top: 8px;
}

.carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 6px 10px 6px;
    cursor: pointer;
    z-index: 10;
    display: none;
    font-size: 12px;
}

.carousel-btn.left {
    left: 0px;
}

.carousel-btn.right {
    right: 0px;
}


@media (max-width: 1200px) {
    .carousel-btn {
        display: block;
    }

    .carousel-container {
        width: 300px;
        padding: 0px 0px 0px 0px;
    }

    .carousel-item-box {
        width: 90px;
        height: 90px;
        margin: 30px 30px 30px 30px;
    }

    .carousel-item-img {
        background: #ea0029;
        border-radius: 50%;
        padding: 20px;
        width: 90px;
        height: 90px;
    }
    .carousel-item-img img{
        width: 50px;
        height: 50px;
    }

    .carousel-item-title {
        font-size: 14px;
        line-height: 14px;
        color: #000;
        text-align: center;
        font-weight: 500;
        margin-top: 8px;
    }
}

.project-i-sub-title {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    font-style: italic;
}