/*
    FOOTER
 */
.footer__wrapper {
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 400;
    display: flex;
    flex-flow: column nowrap
}

.copyright {
    background-color: #f0f0f0;
    padding: 1rem;
    padding: 24px 1rem
}

.copyright__wrapper {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 16px
}

@media only screen and (min-width: 48.0625em) {
    .copyright__wrapper {
        grid-auto-flow:column;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (min-width: 62.25em) {
    .copyright__wrapper {
        justify-content:space-between
    }
}

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

@media only screen and (min-width: 48.0625em) {
    .copyright__copy {
        justify-content:center;
        flex-basis: 100%
    }
}

@media only screen and (min-width: 62.25em) {
    .copyright__copy {
        justify-content:initial;
        flex-basis: auto
    }
}

.copyright__icon {
    height: 20px;
    width: 35px
}

.copyright__links {
    list-style: none;
    display: grid;
    grid-gap: 2rem;
    grid-auto-flow: inherit
}

.copyright__link {
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 700
}

.links {
    background-color: #fff;
    padding: 1rem;
    padding: 0 1rem
}

@media only screen and (min-width: 48.0625em) {
    .links {
        padding:40px 1rem
    }
}

.links__wrapper {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 48.0625em) {
    .links__wrapper {
        display:flex;
        flex-direction: row;
        justify-content: center;
        gap: 48px
    }
}

@media only screen and (min-width: 62.25em) {
    .links__wrapper {
        justify-content:space-between
    }
}

.links__block {
    border-bottom: 1px solid #e1e1e1
}

@media only screen and (min-width: 48.0625em) {
    .links__block {
        border:none
    }
}

.links__label {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 16px 16px 16px 0
}

@media only screen and (min-width: 48.0625em) {
    .links__label {
        padding:8px 0;
        pointer-events: none;
        touch-action: none
    }
}

.links__title {
    font-weight: 700;
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 700;
    text-transform: uppercase
}

#h3_linksTitle{
    font-weight: 700;
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 700;
    text-transform: uppercase
}

.links__icon {
    transition: transform .2s linear 0s
}

.links__icon--open {
    transform: rotate(180deg)
}

.links__icon.links__icon::before {
    font-size: 16px
}

@media only screen and (min-width: 48.0625em) {
    .links__icon--arrow {
        display:none
    }
}

.links__icon--rrss {
    color: #6a6a6a;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.links__list {
    list-style: none
}

@media only screen and (min-width: 48.0625em) {
    .links__list.links__list {
        display:initial!important;
        opacity: 1
    }
}

.links__list li {
    padding: 16px 0
}

@media only screen and (min-width: 48.0625em) {
    .links__list li {
        padding:4px 0
    }
}

.links__link {
    display: block;
    text-decoration: none;
    color: inherit
}

.links__link--icon {
    display: grid;
    grid-gap: 8px;
    grid-auto-flow: column;
    justify-content: flex-start
}

.links__link--icon:hover .instagram-big {
    color: #b7388d
}

.links__link--icon:hover .facebook-big {
    color: #3b5998
}

.links__link--icon:hover .twitter-big {
    color: #55acee
}

.links__link--icon:hover .youtube-big {
    color: #b00
}

.links__link--icon:hover .pinterest-big {
    color: #cb2027
}

.links__link--icon:hover .tiktok-big {
    color: #69c9d0
}

.logos {
    background-color: #fff;
    padding: 1rem
}

.logos__wrapper {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 64px
}

@media only screen and (min-width: 48.0625em) {
    .logos__wrapper {
        justify-content:center;
        align-items: center;
        gap: 24px
    }
}

@media only screen and (min-width: 62.25em) {
    .logos__wrapper {
        flex-direction:row;
        justify-content: space-between
    }
}

.logos__section {
    width: 100%;
    display: grid;
    grid-gap: 24px;
    justify-items: start;
    grid-auto-flow: row
}

@media only screen and (min-width: 48.0625em) {
    .logos__section {
        width:auto;
        grid-auto-flow: column
    }
}

.logos__section--grid {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-items: center
}

@media only screen and (min-width: 48.0625em) {
    .logos__section--grid {
        grid-template-columns:repeat(4,1fr)
    }
}

@media only screen and (min-width: 62.25em) {
    .logos__section--grid {
        display:flex;
        flex-direction: row
    }
}

.logos__logo {
    font-weight: 700;
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 700;
    display: block;
    text-decoration: none;
    color: inherit;
    min-height: 18px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    justify-content: center;
    align-items: center;
    gap: 9.6px
}

.logos__logo svg {
    height: 11px;
    width: auto;
    min-width: 24px
}

.logos__logo svg .click>path {
    fill: #539547
}

.logos__logo svg .and-collect>path {
    fill: #222220
}

.logos__logo svg .cnc-eci-logo {
    fill: #3a8244
}

.logos__icon.logos__icon {
    color: #00862d;
    font-size: 24px;
    display: flex;
    height: 18px;
    align-items: center
}

.logos__icon--att-cliente {
    margin: 0 -1.5px
}

.newsletter {
    background-color: #fff;
    padding: 1rem;
    padding: 2rem 1rem
}

.newsletter__wrapper {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 2rem 0
}

.newsletter__wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0f0f0
}

