/*Efect luna negra/*/




.raeFondo {
    background-image: url("../2026/pagina-webV0.jpg");
    background-size: cover;      /* Ajusta la imagen para cubrir todo el espacio */
    background-repeat: no-repeat; /* Evita que la imagen se duplique */
    background-position: top;  /* Centra la imagen */
    /*background-attachment: fixed; !* La imagen se queda quieta al bajar (opcional) *!*/
    min-height: 100vh;            /* Asegura que el fondo cubra al menos el alto de la pantalla */
    margin: 0;
}
.raeFon {
    background-color: rgba(2, 110, 22, 0.90);
}
.rae {
    width: 100%;
    margin: 0 auto;
    /*background-color: #343a40;*/
    text-align: center;
}
.raeUs {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Permite envolver los elementos si no hay suficiente espacio */
    /*background-color: rgba(2, 110, 22, 0.13);*/

}
.raeUss {
    max-width: 170px;
    color: rgba(255, 255, 255, 0.8);
    flex: 1 1 100%; /* Toma el 100% del ancho en móviles */
    padding: 10px;
    margin: 10px auto;
    /*background-color: rgba(173, 216, 230, 0.18);*/
    text-align: center;
    transition: background-color 0.3s;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.06), rgba(173, 216, 230, 0.07), rgba(173, 216, 230, 0.15));
    border-radius: 10px;
}
.raeUs h1, .raeUs h2 {
    color: white;
    margin: 0;
    padding: 0;
}
.raeUss h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.raeUss h2 {
    font-weight: lighter;
    font-size: 20px;
    line-height: 24px;
}

.raeStr {
    margin: 0 auto;
    max-width: 1400px;
}
.raeStr h1 {
    margin: 60px 0 0 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 50px;
    color: white;
}
.raeStr h2 {
    color: white;
    margin: 0;
    font-weight: lighter;
    font-size: 28px;
    line-height: 32px;
}
.raeStr img {
    width: 100%;
}
.raeSub {
    margin: 50px auto;
    max-width: 1400px;
    text-align: center;
}
.lineRae {
    border-top: 3px solid rgba(255, 255, 255, 0.73);
    width: 100%;
    max-width: 70%;
    margin: 30px auto;
    padding: 0;
}

.raeSub h1 {
    margin: 30px auto;
    width: 90%;
    font-weight: 300;
    font-size: 18px;
    color: white;
    overflow-wrap: normal; /* Comportamiento estándar */
    word-break: normal;
}


/*.flex-item:hover {*/
/*    background-color: #aaa; !* Cambia el color cuando se pasa el mouse *!*/
/*}*/

.raeP {
    width: 100%;
    text-align: center;
}
.raePTex {
    padding-top: 50px;
    font-weight: bold;
    font-size: 26px;
    margin: 0 auto;
}
.raeP h2 {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.raePr {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Permite envolver los elementos si no hay suficiente espacio */
    /*background-color: rgba(2, 110, 22, 0.13);*/

}
.raePri {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    flex: 1 1 100%; /* Toma el 100% del ancho en móviles */
    padding: 15px;
    margin: 0 auto;
    /*background-color: rgba(173, 216, 230, 0.18);*/
    text-align: center;
}
.raePri h1, .raePri h2 {
    color: white;
    margin: 0;
    padding: 0;
}
.raePri h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 3px;
}
.raePri h2 {
    font-weight: lighter;
    font-size: 16px;
}

.raeK {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Permite envolver los elementos si no hay suficiente espacio */
    /*background-color: rgba(2, 110, 22, 0.13);*/

}
.raeKey {
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
    flex: 1 1 100%; /* Toma el 100% del ancho en móviles */
    /*padding: 15px;*/
    margin: 0 auto;
    /*background-color: rgba(173, 216, 230, 0.18);*/
    text-align: left;
}
.raeKey h1, .raeKey h2, .raeKey h3 {
    color: white;
    margin: 0;
    padding: 0;
}
.raeKey h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto;
    padding-top: 10px;
}
.raeKey h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 3px;
}

