body {
    overflow-x: hidden
}

h1 {
    font-size: 45px;
    line-height: 1
}

h2 {
    font-size: 35px;
    line-height: 1
}

.suscripcionFooter {
    background: var(--color-primario-light);
    position: relative;
    z-index: 6
}

.suscripcionFooter-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px 30px 15px !important;
}

.suscripcionFooter-title {
    background: var(--color-primario);
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    margin: -19px 0 14px 0
}

.suscripcionFooter-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.suscripcionFooter-txt {
    width: 188px;
    font-size: 15px;
    color: var(--color-primario);
    font-weight: 400
}

.suscripcionFooter-mail {
    width: 280px
}

.suscripcionFooter-mail .campo-search {
    font-size: 15px !important
}

.suscripcionFooter-info .claus {
    width: 260px;
    text-align: left;
    color: var(--color-primario);
    margin: 0 0 0 8px
}

.suscripcionFooter-info .claus-link {
    color: var(--color-secundario-dark);
    border-bottom: 1px solid var(--color-primario-dark)
}

.wrap-input-campo1 .campo-search:focus {
    background: #fff
}

strong {
    font-weight: 600
}

.suscripcionFooter .wrap-input-campo1 .campo-search::placeholder {
    font-size: 17px
}

.suscripcionFooter .wrap-input-campo1 .btbuscar {
    font-size: 16px
}

.footer {
    background: var(--color-primario);
    color: #fff;
    padding: 35px 0 20px 0;
    position: relative;
    z-index: 6
}

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.footer-mapa {
    width: 730px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.pdmap {
    padding: 0 101px 0 0
}

.mapa-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.item-title {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 3px 0
}

.item-si6w {
    font-size: 26px;
    margin: 0 0 6px 0
}

.item-bt {
    color: #fff;
    font-size: 15px;
    margin: 6px 0 0 0;
    transition: var(--transition150)
}

.item-bt_js {
    display: flex;
    align-items: center
}

.item-do0d {
    margin: 0 1px 0 0
}

.footer-wrapBtns {
    display: flex;
    flex-direction: column;
    width: 295px;
    gap: 12px
}

.wrapBtns-bt {
    width: 100%;
    background: var(--color-secundario);
    color: #fff;
    font-size: 17px;
    padding: 6px 10px;
    border-radius: 5px;
    transition: var(--transition150)
}

.wrapBtns-bt_js {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wrapBtns-c8c9 {
    font-size: 20px;
    margin: -2px 0 0 0
}



.others-option {
    display: flex;
    gap: 60px
}

.option-bt {
    color: #fff;
    transition: var(--transition150)
}



.option-d0d9 {
    font-size: 30px;
    margin: -7px 7px 0 0;
    transition: var(--transition150)
}

.others-lipigas {
    margin: 0 0 0 40px
}

.lipigas-c56s {
    font-size: 58px
}

.others-redes {
    display: flex;
    gap: 8px;
    align-items: center
}

.redes-txt {
    color: #fff;
    font-size: 14px;
    margin: 0 4px 0 0
}

.redes-bt {
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: var(--transition250)
}

.footer-line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 26px 0 30px 0
}

.footer-legal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.leggal-bt {
    color: #fff;
    font-size: 14px;
    border-bottom: 2px solid var(--color-primario);
    padding: 0 0 5px 0;
    transition: var(--transition250);
    cursor: pointer
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: var(--color-gray1);
    padding: 10px 0 13px 0;
    background: #fff;
    position: relative;
    z-index: 6
}

.ico-dd98 {
    color: red;
    font-size: 24px;
    display: block;
    position: absolute;
    margin: -19px 0 0 208px
}

.ctro {
    width: 100%;
    text-align: center
}

.item-bt:hover {
    color: var(--color-secundario)
}

.option-bt:hover {
    color: var(--color-secundario)
}

.option-bt:hover .option-d0d9 {
    margin: 4px 7px 0 0
}

.redes-bt:hover {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .7);
    text-shadow: 0 0 3px rgba(255, 255, 255, .7);
    transform: scale(1.04)
}

.leggal-bt:hover {
    border-bottom: 2px solid #fff
}

.wrapBtns-bt:hover {
    background: var(--color-secundario-light);
    color: var(--color-secundario-dark);
    box-shadow: 0 0 9px 1px var(--color-secundario-light)
}

.formUp {
    background: var(--color-primario);
    position: relative;
    width: 310px;
    padding: 20px 20px 40px 20px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -10px 45px -15px rgba(0, 0, 0, .7);
    transition: var(--transition250);
    z-index: 2
}

.formUp-title {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0
}

.formUp .campo1 {
    background: var(--color-primario);
    border: 1px solid #fff;
    margin: 5px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.formUp .bt1 {
    background: var(--color-secundario);
    color: #fff;
    margin: 25px 0 0 0
}

.formUp-d9d8 {
    width: 32px;
    height: 32px;
    background: var(--color-secundario);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-secundario-dark);
    font-size: 20px;
    position: absolute;
    margin: -35px 0 0 -34px;
    transition: var(--transition250);
    cursor: pointer
}

.formUp-on {
    transform: translateY(0) !important
}

.formUp-d9d8:hover {
    transform: scale(1.2)
}

.formUp-d9d8:active {
    transform: scale(.95)
}

.formUp .bt1:hover {
    transform: scale(1.02);
    box-shadow: 0 14px 28px -12px rgba(0, 0, 0, .6)
}

.formUp .bt1:active {
    transform: scale(.95)
}

.formUp .campo1::placeholder {
    color: #fff;
    transition: var(--transition250);
    font-weight: 300
}

.formUp .campo1:focus {
    outline: 0;
    box-shadow: 0 5px 15px -3px rgba(0, 0, 0, .4);
    transform: scale(1.01);
    background: #fff;
    color: var(--color-primario)
}

.formUp .campo1:focus::placeholder {
    color: var(--color-primario)
}

.header {
    background: #fff;
    box-shadow: 0 9px 22px -4px rgba(0, 0, 0, .3);
    border-radius: 0 0 30px 30px;
    padding: 9px 0 6px 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: var(--transition250)
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    transition: var(--transition250)
}

.header-infoLogo {
    display: flex;
    align-items: center
}

.infoLogo {
    color: var(--color-primario)
}

.infoLogo-js {
    display: block
}

.infoLogo-f9f7 {
    font-size: 75px;
    transition: var(--transition250)
}

.header-datanav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 0 8px;
    color: var(--color-primario)
}

.datanav {
    color: var(--color-primario);
    font-weight: 400;
    border-bottom: 3px solid #fff;
    padding: 0 0 1px 0;
    margin: 4px 0 0 0;
    transition: var(--transition150)
}

.datanav-js {
    display: flex;
    height: 26px;
    margin: 0 0 -4px 0;
    cursor: pointer
}

.datanav-line {
    width: 1px;
    height: 20px;
    background: var(--color-primario)
}

.header-navWrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.navWrap-btNav {
    color: var(--color-primario);
    font-weight: 400;
    border-bottom: 3px solid #fff;
    padding: 0 0 1px 0;
    margin: 4px 0 0 0;
    transition: var(--transition150)
}

.btNav-js {
    display: flex;
    height: 26px;
    margin: 0 0 -4px 0
}

.navMob {
    color: var(--color-primario);
    cursor: pointer;
    display: none;
    align-items: center;
    font-weight: 400
}

.navMob-d0d8 {
    font-size: 30px;
    margin: 0 0 0 4px
}

.navWrap-btNav:hover {
    border-bottom: 3px solid var(--color-primario)
}

.datanav:hover {
    border-bottom: 3px solid var(--color-primario)
}

body.fixed .header {
    border-radius: 0 0 24px 24px;
    padding: 3px 0 2px 0
}

body.fixed .header-wrap {
    width: 97%
}

body.fixed .infoLogo-f9f7 {
    font-size: 50px
}

.submenu {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 112px 0 22px 0;
    z-index: 8;
    margin: 0 auto 0 auto;
    transition: var(--transition250)
}

.submenu-wrap {
    width: 1200px;
    display: flex;
    gap: 20px;
    transition: var(--transition250)
}

.submenu-btn {
    background-position: center;
    background-size: cover;
    width: 277px;
    height: 170px;
    color: #fff;
    border-radius: 20px;
    font-size: 22px;
    overflow: hidden;
    transition: var(--transition250);
    border: 0 solid #fff
}

.submenu-btn_js {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    display: flex;
    height: 100%;
    align-items: flex-end;
    text-align: left;
    justify-content: flex-start;
    padding: 15px 18px 15px 18px;
    transition: var(--transition250)
}

.sombra-submenu {
    visibility: hidden;
    opacity: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 7;
    transition: var(--transition250) .2s
}

.subempresa {
    margin: -300px auto 0 auto;
    transition: var(--transition250) .1s
}

.subhogar {
    margin: -300px auto 0 auto;
    transition: var(--transition250) .1s
}

.sombra-submenu-on {
    visibility: visible;
    opacity: 1
}

.submenu-on {
    margin: 0 auto 0 auto
}

.submenu-color-on {
    border-bottom: 3px solid var(--color-secundario);
    color: var(--color-secundario)
}

.submenu-color-on:hover {
    border-bottom: 3px solid var(--color-secundario);
    color: var(--color-secundario)
}

body.fixed .submenu-wrap {
    width: 96%
}

body.fixed .submenu {
    padding: 75px 0 22px 0
}

.submenu-btn:hover {
    color: var(--color-secundario-light);
    border: 4px solid #fff;
    box-shadow: 0 20px 32px -12px rgba(0, 0, 0, .5)
}

.submenu-btn:hover .submenu-btn_js {
    padding: 15px 18px 15px 28px
}

.claus {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1.3;
    margin: 3px 0 0 0
}

.claus-link {
    color: var(--color-secundario-light);
    border-bottom: 1px solid var(--color-secundario-light);
    padding: 0 0 2px 0;
    cursor: pointer
}

.claus-link:hover {
    padding: 0;
    border-bottom: 0
}

.navmob-shadow {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0
}

.icon-d0d9 {
    z-index: 7;
    cursor: pointer;
    transition: var(--transition250);
    position: fixed;
    right: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 32px;
    background: var(--color-aprobado);
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px
}

.icon-d0d91 {
    z-index: 5;
    cursor: pointer;
    transition: var(--transition250);
    position: fixed;
    right: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 32px;
    background: var(--color-aprobado);
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 100px
}

.quest {
    z-index: 7;
    transition: var(--transition250);
    transform: translateX(300px);
    width: 250px;
    position: fixed;
    right: 20px;
    bottom: 96px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 18px;
    border-radius: 17px;
    box-shadow: 0 17px 40px -15px rgba(0, 0, 0, .3)
}

.quest-title {
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 500;
    margin: 0;
    font-size: 18px
}

.quest-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 24px 0 0 0;
    color: var(--color-primario)
}

.quest-btn {
    cursor: pointer;
    color: var(--color-aprobado);
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--color-aprobado);
    padding: 5px;
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 6px;
    transition: var(--transition250)
}

.quest-20d4 {
    margin: 2px 3px 0 0
}

.quest-asesor {
    cursor: pointer;
    transition: var(--transition250);
    display: flex;
    align-items: flex-start;
    width: 100%;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 7px;
    margin: 10px 0 0 0;
    color: #000
}

.quest-img {
    transition: var(--transition250);
    width: 50px;
    height: 50px;
    border-radius: 7px;
    overflow: hidden;
    margin: 0 4px 0 0
}

.quest-info {
    margin: 4px 0 0 0
}

.asesor-name {
    font-weight: 400;
    font-size: 16px
}

.quest-status {
    display: flex;
    align-items: center;
    color: var(--color-aprobado);
    font-size: 14px;
    font-weight: 400
}

.quest-circle {
    width: 7px;
    height: 7px;
    display: flex;
    background: var(--color-aprobado);
    border-radius: 100px;
    margin: 0 3px 0 0
}

.quest-status-off {
    display: flex;
    align-items: center;
    color: #d22c2c;
    font-size: 14px;
    font-weight: 400
}

.quest-circle-off {
    width: 7px;
    height: 7px;
    display: flex;
    background: #d22c2c;
    border-radius: 100px;
    margin: 0 3px 0 0
}

.wtsp-on {
    transform: translateX(0) !important;
    transition: var(--transition250)
}

.wtsp-out {
    opacity: 1;
    visibility: hidden
}

.quest-asesor:hover {
    border: 1px solid var(--color-aprobado);
    color: var(--color-aprobado)
}

.quest-asesor:hover .quest-img {
    transform: scale(1.1)
}

.quest-btn:hover {
    background: var(--color-aprobado);
    color: #fff;
    transform: scale(1.03)
}

.icon-d0d9:hover {
    transform: scale(1.1);
    animation: none
}

.loading {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    background: var(--color-primario);
    z-index: 99
}

#loading {
    display: none
}

.preload {
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    background: var(--color-primario);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center
}

.preload-limagas {
    color: #fff;
    font-size: 150px
}

.nopreload .preload {
    display: none !important
}

.slider {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover
}

.bnhome0 {
    background-image: url(../images/bg_AdulteradoBalon.jpg)
}

.bnhome1 {
    background-image: url(../images/bnhome1.webp)
}

.bnhome2 {
    background-image: url(../images/bnhome2.webp)
}

.bnhome3 {
    background-image: url(../images/bnhome3.webp)
}

.bnhome4 {
    background-image: url(../images/bnhome4.webp)
}

.bnhome5 {
    background-image: url(../images/bnhome5.webp)
}

.bnhome6 {
    background-image: url(../images/bg_ejecutivo_en_linea.jpg)
}

.bnhome7 {
    background-image: url(../images/bg_energia_cuida.jpg)
}

.slider-sombra {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    color: #fff
}

