
.c-footer-energies h1{
    color: #1f1f1f;
    font-size: 80px;
    font-weight: 900;
    font-style: italic;
    margin: 0 0 40px 0;
    padding: 0;
    text-align: center;
    
}

@media (max-width: 1530px) {
    .c-footer-energies h1{
        font-size: 70px;
    }
}

@media (max-width: 1200px) {
    .c-footer-energies h1{
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .c-footer-energies h1{
        font-size: 4    0px;
    }
}

.logoTotal {
    max-height: 55px;
}

/* .yetox {
    color: #ff8531;
}

.bx-right-arrow-alt {
    color: #ffffff;
}

.bx{
    color: #ffffff;
    font-size: 32px;
}

.imgM {
    min-width: 100%;
    min-height: 100%;
}  */



.c-ch-newsletter__title {
    text-align: center;
    font-size: 40px;
}

.c-form {
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
}

.my-center-contrent {
    margin-bottom: 50px;
}

.my-btn-enviar {
    justify-content: center;
}

.c-footer__bottom-row {
    justify-content: center !important;
}

.c-footer__bottom-row span {
    display: flex;
    align-items: center;
}

/* La caja de mensaje de alerta */
.alert {
    padding: 20px;
    color: white;
    margin-bottom: 15px;
    position: fixed; /* Asegura que esté siempre visible en la pantalla */
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); /* Centra la alerta */
    border-radius: 5px;
    z-index: 10000; /* Asegura que esté encima de otros elementos */
    display: none;
}

/* Alerta de éxito */
.alert.success {
    background-color: #4CAF50; /* Verde */
}

/* Alerta de error */
.alert.error {
    background-color: #f44336; /* Rojo */
}

/* El botón de cierre */
.closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* Cuando se pasa el ratón sobre el botón de cierre */
.closebtn:hover {
    color: black;
}