.contenedorPrincipal {
    max-width: 1024px;
    margin: auto;
    text-align: center;
}

.paddingStandard {
    padding: 10px;
}

.titulo {
    font-size: 1.5rem;
    font-weight: bold;
    margin: auto;
}


/* SECCION HERO */

.bannerFondo {
    /* background-image: url("../img/fondo-abstracto-con-diseno-bajo-poli.webp"); */
    background-image: url("../img/conny-schneider-xuTJZ7uD7PI-unsplash.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    backdrop-filter: brightness(0.8) grayscale(40%) blur(3px);
    width: 100%;
}

.hero {
    color: #fff;

    .banner {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .logo30anios {
        margin: auto;
        width: 150px;
    }
}

/* SECCION FOOTER */

.footerlogo {
    margin: auto;
    padding: 10px;
    width: 200px;
}

.sticky_whatsapp {
    bottom: 20px;
    color: #1daa61;
    font-size: 4rem;
    position: fixed;
    right: 20px;
    transition: all 200ms;
    z-index: 100;
}

.sticky_whatsapp:hover{
    font-size: 4.5rem;
    transition: all 200ms;
}


@media (min-width: 768px) {

    .logo30anios {
        /* Logo de la seccion de slidersPrincipal */
        width: 250px;
    }

    .titulo {
        font-size: 2.5rem;
    }

    .subtitulo {
        font-size: 1.3rem;
    }
}