.slider-sombra_play {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.ico-sosu {
    transition: var(--transition250);
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 0 -165px 0
}

.slider-sombra_videoWrap:hover .ico-sosu {
    transform: scale(1.5);
    background: rgba(0, 0, 0, .7)
}

.slider-sombra_title {
    width: 550px;
    font-weight: 600;
    font-size: 50px;
    margin: 10px 0 19px 0;
    line-height: 1
}
/* 
.slider-sombra_titleLf {
    width: 1200px;
    font-weight: 600;
    font-size: 50px;
    margin: 10px 0 19px 0;
    line-height: 1;
    text-align: center
}
 */
/* .slider-sombra_subtitleLf {
    width: 1200px;
    font-size: 25px;
    text-align: center
} */

.slider-sombra_subtitle {
    width: 450px;
    font-size: 25px
}

.slider-pie {
    margin: 50px 0 0 0;
    position: relative;
    z-index: 2
}

.slider-pie_wrap {
    display: flex;
    align-items: flex-end;
    position: relative
}

.slider-pie_title {
    font-size: 25px;
    font-weight: 500;
    color: var(--color-primario);
    margin: 0 0 18px 0
}

.slider-pie_elemento {
    background-size: cover;
    background-position: bottom;
    background-image: url(../images/snp2.webp);
    width: 340px;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-pie_elemento2 {
    background-size: cover;
    background-position: bottom;
    background-image: url(../images/snp1.webp);
    width: 340px;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-pie_bg {
    width: 100%;
    height: 65px;
    background: #fff !important;
    display: block;
    margin: -65px 0 0 0;
    border-radius: 20px 20px 0 0
}



/* @media screen and (min-width: 1500px) {
    .awards-wrap {
        margin-top: 10px;
        padding: 10px 0px 10px 30px;
        gap: 5px;
        left: auto;
    }

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

.awards-wrap:hover {
    color: var(--color-secundario)
}

.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:hover .awards-img {
    color: var(--color-secundario)
}

.awards-wrap:hover .awards-subtitle {
    color: var(--color-secundario)
}

.awards-img {
    background-image: url(../images/award.webp);
    width: 125px;
    height: 190px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--color-primario);
    transition: var(--transition250)
} */

.slider-pie_info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 63px -4px 0 53px;
    font-size: 34px;
    font-weight: 600;
    color: #fff
}

.btrrss {
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition250)
}

.btrrss:hover {
    background: var(--color-primario);
    transform: scale(1.1);
    border: 2px solid var(--color-primario)
}

.cargaini-bgblue {
    background: var(--color-primario);
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh
}

.cargaini {
    width: 100%;
    height: 100%;
    background-image: url(../images/loadinghome.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.cargaini-wrap {
    width: 260px;
    text-align: center;
    margin: 0 0 290px 0
}

.cargaini-txt {
    font-weight: 500;
    color: var(--color-primario);
    font-size: 26px;
    margin: 15px 0 25px 0;
    line-height: 1
}

.cargwrap {
    background: var(--color-primario);
    width: 100%;
    padding: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 100px
}

.carg {
    width: 5%;
    height: 7px;
    background: var(--color-secundario);
    border-radius: 100px
}

.datosHome {
    background: var(--color-complement1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 90px 0
}

.datosHome-item {
    width: 285px;
    height: 225px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff
}

.v1 {
    background-image: url(../images/v1.webp)
}

.v2 {
    background-image: url(../images/v2.webp);
    margin: 0 -31px 0 -43px;
    filter: drop-shadow(0 3px 15px rgba(0, 0, 0, .4));
    position: relative;
    padding: 23px;
    z-index: 2
}

.datosHome-item_nro {
    font-weight: 600;
    font-size: 70px;
    margin: 10px 0 0 26px
}

.datosHome-item_title {
    font-size: 41px;
    font-weight: 500;
    margin: -11px 0 0 0
}

.datosHome-item_txt {
    font-size: 20px;
    width: 160px
}

.wroa-animbn {
    width: 1200px;
    height: 78px;
    display: flex
}

.animHogar1 {
    position: absolute
}

.animHogar2 {
    position: absolute
}

.leyenda {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    margin: 10px 0 0 0
}

.leyenda-item {
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-items: flex-end;
    gap: 5px
}

.leyenda-glp {
    width: 35px;
    height: 16px;
    border-radius: 4px
}

.ly1 {
    background: var(--color-primario)
}

.ly2 {
    background: var(--color-secundario)
}

.ly3 {
    background-image: linear-gradient(90deg, var(--color-primario), var(--color-secundario))
}

.lyint1 {
    color: var(--color-primario)
}

.lyint2 {
    color: var(--color-secundario)
}

.lyint3 {
    color: var(--color-secundario)
}

.elegirnosHome {
    background: var(--color-secundario);
    padding: 49px 0
}

.elegirnosHome-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.elegirnosHome-subwrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 29px 0 0 0
}

.elegirnosHome-item {
    background: #fff;
    width: 31%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 55px;
    border-radius: 42px
}

.elegirnosHome-img {
    width: 110px;
    margin: 0 0 17px 0
}

.elegirnosHome-title {
    font-size: 23px;
    font-weight: 400;
    color: var(--color-secundario)
}

.mapa {
    background: var(--color-complement1);
    padding: 80px 0 235px 0;
    margin: 0 0 -472px 0
}

.mapaWrap {
    width: 580px;
    height: 844px;
    background: url(../images/mapa.webp);
    background-size: cover;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.mapaWrap-title {
    color: var(--color-primario);
    font-weight: 500;
    width: 199px;
    text-align: right;
    font-size: 35px;
    margin: -180px 0 0 0;
    line-height: 1
}

.beneficios {
    background-image: url(../images/curva-pri.webp);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 628px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center
}

.beneficiosWrap {
    background: var(--color-secundario);
    display: flex;
    margin: 0 0 50px 0;
    padding: 30px 30px;
    border-radius: 30px;
    align-items: center;
    gap: 25px;
    justify-content: space-between
}

.beneficiosWrap-title {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    width: 260px;
    line-height: 1
}

.caruselBene {
    width: 825px;
    height: 200px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.distribuidor {
    background: var(--color-primario);
    text-align: center
}

.distribuidorWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0 65px 0
}





.ayudaeme-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 6
}

.ayudaeme-txt {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 600px;
    margin: 16px 0 0 0
}

.ayudaeme-txtAb {
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 725px;
    margin: 15px 0 0 0
}

.bld {
    font-weight: 700
}


.ayudaeme-pop {
    background: var(--color-primario);
    width: 264px;
    height: 328px;
    padding: 0 26px 28px 26px;
    color: var(--color-primario-light);
    border-radius: 20px;
    position: absolute;
    margin: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition250);
    z-index: 2
}

.ayupop-on {
    visibility: visible;
    opacity: 1
}

.ayudimg {
    width: 110px;
    margin: auto;
    border-radius: 100px
}

.ayutri {
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-top: 25px solid var(--color-secundario);
    border-left: 30px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    margin: auto
}

.formUp .chtxt {
    color: #fff;
    width: 89%;
    font-size: 13px
}

.formUp input[type=checkbox]:checked+.txt-vie2:before {
    background: var(--color-secundario) !important
}

.suscripcionFooter-info .design-check-view2 {
    width: 340px;
    margin: 0 0 0 10px
}

.suscripcionFooter-info .chtxt {
    font-size: 12px;
    width: 85%
}

.ayuPop-dd0d9 {
    transition: var(--transition150);
    width: 36px;
    height: 36px;
    z-index: 5;
    position: absolute;
    margin: -17px 0 0 -43px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--color-secundario-dark);
    background: var(--color-secundario-light);
    cursor: pointer
}

.ayuPop-dd0d9:hover {
    background: var(--color-secundario-dark);
    color: var(--color-secundario-light);
    transform: scale(1.12)
}

.ayuPop-dd0d9:active {
    transform: scale(.95)
}

.conocemonwrap {
    display: none
}

.llevamos-wrap {
    width: 1200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 55px 0 0 0
}

.llevamos-wrap-int {
    display: flex;
    gap: 22px;
    width: 1470px;
    justify-content: center
}

.llevamos-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.llevamos-shadow {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    text-align: center;
    padding: 5px 20px 30px 20px;
    font-weight: 400;
    font-size: 20px
}

.c1 {
    background-image: url(../images/c1.webp)
}

.c2 {
    background-image: url(../images/c2.webp)
}

.c3 {
    background-image: url(../images/c3.webp)
}

.c4 {
    background-image: url(../images/c4.webp)
}

.c5 {
    background-image: url(../images/c5.webp)
}

.c6 {
    background-image: url(../images/c6.webp)
}

.app1 {
    background-image: url(../images/app1.webp)
}

.app2 {
    background-image: url(../images/app2.webp)
}

.app3 {
    background-image: url(../images/app3.webp)
}

.app4 {
    background-image: url(../images/app4.webp)
}

.app5 {
    background-image: url(../images/app5.webp)
}

.estamosPop-wrap {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition250)
}

.estamos-on {
    visibility: visible;
    opacity: 1
}

.estamosPop {
    background: #fff;
    width: 400px;
    height: 242px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 13px;
    border-radius: 20px;
    margin: -63px 0 0 690px;
    position: relative;
    z-index: 4
}

.estamosPop-data {
    width: 63%;
    text-align: left
}

.estamosPop-title {
    color: var(--color-primario);
    font-weight: 500;
    font-size: 24px;
    line-height: 1
}

.estamosPop-txt {
    line-height: 1.2;
    color: var(--color-gray1);
    font-weight: 400;
    margin: 15px 0 16px 0
}

.estamosPop-btn {
    background: var(--color-primario);
    width: 120px;
    color: #fff;
    font-size: 15px;
    display: flex;
    padding: 8px 10px;
    border-radius: 9px
}

.estamosPop-img {
    width: 33%;
    height: 100%;
    border-radius: 0 15px 15px 0;
    overflow: hidden
}

.triEstamos {
    width: 0;
    height: 0;
    border-right: 28px solid #fff;
    border-top: 20px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 20px solid transparent;
    display: block;
    position: absolute;
    margin: 0 0 33px -40px
}

.estamosPop-dd0d9 {
    transition: var(--transition150);
    width: 36px;
    height: 36px;
    position: absolute;
    margin: 0 0 208px -30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--color-secundario-dark);
    background: var(--color-secundario-light);
    cursor: pointer
}

.cntr {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 1200px
}

.estamosPop-dd0d9:hover {
    background: var(--color-secundario-dark);
    color: var(--color-secundario-light);
    transform: scale(1.12)
}

.estamosPop-dd0d9:active {
    transform: scale(.95)
}

.distribuidorWrap-btn:hover {
    background: var(--color-secundario-light);
    color: var(--color-secundario-dark);
    box-shadow: 0 0 9px 1px var(--color-secundario-light)
}

.point-data {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition250);
    background: #fff;
    padding: 17px;
    border-radius: 22px;
    display: flex;
    align-items: flex-start;
    position: absolute;
    gap: 30px;
    z-index: 4;
    box-shadow: 0 16px 29px -8px rgba(0, 0, 0, .4)
}

.p1p {
    margin: -673px 101px 0 0
}

.p2p {
    margin: -513px 330px 0 0
}

.p3p {
    margin: -375px 256px 0 0
}

.p4p {
    margin: -71px 0 0 0
}

.p5p {
    margin: 193px 0 0 0
}

.p6p {
    margin: 53px 0 0 0
}

.p7p {
    margin: 340px 0 0 0
}

.p8p {
    margin: 240px 0 0 0
}

.p9p {
    margin: 570px 0 0 0
}

.point-title {
    font-size: 25px;
    font-weight: 600
}

.pglp {
    color: var(--color-primario)
}

.point-subtitle {
    font-weight: 500;
    font-size: 17px;
    margin: 3px 0 6px 0
}

.point-txt {
    font-size: 15px;
    width: 150px
}

.pgn {
    color: var(--color-secundario)
}

.peva p {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, var(--color-primario), var(--color-secundario))
}

.point-subtitle2 {
    font-size: 24px;
    font-weight: 500;
    margin: 7px 0 0 0
}

.point-d9d8 {
    cursor: pointer;
    transition: var(--transition250);
    width: 30px;
    height: 30px;
    background: var(--color-primario);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    font-size: 20px;
    position: absolute;
    margin: -30px 0 0 -31px
}

.point-d9d8:hover {
    transform: scale(1.1)
}

.point-d9d8:active {
    transform: scale(.95)
}

.point-on {
    opacity: 1;
    visibility: visible;
    transition: var(--transition250)
}

.point1 {
    position: absolute;
    margin: -365px 484px 0 0;
    cursor: pointer
}

.point1fl {
    width: 50px;
    position: absolute;
    margin: -30px 0 0 -2px;
    z-index: 2
}

.point1on {
    width: 96px;
    opacity: 0;
    transition: var(--transition250)
}

.point1:hover .point1fl {
    transform: scale(1.1)
}

.point1:hover .point1on {
    opacity: 1
}

.point2 {
    position: absolute;
    margin: -261px 480px 0 0;
    cursor: pointer
}

.point2fl {
    width: 50px;
    position: absolute;
    margin: -17px 0 0 7px;
    z-index: 2
}

.point2on {
    width: 64px;
    opacity: 0;
    transition: var(--transition250)
}

.point2:hover .point2fl {
    transform: scale(1.1)
}

.point2:hover .point2on {
    opacity: 1
}

.point3 {
    position: absolute;
    margin: -115px 372px 0 0;
    cursor: pointer
}

.point3fl {
    width: 50px;
    position: absolute;
    margin: -26px 0 0 31px;
    z-index: 2
}

.point3on {
    width: 129px;
    opacity: 0;
    transition: var(--transition250)
}

.point3:hover .point3fl {
    transform: scale(1.1)
}

.point3:hover .point3on {
    opacity: 1
}

.point4 {
    position: absolute;
    margin: 239px 307px 0 0;
    cursor: pointer
}

.point4fl {
    width: 50px;
    position: absolute;
    margin: 12px 0 0 31px;
    z-index: 2
}

.point4on {
    width: 109px;
    opacity: 0;
    transition: var(--transition250)
}

.point4:hover .point4fl {
    transform: scale(1.1)
}

.point4:hover .point4on {
    opacity: 1
}

.point5 {
    position: absolute;
    margin: 462px 273px 0 0;
    cursor: pointer
}

.point5fl {
    width: 50px;
    position: absolute;
    margin: 12px 0 0 20px;
    z-index: 2
}

.point5on {
    width: 75px;
    opacity: 0;
    transition: var(--transition250)
}

.point5:hover .point5fl {
    transform: scale(1.1)
}

.point5:hover .point5on {
    opacity: 1
}

.point6 {
    position: absolute;
    margin: 377px 77px 0 0;
    cursor: pointer
}

.point6fl {
    width: 50px;
    position: absolute;
    margin: 12px 0 0 31px;
    z-index: 2
}

.point6on {
    width: 159px;
    opacity: 0;
    transition: var(--transition250)
}

.point6:hover .point6fl {
    transform: scale(1.1)
}

.point6:hover .point6on {
    opacity: 1
}

.point7 {
    position: absolute;
    margin: 626px 101px 0 0;
    cursor: pointer
}

.point7fl {
    width: 50px;
    position: absolute;
    margin: 9px 0 0 86px;
    z-index: 2
}

.point7on {
    width: 188px;
    opacity: 0;
    transition: var(--transition250)
}

.point7:hover .point7fl {
    transform: scale(1.1)
}

.point7:hover .point7on {
    opacity: 1
}

.point8 {
    position: absolute;
    margin: 553px 9px 0 0;
    cursor: pointer
}

.point8fl {
    width: 50px;
    position: absolute;
    margin: 31px 0 0 36px;
    z-index: 2
}

.point8on {
    width: 101px;
    opacity: 0;
    transition: var(--transition250)
}

.point8:hover .point8fl {
    transform: scale(1.1)
}

.point8:hover .point8on {
    opacity: 1
}

.point9 {
    position: absolute;
    margin: 775px 43px 0 0;
    cursor: pointer
}

.point9fl {
    width: 50px;
    position: absolute;
    margin: -24px 0 0 14px;
    z-index: 2
}

.point9on {
    width: 71px;
    opacity: 0;
    transition: var(--transition250)
}

.point9:hover .point9fl {
    transform: scale(1.1)
}

.point9:hover .point9on {
    opacity: 1
}


.bn-gasenvasadoempresa {
    background-image: url(../images/gas-envasado-empresa.webp)
}

.bn-gasgranelempresa {
    background-image: url(../images/gas-granel-empresa.webp)
}

.bn-gasnaturalempresa {
    background-image: url(../images/gas-natural-empresa.webp)
}

.bn-nosotros {
    background-image: url(../images/nosotros.webp)
}

.bn-ejecutivos {
    background-image: url(../images/bg_ejecutivo_en_linea.jpg)
}

.bn-ejecutivos .sombrablue {
    background-color: transparent !important
}



/* .elegirnosAb-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}
 */
.elegirnosAb-item {
    width: 220px;
    height: 440px;
    overflow: hidden;
    border-radius: 12px
}

.elegirnosAb-itemHome {
    width: 350px
}

.elegirnosAb-img {
    border-radius: 20px 20px 0 0
}

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

.elegirnosAb-title {
    font-size: 30px;
    font-weight: 500
}

.elegirnosAb-txt {
    font-weight: 300;
    font-size: 20px;
    margin: 20px 0 0 0
}

.lideres {
    background-image: url(../images/curva-sec.webp);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 628px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    margin: 0 0 -100px 0;
    position: relative
}



.confianzaWrap {
    display: flex;
    flex-direction: column;
    align-items: center
}

.ayudaeme-txt {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 600px;
    margin: 16px 0 0 0
}

.triangulo1 {
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-top: 55px solid var(--color-secundario);
    border-left: 60px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    margin: auto
}

.certificados {
    padding: 0 0 40px 0
}

.certificado-snp {
    margin: -2px 0 0 0
}

.certificado-snp2 {
    margin: -2px 0 50px 0
}



