/* _content/AppDFA/Components/00_Header/Idiomas.razor.rz.scp.css */
.cldIdiomaActivo[b-ktsxqvo5ps] {
    color: #C8A3C8;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
}

.cldIdiomaInActivo[b-ktsxqvo5ps] {
    color: #642663;
   
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
}

    .cldIdiomaInActivo:hover[b-ktsxqvo5ps] {
        border-bottom: solid 1px #C8BA78;
    }
/* _content/AppDFA/Components/00_Header/IdiomasP.razor.rz.scp.css */
.dropdownidiomasp[b-p6298xf0cu] {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 30px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}
/* _content/AppDFA/Components/00_Header/Menu.razor.rz.scp.css */
/* El contenedor padre */
.dropdown-contenedor[b-in1h17s0hm] {
    position: relative;
    display: inline-block;
}

/* Estilos para el bot�n principal */
.dropdown-boton[b-in1h17s0hm] {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre el texto y el �ngulo */
}

/* --- NUEVO: �ngulo de 90 grados dibujado con CSS --- */
.flecha-menu[b-in1h17s0hm] {
    display: inline-block;
    width: 10px; /* Ancho del s�mbolo */
    height: 10px; /* Alto del s�mbolo (igual al ancho para 90�) */
    border-right: 1px solid #642663; /* Grosor y color de la l�nea derecha */
    border-bottom: 1px solid #642663; /* Grosor y color de la l�nea inferior */
    /* Lo rotamos 45 grados para que la esquina apunte hacia abajo */
    transform: rotate(45deg);
    /* Un peque�o ajuste manual para alinearlo perfectamente al centro del texto */
    margin-top: -3px;
    transition: transform 0.2s ease; /* Animaci�n suave al girar */
}

/* El men� flotante (Por defecto OCULTO) */
.submenu-dropdown[b-in1h17s0hm] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: white;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    width: max-content;
}

/* --- Al pasar el mouse por el contenedor, muestra el hijo --- */
.dropdown-contenedor:hover .submenu-dropdown[b-in1h17s0hm] {
    display: flex;
    flex-direction:column;
}

/* --- ACTUALIZADO: Gira el �ngulo 180 grados hacia arriba --- */
.dropdown-contenedor:hover .flecha-menu[b-in1h17s0hm] {
    /* Como part�a de 45�, al sumarle 180� pasa a 225� (apunta hacia arriba) */
    transform: rotate(225deg);
    margin-top: 3px; /* Ajuste visual inverso al girar */
}

/* Cada �tem dentro del dropdown */
.clsItemCategoria[b-in1h17s0hm] {
    cursor: pointer;
    color: #642663;
    font-family: "Open Sans";    
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 10px 16px;
}

    /* Efecto hover de los �tems del men� */
    .clsItemCategoria:hover[b-in1h17s0hm] {
        color: #d5d5d5;
    }

.clsItemCategoriaSub[b-in1h17s0hm] {
    color: #302D2C;  
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
}
    .clsItemCategoriaSub:hover[b-in1h17s0hm] {
        color: #d5d5d5;
    }
.clsSlogan[b-in1h17s0hm] {
    color: #302D2C;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */   
    padding-top: 22px;
}

.clslogocont[b-in1h17s0hm] {
    display:flex;
}

.clsListaMenu[b-in1h17s0hm] {
    margin-left: auto;
}
.clsSeparadorMenu[b-in1h17s0hm] {
    font-size: 22px;
    color: #642663;
    margin-top: 4px;
    margin-left:20px;
}
.clsControlIdiomas[b-in1h17s0hm] {    
    padding-left: 24px;
    margin-top: 6px
}
.clscontactosuperior[b-in1h17s0hm] {
        
    font-family: Roboto;   
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    padding: 7px 24px 0px 6px;
}
  

    .clsBarraBusqueda[b-in1h17s0hm] {
        display: flex;       
        height: 28px;
        padding: 5px 4px;
        align-items: center;
        gap: 10px;
        border-radius: 100px;
        border: 1px solid #FFFFFF;
    }


.clsBarraBusqueda2[b-in1h17s0hm] {
    display: flex;
    height: 28px;
    padding: 5px 4px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #C8BA78;
}

.clsLogoEmpresaHome[b-in1h17s0hm] {
}

.clsListaMenuP[b-in1h17s0hm] {
    display: none;
    flex-direction: column;
    position: fixed;
    background-color: #fffffff3;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    z-index: 4;
    border-bottom: solid 1px #642663;
    border-top: solid 1px #642663;
}

.clsListaMenu[b-in1h17s0hm] {
    gap:28px;
}

.clsBurguer[b-in1h17s0hm]{
    gap:10px;
    margin-right:14px;
}
.clsBurguer:hover[b-in1h17s0hm] {
    cursor: pointer;
}

.clsespacioidiomas[b-in1h17s0hm] {
    display: flex;
    flex-direction: row-reverse;
    
}

.clsbarrasuperiorinfo[b-in1h17s0hm] {
    height: 32px;
    width: 100%;
    border-bottom: solid 1px #888888;
    margin-bottom: 10px;
    margin-top: 4px;
}

.clsbarrasuperiorinfo2[b-in1h17s0hm] {
    height: 32px;
    width: 100%;
    border-bottom: solid 1px #2370BA;
    margin-bottom: 10px;
    margin-top: 4px;
}

.clsImagenLogoSup[b-in1h17s0hm]{
    height:auto;
}

.clsCircle[b-in1h17s0hm] {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    padding: 1px 0px 0px 6px;
    border: 1px solid #642663;
}


.clsBarraSup1[b-in1h17s0hm] {
    z-index: 2;
    background-color: #ffffff;
    display: none;    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px transparent;
}

.clsBarraSup2[b-in1h17s0hm] {
    z-index: 2;
    background-color: #FFFFFF;
    display: none;   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #fff;
}

.clsItProductos[b-in1h17s0hm] {
    background-color: #2370BA;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    width: max-content;
    padding: 10px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
}

.clsItProductosAlto[b-in1h17s0hm] {
    display: flex;
    border-bottom: solid 1px #6699cc;
    height: 34px;
    padding: 0px 20px 0px 20px;
}

.clsItProductosBajo[b-in1h17s0hm] {
    background-color: #2370BA;
}

.clsTituloProductos[b-in1h17s0hm] {
    color: #fff;
}

.columna1[b-in1h17s0hm] {
    float: left;
    width: max-content;
    margin-right: 60px;
    margin-left: 30px
}


.columna2[b-in1h17s0hm] {
    float: left;
    width: max-content;
    margin-right: 60px;
}


.columna3[b-in1h17s0hm] {
    float: left;
    width: max-content;
    margin-right: 30px
}

.clsContProductos[b-in1h17s0hm] {
    background-color: #2370BA;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    padding: 30px 20px 10px 20px;
    position: absolute;
    top: 80px;
    left: 0;
    width: max-content;
}

.clsiconoup[b-in1h17s0hm] {
    width: 18px;
    margin-top: -5px;
}

.clsiconodown[b-in1h17s0hm] {
    margin-left: -10px;
    margin-right: 10px;
    width: 18px;
    margin-top: 5px;
}

.clsTituloCategoria[b-in1h17s0hm] {
    color: #fff;
}

.clsCatN1[b-in1h17s0hm] {
    color: #ffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    height: 40px;
    display: flex;
    gap: 10px;
    width: max-content;
}

.punto[b-in1h17s0hm] {
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 6px;
}

.clsBloq1[b-in1h17s0hm] {
    
}

@media screen and (min-width: 200px) {

    .clsSlogan[b-in1h17s0hm] {        
        margin-left: 0px;        
    }

    .clsListaMenuP[b-in1h17s0hm] {
       top:109px;
    }

    .clsBarraSup1[b-in1h17s0hm] {       
        height: 80px;      
    }
    .clsBarraSup2[b-in1h17s0hm] {
        height: 80px;
    }
    .clsImagenLogoSup[b-in1h17s0hm] {
        width:120px;
        margin-top:5px;
    }

    .clsespacioidiomas[b-in1h17s0hm] {
        margin-right: -5px;
    }
    .clsControlIdiomas[b-in1h17s0hm] {
        display: none;       
    }

    .clsBloq1[b-in1h17s0hm]{
        height:700px;
    }

    .clsBloq2[b-in1h17s0hm] {
        height: 124px;
    }

    .clsListaMenu[b-in1h17s0hm] {
        display: none;
        position: absolute;
        top: 70px;
    }

    .clsBurguer[b-in1h17s0hm] {
        display: flex;
        position: absolute;
        right: 20px;
        top: 12px;
    }
    .clsBloqueContacto[b-in1h17s0hm] {
        margin-right: 20px;
        display: none;
    }

    .contenedor[b-in1h17s0hm] {
        display:block;
        justify-content:space-between;
        align-items:center;
       
    }

    .clslogocont[b-in1h17s0hm] {
        margin-top: -10px;
        margin-bottom: 10px;
        flex-direction:column;
    }

    .clscontactosuperior[b-in1h17s0hm] {       
        font-size: 16px;       
    }
    .clsItemCategoria[b-in1h17s0hm] {
        font-size: 18px;
    }
}


@media screen and (min-width: 800px) {
    .clsBloqueContacto[b-in1h17s0hm] {
        margin-right: 20px;
        display: none;
    }
    .contenedor[b-in1h17s0hm] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .clsBurguer[b-in1h17s0hm] {
        display: flex;
        position: relative;
        right: unset;
        top: unset;
    }
    
    .clscontactosuperior[b-in1h17s0hm] {
        font-size: 18px;
    }
    .clsBloq2[b-in1h17s0hm] {
        height: 64px;
    }
}


