.contenedor-velo {
    margin: 0px;
    padding: 0px;
    padding: 20px 24px;
}

.wcom-button.button-green {
    margin: 0px;
    background-color: #2F6852;
}

.titulo {
    /* margin-right: 75px; */
    width: 400px;
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Title/M */
    font-family: 'IberPangeaText-Regular';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 125% */
}

.info-destacado {
    width: 400px;
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Body/Regular/L */
    font-family: 'IberPangeaText-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    padding: 0px;
    margin: 0px;
}

.button-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}


.gm-cabecera-1 {
    background-color: white;
    width: 412px;
    margin-right: 20px;
    height: 50%;
    border-radius: 5%;
    margin-left: 500px;
}

.hero-banner-padre {
    display: block;
}

.hero-banner-padre .titulo {
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 8px;
}

.logo-iberdrola-hero {
    background-image: url("/o/iberdrola-es-theme/images/logo-iberdrola-hor-pos.svg");
    height: 39px;
    width: 169px;
}

.bloque-barra-hero-banner {
    width: 100%;
    display: flex;
}

.barra-hero-banner {
    background-color: white;
    display: flex;
}

.logo-heroB {
    display: flex;
    align-items: center;
    height: 100%;
    width: 50%;
}

.texto1-barra {
    font-family: 'IberPangeaText-Regular';
}

.texto2-barra {
    color: #2F6852;
    font-family: 'IberPangeaText-Regular';
}