.newsletter__wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1080px;
    height: 2px;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0f0f0
}

.newsletter__form {
    display: grid;
    grid-gap: 1.5rem;
    width: 100%;
    max-width: 510px
}

.newsletter__form-title {
    font-family: ECI-TITLE;
    font-size: 1.5rem;
    text-align: center
}

@media only screen and (min-width: 62.25em) {
    .newsletter__form-title {
        font-size:2.5rem
    }
}

.newsletter__form-subtitle {
    font-family: ECI-TEXT;
    font-size: .875rem;
    text-align: center
}

.newsletter__form-email {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr min-content;
    grid-template-rows: auto minmax(1rem,auto);
    row-gap: .3rem
}

@media only screen and (min-width: 48.0625em) {
    .newsletter__form-email {
        padding:0 .5rem
    }
}

.newsletter__form-email-input {
    flex: 1;
    height: 2rem;
    padding: .25rem 1rem;
    font-family: ECI-TEXT;
    font-size: .813rem;
    border: solid 1px #000;
    min-width: 8rem
}

@media only screen and (min-width: 48.0625em) {
    .newsletter__form-email-input {
        height:3rem;
        padding: .5rem 1rem
    }
}

.newsletter__form-email-input::placeholder {
    color: #8f8f8f;
    opacity: 1
}

.newsletter__form-email-input--error {
    border-color: #e21e04
}

.newsletter__form-email-button {
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 400;
    font-size: .813rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #242424;
    color: #fff;
    height: 2rem;
    padding: .25rem 1.5rem;
    cursor: pointer;
    border: none;
    outline: 0
}

@media only screen and (min-width: 48.0625em) {
    .newsletter__form-email-button {
        height:3rem;
        padding: .5rem 3rem
    }
}

.newsletter__form-error {
    font-family: ECI-TEXT;
    font-weight: 400;
    font-size: .75rem;
    color: #e21e04
}

.newsletter__form-error--email {
    grid-column: span 2
}

.newsletter__form-error--privacy {
    flex-basis: 100%
}

.newsletter__form-privacy {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-gap: .3rem 1rem
}

.newsletter__form-privacy-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.newsletter__form-privacy-input.newsletter__form-privacy-input {
    margin: 0;
    font-size: initial
}