@media screen and (min-width: 1500px) {
    .clsBloqueContacto[b-in1h17s0hm] {       
        display: flex;
    }
    .clsSlogan[b-in1h17s0hm] {
        margin-left: 40px;
    }
    .clsListaMenuP[b-in1h17s0hm] {
        top: 80px;
    }

    .clsBloq1[b-in1h17s0hm] {
        height: 700px;
    }

    .clslogocont[b-in1h17s0hm] {
        margin-top: unset;
        margin-bottom: unset;
        flex-direction:row;
    }

    .clsBarraSup1[b-in1h17s0hm] {
        height: 80px;
    }

    .clsBarraSup2[b-in1h17s0hm] {
        height: 80px;
    }

    .clsImagenLogoSup[b-in1h17s0hm] {
        width: 150px;
        margin-top: inherit;
    }

    .clsespacioidiomas[b-in1h17s0hm] {
        margin-right: 88px;
    }

    .clsControlIdiomas[b-in1h17s0hm] {
        display: block;
    }

    .clsBloq1[b-in1h17s0hm] {
        height: 700px;
    }

    .clsListaMenu[b-in1h17s0hm] {
        display: flex;
        position: relative;
        top: 0px;
    }

    .clsListaMenuP[b-in1h17s0hm] {
        display: none;
    }

    .clsBurguer[b-in1h17s0hm] {
        display: none;
    }

   
    .clsBarraBusqueda[b-in1h17s0hm] {
        width: 150px;
    }

    .clsBarraBusqueda2[b-in1h17s0hm] {
        width: 150px;
    }

    .clsBloq1[b-in1h17s0hm] {
        height: 700px;
    }

    .clsItemCategoria[b-in1h17s0hm] {
        font-size: 14px;
    }
}

@media screen and (min-width: 1600px) {
    .clsItemCategoria[b-in1h17s0hm] {
        font-size: 16px;
    }

}

@media screen and (min-width: 1700px) {
    .clsItemCategoria[b-in1h17s0hm] {
        font-size: 18px;
    }
}

@media screen and (min-width: 1800px) {

    .clsBarraBusqueda[b-in1h17s0hm] {
        width: 250px;
    }

    .clsBarraBusqueda2[b-in1h17s0hm] {
        width: 250px;
    }

    .clsBloq1[b-in1h17s0hm] {
        height: 700px;
    }

   
}
/* _content/AppDFA/Components/01_Home/CuadriculoQueHacemos.razor.rz.scp.css */

.ofertas-seccion[b-mhsiq96n0g] {
    max-width: 1512px; /* Un ancho m�ximo realista para pantallas grandes, eliminando los 1920px fijos */
    margin: 0 auto;
}

.ofertas-titulo[b-mhsiq96n0g] {
    color: #642663;
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
}

/* --- Estructura de la Tarjeta --- */
.tarjeta-oferta[b-mhsiq96n0g] {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px; /* Un peque�o redondeado opcional para que quede mejor */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    /* Capa oscura por defecto (El gradiente original rgba 0.5) */
    .tarjeta-oferta[b-mhsiq96n0g]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
        z-index: 1;
        transition: background-color 0.4s ease; /* Transici�n suave */
    }

    /* --- EFECTO HOVER: Se vuelve completamente Violeta --- */
    .tarjeta-oferta:hover[b-mhsiq96n0g]::before {
        /* Sustituye el gradiente negro por tu color violeta s�lido */
        background: #642663;
    }

/* Contenido del texto sobre la tarjeta */
.tarjeta-contenido[b-mhsiq96n0g] {
    position: relative;
    z-index: 2; /* Se posiciona por encima de la capa antes creada */
    padding: 0 50px;
    text-align: center;
    width: 100%;
}

    .tarjeta-contenido h3[b-mhsiq96n0g] {
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 38.40px;
        letter-spacing: 0.5px;
        margin: 0;
        text-transform: uppercase;
        
    }

/* --- Ajustes de Responsive Manuales si fuesen necesarios --- */
@media (max-width: 767px) {
    .tarjeta-oferta[b-mhsiq96n0g] {
        height: 300px; /* Reducimos un poco la altura en m�viles para que no sature la pantalla */
    }

    .tarjeta-contenido h3[b-mhsiq96n0g] {
        font-size: 24px; /* Texto un poco m�s peque�o en pantallas m�viles */
        line-height: 30px;
    }
}
/* _content/AppDFA/Components/01_Home/EnlaceDFA.razor.rz.scp.css */

.clscontenedor[b-a3kuwcubil] {
    max-width:1620px;
}

.clsbloqueTexto[b-a3kuwcubil]{
    padding-left:40px;
}

.clsfondo[b-a3kuwcubil] {
    background: #F6F6F6;   
}

