/* 100 */
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../css/fuentes/Roboto-Thin.ttf') format('truetype');
}

/* 300 */
@font-face {
    font-family: 'Roboto-Light';
    src: url('../css/fuentes/Roboto-Light.ttf') format('truetype');
}

/* 300 - italic*/
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('../css/fuentes/Roboto-LightItalic.ttf') format('truetype');
}

/* 400 */
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../css/fuentes/Roboto-Regular.ttf') format('truetype');
}

/* 500 */
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../css/fuentes/Roboto-Medium.ttf') format('truetype');
}

/* 700 */
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../css/fuentes/Roboto-Bold.ttf') format('truetype');
}

/* 700 - italic*/
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('../css/fuentes/Roboto-BoldItalic.ttf') format('truetype');
}

/* 700 */
@font-face {
    font-family: 'Roboto-Black';
    src: url('../css/fuentes/Roboto-Black.ttf') format('truetype');
}


.clsBox_ContenidoPaginasInternas {
    width: auto !important;
}

:root {
    --color-text: #575756;
    --color-app: #ff0901;
    --color-secondary: #FFC200;
    --color-blue1: #1A4480;
    --color-link: #007FFF;
    --color-button-link: #fff;
    --color-bg-button-link: #ccc;
    --color-success: #4FE973;
    --color-green: #1C714B;
}


.ct__main-container {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}

.ct__section-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}


.ct__banner-container {
    width: 100%;
}

.ct__banner-img {
    display: block;
    width: 100%;

    &.border-radius-sm {
        border-radius: 0.25rem;
    }

    &.border-radius-md {
        border-radius: 0.375rem;
    }

    &.border-radius-lg {
        border-radius: 0.5rem;
    }

    &.border-radius-xl {
        border-radius: 0.75rem;
    }

    &.border-radius-2xl {
        border-radius: 1rem;
    }

    &.border-radius-full {
        border-radius: calc(infinity * 1px);
    }
}

.ct__article-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* padding: 15px 0; */
}

.ct__link {
    color: var(--color-link);
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto-Light;
    text-decoration: none !important;
    font-family: Roboto-Regular;

    &.font-size-lg {
        font-size: 1.125rem;
        line-height: calc(1.75 / 1.125);
    }

    &.font-size-xl {
        font-size: 1.25rem;
        line-height: calc(1.75 / 1.25);
    }

    &.font-size-2xl {
        font-size: 1.5rem;
        line-height: calc(2 / 1.5);
    }

    &:hover {
        text-decoration: underline !important;
    }
}

.ct__article-paragraph {
    color: var(--color-text);
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto-Light;
    text-align: start;

    &.font-weigth-bold {
        font-family: Roboto-Medium;
    }

    &.font-size-lg {
        font-size: 1.125rem;
        line-height: calc(1.75 / 1.125);
    }

    &.font-size-xl {
        font-size: 1.25rem;
        line-height: calc(1.75 / 1.25);
    }

    &.font-size-2xl {
        font-size: 1.5rem;
        line-height: calc(2 / 1.5);
    }

    &.color-blue {
        color: var(--color-blue1);
    }

    &.color-red {
        color: var(--color-app);
    }
}

.ct__article__question-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ct__article__question-title {
    width: 100%;
    color: var(--color-app);
    font-size: 20px;
    font-family: Roboto-Bold;

    &.font-size-3xl {
        font-size: 1.875rem;
        line-height: calc(2.25 / 1.875);
    }

    &.font-size-4xl {
        font-size: 2.25rem;
        line-height: calc(2.5 / 2.25);
    }

    &.font-size-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    &.font-size-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    &.text-aling-center {
        text-align: center;
    }

    &.color-blue {
        color: var(--color-blue1);
    }

    &.color-black {
        color: var(--color-text);
    }

    &.decoration-underline {
        text-decoration: underline;
    }

    &.color-green {
        color: var(--color-green);
    }

    @media screen and (max-width: 600px) {
        &.font-size-3xl {
            font-size: 1.5rem;
            line-height: calc(1.75 / 1.25);
        }

        &.font-size-4xl {
            font-size: 1.875rem;
            line-height: calc(2.25 / 1.875);
        }

        &.font-size-5xl {
            font-size: 2.25rem;
            line-height: calc(2.5 / 2.25);
        }
    }
}

.ct__article__list-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}



.ct__article__list-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    /* border: 1px solid red !important; */
}

.ct__article__list-li {
    position: relative;
    margin-left: 20px;
    font-size: 1.2rem;
    color: var(--color-text);
    font-family: Roboto-Light;
    list-style-type: disc;

    &.font-size-lg {
        font-size: 1.125rem;
        /* line-height: calc(1.75 / 1.125); */
    }

    &.font-size-xl {
        font-size: 1.25rem;
        /* line-height: calc(1.75 / 1.25); */
    }

    &.font-size-2xl {
        font-size: 1.5rem;
        /* line-height: calc(1.75 / 1.25); */
    }

    &.list-style-type-none {
        list-style-type: none;
        margin-left: 0;
    }

    ;

    &.color-blue {
        color: var(--color-blue1);
    }
}

/* .ct__article__list-li::before {
    content: "·";
    font-size: 3rem;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-text);
}

.ct__article__list-li-check::before {
    content: "✔";
    font-size: 1rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-success);
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 50%;
} */

.ct__article__grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    /* background-color: green; */
}