@media (max-width: 575px) {
    .hero-banner-padre {
        height: 321px;
        width: 360px;
        background-image: url("/documents/20122/17911691/IMG-Hero-360.png");
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        background-repeat: no-repeat;
        margin-top: 64px;
        margin-bottom: 340px;
    }

    .logo-iberdrola-hero {
        background-image: url("/documents/20122/17911691/Play.svg");
        height: 64px;
        width: 64px;
    }

    .bloque-barra-hero-banner {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: -64px;
    }

    .barra-hero-banner {
        width: 576px;
        height: 64px;
    }

    .bloque-texto-barra-hero {
        display: flex;
        align-items: center;
        width: 50%;
    }

    .texto-barra-hero {
        width: 100%;
        text-align: right;
        margin-right: 24px;
    }

    .texto1-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .texto2-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .hero-banner-padre .gm-cabecera-1 {
        background-color: white;
        width: 100%;
        margin: 0 auto;
        height: 50%;
        border-radius: 0;
        margin-top: 300px;
        display: block;
        /* padding: 20px 10px; */
    }

    .hero-banner-padre .titulo {
        margin: 0px;
        padding: 0xp;
        text-align: left;
        width: 100%;
        margin-bottom: 8px;
    }

    .hero-banner-padre .info-destacado {
        text-align: left;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;

    }

    .hero-banner-padre .wcom-button {
        margin: 0px;
        width: 100%;
    }

    .hero-banner-padre .wcom-button.button-green .button-text {
        line-height: 24px;
        font-weight: 600;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .hero-banner-padre {
        height: 321px;
        width: 576px;
        background-image: url("/documents/20122/17911691/IMG-Hero-576.png");
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        margin-top: 64px;
        margin-bottom: 280px;
    }

    .logo-iberdrola-hero {
        background-image: url("/documents/20122/17911691/Play.svg");
        height: 64px;
        width: 64px;
    }

    .bloque-barra-hero-banner {
        justify-content: center;
        margin-bottom: 5px;
        margin-top: -64px;
    }

    .barra-hero-banner {
        width: 576px;
        height: 64px;
    }

    .bloque-texto-barra-hero {
        display: flex;
        align-items: center;
        width: 50%;
    }

    .texto-barra-hero {
        width: 100%;
        text-align: right;
    }

    .texto1-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .texto2-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .hero-banner-padre .gm-cabecera-1 {
        background-color: white;
        width: 100%;
        margin: 0 auto;
        height: 50%;
        border-radius: 0;
        margin-top: 300px;
        display: block;
    }

    .hero-banner-padre .info-destacado {
        text-align: left;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        padding: 0px;
        margin: 0px;
    }

    .hero-banner-padre .wcom-button {
        margin: 0px;
        width: 328px;
    }

    .hero-banner-padre .contenedor-velo {
        margin-top: 0;
        max-width: 100%;
        padding: 20px 40px 0px 40px;
    }

    .hero-banner-padre .wcom-button.button-green .button-text {
        line-height: 24px;
        font-weight: 600;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-banner-padre {
        height: 600px;
        width: 992px;
        background-image: url("/documents/20122/17911691/IMG-Hero-992.png");
        border-bottom-left-radius: 48px;
        border-bottom-right-radius: 48px;
    }

    .gm-cabecera-1 {
        height: 340px;
        margin-left: 150px;
    }

    .bloque-barra-hero-banner {
        justify-content: center;
        margin-bottom: 5px;
    }

    .barra-hero-banner {
        width: 778px;
        height: 80px;
        border-radius: 7px;
        margin-top: 24px;
    }

    .bloque-texto-barra-hero {
        display: flex;
        align-items: center;
        width: 50%;
    }

    .texto-barra-hero {
        width: 100%;
        text-align: right;
        margin-right: 15px;
    }

    .texto1-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .texto2-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .hero-banner-padre .contenedor-velo {
        max-width: 400px;
        box-sizing: border-box;
        text-align-last: center;
        max-height: 312px;
    }

    .hero-banner-padre .wcom-button.button-green {
        background-color: #2F6852;
        text-align: center;
        width: 200px;
        height: 56px;
        margin: 0px;
    }

    .hero-banner-padre .info-destacado {
        width: 352px;
        letter-spacing: -1px;
        padding-bottom: 0px;
    }

    .hero-banner-padre .gm-cabecera-1 {
        width: 400px;
        height: 312px;
        box-sizing: border-box;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-top: 66px;
        margin-left: 100px;
    }

    .hero-banner-padre .titulo {
        letter-spacing: -0.6px;
    }

    .hero-banner-padre .texto-info {
        height: 96px;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .wcom-button.button-green {
        background-color: #2F6852;
        text-align: center;
        width: 200px;
        height: 56px;
    }

    .hero-banner-padre {
        width: 1200px;
        height: 600px;
        background-image: url("/documents/20122/17911691/IMG-Hero-1200.png");
        border-bottom-left-radius: 48px;
        border-bottom-right-radius: 48px;
    }

    .gm-cabecera-1 {
        height: 340px;
        margin-left: 150px;
    }

    .bloque-barra-hero-banner {
        justify-content: center;
        margin-bottom: 5px;
    }

    .barra-hero-banner {
        width: 952px;
        height: 80px;
        border-radius: 7px;
        margin-top: 24px;
    }

    .bloque-texto-barra-hero {
        display: flex;
        align-items: center;
        width: 50%;
    }

    .texto-barra-hero {
        width: 100%;
        text-align: right;
        margin-right: 15px;
    }

    .texto1-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }

    .texto2-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .hero-banner-padre .contenedor-velo {
        margin-left: 0;
        padding: 20px 24px;
        max-width: 400px;
        box-sizing: border-box;
        text-align-last: center;
        max-height: 312px;
        margin-top: 0;
    }

    .hero-banner-padre .info-destacado {
        width: 352px;
        letter-spacing: -1px;
        padding-bottom: 0px;
    }

    .hero-banner-padre .gm-cabecera-1 {
        width: 400px;
        height: 312px;
        box-sizing: border-box;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-top: 66px;
        margin-left: 125px;
    }

    .hero-banner-padre .titulo {
        width: 352px;
        letter-spacing: -0.6px;
    }

    .hero-banner-padre .texto-info {
        height: 96px;
    }
}

@media (min-width: 1920px) {
    .hero-banner-padre {
        background-repeat: no-repeat;
        width: 1920px;
        height: 600px;
        background-image: url("/documents/20122/17911691/IMG-Hero-1920.png");
        border-radius: 0 0 48px 48px;
    }

    .bloque-barra-hero-banner {
        justify-content: center;
        margin-bottom: 5px;
    }

    .barra-hero-banner {
        width: 1232px;
        height: 80px;
        border-radius: 7px;
        margin-top: 24px;
    }

    .bloque-texto-barra-hero {
        display: flex;
        align-items: center;
        width: 50%;
    }

    .texto-barra-hero {
        width: 100%;
        text-align: right;
        margin-right: 15px;
    }

    .texto1-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .texto2-barra {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .hero-banner-padre .contenedor-velo {
        max-width: 400px;
        box-sizing: border-box;
        text-align-last: center;
        max-height: 312px;
    }

    .hero-banner-padre .wcom-button.button-green {
        background-color: #2F6852;
        text-align: center;
        width: 200px;
        height: 56px;
    }

    .hero-banner-padre .info-destacado {
        width: 352px;
        letter-spacing: -1px;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .hero-banner-padre .gm-cabecera-1 {
        width: 400px;
        height: 312px;
        box-sizing: border-box;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-top: 66px;
        margin-left: 460px;
    }

    .hero-banner-padre .titulo {
        letter-spacing: -0.6px;
    }

    .hero-banner-padre .texto-info {
        height: 96px;
    }
}