* {
    /* outline: 1px solid red; */
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
    overscroll-behavior-x: none;
}

.bn-centermiddlescreen,
.bn-centerfullscreen {
    margin-top: 40px;
}

.lipigas {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
    /* separa el underline del texto */
    text-decoration-color: rgba(255, 255, 255, 0.5);
    /* underline sutil */
    transition: text-decoration-color 0.2s, color 0.2s;
}

.lipigas:hover {
    color: #8dc63f;
    text-decoration-color: #8dc63f;
}



.energy-tit {
    color: #0056A2;
    font-weight: bold;
    font-size: 21px;
    padding-top: 3rem;
    text-align: center;
}

.certificados-subtitle-gat {
    padding: 30px 30px;
}

.certificadoWrap-carusel-car.energia-cuida-carousel {
    height: auto;
    min-height: 0;
}

.energy-item {
    height: 320px;
}

@media screen and (max-width: 1600px) {
    .certificados-subtitle-gat {
        font-size: 16px;
        color: var(--color-primario);
        font-weight: 400;
    }
}

.bn-centerfullscreen {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100vh;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}


.slider-sombra-int {
    color: white;
    position: relative;
    z-index: 2;
    justify-content: center;
    width: 100%;
    /* max-width: 1100px; */
    margin: 0 auto;
    height: 100%;
    padding: 60px 40px;
    /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)); */
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
}

.slider-sombra_videoWrap {
    position: relative;
    width: 420px;
    flex-shrink: 0;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}

.slider-sombra_videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.slider-sombra_title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0;
}

.slider-sombra_subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

.bn-centerfullscreen::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

@media (max-width: 1024px) {
    .slider-sombra-int {
        gap: 36px;
        padding: 50px 30px;
    }

    .slider-sombra_videoWrap {
        width: 360px;
    }

    /* .slider-sombra_title {
    font-size: 28px;
  } */

    .slider-sombra_subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .bn-centerfullscreen.bn-nosotros {
        min-height: auto;
        padding: 0;
    }

    .slider-sombra-int {
        flex-direction: column;
        align-items: center;
        padding: 48px 20px 40px;
        gap: 14px;
    }

    .slider-sombra_videoWrap {
        width: 90%;
        max-width: 380px;
    }

    .slider-sombra_title {
        text-align: center;
        font-size: 31px;
    }

    .slider-sombra_subtitle {
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .slider-sombra_videoWrap {
        width: 100%;
        border-radius: 10px;
    }

    /* .slider-sombra_title {
    font-size: 22px;
  } */

    /* .slider-sombra_subtitle {
    font-size: 14px;
  } */
}

@media screen and (max-width: 960px) {

    .ayudaemeCont{
        min-height: auto;
        height: 750px;
        
    }
    .ayudaeme-wrap{
padding-top: 50px;
        padding-bottom: 50px;
    }
    .bn-centerfullscreen {
        height: 700px;
    }

    .footer-wrapBtns {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
        margin: 30px auto 30px auto;
    }

    .wrapBtns-bt {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .certificados-subtitle-gat {
        padding: 15px 30px;
    }

    .mision-section {
        padding: 60px 0;
    }

    .content-mision {
        padding: 30px 15px;
    }

    #bodyenergia {
        padding-top: 1rem;
    }
}

.valores-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.valores-tab {
    background: #ffffff;
    border: 1px solid #0056A2;
    color: #0056A2;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background .2s, color .2s;
}

.valores-tab.active {
    background: #0056A2;
    color: #ffffff;
}

.energy-card {
    height: 100%;

    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #3aaa35;
    background-color: #8AC300;
}

.energy-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* overlay oscuro */
.energy-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.energy-overlay p.energy-description {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

/* título abajo */
.energy-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #3aaa35; */
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    margin: 0;
    line-height: 1.3;
    transition: opacity 0.3s ease;
}

/* hover: muestra overlay, oculta título */
.energy-card:hover .energy-overlay {
    opacity: 1;
}

.energy-card:hover .energy-title {
    opacity: 0;
}

#carruselEnergia .owl-theme .owl-dots {
    margin-top: 25px;
}

.bn-centermiddlescreen {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover
}


@media (max-width: 1024px) {

    .bn-centermiddlescreen {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover
    }

    #carruselEnergia {
        max-width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

#carruselNoso {
    /* width: 730px; */
    text-align: center
}

#carruselNoso .item {
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 5px;
    vertical-align: middle;
    box-sizing: border-box
}

#carruselNoso .item img {
    width: 100%;
    margin: auto;
    text-align: center
}

.energy-description {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

#carruselNoso .owl-theme .owl-dots {
    margin-top: 15px;
}