/* .certificadoWrap-carusel {
    display: flex;
    justify-content: space-between;
    margin: 45px 0 0 0
} */

.certificados-title {
    width: 590px;
    text-align: center;
    color: var(--color-primario)
}


.certificados-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 45px 0 45px 0;
    width: 100%
}

.certificados-wrapinfo {
    width: 765px
}

/* .comillas1 {
    width: 40px;
    pos ition: absolute
}*/

.certificados-subtitle {
    font-size: 35px;
    color: var(--color-primario);
    font-weight: 500;
    padding: 0 51px
}

/* .comillas2 {
    width: 40px;
    position: absolute;
    transform: rotate(180deg);
    margin: -39px 0 0 560px
} */

.certificados-nota {
    color: var(--color-gray1);
    width: 600px;
    margin: 13px 0 0 52px
}

.certificados-img1 {
    width: 175px;
    width: 283px;
    height: 131px;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.certificados-img2 {
    width: 370px
}

/* .comillas3 {
    width: 40px;
    position: absolute;
    transform: rotate(180deg);
    margin: -40px 0 0 160px
}

.comillas5 {
    width: 40px;
    position: absolute;
    transform: rotate(180deg);
    margin: -40px 0 0 515px
} */

.poliseg {
    background: var(--color-primario);
    padding: 70px 0 90px 0
}

.poliseg-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

.poliseg-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 40px 0 0 0
}

.poliseg-item {
    background: var(--color-secundario);
    width: 49%;
    color: #fff;
    font-size: 24px;
    padding: 10px 22px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: var(--transition150)
}

.limagas-imgroup {
    width: 100%;
    height: 900px;
    background-image: url(../images/limagas.webp);
    background-position: center;
    background-size: cover
}

/* .caruselNoso {
    width: 100%;
    padding: 0 0 0 20px
} */

.poliseg-item:hover {
    background: var(--color-secundario-light);
    color: var(--color-secundario-dark);
    box-shadow: 0 0 9px 1px var(--color-secundario-light)
}

.poliseg-repo {
    background: var(--color-secundario);
    padding: 70px 0 90px 0
}

.poliseg-repo-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 75px 0 0 0
}

.poliseg-repo-item {
    background: var(--color-primario);
    width: 49%;
    color: #fff;
    font-size: 24px;
    padding: 10px 22px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: var(--transition150)
}

.poliseg-repo-item:hover {
    background: var(--color-primario-light);
    color: var(--color-primario-dark);
    box-shadow: 0 0 9px 1px var(--color-primario-light)
}


.bn-novedades {
    background-image: url(../images/portada_novedades.png)
}

.novedades-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

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

.novedades-btn {
    width: 31%;
    background: var(--color-primario);
    color: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: var(--transition150)
}

.novedades-img {
    width: 100%;
    height: 208px;
    overflow: hidden;
    transition: var(--transition150)
}

.novedades-txt {
    padding: 0 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center
}

.novedades-txt-cut {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin: 0 0 4px 0
}

.nota-backWrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.nota-btn {
    color: var(--color-primario)
}

.nota-btn_js {
    display: flex;
    align-items: center
}

.nota-c9d8 {
    font-size: 26px;
    margin: 0 3px 0 0
}

.nota-line {
    width: 100%;
    height: 1px;
    background: var(--color-primario);
    margin: 12px 0 50px 0
}

.nota-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0 0 0
}

.nota-detalle {
    width: 70%
}

.nota-title {
    width: 70%;
    color: var(--color-primario)
}

.nota-calendar {
    color: var(--color-gray1);
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 8px 0 16px 0
}

.nota-dd23 {
    font-size: 18px;
    margin: -3px 3px 0 0
}

.notaWrap {
    margin: 20px 0 0 0
}

.nota-txt {
    color: var(--color-gray1);
    font-size: 27px;
    line-height: 1.4
}

.otherNota {
    width: 26%;
    position: sticky;
    top: 100px;
    height: 640px;
    overflow: hidden
}

.otherNota-title {
    font-weight: 500;
    color: var(--color-primario);
    font-size: 26px;
    margin: 0
}

.novedades-btn_other {
    background: var(--color-primario);
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 20px 0 20px 0;
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition150)
}

.othersnov-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    transition: var(--transition150)
}

.othersnov-txt {
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.othersnov-txt-cut {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    margin: 0 0 1px 0
}

.Petwrap {
    left: 0;
    position: fixed;
    z-index: 7;
    bottom: 0;
    right: 0;
    margin: 0 auto 0 auto;
    width: 1200px;
    display: flex;
    justify-content: flex-end
}

.PetwrapA {
    transform: translateY(520px);
    left: 0;
    position: fixed;
    z-index: 8;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    display: flex;
    justify-content: flex-end;
    transition: var(--transition250)
}

.element {
    background-size: cover;
    background-position: bottom;
    background-image: url(../images/snp2.webp);
    width: 275px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    filter: drop-shadow(0 3px 15px rgba(0, 0, 0, .5))
}

.element-info {
    font-size: 27px;
    font-weight: 600;
    margin: 1px 0 14px 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff
}

.element-info2 {
    font-size: 27px;
    font-weight: 600;
    margin: 1px 0 0 66px;
    display: flex;
    align-items: center;
    color: #fff
}

.element-c8d7 {
    font-size: 36px;
    color: var(--color-secundario);
    transition: var(--transition150)
}

.element-eid8 {
    font-size: 30px;
    margin: 15px 0 6px 0;
    color: var(--color-secundario);
    transition: var(--transition150)
}

.ocult {
    opacity: 0;
    visibility: hidden
}

.element-info:hover .element-c8d7 {
    animation: inherit;
    color: #fff
}

.novedades-btn:hover {
    background: var(--color-secundario)
}

.novedades-btn:hover img {
    opacity: .6
}

.novedades-btn:hover .novedades-dd54 {
    opacity: 1;
    z-index: 3
}

.novedades-btn_other:hover {
    background: var(--color-secundario)
}

.bn-contactos {
    background-image: url(../images/bn-contacto.webp)
}

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

.datacontact-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.contact-wrapItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0 30px 0
}

.datacontact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0
}

.datacontact-2d39 {
    background: var(--color-primario);
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px
}

.datacontact-title {
    font-weight: 400;
    color: var(--color-gray1);
    font-size: 18px;
    margin: 7px 0 10px 0
}

.datacontact-nro {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-primario)
}

.ayudaemeCont {
    width: 100%;
    height: 100vh;
    min-height: 860px;
    background-image: url(../images/bn-preguntas.webp);
    background-size: cover;
    background-position: center;
    margin: 0 0 -600px 0
}

.ayudaemeCont-shd {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

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

.consejos-data {
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.consejos-item {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 12px
}

.consejos-nro {
    font-weight: 600;
    background: var(--color-primario);
    color: #fff;
    padding: 25px 20px 25px 20px;
    font-size: 40px;
    border-radius: 10px 49px 49px 10px
}

.conejos-txt {
    width: 502px;
    padding: 14px;
    font-size: 16px;
    color: var(--color-primario)
}

.consejos-img {
    width: 47%;
    background: rgba(0, 0, 0, .2);
    border-radius: 20px
}

.beneficiosInt {
    background-image: url(../images/bn-beneficios.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 100vh; */
    /* min-height: 790px */
}

.beneficiosInt-shd {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}



.beneWr-data {
    position: absolute;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 130px 0 80px 0;
    opacity: 0;
    display: flex;
    transition: var(--transition250)
}

.beneWr-img {
    width: 200px
}

.beneWr-itemWrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px 0;
    justify-content: center
}

.beneWr-item {
    color: #fff;
    text-align: center;
    width: 330px;
    padding: 22px 30px;
    border-radius: 20px
}

.clprim {
    background: var(--color-primario)
}

.beneWr-codigo {
    font-size: 20px
}

.beneWr-nro {
    font-weight: 500;
    font-size: 30px
}

.beneWr-valido {
    font-size: 14px
}

.clsec {
    background: var(--color-secundario)
}

.beneWr-limite {
    color: #fff
}

.beneWr-disp {
    color: #fff
}

.beneWr-select {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 560px 0 0 0
}

.beneWr-selectItem {
    border-radius: 100px;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    transition: var(--transition150);
    cursor: pointer
}

.beneWr-selectItem:hover {
    background: #fff;
    transform: scale(1.4)
}

.beneWr-on {
    background: #fff;
    transform: scale(1.4)
}

.triangulo2 {
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-top: 55px solid var(--color-complement1);
    border-left: 60px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    margin: auto
}

.triangulo3a {
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-top: 55px solid var(--color-secundario);
    border-left: 60px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    margin: auto
}





.map {
    width: 100%;
    height: 400px
}

.sombrablue {
    width: 100%;
    height: 100%;
    background: rgba(0, 86, 162, .4)
}

.sombrablue2 {
    width: 100%;
    height: 100%;
    background: rgba(0, 86, 162, .2)
}

.pvalorAb {
    padding: 55px 0 460px 0;
    margin: 0 0 -480px 0;
    background-image: url(../images/bgvalor.webp);
    background-position: center;
    background-size: cover
}

.valorInt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
    margin: 30px 0 120px 0;
    transition: var(--transition150)
}

.valorInt-item {
    width: 31%;
    border-radius: 20px;
    border: 2px solid var(--color-primario);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px 19px 25px 19px;
    text-align: center;
    color: var(--color-gray1);
    font-weight: 400;
    font-size: 20px;
    transition: var(--transition150)
}

.valor-dod9 {
    color: var(--color-secundario);
    font-size: 100px;
    margin: 0 0 10px 0;
    transition: var(--transition150)
}

.balones {
    background: var(--color-secundario);
    color: #fff;
    padding: 0 0 95px 0;
    position: relative
}

.balones-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%
}

.balones-group {
    display: flex;
    text-align: center;
    gap: 90px;
    margin: -500px 0 120px 0
}

.balones-item {
    width: 350px
}

.balones-img {
    width: 100%;
    margin: auto;
    height: 430px;
    object-fit: contain
}

.balones-title {
    font-size: 30px;
    font-weight: 600
}

.balones-c8ds {
    font-size: 40px
}

.balones-txt {
    font-size: 20px
}

.balones-subtitle {
    background: var(--color-primario);
    font-weight: 500;
    font-size: 20px;
    width: 225px;
    padding: 10px 0;
    border-radius: 9px;
    margin: 24px auto 10px auto
}

.balones-txt2 {
    width: 225px;
    margin: auto;
    font-size: 22px
}

.ejecutivos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0 0
}

.ejecutivos-item {
    width: 23%;
    transition: var(--transition150)
}

.ejecutivos-region {
    background: var(--color-primario);
    width: 85%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0;
    font-size: 20px;
    border-radius: 6px
}

.ejecutivos-snp {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 18px solid var(--color-primario);
    border-left: 20px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    margin: auto
}

.ejecutivos-bg {
    background: #fff;
    padding: 15px;
    border-radius: 24px;
    margin: 18px 0 0 0;
    transition: var(--transition150);
}

.ejecutivos-img {
    border-radius: 10px;
    overflow: hidden;
    height: 191px
}

.ejecutivos-name {
    text-align: center;
    color: var(--color-primario);
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0 10px 0
}

.ejecutivos-btn {
    font-size: 15px;
    padding: 0 0;
    color: var(--color-primario);
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 15px 0;
    transition: var(--transition150)
}

.ejecutivos-cc65 {
    font-size: 22px;
    margin: 0 4px 0 0;
    color: var(--color-secundario);
    transition: var(--transition150)
}

.provaAb {
    background: var(--color-complement1);
    padding: 55px 0 0 0;
    margin: 0
}

.provaInt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 70px;
    margin: 30px 0 0 0;
    transition: var(--transition150)
}

.provaInt-item {
    width: 250px;
    height: 250px;
    border-radius: 200px;
    border: 2px solid var(--color-secundario);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 32px 0 32px;
    text-align: center;
    color: var(--color-secundario);
    font-weight: 400;
    font-size: 16px;
    transition: var(--transition150)
}

.prova-dod9 {
    color: var(--color-secundario);
    font-size: 110px;
    margin: 0 0 10px 0;
    transition: var(--transition150)
}

.aplicInt {
    background-image: url(../images/bn-aplicaciones.webp);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
    align-items: center
}

.aplicInt-wrap {
    display: flex;
    flex-direction: column;
    align-items: center
}

.sectores {
    background: var(--color-primario);
    padding: 84px 0 400px 0;
    margin: 0 0 -575px 0
}

.sectores-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.sectores-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin: 35px 0 0 0
}

.sectores-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 23px;
    margin: 17px 0
}

.sectores-f9f7 {
    font-size: 120px;
    margin: 0 0 12px 0
}

.ejecutivos2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0 0;
    width: 75%
}

.ejecutivos2-item {
    width: 31%;
    transition: var(--transition150)
}

.ejecutivos3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 0 0;
    width: 75%
}

.eleAb {
    background: var(--color-complement1);
    padding: 55px 0 100px 0
}

.empresaNat-title {
    width: 100%;
    text-align: center;
    color: var(--color-secundario);
    margin: 80px 0 39px 0
}

.benc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.benc-item {
    color: var(--color-secundario);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    text-align: center;
    font-size: 21px
}

.benc-d27d {
    font-size: 120px;
    margin: 0 0 15px 0
}

.benamb {
    width: 100%;
    background-image: url(../images/beneamb.webp);
    background-size: cover;
    background-position: bottom;
    padding: 90px 0 466px 0;
    margin: 120px 0 -170px 0
}

.benamb-wrap {
    display: flex;
    flex-direction: column;
    align-items: center
}

.eleAb-txt {
    color: #fff;
    font-size: 32px;
    text-align: center;
    width: 800px;
    margin: 16px 0 0 0
}

.beneamb-img {
    width: 310px;
    height: 229px;
    margin: 0 auto 90px auto;
    background-image: url(../images/beneimg.webp);
    background-position: center;
    background-size: cover
}

.planper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.planper-group {
    width: 81%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 63px 0;
    margin: 80px 0 0 0
}

.planper-item {
    width: 47%;
    text-align: center
}

.planper-img {
    width: 100px;
    margin: auto
}

.planper-title {
    font-weight: 500;
    color: var(--color-primario);
    font-size: 27px;
    margin: 20px 0 10px 0
}

.planper-txt {
    color: var(--color-gray1)
}

.bgaplic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -560px 0
}

.bgaplic-wrap {
    width: 50%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    min-height: 800px
}

.bggnl {
    background-image: url(../images/bggnl.webp)
}

.gnl-sombragnl {
    width: 100%;
    height: 100%;
    background: rgba(0, 46, 79, .7);
    display: flex;
    justify-content: center;
    padding: 200px 0 0 0;
    align-items: flex-start
}

.gnl-sombra_wrap {
    color: #fff;
    text-align: center;
    padding: 0 110px
}

.gnl-title {
    font-size: 55px;
    font-weight: 500;
    line-height: 1.1
}

.gnl-subtitle {
    background: var(--color-primario);
    font-size: 22px;
    width: 190px;
    padding: 12px 0;
    margin: 22px auto 14px auto;
    border-radius: 8px
}

.gnl-vine {
    width: 300px;
    text-align: left;
    margin: 8px auto;
    font-weight: 400
}

.bggnv {
    background-image: url(../images/bggnv.webp)
}

.gnl-sombragnv {
    width: 100%;
    height: 100%;
    background: rgba(106, 129, 0, .7);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 200px 0 0 0
}

.aplica-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: absolute;
    margin: 84px 0 0 0
}

.aplica-title {
    color: var(--color-primario);
    background: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 215px;
    padding: 8px 0;
    border-radius: 9px
}

.aplica-snp {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 18px solid #fff;
    border-left: 20px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    margin: auto
}

.aplica-group {
    width: 70%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin: 35px 0 150px 0
}

.aplic-som {
    width: 100%;
    height: 100%;
    background: rgba(0, 86, 162, .6);
    display: flex;
    justify-content: center;
    align-items: center
}

