:root {
    --rubik: "Rubik", sans-serif !important;
    --grisc: #FAFAFA !important;
    --gris: #D5D3D3 !important;
}

/*FOOTER*/
#fila_footer {
    height: 552px;
    color: #1C1C1C;
    padding-top: 130px;
}

.grisc16 {
    font-family: var(--rubik);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 25px;
    color: var(--grisc);
}

.redesFooter {
    display: flex;
    gap: 13px;
    margin-top: 57px;
}

#footer_col1 p {
    max-width: 283px;
}

.grisc18 {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    color: var(--grisc);
}

#footer_col2 h4,
#footer_col3 h4 {
    margin: 0px;
}

.contenedorContacto {
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.contactoFooter {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.gris14 {
    font-family: var(--rubik);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--gris);
}

.grisc14 {
    font-family: var(--rubik);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--grisc);
}

.contactoFooter>div>p {
    margin-bottom: 5px;
}

.contactoFooter>div>a:hover {
    color: var(--grisc);
}

.grisc18Med {
    font-family: var(--rubik);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
    color: var(--grisc);
}

.contDatos {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.contDatos>div {
    display: flex;
    gap: 7px;
    align-items: center;
}

.contDatos a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contDatos a:hover {
    color: var(--grisc);
}


#footer_col4>div>div>div {
    margin-bottom: 0px !important;
    margin-top: 35px;
}

#footer_col4 a:hover {
    color: var(--grisc);
}


@media screen and (min-width: 1200px) {
    #fila_footer>div {
        width: 1230px;
    }
}

@media screen and (max-width: 750px) {
    #fila_footer {
        padding-top: 70px;
        height: 740px;
    }

    #footer_col1,
    #footer_col2 {
        width: 50%;
    }

    #footer_col4>div>div>div {
        margin-top: 15px;
    }
}

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

    #footer_col1,
    #footer_col2 {
        width: 100%;
    }

    #fila_footer {
        height: 1050px;
    }

}

/*FIN FOOTER*/

/*Slider*/

#slider_youtube {
    height: 1080px;
    margin-top: -50px;
}

#slider_youtube>.ld-container {
    display: flex;
    justify-content: center;
}

.blanco70 {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 70px;
    letter-spacing: 0px;
    line-height: 74px;
    color: white;
}

#slider_youtube h1 {
    max-width: 1025px;
}

.blanco36 {
    font-family: var(--rubik);
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 44px;
    color: white;
}

.boton-slider {
    width: fit-content;
    padding: 20px 45px;
    display: flex;
    background-color: #F9BC09;
    border-radius: 32px;
    font-family: var(--rubik);
    font-weight: 400;
    letter-spacing: 0px;
    color: white;
    align-items: center;
    margin-inline: auto;
    justify-content: center;
    border: 2px solid #F9BC09;
    font-size: 18px;
}

.boton-slider:hover {
    background-color: transparent;
    color: #F9BC09;
}

.boton-slider:hover>img {
    content: url(/wp-content/uploads/2025/05/flecha-amarilla.svg);
}

@media screen and (max-width: 1445px) {
    #slider_youtube {
        height: 750px;
    }

}

@media screen and (max-width: 600px) {
    .blanco70 {
        font-size: 41px;
        line-height: 50px;
    }

    .blanco36 {
        font-size: 21px;
        line-height: 28px;
		text-wrap-style: balance;
    }

    .boton-slider {
        width: 152px;
        height: 52px;
        font-size: 16px;
    }

    #slider_youtube {
        height: 651px;
    }

    #slider_youtube .row-bg {
        background-position: center;
        background-size: cover;
    }
}

/*-------------------------------- FIX ----------------------------- */

@media (min-width: 715px) and (max-width: 1000px) {

    #slider_youtube  h1{
    font-size: 45px;
	line-height: 58px;
    text-wrap-style: pretty;
    }

    #slider_youtube h2{
    font-size: 30px;
    text-wrap-style: balance;
    margin-bottom: 5rem;
    }

    .boton-slider{
        width: 180px;
    }
	  }


