.img-inicio {
    margin-left: -46%
}

.hero {
    background-size: cover;
}

.container-registro{
    padding: 0px;
}

@media (max-width: 425px) {
    .container-registro {
      max-width: 100%;
    }
}


.card-registro {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container-login{
    margin:0px;
    margin-left: 5rem;
    width: 40%;
    margin-top: 20vh;
}
.img-login{
    width: 40%;
    height: 100vh;
    object-fit: cover;
}
.wrapper-login{
    display: flex;
    flex-direction: row;
    
}
@media (max-width: 800px){
    .wrapper-login{
        flex-direction: column;
    }
    .img-login{
        width: 100%;
        height: 40%;
    }
    .container-login{
        margin:0px;
    }

}

.card-img-overlay {
    position: relative;
    padding: 20px;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

/* Estilo de intranet */


.LineaHorizontal {
    border: none;                 /* Quita bordes predeterminados */
    border-top: 2px solid red;    /* Crea la línea roja */
    width: 80%;                   /* Ajusta el ancho de la línea */
    margin: 0 auto;               /* Centra la línea */
    margin-top: -4%;             /* Ajusta el espacio superior */
  }
.LineaHorizontal2 {
    border: none;                 /* Quita bordes predeterminados */
    border-top: 2px solid red;    /* Crea la línea roja */
    width: 60%;                   /* Ajusta el ancho de la línea */
    margin: 0 auto;               /* Centra la línea */
    margin-top: -4%;             /* Ajusta el espacio superior */
  }

.MarginBotones {
    margin-top: -1%;
}

/* INICIO DE LA PAGINA */
.FuenteTamañoNoticia{
    font-size: 18px;

}
.card-noticias {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-color: gray;
    background-position: center;
    background-repeat: no-repeat;
}
.linea-vertical {
    width: 30px;
    height: 100px;
    background-color: red;
    margin-right: 20px;
}
.FondoNoticias{
    background-color: rgba(177, 177, 177, 0.836);
}
