html{
    scroll-behavior: smooth;
}
body{
    height: 200vh;
    display: grid;
    grid-template-rows: 10vh 80vh 1fr;

}
    .logo{
        height: inherit;
    }
    .logoSSL{
        height: inherit;
        background-size:cover;
        background-color: #fff;
        border-radius: 50%;
    }
    .brand-logo{
        margin-left: 2rem;
    }
    .nav-menu{
        display: grid;
        justify-items: center;
        width: 10vw;
    }
    .log_text{
        font-size: .8rem;
    }
    
    .txt_img{
        text-shadow: 2px 2px 3px black;
    }

.body_login{
    display: grid;
    align-content: center;
}


.container-log{
    display: flex;
    width: 25rem;
    height: 3rem;
}
.modal{
    padding: 3%;
    height: 60%;
    border-radius: 12px;
    box-shadow: 5px 5px 10px black;
}

.parrafo{
    width: 75vw;
    height: 75vh;
    font-size: 1rem;
    padding: 2rem;
}

.login_head{
    border-radius: 2rem 2rem 0 0;
}
.form_login{
    height: 15rem;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
}
.boton{
    width: 6rem !important;
    border-radius: 12px;
}
#btnEntrar{
    width: 100%;
    height: 100%;
    padding: 0%;
    color: #fff !important;
    font-size: 1.3rem;
}


.titulo_foot{
    height: 10vh;
    display: grid;
    align-content: center;
}

.empresa{
    
    display: grid;
    align-items: center;
}

footer{
    margin-bottom: 0 !important;
}

.boton-ayuda {
    color: #0C4091;
    background-color: white;
    text-align: center;
    cursor: pointer;
    border: none;
    font-weight: 400;
    display: block;
    margin: 3% 3% 0% 1%;
    text-decoration: none;
    font-size: 1.5em;
  }
  
  .boton-ayuda.clicked {
      font-weight: 600;
      color: #0C3091;
  }
  
  .oculto {
    display: none;
  }

  .respuesta{
    margin: 0% 3% 3% 2%;
    font-size: 1.3em;
  }

  .col.m2{
    border-radius: 12px;
  }

  button{
    background-color: rgb(255 65 65) !important; 
     border-radius: 12px !important;
}

.botonRespuesta{
    background-color: rgb(242, 241, 241) !important;
}

.aviso{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 10px #a30101;
    padding: 1rem 0 1rem 0;
    height: 80vh;
}
.aviso::after{
    content: "";
    height: 150vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    left: -50%;
    top: -20%;
    z-index: -1;
}
.contenido{
    
    margin : 3rem 1rem 1rem 1rem;
    box-shadow: 0px 0px 5px black inset;
    padding: 1rem;
    height: 90%;
    overflow-y: auto;
    background-color: #fff;
}
.aviso-i{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-1rem, 1rem);
    background-color: tomato;
    border-radius: .3rem;
    cursor: pointer;
    box-shadow: .2rem .2rem .3rem rgb(95, 95, 95);
}
.aviso-o{
    cursor: pointer;
}
.aviso-o:hover{
    background-color: rgb(44, 24, 131);
}

.fondo-switch-aviso{
    
}
.aviso-s{
    display: inline-block;
    position: absolute;
    background-color: aliceblue;
    padding: .5rem;
    border-radius: .5rem;
    margin-right: 1rem;
    top: 0;
}
.aviso-s > *{
    margin-left: 1rem;
}

.cerrado{
    display: none;
}
.aberto{
    display: block;
}
.descarga{
    position: absolute;
    right: 3rem;
    top: 0;
    transform: translate(-1rem, 1rem);
    background-color: #bacff3;
    color: #0C4091;
    border-radius: .3rem;
    cursor: pointer;
    box-shadow: .2rem .2rem .3rem rgb(95, 95, 95);
}

.img-aviso{
    width: 25%;
}
.aviso-ul{
    
}
.aviso-ul > li{
    margin-left: 2rem;
    list-style: circle !important;
}