
.main-header {
    display: flex;
    padding: var(--size-space-32, 32px) var(--360-575-page-margin, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--size-space-32, 32px);
}

.titulo {
    margin: 0;
}

.subtitulo_hero {
    margin-bottom: 32px;
}

.main-header .header-logo {
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
}

.main-header .header-logo .logo-iberdrola {
    height: 270px;
    align-self: stretch;
}

.main-header .contenido-texto {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-header .contenido-texto .titulo {
    order: 1;
}

.main-header .contenido-texto .subtitulo_hero {
    order: 2;
}

.main-header .contenido-texto .lista {
    order: 3;
    margin-bottom: 0;
}

.main-header .contenido-texto .contenedor-imagen {
    order: 4;
    min-width: 328px;
    height: 270px;
    border-radius: 16px;
    background-image: url("/documents/20122/31717685/img_hb_aireuropa_360.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    background-position: center;
}

.main-header .contenido-lateral {
    width: 100%;
}

.main-header .lista-titulo {
    font-family: IberPangea-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0 16px;
    color: #2c2c2c;
}

.main-header .lista {
    list-style: none;
    padding: 0;
}

.main-header .item-lista {
    position: relative;
    padding-left: 35px;
}

.main-header .item-lista:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2573 8.94413L10.2263 17.0176L5.84668 12.6485L7.08262 11.4096L10.2215 14.5409L17.0166 7.70996L18.2573 8.94413Z" fill="%232F6852"/></svg>');
    left: 0;
    top: -3px;
}

.main-header .contenido-texto .btn.contratalo {
    text-transform: none;
    color: #ffffff;
    margin: 0;
    background-color: #2F6852 !important;
    border-color: #2F6852 !important;
    width: 264px;
    height: 56px;
    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.main-header .wrapper-ctc {
    display: none;
}

.main-header #banner-descuento {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #448FE1;
    position: absolute;
    max-width: 1920px;
}

.main-header #banner-descuento.sticked {
    position: fixed;
    top: 50px;
    z-index: 1000;
}

.main-header #banner-descuento>.contenido {
    display: flex;
    align-items: center;
    height: 56px;
    width: 100%;
    justify-content: center;
    padding: 0 16px;
}

.main-header #banner-descuento>.contenido>span {
    color: white;
    font-size: 16px;
    line-height: 22px;
}

.main-header .texto-item-lista {
    margin-bottom: 0px;
}

.main-header .subtexto-item-lista {
    align-self: stretch;
    color: var(--Color-Content-General-2, rgba(71, 71, 71, 0.80));
    font-feature-settings: 'liga' off, 'clig' off;
    margin-bottom: 24px;
    /* gap: 24px; */
}

@media (min-width: 576px) {
    .main-header {
        padding: 32px 42px;
    }
    .main-header .subtexto-item-lista {
        /* margin-bottom: 32px; */
    }
    .main-header .contenido-texto .contenedor-imagen {
        width: 100%;
        height: 270px;
        border-radius: 16px;
        background-image: url("/documents/20122/31717685/img_hb_aireuropa_576.png");
        margin-bottom: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        order: 4;
    }

    .main-header .contenido-texto .lista {
        order: 3;
    }
}

@media (min-width: 768px) {
    .main-header {
        padding: 32px 48px;
    }

    .main-header .contenido-texto .contenedor-imagen {
        height: 270px;
        border-radius: 16px;
        background-image: url("/documents/20122/31717685/img_hb_aireuropa_768.png");
        margin-bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        order: 4;
    }

    .main-header .contenido-texto .lista {
        order: 3;
    }
}

@media (min-width: 992px) {
    .main-header {
        padding: 40px 82px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 48px;
    }

    .main-header .contenido-texto .contenedor-imagen {
        display: none !important;
    }

    .main-header .contenido-texto {
        display: block;
        flex: 1;
        width: 50%;
        max-width: 402px;
        height: auto;
        order: -1;
        padding-right: 0;
        box-sizing: border-box;
    }

    .main-header::before {
        content: "";
        display: block;
        flex: 1;
        width: 378px;
        max-width: 378px;
        height: 450px;
        border-radius: 16px;
        background-image: url("/documents/20122/31717685/img_hb_aireuropa_992.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .main-header .titulo {
        padding-bottom: 24px;
        width: 100%;
        max-width: 386px;
    }

    .main-header .subtitulo {
        margin-bottom: 24px;
        width: 100%;
        max-width: 386px;
    }
    .main-header .subtexto-item-lista {
        margin-right: 5px;
        margin-bottom: 0px;
    }
    .main-header .lista {
        max-width: 100%;
        min-width: 386px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .main-header .contenedor-boton {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .main-header {
        display: flex;
        padding: var(--size-space-40, 40px) var(--1200-1399-page-margin, 102px);
        align-items: center;
    }

    .main-header::before {
        background-image: url("/documents/20122/31717685/img_hb_aireuropa_1200.png");
        max-width: 462px;
        width: 462px;
    }

    .main-header .contenido-texto {
        max-width: 490px !important;
    }

    .main-header .texto-item-lista {
        width: 100%;
    }

    .main-header .titulo {
        padding-bottom: 24px;
        max-width: 486px;
    }

    .main-header .subtitulo {
        margin-bottom: 24px;
        max-width: 486px;
    }

    .main-header .lista {
        max-width: 486px;
    }
        .main-header .subtexto-item-lista {
        margin-right: 0px;
    }
}

@media (min-width: 1920px) {
    .main-header {
        display: flex;
        height: 550px;
        padding: var(--size-space-40, 40px) var(--14001920-page-margin, 324px);
        align-items: center;
    }

    .main-header::before {
        background-image: url("/documents/20122/31717685/img_hb_aireuropa_1920.png");
        max-width: 568px !important;
    }

    .main-header .contenido-texto {
        max-width: 630px !important;
    }

    .main-header .titulo {
        padding-bottom: 24px;
        max-width: 608px;
    }

    .main-header .subtitulo {
        margin-bottom: 24px;
        max-width: 608px;
    }

    .main-header .lista {
        max-width: 608px;
    }
    .main-header .item-lista {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    }
    .main-header .subtexto-item-lista {
        margin-right: 0px;
    }
}
