/* section,
h1,
h2,
h3 {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
} */

.titulo_seccion {
    font-weight: 600;
    color: rgb(0, 107, 102);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.subtitulo_seccion {
    font-weight: 700;
    color: rgb(84, 84, 84);
    font-size: 48px;
    line-height: 48px;
    margin: 10px 0 0 0;
}

section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    color: rgb(115, 115, 115);
    margin-bottom: 3rem !important;
    --bs-text-opacity: 1;
}




.accordion-item {
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}



.faq-accordion .accordion-item {
    border-radius: 1rem;
    border: 1px solid #dee2e6;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 500;
    padding: 1.25rem 1.5rem;
    background-color: #fff;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: inherit;
}

.faq-accordion .accordion-button::after {
    transition: transform 0.2s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.faq-accordion .accordion-body {
    text-align: left;
    padding: 1rem 1.5rem 1.5rem;
    font-size: 0.9rem;
    color: #6c757d;
}


.faq-accordion .accordion-button,
.faq-accordion .accordion-button:not(.collapsed) {
    font-weight: 500;
    color: rgb(84, 84, 84);
    font-size: 16px;
    line-height: 24px;
}

.accordion-body {
    font-weight: 400;
    color: rgb(115, 115, 115);
    font-size: 14px;
    line-height: 23px;
}

.accordion-header {
    margin: 0;
}

.accordion-button:after {
    background-size: 0.75rem;
}

.categorias h3 {
    font-weight: 600;
    color: rgb(84, 84, 84);
    font-size: 16px;
    line-height: 24px;
}

.categorias a {
    font-weight: 400;
    color: rgb(84, 84, 84);
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    /* margin-top: 8px; */
}

.categorias a:hover {
    background-color: #f5f5f5;
}


.categorias i {
    color: var(--color-primario);
    font-size: 17px;
    line-height: 20px;
}

section {
    overflow: visible;
}

.icono {
    color: var(--color-primario);
    background-color: color-mix(in srgb,
            var(--color-primario) 10%,
            transparent);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

h2 {
    color: #545454;
}



.card {
    border-radius: 0.75rem;
}

/* Ajustes visuales */
.opacity-90 {
    opacity: 0.9;
}

/* Mejor aspecto del botón */
.btn-lg {
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
}
.card-cat h2, .h2 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 36px;
}

.card-cat p {
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 26px;
}

.conclusion h2 {
    font-weight: 700;
}

.conclusion p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1rem !important;
}

.consulta h3 {
    font-weight: 600;
    color: rgb(84, 84, 84);
    font-size: 20px;
    line-height: 28px;
}

.consulta p {
    font-weight: 400;
    color: rgb(115, 115, 115) !important;
    font-size: 16px;
    line-height: 24px;
}

.consulta a {
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}


section section {
    padding: 0;
}



.scroll-margin {
    scroll-margin-top: 6rem;
}

h1{
    color: white;
}