.ct__article__grid-img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.ct__banner-relative {
    position: relative;
}

.ct__boton-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 50px;
    background-color: var(--color-app);
    color: #fff !important;
    width: fit-content;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    height: 60px;

    &.margin-icon {
        padding-right: 70px;
    }

    &:hover {
        color: #fff;
        transform: translateY(-3px);
    }


    &.border-radius-5xl {
        border-radius: 2.75rem;
    }

    &.font-size-xl {
        font-size: 1.25rem;
        line-height: calc(1.75 / 1.25);
    }

    &.font-size-2xl {
        font-size: 1.5rem;
        line-height: calc(1.75 / 1.25);
    }

    &.font-size-3xl {
        font-size: 1.875rem !important;
        line-height: calc(2.25 / 1.875);
    }

    &.font-size-4xl {
        font-size: 2.25rem;
        line-height: calc(2.5 / 2.25);
    }

    &.font-weigth-bold {
        font-weight: bold;
    }


    @media screen and (max-width: 600px) {

        &.font-size-2xl {
            font-size: 1.25rem;
            line-height: calc(1.75 / 1.25);
        }

        &.font-size-xl {
            font-size: 1.125rem;
            line-height: calc(1.75 / 1.125);
        }

    }

}

.ct__span-text {

    color: var(--color-text);
    font-size: 14px;
    line-height: 18px;

    &.font-weigth-bold {
        /* font-weight: bold; */
        font-family: Roboto-Medium;
    }

    &.font-weigth-light-italic {
        /* font-weight: bold; */
        font-family: Roboto-LightItalic;
        font-style: italic;
    }

    &.font-weigth-bold-italic {
        /* font-weight: bold; */
        font-family: Roboto-BoldItalic;
    }

    &.font-size-lg {
        font-size: 1.125rem;
        line-height: calc(1.75 / 1.125);
    }

    &.font-size-xl {
        font-size: 1.25rem;
        line-height: calc(1.75 / 1.25);
    }

    &.font-size-2xl {
        font-size: 1.5rem;
        line-height: calc(2 / 1.5);
    }

    &.color-blue {
        color: var(--color-blue1);
    }

    &.color-red {
        color: var(--color-app);
    }
}

.ct__buttons-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;

    @media screen and (max-width: 600px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.ct__buttons-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    text-align: center !important;
    font-size: 1.2rem;
    color: var(--color-button-link);
    font-family: Roboto-Bold;
    background-color: var(--color-bg-button-link);
    /* transition: all 150ms ease-in-out; */
    transition: background-color 300ms ease;

    &:hover {
        color: var(--color-button-link) !important;
        background-color: var(--color-secondary);
    }
}

.ct__separator-vertical {
    width: 2px;
    height: 90%;
    background-color: transparent;
    /* border-style: dashed; */
    border-right: 1px dashed var(--color-text);

    &.color-blue {
        border-right: 1px dashed var(--color-blue1);
    }
}

.ct__separator-horizontal {
    width: 90%;
    height: 2px;
    background-color: transparent;
    /* border-style: dashed; */
    border-top: 1px dashed var(--color-text);
    margin: 0;

    &.color-blue {
        border-right: 1px dashed var(--color-blue1);
    }
}

.ct__noticias-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;

    @media screen and (max-width: 600px) {
        grid-template-columns: 1fr;
        padding: 0 2rem;
    }
}

.ct__noticias__card-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.75rem;
    text-decoration: none !important;
}

.ct__noticias__card-image-container {
    width: 100%;
    overflow: hidden;
    border-radius: 0.75rem;

}

.ct__noticias__card-image-img {
    width: 100%;
    display: block;
    height: 200px;
    object-fit: cover;

}

.ct__noticias__card-category-container {
    width: 100%;
}

.ct__noticias__card-category-text {
    margin: 0;
    background-color: #ccc;
    padding: 3px 5px;
    color: #fff;
    font-family: Roboto-Medium;
    border-radius: 0.2rem;
}

.ct__noticias__card-description-container {
    width: 100%;
}

.ct__noticias__card-description-text {
    color: var(--color-text);
    font-family: Roboto-Medium;
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
    line-height: #ccc;
    text-align: start;
}

.ct__noticias__card-container:hover>.ct__noticias__card-description-container>.ct__noticias__card-description-text {
    transition: transform 300ms ease;
    color: var(--color-app);
}

.ct__noticias__card-container:hover>.ct__noticias__card-image-container>.ct__noticias__card-image-img {
    transition: transform 300ms ease;
    transform: scale(1.1);
}


.ct__article__table-container {
    width: 100%;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    /* background-color: var(--color-text); */
    gap: 1rem;
}

.ct__article__table {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid var(--color-text);
    border-collapse: collapse !important;
}


.ct__article__table-thead {
    width: 100%;
    background-color: rgba(255, 9, 1, 0.70);
}

.ct__article__table-tr {
    display: flex;
    width: 100%;
}

.ct__article__table-td {
    border: 1px solid var(--color-text) !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    padding: 1rem;
    font-family: Roboto-Regular;
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
    color: var(--color-text);

    &.text-center {
        text-align: center;
    }

    &.text-color-white {
        color: #fff;
    }

    &.font-weigth-bold {
        font-family: Roboto-Black;
        letter-spacing: 2px;
    }
}

.ct__article__table-td-strong{
    font-family: Roboto-Black;
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
}