.clsTituloEnlace[b-a3kuwcubil] {
    color: #642663;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    border: 1px solid #642663;
    display: flex;
    padding: 25px 50px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

    .clsTituloEnlace:hover[b-a3kuwcubil] {
        color: #64266355;
        border: 1px solid #64266355;
    }


.clsTituloSobreMi[b-a3kuwcubil] {
    color: #642663;  
    font-family: 'Open Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    margin-bottom:30px;
}

.clsTextoSobreMi[b-a3kuwcubil] {
    color: #302D2C;   
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    margin-bottom: 48px;
}

.clsImagen1[b-a3kuwcubil] {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 200px) {
    .clsTituloSobreMi[b-a3kuwcubil] {
        font-size: 20px;
    }

    .clsTextoSobreMi[b-a3kuwcubil] {
        font-size: 16px;
    }
    .clsfondo[b-a3kuwcubil] {       
        padding: 100px 0 50px 0;
    }

    .clsBotonEnlace[b-a3kuwcubil]{
        margin-bottom:40px;
    }
    .clsTituloEnlace[b-a3kuwcubil] {
        margin-left: auto;
        margin-right: auto;
    }
    .clsbloqueTexto[b-a3kuwcubil] {
        padding-left: 0px;
    }
}


@media screen and (min-width: 1200px) {

    .clsTituloSobreMi[b-a3kuwcubil] {
        font-size: 32px;
    }

    .clsTextoSobreMi[b-a3kuwcubil] {
        font-size: 24px;
    }
    .clsfondo[b-a3kuwcubil] {
        padding: 100px 0 50px 0;
    }
    .clsBotonEnlace[b-a3kuwcubil] {
        margin-bottom: 0px;
    }

    .clsTituloEnlace[b-a3kuwcubil] {
        margin-left: inherit;
        margin-right: inherit;
    }
    .clsbloqueTexto[b-a3kuwcubil] {
        padding-left: 40px;
    }
}
/* _content/AppDFA/Components/01_Home/EnlaceLibros.razor.rz.scp.css */

.clsBloqueIzq[b-zujb7czgjn] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.clsBloqueDer[b-zujb7czgjn] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.clscontenedor3[b-zujb7czgjn] {
    max-width:1520px;
}

.clsbloqueTexto3[b-zujb7czgjn] {      
    padding-top: 50px;    
    padding-bottom:60px;
}

.clsfondo3[b-zujb7czgjn] {    
    display:flex;
}

.clsTituloEnlace3[b-zujb7czgjn] {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    border: 1px solid #FFF;
    display: flex;
    padding: 25px 50px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

    .clsTituloEnlace3:hover[b-zujb7czgjn] {
        border: 1px solid #C8A3C8;
        color: #C8A3C8;
    }


.clsTituloSobreMi3[b-zujb7czgjn] {
    color: #FFF;
    /* Desktop/H1 */
    font-family: "Cormorant Garamond";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 70.4px */
    letter-spacing: -1.92px;
    margin-bottom: 20px;
    margin-top:40px;
}

.clsTextoSobreMi3[b-zujb7czgjn] {
    color: #FFF;   
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    margin-bottom: 48px;
}

.clsImagen13[b-zujb7czgjn]{
    width:100%;
}

@media screen and (min-width: 200px) {

    .clsbloqueTexto3[b-zujb7czgjn] {
        padding-left: 40px;        
        padding-right: 40px;        
    }


    .clsTituloSobreMi3[b-zujb7czgjn] {
        font-size: 36px;
    }

    .clsTextoSobreMi3[b-zujb7czgjn] {
        font-size: 18px;
    }
    .clsfondo3[b-zujb7czgjn] {       
        padding: 50px 0;
    }
    .clsTituloEnlace3[b-zujb7czgjn] {
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (min-width: 1200px) {

    .clsbloqueTexto3[b-zujb7czgjn] {
        padding-left: 240px;
        padding-right: 200px;
    }

    .clsTituloSobreMi3[b-zujb7czgjn] {       
        font-size: 48px;       
    }

    .clsTextoSobreMi3[b-zujb7czgjn] {        
        font-size: 20px;       
    }
    .clsTituloEnlace3[b-zujb7czgjn] {
        margin-left: inherit;
        margin-right: inherit;
    }
    .clsfondo3[b-zujb7czgjn] {
        padding: 50px 0 0 0;
    }
}
/* _content/AppDFA/Components/01_Home/EnlacePublicaciones.razor.rz.scp.css */
/* --- Base de la Tarjeta --- */
.card-categoria[b-vk2k4pgmml] {
    min-height: 200px; /* Altura optimizada para m�viles */
    font-family: 'Open Sans', sans-serif;
    transition: transform 0.2s ease-in-out;
}

    /* Un peque�o efecto de escala al pasar el mouse para mejorar el feedback visual */
    .card-categoria:hover[b-vk2k4pgmml] {
        transform: translateY(-3px);
    }

/* --- Capas de Contenido --- */
.card-bg-image[b-vk2k4pgmml] {
    z-index: 1;
    background-size: cover;
}

.card-overlay-violet[b-vk2k4pgmml] {
    background-color: #642663; /* Violeta de Bootstrap */
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
}

.card-text-front[b-vk2k4pgmml] {
    z-index: 3;
}

/* --- Control del Hover --- */
.card-categoria:hover .card-overlay-violet[b-vk2k4pgmml] {
    opacity: 1;
}

/* --- Media Query para Pantallas Medianas y Grandes (Tablets/PC) --- */
@media (min-width: 768px) {
    .card-categoria[b-vk2k4pgmml] {
        min-height: 300px; /* Recupera los 300px de Figma en escritorio */
    }
}
/* _content/AppDFA/Components/01_Home/EnlaceServicio.razor.rz.scp.css */

.clsBloqueIzq[b-flb975n3ed]{
    padding-right:0px !important;
    padding-left:0px !important;
}

.clsBloqueDer[b-flb975n3ed] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.clscontenedor2[b-flb975n3ed] {
    max-width: 1520px;
}

.clsbloqueTexto2[b-flb975n3ed] {   
    padding-top: 50px;    
    padding-bottom: 50px;
}

.clsfondo2[b-flb975n3ed] {
    background: #F6F6F6;   
    display:flex;
}

.clsTituloEnlace2[b-flb975n3ed] {
    color: #302D2C;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    border: 1px solid #302D2C;
    display: flex;
    padding: 25px 50px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

    .clsTituloEnlace2:hover[b-flb975n3ed] {
        border: 1px solid #642663;        
        color: #642663;
    }


.clsTituloSobreMi2[b-flb975n3ed] {
    color: #302D2C;   
    font-family: 'Cormorant Garamond';
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 70.4px */
    letter-spacing: -1.92px;
    margin-top:80px;
    margin-bottom:30px;
}

.clsTextoSobreMi2[b-flb975n3ed] {
    color: #302D2C;   
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    margin-bottom: 48px;
}

.clsImagen12[b-flb975n3ed] {
    width: 100%;
    object-fit: cover; 
    object-position: center;   
}

@media screen and (min-width: 200px) {

    .clsbloqueTexto2[b-flb975n3ed] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .clsTituloSobreMi2[b-flb975n3ed] {
        font-size: 46px;
    }

    .clsTextoSobreMi2[b-flb975n3ed] {
        font-size: 16px;
    }

    .clsfondo2[b-flb975n3ed] {       
        padding: 50px 0;
    }
    .clsTituloEnlace2[b-flb975n3ed] {
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (min-width: 1200px) {

    .clsbloqueTexto2[b-flb975n3ed] {
        padding-left: 240px;        
        padding-right: 200px;       
    }

    .clsTituloSobreMi2[b-flb975n3ed] {
        font-size: 64px;
    }

    .clsTextoSobreMi2[b-flb975n3ed] {
        font-size: 24px;
    }

    .clsfondo2[b-flb975n3ed] {
        padding: 50px 0 0 0;
    }
    .clsTituloEnlace2[b-flb975n3ed] {
        margin-left: inherit;
        margin-right: inherit;
    }
}
/* _content/AppDFA/Components/01_Home/EnlaceSobreNosotros.razor.rz.scp.css */

.clsBloqueIzq[b-y9ymy9h6r0] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.clsBloqueDer[b-y9ymy9h6r0] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.clscontenedor3[b-y9ymy9h6r0] {
    max-width:1520px;
}

.clsbloqueTexto3[b-y9ymy9h6r0] {    
    padding-top: 50px;   
    padding-bottom: 60px;
}

.clsfondo3[b-y9ymy9h6r0] {
    background: #F6F6F6;   
    display:flex;
}

.clsTituloEnlace3[b-y9ymy9h6r0] {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    border: 1px solid #FFF;
    display: flex;
    padding: 25px 50px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: fit-content;
   
}

    .clsTituloEnlace3:hover[b-y9ymy9h6r0] {
        border: 1px solid #C8A3C8;
        color: #C8A3C8;
    }


.clsTituloSobreMi3[b-y9ymy9h6r0] {
    color: #FFF;
    font-family: 'Cormorant Garamond';
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 70.4px */
    letter-spacing: -1.92px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.clsTextoSobreMi3[b-y9ymy9h6r0] {
    color: #FFF;   
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    margin-bottom: 48px;
}

.clsImagen13[b-y9ymy9h6r0]{
    width:100%;
}

@media screen and (min-width: 200px) {

    .clsbloqueTexto3[b-y9ymy9h6r0] {
        padding-left: 40px;       
        padding-right: 40px;        
    }

    .clsTituloSobreMi3[b-y9ymy9h6r0] {
        font-size: 46px;
    }

    .clsTextoSobreMi3[b-y9ymy9h6r0] {
        font-size: 16px;
    }
    .clsfondo3[b-y9ymy9h6r0] {       
        padding: 50px 0;
    }

    .clsTituloEnlace3[b-y9ymy9h6r0] {
        margin-left: auto;
        margin-right: auto;
    }

}



@media screen and (min-width: 1200px) {
    .clsbloqueTexto3[b-y9ymy9h6r0] {
        padding-left: 240px;
        padding-right: 200px;
    }

    .clsTituloSobreMi3[b-y9ymy9h6r0] {
        font-size: 64px;
    }

    .clsTextoSobreMi3[b-y9ymy9h6r0] {
        font-size: 24px;
    }

    .clsfondo3[b-y9ymy9h6r0] {
        padding: 50px 0 0 0;
    }

    .clsTituloEnlace3[b-y9ymy9h6r0] {
        margin-left: inherit;
        margin-right: inherit;
    }
}
/* _content/AppDFA/Components/01_Home/IntroHome.razor.rz.scp.css */



.clscontenedor[b-w5xxs6qtej] {
    max-width: 1620px;
    padding-top: 48px;
    text-align: left;
    
}

.clstituloprincipal[b-w5xxs6qtej] {
    color:#302D2C;
    text-align: center;
    /* Desktop/H2 */
    font-family: 'Cormorant Garamond';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 44px */
    margin-bottom: 24px;
    margin-top: 65px;
}



@media screen and (min-width: 200px) {

    .clstituloprincipal[b-w5xxs6qtej] {
        font-size: 36px;
    }
    .clsimagenprincipal[b-w5xxs6qtej] {
        width: auto;
        max-width:100%;
    }
}

@media screen and (min-width: 992px) {

    .clstituloprincipal[b-w5xxs6qtej] {
        font-size: 48px;
    }
    .clsimagenprincipal[b-w5xxs6qtej] {
        width: auto;
    }
}
/* _content/AppDFA/Components/01_Home/IntroHome0.razor.rz.scp.css */



.clscontenedor[b-78dlt6kfks] {
    max-width: 1220px;
    padding-top: 48px;
    text-align: left;
    
}

.clstituloprincipal[b-78dlt6kfks] {
    color: #642663;
    text-align: center;   
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    margin-bottom: 85px;
    margin-top: 65px;
}



@media screen and (min-width: 200px) {

    .clstituloprincipal[b-78dlt6kfks] {
        font-size: 20px;
    }
    .clsimagenprincipal[b-78dlt6kfks] {
        width: auto;
        max-width:100%;
    }
}

@media screen and (min-width: 992px) {

    .clstituloprincipal[b-78dlt6kfks] {
        font-size: 32px;
    }
    .clsimagenprincipal[b-78dlt6kfks] {
        width: auto;
    }
}
/* _content/AppDFA/Components/01_Home/SliderHome.razor.rz.scp.css */
.carousel-control-next-icon[b-7dy4s6mpbr] {
    background-image: url('/imagenes/siguiente.svg') !important;
}
.carousel-control-next-icon:hover[b-7dy4s6mpbr] {
    background-image: url('/imagenes/siguientehover.svg') !important;
}
.carousel-control-prev-icon[b-7dy4s6mpbr] {
    background-image: url('/imagenes/anterior.svg') !important;
}

    .carousel-control-prev-icon:hover[b-7dy4s6mpbr] {
        background-image: url('/imagenes/anteriorhover.svg') !important;
    }

.carousel-caption[b-7dy4s6mpbr] {
    position: absolute; /* Generalmente los captions ya lo son, pero lo aseguramos */
    z-index: 2 !important; /* ¡ESTO ES LO CLAVE! Debe ser mayor que el z-index de la capa (1) */
    color: white !important; /* Forzamos el blanco si es necesario */
    
}

.clsImagenCarousel[b-7dy4s6mpbr] {
    position: relative;
    width: 100%;
}
.carousel-item[b-7dy4s6mpbr] {
    position: relative; /* Importante para que sus hijos se posicionen respecto a él */
}
    .clsImagenCarousel[b-7dy4s6mpbr]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Capa negra al 50% de opacidad. Ajusta según necesites. */
        z-index: 1; /* Se coloca sobre la imagen (que no tiene z-index definido) */
        pointer-events: none; /* Como vimos antes, para que pasen los clics */
    }

.clsTituloSliderHome[b-7dy4s6mpbr] {   
    color: #FFF;   
    font-family: 'Cormorant Garamond';   
    font-style: normal;    
    
    line-height: 100%; /* 64px */    
    margin-bottom:24px;
    padding:0 50px;
}

.clsDescripcionSliderHome[b-7dy4s6mpbr] {
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
   
    line-height: 110%; /* 28.6px */
    margin-bottom: 36px;
    padding: 0 50px;
}


.clsBotonSliderHome[b-7dy4s6mpbr] {
    display: flex;
    height: 44px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 1px solid #FFF;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 50px;
    font-family: 'Open Sans';
    color: #FFF;
    
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
}

    .clsBotonSliderHome:hover[b-7dy4s6mpbr] {
        color: #C8A3C8;
        border: 1px solid #C8A3C8;
    }

    @keyframes opacidad1-b-7dy4s6mpbr {
        0% {
        opacity:0.1;
    }

    100% {
        opacity: 1;
    }

}

@keyframes opacidadmov1-b-7dy4s6mpbr {
    0% {
        margin-bottom: 100px;
        opacity: 0.1;
    }

    100% {
        margin-bottom: 0px;
        opacity: 1;
    }
}


@keyframes opacidadmov2-b-7dy4s6mpbr {
    0% {
        margin-top: 120px;
        opacity: 0.1;
    }

    100% {
        margin-top: 25px;
        opacity: 1;
    }
}

    @media screen and (min-width: 200px) {

        .clsTituloSliderHome[b-7dy4s6mpbr] {
            font-size: 34px;
        }

        .clsDescripcionSliderHome[b-7dy4s6mpbr] {
            font-size: 14px;
        }
        .clsBotonSliderHome[b-7dy4s6mpbr] {
            font-size: 16px;
        }

        .carousel-caption[b-7dy4s6mpbr] {
            position: absolute; /* Generalmente los captions ya lo son, pero lo aseguramos */
            z-index: 2 !important; /* ¡ESTO ES LO CLAVE! Debe ser mayor que el z-index de la capa (1) */
            color: white !important; /* Forzamos el blanco si es necesario */
            bottom: 210px;
        }

    }

@media screen and (min-width: 800px) {
    .clsTituloSliderHome[b-7dy4s6mpbr] {
        font-size: 44px;
    }
    .clsDescripcionSliderHome[b-7dy4s6mpbr] {
        font-size: 16px;
    }
    .clsBotonSliderHome[b-7dy4s6mpbr] {
        font-size: 20px;
    }
}


    @media screen and (min-width: 1000px) {
        .clsTituloSliderHome[b-7dy4s6mpbr] {
            font-size: 64px;
        }
        .clsDescripcionSliderHome[b-7dy4s6mpbr] {
            font-size: 20px;
        }
        .clsBotonSliderHome[b-7dy4s6mpbr] {
            font-size: 24px;
        }
        .carousel-caption[b-7dy4s6mpbr] {
            position: absolute; /* Generalmente los captions ya lo son, pero lo aseguramos */
            z-index: 2 !important; /* ¡ESTO ES LO CLAVE! Debe ser mayor que el z-index de la capa (1) */
            color: white !important; /* Forzamos el blanco si es necesario */
            bottom: 210px;
        }
    }
/* _content/AppDFA/Components/02_QueEsDFA/CabeceraFondoGris.razor.rz.scp.css */
/* --- Secci�n de Encabezado --- */
.section-header-dfa[b-xxp54pnqz9] {
    background-color: #F7F7F7;
    /* Eliminamos el height fijo para que el contenedor crezca de forma natural con el padding */
}

/* --- T�tulo Principal --- */
.title-dfa[b-xxp54pnqz9] {
    font-family: 'Cormorant Garamond', serif;
    color: #302D2C;
    font-weight: 400;
    line-height: 1.1;
    /* Tama�o de fuente adaptable: empieza en 2.5rem en m�viles */
    font-size: 2.5rem;
}

/* --- Ajuste Responsivo para Pantallas Grandes (Escritorio) --- */
@media (min-width: 768px) {
    .title-dfa[b-xxp54pnqz9] {
        /* Recupera los 64px exactos de Figma en pantallas de PC */
        font-size: 64px;
    }
}
/* _content/AppDFA/Components/02_QueEsDFA/QueEsDFA.razor.rz.scp.css */
/* --- Contenedor del Bloque de Texto --- */
.section-content-dfa[b-lf6snchzcg] {
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
}

/* --- Destacado / P�rrafo Introductorio --- */
.dfa-lead-text[b-lf6snchzcg] {
    color: #642663; /* Color morado corporativo */
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.5rem; /* Tama�o adaptado para m�viles */
}

/* --- Cuerpo del Texto --- */
.dfa-body-text[b-lf6snchzcg] {
    color: #000000;
    font-weight: 400;
    line-height: 130%;
    font-size: 1.1rem;
}

/* Enlace o texto subrayado */
.dfa-link[b-lf6snchzcg] {
    text-decoration: underline;
    color: inherit;
}

/* --- Imagen Adaptable --- */
.dfa-responsive-img[b-lf6snchzcg] {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 400px; /* Evita que en pantallas enormes sea gigantesca */
    /* Nota: Si de verdad necesitas girar la imagen 180� como en tu Figma, 
     descomenta la siguiente l�nea. Si no, qu�tala. */
    /* transform: rotate(180deg); */
}

@media (min-width: 200px) {
    .dfa-lead-text[b-lf6snchzcg] {
        font-size: 24px; /* Recupera los 32px exactos de Figma */
    }

    .dfa-body-text[b-lf6snchzcg] {
        font-size: 16px; /* Recupera los 20px exactos de Figma */
    }
}


/* --- Ajustes Responsivos para Pantallas Grandes (Escritorio) --- */
@media (min-width: 768px) {
    .dfa-lead-text[b-lf6snchzcg] {
        font-size: 32px; /* Recupera los 32px exactos de Figma */
    }

    .dfa-body-text[b-lf6snchzcg] {
        font-size: 20px; /* Recupera los 20px exactos de Figma */
    }
}
/* _content/AppDFA/Components/03_QueHacemos/CabeceraFondoLila.razor.rz.scp.css */
/* --- Secci�n de Encabezado --- */
.section-header-dfa[b-r7yqdzloli] {
    background-color: #C8A3C8;
    /* Eliminamos el height fijo para que el contenedor crezca de forma natural con el padding */
}

/* --- T�tulo Principal --- */
.title-dfa[b-r7yqdzloli] {
    font-family: 'Cormorant Garamond', serif;
    color: #302D2C;
    font-weight: 400;
    line-height: 1.1;
    /* Tama�o de fuente adaptable: empieza en 2.5rem en m�viles */
    font-size: 2.5rem;
}

/* --- Ajuste Responsivo para Pantallas Grandes (Escritorio) --- */
@media (min-width: 768px) {
    .title-dfa[b-r7yqdzloli] {
        /* Recupera los 64px exactos de Figma en pantallas de PC */
        font-size: 64px;
    }
}
/* _content/AppDFA/Components/03_QueHacemos/Formaciones.razor.rz.scp.css */
/* --- Contenedor General y Envoltura --- */
.formation-wrapper[b-pqd1ssr2tq] {
    width: 100%;
    background-color: #ffffff; /* Ajustar si el fondo global cambia */
}

/* Simula los paddings laterales de 357px de Figma en pantallas de PC de 1920px */
.formation-container[b-pqd1ssr2tq] {
    max-width: 1206px;
    padding-left: 15px;
    padding-right: 15px;
}

/* --- Tipograf�a y Bloques de Texto --- */

/* 1. T�tulo Principal */
.formation-title-main h2[b-pqd1ssr2tq] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;   
    line-height: 1.3;
    color: #642663;
    margin: 0;
}

/* 2. Descripci�n Principal */
.formation-desc-main p[b-pqd1ssr2tq] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;   
    line-height: 1.5;
    color: #302D2C;
    margin-bottom: 1.5rem;
}

/* 3, 6, 8. T�tulos de Secciones (Cormorant Garamond) */
.formation-section-title h3[b-pqd1ssr2tq] {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;    
    line-height: 1.1;
    color: #642663;
    margin: 0;
}

/* 4. Descripci�n del Plan de Estudios */
.formation-desc-plan p[b-pqd1ssr2tq] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;   
    line-height: 1.5;
    color: #000000;
    margin: 0;
}

/* 7, 9. Listado de Fechas */
.formation-dates-list p[b-pqd1ssr2tq] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;   
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0.75rem;
}

/* --- 5, 10. Botones Estilo Figma --- */
.btn-outline-dfa[b-pqd1ssr2tq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 35px; /* Ajustado para mejor balance en m�vil/desktop */
    border: 1px solid #642663 !important;
    background-color: transparent;
    color: #642663 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;   
    line-height: 1.2;
    border-radius: 0px; /* Cuadrados como en tu dise�o */
    transition: all 0.3s ease;
}

    .btn-outline-dfa:hover[b-pqd1ssr2tq] {
        border: 1px solid #C8A3C8 !important;
        color: #C8A3C8 !important;
    }


/* --- Estilos del contenedor del Icono --- */
.btn-dfa-icon[b-pqd1ssr2tq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

    /* Fuerza al SVG a adaptarse al contenedor de forma el�stica */
    .btn-dfa-icon svg[b-pqd1ssr2tq] {
        width: 100%;
        height: 100%;
        display: block;
    }

@media (min-width: 200px){
    .formation-title-main h2[b-pqd1ssr2tq] {
        font-size: 18px;
    }
    .formation-desc-main[b-pqd1ssr2tq] {        
        font-size: 14px;
    }
    .formation-section-title h3[b-pqd1ssr2tq] {        
        font-size: 24px;
    }
    .formation-desc-plan[b-pqd1ssr2tq] {        
        font-size: 14px;       
    }
    .formation-dates-list[b-pqd1ssr2tq] {
        font-size: 16px;
    }
    .btn-outline-dfa[b-pqd1ssr2tq] {
        font-size: 15px;
    }
}

/* --- Adaptaci�n Responsive para Pantallas Grandes (PC / Escritorio) --- */
@media (min-width: 992px) {

    .formation-title-main h2[b-pqd1ssr2tq] {
        font-size: 24px;
    }
    .formation-desc-main[b-pqd1ssr2tq] {
        font-size: 16px;
    }
    .formation-title-main h2[b-pqd1ssr2tq] {
        font-size: 32px;
        line-height: 38.40px;
    }
    .formation-desc-plan[b-pqd1ssr2tq] {
        font-size: 16px;
    }
    .formation-section-title h3[b-pqd1ssr2tq] {
        font-size: 32px;
    }
    .formation-dates-list[b-pqd1ssr2tq] {
        font-size: 18px;
    }
    .btn-outline-dfa[b-pqd1ssr2tq] {
        font-size: 18px;
    }
    .formation-desc-main p[b-pqd1ssr2tq],
    .formation-desc-plan p[b-pqd1ssr2tq] {
        font-size: 20px;
        line-height: 26px;
    }

    .formation-section-title h3[b-pqd1ssr2tq] {
        font-size: 40px;
        line-height: 44px;
    }

    .formation-dates-list p[b-pqd1ssr2tq] {
        font-size: 24px;
        line-height: 30px;
    }

    .btn-outline-dfa[b-pqd1ssr2tq] {
        padding: 25px 50px;
        font-size: 24px;
        line-height: 28.80px;
    }

    .btn-dfa-icon[b-pqd1ssr2tq] {
        width: 24px;
        height: 24px;
    }
}
/* _content/AppDFA/Components/03_QueHacemos/Sesiones.razor.rz.scp.css */
/* --- Estilos base del Acorde�n --- */

.clsSubtituloVisible[b-b01bs9klt7] {
    color: #302D2C;    
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
}
.faq-section[b-b01bs9klt7] {
    font-family: 'Open Sans', sans-serif;
}

/* CAMBIADO: Hacemos que hereden el fondo inyectado din�micamente por C# */
.faq-accordion-custom .accordion-item[b-b01bs9klt7],
.faq-accordion-custom .accordion-button[b-b01bs9klt7],
.faq-accordion-custom .accordion-collapse[b-b01bs9klt7] {
    background-color: transparent !important;
}

.faq-section .accordion-button[b-b01bs9klt7] {
    color: #642663 !important;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.5rem 1.5rem 0.3rem 1.5rem;
    box-shadow: none !important;
}

    /* OCULTAMOS POR COMPLETO LA FLECHA NATIVA DE BOOTSTRAP */
    .faq-section .accordion-button[b-b01bs9klt7]::after {
        display: none !important;
        content: none !important;
    }

/* --- TU ICONO DE FIGMA CON TUS ESTILOS EXACTOS --- */
.faq-custom-icon[b-b01bs9klt7] {
    display: flex !important;
    padding: 15px 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #642663; /* Color lila */
    border-radius: 4px; /* Estilo caja */
    color: #642663;
    transition: transform 0.3s ease; /* Animaci�n suave al girar */
}

/* Rotaci�n del icono cuando el acorde�n se abre */
.faq-section .accordion-button:not(.collapsed) .faq-custom-icon[b-b01bs9klt7] {
    transform: rotate(-180deg);
}

/* --- Contenido Interno Desplegado --- */
.faq-body-text[b-b01bs9klt7] {
    color: #302D2C;   
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
}

.faq-side-img[b-b01bs9klt7] {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

@media (min-width: 200px) {

    .faq-section .accordion-button[b-b01bs9klt7] {
        padding: 1.5rem 0rem 0.3rem 0rem;
    }

    .clsSubtitulo[b-b01bs9klt7] {
        padding: 0rem 0rem;
    }
}


@media (min-width: 768px) {
    .faq-section .accordion-button[b-b01bs9klt7] {
        font-size: 24px;
    }

    .faq-section .accordion-button[b-b01bs9klt7] {
        padding: 1.5rem 1.5rem 0.3rem 1.5rem;
    }
    .clsSubtitulo[b-b01bs9klt7] {
        padding: 0rem 1.5rem;
    }
}
/* _content/AppDFA/Components/03_QueHacemos/Talleres.razor.rz.scp.css */
.clsSubtitulo[b-tbs62km5th] {
    color: #642663;    
    font-family: "Open Sans";    
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    padding:100px 0;
}
/* --- Estilos Generales y Tipograf�a --- */
.card-section-container[b-tbs62km5th] {
    font-family: 'Open Sans', sans-serif;
}

/* Contenedor de la tarjeta con espaciado responsive */
.custom-card[b-tbs62km5th] {
    padding: 0 20px 34px 20px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

/* Espaciado ancho de Figma simulado solo en pantallas de escritorio grandes */
@media (min-width: 1200px) {
    .custom-card[b-tbs62km5th] {
        padding-left: 202px;
        padding-right: 202px;
    }
}

/* Variaciones de fondo */
.card-white[b-tbs62km5th] {
    background-color: #FFFFFF;
}

.card-gray[b-tbs62km5th] {
    background-color: #F7F7F7;
}

/* --- Elementos de Contenido --- */

/* Imagen rotada seg�n dise�o original */
.card-img[b-tbs62km5th] {
    width: 100%;
    max-width: 434px;
    height: auto;
    object-fit: cover;    
    transform-origin: center center;
}

/* Contenedor de textos con separaci�n est�ndar */
.card-content[b-tbs62km5th] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-title[b-tbs62km5th] {
    color: #642663;   
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.card-text[b-tbs62km5th] {
    color: #302D2C;    
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

/* --- Bot�n Estilizado --- */
.btn-custom-outline[b-tbs62km5th] {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #642663;
    background: transparent;
    color: #642663;   
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0; /* Bordes rectos seg�n el dise�o */
    transition: background-color 0.2s ease, color 0.2s ease;
    width: 100%; /* Ocupa todo el ancho en m�viles para mejorar el toque */
}

    /* Efecto hover b�sico para feedback del usuario */
    .btn-custom-outline:hover[b-tbs62km5th] {
        border: 1px solid #C8A3C8;
        color: #C8A3C8;
    }

@media (min-width: 200px) {

    .clsSubtitulo[b-tbs62km5th] {
        font-size: 20px;
    }
    .card-title[b-tbs62km5th] {
        font-size: 1rem; /* Equivalente adaptativo a unos 28px-32px */
    }

    .card-text[b-tbs62km5th] {
        font-size: 0.9rem; /* Equivalente adaptativo a unos 18px-20px */
    }

    /* --- Bot�n Estilizado --- */
    .btn-custom-outline[b-tbs62km5th] {
        font-size: 0.9rem;
    }
}


@media (min-width: 992px) {
    .btn-custom-outline[b-tbs62km5th] {
        width: auto; /* En pantallas grandes recupera su tama�o basado en el texto */
    }

    .clsSubtitulo[b-tbs62km5th] {
        font-size: 32px;
    }
    .card-title[b-tbs62km5th] {       
        font-size: 1.75rem; /* Equivalente adaptativo a unos 28px-32px */       
    }

    .card-text[b-tbs62km5th] {
        font-size: 1.1rem; /* Equivalente adaptativo a unos 18px-20px */
    }

    /* --- Bot�n Estilizado --- */
    .btn-custom-outline[b-tbs62km5th] {
        font-size: 1.1rem;
    }
}
/* _content/AppDFA/Components/03_QueHacemos/TalleresDetalle.razor.rz.scp.css */

.contenedor[b-m4ji5fvmfs] {
    max-width: 1600px;
}

/* --- Contenedor Principal (Reemplaza el inline de 1920px) --- */
.workshop-container[b-m4ji5fvmfs] {
    padding-top: 60px;
    /*padding-bottom: 60px;*/
}


/* --- Tipograf�a y T�tulos --- */
.workshop-title[b-m4ji5fvmfs] {
    color: #642663;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 70.4px */
    letter-spacing: -1.92px;   

}

@media (min-width: 768px) {
    .workshop-title[b-m4ji5fvmfs] {
       
    }
}

/* --- Fila de Metadatos --- */
.workshop-meta[b-m4ji5fvmfs] {
    background-color: #f7f7f7;
    border-radius: 4px;
}

.meta-label[b-m4ji5fvmfs] {
    color: #642663;   
    font-family: 'Cormorant Garamond';   
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 41.6px */
}

@media (min-width: 768px) {
    .meta-label[b-m4ji5fvmfs] {
        
    }
}

.meta-value[b-m4ji5fvmfs] {
    color: #000;   
    font-family: "Open Sans";  
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
}

@media (min-width: 768px) {
    .meta-value[b-m4ji5fvmfs] {
       
    }
}

/* --- Bloque de Texto Descriptivo --- */
.workshop-description[b-m4ji5fvmfs] {
    color: #302D2C;   
    font-family: "Open Sans";   
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}

@media (min-width: 768px) {
    .workshop-description[b-m4ji5fvmfs] {
        
        line-height: 26px;
    }
}

.workshop-description p[b-m4ji5fvmfs] {
    margin-bottom: 1.5rem;
}

/* --- Imagen Destacada --- */
.workshop-image-container[b-m4ji5fvmfs] {
   
    margin-left: auto;
    margin-right: auto;
}

.workshop-img[b-m4ji5fvmfs] {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Eliminado el rotate(180deg) para evitar que la imagen se renderice invertida */
}

/* --- Botones Personalizados --- */
.btn-workshop[b-m4ji5fvmfs] {
    border: 1px solid #642663;
    color: #642663;
    font-family: "Open Sans";   
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    display: flex;
    padding: 25px 50px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .btn-workshop:hover[b-m4ji5fvmfs] {
        color: #C8A3C8;
        border: 1px solid #C8A3C8;
    }

    @media (min-width: 768px) {
        .btn-workshop[b-m4ji5fvmfs] {
            padding: 25px 50px;
            
        }
    }

@media (min-width: 200px){
    .workshop-title[b-m4ji5fvmfs] {
        font-size: 46px;
    }
    .meta-label[b-m4ji5fvmfs] {
        font-size: 24px;
    }
    .meta-value[b-m4ji5fvmfs] {
        font-size: 16px;
    }
    .workshop-description[b-m4ji5fvmfs] {
        font-size: 16px;
    }
    .btn-workshop[b-m4ji5fvmfs] {
        font-size: 16px;
    }
}


@media (min-width: 1000px) {
    .workshop-title[b-m4ji5fvmfs] {
        font-size: 64px;
    }
    .meta-label[b-m4ji5fvmfs] {
        font-size: 32px;
    }
    .meta-value[b-m4ji5fvmfs] {
        font-size: 24px;
    }
    .workshop-description[b-m4ji5fvmfs] {
        font-size: 20px;
    }
    .btn-workshop[b-m4ji5fvmfs] {
        font-size: 24px;
    }
}
/* _content/AppDFA/Components/06_QuienesSomos/CabeceraFondoLilaOscuro.razor.rz.scp.css */
/* --- Secci�n de Encabezado --- */
.section-header-dfa[b-9wgomnsz7c] {
    background-color: #642663;
    /* Eliminamos el height fijo para que el contenedor crezca de forma natural con el padding */
}

/* --- T�tulo Principal --- */
.title-dfa[b-9wgomnsz7c] {
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1;
    /* Tama�o de fuente adaptable: empieza en 2.5rem en m�viles */
    font-size: 2.5rem;
}

/* --- Ajuste Responsivo para Pantallas Grandes (Escritorio) --- */
@media (min-width: 768px) {
    .title-dfa[b-9wgomnsz7c] {
        /* Recupera los 64px exactos de Figma en pantallas de PC */
        font-size: 64px;
    }
}
/* _content/AppDFA/Components/06_QuienesSomos/QuienesSomos.razor.rz.scp.css */
/* --- Estilos Base y Tipograf�a --- */
.ermie-section-container[b-pw9kx6txzh] {
    font-family: 'Open Sans', sans-serif;
}

/* Contenedores de secciones con espaciado inteligente */
.custom-section[b-pw9kx6txzh] {
    padding: 40px 20px 80px 20px;        
}

/* Simulaci�n de los 360px laterales de Figma adaptados a pantallas de escritorio grandes */
@media (min-width: 1400px) {
    .custom-section[b-pw9kx6txzh] {
        padding-left: 360px;
        padding-right: 360px;
    }
}

/* Fondos */
.card-gray[b-pw9kx6txzh] {
    background-color: #F7F7F7;
}

/* --- Estilos Bloque 1 (Informaci�n) --- */
.main-title[b-pw9kx6txzh] {
    color: #642663;   
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    margin: 0;
    max-width: 896px;
}

.top-brand-img[b-pw9kx6txzh] {
    max-width: 278px;
    height: auto;
}

.main-description[b-pw9kx6txzh] {
    color: #302D2C;   
    font-family: "Open Sans";    
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    margin: 0;
}

.custom-link[b-pw9kx6txzh] {
    color: #302D2C;
    text-decoration: underline;
}

    .custom-link:hover[b-pw9kx6txzh] {
        color: #642663;
    }

/* --- Estilos Bloque 2 (Perfil Brigitte) --- */
.flipped-profile-img[b-pw9kx6txzh] {
    width: 100%;
    max-width: 300px;    
    
}

.profile-name[b-pw9kx6txzh] {
    color: #642663;   
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 12px;
}

.profile-subtitle[b-pw9kx6txzh] {
    color: #302D2C;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}

.profile-bio[b-pw9kx6txzh] {
    color: #302D2C;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.48px;
    margin: 0;
}

/* --- Bot�n de Icono Cuadrado --- */
.btn-icon-outline[b-pw9kx6txzh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 17px;
    border: 1px solid #642663;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .btn-icon-outline:hover[b-pw9kx6txzh] {
        background-color: rgba(100, 38, 99, 0.1);
    }

/* El peque�o rect�ngulo interno morado que ven�a en tu c�digo */
.custom-icon-box[b-pw9kx6txzh] {
    width: 16.25px;
    height: 8.75px;
    background-color: #642663;
    display: block;
}

.btn-icon-outline:focus[b-pw9kx6txzh],
.btn-icon-outline:focus-visible[b-pw9kx6txzh] {
    outline: none !important;
    box-shadow: none !important; /* Bootstrap suele usar box-shadow para ese borde */
}

@media screen and (min-width: 200px) {
    .main-title[b-pw9kx6txzh] {
        font-size: 24px;
    }
    .main-description[b-pw9kx6txzh] {
        font-size: 16px;
    }
    .profile-name[b-pw9kx6txzh] {
        font-size: 1.4rem; /* ~32px */
    }

    .profile-subtitle[b-pw9kx6txzh] {
        font-size: 1.1rem; /* ~24px */
    }

    .profile-bio[b-pw9kx6txzh] {
        font-size: 0.8rem; /* ~16px */
    }
}

@media screen and (min-width: 992px) {
    .main-title[b-pw9kx6txzh] {
        font-size: 32px;
    }
    .main-description[b-pw9kx6txzh] {
        font-size: 20px;
    }
    .profile-name[b-pw9kx6txzh] {
        font-size: 2rem; /* ~32px */
    }

    .profile-subtitle[b-pw9kx6txzh] {
        font-size: 1.5rem; /* ~24px */
    }

    .profile-bio[b-pw9kx6txzh] {
        font-size: 1rem; /* ~16px */
    }
}
/* _content/AppDFA/Components/06_QuienesSomos/QuienesSomosDetalle.razor.rz.scp.css */
/* ==========================================================================
   Estilos de la secci�n Perfil (Sin variables CSS)
   ========================================================================== */


/* Reemplaza los paddings fijos gigantes y los 1920px por un contenedor fluido y responsivo */
.perfil-seccion[b-bysfaqevd8] {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Manejo responsivo y limpio para la foto */
.perfil-foto[b-bysfaqevd8] {
    width: 100%;
    max-width: 400px;
    height: auto;
    background-color: #F0F0F0;
    object-fit: cover;
}

/* Nombre (T�tulo Principal) */
.perfil-nombre[b-bysfaqevd8] {
    font-family: 'Open Sans', sans-serif;
    color: #642663;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

/* Contenedor general del texto */
.perfil-contenido[b-bysfaqevd8] {
    display: flex;
    flex-direction: column;
    gap: 35px; /* Controla el espacio entre bloques en lugar de usar <br><br> */
    color: #000; 
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

/* Subt�tulos de cada secci�n interna */
.perfil-subtitol[b-bysfaqevd8] {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}

/* P�rrafos de contenido */
.perfil-contenido p[b-bysfaqevd8] {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1rem;
}

    /* Remueve el margen inferior del �ltimo p�rrafo de cada bloque */
    .perfil-contenido p:last-child[b-bysfaqevd8] {
        margin-bottom: 0;
    }


/* ==========================================================================
   Media Queries para adaptarlo exactamente al tama�o de escritorio grande (1200px+)
   ========================================================================== */
@media (min-width: 1200px) {
    .perfil-seccion[b-bysfaqevd8] {
        padding-top: 5px;
        padding-bottom: 100px;
    }

    .perfil-nombre[b-bysfaqevd8] {
        font-size: 32px;
        line-height: 38.40px;
    }

    .perfil-subtitol[b-bysfaqevd8] {
        font-size: 24px;
        line-height: 28.80px;
    }

    .perfil-contenido p[b-bysfaqevd8] {
        font-size: 20px;
        line-height: 26px;
    }
}
/* _content/AppDFA/Components/06_QuienesSomos/QuienesSomosLista.razor.rz.scp.css */
.team-header__title[b-b11rtvu8n8] {
    font-family: 'Cormorant Garamond', serif;
    color: #642663;   
    font-weight: 500;
    line-height: 44px;
}

.team-header__subtitle[b-b11rtvu8n8] {
    font-family: 'Open Sans', sans-serif;
    color: #000000;   
    font-weight: 400;
    line-height: 26px;
    max-width: 1206px;
    margin-top: 15px;
}

.member-card[b-b11rtvu8n8] {
    background-color: #F7F7F7;
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    
    align-items: flex-start;
}

.member-card__image[b-b11rtvu8n8] {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.member-card__content[b-b11rtvu8n8] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.member-card__name[b-b11rtvu8n8] {
    font-family: 'Open Sans', sans-serif;
    color: #642663;    
    font-weight: 400;
    line-height: 38.4px;
    margin-bottom: 0;
}

.member-card__info[b-b11rtvu8n8] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.member-card__role[b-b11rtvu8n8] {
    font-family: 'Open Sans', sans-serif;
    color: #302D2C;   
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.member-card__phone[b-b11rtvu8n8] {
    font-family: 'Open Sans', sans-serif;
    color: #302D2C;   
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.member-card__button[b-b11rtvu8n8] {
    background-color: transparent;
    border: 1px solid #642663 !important; /* Fuerza el borde lila para asegurar que se vea */
    color: #642663;
    font-family: 'Open Sans', sans-serif;    
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28.8px;
    padding: 20px 40px;
    width: 100%;
    cursor: pointer;
    display: block;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: center;
}

    .member-card__button:hover[b-b11rtvu8n8] {
        border: 1px solid #C8A3C8 !important;
        color: #C8A3C8;
    }


@media screen and (min-width: 200px) {
    .team-header__title[b-b11rtvu8n8] {
        font-size: 32px;
    }

    .team-header__subtitle[b-b11rtvu8n8] {
        font-size: 16px;
    }
    .member-card__name[b-b11rtvu8n8] {
        font-size: 24px;
    }
    .member-card__role[b-b11rtvu8n8] {
        font-size: 16px;
    }

    .member-card__phone[b-b11rtvu8n8] {
        font-size: 16px;
    }

    .member-card__button[b-b11rtvu8n8] {
        font-size: 16px;
    }
}

@media screen and (min-width: 1000px) {
    .team-header__title[b-b11rtvu8n8] {
        font-size: 40px;
    }

    .team-header__subtitle[b-b11rtvu8n8] {
        font-size: 20px;
    }

    .member-card__name[b-b11rtvu8n8] {
        font-size: 32px;
    }
    .member-card__role[b-b11rtvu8n8] {
        font-size: 20px;
    }

    .member-card__phone[b-b11rtvu8n8] {
        font-size: 24px;
    }

    .member-card__button[b-b11rtvu8n8] {
        font-size: 24px;
    }
}
/* _content/AppDFA/Components/07_Publicaciones/CabeceraFondoNegro.razor.rz.scp.css */
/* --- Secci�n de Encabezado --- */
.section-header-dfa[b-ah699p0kim] {
    background-color: #302D2C;
    /* Eliminamos el height fijo para que el contenedor crezca de forma natural con el padding */
}

/* --- T�tulo Principal --- */
.title-dfa[b-ah699p0kim] {
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1;
    /* Tama�o de fuente adaptable: empieza en 2.5rem en m�viles */
    font-size: 2.5rem;
}

/* --- Ajuste Responsivo para Pantallas Grandes (Escritorio) --- */
@media (min-width: 768px) {
    .title-dfa[b-ah699p0kim] {
        /* Recupera los 64px exactos de Figma en pantallas de PC */
        font-size: 64px;
    }
}
/* _content/AppDFA/Components/07_Publicaciones/Publicaciones.razor.rz.scp.css */

/* Rotaci�n del icono de flecha cuando est� abierto */
.blog-item__custom-icon--arrow[b-xky1csp8sg] {
    transition: transform 0.3s ease;
}

.blog-item__custom-icon--open[b-xky1csp8sg] {
    transform: rotate(180deg);
}

.blog-item[b-xky1csp8sg] {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

/* Variaciones de fondo */
.blog-item--gray[b-xky1csp8sg] {
    background-color: #F7F7F7;
}

.blog-item--white[b-xky1csp8sg] {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA; /* Sutil borde para el bloque blanco si es necesario */
}

.blog-item__main[b-xky1csp8sg] {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

/* Responsividad para pantallas peque�as */
@media (max-width: 768px) {
    .blog-item[b-xky1csp8sg] {
        padding: 30px 20px;
    }

    .blog-item__main[b-xky1csp8sg] {
        flex-direction: column;
        gap: 30px;
    }
}

.blog-item__content[b-xky1csp8sg] {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: 1;
}

.blog-item__header[b-xky1csp8sg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 576px) {
    .blog-item__header[b-xky1csp8sg] {
        flex-direction: column;
    }
}

.blog-item__title[b-xky1csp8sg] {
    font-family: 'Open Sans', sans-serif;
    color: #642663;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    margin-bottom: 0;
}

.blog-item__share[b-xky1csp8sg] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.blog-item__share-text[b-xky1csp8sg] {
    font-family: 'Open Sans', sans-serif;
    color: #642663;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.48px;
}

.blog-item__text[b-xky1csp8sg] {
    font-family: 'Open Sans', sans-serif;
    color: #302D2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.48px;
    margin-bottom: 0;
}

/* Contenedor de enlaces/adjuntos */
.blog-item__attachments[b-xky1csp8sg] {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
}

.blog-item__link[b-xky1csp8sg] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 8px;
    color: #642663;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

    .blog-item__link:hover[b-xky1csp8sg] {
        opacity: 0.8;
        color: #642663;
    }

/* Botones con bordes / recuadros expl�citos */
.blog-item__icon-btn[b-xky1csp8sg] {
    border: solid 1px #C8A3C8;
}

.blog-item__icon-btn[b-xky1csp8sg] {
    border: solid 1px #642663;
}
.blog-item__icon-btn:hover[b-xky1csp8sg] {
    border: solid 1px #C8A3C8;
}
.blog-item__action-btn[b-xky1csp8sg] {
    border: solid 1px #642663;
    padding: 10px 20px;
}

.blog-item__action-btn:hover[b-xky1csp8sg] {
    border: solid 1px #C8A3C8;
}

/* Marcadores para simular las figuras/iconos vectoriales originales */
.blog-item__custom-icon[b-xky1csp8sg] {
    display: inline-block;
    
}

/* _content/AppDFA/Components/08_Libros/Libros.razor.rz.scp.css */
.books-intro__text[b-kartx1lrub] {
    font-family: 'Open Sans', sans-serif;
    color: #302D2C;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}


.book-card[b-kartx1lrub] {
    background-color: #F7F7F7;
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.book-card__image[b-kartx1lrub] {
    width: 100%;    
    object-fit: cover;
}

.book-card__content[b-kartx1lrub] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.book-card__title[b-kartx1lrub] {
    font-family: 'Open Sans', sans-serif;
    color: #642663;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    margin-bottom: 0;
}

.book-card__description[b-kartx1lrub] {
    font-family: 'Open Sans', sans-serif;
    color: #302D2C;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.book-card__button[b-kartx1lrub] {
    background-color: transparent;
    border: 1px solid #642663 !important;
    color: #642663;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28.8px;
    padding: 20px 40px;
    width: 100%;
    cursor: pointer;
    display: block;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align:center;
}

    .book-card__button:hover[b-kartx1lrub] {
        border: 1px solid #C8A3C8 !important;
        color: #C8A3C8;
    }
/* _content/AppDFA/Components/08_Libros/LibrosDetalle.razor.rz.scp.css */
/* ==========================================================================
   Estilos de la secci�n del libro (Sin variables CSS)
   ========================================================================== */
.btn-sin-borde:focus[b-a3j19eosvo],
.btn-sin-borde:active[b-a3j19eosvo] {
    outline: none !important;
    box-shadow: none !important;
}

/* Contenedor principal que reemplaza el width fijo de 1920px y paddings gigantes */
.libro-seccion[b-a3j19eosvo] {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Control de la imagen para que no se deforme y sea responsiva */
.libro-portada[b-a3j19eosvo] {
    width: 100%;
    max-width: 400px;
    height: auto;
    background-color: #F0F0F0;
    object-fit: cover;
}

/* T�tulo con la tipograf�a Cormorant Garamond original */
.libro-titulo[b-a3j19eosvo] {
    font-family: 'Cormorant Garamond', serif;
    color: #642663;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

/* P�rrafos con la tipograf�a Open Sans original */
.libro-descripcion[b-a3j19eosvo] {
    font-family: 'Open Sans', sans-serif;
    color: #302D2C;
    line-height: 1.6;
}

    .libro-descripcion p[b-a3j19eosvo] {
        margin-bottom: 1rem;
    }


/* Bot�n personalizado basado en tu dise�o de borde (outline) */
.btn-leer[b-a3j19eosvo] {
    font-family: 'Open Sans', sans-serif;
    color: #642663;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid #642663;
    padding: 15px 40px;
    border-radius: 0; /* Mantiene el estilo cuadrado original */
    transition: all 0.3s ease;
}

    .btn-leer:hover[b-a3j19eosvo] {
        border: 1px solid #C8A3C8;
        color: #C8A3C8;
    }

/* Icono dentro del bot�n */
.btn-icono[b-a3j19eosvo] {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.btn-leer:hover .btn-icono[b-a3j19eosvo] {
    transform: translateX(4px);
}

@media (min-width: 200px) {
    .libro-titulo[b-a3j19eosvo] {
        font-size: 1.5rem;
    }


    .libro-descripcion[b-a3j19eosvo] {
        font-size: 15px;
    }
    .btn-leer[b-a3j19eosvo] {
        font-size: 16px;
    }
}
  
    @media (min-width: 1200px) {
        .libro-seccion[b-a3j19eosvo] {
            padding-top: 50px;
            padding-bottom: 100px;
        }

        .libro-titulo[b-a3j19eosvo] {
            font-size: 64px;
            line-height: 70.40px;
        }

        .libro-descripcion[b-a3j19eosvo] {
            font-size: 20px;
            line-height: 26px;
        }

        .libro-titulo[b-a3j19eosvo] {
            font-size: 2.5rem; 
        }

        
        .libro-descripcion[b-a3j19eosvo] {
            font-size: 16px;
        }
        .btn-leer[b-a3j19eosvo] {
            font-size: 18px;
        }
    }
/* _content/AppDFA/Components/09_Contacto/Contacto.razor.rz.scp.css */

.clsIconContact[b-fru59iyvgc]{
    background-color:#005542;
    margin-right:15px;
    padding:6px;
}



.clsContactoItemTit[b-fru59iyvgc] {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}
.clsDatoContacto[b-fru59iyvgc] {
    color: #302D2C;   
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
}
.contitcont[b-fru59iyvgc] {
    text-align:center;
}
@media screen and (min-width: 200px) {
    .clsGrupoDatosContacto[b-fru59iyvgc] {
        text-align: center;
        margin-bottom: 40px;        
    }

}

@media screen and (min-width: 992px) {
    .clsGrupoDatosContacto[b-fru59iyvgc] {
        text-align: left;
        margin-bottom:inherit;
    }
}
/* _content/AppDFA/Components/09_Contacto/Formulario.razor.rz.scp.css */


/* Color personalizado y tipograf�a */
.btn-custom[b-dob23v5but] {
    font-family: 'Open Sans', sans-serif;
    color: #642663;
    outline: 1px solid #642663;
    outline-offset: -1px;
    cursor: pointer; /* Hace que aparezca la mano al pasar el rat�n */
    transition: all 0.2s ease-in-out; /* Opcional: hace el cambio suave */
}

    /* Cuando el BOT�N est� en hover, cambia su propio borde */
    .btn-custom:hover[b-dob23v5but] {
        color: #C8A3C8;
        outline: 1px solid #C8A3C8;
    }

        /* Cuando el BOT�N est� en hover, cambia TAMBI�N el color del texto de dentro */
        .btn-custom:hover .text-uppercase[b-dob23v5but] {
            color: #C8A3C8;
        }
/* Asegura el color en el texto interno y define el tama�o de fuente */
.text-flex[b-dob23v5but] {
    color: #642663;
    font-size: 24px;
    line-height: 28.80px;
}

.clsfondoformulario[b-dob23v5but] {
    background: #F6F6F6;
}

.clsEtiquetasAuxiliares[b-dob23v5but] {
    color: #000;   
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.clsformulario[b-dob23v5but] {
    max-width: 1210px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.clstituloformulario[b-dob23v5but] {
    color: #642663;
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 44px */
    margin-bottom: 56px;
    text-align: left;
    padding-left: 0px !important;
}
.clsetiqueta[b-dob23v5but] {
    color: #302D2C;  
    font-family: "Open Sans";   
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    margin-bottom: 12px;
    white-space: nowrap;
    padding-top: 9px;
    margin-right:8px;
}
.cajatexto[b-dob23v5but] {
    background-color: transparent;
    padding: 6px;
    font-size: 18px;
    border: 1px solid #302D2C;
}

.dvcaja[b-dob23v5but] {
    padding: 0 15px 15px 0;
    display:flex;

}

.clsButEnviar[b-dob23v5but] {
    display: flex;
    height: 44px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 50px;
    border: solid 2px #C8BA78;
    background-color: #C8BA78;
    width: auto !important;
    cursor: pointer;
    color: #333333;
    font-family: 'Open Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 1px;
}


    .clsButEnviar:hover[b-dob23v5but] {
        background-color: #FFFFFF;
        color: #C8BA78;
        cursor: pointer;
    }

.clsEnlaceCopyRight[b-dob23v5but]{
    text-decoration:underline;
}

.clsInfoTitulo[b-dob23v5but] {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: 40px;
    margin-bottom: 10px;
}

.clsInfoDescripcion[b-dob23v5but] {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
   
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
}


@media screen and (min-width: 200px) {
    .clsformulario[b-dob23v5but] {       
        padding-left: 20px;
        padding-right: 20px;
    }
   
    .cajatexto[b-dob23v5but] {
        width: 100%;        
    }
    .clsButEnviar[b-dob23v5but] {       
        margin: 30px 30px 0 0;
    }
    .clsetiqueta[b-dob23v5but] {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .clsformulario[b-dob23v5but] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cajatexto[b-dob23v5but] {
        width: 100%;
    }
    .clsButEnviar[b-dob23v5but] {
        margin: -30px 30px 0 0;
    }
    .clsetiqueta[b-dob23v5but] {
        font-size: 24px;
    }
}
/* _content/AppDFA/Components/09_Contacto/Maps.razor.rz.scp.css */


@media screen and (min-width: 200px) {
}

@media screen and (min-width: 1000px) {
    
}
/* _content/AppDFA/Components/99_Footer/Footer.razor.rz.scp.css */
.clsSlogan[b-3xizyvc5y3] {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
   margin-bottom:40px;
}

.clsdvUp[b-3xizyvc5y3] {
    position: fixed;
    text-align: right;
    bottom: 100px;
    right: 50px;
    background-color: #8c898933;
    z-index: 12;
    border: solid 1px #ffffff;
    padding: 10px;
    display: none;
}

    .clsdvUp:hover[b-3xizyvc5y3] {
        cursor: pointer;
    }


.clsDatoContacto[b-3xizyvc5y3] {
    color: #FFF;   
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
}
.clsLogosInferior[b-3xizyvc5y3] {
    margin-top: 48px;
}

.clsHeLeido[b-3xizyvc5y3] {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    letter-spacing: 1px;
}

.clsEnlaceCopyRight[b-3xizyvc5y3] {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    letter-spacing: 1px;
}
.clsImgCert[b-3xizyvc5y3] {
    align-self: stretch;
    width: 42px;
}
.clsImgIntCert[b-3xizyvc5y3]{
    width:100%;
}
.clsListaCertif[b-3xizyvc5y3] {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    align-self: stretch;
    flex-wrap: wrap;
}
.clsTituloCertificaciones[b-3xizyvc5y3] {
    color: #FFF;    
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    letter-spacing: 0.28px;
    margin-top:60px;
    margin-bottom:20px;
}

       

.clsTituloServicio[b-3xizyvc5y3] {
    padding: 0 0 12px 0;
    color: #eeeeee;
    font-size: 1.2em;
    text-transform: uppercase;
}

.columnaFooter[b-3xizyvc5y3]{
    margin-bottom:30px;
}

.clsDatoContacto[b-3xizyvc5y3]{
    color:#ffffff;
}

.clsDatoContactoLight[b-3xizyvc5y3] {
    color: #ffffff;
   
}

.clsFondoFooter[b-3xizyvc5y3] {
    background: #302D2C;
    padding-bottom: 40px;
    padding-top: 80px;
    position: relative;
}

.clsItemEnlace[b-3xizyvc5y3] {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
    margin-bottom: 15px;
    max-width: 400px;
    text-transform: uppercase;
}

    .clsItemEnlace:hover[b-3xizyvc5y3] {
        color: #C8A3C8;
    }
    .clsEnlace[b-3xizyvc5y3] {
        margin-bottom: 12px;
    }

.clsLinea1Contacto[b-3xizyvc5y3] {

    display:flex;
}

.clsLogosInferior[b-3xizyvc5y3]{
    display:flex;
    flex-shrink:inherit;
    gap:30px;
    margin-top: 48px;
}
.clsContRowInferior[b-3xizyvc5y3] {
    display: flex;
    gap:30px;
}

@media screen and (min-width: 200px) {

    .clsSlogan[b-3xizyvc5y3] {      
        margin-top: 10px;
    }

    .clsColumnaEnlaces[b-3xizyvc5y3] {
        padding-left: 10px;
        padding-right: 30px;
        margin-top:40px;
    }
    .clsFondoFooter[b-3xizyvc5y3] {
        text-align: center;
    }

    .clsLinea1Contacto[b-3xizyvc5y3] {
    }

    .clsListaCertif[b-3xizyvc5y3] {
        justify-content: center;
        flex-direction:row;
    }

    .clsGrupoInferior[b-3xizyvc5y3] {
        justify-content: center;
        flex-direction: row;
    }

    .clsContRowInferior[b-3xizyvc5y3]{       
        flex-direction:column;
    }
    .clsLogosInferior[b-3xizyvc5y3] {
        justify-content: center;
        flex-direction: column;
    }

    .clsLogoInf[b-3xizyvc5y3]{
        width:50%;
    }
}

@media screen and (min-width: 992px) {

    .clsColumnaEnlaces[b-3xizyvc5y3] {
        margin-top: 0px;
    }
    .clsFondoFooter[b-3xizyvc5y3] {
        text-align: left;
    }

    .clsLinea1Contacto[b-3xizyvc5y3] {
    }

    .clsListaCertif[b-3xizyvc5y3] {
        justify-content: left;
        flex-direction:row;
    }
    .clsGrupoInferior[b-3xizyvc5y3] {
        flex-direction: row;
        justify-content: left;
    }
    .clsContRowInferior[b-3xizyvc5y3] {        
        flex-direction: row;
    }
    .clsLogosInferior[b-3xizyvc5y3] {
        justify-content: left;
        flex-direction: row;
    }

    .clsSlogan[b-3xizyvc5y3] {
        margin-top: 60px;

    }
    .clsLogoInf[b-3xizyvc5y3] {
        width: 100%;
    }
}
/* _content/AppDFA/Components/99_Footer/FooterCopyright.razor.rz.scp.css */

.clsFondo[b-m2lqx9ob7w] {
    background-color: #fff;
    color: #302D2C;  
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    padding-top: 6px;
    padding-bottom: 6px;    
}

.clsEnlaceCopyRight[b-m2lqx9ob7w] {
    float: right;
    margin-left: 12px;
    color: #302D2C;
    ;
}


@media screen and (min-width: 200px) {
    .clsCopy[b-m2lqx9ob7w] {
        text-align: center;
        padding-bottom: 2px;
        padding-top: 20px;
    }
    .clsEnlacesFot[b-m2lqx9ob7w] {
        display: inline-block;
        width: 100%;
        justify-content: center;
    }
    .clsEnlaceCopyRight[b-m2lqx9ob7w] {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .bloq1[b-m2lqx9ob7w] {
        order:2;
    }

    .bloq2[b-m2lqx9ob7w]{
        order:1;
    }
}

@media screen and (min-width: 1000px) {
    .clsCopy[b-m2lqx9ob7w] {
        text-align: left;
        padding-bottom:1px;
        padding-top:1px;
    }
    .clsEnlacesFot[b-m2lqx9ob7w] {
        display: flex;
        width: auto;
        justify-content: right;
    }
    .clsEnlaceCopyRight[b-m2lqx9ob7w] {
        width: auto;
        text-align: right;
        padding-bottom: 1px;
    }
    .bloq1[b-m2lqx9ob7w] {
        order: 1;
    }

    .bloq2[b-m2lqx9ob7w] {
        order: 2;
    }
}
/* _content/AppDFA/Components/CookiesPopup.razor.rz.scp.css */

.clscontcook[b-ewrqoaswfs] {
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color:#e5e5e5;
    width:100%;
    font-family: Helvetica;
    font-size:16px;
}

.clsFila2[b-ewrqoaswfs] {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #808080;
}
.clstitulostipo[b-ewrqoaswfs]{
    padding-bottom:15px;
}

.clsenlacescierre[b-ewrqoaswfs]{
    text-align:right;
    text-decoration:underline;
    margin-bottom:8px;
}

    .clsenlacescierre:hover[b-ewrqoaswfs]{
        cursor:pointer;
    }

.clsBoton[b-ewrqoaswfs] {
    background-color: #1860db;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 4px;
    float: right;
    margin-left: 15px;
    cursor: pointer;
    margin-top: 15px;
}

   

.clsBotonCheckExt[b-ewrqoaswfs] {
    float: right;
    width: 40px;
    height: 19px;
    background-color: #767676;
    border-radius: 12px;
    border: 0;
    position: relative;
    margin-right: 15px;
}

    .clsBotonCheckExt:hover[b-ewrqoaswfs] {
        cursor: pointer;
    }

.clsBotonCheckInt:hover[b-ewrqoaswfs] {
    cursor: pointer;
}

.clsBotonCheckInt[b-ewrqoaswfs] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 0;
}
/* _content/AppDFA/Components/ModalPopup.razor.rz.scp.css */
/* _content/AppDFA/Components/Redes.razor.rz.scp.css */

.imgRed[b-9g360g67cd] {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.clsReds[b-9g360g67cd] {
    margin-top:30px;
}

@media screen and (min-width: 200px) {
    .clsReds[b-9g360g67cd] {
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    .clsReds[b-9g360g67cd] {
        display: flex;
    }
}
/* _content/AppDFA/Components/RedesCompartir.razor.rz.scp.css */
.imgRed[b-uf98bvz6z4] {
    width: 40px;
    height: 40px;
    margin-right: 18px;
}

.clsReds[b-uf98bvz6z4] {
    display: flex;
    background: #F3F3F3;
    padding: 24px 0;
    justify-content: center;
}

.clsSiguenos[b-uf98bvz6z4] {
    color: #005542;
    font-family: 'Open Sans';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 28.6px */
    margin-right: 24px;
    letter-spacing: 1px;
}

@media screen and (min-width: 200px) {
}

@media screen and (min-width: 1000px) {
    
}
/* _content/AppDFA/Components/_0_Comun/BarraSuperior.razor.rz.scp.css */
.clsbar[b-0i2o0gtex2] {
    position: relative;
    display: flex;
    width: 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

    /*.clsbar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(8, 59, 90, 0.5);*/ /* Negro semitransparente */
    /*}*/

.clstext[b-0i2o0gtex2] {
    color: #F6F6F6;   
    font-family: 'Open Sans';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
}



@media screen and (min-width: 200px) {
    .clstext[b-0i2o0gtex2] {       
        
    }
    .clsbar[b-0i2o0gtex2] {      
        height: 140px;       
    }
}

@media screen and (min-width: 1000px) {
    .clstext[b-0i2o0gtex2] {
        
    }
    .clsbar[b-0i2o0gtex2] {
        height: 240px;
    }

}
/* _content/AppDFA/Components/_0_Comun/HiloMapa.razor.rz.scp.css */

.clsSeparacion[b-djiihgdbah] {
    color: #5D4764;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    margin: 0 5px;
}

.clsIntermedios[b-djiihgdbah] {
    color: #5D4764;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    border-bottom: solid 1px #5D4764;
    cursor:pointer;
}

.clsUltimo[b-djiihgdbah] {
    color: #5D4764;   
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

@media screen and (min-width: 200px) {
    .clsHilo[b-djiihgdbah]{

    }
}

@media screen and (min-width: 1000px) {
    .clsHilo[b-djiihgdbah] {

    }
}
/* _content/AppDFA/Pages/Index.razor.rz.scp.css */

.clshideh[b-u3tnc1pznf] {
    position: absolute;
    top: -3000px;
    font-size: 0.01em;
}
/* _content/AppDFA/Shared/MainLayout.razor.rz.scp.css */
.page[b-ms8wzxgco2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ms8wzxgco2] {
    flex: 1;
}

.sidebar[b-ms8wzxgco2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ms8wzxgco2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ms8wzxgco2]  a, .top-row .btn-link[b-ms8wzxgco2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ms8wzxgco2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ms8wzxgco2] {
        display: none;
    }

    .top-row.auth[b-ms8wzxgco2] {
        justify-content: space-between;
    }

    .top-row a[b-ms8wzxgco2], .top-row .btn-link[b-ms8wzxgco2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ms8wzxgco2] {
        flex-direction: row;
    }

    .sidebar[b-ms8wzxgco2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ms8wzxgco2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ms8wzxgco2], article[b-ms8wzxgco2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
