:root {
    --text-color-default: #555;
    --decor-color-slr-1: rgb(31, 132, 236);
    --decor-color-slr-1-50: rgb(31, 132, 236, .1);
    --decor-color-slr-2: rgb(255, 121, 138);
    --decor-color-slr-2-50: rgb(255, 121, 138, .1);
    --decor-color-slr-3: rgb(142, 212, 47);
    --decor-color-slr-3-50: rgb(142, 212, 47, .1);


    --banner-slr-1: url('https://assets.saberesdocentes.cl/edudistancia/images/slep/santa-rosa/1/background.png');
    --banner-slr-2: url('https://assets.saberesdocentes.cl/edudistancia/images/slep/santa-rosa/2/background.png');
    --banner-slr-3: url('https://assets.saberesdocentes.cl/edudistancia/images/slep/santa-rosa/3/background.png');

}

.fa {
    font-weight: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.sd_banner-container {
    max-width: 1920px;
    height: 200px;
    margin: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: 'Roboto', sans-serif;
    color: var(--text-color-default);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.sd_banner-container.slr-1 {
    background-image: var(--banner-slr-1);
}

.sd_banner-container.slr-2 {
    background-image: var(--banner-slr-2);
}

.sd_banner-container.slr-3 {
    background-image: var(--banner-slr-3);
}

.sd_banner-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    width: 100%;

}

.sd_banner-logos {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    justify-content: center;
}

.sd_banner-logos>img {
    width: 250px;
    height: auto;
    object-fit: contain;
    margin: 0;
    padding: 0 1rem;
}

.sd_banner-courseinfo {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-self: flex-end;
    align-items: flex-end;
    justify-content: center;
    margin-right: 2rem;
}

.sd_banner-title {
    text-transform: uppercase;
    font-weight: 300;
    text-align: right;
    margin: 0;
    color: black;
}

.sd_banner-title>strong {
    font-weight: 400;
}

.sd_banner-decor {
    border-bottom: 2.67px #004C94 solid;
    margin: 0 2rem
}

.sd_banner-img {
    width: 100px;
    height: 100px;
    object-fit: contain;

}

.sd_banner-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    margin: 0;
    color: black;

}

.sd_banner-nav>div {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
    width: 100%;
}

.sd_banner-nav>div:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.sd_banner-nav>div:nth-child(1) {
    background-color: #FF798A;
}

.sd_banner-nav>div:nth-child(1):hover {
    background-color: #b93042;
}

.sd_banner-nav>div:nth-child(2) {
    background-color: #3ABFF0;
}

.sd_banner-nav>div:nth-child(2):hover {
    background-color: #15789c;
}

.sd_banner-nav>div:nth-child(3) {
    background-color: #FFE000;
}

.sd_banner-nav>div:nth-child(3):hover {
    background-color: #887c1e;
}

.sd_banner-nav>div:nth-child(4) {
    background-color: #90D039;
}

.sd_banner-nav>div:nth-child(4):hover {
    background-color: #5d8a26;
}

.sd_activity-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--text-color-default);
    font-size: 1rem;
}


.sd_activity-paragraph {
    margin: 0 2rem;
    padding: 1rem;
    border: 1px solid #ebebeb;
    border-radius: 7px;
}


.sd_activity-paragraph-reverse {
    margin: 0 2rem;
    padding: 1rem;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 7px;
}

.sd_activity-paragraph-title {
    display: flex;
    gap: .5rem;
    align-content: center;
    margin-bottom: .5rem;

}

.sd_activity-paragraph-title> :is(h1, h2, h3) {
    margin: 0;
}

.sd_activity-paragraph-title> :is(h1, i.h1) {
    font-size: 3rem;
}

.sd_activity-paragraph-title> :is(h2, i.h2) {
    font-size: 2rem;
}

.sd_activity-paragraph-title> :is(h3, i.h3) {
    font-size: 1.5rem;
}



.sd_activity-paragraph-title.slr-1>i {
    color: var(--decor-color-slr-1);
}

.sd_activity-paragraph-title.slr-2>i {
    color: var(--decor-color-slr-2);
}

.sd_activity-paragraph-title.slr-3>i {
    color: var(--decor-color-slr-3);
}


.sd_activity-paragraph :is(ol, ul) {
    display: flex;
    flex-direction: column;
    gap: .5rem;

}

.sd_activity-cta {
    font-weight: 600;
    text-decoration: none;
    padding: .35rem .75rem;
    border-radius: 4px;
    margin: .25rem;
}


.sd_activity-cta.slr-1 {
    background-color: var(--decor-color-slr-1-50);
}

.sd_activity-cta.slr-2 {
    background-color: var(--decor-color-slr-2-50);
}

.sd_activity-cta.slr-3 {
    background-color: var(--decor-color-slr-3-50);
}

.sd_activity-rubric {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 1rem;
    margin-bottom: 1rem;
}