.slider-sombra_subtitleLf {
    width: 1200px;
    font-size: 20px;
    text-align: center
}



.novedades-itemWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 22px 17px;
    /* margin: 70px 0 50px 0 */
}


.certificadoWrap-carusel.valores-contenido {
    padding-top: 30px;
    padding-bottom: 30px;
}

.elegirnosAb-info {
    background: var(--color-secundario);
    color: #fff;
    text-align: center;
    padding: 15px 17px;
    border-radius: 0 0 20px 20px;
    /* height: 240px */
}

.nuestros-valores {
    background: var(--color-complement1);
}

.confianza {
    background: var(--color-secundario);
    padding: 0 0 40px 0;
    position: relative
}

/* .confianzaWrap {
    margin-top: 30px;
} */

.elegirnosAb {
    background: var(--color-complement1);
    padding: 60px 0 0 0;
    /* margin: 0 0 -420px 0; */
}

.certificados-title {
    margin-bottom: 20px;
}

.elegirnosAb-itemHome {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.banner-curve {
    background-image: url(../images/curva-sec.webp);
    background-size: cover;
    background-color: var(--color-complement1);
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
}

@media (max-width: 768px) {



    .elegirnosAb {
        /* background: var(--color-complement1);
        padding: 55px 0 70px 0;
        margin: 0 0 -494px 0 */
    }

    /* ── Energía que cuida móvil ── */
    .certificadoWrap-carusel-car {
        margin-top: 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .energy-card {
        border-radius: 12px;
        margin: 0 auto;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden;
    }

    .energy-card img {
        /* height: 210px !important; */
        min-height: unset !important;
        border-radius: 12px 12px 0 0;
        flex-shrink: 0;
        object-fit: cover;
        display: block;
        width: 100%;
    }

    .energy-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .energy-card.touched .energy-overlay {
        opacity: 1;
    }

    .energy-title {
        font-size: 16px;
        margin: 0 !important;
        padding: 0px 6px !important;
        height: auto !important;
        min-height: unset !important;
        position: relative;
        z-index: 2;
        color: #ffffff !important;
        line-height: 1.4;
        margin-top: 7px !important;
    }

    .valores-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto auto;
        justify-content: center;
        gap: 8px;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .valores-tab {
        padding: 10px 12px;
        font-size: 13px;
        min-height: 44px;
        width: 100%;
        line-height: 1.3;
    }


}

@media screen and (max-width:1300px) {
    .nuestros-valores-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0 20px 0
    }
}

.certificados-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 15px 0 15px !important;
}

.certificados-item__quote {
    width: 20px;
}

.certificados-item__quote--start {
    float: left;
    margin-right: 6px;
    width: 18px;
    height: auto;
}

.certificados-item__quote--end {
    float: right;
    margin-left: 6px;
    width: 18px;
    height: auto;
    transform: rotate(180deg);
    align-self: flex-end;
}

.certificados-subtitle {
    position: relative;
    padding: 0 28px;
}

@media screen and (max-width:960px) {

    .certificados-item {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        margin: 20px 0 20px 0;
        width: 100%;
        gap: 30px;
    }
}


.slider-sombra_titleLf {
    font-size: 40px;
    line-height: 1.15;
    max-width: 500px;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .slider-sombra_titleLf {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .slider-sombra_titleLf {
        font-size: 26px;
        line-height: 1.2;
        max-width: 100%;
        margin-bottom: 8px;
    }

    .slider-sombra_subtitleLf {
        font-size: 15px;
    }
}

.beneWr {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px !important;
}

#beneCarrusel .owl-dots {
    margin-top: 15px;
}

.llevamos-title {
    /* margin-bottom: 15px; */
}



.oficina-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 15px 0 15px !important;
}

.novedades-img {
    position: relative;
}



.novedades-dd54 {
    position: absolute;
    display: block;
    font-size: 53px;
    padding: 10px;
    opacity: 1;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: var(--transition150)
}

.footer-others {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0 0 0;
}

.option-bt_js {
    display: flex;
    gap: 3px;
}

.novedades {
    background: var(--color-complement1);
    padding: 60px 0 60px 0;
}


.nota-img {
    width: 100%;
    height: auto;
    height: 700px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background: var(--color-complement1)
}

.apps {
    display: flex;
    align-items: center;
    gap: 45px;
    margin: 20px 0 20px 0;
    color: var(--color-primario);
    font-weight: 400
}

.apps-item {
    display: flex;
    align-items: center;
    text-align: left;
    color: var(--color-primario);
    gap: 12px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
    transition: border-color .18s, background .18s, transform .15s;
}