.valorInt-item:hover {
    background: var(--color-secundario);
    border: 2px solid var(--color-secundario);
    color: #fff
}

.valorInt-item:hover .valor-dod9 {
    color: #fff
}

.ejecutivos-item:hover .ejecutivos-bg {
    transform: scale(1.04);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .3);
    background: var(--color-complement1)
}

.ejecutivos-btn:hover {
    color: #000
}

.ejecutivos-btn:hover .ejecutivos-cc65 {
    color: #000
}

.provaInt-item:hover {
    background: var(--color-secundario);
    color: #fff
}

.provaInt-item:hover .prova-dod9 {
    color: #fff
}

.ejecutivos2-item:hover .ejecutivos-bg {
    transform: scale(1.04);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .3);
    background: var(--color-complement1)
}

.ejecutivos2-btn:hover {
    color: #000
}

.ejecutivos2-btn:hover .ejecutivos-cc65 {
    color: #000
}

.planper .ayudaeme-txt {
    color: var(--color-primario) !important
}

.bn-gasenvasadohogar {
    background-image: url(../images/bn-gasenvasadohogar.webp)
}

.bn-gasgranelhogar {
    background-image: url(../images/bn-gasgranelhogar.webp)
}

.hogAb {
    background: var(--color-complement1);
    padding: 55px 0 160px 0;
    margin: 0 0 -610px 0
}

.hogWrap {
    display: flex;
    justify-content: center;
    margin: 45px 0 0 0;
    gap: 50px;
    position: relative;
    z-index: 2
}

.hogWrap-info {
    background: var(--color-secundario);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    border-radius: 0 0 20px 20px;
    height: 245px
}

.hogWrap-txt {
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    line-height: 1
}

.hogWrap-title {
    font-size: 35px;
    font-weight: 500;
    margin: 9px 0;
    line-height: 1
}

.lideres2 {
    background-image: url(../images/curva-pri.webp);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 628px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    margin: 0 0 -60px 0;
    position: relative
}

.beneAg {
    background: var(--color-primario);
    color: #fff;
    padding: 0 0 80px 0;
    position: relative
}

.beneAg-group {
    width: 82%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin: 35px 0 0 0;
    text-align: center
}

.besec {
    width: 110px;
    margin: 0 0 25px 0
}

.presentProd {
    background: var(--color-secundario);
    color: #fff;
    padding: 80px 0 80px 0
}

.presentProd-group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.presentProd-item {
    width: 23%;
    text-align: center
}

.elegirnosAb-itemHogar {
    width: 300px
}

.presentProd-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 1
}

.presentProd-0d92 {
    font-size: 40px
}

.presentProd-txt {
    font-size: 22px
}

.usoglp-img {
    width: 160px;
    margin: 0 0 20px 0
}

.usoglp-item {
    width: 300px;
    height: 300px;
    border-radius: 200px;
    border: 2px solid var(--color-secundario);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 32px 0 32px;
    text-align: center;
    color: var(--color-secundario);
    font-weight: 400;
    font-size: 20px;
    transition: var(--transition150)
}

.usoglp {
    background: var(--color-complement1);
    padding: 0 0 80px 0
}

.usoglp-snp {
    margin: -2px 0 80px 0
}

.pedirglp {
    background: var(--color-primario);
    padding: 0 0 80px 0
}

.triangulo3 {
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-top: 55px solid var(--color-complement1);
    border-left: 60px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    margin: auto
}

.aplica {
    width: 100%;
    height: 100vh;
    display: flex
}

.aplica-item {
    width: 240px;
    height: 280px;
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover
}

.banersBalones {
    display: flex;
    flex-wrap: wrap;
    gap: 39px;
    margin: 50px 0 0 0;
    justify-content: center
}

.apl1 {
    background-image: url(../images/aplica1.webp)
}

.apl2 {
    background-image: url(../images/aplica2.webp)
}

.instalar {
    background: var(--color-complement2);
    color: var(--color-primario);
    padding: 90px 0 150px 0;
    position: relative
}

.resq {
    font-weight: 500;
    font-size: 30px;
    color: var(--color-secundario);
    margin: 60px 0 0 0
}

.ayudaeme1-txt {
    color: var(--color-primario);
    font-size: 18px;
    text-align: center;
    width: 600px;
    margin: 16px 0 0 0
}



.ejecutivos3a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    width: 75%
}

.ejecutivos3a .ejecutivos-bg {
    border: 1px solid var(--color-secundario)
}

.pedirglp-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 55px 0 0 0
}

.pedirglp-item {
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    width: 23%;
    padding: 0 25px 21px 25px;
    border-radius: 33px;
    transition: var(--transition150)
}

.pedirglp-dd53 {
    font-size: 82px;
    margin: 12px 0 10px 0;
    display: block
}

.pedirglp-title {
    margin: 0 0 7px 0
}

.pedirglp-nro {
    font-weight: 500;
    font-size: 24px
}

.triangulo3-int {
    opacity: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--color-primario);
    border-left: 20px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    margin: auto;
    transition: var(--transition150)
}

.benAb {
    background: var(--color-complement1);
    padding: 55px 0 360px 0;
    margin: 0 0 -500px 0
}

.benIn {
    width: 88%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 55px 0 0 0
}

.benIn-item {
    color: var(--color-secundario);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 25px;
    font-weight: 400
}

.benIn-dd43 {
    font-size: 133px;
    margin: 0 0 5px 0
}

.certificados-img1 img {
    width: auto
}

.usoglp-item:hover {
    background: var(--color-secundario-light);
    border: 20px solid
}

.usoglp-item:hover .usoglp-img {
    width: 90px
}

.pedirglp-item:hover {
    background: var(--color-secundario);
    border: 2px solid var(--color-secundario);
    box-shadow: 0 18px 25px -9px rgba(0, 0, 0, .3);
    transform: scale(1.03)
}

.pedirglp-item:hover .triangulo3-int {
    opacity: 1
}

.bnfllscreen {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh
}

.bn-beneficios {
    background-image: url(../images/bn-beneficios.webp)
}

.sombrafllscren {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 150px
}

.sombrafllscrn-wrap {
    width: 710px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center
}

.fullscrn-title {
    font-size: 45px;
    font-weight: 600;
    color: #fff
}

.fullscrn-tct {
    background: var(--color-primario);
    color: #fff;
    font-weight: 400;
    width: 322px;
    padding: 5px 0;
    border-radius: 100px;
    font-size: 15px;
    margin: 70px 0 16px 0
}

.fullscrn-logos {
    display: flex;
    align-items: center;
    gap: 17px
}

.fullscrn-logos_item {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 18px;
    padding: 3px;
    border: 2px solid #fff;
    transition: var(--transition250);
    cursor: pointer
}

.fullscrn-logos_item img {
    filter: grayscale(1);
    opacity: .6
}

.fullscrnbeneficio {
    margin: 70px 0 0 0
}

.fullbn-item {
    width: 300px;
    height: 228px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end
}

.interbank {
    background-image: url(../images/ticket.webp)
}

.fullbn-lugar {
    color: var(--color-gray1);
    font-weight: 400;
    font-size: 15px;
    width: 150px;
    height: 37px;
    transform: rotate(-90deg);
    margin: 0 27px 68px -33px;
    display: flex;
    justify-content: center;
    align-items: center
}

.fullbn-data {
    color: #fff;
    margin: 0 0 25px -35px;
    text-align: center;
    width: 160px
}

.fullbn-codigo {
    font-size: 14px
}

.fullbn-name {
    font-weight: 600;
    font-size: 16px
}

.fullbn-nro {
    font-weight: 600;
    font-size: 66px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 9px 15px -10px 0
}

.sol {
    font-size: 25px;
    margin: 14px 0 0 0
}

.ticket-on {
    transform: scale(1.12);
    box-shadow: 0 13px 17px -8px rgba(0, 0, 0, .5);
    border: 2px solid var(--color-secundario)
}

.ticket-on img {
    filter: grayscale(0);
    opacity: 1
}

.fullscrn-logos_item:hover {
    transform: scale(1.12);
    box-shadow: 0 13px 17px -8px rgba(0, 0, 0, .5);
    border: 2px solid var(--color-secundario)
}

.fullscrn-logos_item:hover img {
    filter: grayscale(0);
    opacity: 1
}

.bgtrabaja {
    background: var(--color-complement3)
}

.bn-trabaja {
    background-image: url(../images/bn-trabaja.webp)
}

.bn-distribuidor {
    background-image: url(../images/bn-distribuidor.webp)
}

.bn-reclamaciones {
    background-image: url(../images/bn-reclamaciones.webp)
}

.ejecutivos-img .img-int {
    object-position: top !important
}

.trabaja {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 31px 0 130px 0
}

.trabaja-nosotro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%
}

.trabaja-wrap1 {
    width: 49%;
    margin: 14px 0
}

.trabaja-wrap1 .campo1 {
    background: var(--color-complement2);
    border-radius: 100px;
    border: 1px solid var(--color-secundario);
    padding: 8px 8px 8px 19px
}

.trabaja-wrap1 .lista-desp {
    border-radius: 100px;
    background: var(--color-complement3);
    border: 1px solid var(--color-secundario);
    color: var(--color-primario);
    padding: 0 13px
}

.form-txt {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: var(--color-primario);
    margin: 50px 0 14px 0
}

.form-radio {
    display: flex;
    gap: 30px
}

.form-radio .design-check-view {
    width: 60px !important
}

.form-radio .txt-vie {
    width: 100% !important
}

.form-areas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 126px
}

.form-option {
    color: var(--color-primario);
    width: 227px;
    font-size: 22px
}

.form-legal {
    width: 100%;
    margin: 30px 0 0 0
}

.form-legal-item {
    color: var(--color-primario);
    font-weight: 400;
    font-size: 17px;
    margin: 10px 0
}

.clausula {
    color: var(--color-secundario);
    text-decoration: underline;
    cursor: pointer
}

.infoform {
    width: 100%;
    text-align: center;
    margin: 60px 0 60px 0;
    color: var(--color-secundario)
}

.senform-btn {
    font-size: 25px;
    position: relative;
    background: var(--color-secundario);
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0 auto;
    cursor: pointer;
    transition: var(--transition150);
    outline: 0;
    border: 0
}

.design-check-view {
    color: var(--color-primario)
}

.txt-vie {
    font-size: 19px;
    width: 236px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 400
}

.txt-vie:before {
    content: "";
    background: 0 0;
    border: 1px solid var(--color-primario);
    background-color: var(--color-complement3);
    color: var(--color-primario);
    border-radius: 4px;
    margin: 1px 4px 0 0;
    height: 16px;
    width: 16px;
    padding: 1px 1px 3px 5px
}

.design-check-view2 {
    color: var(--color-primario);
    margin: 16px 0
}

.txt-vie2 {
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0;
    font-weight: 400
}

.txt-vie2:before {
    content: "";
    background: 0 0;
    border: 1px solid var(--color-primario);
    background-color: var(--color-complement3);
    color: var(--color-primario);
    border-radius: 3px;
    margin: 1px 4px 0 0;
    height: 12px;
    width: 12px
}

.design-check-view input[type=checkbox]:checked+.txt-vie:before {
    content: "✔";
    font-size: 16px
}

.design-check-view input[type=checkbox] {
    display: none
}

.design-check-view input[type=checkbox]+label {
    cursor: pointer
}

.design-check-view2 input[type=checkbox]:checked+.txt-vie2:before {
    content: "";
    background: var(--color-primario)
}

.design-check-view2 input[type=checkbox] {
    display: none
}

.design-check-view input[type=radio]:checked+.txt-vie:before {
    content: "✔";
    font-size: 16px
}

.design-check-view input[type=radio] {
    display: none
}

.design-check-view input[type=radio]+label {
    cursor: pointer
}

.design-check-view2 input[type=radio]:checked+.txt-vie2:before {
    content: "";
    background: var(--color-primario)
}

.design-check-view2 input[type=radio] {
    display: none
}

.llevamosWrap {
    display: flex;
    flex-direction: column;
    align-items: center
}

.senform-btn:hover {
    background: var(--color-secundario);
    color: var(--color-secundario-dark);
    box-shadow: 0 0 9px 1px var(--color-secundario);
    transform: scale(1.1)
}

.navmobint {
    transform: translateY(-560px);
    transition: var(--transition250);
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 104px 5% 50px 5%;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    border-radius: 0 0 40px 40px;
    align-items: flex-start;
    z-index: 8
}

.navmob-link {
    color: var(--color-primario);
    font-weight: 400;
    font-size: 18px
}

.navmob-link_js {
    display: flex;
    align-items: flex-start
}

.navmob-dd02 {
    font-size: 18px;
    margin: 2px -1px 0 0
}

.navmob-line {
    width: 100%;
    height: 1px;
    display: block;
    background: var(--color-primario);
    margin: 13px 0 0 0
}

.navmob-title {
    font-weight: 500;
    font-size: 25px;
    color: var(--color-secundario);
    margin: 14px 0 0 0
}

body.fixed .navmobint {
    padding: 76px 5% 34px 5%
}

.navmobint2 {
    transform: translateY(0)
}

#navoff {
    display: none
}

.trabaja-wrap2 {
    width: 100%;
    margin: 14px 0
}

.trabaja-wrap2 .campo1 {
    background: var(--color-complement2);
    border-radius: 100px;
    border: 1px solid var(--color-secundario);
    padding: 8px 8px 8px 19px
}

.trabaja-wrap2 .lista-desp {
    border-radius: 100px;
    background: var(--color-complement3);
    border: 1px solid var(--color-secundario);
    color: var(--color-primario);
    padding: 0 13px
}

#politica {
    display: none
}

#cookies {
    display: none
}

#listado {
    display: none
}

#terminos {
    display: none
}

#clausula {
    display: none
}

#adicionales {
    display: none
}

#bene2on {
    opacity: 1
}

#bene3on {
    opacity: 0
}

#bene4on {
    opacity: 0
}

#bene5on {
    opacity: 0
}

#bene6on {
    opacity: 0
}

#bene7on {
    opacity: 0
}

#closewtsp {
    display: none
}

.politica {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    z-index: 10;
    overflow: auto;
    opacity: 1;
    transition: var(--transition250);
    justify-content: center;
    align-items: center
}

.politica-wrap {
    width: 88%;
    max-width: 700px;
    background: #fff;
    margin: 116px auto 100px auto;
    padding: 27px;
    max-height: 80vh;
    overflow: auto;
    color: var(--color-gray1);
    border-radius: 20px
}

.politica-title {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin: 14px 0 35px 0
}

.politica-txt strong {
    font-weight: 600
}

.poli-s9s8 {
    width: 40px;
    height: 40px;
    background: var(--color-secundario);
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    border-radius: 100px;
    position: absolute;
    right: 0;
    left: 0;
    margin: -47px auto 0 auto;
    cursor: pointer
}

.slider,
.slider>div {
    background-position: center center;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 550px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s
}

.slider>div {
    position: absolute
}

.slider>i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4
}

.slider>i svg {
    margin-top: 3px
}

.slider>.left {
    left: -100px
}

.slider>.right {
    right: -100px
}

.slider:hover>.left {
    left: 0
}

.slider:hover>.right {
    right: 0
}

.slider>i:hover {
    background: #fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px)
}

.slider>i.right:hover {
    transform: translateX(2px)
}

.slider>i.left:active,
.slider>i.right:active {
    transform: translateY(1px)
}

.slider:hover>div {
    transform: scale(1.01)
}

.hoverZoomOff:hover>div {
    transform: scale(1)
}

.slider>ul {
    position: absolute;
    bottom: 130px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%)
}

.slider>ul>li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    background: #fff;
    border: 1px solid var(--color-primario);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.slider>ul>.showli {
    background-color: var(--color-secundario);
    border: 1px solid var(--color-secundario);
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards
}

.slider>ul>li:hover {
    background-color: var(--color-secundario)
}

