@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body,
html
{
    font-family: 'Open Sans', sans-serif!important;
}

.custom-logo-link img 
{
    max-width: 200px;
}
#topbar-content a
{
    text-decoration: none;
    color: #FFF;
    text-shadow: 1px 1px 2px #4c4c4c !important;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: 700!important;
    color:#b09653!important;
}
/* Estilos para h2 de destacados (agregar clase "destacados-title" al bloque de encabezado en Gutenberg) */
h2.destacados-title,
.destacados-title h2,
.wp-block-heading.destacados-title h2,
h2.wp-block-heading.destacados-title
{
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
    position: relative !important;
    display: block !important;
    padding-bottom: 1.25rem !important;
    text-align: center !important;
    width: 100% !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}

h2.destacados-title::after,
.destacados-title h2::after,
.wp-block-heading.destacados-title h2::after,
h2.wp-block-heading.destacados-title::after
{
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, transparent, #b09653 50%, transparent) !important;
    border-radius: 2px !important;
    box-shadow: 0 2px 4px rgba(176, 150, 83, 0.3) !important;
}
.logos-inicio figure
{
    max-width: 200px;
}

@media (max-width: 768px)
{
    .logos-inicio
    {
        flex-wrap: wrap;
    }
    h2.destacados-title,
    .destacados-title h2,
    .wp-block-heading.destacados-title h2,
    h2.wp-block-heading.destacados-title
    {
        font-size: 1.75rem !important;
        padding-bottom: 1rem !important;
    }
    
    h2.destacados-title::after,
    .destacados-title h2::after,
    .wp-block-heading.destacados-title h2::after,
    h2.wp-block-heading.destacados-title::after
    {
        width: 60px !important;
        height: 3px !important;
    }
}