.ciencia-salud__section {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: justify;
    justify-content: center;
}

.ciencia-salud__img {
    width: 100%;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.342);
}

.ciencia-salud__information {
    margin: 40px 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: justify;
    justify-content: center;
    background-color: white;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.ciencia-salud__title {
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.ciencia-salud__description {
    text-align: justify;
}

.liga-salud__section {
    margin-bottom: 50px;
}

.ciencia-salud__subsection {
    margin: 40px 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: justify;
    justify-content: center;
    background-color: white;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.contact__img {
    min-height: 270px;
    max-height: 270px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.ciencia-salud__video {
    font-weight: 700;
}


.ciencia-salud__control {
    width: 100%;
}

.ciencia-salud__download {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.ciencia-salud__options {
    margin: 0;
}

.fa-download {
    font-size: 3rem;
    color: rgb(15, 76, 117);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.fa-download:hover {
    color: rgb(50, 130, 184);
}

.accordion-button-contact {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    color: #444444;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button-contact:hover {
    color: #fff;
    background-color: rgb(50, 130, 184);
}

.accordion-button-contact:not(.collapsed) {
    color: #fff;
    background-color: rgb(50, 130, 184);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button-contact::after {
    color: #000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    flex-shrink: 0;
    width: 1.45rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.accordion-button-contact:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.embed-responsive {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.row.row-space-2>[class*=col-] {
    padding: 0 1px;
}

.podcast__cards {
    margin: 40px 0;
}

.podcast__card {
    -webkit-box-shadow: 0 5px 40px -10px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.podcast__title {
    font-weight: 700;
}

.podcast__body {
    margin-bottom: 5px;
    color: #444444;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    padding: 40px;
}

.podcast__img {
    width: 100%;
    height: 100%;
}

.sep {
    margin-left: 5px;
    margin-right: 5px;
    color: #6c757d;
}

.download {
    color: #6c757d;
}

.download__option {
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    color: #6c757d;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.download__option:hover {
    text-decoration: none;
    color: rgb(50, 130, 184);
}

audio::-webkit-media-controls-panel {
    background-color: rgb(50, 130, 184);
    border-radius: none;
}

.cuentos__subsection {
    margin: 40px 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: justify;
    justify-content: center;
    background-color: white;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.cuentos__description {
    text-align: center;
    margin: 0;
    margin-bottom: 1rem;
}

.juego-mesa__banner {
    margin: 40px 0;
}

.juego-mesa__img {
    width: 100%;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.342);
}

.juego-mesa__description {
    text-align: justify;
    margin: 40px 30px;

}

.liga-salud__img {
    width: 100%;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.342);
}

.modal-title {
    justify-content: center;
    align-items: center;
}

.liga-salud__section-card {
    margin: 40px;
}

.ciencia-salud__img-card {
    width: 100%;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.342);
}

.liga-salud__character-top {
    justify-content: space-between;
    align-items: center;
}

.liga-salud__character-bottom {
    justify-content: center;
    align-items: center;
}

.liga-salud__download {
    color: #fff;
    text-decoration: none;
}

.liga-salud__download:hover {
    color: #fff;
    text-decoration: none;
}

.liga-salud__btn {
    background-color: rgb(50, 130, 184);
    border: rgb(50, 130, 184);
}


.liga-salud__btn:hover {
    background-color: rgb(40, 105, 148);
    border: rgb(40, 105, 148);
}


@media (min-width: 480px) {
    .ciencia-salud__video {
        display: flex;
        justify-content: space-between;
    }

    .ciencia-salud__area video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .cuentos__area video {
        width: 100%;
        height: 30rem;
        object-fit: cover;
        display: block;
    }


    .ciencia-salud__download {
        flex: 0 0 calc(50% - 1rem);
    }

    .cuentos__video {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .juego-mesa__banner {
        display: flex;
        justify-content: space-between;
    }
}