.slider>.show {
    z-index: 1
}

.hideDots>ul {
    display: none
}

.showArrows>.left {
    left: 0
}

.showArrows>.right {
    right: 0
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all .7s cubic-bezier(.37, .31, .2, .85) .2s;
    opacity: 0
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px)
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%)
}

.slider>div span {
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%
}

.lidia-bot-wsp {
    position: fixed;
    right: 20px;
    bottom: 90px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.contenedor-pensamiento {
    position: relative;
    transform: translateX(-15px);
}

.ovalo-grande {
    width: 200px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 14px;
    color: #2c3e50;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

.ovalo-grande::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 55%;
    transform: translateX(-50%) rotate(15deg);
    width: 0;
    height: 0;
    border-width: 12px 10px 0 10px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.15); /* sombra más suave para que no parezca cuadro */
}

.ovalo-chico {
    display: none;
}

.lidia-bot-img {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.lidia-bot-img img {
    width: 80px;
    height: auto;
}

@media (max-width: 768px) {
    .lidia-bot-wsp {
        right: 10px;
        bottom: 70px;
    }

    .contenedor-pensamiento {
        transform: translateX(-10px);
    }

    .ovalo-grande {
        width: 180px;
        height: 100px;
        font-size: 12px;
        padding: 12px;
    }

    .ovalo-grande::after {
        bottom: -4px;
        left: 55%;
        border-width: 10px 8px 0 8px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    }

    .lidia-bot-img img {
        width: 65px;
    }
}

@keyframes boing {
    0% {
        transform: scale(1.2)
    }

    40% {
        transform: scale(.6)
    }

    60% {
        transform: scale(1.2)
    }

    80% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1)
    }
}

#carrusel {
    width: 100%;
    text-align: center
}

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

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



.caruselBene .owl-dots {
    display: none
}

.owl-nav {
    display: none
}

#carrusel2 {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0
}

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

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

.caruselBene .owl-dots {
    display: none
}

.owl-nav {
    display: none
}

#carrusel3 {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0
}

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

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

#main-home {
    padding: 15px
}

#main-home img {
    width: 550px
}

.ejecutivos-social {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.ejecutivos-social .quest-status,
.ejecutivos-social .quest-status-off {
    text-align: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 10px
}

.ejecutivos-social .ejecutivos-btn {
    display: flex;
    justify-content: start;
    gap: 1rem;
    padding: 8px 25px;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    width: 80%;
    margin: 5px auto
}

.ejecutivos-social .ejecutivos-btn span {
    font-size: 20px
}

.ejecutivos-social .ejecutivos-btn.btn-whatsapp {
    background-color: #40bb5b
}

.ejecutivos-social .ejecutivos-btn.btn-correo {
    background-color: var(--color-primario)
}

#contact-modal.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
    z-index: 99
}

#contact-modal .modal-content {
    background: #fff;
    width: 60%;
    padding: 0;
    border-radius: 8px
}

#contact-modal .header-modal {
    display: flex;
    align-items: center;
    background-color: #88c03e;
    padding: 10px 30px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    position: relative
}

#contact-modal .header-modal .btn-close-contact-modal {
    position: absolute;
    right: 10px;
    top: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    font-size: 40px;
    color: #fff;
    cursor: pointer
}

#contact-modal .header-modal img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    object-fit: cover
}

#contact-modal .modal-body {
    display: grid;
    grid-template-columns: 1fr
}

#contact-modal .modal-body .bg-green {
    background-color: #88c03e
}

#contact-modal .modal-body form {
    padding: 30px
}

#contact-modal .modal-body form h5 {
    color: #88c03e;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px
}

#contact-modal .modal-body form .row {
    display: flex;
    gap: 1rem
}

#contact-modal .modal-body form .row .form-group {
    flex: 1
}

#contact-modal .form-group {
    margin-bottom: 15px
}

#contact-modal .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #0056b3;
    font-size: 13px
}

#contact-modal .form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #e1edf3;
    outline: 0;
    border-radius: 7px;
    box-shadow: 2px 2px 2px 2px #f4f4f4;
    font-size: 13px;
    color: #787878
}

#contact-modal .contact-methods {
    display: flex;
    gap: 5rem;
    margin-top: 20px
}

#contact-modal .contact-methods label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #787878
}

#contact-modal .contact-methods label input {
    width: auto
}

#contact-modal .submit-btn {
    background: #0056b3;
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    font-size: 15px;
    margin: 20px auto 0 auto;
    width: 270px;
    display: flex;
    justify-content: center
}

.ejecutivo-en-linea {
    color: #fff;
    padding: 20px 0 40px 0;
    position: relative
}

.ejecutivo-en-linea-title {
    margin-top: 50px;
    text-align: center
}

.ejecutivo-en-linea .ejecutivos-bg {
    box-shadow: 5px 5px 5px 5px #e8e2e2
}