.newsletter__form-privacy-input:checked~.newsletter__form-privacy-check {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.977' height='21.862' viewBox='0 0 21.977 21.862'%3E%3Cg id='Grupo_60139' data-name='Grupo 60139' transform='translate(-512.247 -309.579)'%3E%3Cg id='Grupo_60138' data-name='Grupo 60138'%3E%3Crect id='RectÃ¡ngulo_15046' data-name='RectÃ¡ngulo 15046' width='20.477' height='20.362' rx='1' transform='translate(512.997 310.329)' fill='none' stroke='%23242424' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3Cpath id='Trazado_9949' data-name='Trazado 9949' d='M517.784,320.853l2.413,3.3a.8.8,0,0,0,1.313.006l7.238-7.481' fill='none' stroke='%23242424' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.977' height='21.862' viewBox='0 0 21.977 21.862'%3E%3Cg id='Grupo_60139' data-name='Grupo 60139' transform='translate(-512.247 -309.579)'%3E%3Cg id='Grupo_60138' data-name='Grupo 60138'%3E%3Crect id='RectÃ¡ngulo_15046' data-name='RectÃ¡ngulo 15046' width='20.477' height='20.362' rx='1' transform='translate(512.997 310.329)' fill='none' stroke='%23242424' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3Cpath id='Trazado_9949' data-name='Trazado 9949' d='M517.784,320.853l2.413,3.3a.8.8,0,0,0,1.313.006l7.238-7.481' fill='none' stroke='%23242424' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.newsletter__form-privacy-check {
    height: 1.5rem;
    width: 1.5rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.977' height='21.862' viewBox='0 0 21.977 21.862'%3E%3Cg id='Grupo_60137' data-name='Grupo 60137' transform='translate(-485.469 -309.579)'%3E%3Cg id='Grupo_60136' data-name='Grupo 60136'%3E%3Crect id='RectÃ¡ngulo_15045' data-name='RectÃ¡ngulo 15045' width='20.477' height='20.362' rx='1' transform='translate(486.219 310.329)' fill='none' stroke='%23242424' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.977' height='21.862' viewBox='0 0 21.977 21.862'%3E%3Cg id='Grupo_60137' data-name='Grupo 60137' transform='translate(-485.469 -309.579)'%3E%3Cg id='Grupo_60136' data-name='Grupo 60136'%3E%3Crect id='RectÃ¡ngulo_15045' data-name='RectÃ¡ngulo 15045' width='20.477' height='20.362' rx='1' transform='translate(486.219 310.329)' fill='none' stroke='%23242424' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #242424
}

.newsletter__form-privacy-check--error {
    background-color: #e21e04
}

.newsletter__form-privacy-label {
    flex: 1;
    font-family: ECI-TEXT;
    font-size: .75rem
}

.newsletter__form-privacy-link {
    color: inherit;
    display: initial
}

.newsletter__modal-message {
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 400;
    font-size: .875rem;
    text-align: center
}

@media only screen and (min-width: 48.0625em) {
    .newsletter__modal-message {
        width:400px
    }
}

.newsletter__modal .modal-footer {
    display: flex
}

.newsletter__modal-button {
    font-weight: 700;
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 700;
    font-size: .813rem;
    text-transform: uppercase;
    background-color: #242424;
    color: #fff;
    height: 3rem;
    padding: .5rem 5rem;
    cursor: pointer;
    border: none;
    outline: 0;
    margin: auto;
    flex: 1
}

@media only screen and (min-width: 48.0625em) {
    .newsletter__modal-button {
        flex:0
    }
}


.webs {
    background-color: #fafafa;
    padding: 1rem;
    padding: 0 1rem
}

@media only screen and (min-width: 48.0625em) {
    .webs {
        padding:1rem
    }
}

.webs__wrapper {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 48.0625em) {
    .webs__wrapper {
        gap:1rem
    }
}

@media only screen and (min-width: 48.0625em) {
    .webs__phones {
        display:grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        gap: 1rem
    }
}

.webs__phone {
    display: flex;
    flex-direction: column;
    position: relative
}

.webs__phone-item {
    flex-basis: 50px;
    border-bottom: 1px solid #e1e1e1;
    line-height: 24px;
    padding: 12.8px 12.8px 12.8px 0
}

@media only screen and (min-width: 48.0625em) {
    .webs__phone-item {
        flex-basis:auto;
        border-bottom: none;
        padding: 0
    }
}

.webs__phone-title {
    font-weight: 700;
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 700;
    font-size: 14.4px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width: 48.0625em) {
    .webs__phone-title {
        font-weight:700;
        font-family: ECI-TEXT;
        font-size: 12.8px;
        color: #242424;
        font-weight: 700;
        text-transform: initial;
        justify-content: start
    }
}

.webs__phone-link {
    display: block;
    text-decoration: none;
    color: inherit;
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-gap: .5rem;
    grid-auto-flow: column
}

.webs__phone-link .tooltip {
    position: absolute;
    top: -.5rem;
    right: 0;
    left: 0;
    text-align: center
}

.webs__phone-link svg {
    height: 16px;
    fill: #00862d;
    width: auto
}

.webs__phone-link--left {
    justify-content: start
}

.webs__phone-link.disabled {
    cursor: not-allowed
}

.webs__phone-link.disabled:hover .tooltip {
    display: block
}

.webs__phone-link.disabled svg {
    fill: #d3d3d3
}

@media only screen and (min-width: 48.0625em) {
    .webs__phone-icon {
        display:none
    }
}

.webs__phone-icon::before {
    font-size: 24px
}

.webs__phone-dots {
    display: none
}

@media only screen and (min-width: 48.0625em) {
    .webs__phone-dots {
        display:initial
    }
}

.webs__phone-number {
    font-weight: 700;
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 700;
    white-space: nowrap
}

@media only screen and (min-width: 48.0625em) {
    .webs__links {
        display:grid;
        grid-auto-flow: column;
        gap: 1rem;
        grid-template-columns: repeat(2,1fr)
    }

    .webs__links--with-chat {
        grid-template-columns: repeat(3,1fr)
    }
}

.webs__link {
    border-bottom: 1px solid #e1e1e1
}

@media only screen and (min-width: 48.0625em) {
    .webs__link {
        border-bottom:none
    }

    .webs__link--big {
        position: relative;
        grid-column: 1/-2
    }

    .webs__link--big::after {
        content: '';
        position: absolute;
        height: 90%;
        width: 1px;
        top: 20px;
        right: calc(-.5rem - 1px);
        background-color: #f0f0f0
    }
}

.webs__link-label {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 16px 16px 16px 0
}

@media only screen and (min-width: 48.0625em) {
    .webs__link-label {
        padding:14px 0;
        justify-content: start
    }
}

.webs__link-title {
    font-weight: 700;
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 700
}

.webs__link-icon {
    transition: transform .2s linear 0s
}

.webs__link-icon--open {
    transform: rotate(180deg)
}

.webs__link-icon.webs__link-icon::before {
    font-size: 16px
}

@media only screen and (min-width: 48.0625em) {
    .webs__link-list-wrapper {
        display:grid;
        grid-auto-flow: column;
        gap: 1rem
    }
}

.webs__link-list {
    list-style: none
}

.webs__link-list li {
    padding: 16px 0
}

@media only screen and (min-width: 48.0625em) {
    .webs__link-list li {
        padding:4px 0
    }
}

.webs__link-link {
    display: block;
    text-decoration: none;
    color: inherit
}

.webs__social {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-gap: 24px;
    padding: 12px;
    grid-auto-flow: column
}

.webs__social-link {
    display: block;
    text-decoration: none;
    color: inherit;
    display: flex
}

.webs__social-logo {
    display: flex;
    align-items: center;
    gap: 8px
}

.webs__social-icon.webs__social-icon {
    font-size: 19.2px
}

.webs__social-icon--confianza {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='Grupo_14790' data-name='Grupo 14790' transform='translate(-756.491 -263.432)'%3E%3Cpath id='Trazado_6924' data-name='Trazado 6924' d='M782.349,265.184a24.106,24.106,0,1,1-24.106,24.106,24.106,24.106,0,0,1,24.106-24.106' transform='translate(-0.858 -0.858)' fill='%23fff'/%3E%3Cg id='Grupo_14775' data-name='Grupo 14775' transform='translate(756.491 263.432)'%3E%3Cg id='Grupo_14774' data-name='Grupo 14774'%3E%3Cpath id='Trazado_6925' data-name='Trazado 6925' d='M781.491,264.843A23.59,23.59,0,1,1,757.9,288.432a23.59,23.59,0,0,1,23.589-23.589m0-1.411a25,25,0,1,0,25,25,25.029,25.029,0,0,0-25-25Z' transform='translate(-756.491 -263.432)'/%3E%3C/g%3E%3C/g%3E%3Cg id='Grupo_14776' data-name='Grupo 14776' transform='translate(776.442 277.109)'%3E%3Cpath id='Trazado_6926' data-name='Trazado 6926' d='M801.028,290.238a5.433,5.433,0,1,0,5.432,5.433,5.432,5.432,0,0,0-5.432-5.433Zm0,8.688a3.255,3.255,0,1,1,3.253-3.255,3.254,3.254,0,0,1-3.253,3.255Z' transform='translate(-795.594 -290.238)'/%3E%3C/g%3E%3Cg id='Grupo_14777' data-name='Grupo 14777' transform='translate(769.353 270.02)'%3E%3Cpath id='Trazado_6927' data-name='Trazado 6927' d='M794.222,276.345a12.521,12.521,0,1,0,12.521,12.521h0a1.061,1.061,0,1,0-2.123,0h0a10.4,10.4,0,1,1-10.4-10.4,1.06,1.06,0,0,0,0-2.121Z' transform='translate(-781.7 -276.345)'/%3E%3C/g%3E%3Cg id='Grupo_14778' data-name='Grupo 14778' transform='translate(772.868 273.536)'%3E%3Cpath id='Trazado_6928' data-name='Trazado 6928' d='M797.6,283.236a9.006,9.006,0,1,0,0,18.011v0a1.088,1.088,0,1,0,0-2.176h0a6.829,6.829,0,1,1,6.826-6.829h0a1.089,1.089,0,0,0,2.178,0h0a9.005,9.005,0,0,0-9-9.006Z' transform='translate(-788.59 -283.236)'/%3E%3C/g%3E%3Cg id='Grupo_14779' data-name='Grupo 14779' transform='translate(764.896 298.392)'%3E%3Cpath id='Trazado_6929' data-name='Trazado 6929' d='M774.887,335.583a1.818,1.818,0,1,1,0-3.63,2.154,2.154,0,0,1,1.1.307l-.249.691a1.759,1.759,0,0,0-.839-.235,1.055,1.055,0,1,0,0,2.11,1.738,1.738,0,0,0,.878-.259l.244.69A2.138,2.138,0,0,1,774.887,335.583Z' transform='translate(-772.965 -331.953)'/%3E%3C/g%3E%3Cg id='Grupo_14780' data-name='Grupo 14780' transform='translate(768.666 298.392)'%3E%3Cpath id='Trazado_6930' data-name='Trazado 6930' d='M782.137,335.583a1.719,1.719,0,0,1-1.784-1.812,1.748,1.748,0,0,1,1.817-1.818,1.723,1.723,0,0,1,1.784,1.818A1.749,1.749,0,0,1,782.137,335.583Zm.014-2.9a1.1,1.1,0,1,0,.931,1.089A.974.974,0,0,0,782.151,332.682Z' transform='translate(-780.353 -331.953)'/%3E%3C/g%3E%3Cg id='Grupo_14781' data-name='Grupo 14781' transform='translate(773.307 298.383)'%3E%3Cpath id='Trazado_6931' data-name='Trazado 6931' d='M792.386,335.584l-2.12-1.9v1.837h-.815v-3.563l.11-.019,2.091,1.889V332h.815v3.568Z' transform='translate(-789.451 -331.935)'/%3E%3C/g%3E%3Cg id='Grupo_14782' data-name='Grupo 14782' transform='translate(777.511 298.449)'%3E%3Cpath id='Trazado_6932' data-name='Trazado 6932' d='M798.5,332.814v.777h1.209v.715H798.5v1.276h-.815v-3.515h2.225v.748Z' transform='translate(-797.69 -332.066)'/%3E%3C/g%3E%3Cg id='Grupo_14783' data-name='Grupo 14783' transform='translate(780.665 298.449)'%3E%3Cpath id='Trazado_6933' data-name='Trazado 6933' d='M803.872,335.581v-3.515h.815v3.515Z' transform='translate(-803.872 -332.066)'/%3E%3C/g%3E%3Cg id='Grupo_14784' data-name='Grupo 14784' transform='translate(782.269 298.421)'%3E%3Cpath id='Trazado_6934' data-name='Trazado 6934' d='M809.585,335.554l-.264-.638h-1.213l-.264.638h-.829l1.654-3.544h.11l1.655,3.544Zm-.868-2.105-.35.844h.695Z' transform='translate(-807.015 -332.01)'/%3E%3C/g%3E%3Cg id='Grupo_14785' data-name='Grupo 14785' transform='translate(786.469 298.383)'%3E%3Cpath id='Trazado_6935' data-name='Trazado 6935' d='M818.182,335.584l-2.119-1.9v1.837h-.815v-3.563l.111-.019,2.09,1.889V332h.815v3.568Z' transform='translate(-815.247 -331.935)'/%3E%3C/g%3E%3Cg id='Grupo_14786' data-name='Grupo 14786' transform='translate(790.345 298.449)'%3E%3Cpath id='Trazado_6936' data-name='Trazado 6936' d='M824.168,334.838h1.683v.743h-2.983l-.024-.086,1.741-2.681h-1.616v-.748h2.916l.024.091Z' transform='translate(-822.845 -332.066)'/%3E%3C/g%3E%3Cg id='Grupo_14787' data-name='Grupo 14787' transform='translate(794.019 298.421)'%3E%3Cpath id='Trazado_6937' data-name='Trazado 6937' d='M832.616,335.554l-.264-.638h-1.213l-.264.638h-.83l1.655-3.544h.11l1.655,3.544Zm-.868-2.105-.351.844h.7Z' transform='translate(-830.046 -332.01)'/%3E%3C/g%3E%3Cpath id='Trazado_6938' data-name='Trazado 6938' d='M784.7,341.18a1.887,1.887,0,0,0-1.875,1.937,1.851,1.851,0,0,0,1.856,1.928,1.934,1.934,0,0,0,.02-3.865Zm-.01.494a1.446,1.446,0,1,1-1.323,1.443A1.341,1.341,0,0,1,784.687,341.674Z' transform='translate(-12.897 -38.081)'/%3E%3Cpath id='Trazado_6939' data-name='Trazado 6939' d='M795.63,341.218v2.66l-2.146-2.728-.237.055v3.778h.514V342.29l2.164,2.757.224-.043v-3.786Z' transform='translate(-18.003 -38.066)'/%3E%3Cpath id='Trazado_6940' data-name='Trazado 6940' d='M802.884,344.553v-3.27h-.519v3.765H804.6v-.495Z' transform='translate(-22.469 -38.131)'/%3E%3Crect id='RectÃ¡ngulo_13044' data-name='RectÃ¡ngulo 13044' width='0.519' height='3.765' transform='translate(783.521 303.152)'/%3E%3Cpath id='Trazado_6941' data-name='Trazado 6941' d='M816.3,341.218v2.66l-2.147-2.728-.237.055v3.778h.514V342.29l2.164,2.757.224-.043v-3.786Z' transform='translate(-28.127 -38.066)'/%3E%3Cpath id='Trazado_6942' data-name='Trazado 6942' d='M825.271,341.773v-.49h-2.235v3.765h2.235v-.495h-1.717v-1.169H825.1v-.49h-1.549v-1.121Z' transform='translate(-32.593 -38.131)'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 50px;
    height: 50px;
    display: inline-block
}

.webs__social-text {
    font-weight: 700;
    font-family: ECI-TEXT;
    font-size: 12.8px;
    color: #242424;
    font-weight: 700
}
