/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
    --morado: #854673;
    --amarillo: #F5C93B;
    --gris-oscuro: #706F6f;
    --blanco: #ffffff;
    --negro: #000;
    --tiempo-transi: .4s;
    --font-titulo: "Poppins", sans-serif;
    --font-parrafo: "DM Sans", sans-serif;
}


::-moz-selection {
    color: var(--blanco)!important;
    background: #9C6B8F!important;
}

::selection {
    color: var(--blanco)!important;
    background: #9C6B8F!important;
}

body::-webkit-scrollbar {
    overflow:auto;
    width:13px;
    height:13px;
    background:var(--blanco)!important;
}

body::-webkit-scrollbar-thumb{
    overflow:auto;
    background:var(--morado)!important;
    border-radius:20px;
    border:3px solid var(--blanco);
}



/*///////////
///GENERAL///
///////////*/

#ajax-content-wrap {
    overflow-x: clip!important;
}

.nectar-split-heading.font_line_height_1px * {
    line-height: 1.2 !important;
}

.texto-destacado p {
    font-size: 1.4vw;
}

.full-width-row {
    padding: 0 8vw;
}

@media (max-width: 999px) {
    .texto-destacado p {
    font-size: 3vw;
}
}

@media (max-width:689px) {
    .full-width-row {
    padding: 0 4vw;
}
.texto-destacado p {
    font-size: 4vw;
}
}




/* --- COOKIEYES --- */
.cky-consent-container .cky-consent-bar {
	background-color: rgb(255 255 255 / 80%) !important;
    backdrop-filter: blur(4px);
    border-color: transparent!important;
}

.cky-notice .cky-title {
	display: none;
}

.cky-notice-btn-wrapper {
	margin-top:0px!important;
    font-family: var(--font-parrafo);
}

.cky-notice-des p {
font-weight: 500 !important;
}

.cky-box-bottom-left {
    bottom: 20px!important;
}

.cky-notice-btn-wrapper .cky-btn {
    font-weight: 600;
}


/*/////////
///TIPOS///
/////////*/
* {
    font-variant-ligatures: no-common-ligatures;
}

p {
    font-size: 18px;
    font-family: var(--font-parrafo);
    line-height: 1.5;
    font-weight: 300;
}

h1, h2 {
    font-family: var(--font-titulo);
}

h3 {
    font-family: var(--font-parrafo);
}

h1 {
    font-size: 4vw;
    font-weight: 300;
    letter-spacing: -0.02em;
}

h1 > span:nth-of-type(3) {
    font-weight: 600;
    overflow: visible !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    text-transform: uppercase;
    line-height: 1 !important;
    animation: opacidad 3s ease-in-out;
}