.ejecutivo-en-linea-title h5 {
    font-size: 35px;
    background: linear-gradient(to right, var(--color-primario) 40%, var(--color-secundario) 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bg-green-gradient {
    background: linear-gradient(to right, var(--color-primario) 30%, var(--color-secundario) 80%);
    padding: 20px 0 70px 0;
    margin: 30px 0
}

.bg-green-gradient .ejecutivos-bg {
    box-shadow: none !important
}

.ejecutivo-en-linea-title h5.white {
    background: 0 0;
    color: #fff;
    -webkit-text-fill-color: #fff
}

.ejecutivo-en-linea-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%
}

.ejecutivo-en-linea-wrap .ejecutivos {
    margin: 30px 0 0 0
}

.mision-section {
    background-color: var(--color-primario);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0
}

.content-mision {
    display: flex;
    background-color: var(--color-complement1);
    width: 60%;
    margin: 0 auto;
    border-radius: 15px;
    padding: 50px 30px
}

.flex-item {
    flex: 1;
    text-align: center;
    position: relative
}

.mision-image {
    position: absolute;
    max-width: 360px;
    width: 100%;
    top: -100px;
    left: 30px
}

.flex-item h5 {
    font-family: Ubuntu, sans-serif;
    color: var(--color-primario);
    font-size: 25px;
    margin-bottom: 10px
}

.flex-item p {
    color: var(--color-gray1);
    font-size: 16px;
    line-height: 1.5
}

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

.nuestros-valores .lideres {
    transform: rotate(-180deg);
    margin: 0 0 -580px 0
}

.nuestros-valores .nuestros-valores-title {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9
}

.nuestros-valores .nuestros-valores-title p {
    font-size: 25px;
    margin: 20px 0
}

.nuestros-valores-content {
    display: flex;
    justify-content: space-between;
    padding: 200px 0 20px 0
}

.nuestros-valores .v1 {
    width: 335px;
    height: 265px;
    background-position: center;
    background-size: cover;
    display: block;
    padding: 65px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative
}

.nuestros-valores .v1 .image-ico {
    width: 65px;
    position: absolute;
    top: 0;
    right: 0
}

.nuestros-valores .v1.big {
    width: 365px;
    height: 280px
}



@media screen and (max-width:1500px) {
    .sale1440 {
        display: none
    }

    .header-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1200px;
        margin: auto;
        transition: var(--transition250)
    }

    .caruselBene {
        width: 590px;
        height: 178px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 10px
    }

    .llevamos-wrap {
        width: 900px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        margin: 55px 0 0 0
    }

    .elegirnosHome-item {
        background: #fff;
        width: 200px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 21px 14px;
        border-radius: 20px
    }

    .elegirnosHome-img {
        width: 55px;
        margin: 0 0 17px 0
    }

    .elegirnosHome-title {
        font-size: 16px;
        font-weight: 400;
        color: var(--color-secundario)
    }

    /* .elegirnosAb-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
        overflow: hidden
    } */

    .certificados-wrapinfo {
        width: 520px
    }

    /* .comillas2 {
        width: 17px;
        position: absolute;
        transform: rotate(180deg);
        margin: -18px 0 0 350px
    } */

    .certificados-nota {
        color: var(--color-gray1);
        width: 100%;
        margin: 13px 0 0 20px;
        font-size: 16px
    }

    .poliseg-item {
        background: var(--color-secundario);
        width: 38%;
        color: #fff;
        font-size: 23px;
        padding: 10px 22px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 7px;
        transition: var(--transition150)
    }

    /* .novedades-itemWrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 22px 17px;
        margin: 70px 0 50px 0
    }
 */
    .novedades-btn {
        width: 32%;
        background: var(--color-primario);
        color: #fff;
        border-radius: 14px;
        overflow: hidden;
        transition: var(--transition150)
    }

    .novedades-txt {
        padding: 0 30px;
        text-align: center;
        font-size: 26px;
        line-height: 1;
        font-weight: 500;
        height: 78px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .novedades-img {
        width: 100%;
        height: 160px;
        overflow: hidden;
        transition: var(--transition150)
    }

    .ejecutivos2-item {
        width: 280px;
        transition: var(--transition150)
    }

    .ejecutivos-item {
        width: 280px;
        transition: var(--transition150)
    }

    .ejecutivos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px 0 0 0;
        gap: 30px 0;
        width: 100%
    }

    .ejecutivos2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0 0;
        width: 100%;
        gap: 0 40px
    }

    .ejecutivos2 .ejecutivos2-item {
        width: 280px;
        transition: var(--transition150)
    }

    .bgaplic {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 -460px 0;
        min-height: 671px
    }

    .ayudaeme-pop {
        background: var(--color-primario);
        width: 198px;
        height: 320px;
        padding: 0 16px 28px 16px;
        color: var(--color-primario-light);
        border-radius: 20px;
        position: absolute;
        margin: 0;
        text-align: center;
        transition: var(--transition250);
        font-size: 16px
    }

    .elegirnosAb-item {
        width: 220px;
        height: 340px;
        overflow: hidden;
        border-radius: 12px
    }

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

    .ayudaemeCont {
        width: 100%;
        height: 100vh;
        min-height: 700px;
        background-image: url(../images/bn-preguntas.webp);
        background-size: cover;
        background-position: center;
        margin: 0 0 -500px 0
    }

    .benAb {
        background: var(--color-complement1);
        padding: 55px 0 360px 0;
        margin: 0 0 -650px 0
    }

    .sectores {
        background: var(--color-primario);
        padding: 84px 0 360px 0;
        margin: 0 0 -670px 0
    }

    .planper-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        gap: 63px 0;
        margin: 80px 0 0 0
    }

    .planper-item {
        width: 38%;
        text-align: center;
        padding: 0 40px
    }

    .planper-img {
        width: 60px;
        margin: auto
    }

    .planper-title {
        font-weight: 500;
        color: var(--color-primario);
        font-size: 23px;
        margin: 20px 0 10px 0
    }

    .consejos-data {
        width: 580px;
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .consejos-img {
        width: 520px;
        background: rgba(0, 0, 0, .2);
        border-radius: 20px;
        margin: 0
    }

    .consejos {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        margin: 50px 0 0 0
    }

    .bgaplic-wrap {
        width: 50%;
        height: 100vh;
        background-position: center;
        background-size: cover;
        min-height: 730px
    }

    .gnl-title {
        font-size: 35px;
        font-weight: 500;
        line-height: 1.1
    }

    .aplica-group {
        width: 100%;
        display: flex;
        justify-content: center;
        color: #fff;
        margin: 35px 0 150px 0;
        gap: 0 50px
    }

    .ejecutivos3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0 0;
        width: 100%
    }

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

    .awards-img {
        background-image: url(../images/award.webp);
        width: 108px;
        height: 160px;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        color: var(--color-primario);
        transition: var(--transition250)
    }

    .awards-nro {
        font-weight: 700;
        font-size: 42px;
        margin: 0 0 -25px 0
    }

    .awards-title {
        font-weight: 500;
        font-size: 13px;
        margin: 0 0 32px 0
    }

    .awards-subtitle {
        color: #fff;
        font-weight: 300;
        width: 126px;
        font-size: 12px;
        margin: 5px 0 0 0;
        text-shadow: 0 3px 10px #000;
        transition: var(--transition250);
        line-height: 1.3
    }*/

    .header {
        background: #fff;
        box-shadow: 0 9px 22px -4px rgba(0, 0, 0, .3);
        border-radius: 0 0 30px 30px;
        padding: 4px 0 2px 0;
        position: fixed;
        width: 100%;
        z-index: 9;
        transition: var(--transition250)
    }

    .slider-sombra_title {
        width: 550px;
        font-weight: 600;
        font-size: 40px;
        margin: 10px 0 19px 0;
        line-height: 1
    }

    .slider-sombra_subtitle {
        width: 400px;
        font-size: 20px
    }
    
    .subind {
        display: inline-block;
        font-size: 15px;
        margin: 5px 0 0 1px;
        position: absolute
    }

    .slider-pie_title {
        font-size: 25px;
        font-weight: 500;
        color: var(--color-primario);
        margin: 0 0 10px 0
    }

    .slider-pie_elemento {
        background-size: cover;
        background-position: top;
        background-image: url(../images/snp2.webp);
        width: 292px;
        height: 108px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .slider-pie_elemento2 {
        background-size: cover;
        background-position: top;
        background-image: url(../images/snp1.webp);
        width: 292px;
        height: 108px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .slider-pie_info {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 50px 3px 0 62px;
        font-size: 29px;
        font-weight: 600;
        color: #fff
    }

    .slider-pie {
        margin: 65px 0 0 0;
        position: relative;
        z-index: 2
    }

    .slider-pie_bg {
        width: 100%;
        height: 50px;
        background: #fff !important;
        display: block;
        margin: -65px 0 0 0;
        border-radius: 20px 20px 0 0
    }

    .slider>ul {
        position: absolute;
        bottom: 115px;
        left: 50%;
        z-index: 4;
        padding: 0;
        margin: 0;
        transform: translateX(-50%)
    }

    .slider>ul>li {
        padding: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        list-style: none;
        float: left;
        margin: 10px 10px;
        cursor: pointer;
        background: #fff;
        border: 1px solid var(--color-primario);
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    h1 {
        font-size: 32px;
        line-height: 1
    }

    h2 {
        font-size: 27px;
        line-height: 1
    }

    .datosHome {
        background: var(--color-complement1);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 36px 0 35px 0
    }

    .ayudaeme1-txt {
        color: var(--color-primario);
        font-size: 18px;
        text-align: center;
        width: 510px;
        margin: 16px 0 0 0
    }

    .datosHome-item {
        width: 258px;
        height: 192px;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        padding: 0 12px 24px 0
    }

    .datosHome-item_nro {
        font-weight: 600;
        font-size: 54px;
        margin: 10px 0 0 26px
    }

    .datosHome-item_title {
        font-size: 32px;
        font-weight: 500;
        margin: -11px 0 0 0
    }

    .datosHome-item_txt {
        font-size: 17px;
        width: 188px;
        margin: 0
    }

    .v2 {
        background-image: url(../images/v2.webp);
        margin: 0 -31px 0 -43px;
        filter: drop-shadow(0 3px 15px rgba(0, 0, 0, .4));
        position: relative;
        padding: none;
        z-index: 2
    }

    /* .llevamos {
        width: 100%;
        height: 100vh;
        min-height: 650px;
        background-repeat: no-repeat;
        background-image: url(../images/bg-llevamos.webp);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    } */

    .elegirnosHome-subwrap {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
        margin: 29px 0 0 0;
        gap: 28px 16px
    }

    .mapaWrap {
        width: 461px;
        height: 670px;
        background: url(../images/mapa.webp);
        background-size: cover;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .point1 {
        position: absolute;
        margin: -289px 385px 0 0;
        cursor: pointer
    }

    .point1fl {
        width: 40px;
        position: absolute;
        margin: -30px 0 0 -2px;
        z-index: 2
    }

    .point1on {
        width: 76px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point2 {
        position: absolute;
        margin: -208px 382px 0 0;
        cursor: pointer
    }

    .point2fl {
        width: 40px;
        position: absolute;
        margin: -17px 0 0 7px;
        z-index: 2
    }

    .point2on {
        width: 50px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point3 {
        position: absolute;
        margin: -92px 295px 0 0;
        cursor: pointer
    }

    .point3fl {
        width: 40px;
        position: absolute;
        margin: -10px 0 0 31px;
        z-index: 2
    }

    .point3on {
        width: 104px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point4 {
        position: absolute;
        margin: 190px 244px 0 0;
        cursor: pointer
    }

    .point4fl {
        width: 40px;
        position: absolute;
        margin: 12px 0 0 31px;
        z-index: 2
    }

    .point4on {
        width: 87px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point5 {
        position: absolute;
        margin: 368px 217px 0 0;
        cursor: pointer
    }

    .point5fl {
        width: 40px;
        position: absolute;
        margin: 12px 0 0 20px;
        z-index: 2
    }

    .point5on {
        width: 60px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point6 {
        position: absolute;
        margin: 300px 61px 0 0;
        cursor: pointer
    }

    .point6fl {
        width: 40px;
        position: absolute;
        margin: 12px 0 0 31px;
        z-index: 2
    }

    .point6on {
        width: 127px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point7 {
        position: absolute;
        margin: 497px 80px 0 0;
        cursor: pointer
    }

    .point7fl {
        width: 40px;
        position: absolute;
        margin: 9px 0 0 86px;
        z-index: 2
    }

    .point7on {
        width: 149px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point8 {
        position: absolute;
        margin: 439px 7px 0 0;
        cursor: pointer
    }

    .point8fl {
        width: 40px;
        position: absolute;
        margin: 31px 0 0 36px;
        z-index: 2
    }

    .point8on {
        width: 81px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point9 {
        position: absolute;
        margin: 616px 34px 0 0;
        cursor: pointer
    }

    .point9fl {
        width: 40px;
        position: absolute;
        margin: -6px 0 0 14px;
        z-index: 2
    }

    .point9on {
        width: 57px;
        opacity: 0;
        transition: var(--transition250)
    }

    .mapaWrap-title {
        color: var(--color-primario);
        font-weight: 500;
        width: 290px;
        text-align: right;
        font-size: 30px;
        margin: -20px -68px 0 0;
        line-height: 1;
        position: absolute
    }

    .p1p {
        margin: -610px 101px 0 0
    }

    .p2p {
        margin: -483px 290px 0 0
    }

    .p3p {
        margin: -356px 256px 0 0
    }

    .p5p {
        margin: 90px 0 0 0
    }

    .p6p {
        margin: -35px -60px 0 0
    }

    .p7p {
        margin: 222px 0 0 0
    }

    .p8p {
        margin: 163px -47px 0 0
    }

    .p9p {
        margin: 445px -43px 0 0
    }

    #carrusel {
        width: 100%;
        text-align: center
    }

    /* .ayudaeme-btns {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        margin: 45px 0 0 0;
        gap: 39px
    } */

    /* .ayudaeme-btns_img {
        background: var(--color-primario);
        width: 140px;
        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: 15px;
        transition: var(--transition250)
    } */

    .elegirnosAb-itemHome {
        width: 350px
    }

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

    .elegirnosAb-title {
        font-size: 22px;
        font-weight: 600
    }

    .elegirnosAb-txt {
        font-weight: 300;
        font-size: 18px;
        margin: 20px 0 0 0
    }

    /* .certificadoWrap-carusel {
        display: flex;
        justify-content: center;
        margin: 45px 0 0 0;
        width: 100%
    }

    .caruselNoso {
        width: 100%;
        padding: 0 0 0 20px;
        display: flex;
        justify-content: center
    } */

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

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

    /* .comillas1 {
        width: 17px;
        position: absolute
    } */

    .certificados-subtitle {
        font-size: 25px;
        color: var(--color-primario);
        font-weight: 500;
        padding: 0 22px
    }

    /* .comillas3 {
        width: 17px;
        position: absolute;
        transform: rotate(180deg);
        margin: -18px 0 0 100px
    }

    .comillas5 {
        width: 17px;
        position: absolute;
        transform: rotate(180deg);
        margin: -21px 0 0 355px
    } */

    .sale1500 {
        display: none
    }

    .certificados-img1 {
        width: 283px;
        height: 131px;
        display: flex;
        justify-content: center;
        overflow: hidden
    }

    .certificados-img1 img {
        width: auto
    }

    .datacontact-2d39 {
        background: var(--color-primario);
        color: #fff;
        width: 84px;
        height: 84px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 34px
    }

    .hogWrap-info {
        background: var(--color-secundario);
        color: #fff;
        text-align: center;
        padding: 17px 10px;
        border-radius: 0 0 20px 20px;
        height: 182px;
        display: flex;
        flex-direction: column;
        gap: 8px
    }

    .beneAg-group {
        width: 100%;
        display: flex;
        justify-content: center;
        color: #fff;
        margin: 35px 0 0 0;
        text-align: center;
        gap: 80px
    }

    .sectores-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 400;
        font-size: 20px;
        margin: 17px 0
    }

    .besec {
        width: 80px;
        margin: 0 0 25px 0
    }

    .presentProd-title {
        font-weight: 600;
        font-size: 28px;
        line-height: 1
    }

    .presentProd-item {
        width: 21%;
        text-align: center
    }

    .presentProd-txt {
        font-size: 18px
    }

    .provaInt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 20px;
        margin: 40px 0 0 0;
        padding: 0 180px;
        transition: var(--transition150)
    }

    .provaInt-item {
        width: 160px;
        height: 160px;
        border-radius: 200px;
        border: 2px solid var(--color-secundario);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 23px 0 23px;
        text-align: center;
        color: var(--color-secundario);
        font-weight: 400;
        font-size: 14px;
        transition: var(--transition150)
    }

    .fullwd {
        width: 100% !important
    }

    .prova-dod9 {
        color: var(--color-secundario);
        font-size: 47px;
        margin: 0 0 4px 0;
        transition: var(--transition150)
    }

    .provaAb {
        background: var(--color-complement1);
        padding: 55px 0 0 0;
        margin: 0
    }

    .sectores-group {
        width: 100%;
        display: flex;
        justify-content: center;
        color: #fff;
        gap: 0 54px;
        margin: 35px 0 0 0
    }

    .sectores-f9f7 {
        font-size: 90px;
        margin: 0 0 12px 0
    }

    .usoglp-item {
        width: 160px;
        height: 160px;
        border-radius: 200px;
        border: 2px solid var(--color-secundario);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 32px 0 32px;
        text-align: center;
        color: var(--color-secundario);
        font-weight: 400;
        font-size: 18px;
        transition: var(--transition150)
    }

    .usoglp-img {
        width: 60px;
        margin: 0 0 13px 0
    }

    .usoglp-item:hover {
        border: 4px solid var(--color-secundario)
    }

    .usoglp-item:hover .usoglp-img {
        width: 50px
    }

    .pedirglp-item {
        color: #fff;
        text-align: center;
        border: 2px solid #fff;
        width: 186px;
        padding: 0 15px 18px 15px;
        border-radius: 18px;
        transition: var(--transition150);
        height: 140px
    }

    .pedirglp-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        align-items: flex-start;
        margin: 55px 0 0 0
    }

    .pedirglp-dd53 {
        font-size: 50px;
        margin: 17px 0 16px 0;
        display: block
    }

    .pedirglp-nro {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.1
    }

    .hogWrap-title {
        font-size: 28px;
        font-weight: 500;
        margin: 0;
        line-height: 1
    }

    .benIn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 55px 0 0 0;
        gap: 57px
    }

    .benIn-item {
        color: var(--color-secundario);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 20px;
        font-weight: 400
    }

    .benIn-dd43 {
        font-size: 90px;
        margin: 0 0 10px 0
    }

    .ejecutivos3a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        width: 100%
    }

    .valorInt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px 23px;
        margin: 30px 0 120px 0;
        transition: var(--transition150)
    }

    .valorInt-item {
        width: 24%;
        height: 190px;
        border-radius: 15px;
        border: 2px solid var(--color-primario);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 20px 20px 20px;
        text-align: center;
        color: var(--color-gray1);
        font-weight: 400;
        font-size: 17px;
        transition: var(--transition150)
    }

    .valor-dod9 {
        color: var(--color-secundario);
        font-size: 80px;
        margin: 0 0 5px 0;
        transition: var(--transition150)
    }

    .balones-group {
        display: flex;
        text-align: center;
        gap: 90px;
        margin: -480px 0 120px 0
    }

    .balones-item {
        width: 250px
    }

    .balones-title {
        font-size: 32px;
        font-weight: 600
    }

    .balones-txt {
        font-size: 19px;
        font-weight: 400
    }

    .balones-subtitle {
        background: var(--color-primario);
        font-weight: 500;
        font-size: 20px;
        width: 100%;
        padding: 10px 0;
        border-radius: 7px;
        margin: 24px auto 10px auto
    }

    .balones-txt {
        font-size: 19px;
        font-weight: 400
    }

    .balones-txt2 {
        width: 100%;
        margin: auto;
        font-size: 18px
    }

    .benc {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 0 40px
    }

    .benc-item {
        color: var(--color-secundario);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 250px;
        text-align: center;
        font-size: 18px
    }

    .benc-d27d {
        font-size: 90px;
        margin: 0 0 15px 0
    }

    .benamb {
        width: 100%;
        background-image: url(../images/beneamb.webp);
        background-size: cover;
        background-position: bottom;
        padding: 74px 0 241px 0;
        margin: 70px 0 -140px 0
    }

    .eleAb-txt {
        color: #fff;
        font-size: 20px;
        text-align: center;
        width: 750px;
        margin: 16px 0 0 0
    }

    .beneamb-img {
        width: 256px;
        height: 186px;
        margin: 0 auto 100px auto;
        background-image: url(../images/beneimg.webp);
        background-position: center;
        background-size: cover
    }

    .nota-txt {
        color: var(--color-gray1);
        font-size: 22px;
        line-height: 1.4
    }

    .nota-detalle {
        width: 64%
    }

    .poliseg-group {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 29px 30px;
        margin: 40px 0 0 0
    }

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

    .beneficiosWrap-title {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        width: 160px;
        line-height: 1
    }

    .beneficiosWrap {
        background: var(--color-secundario);
        display: flex;
        margin: 0 0 50px 0;
        padding: 0 0 0 20px;
        border-radius: 21px;
        align-items: center;
        justify-content: space-between;
        width: 780px
    }

    .sbgrou {
        padding: 0 80px !important
    }
}

@media screen and (max-width:1300px) {
    #carrusel .item {
        width: 90px;
        height: 90px;
        background: #fff;
        border-radius: 20px;
        display: flex;
        align-items: center;
        padding: 5px;
        vertical-align: middle;
        box-sizing: border-box
    }

    .caruselBene {
        width: 574px;
        height: 124px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0 0 10px
    }

    .mapa {
        background: var(--color-complement1);
        padding: 80px 0 235px 0;
        margin: 0 0 -350px 0
    }

    .beneficios {
        background-image: url(../images/curva-pri.webp);
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 355px;
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        justify-content: center
    }

    .beneficiosWrap {
        background: var(--color-secundario);
        display: flex;
        margin: 0 0 30px 0;
        padding: 0 0 0 20px;
        border-radius: 21px;
        align-items: center;
        justify-content: space-between;
        width: 780px
    }

    .footer-mapa {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between
    }

    .footer-wrapBtns {
        display: flex;
        flex-direction: column;
        width: 295px;
        gap: 12px;
        margin: 60px auto 0 auto
    }

    /* .slider-sombra_titleLf {
        width: 900px;
        font-weight: 600;
        font-size: 40px;
        margin: 10px 0 19px 0;
        line-height: 1;
        text-align: center
    }

    .slider-sombra_subtitleLf {
        width: 900px;
        font-size: 20px;
        text-align: center
    }
 */
    .submenu-wrap {
        width: 900px;
        display: flex;
        gap: 20px;
        transition: var(--transition250)
    }

    .Petwrap {
        left: 0;
        position: fixed;
        z-index: 5;
        bottom: 0;
        right: 0;
        margin: 0 auto 0 auto;
        width: 900px;
        display: flex;
        justify-content: flex-end
    }

    .PetwrapA {
        transform: translateY(500px);
        left: 0;
        position: fixed;
        z-index: 6;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 900px;
        display: flex;
        justify-content: flex-end;
        transition: var(--transition250)
    }

    .header-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1160px;
        margin: auto;
        transition: var(--transition250)
    }

    .wroa-animbn {
        width: 900px;
        height: 78px;
        display: flex
    }

    .elegirnosAb-item {
        width: 210px;
        height: 340px;
        overflow: hidden;
        border-radius: 12px
    }

    .provaInt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 20px;
        margin: 40px 0 0 0;
        padding: 0 100px;
        transition: var(--transition150)
    }

    /* .ayudaeme-btns {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin: 45px 0 0 0;
        gap: 0
    } */

    .estamosPop {
        background: #fff;
        width: 311px;
        height: 242px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        padding: 13px;
        border-radius: 20px;
        margin: -64px 0 0 590px;
        position: relative;
        z-index: 4
    }

    .estamosPop-data {
        width: 59%;
        text-align: left
    }

    .estamosPop-title {
        color: var(--color-primario);
        font-weight: 500;
        font-size: 20px;
        line-height: 1
    }

    .estamosPop-txt {
        line-height: 1.2;
        color: var(--color-gray1);
        font-weight: 400;
        margin: 10px 0 9px 0;
        font-size: 15px
    }

    .estamosPop-img {
        width: 40%;
        height: 100%;
        border-radius: 0 15px 15px 0;
        overflow: hidden
    }

    .elegirnosAb-itemHome {
        width: 250px
    }

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

    .elegirnosAb-title {
        font-size: 20px;
        font-weight: 600
    }

    .elegirnosAb-txt {
        font-weight: 300;
        font-size: 16px;
        margin: 10px 0 0 0
    }

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

    .poliseg-item {
        background: var(--color-secundario);
        width: 49%;
        color: #fff;
        font-size: 20px;
        padding: 9px 22px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 7px;
        transition: var(--transition150)
    }

    .novedades-txt {
        padding: 0 30px;
        text-align: center;
        font-size: 22px;
        line-height: 1;
        font-weight: 500;
        height: 68px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .element {
        background-size: cover;
        background-position: top;
        background-image: url(../images/snp2.webp);
        width: 240px;
        height: 95px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        filter: drop-shadow(0 3px 15px rgba(0, 0, 0, .5))
    }

    .element-info {
        font-size: 22px;
        font-weight: 600;
        margin: 14px 0 14px 66px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff
    }

    .element-c8d7 {
        font-size: 30px;
        color: var(--color-secundario);
        transition: var(--transition150)
    }

    .datacontact-2d39 {
        background: var(--color-primario);
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px
    }

    .datacontact-title {
        font-weight: 400;
        color: var(--color-gray1);
        font-size: 16px;
        margin: 7px 0 10px 0
    }

    .datacontact-nro {
        font-size: 20px;
        font-weight: 500;
        color: var(--color-primario)
    }

    .datacontact {
        background: var(--color-complement1);
        padding: 40px 0 10px 0
    }

    .triangulo2 {
        width: 0;
        height: 0;
        border-right: 40px solid transparent;
        border-top: 35px solid var(--color-complement1);
        border-left: 40px solid transparent;
        border-bottom: 0 solid transparent;
        display: block;
        margin: auto
    }

    .consejos-data {
        width: 420px;
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .consejos-img {
        width: 461px;
        background: rgba(0, 0, 0, .2);
        border-radius: 20px;
        margin: 0;
        padding: 75px 0 0 0
    }

    .triangulo3a {
        width: 0;
        height: 0;
        border-right: 40px solid transparent;
        border-top: 35px solid var(--color-secundario);
        border-left: 40px solid transparent;
        border-bottom: 0 solid transparent;
        display: block;
        margin: auto
    }

    .elegirnosAb-itemHogar {
        width: 270px
    }

    .hogWrap-info {
        background: var(--color-secundario);
        color: #fff;
        text-align: center;
        padding: 17px 14px;
        border-radius: 0 0 20px 20px;
        height: 160px
    }

    .hogWrap-txt {
        font-weight: 300;
        font-size: 17px;
        margin: 0;
        line-height: 1
    }

    .hogWrap-title {
        font-size: 23px;
        font-weight: 500;
        margin: 0;
        line-height: 1
    }

    .beneAg-group {
        width: 100%;
        display: flex;
        justify-content: center;
        color: #fff;
        margin: 35px 0 0 0;
        text-align: center;
        gap: 60px
    }

    .triangulo3 {
        width: 0;
        height: 0;
        border-right: 40px solid transparent;
        border-top: 35px solid var(--color-complement1);
        border-left: 40px solid transparent;
        border-bottom: 0 solid transparent;
        display: block;
        margin: auto
    }

    .pedirglp-title {
        margin: 0;
        font-size: 15px;
        font-weight: 400
    }

    .triangulo1 {
        width: 0;
        height: 0;
        border-right: 40px solid transparent;
        border-top: 35px solid var(--color-secundario);
        border-left: 40px solid transparent;
        border-bottom: 0 solid transparent;
        display: block;
        margin: auto
    }

    .valor-dod9 {
        color: var(--color-secundario);
        font-size: 62px;
        margin: 0 0 5px 0;
        transition: var(--transition150)
    }

    .valorInt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 10px;
        margin: 30px 0 120px 0;
        transition: var(--transition150)
    }

    .valorInt-item {
        width: 24%;
        height: 154px;
        border-radius: 15px;
        border: 1px solid var(--color-primario);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 8px 20px 8px;
        text-align: center;
        color: var(--color-gray1);
        font-weight: 400;
        font-size: 14px;
        transition: var(--transition150)
    }

    .valorInt-item:hover {
        border: 1px solid var(--color-secundario);
        font-size: 17px
    }

    .ejecutivos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0 0;
        gap: 80px 40px;
        width: 100%
    }

    .sectores-group {
        width: 100%;
        display: flex;
        justify-content: center;
        color: #fff;
        gap: 0 36px;
        margin: 35px 0 0 0
    }

    .sectores-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 400;
        font-size: 18px;
        margin: 17px 0
    }

    .sectores-f9f7 {
        font-size: 70px;
        margin: 0 0 12px 0
    }

    .ayudaeme-txtAb {
        color: #fff;
        font-size: 20px;
        text-align: center;
        width: 725px;
        margin: 15px 0 0 0
    }

    .ejecutivos2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0 0;
        width: 100%;
        gap: 75px 30px
    }

    .sbgrou {
        padding: 0 0 !important
    }

    .content-mision {
        width: 75%
    }
}

