/*? Archivo exclusivo para rediseño de Gran Mantra */

/*! =========================== */
/*! GLOBALES */
:root {
    --text-blue: #162386;
    --text-gray: #565d6a;
    --text-orange: #b9854f;
}

@font-face {
    font-family: "Faktum";
    src: url("../fonts/Faktum-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Faktum";
    src: url("../fonts/Faktum-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Maharlika";
    src: url("../fonts/maharlika-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Candelia";
    src: url("../fonts/Candelia.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.text-blue {
    color: var(--text-blue) !important;
}

.text-gray {
    color: var(--text-gray) !important;
}

.text-orange {
    color: var(--text-orange) !important;
}

.new-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.new-section h2 {
    font-family: 'Maharlika', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-blue);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.new-section p {
    text-align: center;
    font-size: 1.5rem;
    color: var(--text-gray);
    line-height: 1.4;
}

/*! =========================== */

/*! =========================== */
/*! SECCIÓN 1 */
.demo_1 img {
    width: 50%;
    max-width: 150px;
}

.demo_1 h1 {
    font-family: 'Maharlika', sans-serif !important;
    line-height: 1;
    margin-bottom: 1rem;
    font-size: 3rem;
}

.demo_1 h1 span {
    font-size: 6rem;
}

.demo_1 h3,
.demo_1 p,
.demo_1 a {
    font-family: 'Faktum', sans-serif;
    font-weight: normal;
    line-height: 1.2;
}

.demo_1 p {
    font-size: 1.4rem;
}

.demo_1 a {
    border: none;
    font-size: 1.4rem !important;
    border-radius: 10px;
}

/*! =========================== */

/*! =========================== */
/*! SECCIÓN 2 */
.section-2 {
    background-image: url(../../../img/new-design/seccion-2/fondo-seccion-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.section-2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    width: clamp(150px, 25vw, 400px);
    height: clamp(150px, 25vw, 400px);
    background-image: url(../../../img/new-design/seccion-2/hoja-dorada-izquierda.png);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

.section-2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    width: clamp(150px, 25vw, 400px);
    height: clamp(150px, 25vw, 400px);
    background-image: url(../../../img/new-design/seccion-2/hoja-dorada-derecha.png);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

/*! =========================== */

/*! =========================== */
/*! SECCION 3 */
.section-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    background-image: url(../../../img/new-design/seccion-3/fondo-seccion-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.section-3 .swiper {
    width: 100%;
    height: 100%;
}

.section-3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.section-3 .swiper-slide .custom-card {
    background-color: white;
    height: 400px;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-3 .swiper-slide img {
    display: block;
    width: 150px;
    height: auto;
    object-fit: cover;
}

.section-3 .swiper-button-next {
    background-image: url(../../../img/new-design/seccion-3/right.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    /* right: -3rem; */
}

.section-3 .swiper-button-prev {
    background-image: url(../../../img/new-design/seccion-3/left.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    /* left: -3rem; */
}

.section-3 .swiper-button-next::after,
.section-3 .swiper-button-prev::after {
    display: none;
}

.section-3 a {
    border: none;
    font-size: 1.4rem !important;
    border-radius: 10px;
    padding: 10px 18px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}

/*! =========================== */

/*! =========================== */
/*! SECCION 4 */
.section-4 .title_sections {
    height: auto;
    font-family: sans-serif, 'Maharka' !important;
}

.section-4 .hoja-2 {
    top: 50px;
    right: -80px;
    transform: none;
}

.section-4 h2,
.section-4 h3 {
    font-family: 'Maharlika', sans-serif !important;
    color: var(--text-blue) !important;
    font-size: 4rem;
}

.section-4 #v-pills-tab {
    gap: 2rem;
    font-family: 'Faktum', sans-serif;
}

.section-4 .tabs_works .nav-pills .nav-link p {
    margin-top: 0;
    font-size: 1.2rem;
}

.section-4 .tabs_works .nav-pills .nav-link.active {
    box-shadow: -3px 0px 0px 0px #ba854e !important;
}

.section-4 .img--tabs img {
    width: 100% !important;
    height: 100% !important;
    height: clamp(300px, 100vh, 600px);
    object-fit: cover;
}

.section-4 #v-pills-tabContent {
    height: 100%;
    justify-content: flex-end;
}

.section-4 h3 {
    line-height: .85;
}

.section-4 h3 span {
    font-family: 'Candelia', sans-serif !important;
    color: #b08658;
    font-size: 8rem;
}

.section-4 ul li {
    font-family: 'Faktum', sans-serif;
    font-size: 1.5rem;
    color: #868686;
    margin-bottom: 1rem;
}

.section-4 a {
    border: none;
    font-size: 1.4rem !important;
    border-radius: 10px;
    padding: 10px 18px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}

.section-4::before {
    content: "";
    position: absolute;
    top: 80%;
    left: -5%;
    transform: translateY(-50%);
    width: clamp(150px, 40vw, 500px);
    height: clamp(150px, 40vw, 500px);
    background-image: url(../../../img/new-design/seccion-5/hoja-dorada.png);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

/*! =========================== */

/*! =========================== */
/*! SECCION 6 */
.section-6 {
    overflow: hidden;
}

.section-6 .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-6 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.section-6 .swiper-slide img {
    display: block;
    width: 120px;
    height: auto;
}

.section-6 .swiper-slide h3,
.section-6 .swiper-slide p {
    font-family: 'Faktum', sans-serif;
    text-align: start;
    font-size: 1.2rem;
}

.section-6 .swiper-slide h3 {
    color: var(--text-blue);
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-6 .swiper-slide p {
    color: #868686;
    line-height: 1;
}

.section-6 .swiper-button-next {
    background-image: url(../../../img/new-design/seccion-3/right.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: -3rem;
}

.section-6 .swiper-button-prev {
    background-image: url(../../../img/new-design/seccion-3/left.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    left: -3rem;
}

.section-6 .swiper-button-next::after,
.section-6 .swiper-button-prev::after {
    display: none;
}

/*! =========================== */

/*! =========================== */
/*! SECCION 7 */
.section-7 {
    background-image: url(../../../img/new-design/seccion-7/fondo-seccion-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 3rem;
}

/*! =========================== */

/*! =========================== */
/*! SECCION 8 */
.lotificacion .mapa {
    overflow-x: auto;
    display: block;
    padding-bottom: 0px;
    height: 630px;
    background: url(../../../img/new-design/seccion-8/fondo-seccion-8.jpg);
    padding: 0;
}

.contentbotoneszoom {
    margin-top: 25px;
    margin-bottom: 25px;
}

.zoom {
    zoom: 0.6;
    position: relative;
}

.mapa {
    --scrollbarBG: #E4E6DE;
    --text-orange: #FF662D;
}

.mapa::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

.mapa {
    scrollbar-width: thin;
    scrollbar-color: var(--text-orange) var(--scrollbarBG);
}

.mapa::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.mapa::-webkit-scrollbar-thumb {
    background-color: var(--text-orange);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.cuadro .contenido {
    padding: 4px 15px;
    text-align: left;
}

.cuadro .titulo h4 {
    font-size: 1rem;
    color: #fff !important;
    letter-spacing: 1px;
    padding: 3px 20px;
    margin-top: 0px;
}

.zoom .map {
    width: 1920px;
    height: 1080px;
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .zoom {
        zoom: 0.5;
    }

    .cont-cuadro {
        display: none !important;
    }

    .datosInfo {
        padding-right: 3%;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.3) {
    .lotificacion {
        height: 100%;
    }
}

@media only screen and (max-width:768px) {
    .pop-up .container-fluid {
        height: auto !important;
    }

    .pop-up .btn--apartado {
        display: block;
        background: #f2917e;
        color: white;
        text-transform: uppercase;
        user-select: none;
        width: 90% !important;
        margin: 1rem;
        padding: 1rem;
        font-weight: bold;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
    }

    .pop-up .bg-image--pop-up {
        display: none;
    }

    .lotesizq-popup {
        position: relative !important;
    }

    .zoom {
        zoom: 0.7;
        overflow: auto;
        width: 100%;
        height: auto;
    }

    .zoom .map {
        background-position-x: -5px;
        background-position-y: -1px;
    }

    .contentbotoneszoom {
        display: block;
        margin-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width:1925px) {
    .lotificacion {
        height: 100%;
    }

    .lotificacion .mapa {

        margin-top: 10%;
        margin-bottom: 10%;
    }

    .zoom {
        zoom: 1;
    }
}

.cont-cuadro {
    display: none;
    position: absolute;
    transform: scale(1.3);
}

.cuadro {
    position: relative;
    display: block;
    border: 1px solid #DDDDDD;
    background: #fff;
}

.cuadro .digitos {
    font-size: 1rem;
    font-weight: 600;
}

.digitos::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 11px;
    height: 1px;
    left: 48%;
    bottom: -1px;
}

.nomov {
    overflow: hidden !important;
}

.logo-loader {
    width: 250px;
    animation: latidos 2s infinite;
}

.loader {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10;
    transition: opacity linear 500ms;
    pointer-events: none;
}

.loader.active {
    opacity: 0.92;
    pointer-events: all;

}

@keyframes latidos {
    from {
        transform: none;
    }

    50% {
        transform: scale(1.2);
    }

    to {
        transform: none;
    }
}

.mapa {
    overflow-y: auto !important;
    height: 750px;
    overflow-x: auto;
}

.etapas {
    text-transform: uppercase;
    color: white;
    background: var(--text-orange);
    border-color: #CF995D !important;
    border-radius: 10px;
    width: 250px;
    padding: .5rem;
}

.etapas.active,
.etapas:hover {
    background: #d6ae8b !important;
}

.cont-cuadro {
    z-index: 100;
}

.botonesIconos {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.botonesIconos img {
    width: 60px;
    margin-right: 20px;
    cursor: pointer;
}

.botonesIconos img:last-child {
    margin-right: 0;
}

/*! =========================== */

/*! =========================== */
/*! SECCIÓN 10 */
.section-10 .titulo {
    font-family: 'Faktum', sans-serif;
    color: var(--text-blue);
    text-transform: uppercase;
}

.section-10 .body__content {
    font-family: 'Faktum', sans-serif;
    text-align: center;
}

.section-10 .body__content h3 {
    color: #152485;
    font-size: 1.3rem;
    line-height: 1.2;
}

.section-10 .body__content p {
    color: black;
    font-size: 1.3rem;
    line-height: 1.2;
}

.section-10 .body__content a {
    text-decoration: none;
    pointer-events: none;
    background-color: #152485 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);

}

/*! =========================== */

/*! =========================== */
/*! SECCIÓN 11 */
.logoFooterBlue {
    margin-bottom: 0;
    /* max-width: 100%; */
    width: 90%;
    width: clamp(200px, 90%, 500px);
}

.section-11 .productsapp_section .title_sections {
    height: 100%;
}

.section-11 h2 {
    position: relative;
    font-family: 'Maharlika', sans-serif;
    color: var(--text-blue);
    font-size: 3rem;
    margin-top: 0;
}

.section-11 h2 span {
    position: absolute;
    bottom: -30px;
    left: 60px;
    font-family: 'Candelia', sans-serif;
    color: #b08658;
    font-size: 5rem;
}

.section-11 .form_register {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-family: 'Faktum';
    padding: 2.5rem 1.5rem;
    height: auto;
}

.section-11 .form_register form {
    margin: auto;
    padding: 0;
}

.section-11 .form_register form button {
    text-transform: uppercase;
    font-size: .8rem !important;
    background-color: #a5875f;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4) !important;
}

.section-11 .form_register form button:hover {
    background-color: #957954;
}

.section-11 .hoja_dorada_derecha {
    position: absolute;
    width: 385px;
    right: -100px;
    bottom: 105px;
}

@media (max-width: 1024px) {
    .productsapp_section .title_sections {
        margin-bottom: 0 !important;
        height: 100%;
    }
}

/*! =========================== */

/*! =========================== */
/*! FOOTER */
footer {
    font-family: 'Faktum', sans-serif;
}

footer h4 {
    font-size: 1.5rem;
}

footer .item_links a {
    font-size: 1.2rem;
}

footer .copyright {
    font-size: 1.2rem;
}

footer .copyright a {
    color: #868b91;
}

footer a:hover {
    color: #152485 !important;
    text-decoration: none;
    transition: color 0.5s ease !important;
}

/*! =========================== */

/*TODO =========================== */
/*TODO RESPONSIVE: TABLET */
@media (max-width: 992px) {

    /*! =========================== */
    /*! SECCIÓN 1 */
    .demo_1 h1 {
        font-size: 2rem !important;
    }

    .demo_1 h1 span {
        font-size: 4rem;
    }

    .demo_1 h3 {
        font-size: 1.5rem;
    }

    .demo_1 p {
        font-size: 1.2rem;
    }

    .demo_1 a {
        font-size: 1.2rem !important;
    }

    /*! =========================== */

    /*! =========================== */
    /*! SECCIÓN 2 */
    .section-2::before {
        top: 20%;
        left: -12%;
    }

    .section-2::after {
        top: 80%;
        right: -12%;
    }

    /*! =========================== */

    /*! =========================== */
    /*! SECCION 3 */
    .section-3 .swiper-slide .custom-card {
        width: 90%;
        padding: 2rem;
    }

    .section-3 .swiper-slide .custom-card p br {
        display: none;
    }

    /*! =========================== */

    /*! =========================== */
    /*! SECCION 4 */
    .section-4::before {
        top: 78%;
        left: unset;
        right: 0;
        transform: rotate(90%) !important;
    }

    /*! =========================== */
}

/*TODO =========================== */

/*TODO =========================== */
/*TODO RESPONSIVE: MOBILE */
@media (max-width: 576px) {
    /*! =========================== */
    /*! GLOBALES */

    .new-section br {
        display: none;
    }

    .new-section h2 {
        font-size: 2rem;
    }

    .new-section p {
        font-size: 1.2rem;
    }

    /*! =========================== */

    /*! =========================== */
    /*! SECCIÓN 1 */
    .demo_1 h1 {
        margin-bottom: 1rem !important;
    }

    .demo_1 h1 span {
        font-size: 3.5rem;
    }

    .videoHmobile video {
        height: 100vh;
    }

    /*! =========================== */

    /*! =========================== */
    /*! SECCIÓN 2 */
    .section-2::before {
        top: 10%;
        left: -15%;
    }

    .section-2::after {
        top: 90%;
        right: -15%;
    }

    /*! =========================== */

    /*! =========================== */
    /*! SECCION 4 */
    .section-4::before {
        top: 65%;
        left: unset;
        right: -5%;
        transform: rotate(90%) !important;
    }

    /*! =========================== */

    /*! =========================== */
    /*! SECCION 6 */
    .section-6 .swiper-button-next {
        right: -1rem;
    }

    .section-6 .swiper-button-prev {
        left: -1rem;
    }

    /*! =========================== */

}

/*TODO =========================== */