h1 > span:nth-of-type(3)::before {
    content: url(https://demo5.miltrescientosgramos.com/wp-content/uploads/2025/11/Icono-sofa-izquierda.svg);
    display: inline-block;
    width: 4vw;
    padding-right: 20px;
    position: relative;
    top: 0.25vw;
    animation: icono-sofa-d 3s linear;
}

h1 > span:nth-of-type(3)::after {
    content: url(https://demo5.miltrescientosgramos.com/wp-content/uploads/2025/11/Icono-sofa-derecha.svg);
    display: inline-block;
    width: 4vw;
    padding-left: 20px;
    position: relative;
    top: 0.25vw;
    animation: icono-sofa-i 3s ease-in-out;
}

h2 {
    font-size: 4vw;
    line-height: 1.2;
}

@keyframes opacidad {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes icono-sofa-i {
    0% {
        opacity: 0;
        transform: translateX(-0px);
    }

    10% {
        opacity: 0;
        transform: translateX(20px);
    }
    45% {
        opacity: 0;
        transform: translateX(20px);
    }
    60% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes icono-sofa-d {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    10% {
        opacity: 0;
        transform: translateX(-20px);
    }
    45% {
        opacity: 0;
        transform: translateX(-20px);
    }
    60% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@media (max-width: 999px) {
    h1, h2 {
    font-size: 6vw;
}
    h1 > span:nth-of-type(3) {
    font-size: 7vw;
}
h1 > span:nth-of-type(3)::before, h1 > span:nth-of-type(3)::after {
    width: 6vw;
}
}

@media (max-width: 689px) {
    p {
        font-size: 16px;
    }
    h1, h2 {
    font-size: 8vw;
    line-height: 1.2;
    }
    h1 > span:nth-of-type(3) {
    font-size: 10vw;
    }
    h1 > span:nth-of-type(3)::before, h1 > span:nth-of-type(3)::after {
    width: 8vw;
    }
}

@media (max-width: 400px) {
    h1, h2 {
    font-size: 10vw;
    }
    h1 > span:nth-of-type(3) {
    font-size: 12vw;
    }
    h1 > span:nth-of-type(3)::before, h1 > span:nth-of-type(3)::after {
    width: 10vw;
    }
    
}





/*////////
///MENU///
////////*/
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:hover:after {
    display: none!important;
}


@media (min-width: 1000px){
.logo-spacing {
    width: 100px;
}
}





/*//////////
///HOME///
//////////*/

/* ---SOFÁCTORY TV --- */

#sofactorytv {
    border: 40px solid var(--morado);
    border-radius: 40px;
    background: #252525;
    animation: fondo-tv linear 3s infinite;
}

@keyframes fondo-tv {
    0% { background: #252525;}
    20% { background: #252525;}
    22% { background: #353535;}
    24% { background: #252525;}
    26% { background: #353535;}
    28% { background: #252525;}

    60% { background: #252525;}
    62% { background: #353535;}
    64% { background: #252525;}
}

.sofactorytv-antenas img{
    width: 16vw!important;
}

.sofactorytv-title .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sofactorytv-title h2 {
    color: var(--blanco);
    font-size: 6vw;
    margin: 0 0 0 40px;
}

#sofactorytv h3 {
    color: var(--blanco);
    font-size: 3vw;
    font-weight: 300;
    font-family: var(--font-parrafo);
}

#sofactorytv p {
    color: #bfbfbf;
}

.sofactorytv-title img {
    width: 8vw!important;
    position: relative;
    bottom: 20px;
}

@media (max-width: 999px) {
    #sofactorytv .cell {
        padding: 0 20px!important;
    }
    .sofactorytv-title h2 {
    font-size: 8vw;
    margin: 0 0 0 20px;
    }
    .sofactorytv-title img {
    width: 11vw !important;
}
#sofactorytv h3 {
    font-size: 5vw;
}
}

@media (max-width: 689px) {
    #sofactorytv {
    border: 20px solid var(--morado);
    border-radius: 20px;
}
    .sofactorytv-title img {
        bottom: 1.8vw;
}
#sofactorytv h3 {
    font-size: 7vw;
}
}




/* --- TIPOS DE SOFÁS --- */

.tipos-text h3 {
    font-size: 2vw;
    font-weight: 300;
    font-family: var(--font-parrafo);
    line-height: 1;
    background-color: #8546733c;
    color: var(--negro);
    border-radius: 100px;
    padding: 12px 32px!important;
    backdrop-filter: blur(4px);
}

.tipos-text h3.amarillo {
    background-color: #f5ca3b3c;
}

.tipos-text h3.negro {
    background-color: #0000003c;
}

.tipos-text .nectar-scrolling-text {
    margin: 20px 0px;
}

@media (max-width: 999px) {
    .tipos-text h3 {
    font-size: 3vw;
    }
}

@media (max-width: 999px) {
    .tipos-text h3 {
    font-size: 5vw;
    }
    .tipos-text .nectar-scrolling-text {
    margin: 10px 0px;
    }
    .nectar-simple-slider.sizing-percentage.height-90vh {
        height: 60vh;
    }
}

@media (max-width: 689px) {
    .nectar-simple-slider.sizing-percentage.height-90vh {
        height: 40vh;
    }
}




/* --- SOFÁS A MEDIDA --- */

.sofas-a-medida-text {
    padding: 25vh 0;
}

.sofas-a-medida-text h3 {
    font-family: var(--font-parrafo);
    color: var(--amarillo);
    font-size: 3.4vw;
}

.sofas-a-medida-text p {
    color: var(--blanco)!important;
}

.numero-sofas-a-medida {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.numero-sofas-a-medida p {
    color: #ffffff3d;
    font-size: 40vw;
    font-weight: 900;
    line-height: 0.9!important;
}

@media (max-width: 999px) {
    .sofas-a-medida-text {
    padding: 5vh 0;
}
    .sofas-a-medida-text h3 {
    font-size: 6vw;
    padding-right: 14vw;
}
.numero-sofas-a-medida p {
    color: #ffffff;
}
.numero-sofas-a-medida {
    left: 15%;
}
.nectar-sticky-media-sections .nectar-sticky-media-section__content-section:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (max-width: 689px) {
    .sofas-a-medida-text {
    padding: 5vh 20px;
}
    .sofas-a-medida-text h3 {
    font-size: 8vw;
    padding-right: 0vw;
}
.numero-sofas-a-medida {
    top: 45%;
    left: 2%;
    transform: translate(0%, -55%);
}
.numero-sofas-a-medida p {
    font-size: 50vw;
}
.nectar-sticky-media-sections .nectar-sticky-media-section__content-section:not(:last-child) {
        margin-bottom: 20px;
    }
}




/* --- RELLENO Y TAPIZADO --- */

.relleno h3, .densidad h3, .telas h3 {
    position: absolute;
    z-index: 200;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.relleno h3 {
    top: 20px;
    left: 32px;
}

.densidad h3 {
    bottom: 24px;
    right: 32px;
    padding-left: 40px;
}

@media (max-width: 999px) {
    .relleno h3, .densidad h3, .telas h3 {
    font-size: 3vw;
}
.relleno h3 {
    top: 20px;
    left: 20px;
}
.densidad h3 {
    bottom: 10px;
    right: 20px;
    padding-left: 20px;
}
.telas h3 {
    bottom: 0px;
    margin: 0 !important;
    padding: 12px 20px;
    left: 0px;
    background-color: #00000069;
    backdrop-filter: blur(4px);
}
.espumas-cont .col {
    margin-bottom: 0!important;
}
}

@media (max-width: 689px) {
    .relleno h3, .densidad h3, .telas h3 {
    font-size: 6vw;
}
}





/* --- RESEÑAS --- */

.testimonial_slider blockquote span {
    font-size: 20px!important;
    font-family: var(--font-titulo);
}

@media only screen and (max-width: 690px) {
    .main-content .testimonial_slider[data-style=multiple_visible] blockquote p {
        padding: 20px;
    }
}

@media (max-width: 999px) {
    .testimonial_slider[data-style*=multiple_visible] blockquote {
    padding: 5px;
}
}




/* CONTACTO */

.contacto-cards-row .row_col_wrap_12 {
    gap: 2vw;
    flex-wrap: nowrap!important;
    justify-content: space-between;
    display: flex;
}

.contacto-direcciones {
    text-align: center;
    padding: 40px;
}

.contacto-direcciones h3 {
    font-size: 28px;
}

.nectar-leaflet-map {
    border-radius: 10px;
    border: 1px solid var(--morado);
}

.leaflet-control-attribution {
    display: none;
}

@media (max-width: 1299px) {
    .contacto-cards-row .contacto-cards-col {
        width: 48%;
    }
    .contacto-cards-row .row_col_wrap_12 {
    flex-wrap: wrap!important;
    justify-content: center;
}
    .contacto-direcciones {
    padding: 40px 50px;
}
}

@media (max-width: 999px) {
    .contacto-cards-row .contacto-cards-col {
        width: 100%;
    }
    .contacto-cards-row .row_col_wrap_12 {
    gap: 60px;
}
}

@media (max-width: 689px) {
    .contacto-cards-row .contacto-cards-col {
        width: 100%;
    }
    .contacto-cards-row .row_col_wrap_12 {
    gap: 40px;
}
}




/*//////////
///FOOTER///
//////////*/
.copyright-cont * {
    font-size: 13px!important;
    color: var(--gris-oscuro)!important;
    font-weight: 400;
}

.copyright-cont a {
    color: #444!important;
}

.copyright-cont a:hover {
    color: var(--morado)!important;
}


 .lopd-links .wpb_wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
}

@media (max-width: 999px) {
    .lopd-links .wpb_wrapper {
        justify-content: flex-end;
}
}


@media (max-width: 689px) {
    .lopd-links .wpb_wrapper {
        flex-direction: column;
        gap: 12px;
    }
}