.li--deactivate{
    opacity: 0.8;
    
}
/* BANNER DE POLITICAS DE SEGURIDAD DE LA INFORMACIÓN */
.politicas_si {
    background-image: url("../img/iso/seguridad_de_informacion.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* CARD DEL BANNER */
.title_sig {
    background-color: #31466e;
    width: 644px;
    height: 911px;
    display: flex;
    margin-left: 5%;
}
.wrapper_sgas h2 {
    font-weight: 800;
    font-size: 96px;
    line-height: 117px;
    color: #ffffff;
    margin: auto;
}
.wrapper_sgas h1 {
    font-weight: 800;
    font-size: 180px;
    line-height: 219px;
    color: #ffffff;
    margin: auto;
}
.wrapper_sgas svg {
    margin: auto;
}
.wrapper_sgas {
    width: 70%;
    margin: auto;
}
.title_sig-2 {
    margin-right: 10%;
}
/* FIN CARD DEL BANNER */
/* FIN BANNER SEGURIDAD DE LA INFORMACIÓN */

/* SECCION DE NUESTRAS POLITICAS */
.nuestras_politicas{
    min-height: 100vh;
    height: max-content;
    background-color: #EFF3FA;
    text-align: center;
}

.nuestras_politicas h1{
    text-align: center;
    padding-top: 5%;
    font-size: 48px;
}
.nuestras_politicas img{
    width: 800px;
    margin-top: 20px;
}

.wrapper_politicas_si{
    padding-top: 10%;
    min-height: 100%;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.container_left_si ul,.container_right_si ul{
    display: flex;
    flex-direction: column;
    width: 95%;
    gap: 1rem;
}
.wrapper_politicas_si ul>li{
    /* list-style: circle; */
    background-color: #31466E;
    border-radius: 10px;
    text-align: left;
    /* border: 1px solid black !important; */

}
.wrapper_politicas_si ul>li:hover{
    background-color: #F0AB00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.wrapper_politicas_si ul>li>a{
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    display: block;
}

.container_left_si, .container_right_si{
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media(max-width:1680px){
    .title_sig {
        width: max-content;
        height: 100%;
    }
    .wrapper_sgas h2 {
        font-size: 66px;
    }
    .wrapper_sgas h1 {
        font-size: 150px;
    }
    .wrapper_sgas svg {
        width: 160px;
    }

    /* SECCION NUESTRAS POLITICAS */
    .nuestras_politicas h1{
        font-size: 36px;
        padding-top: 3%;
    }
    .nuestras_politicas img{
        width: 600px
    }
    .wrapper_politicas_si{
        width: 90%;
    }
    .wrapper_politicas_si ul>li>a{
        color: white;
        font-size: 14px;
        font-weight: 400;
        padding: 10px 20px;
        display: block;
    }
}

@media(max-width: 1024px){
    .nuestras_politicas h1{
        padding-top: 4%;
    }
    .wrapper_politicas_si{
        gap: 2rem;
    }
}

@media (max-width: 920px) {
    .title_sig {
        height: max-content;
        width: max-content;
      }
    .wrapper_sgas {
        height: 50%;
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
      }
      .wrapper_sgas svg {
        width: 120px;
      }
      .wrapper_sgas h2 {
        font-size: 40px;
        line-height: 57px;
      }
      .wrapper_sgas h1 {
        font-size: 80px;
        line-height: 80px;
      }

    /* SECCION DE POLITICAS */
    .nuestras_politicas h1{
        font-size: 32px;
    }
    .nuestras_politicas img{
        width: 200px;
    }
    .wrapper_politicas_si{
        flex-direction: column;
    }
    .container_left_si, .container_right_si{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wrapper_politicas_si{
        gap: 1rem;
        padding-bottom: 30px;
    }
    .container_right_si ul,.container_left_si ul{
        width: 90%;
    }
}