.apps-item:hover {
    border-color: #0056A2;
    background: #f0f7ff;
    transform: translateY(-2px);
}

.apps {
    /* padding-left: 15px;
    padding-right: 15px; */
}

.apps-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.apps-img {
    width: 55px;
}

.apss-title {
    flex: 1;
}

.oficina-txt {
    color: var(--color-primario);
    font-size: 18px;
    text-align: center;
    /* width: 600px; */
    margin: 16px 0 0 0;
    word-break: break-word;
    white-space: normal;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .apps {
        width: 100%;

    }

    .apps-item {
        width: 100%;
    }

    .oficina-txt {
        margin: 15px 0;
    }

    .apps {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .apps-img {
        width: 56px;
    }
}

@media screen and (max-width: 960px) {
    .nota-img {
        height: 350px;
    }

    .novedades {
        padding: 30px 0 60px 0;
    }

    .footer-others {
        margin: 0;
        flex-wrap: wrap;
        /* width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; */
        /* margin: 60px 0 0 0 */
    }
}


.section-boletin-informativo {
    padding: 10px 15px 30px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 12px;
}

.section-boletin-informativo a {
    height: 72px;
    text-align: center;
    width: auto;
    border-radius: 10px;
    overflow: hidden;
    max-width: 570px;
}

.section-boletin-informativo a img {
    height: inherit;
    object-fit: cover;
}

@media (max-width: 768px) {
    .section-boletin-informativo a {
        width: 100%;
    }
}

/* .ayud-inwrap {
    width: 22%
}

@media screen and (max-width:1500px) {
    .ayud-inwrap {
        width: 200px
    }
}

@media screen and (max-width: 960px) {
    .ayud-inwrap {
        width: 46%
    }
} */

.ayudaeme-btns {
    width: 100%;
    /* display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 0 0 0
}

.ayudaeme-btns_img {
    background: var(--color-primario);
    width: 170px;
    border-radius: 100%;
    padding: 20px;
    margin: 0 auto 20px auto;
    transition: var(--transition250);
    border: 1px solid var(--color-primario)
}

.ayudaeme-btns_txt {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    transition: var(--transition250)
}

.ayudaeme-item {
    width: 100%;
    text-align: center;
    /*  margin: 40px 0 0 0; */
    cursor: pointer;
    transition: var(--transition250)
}

.ayudaeme {
    background: var(--color-secundario);
    padding: 50px 0 100px 0
}

@media screen and (max-width: 960px) {
    .ayudaeme-btns {
        margin-top: 30px;
    }

    .ayudaeme {
        padding: 50px 0 69px 0;
    }
}

/* .ayudaeme-item:hover img {
    background: var(--color-primario-dark);
    border: 17px solid var(--color-primario)
}

.ayudaeme-item:hover .ayudimg {
    background: inherit;
    transform: scale(1);
    border: 0
} */

@media screen and (max-width: 960px) {
    .ayudaeme-btns_img {
        margin: 0 auto 15px auto;
    }

    .ayudaeme-item {}

    .ayud-inwrap {
        height: 100%;
        border-radius: 1px solid white;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 12px;
        padding: 15px 20px;
    }

    .ayudaeme-btns_txt {
        font-size: 15px;
    }

    .ayudaeme-btns {
        align-items: start;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .ayudaeme-btns_img {
        width: 80px;
    }
}


.distribuidor {
    padding: 0px 0 40px 0;
}

.distribuidorWrap-btn {
    position: relative;
    background: white;
    color: var(--color-primario);
    font-weight: 600;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 23px 0 0 0;
    cursor: pointer;
    transition: var(--transition150)
}

@media (max-width: 768px) {
    .distribuidorWrap-btn {
        padding: 15px 20px;
        width: 100%;
        max-width: 80%;
    }
}

.llevamos {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg-llevamos.webp);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
}

.llevamos-title {
    max-width: 810px;
    text-align: center;
    color: #fff
}

#carrusel2 .owl-dots {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .llevamos {
        padding: 40px 0;
    }

}

.owl-carousel {
    touch-action: pan-y !important;
}

.owl-stage {
    touch-action: pan-y !important;
}

.awards {
    width: 100%;
    position: absolute;
    top: 110px;
    z-index: 2;
    display: flex;
    justify-content: flex-end
}



.awards-wrap img {
    width: auto;
    height: 60px;
    margin: auto;
}


.awards-img {
    background-image: url(../images/award-c.webp);
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: var(--transition250);
}

.awards-nro {
    font-size: 21px;
    font-weight: 900;
    color: white;
    line-height: 1;
    margin: 0;
    margin-top: 18px;
}

.awards-title {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    color: white;
}

