/* Modelos -> Section: Cifras */
#cifras {
    margin-bottom: 112px;
}
#cifras .titles h1.title {
    font-family: var(--font-medium);
}

/* Modelos -> Section: Parte 4 | Diseño Interior */
#parte4 .titulo {
    font-family: var(--font-medium);
    line-height: normal;
}
#parte4 .sub_title1, #parte4 .sub_title2, #parte4 .sub_title3, #parte4 .sub_title4 {
    font-family: var(--font-medium);
}
#parte4 .contenedor_left {
    align-self: flex-start;
    max-width: 636px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 0 24px;
    box-sizing: content-box;
}
#parte4 .bajada {
    margin: 0 0 32px 24px;
}
@media (max-width: 768px) {
    #parte4 .contenedor_left {
        gap: 32px;
    }
    #parte4 .img_mobile {
        margin: 0;
    }
}

/* Modelos -> Section: Parte 5 */
#parte5 .tab-bar .cont-tabs {
    height: auto;
    padding-top: 24px;
}
#parte5 .tab-bar .cont-tabs .tablink {
    text-transform: uppercase;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
    padding-bottom: 8px;
}
#parte5 .tab-bar .cont-tabs .tablink.active {
    border: none;
}
#parte5 .tab-bar .cont-tabs .tablink.active::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*#parte5 .tab-bar .cont-tabs {*/
/*    bottom: 2px;*/
/*}*/
#parte5 .swiper-button-prev,
#parte5 .swiper-button-next {
    background-image: none;
    display: grid;
    place-content: center;
}
@media (max-width: 768px) {
    #parte5 .tab-bar .cont-tabs .tablink {
        max-width: 100%;
    }
}

/* Modelos -> Section: parte 6 | Galeria Seguridad */
#parte6 .cont-tit .epig {
    color: #141414;
    font-family: var(--font-medium);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
}
#parte6 .cont-tit .tit {
    font-size: 52px;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    margin: 0;
}
.ficha-producto #main #parte6 .swiper-button-prev,
.ficha-producto #main #parte6 .swiper-button-next {
    background-image: none !important; 
}
#parte6 .swiper-pagination-fraction > span {
    color: #53565A;
    font-family: var(--font-medium);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.18px;
}

@media (max-width: 768px) {
    #parte6 .cont-tit .tit {
        font-size: 24px;
    }
}

/* Modelos -> Section: parte 8 | Video */
#parte8 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
#parte8 header {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
#parte8 .cont-tit {
    margin: 0;
}
#parte8 .epigrafe {
    color: #141414;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    margin-bottom: 11px;
}
#parte8 .titulo {
    margin: 0;
    font-family: var(--font-medium);
}

@media (max-width: 768px) {
    #parte8 .cont-tit {
        padding: 0 24px;
    }
    #parte8 .epigrafe {
        font-size: 16px;
        margin: 0;
    }
    #parte8 .titulo {
        max-width: 100%;
    }
}


/*Modelos -> Section: submenu */
#submenu .anchor_desktop .active a, #submenu .auxi .anchor.active a {
    font-family: var(--font-medium);
    font-weight: 500;
    line-height: normal;
    border-bottom: 3px solid #1B365D;
}
#submenu .auxi .anchor.active::after, #submenu .anchor-desktop .anchor.active::after {
    content: none;
}
.menu-side li > a {
    display: flex !important;
    padding: 0 !important;
}
.menu-side li>a img {
    margin: 0 auto !important;
}