@media screen and (max-width:960px) {
    .sale960 {
        display: none !important
    }

    h1 {
        font-size: 32px;
        line-height: 1
    }

    h2 {
        font-size: 27px;
        line-height: 1
    }

    .slider-sombra_title {
        width: 550px;
        font-weight: 600;
        font-size: 35px;
        margin: 10px 0 19px 0;
        line-height: 1
    }

    .provaInt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 20px;
        margin: 40px 0 0 0;
        padding: 0 20px;
        transition: var(--transition150)
    }

    .beneficiosWrap {
        background: var(--color-secundario);
        display: flex;
        margin: 0 0 50px 0;
        padding: 20px 0 11px 4px;
        border-radius: 21px;
        align-items: center;
        justify-content: space-between;
        width: 300px;
        gap: 0;
        flex-direction: column
    }

    .beneficiosWrap-title {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        width: 100%;
        text-align: center;
        line-height: 1;
        padding: 0 20px;
        margin: 0 0 20px 0
    }

    .mapa {
        background: var(--color-complement1);
        padding: 80px 0 235px 0;
        margin: 0 0 -260px 0
    }

    .caruselBene {
        width: 300px;
        height: auto;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 10px
    }

    .valorInt-item {
        width: 48%;
        height: 169px;
        border-radius: 15px;
        border: 1px solid var(--color-primario);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 13px 20px 13px;
        text-align: center;
        color: var(--color-gray1);
        font-weight: 400;
        font-size: 17px;
        transition: var(--transition150)
    }

    .slider-sombra_subtitle {
        width: 450px;
        font-size: 20px
    }

    .wroa-animbn {
        width: 600px;
        height: 78px;
        display: flex
    }

    .cargaini-wrap {
        width: 200px;
        text-align: center;
        margin: 0 0 130px 0
    }

    .cargaini-txt {
        font-weight: 500;
        color: var(--color-primario);
        font-size: 20px;
        margin: 15px 0 25px 0;
        line-height: 1
    }

    .datosHome-item {
        width: 200px;
        height: 150px;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff
    }

    .datosHome-item_nro {
        font-weight: 600;
        font-size: 38px;
        margin: 24px 0 0 45px
    }

    .datosHome-item_title {
        font-size: 26px;
        font-weight: 500;
        margin: -11px 0 0 0
    }

    .datosHome-item_txt {
        font-size: 18px;
        width: 160px;
        padding: 0 6px
    }

    .cntr {
        text-align: center;
        display: flex;
        justify-content: center;
        width: 600px
    }

    .elegirnosHome-subwrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin: 29px 0 0 0;
        gap: 35px
    }

    .elegirnosHome-item {
        background: #fff;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 23px;
        border-radius: 17px
    }

    .elegirnosAb-item {
        width: 260px;
        height: 400px
    }

    .ayudaeme-pop {
        background: var(--color-primario);
        width: 276px;
        height: 239px;
        padding: 0 16px 28px 16px;
        color: var(--color-primario-light);
        border-radius: 20px;
        position: absolute;
        margin: 25px 0 0 0;
        text-align: center;
        transition: var(--transition250);
        font-size: 16px
    }

    .ayudimg {
        width: 85px;
        margin: auto;
        border-radius: 100px
    }

    .ayuPop-dd0d9 {
        transition: var(--transition150);
        width: 36px;
        height: 36px;
        z-index: 5;
        position: absolute;
        margin: -13px 0 0 -32px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        color: var(--color-secundario-dark);
        background: var(--color-secundario-light);
        cursor: pointer
    }

    .suscripcionFooter-title {
        background: var(--color-primario);
        color: #fff;
        padding: 7px 10px;
        border-radius: 5px;
        margin: -19px auto 14px auto
    }

    .suscripcionFooter-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 11px
    }

    .suscripcionFooter-txt {
        width: 100%;
        text-align: center;
        font-size: 15px;
        color: var(--color-primario);
        font-weight: 400
    }

    .suscripcionFooter-mail {
        width: 100%
    }

    .footer-mapa {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: 30px
    }

    .mapa-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }

    

    .others-option {
        display: flex;
        gap: 28px
    }

    .others-redes {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 40px 0 0 0
    }

    .footer-legal {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 12px
    }

    .header-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        transition: var(--transition250)
    }

    .navWrap-btNav,
    .slider-pie,
    .slider-pie_wrap {
        display: none
    }

    .slider-pie_bg {
        display: none !important
    }

    .navMob {
        display: flex
    }

    .slider>ul {
        position: absolute;
        bottom: 40px;
        left: 50%;
        z-index: 4;
        padding: 0;
        margin: 0;
        transform: translateX(-50%)
    }

    .slider-sombra {
        width: 100%;
        height: 100%;
        padding: 0 0 100px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
        color: #fff
    }

    .slider,
    .slider>div {
        background-position: center center;
        display: block;
        width: 100%;
        height: 100vh;
        min-height: 600px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #000;
        overflow: hidden;
        -moz-transition: transform .4s;
        -o-transition: transform .4s;
        -webkit-transition: transform .4s;
        transition: transform .4s
    }

    body.fixed .header-wrap {
        width: 90%
    }

    .datosHome {
        background: var(--color-complement1);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 35px 0 45px 0
    }

    .elegirnosAb-itemHome {
        width: 275px
    }

    .elegirnosAb-title {
        font-size: 27px;
        font-weight: 500
    }

    .elegirnosAb-txt {
        font-weight: 300;
        font-size: 17px;
        margin: 13px 0 0 0
    }

    .certificados-wrapinfo {
        width: 100%;
        order: 2
    }

    /* .comillas1 {
        width: 30px;
        position: absolute;
        margin: -5px 0 0 65px
    } */

    .certificados-subtitle {
        font-size: 25px;
        color: var(--color-primario);
        font-weight: 500;
        padding: 0 39px;
        text-align: center
    }

    /* .comillas2 {
        width: 30px;
        position: absolute;
        transform: rotate(180deg);
        margin: -29px 0 0 447px
    } */

    .certificados-nota {
        color: var(--color-gray1);
        width: 100%;
        margin: 13px 0 0 0;
        text-align: center
    }

    /* .comillas4 {
        margin: -5px 0 0 33px !important
    } */

    .poliseg-item {
        background: var(--color-secundario);
        width: 100%;
        color: #fff;
        font-size: 23px;
        padding: 10px 22px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 7px;
        transition: var(--transition150)
    }

    .poliseg-repo-item {
        width: 100%;
        color: #fff;
        font-size: 18px
    }

    /* .comillas3 {
        width: 30px;
        position: absolute;
        transform: rotate(180deg);
        margin: -29px 0 0 555px
    }

    .comillas5 {
        width: 30px;
        position: absolute;
        transform: rotate(180deg);
        margin: -21px 0 0 455px
    } */

    /* .slider-sombra_titleLf {
        width: 600px;
        font-weight: 600;
        font-size: 35px;
        margin: 10px 0 19px 0;
        line-height: 1;
        text-align: center
    }

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

    /* .novedades-itemWrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: 25px 0;
        margin: 70px 0 50px 0
    } */

    .novedades-btn {
        width: 48%;
        background: var(--color-primario);
        color: #fff;
        border-radius: 14px;
        overflow: hidden;
        transition: var(--transition150)
    }

    .nota-detalle {
        width: 100%
    }

    .nota-txt {
        color: var(--color-gray1);
        font-size: 22px;
        line-height: 1.4
    }

    .otherNota {
        width: 100%;
        position: relative;
        top: 0;
        height: auto;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 30px 0 0 0
    }

    .novedades-btn_other {
        background: var(--color-primario);
        display: flex;
        flex-direction: column;
        color: #fff;
        margin: 20px 0 20px 0;
        border-radius: 20px;
        overflow: hidden;
        transition: var(--transition150);
        width: 48%
    }

    .datacontact-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 20px 0;
        width: 48%
    }

    .datawtf {
        width: 100% !important
    }

    .ayudaemeCont {
        width: 100%;
        height: 100vh;
        min-height: 890px;
        background-image: url(../images/bn-preguntas.webp);
        background-size: cover;
        background-position: center;
        margin: 0 0 -468px 0
    }

    .consejos-data {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .consejos-img {
        width: 100%;
        background: rgba(0, 0, 0, .2);
        border-radius: 20px;
        margin: 40px 0 0 0
    }

    .triangulo2 {
        width: 0;
        height: 0;
        border-right: 30px solid transparent;
        border-top: 25px solid var(--color-complement1);
        border-left: 30px solid transparent;
        border-bottom: 0 solid transparent;
        display: block;
        margin: auto
    }

    .triangulo3a {
        width: 0;
        height: 0;
        border-right: 30px solid transparent;
        border-top: 25px solid var(--color-secundario);
        border-left: 30px solid transparent;
        border-bottom: 0 solid transparent;
        display: block;
        margin: auto
    }

    .beneficiosInt {
        background-image: url(../images/bn-beneficios.webp);
        background-size: cover;
        background-position: center;
        width: 100%;
        /* height: auto;
        min-height: 100vh */
    }

    .beneficiosInt-shd {
        width: 100%;
        height: auto;
        /* min-height: 100vh; */
        background: rgba(0, 0, 0, .5)
    }

    .beneWr-data {
        padding: 0 10%;
        flex-direction: column;
        align-items: center;
        margin: 40px 0 80px 0;
        width: 100%
    }

    .beneWr-itemWrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
        margin: 10px 0 20px 0;
        width: 100%
    }

    .beneWr-item {
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 22px 0;
        border-radius: 20px
    }

    .beneWr-select {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 800px 0 70px 0
    }

    .Petwrap {
        left: 0;
        position: fixed;
        z-index: 3;
        bottom: 0;
        right: 0;
        margin: 0 auto 0 auto;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .hogWrap {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 45px 0 0 0;
        gap: 0;
        position: relative;
        z-index: 2
    }

    .elegirnosAb-itemHogar {
        width: 280px
    }

    .hogWrap-info {
        background: var(--color-secundario);
        color: #fff;
        text-align: center;
        padding: 20px 20px;
        border-radius: 0 0 20px 20px;
        height: auto
    }

    .beneAg-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #fff;
        margin: 35px 0 0 0;
        text-align: center;
        gap: 35px 0
    }

    .sectores-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 400;
        font-size: 18px;
        margin: 25px 0;
        width: 16%
    }

    .presentProd-group {
        display: flex;
        width: 75%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: 50px 0;
        margin: -180px 0 0 0
    }

    .presentProd-item {
        width: 48%;
        text-align: center
    }

    .triangulo1 {
        width: 0;
        height: 0;
        border-right: 30px solid transparent;
        border-top: 25px solid var(--color-secundario);
        border-left: 30px solid transparent;
        border-bottom: 0 solid transparent;
        display: block;
        margin: auto
    }

    .certificados-title {
        width: 100%;
        text-align: center;
        color: var(--color-primario)
    }

    .triangulo3 {
        width: 0;
        height: 0;
        border-right: 30px solid transparent;
        border-top: 25px solid var(--color-complement1);
        border-left: 30px solid transparent;
        border-bottom: 0 solid transparent;
        display: block;
        margin: auto
    }

    .pedirglp-item {
        color: #fff;
        text-align: center;
        border: 2px solid #fff;
        width: 100%;
        padding: 0 25px 21px 25px;
        border-radius: 20px;
        transition: var(--transition150);
        height: auto
    }

    .pedirglp-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 55px 0 0 0;
        gap: 31px
    }

    .benc {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        gap: 0 0
    }

    .benc-item {
        color: var(--color-secundario);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        text-align: center;
        font-size: 18px
    }

    .benc-d27d {
        font-size: 75px;
        margin: 0 0 15px 0
    }

    .benIn {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin: 55px 0 0 0;
        gap: 40px 0
    }

    .benIn-item {
        color: var(--color-secundario);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        width: 19%
    }

    .balones {
        background: var(--color-secundario);
        color: #fff;
        padding: 0 0 85px 0;
        position: relative
    }

    .aplica {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-wrap: wrap
    }

    

    .ejecutivos2-item {
        width: 280px;
        transition: var(--transition150)
    }

    .bgcnt {
        justify-content: center !important
    }

    .balones-group {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        gap: 90px;
        margin: -272px 0 120px 0
    }

    .balones-item {
        width: 100%
    }

    .balones-img {
        width: 200px;
        margin: auto
    }

    .balones-txt2 {
        width: 100%;
        margin: auto;
        font-size: 22px
    }

    .ejecutivos-item {
        width: 47%;
        transition: var(--transition150)
    }

    .pvalorAb {
        padding: 55px 0 130px 0;
        margin: 0 0 -480px 0;
        background-image: url(../images/bgvalor.webp);
        background-position: center;
        background-size: cover
    }

    .Petwrap {
        left: 0;
        position: fixed;
        z-index: 3;
        bottom: 0;
        right: 0;
        margin: 0 auto 0 auto;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .PetwrapA {
        transform: translateY(500px);
        left: 0;
        position: fixed;
        z-index: 5;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        transition: var(--transition250)
    }

    .sectores-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #fff;
        margin: 35px 0 0 0
    }

    .ejecutivos2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px 0 0 0;
        width: 100%;
        gap: 60px 0
    }

    .ejecutivos2 .ejecutivos2-item {
        width: 280px;
        transition: var(--transition150)
    }

    .eleAb-txt {
        color: #fff;
        font-size: 18px;
        text-align: center;
        width: 100%;
        margin: 16px 0 0 0
    }

    .planper-item {
        width: 100%;
        text-align: center
    }

    .bgaplic-wrap {
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
        min-height: 730px
    }

    .aplica-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #fff;
        margin: 35px 0 150px 0
    }

    .chtxt {
        width: 90%
    }

    .estamosPop {
        background: #fff;
        width: 400px;
        height: 242px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        padding: 13px;
        border-radius: 20px;
        margin: -179px 0 0 0;
        position: relative;
        z-index: 4
    }

    .triEstamos {
        display: none
    }

    .llevamos-title {
        width: 100%;
        text-align: center;
        color: #fff
    }

    #carrusel2 {
        width: 550px;
        text-align: center;
        margin: 30px 0 0 0;
        padding: 0 0 0 12px
    }

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

    
    .submenu-wrap {
        width: 90%;
        display: flex;
        gap: 20px;
        transition: var(--transition250)
    }

    .submenu-btn {
        background-position: center;
        background-size: cover;
        width: 31%;
        height: 170px;
        color: #fff;
        border-radius: 16px;
        font-size: 22px;
        overflow: hidden;
        transition: var(--transition250);
        border: 0 solid #fff
    }

    .submenu-wrap {
        width: 90%;
        display: flex;
        justify-content: center;
        gap: 10px;
        transition: var(--transition250)
    }

    /* .ayudaeme-btns {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin: 45px 0 0 0;
        gap: 30px 0
    } */

    .content-mision {
        width: 90%;
        display: flex;
        flex-direction: column
    }

    .content-mision .mision-image {
        position: relative;
        max-width: 360px;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0 auto
    }

    #contact-modal .modal-content {
        width: 90%
    }
}