.awards-wrap:hover .awards-img {
    transform: scale(1.05);
}

.awards-wrap_int {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: flex-end;
}

.awards-wrap_int .huella {
    text-align: center;
    position: relative;
    top: -5px;
}

.awards-wrap_int .huella img {
    width: 80px;
    margin: 0 auto
}

.awards-wrap {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    color: #333;
    padding: 10px 10px;
    border-radius: 15px;
}

.awards-subtitle {
    font-size: 11px;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

.awards-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    max-width: 240px;
    width: fit-content;
}

@media (max-width: 768px) {
    .awards-wrap {
        max-width: 210px;
    }

    .awards-subtitle {
        font-size: 10px;
    }


    .awards {
        top: 90px;
    }

    .awards-wrap_int {
        gap: 12px;
        display: flex;
        flex-direction: column;
        right: 30%;
    }
}

.awards-wrap__image {
    width: 60px;
    text-align: center;
    flex-shrink: 0;
}




/* ======================== */
/* Estilo de Contenedor Principal a pegar */
/* ======================== */
.boton-reconoce {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    border-radius: 30px;
    background-image: url('../images/seguridad-fondo-boton-reconocer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    gap: 10px;
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .boton-reconoce {
        background-image: url('../images/seguridad-fondo-tableta.png');
        flex-direction: column;
        gap: 0;
        border-radius: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 420px) {
    .boton-reconoce {
        background-image: url('../images/seguridad-fondo-mobile.png');
        flex-direction: column;
        gap: 0;
        border-radius: 30px;
    }
}

.sticky-call-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #0056A2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.sticky-call-bar__label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.sticky-call-bar__num {
    background: var(--color-secundario);
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.llevamos-title {
    margin-bottom: 20px;
}

.grnl-title {
    text-align: center;
    color: var(--color-secundario)
}



.reqbg {
    color: var(--color-primario);
    background: white;
    max-width: 580px;
    text-align: center;
    font-size: 24px;
    padding: 16px 80px;
    border-radius: 20px;
    margin: 25px 0 0 0;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.pvalorAb{
    position: relative;
}

/* .pvalorAb::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
} */
.ejecutivos-item{
    width:260px; flex:0 0 245px; display:flex; justify-content:center;
}
.ejecutivo-en-linea-wrap{
    display: grid;
}

@media screen and (max-width:960px) {
    .empresa-texto{
        top: 20px !important;
    }
    .bgaplic-wrap{
        height: auto;
        min-height: auto;
    }
    .gnl-sombra_wrap{
        padding-bottom: 60px;
    }
    .gnl-sombragnv{
        padding: 80px 0 80px 0;
    }
    .aplicInt{
        height: auto;
        /* padding-top: 30px;
        padding-bottom: 30px; */
    }
    .aplic-som{
       padding-top: 30px;
        padding-bottom: 30px;
    }
    .ejecutivos-item{
        width: 100%;
        flex: none;
    }
    .balones-group{
        margin: -272px 0 70px 0;
    }
    .ejecutivos{
        gap: 20px;
    }
    .ejecutivo-en-linea-wrap{
        width: 95%;
    }
    .pvalorAb{
        background-image: none;
    }
    .slider-sombra_subtitleLf{
        width: 100%;
    }
    .wroa-animbn{
        position: relative;
    }
    .bn-centerfullscreen.bn-ejecutivos, .bn-centerfullscreen.bn-gasgranelhogar, .bn-centerfullscreen.bn-gasnaturalempresa, .bn-centerfullscreen.bn-gasenvasadoempresa, .bn-centerfullscreen.bn-gasgranelempresa{
        height: 350px;
    }
    .instalar {
        background: var(--color-complement2);
        color: var(--color-primario);
        padding: 40px 0 90px 0;
        position: relative
    }

    .benAb {
        background: var(--color-complement1);
        padding: 55px 0 340px 0;
        margin: 0 0 -650px 0
    }
    .reqbg{
        padding: 16px 35px;
    }
    .balones-wrap{
        width: 90%;
    }
    .resq{
        margin-top: 30px;
        padding: 16px 35px;
    }

    .certificados-title{
        margin-bottom: 15px;
    }

    .ayudaeme-txtAb {
        color: #fff;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin: 10px 0 0 0
    }
    .poliseg-repo-group{
        margin: 40px 0 0 0;
    }
}
.reqbg__subtitle_1{
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #2563eb;
}

.reqbg__title{
    margin-top: 0.75rem;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.reqbg__subtitle_2{
    margin-top: 0.5rem;
    font-size: 1.15rem;
    line-height: 1.7rem;
    color: #64748b;
}

