.Cabecera_Administracion{
    background-image: url('../imagenes/Agregar_un_subtitulo.png');
    background-size: cover;
    background-position: center;
    padding: 70px;
}

.color-navbar{
    background-image: url('../imagenes/Rectangle 628.png');
}

.nav-item.dropdown:hover .dropdown-menu {
    background-color: #43BA7F;
    display: block;  /* Hace que el menú se muestre al pasar el mouse */
    margin-top: 0;  /* Evita el retraso en la animación */
}

.Cabecera_Administracion h2{
    font-family: "Spline Sans", sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
}

.Cabecera_Administracion p{
    font-family: "Comme", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
}

.linea-verde{
    background-color: #43BA7F;
}

.linea-verde p{
    font-family: "Comme", sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    text-align: justify;
}

.linea-verde h3{
    font-family: "Spline Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
}

.btn1{
    background-color: #43BA7F;
    color: white;
    font-family: "Comme", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
}

.btn1:hover{
    background-color: #115835;
    color: white;
}

body{
    background-color: #D7D7D7;
}

.seccion-boton p{
    font-family: "Comme", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
}

.Informacion h3{
    font-family: "Spline Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
}

.Informacion p{
    font-family: "Comme", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
}

.Informacion .row .col-md-4 {
    position: relative;
}

.Informacion .row .col-md-4:not(:nth-child(4n))::after {
    content: "";
    position: absolute;
    top: 15%; /* Ajusta la altura inicial de la línea */
    bottom: 15%; /* Ajusta la altura final de la línea */
    right: 0;
    width: 3px;
    background-color: #43BA7F;
}

.Informacion img{
    height: 80px;
}