.raeKey h3 {
    font-weight: lighter;
    font-size: 16px;
}

/*abajo*/
.raeBa {
    margin: 30px auto 0 auto;
    /*max-width: 1400px;*/
    text-align: center;
    border-top: 3px solid rgba(255, 255, 255, 0.73);
    border-bottom: 3px solid rgba(255, 255, 255, 0.73);
    padding: 30px 0;
}
.raeBa img {
    width: 90%;
    margin: 0 auto;
    max-width: 450px;
}
.raeBa h1 {
    font-weight: lighter;
    font-size: 19px;
    color: white;
    margin: 0;
    padding: 0;
}
.raeBa h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.masIn {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.masIn a {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    color: white;
}
.masIn a {
    border-radius: 8px;
    border: #333333 1px solid;
    padding: 10px;
    margin: 10px;
}


@media screen and (min-width: 768px) {

    .raeStr h1 {
        margin: 60px 0 0 0;
        font-size: 30px;
        line-height: 50px;
    }
    .raeStr h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .raeUss {
        max-width: 210px;
    }

}


@media screen and (min-width: 992px) {

    .raeStr h1 {
        margin: 60px 0 0 0;
        font-size: 34px;
        line-height: 60px;
    }
    .raeStr h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .raeUss {
        max-width: 260px;
    }
    .raeSub h1 {
        width: 80%;
        font-size: 22px;
    }

    .raePri {
        max-width: 380px;
        padding: 15px;
    }
    .raePri h1 {
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 3px;
    }
    .raePri h2 {
        font-weight: lighter;
        font-size: 18px;
    }
    .raeKey {
        max-width: 270px;
    }

    .raeBa h1 {
        font-weight: lighter;
        font-size: 30px;
    }
    .raeBa h2 {
        font-size: 21px;
    }

    .masIn a {
        display: inline-flex;

    }
    .masIn a {
        display: inline-flex;
    }

}

@media screen and (min-width: 1200px) {
    .rae {
        margin: 0 auto 120px auto;
    }
    .raeStr h1 {
        margin: 60px 0 0 0;
        font-size: 40px;
        line-height: 70px;
    }
    .raeStr h2 {
        font-size: 42px;
        line-height: 60px;
    }
    .raeUss {
        max-width: 300px;
    }
    .raeSub h1 {
        width: 85%;
        font-size: 24px;
    }
    /*.raeP h1 {*/
    /*    padding-top: 60px;*/
    /*    font-size: 40px;*/
    /*    line-height: 50px;*/
    /*}*/
    .raePri {
        max-width: 420px;
        padding: 15px;
    }
    .raePri h1 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 3px;
    }
    .raePri h2 {
        font-weight: lighter;
        font-size: 20px;
    }
    .raeKey {
        max-width: 290px;
    }


}


@media screen and (min-width: 1400px) {
    .rae {
        margin: 0 auto 200px auto;
    }
    .raeStr h1 {
        margin: 60px 0 0 0;
        font-size: 45px;
        line-height: 70px;
    }
    .raeStr h2 {
        font-size: 47px;
        line-height: 70px;
    }
    .raeUss {
        max-width: 350px;
    }
    .raeSub h1 {
        width: 85%;
        font-size: 26px;
    }
    .raePTex {
        padding-top: 60px;
        font-size: 40px;
        line-height: 50px;
    }
    .raePri {
        max-width: 500px;
        padding: 15px;
    }
    .raePri h1 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 3px;
    }
    .raePri h2 {
        font-weight: lighter;
        font-size: 20px;
    }

    .raeKey {
        max-width: 320px;
    }
    .raeKey h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .raeKey h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .raeBa h1 {
        font-weight: lighter;
        font-size: 36px;
        padding-top: 0px;
    }
    .raeBa h2 {
        font-size: 21px;
    }

}