/**
* MIT License
 * Jhonel Angel Chocca Zevallos
* * Jhonel Angel Chocca Zevallos
* Copyright (c) 2024  * Jhonel Angel Chocca Zevallos
* Este sistema fue desarrollado por  * Jhonel Angel Chocca Zevallos.
* Exclusivo para la Municipalidad Distrital de Chilca.
* Prohibida la reproducción total o parcial sin autorización previa.
*/
#play-pause-button {
    position: absolute;
    left: 0%;
    top: 0%;
    cursor: pointer;
    padding: 50px;
}
.imagePlayPuse {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 8px);
    color: #1143a875;
}
@media (min-width: 768px) {
    .section-principal-public {
        display: flex;
        justify-content: space-between;
        height: 120px;
    }
    .imagen1 {
        height: 70px;
    }
    .imagen2 {
        height: 70px;
        padding: 0 10px;
    }
    .imagen3 {
        height: 70px;
        padding: 0 10px;
    }
    .header-content {
        background-color: #1144a8;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 180px;
    }
    .section-content {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .section-content-div {
        display: flex;
        align-items: center;
        border: 2px dashed #1144a8;
        margin: 40px;
        border-radius: 20px;
    }
    .section-article-1 {
        margin: 30px 15px 30px 30px;
    }
    .section-article-2 {
        width: 300px;
        height: 300px;
        position: relative;
        margin: 30px 30px 30px 15px;
    }
    .lista-ol {
        width: 350px;
    }
    .clase-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .text-input-principal {
        width: 70%;
        color: #888888;
        margin: 32px;
        font-size: 30px;
        font-weight: 600;
    }
    .form-input-principal {
        display: flex;
        align-items: center;
        width: 60%;
    }
    .aside-button-principal {
        width: 5%;
        margin: 0 32px;
    }
    .articulo-form-principal {
        display: flex;
        margin-left: 6vh;
        width: 100%;
        align-items: center;
    }
    .login-principal {
        margin: 15px;
    }
    .texto-principal-user {
        display: block;
    }
    .user-principal {
        display: none;
    }
    .texto-inicia-sesion {
        display: block;
    }
    .house-inicia-sesion {
        display: none;
    }
}
@media (max-width: 768px) {
    .imagePlayPuse {
        top: calc(58% - 20px);
        left: calc(50% - 8px);
    }
    body {
        position: relative;
    }
    .section-principal-public {
        display: flex;
        justify-content: space-between;
        height: 80px;
    }
    .imagen1 {
        height: 40px;
    }
    .imagen2 {
        height: 40px;
    }
    .imagen3 {
        height: 40px;
    }
    .section-article-1 {
        display: none;
    }
    .section-article-2 {
        width: 100%;
        height: 99.2vh;
        position: absolute;
        left: 0%;
        top: 0%;
        z-index: 1;
    }
    .clase-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .header-content {
        background-color: #1143a8d5;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 80px;
        width: 100%;
        z-index: 2;
    }
    .text-input-principal {
        color: #888888;
        font-size: 16px;
    }
    .form-input-principal {
        display: flex;
        align-items: center;
        width: 60%;
    }
    .articulo-form-principal {
        display: flex;
        justify-content: space-around;
    }
    .login-principal {
        display: flex;
        align-items: end;
        margin: 0 7% 5px 0;
    }
    .texto-principal-user {
        display: none;
    }
    .user-principal {
        display: block;
    }
    .btn-principal {
        height: 38px;
        display: flex;
        align-items: center;
    }
    .btn-inicia-sesion {
        height: 38px;
        display: flex;
        align-items: center;
    }
    .texto-inicia-sesion {
        display: none;
    }
    .house-inicia-sesion {
        display: block;
    }
}
