.ADMINISTRA {
    background-image: url('../img/ASPEL/INICIO.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 850px;
}

.ADMINISTRA h1 {
    padding: 70px;
    margin-top: 100px;
    color: #ffffff;
    text-align: center;
    font-family: "Inter-ExtraBold", sans-serif;
    font-size: 70px;
    font-weight: 500;
}


.ADMINISTRA h2 {
    color: #ffffff;
    text-align: center;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 34px;
    font-weight: 600;
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.ADMINISTRA img {
    margin-left: 280px;
}

.sistemas-img {
    position: absolute;
    top: 550px;
    left: 170px;
    width: 380px;
    height: auto;
}

.distribuidor-img {
    position: absolute;
    top: 650px;
    left: 600px;
    width: 350px;
    height: auto;
}

.Titulo-promociones {
    text-align: center;
    margin-top: 50px;
    margin-left: 700px;
    margin-bottom: -100px;
    position: relative;
    z-index: 10;
    font-size: 25px;
    color: #704129;
}

.Promociones {
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    width: 95%;
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(0, 0, 0) 100%;
    position: relative;
}

.Promociones-contenido {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}

.Promociones h1,
.Promociones h2 {
    font-family: "Inter", sans-serif;

}

.Promociones h1 {
    font-size: 30px;
    font-weight: 800;
    color: rgba(74, 42, 26, 1);
}

.Promociones h2 {
    font-size: 25px;
    font-weight: 500;
    color: #d3824c;
    text-align: justify;
    display: block;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 100px;
}

.Promociones::before {
    content: "";
    position: absolute;
    left: 80px;
    top: 18%;
    height: 65%;
    width: 3px;
    background-color: #975735;
}

.Promociones-carrusel {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-left: 200px;
}


.carrusel_promociones {
    width: 90%;
    overflow: hidden;
    position: relative;
    margin-right: 100px;
}


.carrusel-inner_promociones {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.carrusel-inner_promociones img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    flex: 0 0 100%;
}

.carrusel-indicadores {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.indicador {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicador.activo {
    background-color: white;
}


.titulo-carrusel {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: black;
    margin-bottom: 400px;
}


.noticias {
    background-image: url(../img/ASPEL/FONDO_NOTICIA.png);
    background-size: cover;
    background-position: center;
    max-width: 100%;
    margin: 50px auto;
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: 500px;
    font-size: 30px;
}

.noticias h2 {
    color: #ffffff;
    font-size: 60px;
}

.carousel {
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    height: 200px;
    max-width: 750px;
    margin-left: 400px;
}

.informacion {
    display: none;
    transition: opacity 0.5s ease;
    color: #1a1a1a;
    /* texto oscuro */
}

.informacion.active {
    display: block;
}

.puntos {
    margin-top: 15px;
}

.punto {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #cccccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.punto:hover {
    transform: scale(1.2);
}

.punto.active {
    background-color: #e38032;
}


.servicios {
    max-width: 1200px;
    margin: 0 auto;
    height: 550px;
    margin-top: 40px;
}

.servicios h1 {
    font-size: 40px;
    margin-bottom: 35px;
    color: #e38032;
    font-weight: bold;
    text-align: left;
}

.contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.servicio {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
}

.servicio img {
    width: 140px;
    flex-shrink: 0;
    margin-top: 10px;
}

.texto h2 {
    font-size: 25px;
    color: #e38032;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 10px;
}

.texto p {
    font-size: 20px;
    color: #333;
    margin: 0;
    margin-left: 0;
    text-align: justify;
    display: block;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 70px;
}

.texto a {
    color: #e38032;
    text-decoration: none;
    font-weight: bold;
}

.aspel-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.aspel-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s;
    height: 400px;
}

.aspel-card:hover {
    transform: translateY(-5px);
}

.aspel-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.aspel-card h3 {
    color: #333;
    font-size: 25px;
}

.aspel-card p {
    color: #666;
    font-size: 20px;
}

.contenedor_botones {
    display: flex;
    justify-content: flex-start;
    gap: 300px;
    position: relative;
    margin-left: 510px;
    margin-bottom: 100px;
}

.boton_servicios {
    background-color: white;
    color: #D26A00;
    border: 2px solid #D26A00;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: absolute;
}

.boton_servicios:hover {
    background-color: #D26A00;
    color: white;
}

.boton_servicios:nth-child(1) {
    margin-left: 100px;
}

.boton_servicios:nth-child(2) {
    margin-left: 500px;
}

.boton_servicios:nth-child(3) {
    margin-left: 500px;
}