@media screen and (max-width:650px) {
    .sale650 {
        display: none
    }

    .header-datanav {
        display: none
    }

    .header-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        transition: var(--transition250)
    }

    .infoLogo-f9f7 {
        font-size: 60px;
        transition: var(--transition250)
    }

    .suscripcionFooter-mail {
        width: 300px
    }

    .suscripcionFooter-info .design-check-view2 {
        width: 288px;
        margin: 0 0 0 10px
    }

    .suscripcionFooter-txt {
        width: 100%;
        text-align: center;
        font-size: 15px;
        color: var(--color-primario);
        font-weight: 400;
        padding: 0 53px
    }

    .header {
        background: #fff;
        box-shadow: 0 9px 22px -4px rgba(0, 0, 0, .3);
        border-radius: 0 0 22px 22px;
        padding: 3px 0 4px 0;
        position: fixed;
        width: 100%;
        z-index: 9;
        transition: var(--transition250)
    }

    /* .awards-wrap_int {
        width: 90%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .awards-wrap_int .huella {
        text-align: center;
        position: relative;
        top: 0;
        width: 172px;
        margin: 0 auto
    }

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

    .slider>ul {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 4;
        padding: 0;
        margin: auto;
        display: flex;
        transform: translateX(0);
        justify-content: center
    }

    .slider>ul>li {
        padding: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        list-style: none;
        float: left;
        margin: 0 6px;
        cursor: pointer;
        background: #fff;
        border: 1px solid var(--color-primario);
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    .slider-sombra_title {
        width: 100%;
        font-weight: 600;
        font-size: 30px;
        margin: 10px 0 19px 0;
        line-height: 1
    }

    .slider-sombra_subtitle {
        width: 100%;
        font-size: 18px;
        padding: 0 20px
    }

    .datosHome {
        background: var(--color-complement1);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 35px 0 45px 0;
        flex-direction: column
    }

    .v2 {
        background-image: url(../images/v2.webp);
        margin: -20px 0 -20px 0;
        filter: drop-shadow(0 3px 15px rgba(0, 0, 0, .4));
        position: relative;
        z-index: 2
    }

    .cntr {
        text-align: center;
        display: flex;
        justify-content: center;
        width: 300px
    }

    .mapaWrap-title {
        display: none
    }

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

    .copyright {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: var(--color-gray1);
        padding: 10px 0 13px 0;
        background: #fff;
        position: relative;
        z-index: 6
    }

    .llevamos-item {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: top
    }

    .others-option {
        display: flex;
        gap: 0;
        justify-content: space-between;
        width: 100%
    }

    .others-lipigas {
        margin: 40px auto 0 auto
    }

    .copyright {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: var(--color-gray1);
        padding: 10px 0 13px 0;
        background: #fff;
        position: relative;
        z-index: 6
    }

   /*  #carruselNoso {
        width: 300px;
        text-align: center
    }
 */
    .preload-limagas {
        color: #fff;
        font-size: 90px
    }

    /* .certificadoWrap-carusel {
        display: flex;
        justify-content: center;
        margin: 45px 0 0 0
    } */

    .elegirnosAb-itemHome {
        width: 100%;
        padding: 0 0 0 10px
    }

    /* .caruselNoso {
        width: 100%;
        padding: 0 7px 0 0;
        display: flex;
        justify-content: center
    } */

    .poliseg-item {
        background: var(--color-secundario);
        width: 100%;
        color: #fff;
        font-size: 18px;
        padding: 10px 100px 10px 22px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 7px;
        transition: var(--transition150)
    }

    /* .comillas1 {
        width: 20px;
        position: absolute;
        margin: 1px 0 0 14px
    } */

    .certificados-subtitle {
        font-size: 21px;
        color: var(--color-primario);
        font-weight: 500;
        padding: 0 25px;
        text-align: center
    }

    /* .comillas2 {
        width: 20px;
        position: absolute;
        transform: rotate(180deg);
        margin: -21px 0 0 185px
    } */

    .certificados-nota {
        color: var(--color-gray1);
        width: 100%;
        margin: 13px 0 0 0;
        text-align: center;
        font-size: 16px
    }

    .certificados-img2 {
        width: 100%
    }

   /*  .comillas4 {
        margin: 0 0 0 4px !important;
        font-size: 33px !important
    } */

    .limagas-imgroup {
        width: 100%;
        height: 339px;
        background-image: url(../images/limagas.webp);
        background-position: center;
        background-size: cover
    }

    .nota-txt {
        color: var(--color-gray1);
        font-size: 19px;
        line-height: 1.4
    }

    .ayudaeme-pop {
        background: var(--color-primario);
        width: 300px;
        height: 239px;
        padding: 0 16px 28px 16px;
        color: var(--color-primario-light);
        border-radius: 20px;
        position: absolute;
        margin: 25px 0 0 0;
        text-align: center;
        transition: var(--transition250);
        font-size: 16px
    }

    .ayudaeme-wrap .ayudaeme-pop {
        padding: 20px 12px 0 12px !important
    }

    /* .comillas3 {
        width: 20px;
        position: absolute;
        transform: rotate(180deg);
        margin: -21px 0 0 258px
    }

    .comillas5 {
        width: 20px;
        position: absolute;
        transform: rotate(180deg);
        margin: -21px 0 0 230px
    } */

    .novedades-btn {
        width: 100%;
        background: var(--color-primario);
        color: #fff;
        border-radius: 14px;
        overflow: hidden;
        transition: var(--transition150)
    }

    .novedades-btn_other {
        background: var(--color-primario);
        display: flex;
        flex-direction: column;
        color: #fff;
        margin: 20px 0 20px 0;
        border-radius: 20px;
        overflow: hidden;
        transition: var(--transition150);
        width: 100%
    }

    .datacontact-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 20px 0;
        width: 48%
    }

    .hogWrap {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin: 45px 0 0 0;
        gap: 35px;
        position: relative;
        z-index: 2
    }

    .ayudaemeCont {
        width: 100%;
        height: 100vh;
        min-height: 1379px;
        background-image: url(../images/bn-preguntas.webp);
        background-size: cover;
        background-position: center;
        margin: 0 0 -468px 0
    }

    .conejos-txt {
        width: 90%;
        padding: 14px;
        font-size: 16px;
        color: var(--color-primario)
    }

    

    .benIn-item {
        color: var(--color-secundario);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        width: 46%
    }

    .benIn-dd43 {
        font-size: 70px;
        margin: 0 0 8px 0
    }

    .lideres {
        background-image: url(../images/curva-sec.webp);
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 550px;
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        justify-content: center;
        margin: 0 0 -100px 0;
        position: relative
    }

    .aplica {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap
    }

    .ayudaeme1-txt {
        color: var(--color-primario);
        font-size: 18px;
        text-align: center;
        width: 100%;
        margin: 16px 0 0 0
    }

    /* .reqbg {
        background: var(--color-primario);
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 18px;
        padding: 19px 20px;
        border-radius: 80px;
        margin: 20px 0 0 0
    } */

    .ejecutivos3a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        width: 100%
    }

    .ejecutivos2-item {
        width: 100%;
        transition: var(--transition150)
    }

    .besec {
        width: 65px;
        margin: 0 0 11px 0
    }

    .wroa-animbn {
        width: 300px;
        height: 78px;
        display: flex
    }

    h1 {
        font-size: 26px;
        line-height: 1.1
    }

    h2 {
        font-size: 22px;
        line-height: 1.1
    }

    .elegirnosAb-item {
        width: 300px;
        height: 400px
    }

    #carrusel2 {
        width: 300px;
        text-align: center;
        margin: 30px 0 0 0;
        padding: 0
    }

    .presentProd-group {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: 50px 0;
        margin: -225px 0 0 0
    }

    .presentProd-item {
        width: 100%;
        text-align: center
    }

    .bln1 {
        margin: 0 0 -200px 0
    }

    .bln2 {
        margin: 0 0 -200px 0
    }

    .valorInt-item {
        width: 100%
    }

    .pvalorAb {
        padding: 55px 0 295px 0;
        margin: 0 0 -480px 0;
        background-image: url(../images/bgvalor.webp);
        background-position: center;
        background-size: cover
    }

    .ejecutivos-item {
        width: 100%;
        transition: var(--transition150)
    }

    .ejecutivos2 .ejecutivos2-item {
        width: 100%;
        transition: var(--transition150)
    }

    .benc {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 40px
    }

    .benc-item {
        color: var(--color-secundario);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
        font-size: 21px
    }

    .ayudaeme-txt {
        color: #fff;
        font-size: 18px;
        text-align: center;
        width: 100%;
        margin: 16px 0 0 0
    }

    .ejecutivos3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0 0;
        width: 100%
    }

    .trabaja-wrap1 {
        width: 100%;
        margin: 8px 0
    }

    .trabaja-wrap2 {
        width: 100%;
        margin: 8px 0
    }

    .navmobint {
        background: #fff;
        position: fixed;
        width: 100%;
        padding: 85px 5% 31px 5%;
        display: flex;
        flex-direction: column;
        gap: 10px 0;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
        z-index: 8
    }

    .mapaWrap {
        width: 300px;
        height: 435px;
        background: url(../images/mapa.webp);
        background-size: cover;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .point1 {
        position: absolute;
        margin: -187px 251px 0 0;
        cursor: pointer
    }

    .point1fl {
        width: 32px;
        position: absolute;
        margin: -23px 0 0 -2px;
        z-index: 2
    }

    .point1on {
        width: 48px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point2 {
        position: absolute;
        margin: -134px 248px 0 0;
        cursor: pointer
    }

    .point2fl {
        width: 32px;
        position: absolute;
        margin: -17px 0 0 7px;
        z-index: 2
    }

    .point2on {
        width: 33px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point3 {
        position: absolute;
        margin: -59px 193px 0 0;
        cursor: pointer
    }

    .point3fl {
        width: 32px;
        position: absolute;
        margin: -12px 0 0 13px;
        z-index: 2
    }

    .point3on {
        width: 66px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point4 {
        position: absolute;
        margin: 124px 160px 0 0;
        cursor: pointer
    }

    .point4fl {
        width: 32px;
        position: absolute;
        margin: 4px 0 0 17px;
        z-index: 2
    }

    .point4on {
        width: 56px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point5 {
        position: absolute;
        margin: 240px 142px 0 0;
        cursor: pointer
    }

    .point5fl {
        width: 32px;
        position: absolute;
        margin: 0 0 0 8px;
        z-index: 2
    }

    .point5on {
        width: 39px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point6 {
        position: absolute;
        margin: 196px 41px 0 0;
        cursor: pointer
    }

    .point6fl {
        width: 32px;
        position: absolute;
        margin: 12px 0 0 31px;
        z-index: 2
    }

    .point6on {
        width: 82px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point7 {
        position: absolute;
        margin: 324px 53px 0 0;
        cursor: pointer
    }

    .point7fl {
        width: 32px;
        position: absolute;
        margin: -13px 0 0 37px;
        z-index: 2
    }

    .point7on {
        width: 96px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point8 {
        position: absolute;
        margin: 287px 6px 0 0;
        cursor: pointer
    }

    .point8fl {
        width: 32px;
        position: absolute;
        margin: 14px 0 0 11px;
        z-index: 2
    }

    .point8on {
        width: 52px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point9 {
        position: absolute;
        margin: 401px 23px 0 0;
        cursor: pointer
    }

    .point9fl {
        width: 32px;
        position: absolute;
        margin: -11px 0 0 3px;
        z-index: 2
    }

    .point9on {
        width: 37px;
        opacity: 0;
        transition: var(--transition250)
    }

    .point-data {
        transition: var(--transition250);
        background: #fff;
        padding: 35px;
        border-radius: 22px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        gap: 30px;
        z-index: 4;
        box-shadow: 0 -16px 29px -8px rgba(0, 0, 0, .3)
    }

    .point-item {
        width: 100%
    }

    .point-d9d8 {
        cursor: pointer;
        transition: var(--transition250);
        width: 38px;
        height: 38px;
        background: var(--color-primario);
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 200px;
        font-size: 25px;
        position: absolute;
        margin: -57px 0 0 -6px
    }

    .mapa {
        background: var(--color-complement1);
        padding: 40px 0 410px 0;
        margin: 0 0 -472px 0
    }

    .sbgrou {
        justify-content: space-between !important
    }

    .sbgrouv2 {
        justify-content: center !important
    }

    .conocemonwrap {
        display: flex;
        width: 300px;
        margin: 0 auto 30px auto
    }

    .conocemob {
        color: var(--color-primario);
        font-weight: 400;
        text-align: center;
        font-size: 22px;
        padding: 0 31px
    }

    .lideres2 {
        background-image: url(../images/curva-pri.webp);
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 555px;
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        justify-content: center;
        margin: 0 0 -60px 0;
        position: relative
    }

    .beneAg-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #fff;
        margin: 35px 0 0 0;
        text-align: center;
        gap: 12px 0
    }

    .sectores-item {
        width: 45%
    }

    .planper-item {
        width: 100%;
        text-align: center;
        padding: 0
    }

    .aplica-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #fff;
        margin: 35px 0 150px 0;
        gap: 0
    }

    /* .slider-sombra-int {
        padding: 0 0 125px 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
        color: #fff
    } */

    .sectores-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #fff;
        gap: 0;
        margin: 35px 0 0 0
    }

    .usoglp-item {
        width: 140px;
        height: 140px;
        border-radius: 200px;
        border: 2px solid var(--color-secundario);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 32px 0 32px;
        text-align: center;
        color: var(--color-secundario);
        font-weight: 400;
        font-size: 17px;
        transition: var(--transition150)
    }

    .usoglp-img {
        width: 45px;
        margin: 0 0 13px 0
    }

    #main-home img {
        width: 100%
    }

    .ejecutivo-en-linea-title h5 {
        font-size: 35px
    }

    .nuestros-valores .lideres {
        margin: 0 0 -520px 0
    }

    #contact-modal .modal-body form .row {
        flex-direction: column
    }

    #contact-modal .contact-methods {
        gap: 0;
        justify-content: space-between
    }
}
