:root {
    --secundary: #009ca6;
    --primary: #da291c;
    --biscuit-beige: #d1ccbd;
    --ciruela: #9a3324;
    --naranja: #fc4c02;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-embed-youtubevideo {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

body {
    color: #000;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 9vw;
    font-weight: 500;
    line-height: 120%;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 70px;
    font-weight: 700;
    line-height: 120%;
}

h3 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 700;
    line-height: 130%;
}

h4 {
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
}

h5 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

p {
    margin-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 150%;
}

a {
    color: var(--secundary);
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

li {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 150%;
}

.img-pista {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.section {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 60px;
    display: flex;
}

.container-hero {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: auto 10%;
    display: flex;
}

.ima-grid-hero {
    border-radius: 8px;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
}

.hero-title {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 55px;
    font-weight: 500;
    line-height: 120%;
}

.section-about {
    margin-top: 100px;
    margin-bottom: 140px;
}

.container-about {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.subtitle-wrapper {
    max-width: 600px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--primary);
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #ca0910;
    border-radius: 5px;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
}

.button:hover,
.button.red {
    background-color: var(--primary);
    color: #fff;
}

.button.shift {
    color: #3d2db5;
    border-color: #3d2db5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button.shift:hover {
    color: #fff;
    background-color: #3d2db5;
}

.text-span {
    color: var(--primary);
}

.button-red {
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding-left: 0;
    font-weight: 700;
    text-decoration: none;
}

.text-red {
    color: var(--primary);
    text-align: left;
    vertical-align: baseline;
}

.impact-grid {
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 60px;
    text-decoration: none;
    display: flex;
}

.impact-card {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin: 10px;
    text-decoration: none;
    display: flex;
}

.ch1257244_icon---save-the-children-brand-asset-1 {
    object-fit: cover;
}

.numer {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.icon-button {
    border-style: solid;
    border-width: undefinedpx;
    object-fit: cover;
    border-color: #ca0910;
    display: block;
}

.icon-button.white {
    padding-left: 10px;
}

.container {
    max-width: 1200px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 100px 20px 60px;
}

.youtube-2 {
    background-image: url('../images/video.jpg');
    border-radius: 16px;
}

.section-3 {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
}

.section-4 {
    background-color: #e7e2d380;
}

.container-news {
    padding-top: 40px;
}

.news-card {
    color: #000;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 30%;
    height: 520px;
    margin: 20px 10px 40px;
    text-decoration: none;
    display: flex;
}

.imagen-new {
    aspect-ratio: 1;
    border-radius: 8px;
}

.program-content {
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.news-title {
    color: #a2270b;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
}

.p2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.button-3 {
    grid-row-gap: 10px;
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
}

.frame-5 {
    grid-column-gap: 10px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.text-button {
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.text-button.white {
    color: #fff;
}

.vector {
    border-style: solid;
    border-width: undefinedpx;
    object-fit: cover;
    border-color: #ca0910;
    transform: rotate(90deg);
}

.news-grid {
    flex-flow: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
}

.div-block-2 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-bottom: -20px;
    display: flex;
}

.programs-grid {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}

.program-card {
    background-image: url('../images/Ima-salud.png');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 45%;
    height: 450px;
    padding: 40px 20px 20px;
    text-decoration: none;
    display: flex;
}

.program-card.proteccon {
    background-image: url('../images/Ima-Protección.png');
    background-position: 50% 100%;
    background-size: cover;
}

.text-white {
    color: #fff;
    display: block;
}

.text-white.isq {
    text-align: left;
}

.text-white.contacto {
    margin-bottom: -5px;
}

.container-programs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.section-banner-donate {
    background-image: url('../images/Ima-barre-dodate.jpg');
    background-position: 50%;
    background-size: cover;
    min-height: 430px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.text-center {
    text-align: center;
}

.text-center.secunday-text {
    color: var(--secundary);
}

.donate-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.container-2 {
    justify-content: center;
    align-items: center;
    margin-left: 50%;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
}

.footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    text-decoration: none;
    display: flex;
}

.container-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
}

.footer-brand {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 150px;
    text-decoration: none;
    display: flex;
}

.footer-contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 380px;
    text-decoration: none;
    display: flex;
}

.footer-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.whatsapp_v-1 {
    background-color: #ca0910;
    border-radius: 20px;
    overflow: hidden;
}

.link-content {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.footer-social {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.social {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.social-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.icon-social {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    display: flex;
}

.button-style {
    grid-row-gap: 10px;
    background-color: var(--primary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
}

.button-style.closed {
    background-color: #333;
}

.frame-28 {
    grid-column-gap: 10px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.text-10 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.vector-2 {
    object-fit: cover;
}

.footer-legal {
    background-color: var(--primary);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

.div-block-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
}

.background-video {
    box-sizing: content-box;
    width: 100vw;
    display: none;
    overflow: clip;
}

.banner-video {
    width: 100vw;
    height: 340px;
    overflow: clip;
}

.slider {
    background-color: #0000;
    width: 730px;
}

.icon,
.icon-2 {
    color: var(--primary);
}

.content-style {
    background-image: url('../images/Rectangle-8.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 730px;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.text-history {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.fecha {
    color: var(--secundary);
    text-align: center;
    -webkit-text-stroke-color: #ca0910;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -50px;
    font-family: Oswald, sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
    display: flex;
}

.content-ima-slider {
    background-image: url('../images/20242201-LOGOTIPOS-SC-Vertical.webp'), linear-gradient(to bottom, var(--biscuit-beige), var(--biscuit-beige));
    mix-blend-mode: darken;
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 40%, auto;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    height: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    display: flex;
    overflow: clip;
}

.right-arrow,
.left-arrow {
    width: 40px;
}

.slide-nav {
    display: none;
}

.section-5 {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
}

.body {
    background-image: linear-gradient(#e7e2d366, #e7e2d366);
}

.section-6 {
    justify-content: center;
    align-items: center;
    height: 40vh;
    display: flex;
}

.container-3 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.container-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 140px;
    display: flex;
}

.div-block-6 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.frame-54 {
    grid-row-gap: 10px;
    background-color: #fff;
    border: 1px solid #e7e2d3;
    border-radius: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    height: 35px;
    padding: 5px 11px 5px 17px;
    text-decoration: none;
    display: flex;
}

.frame-53 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 321.947px;
    text-decoration: none;
    display: flex;
}

.text-14 {
    color: #00000040;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.ch1285336_icon---save-the-children-brand-asset-1 {
    object-fit: cover;
}

.container-5 {
    width: 90%;
    margin-top: 40px;
}

.div-block-7 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
}

.video-mini {
    border-radius: 8px;
    width: 33%;
    margin: 10px;
    overflow: clip;
}

.video-mini._1 {
    background-image: none;
}

.video-mini._2 {
    background-image: url('../images/ima-video-02.jpg');
}

.nav-link {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.nav-link.w--current {
    color: var(--primary);
}

.nav-contacto-btn {
    background-color: var(--secundary);
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    padding: 20px 30px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
}

.nav-contacto-btn.w--current {
    margin-left: 0;
}

.link-block-2 {
    background-color: var(--primary);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
}

.link-block-2:hover {
    background-color: var(--secundary);
}

.text-span-2 {
    color: var(--primary);
}

.higlighter {
    background-color: var(--primary);
}

.icon-butto-white {
    border-style: solid;
    border-width: undefinedpx;
    object-fit: cover;
    border-color: #ca0910;
    margin-left: 10px;
    display: inline-flex;
    transform: rotate(90deg);
}

.banner-new {
    background-image: url('../images/Banner-new.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin-top: 60px;
    display: flex;
    overflow: clip;
}

.news-content {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 800px;
    margin-top: 20px;
    margin-bottom: 100px;
    text-decoration: none;
    display: flex;
}

.frame-60 {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.subtitle {
    color: #000;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.news {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    text-decoration: none;
    display: flex;
}

.frame-43 {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1200px;
    margin-top: 40px;
    margin-bottom: 60px;
    text-decoration: none;
    display: flex;
}

.lugar-fecha {
    color: #000;
    text-align: center;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.etiqueta {
    grid-column-gap: 10px;
    background-color: #e7e2d3;
    border-radius: 8px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    text-decoration: none;
    display: flex;
}

.text-17 {
    color: #ca0910;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.link {
    color: var(--primary);
}

.convocatoria-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin: 60px 5% 5%;
    display: flex;
}

.content-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-around;
    width: 80%;
    display: flex;
}

.button--red {
    background-color: var(--primary);
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ca0910;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
}

.title-footer {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.title-footer.text-white,
.white,
.link-2 {
    color: #fff;
}

.content-text-slider {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    height: auto;
    margin-right: 20px;
    padding: 20px;
    display: flex;
}

.container-7 {
    flex-flow: column;
    align-items: center;
    display: flex;
}

.link-footer {
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.link-footer.text-white {
    color: #fff;
}

.navbar-no-shadow {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
}

.navbar-no-shadow-container {
    z-index: 5;
    border-bottom: 1px solid var(--biscuit-beige);
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    display: flex;
    box-shadow: 0 2px 5px #0003;
}

.container-regular {
    width: 100%;
    max-width: 1260px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}

.nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}

.nav-dropdown:hover {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}

.nav-dropdown-toggle {
    letter-spacing: .25px;
    height: 60px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 20px;
}

.nav-dropdown-toggle:hover {
    color: var(--primary);
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
    margin-right: 10px;
}

.nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}

.nav-dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
    width: 90px;
    margin-top: 2px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--biscuit-beige);
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: column;
    width: auto;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 2px 5px #0003;
}

.nav-dropdown-link {
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.nav-dropdown-link:hover {
    color: var(--ciruela);
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
    border-bottom: 2px solid var(--ciruela);
    border-radius: 5px;
    margin-top: 10px;
}

.nav-dropdown-link.w--current {
    color: var(--primary);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: under;
    -webkit-text-decoration: underline wavy;
    text-decoration: underline wavy;
    text-decoration-thickness: 2px;
}

.image-5 {
    padding-right: 10px;
}

.div-block-11 {
    background-color: var(--primary);
    width: 3px;
    height: 3px;
    margin-left: 5px;
    margin-right: 5px;
}

.youtube-3 {
    background-image: none;
    border-radius: 20px;
    display: block;
    overflow: clip;
}

.container-directivos {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: auto;
    max-width: 1200px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
}

.link-block-3 {
    flex-flow: wrap;
}

.director-card {
    border-bottom: 1px solid #e7e2d3;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    max-width: 360px;
    margin: 20px;
    display: flex;
}

.director-card:hover {
    border-bottom-width: 1.2px;
    border-bottom-color: var(--secundary);
    transform: scale(1.1);
}

.card-content {
    background-color: #fff;
    width: 100%;
    margin-top: -30px;
    padding: 60px 20px 20px;
}

.card-name {
    color: var(--primary);
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

.card-name-wrapper {
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-bottom: 5px;
    display: flex;
}

.content-directiva {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 40px;
    display: flex;
}

.text-span-7 {
    color: var(--primary);
}

.div-block-13 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 35%;
    max-width: none;
    margin-top: 40px;
    margin-right: 40px;
}

.content-teams {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.div---espacio {
    width: 10%;
    margin: 20px 10px;
}

.hero-directivos {
    border-bottom: 20px solid var(--primary);
    background-image: url('../images/banner-directivos.webp');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 60vh;
    margin-top: 60px;
    display: flex;
}

.section-8 {
    background-color: var(--primary);
    background-image: url('../images/fondo-donaciones.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 60px;
    display: flex;
}

.bonton-black {
    color: #000;
    background-color: #000;
    width: auto;
    margin-top: 20px;
    padding: 8px 16px;
    text-decoration: none;
}

.bonton-black.w--current {
    background-color: #000;
    margin-top: 0;
}

.image-14 {
    margin-right: 10px;
}

.bold-text-2 {
    color: #000;
    font-size: 20px;
}

.tab-link-tab-1 {
    color: #000;
    text-align: center;
    background-color: #0000;
    border: 1px solid #000;
    border-radius: 8px;
    width: 50%;
}

.tab-link-tab-1.w--current {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    border: 1px solid #000;
    border-radius: 8px;
    width: 50%;
    margin-right: 20px;
    font-weight: 900;
}

.tabs-menu-2 {
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
}

.pagos {
    font-size: 16px;
    font-weight: 500;
}

.text-block-10 {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}

.tabs {
    margin-top: 40px;
    display: none;
}

.taps {
    text-transform: uppercase;
    font-size: 18px;
}

.paragraph-9 {
    color: #000;
    margin-top: 20px;
    font-size: 18px;
}

.accion {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
}

.text-boton {
    color: #000;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.text-boton.yelow {
    color: #ff0;
}

.tabs-menu {
    color: #000;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}

.radio-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.tap-monto {
    color: var(--primary);
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 12px 20px 10px;
    font-size: 16px;
    display: flex;
}

.tap-monto.w--current {
    background-color: var(--primary);
    color: #fff;
    height: auto;
    font-weight: 700;
    box-shadow: 0 2px 5px #000;
}

.button-pago {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #000;
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.container-9 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    height: auto;
    margin: 40px 5%;
    display: flex;
}

.ima-donate {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    margin-right: 40px;
    display: flex;
    overflow: visible;
}

.contarner-left-donate {
    width: auto;
    margin: 40px;
}

.image-18 {
    width: 150px;
    position: relative;
    top: -113px;
    left: -25px;
}

.team-card {
    border-bottom: 2px solid var(--biscuit-beige);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 20px 10px;
    display: flex;
    overflow: clip;
}

.team-card:hover {
    border-bottom-color: var(--primary);
    transform: scale(1.05);
}

.team-card_ima {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.hero-voluntariado {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 60px;
    display: flex;
}

.section-teams {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
}

.div-block-24 {
    max-width: 80%;
}

.content-ima-rigth {
    width: 50%;
    margin-left: 40px;
    margin-right: 40px;
}

.content-info-left {
    flex-flow: column;
    width: 60%;
    display: block;
}

.container-voluntary {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
}

.list {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 150%;
    list-style-type: disc;
}

.list-item {
    margin-bottom: 5px;
}

.text-orange {
    color: var(--naranja);
}

.div-buton {
    justify-content: center;
    align-items: center;
    display: flex;
}

.section-voluntary {
    margin-top: 100px;
    margin-bottom: 100px;
}

.text-secudary {
    color: var(--secundary);
}

.ima-directivos {
    box-sizing: content-box;
    border-radius: 150px;
    justify-content: center;
    align-items: flex-start;
    width: 276px;
    height: 276px;
    display: flex;
    overflow: clip;
}

.descripcion-team {
    display: none;
}

.section-telemarketing {
    border-bottom: 5px solid var(--primary);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 60vh;
    margin-top: 60px;
    display: flex;
}

.container-equipo {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: auto 10% auto 5%;
    display: flex;
}

.container-imagen-equipo {
    background-image: url('../images/CAC2D8_1-1536x1024.webp');
    background-position: 0%;
    background-size: cover;
    width: 50%;
    height: 100%;
    overflow: clip;
}

.section-9 {
    background-image: url('../images/banner-donacion.webp');
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    height: 90vh;
    margin-top: 60px;
    padding-left: 50%;
    padding-right: 40px;
    display: flex;
}

.container-10 {
    background-color: #fffc;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.tabs-2 {
    margin-bottom: 40px;
}

.content-rigth {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 40px;
    display: flex;
}

.faq {
    border: 1px solid var(--primary);
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
}

.faq.w--current {
    background-color: #ff0;
}

.faq.w--open {
    background-color: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.faq-dropdown {
    z-index: 99;
}

.faq-dropdown.w--open {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    flex-flow: column;
    padding: 10px 20px;
    position: static;
}

.content-left {
    width: 60%;
    max-width: 600px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 40px;
}

.div-block-25 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
}

.faq-acordeon {
    z-index: 98;
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    font-size: 18px;
    display: flex;
}

.h-faq {
    float: none;
    width: auto;
    color: var(--secundary);
    text-align: right;
    line-height: 100%;
    position: relative;
    bottom: -60px;
}

.arrow-button {
    margin-left: 20px;
    margin-right: auto;
    font-size: 18px;
    position: static;
    transform: rotate(-90deg);
}

.text-span-8 {
    color: var(--primary);
    text-decoration: underline;
}

.reportes {
    border: 1px solid var(--secundary);
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
}

.reportes.w--current {
    background-color: #ff0;
}

.reportes.w--open {
    background-color: var(--secundary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.list-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 10px;
    padding-left: 10px;
    font-family: Open Sans, sans-serif;
    list-style-type: none;
    display: flex;
}

.card-wrapper {
    border-color: black black var(--primary);
    width: 300px;
    height: 400px;
    transform-style: preserve-3d;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-top-right-radius: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
    padding: 20px 20px 10px;
    display: flex;
    position: relative;
    box-shadow: 0 2px 5px #0003;
}

.card-wrapper:hover {
    opacity: 1;
    border-bottom-width: 15px;
    border-top-left-radius: 60px;
    border-top-right-radius: 0;
    transform: scale3d(1.1, 1.1, .5)perspective(9px);
}

.card-wrapper:focus {
    transform: translate(0);
}

.title-card {
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    transition: all .2s;
    display: block;
}

.child-hover {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
    transition: opacity .2s;
    display: flex;
    position: absolute;
}

.child-hover:hover {
    opacity: 100;
}

.container-11 {
    flex-flow: wrap;
    justify-content: center;
    max-width: 1200px;
    display: flex;
}

.child-normal {
    opacity: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.child-normal:hover {
    opacity: 0;
}

.image-21 {
    width: 280px;
    margin-top: -2px;
    margin-left: -2px;
    position: absolute;
}

.content-stats-bar {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 40px 20px;
    display: flex;
}

.hero-empresa {
    border-bottom: 5px solid var(--primary);
    background-color: var(--secundary);
    background-image: url('../images/Banner-03.webp');
    background-position: 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
}

.container-empresa {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 40%;
    display: flex;
}

.section-10 {
    justify-content: center;
    display: flex;
}

.container-12 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 5%;
    display: flex;
}

.div-block-26 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
}

.card-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #e7e2d3;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 40%;
    margin: 20px 10px;
    padding-bottom: 20px;
    display: flex;
}

.card-copy:hover {
    border-bottom-width: 2px;
    border-bottom-color: var(--primary);
    background-color: #ffffffab;
    padding-left: 20px;
    padding-right: 20px;
    transform: scale(1.05);
    box-shadow: 0 2px 5px #0003;
}

.isq {
    text-align: left;
}

.isq.text-violeta-shift {
    color: #3d2db5;
}

.div-block-27 {
    flex-flow: wrap;
    margin-bottom: 60px;
    padding-top: 60px;
    display: flex;
}

.news-card-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: auto;
    margin: 20px 10px;
    padding: 40px 20px;
    text-decoration: none;
    display: flex;
}

.news-card-copy:hover {
    border-bottom: 3px solid var(--primary);
    transform: scale(1.05);
    box-shadow: 0 2px 5px #0003;
}

.image-22 {
    width: 50px;
}

.color50 {
    opacity: .5;
}

.section-11 {
    background-color: #e7e2d366;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-12 {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    mix-blend-mode: normal;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
    display: flex;
}

.clients-image-three {
    height: 30px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.section-13 {
    justify-content: space-between;
    display: flex;
}

.div-block-28 {
    background-color: var(--primary);
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 5%;
    display: flex;
}

.div-block-29 {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding: 5%;
    display: flex;
}

.code-embed {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}

.container-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
}

.div-block-30 {
    border-bottom: 2px solid #fff;
    padding-bottom: 40px;
}

.div-block-31 {
    margin-top: 40px;
}

.hero-informes {
    border-bottom: 5px solid var(--primary);
    background-image: url('../images/Banner-02.webp');
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
}

.informe-card {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 300px;
    height: auto;
    margin: 20px 10px;
    padding: 20px 20px 10px;
    text-decoration: none;
    display: flex;
}

.informe-card:hover {
    border-bottom: 2px solid var(--primary);
    transform: translate(0, -5px);
    box-shadow: 0 2px 5px #0003;
}

.program-content-copy {
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.portada {
    box-sizing: content-box;
    aspect-ratio: 2 / 3;
    height: 350px;
    margin-bottom: 10px;
    overflow: clip;
}

.content-informes {
    flex-flow: wrap;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
}

.container-15 {
    flex-flow: column;
    max-width: 1200px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
}

.section-14 {
    background-color: #e7e2d366;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
}

.section-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
}

.container-repote {
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.section-16 {
    display: none;
}

.div-block-34 {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
}

.div-block-35 {
    width: 50%;
    margin-left: 20px;
    margin-right: 20px;
}

.div-block-36 {
    border-bottom: 2px solid var(--primary);
    margin-bottom: 40px;
}

.hero-stats-bar {
    justify-content: center;
    display: flex;
}

.teams-setion {
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
}

.section-banner {
    background-image: url('../images/Banner-01.webp');
    background-position: 50%;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 100px;
}

.plus-icon {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px #0003;
}

.texts-menu {
    color: var(--secundary);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 10px;
}

.separador {
    background-color: var(--secundary);
    height: 1px;
}

.div-block-37 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
}

.list-item-2 {
    font-family: Oswald, sans-serif;
}

.button-donate-copy {
    background-color: var(--secundary);
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    padding: 20px 30px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
}

.button-donate-copy.w--current {
    margin-left: 0;
}

.div-block-42 {
    display: none;
}

.hero-shift {
    background-image: url('../images/SHIFT-banner.webp');
    background-position: 50%;
    background-size: cover;
    border-bottom: 5px solid #e91e8c;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
}

.content-shift {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 40%;
    display: flex;
}

.div-block-44 {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
}

.shift {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    display: flex;
}

.territorios-subnav {
    z-index: 99;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    position: sticky;
    top: 80px;
}

.icon-done {
    margin-right: 10px;
}

.container-shift {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
    padding-right: 50%;
    display: flex;
}

.tap-campa-a {
    background-color: var(--secundary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.tap-campa-a:active {
    background-color: var(--primary);
    color: #fff;
}

.tap-campa-a.w--current {
    background-color: #e91e8c;
}

.div-block-46 {
    border-left: 2px solid var(--secundary);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.text-span-9 {
    color: var(--secundary);
}

.content-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    display: flex;
}

.heading {
    color: var(--secundary);
    margin-bottom: 0;
}

.container-shift-text {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-bottom: 60px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
}

.content-campa-a {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff9;
    border-radius: 16px;
    flex-flow: wrap;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    overflow: clip;
}

.container-19 {
    max-width: 1200px;
    margin-left: 5%;
    margin-right: 5%;
}

.campa-a-shift {
    background-image: url('../images/Fondo_pattern-768x768.png');
    background-position: 50% 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 100px;
    display: flex;
}

.div-block-48 {
    background-color: var(--primary);
    width: 50%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}

.contact-container {
    background-color: #fff;
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
    overflow: clip;
    box-shadow: 0 2px 5px #0003;
}

.content-contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 5%;
    text-decoration: none;
    display: flex;
}

.div-block-49 {
    background-color: #fff;
    width: 50%;
    padding-top: 20px;
}

.code-embed-3 {
    padding: 10%;
}

.contact-link {
    background-color: #0000004a;
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    overflow: clip;
}

.cifras-shift {
    justify-content: center;
    align-items: center;
    display: flex;
}

.container-21 {
    max-width: 1200px;
}

.modalcontacto {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #d1ccbdd9;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    position: sticky;
    inset: 0%;
}

.close {
    justify-content: flex-end;
    align-items: center;
    margin-right: 40px;
    display: flex;
}

.close.red {
    display: none;
}

.image-27 {
    width: 25px;
}

.content-text-card {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    display: flex;
}

.productos-shift {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: auto;
    margin: 20px 10px;
    padding: 40px 20px;
    text-decoration: none;
    display: flex;
}

.productos-shift:hover {
    border-bottom: 3px solid var(--secundary);
    transform: scale(1.05);
    box-shadow: 0 2px 5px #0003;
}

.container-22 {
    flex-flow: wrap;
    display: flex;
}

.card-text {
    color: var(--secundary);
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

.div-block-50 {
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
}

.div-block-50._2 {
    width: 100%;
}

.content-territorios {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
}

.text-rosa-shift {
    color: #e91e8c;
}

.card-text-shift {
    color: #e91e8c;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

.text-violeta-shift {
    color: #3d2db5;
}

.section-banner-shift {
    background-image: url('../images/Slide-SHIFT-LG2-scaled-copia.webp'), url('../images/Fondos-dramatizado_Mesa-de-trabajo-1.png');
    background-position: 100% 100%, 50%;
    background-repeat: no-repeat, repeat-x;
    background-size: auto 90%, cover;
    margin-top: 100px;
    margin-bottom: 100px;
}

.image-29 {
    margin-bottom: 20px;
}

.mapa {
    max-width: 60%;
    margin-top: -300px;
    position: relative;
}

.content-ima {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 45%;
    margin-top: 40px;
    display: flex;
}

.ima-shift {
    padding-right: 60px;
}

.text-block-12 {
    font-size: 25px;
}

.hero-trabaja-con-nosotros {
    border-bottom: 5px solid var(--primary);
    background-color: var(--secundary);
    background-image: url('../images/Banner-04.webp');
    background-position: 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
}

.container-trabaja-nosotros {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 40%;
    display: flex;
}

.tabs-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.job-offers {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 5%;
    display: flex;
}

.tab-2 {
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: #fff;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
}

.tab-2.w--current {
    background-color: var(--primary);
    color: #fff;
}

.tabs-menu-3 {
    z-index: 99;
    background-color: #fff;
    background-image: linear-gradient(#e7e2d366, #e7e2d366);
    padding-top: 20px;
    padding-bottom: 20px;
    position: sticky;
    top: 60px;
}

.card-job-listing {
    border: 1px solid var(--biscuit-beige);
    background-color: #fff;
    border-radius: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 30%;
    margin: 10px;
    display: flex;
}

.card-job-listing:hover {
    border-width: 2px;
    border-color: var(--primary);
    transform: translate(0, -5px);
}

.card-job-listing.closed {
    background-color: #3333331a;
}

.work-tag {
    color: #27500a;
    background-color: #eaf3de;
    border-radius: 33554400px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    text-decoration: none;
    display: flex;
}

.work-tag.in-person {
    color: #0c447c;
    background-color: #e6f1fb;
}

.work-tag.u-rgent {
    color: var(--ciruela);
    background-color: #fcebeb;
}

.work-tag.closed {
    color: #333;
    background-color: #0000004d;
}

.tag-list {
    flex-flow: row;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
}

.paragraph-10 {
    height: 100px;
    overflow: hidden;
}

.card_meta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
}

.date-published {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-top: 10px;
    text-decoration: none;
    display: flex;
}

.paragraph-11 {
    color: #333;
    margin-bottom: 0;
}

.card_dates {
    border-top: 1px solid var(--biscuit-beige);
    border-bottom: 1px solid var(--biscuit-beige);
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.deadline {
    color: var(--ciruela);
}

.card_actions {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;
    padding-right: 20px;
    display: flex;
}

.card_header {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    overflow: hidden;
}

.work-card-container {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

.job-offers-section {
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.text-block-14 {
    color: var(--primary);
    font-size: 18px;
}

.div-block-54 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
}

.div-block-55 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 70%;
    margin-right: 60px;
    display: flex;
}

.container-28 {
    max-width: 1200px;
    display: flex;
}

.div-block-56 {
    width: 30%;
    height: 100%;
}

.code-embed-4 {
    position: sticky;
}

.hero-licitaciones {
    border-bottom: 5px solid var(--primary);
    background-color: var(--secundary);
    background-image: url('../images/Banner-05.webp');
    background-position: 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
}

.card_descripcion {
    margin-left: 20px;
    margin-right: 20px;
}

.flotante {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 70px;
    margin-bottom: 40px;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
    overflow: clip;
}

.donate {
    z-index: 1;
    width: auto;
    color: var(--primary);
    background-color: #fff;
    border-radius: 25px 0 0 25px;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    display: flex;
    position: absolute;
    right: 0;
    box-shadow: 0 2px 5px #0003;
}

.donate:hover {
    background-color: var(--secundary);
    color: #fff;
}

.text-block-15 {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
}

.icon-arrow-left {
    flex: 0 auto;
    margin-left: 10px;
    margin-right: 0;
    font-size: 30px;
    position: static;
    transform: rotate(-90deg);
}

.linkedin {
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 600;
    display: flex;
}

.image-32 {
    width: 20px;
    margin-right: 10px;
}

.content-banner-shift {
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 45%;
    display: flex;
}

.section-18 {
    min-height: 450px;
}

.code-embed-6 {
    margin-top: 60px;
}

.map {
    width: 100%;
    position: absolute;
}

.youtube-4 {
    border-radius: 20px;
    overflow: clip;
}

.new-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin: -50px 5% 5%;
    display: flex;
}

.img-ticker {
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: clip;
}

.code-embed-7 {
    background-color: var(--primary);
    width: 250px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--primary);
    text-decoration-color: var(--primary);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: 70px;
}

.conctac-telem {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    display: flex;
}

.icon-telem {
    width: 20px;
}

.teams-container {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
}

.code-embed-8 {
    border-radius: 20px;
    overflow: clip;
    box-shadow: 0 2px 5px #0003;
}

.citata-dona {
    position: fixed;
    bottom: 55px;
    right: 40px;
}

.div-block-57 {
    background-image: url('../images/banner-donacion.webp');
    background-position: 50%;
    background-size: cover;
    width: 460px;
    height: 75vh;
    overflow: clip;
}

.div-block-58 {
    border: 2px solid var(--biscuit-beige);
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
}

.code-embed-9 {
    max-width: 1200px;
}

.container-29 {
    max-width: 1000px;
    margin: 60px 5% 100px;
}

.section-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.donation-hero {
    height: 100%;
    margin-top: 40px;
}

.section-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.logo-nav {
    max-width: none;
    height: 60px;
}

.image-34 {
    background-image: linear-gradient(#00000080, #00000080);
}

.image-35 {
    aspect-ratio: 1;
    vertical-align: baseline;
}

.logo-empresas {
    mix-blend-mode: luminosity;
}

.logo-empresas:hover {
    mix-blend-mode: normal;
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 30px;
    }

    .section {
        margin-top: 60px;
    }

    .text-red.text-center {
        text-align: center;
    }

    .impact-grid {
        flex-flow: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .impact-card {
        width: 35%;
    }

    .text-button {
        color: #ca0910;
    }

    .text-button.white {
        color: #fff;
    }

    .program-card {
        background-image: url('../images/Ima-salud.png');
        background-position: 50%;
        background-repeat: repeat;
        background-size: cover;
        width: 32%;
    }

    .program-card.proteccon {
        background-image: url('../images/Ima-Protección.png');
        background-position: 50%;
        background-size: cover;
    }

    .donate-content {
        max-width: 550px;
    }

    .container-2 {
        margin-right: 2%;
        padding-right: 20px;
    }

    .container-footer {
        flex-flow: column;
        max-width: 90%;
    }

    .footer-brand {
        margin-bottom: 40px;
        padding-left: 40px;
    }

    .social-grid {
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
    }

    .slider {
        margin-left: 60px;
        margin-right: 60px;
    }

    .news-content {
        max-width: 90%;
    }

    .content-footer {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: row;
        justify-content: space-around;
        align-items: stretch;
        width: auto;
    }

    .nav-menu-wrapper {
        background-color: #0000;
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        list-style-type: none;
        display: none;
    }

    .nav-dropdown {
        display: flex;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }

    .nav-dropdown-link {
        padding-left: 0;
        padding-right: 10px;
        text-decoration: none;
        display: flex;
    }

    .menu-button {
        padding: 12px;
    }

    .menu-button.w--open {
        background-color: var(--primary);
        color: #fff;
    }

    .director-card {
        width: 40%;
    }

    .content-directiva {
        justify-content: space-around;
    }

    .div-block-13 {
        width: 60%;
    }

    .div---espacio {
        display: none;
    }

    .section-8 {
        height: auto;
    }

    .container-9 {
        flex-flow: column-reverse;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding-bottom: 40px;
        display: flex;
    }

    .ima-donate {
        justify-content: center;
        align-items: center;
        width: 90%;
        margin-top: 60px;
        margin-bottom: -90px;
        margin-right: 0;
    }

    .contarner-left-donate {
        width: 80%;
        max-width: none;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .image-18 {
        top: -120px;
        left: -150px;
    }

    .team-card {
        width: 40%;
    }

    .section-telemarketing {
        margin-top: 60px;
    }

    .section-9 {
        padding-left: 30%;
    }

    .content-rigth {
        justify-content: center;
        align-items: center;
        width: 80%;
        margin-top: 60px;
        margin-right: 0;
    }

    .content-left {
        width: 80%;
        max-width: none;
        margin-top: 20px;
        margin-right: 20px;
    }

    .container-empresa {
        padding-left: 30%;
    }

    .container-12 {
        flex-flow: column;
    }

    .div-block-26 {
        width: auto;
    }

    .card-copy {
        width: 40%;
    }

    .clients-image-three {
        margin-bottom: 30px;
    }

    .section-13 {
        flex-flow: column;
    }

    .div-block-28 {
        flex-flow: row;
        width: auto;
    }

    .div-block-29 {
        justify-content: center;
        align-items: center;
        width: auto;
    }

    .hero-informes {
        background-position: 60%;
    }

    .informe-card {
        background-color: #fff;
    }

    .content-informes {
        justify-content: center;
    }

    .container-repote {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .separador {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .list-item-2 {
        justify-content: space-between;
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
        display: flex;
    }

    .div-block-38 {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        display: flex;
    }

    .div-block-39 {
        display: flex;
    }

    .div-block-40 {
        border-left: 2px solid var(--primary);
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
        display: flex;
    }

    .text-block-11 {
        color: var(--primary);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
    }

    .div-block-41 {
        width: 120px;
        margin-top: 10px;
        margin-left: 5%;
        display: flex;
    }

    .button-donate-copy {
        display: none;
    }

    .div-block-42 {
        background-color: #f7f7ef;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }

    .hero-shift {
        background-position: 50%;
    }

    .content-text {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-campa-a {
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
    }

    .modalcontacto {
        display: none;
    }

    .section-banner-shift {
        background-position: 200% 100%, 50%;
        background-size: auto 80%, cover;
        overflow: clip;
    }

    .content-ima {
        justify-content: center;
        align-items: flex-end;
        width: auto;
    }

    .container-trabaja-nosotros {
        padding-left: 30%;
    }

    .card-job-listing {
        flex: 0 auto;
        width: 45%;
    }

    .div-block-55 {
        width: 100%;
    }

    .container-28 {
        flex-flow: column;
    }

    .div-block-56 {
        width: 100%;
    }

    .content-banner-shift {
        padding-right: 55%;
    }

    .teams-container {
        flex-flow: wrap;
    }

    .div-block-57 {
        width: 100%;
        height: 40vh;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 18px;
    }

    .container-hero {
        margin-left: 25px;
        margin-right: 25px;
    }

    .hero-title {
        font-size: 45px;
    }

    .section-about {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container-about {
        margin-left: 25px;
        margin-right: 25px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .subtitle-wrapper {
        max-width: 80%;
    }

    .impact-grid {
        flex-flow: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .impact-card {
        align-items: center;
    }

    .container-news {
        margin-left: 25px;
        margin-right: 25px;
    }

    .news-card {
        width: auto;
        max-width: 280px;
    }

    .news-grid {
        flex-flow: wrap;
        align-items: center;
    }

    .programs-grid {
        flex-flow: wrap;
        justify-content: space-around;
    }

    .program-card {
        grid-row-gap: 0px;
        width: 90%;
        height: 300px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .container-programs {
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .donate-content {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .container-2 {
        margin-left: 2%;
        padding-top: 300px;
        padding-left: 20px;
        padding-right: 0;
    }

    .footer-contact {
        margin-bottom: 20px;
    }

    .social-grid {
        grid-column-gap: 30px;
        flex-flow: wrap;
        justify-content: flex-end;
        align-items: center;
    }

    .footer-legal {
        flex-flow: wrap;
        display: block;
    }

    .div-block-3 {
        flex-flow: row;
    }

    .slider {
        justify-content: center;
        align-items: center;
        width: 500px;
        display: flex;
    }

    .content-style {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        max-width: none;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fecha {
        margin-left: 0;
        left: 350px;
    }

    .content-ima-slider {
        width: 100%;
        display: none;
    }

    .section-5 {
        justify-content: center;
    }

    .container-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .div-block-6 {
        flex-flow: column;
    }

    .nav-contacto-btn {
        display: none;
    }

    .news-content,
    .frame-43 {
        max-width: 90%;
    }

    .content-footer {
        flex-flow: column;
        width: 90%;
    }

    .content-text-slider {
        width: 90%;
        margin-left: 20px;
    }

    .container-7 {
        flex-flow: column;
        align-items: center;
        max-width: 90%;
        display: flex;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .nav-menu-wrapper {
        background-color: #f7f7ef;
    }

    .nav-menu {
        background-color: #f7f7ef;
        flex-flow: row;
        justify-content: space-around;
        align-items: center;
        padding-bottom: 30px;
        padding-left: 0;
        display: none;
        box-shadow: 0 2px 5px #0003;
    }

    .nav-dropdown {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40%;
        margin-top: 10px;
        display: flex;
    }

    .nav-dropdown-toggle {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px #0000000d;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: relative;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }

    .nav-dropdown-link {
        margin-top: 0;
        margin-bottom: 0;
        text-decoration: none;
    }

    .menu-button,
    .menu-button.w--open {
        margin-right: 20px;
    }

    .director-card {
        width: 45%;
    }

    .content-directiva {
        flex-flow: column;
        align-items: center;
    }

    .div-block-13 {
        width: auto;
        margin-left: 0;
    }

    .content-teams {
        flex-flow: wrap;
    }

    .hero-directivos {
        height: 40vh;
    }

    .tabs-menu {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        flex-flow: column;
    }

    .button-pago {
        flex-flow: wrap;
    }

    .container-9 {
        flex-flow: column;
        align-items: center;
        margin-bottom: 0;
    }

    .ima-donate {
        justify-content: center;
        align-items: center;
        height: 500px;
        margin-right: 0;
    }

    .contarner-left-donate {
        width: 80%;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .team-card {
        width: auto;
    }

    .content-ima-rigth {
        width: 80%;
    }

    .content-info-left {
        flex-flow: column-reverse;
        width: auto;
        display: block;
    }

    .container-voluntary {
        flex-flow: column-reverse;
        margin: 60px 5%;
    }

    .ima-directivos {
        width: 250px;
        height: 250px;
    }

    .section-telemarketing {
        flex-flow: column-reverse;
    }

    .container-equipo {
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }

    .container-imagen-equipo {
        width: 100%;
    }

    .section-9 {
        padding-left: 40px;
    }

    .tabs-2 {
        flex-flow: column;
        display: flex;
    }

    .content-rigth {
        justify-content: center;
        align-items: center;
        margin-bottom: 60px;
        margin-right: 0;
    }

    .content-left {
        width: 90%;
        display: block;
    }

    .faq-acordeon {
        z-index: 98;
    }

    .card-wrapper {
        width: 250px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .image-21 {
        width: 260px;
    }

    .content-stats-bar {
        padding-left: 0;
        padding-right: 0;
    }

    .container-empresa {
        justify-content: flex-end;
        align-items: flex-start;
        height: 100%;
        padding: 60px 5% 20px;
    }

    .container-12 {
        flex-flow: column;
    }

    .card-copy {
        width: 45%;
    }

    .news-card-copy {
        width: auto;
        max-width: 280px;
    }

    .clients-wrapper-three {
        margin-bottom: -30px;
    }

    .clients-image-three {
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .div-block-28,
    .div-block-29 {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .hero-informes {
        background-image: url('../images/Banner-02-h.webp');
        background-position: 50% 0;
        height: 90vh;
    }

    .informe-card {
        max-width: 280px;
    }

    .container-repote {
        flex-flow: column;
        align-items: center;
        margin-bottom: 0;
    }

    .div-block-34 {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .div-block-35 {
        width: 100%;
        padding-right: 20px;
    }

    .section-banner {
        background-image: url('../images/Banner-01-h.webp');
        background-position: 50% 0;
    }

    .list-item-2 {
        flex-flow: wrap;
        justify-content: space-between;
        display: flex;
    }

    .div-block-38 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: wrap;
        justify-content: space-around;
        align-items: center;
        width: auto;
        display: flex;
    }

    .div-block-39 {
        justify-content: flex-start;
        align-items: flex-start;
        margin: 10px 5% 20px;
        display: flex;
    }

    .div-block-40 {
        border-left: 2px solid var(--primary);
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        width: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 20px;
        padding-left: 20px;
        display: flex;
    }

    .text-block-11 {
        color: var(--primary);
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .div-block-41 {
        justify-content: flex-start;
        align-items: flex-start;
        width: 120px;
        display: flex;
    }

    .button-donate-copy {
        margin-top: 10px;
        margin-left: 0;
        display: flex;
    }

    .hero-shift {
        background-position: 0%;
    }

    .content-shift {
        width: auto;
        margin-bottom: 40px;
    }

    .div-block-44 {
        margin-left: 5%;
        margin-right: 5%;
    }

    .territorios-subnav {
        flex-flow: wrap;
    }

    .container-shift {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 25%;
    }

    .campa-a-shift {
        padding-left: 10px;
        padding-right: 10px;
    }

    .div-block-48 {
        flex-flow: column;
        width: 100%;
        padding-top: 10px;
        display: flex;
    }

    .contact-container {
        flex-flow: column;
        width: 90%;
        margin-top: 20px;
        overflow: clip;
    }

    .content-contact {
        margin-bottom: 20px;
    }

    .div-block-49 {
        width: 100%;
    }

    .code-embed-3 {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .modalcontacto {
        justify-content: center;
        align-items: flex-start;
        height: auto;
        position: sticky;
    }

    .close {
        display: none;
    }

    .close.red {
        display: flex;
    }

    .image-27 {
        margin-top: 10px;
    }

    .productos-shift {
        width: auto;
        max-width: 280px;
    }

    .section-banner-shift {
        background-position: 50% 100%, 50%;
        background-size: auto 260px, cover;
        padding-bottom: 220px;
    }

    .container-trabaja-nosotros {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 5%;
    }

    .tab-2.w--current {
        margin-left: 10px;
        margin-right: 10px;
    }

    .card-job-listing {
        flex-flow: column;
        width: auto;
    }

    .paragraph-10 {
        overflow: hidden;
    }

    .content-banner-shift {
        justify-content: center;
        align-items: center;
        padding-right: 0%;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 15vw;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 30px;
    }

    ul {
        padding-left: 10px;
    }

    .section {
        justify-content: center;
        align-items: center;
        height: 90vh;
    }

    .container-hero {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
        padding-top: 20px;
    }

    .ima-grid-hero {
        height: 180px;
    }

    .hero-title {
        font-size: 40px;
    }

    .section-about {
        margin: 60px 5% 40px;
    }

    .container-about {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .subtitle-wrapper {
        max-width: 100%;
    }

    .impact-grid {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }

    .impact-card {
        grid-row-gap: 0px;
        border-bottom: 1px solid var(--primary);
        flex-flow: column;
        justify-content: space-between;
        width: 80%;
        margin-bottom: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .news-card {
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        max-width: 280px;
        margin-bottom: 40px;
    }

    .news-grid {
        flex-flow: column;
    }

    .program-card {
        height: 350px;
    }

    .section-banner-donate {
        background-image: url('../images/Ima-barre-dodate-mobile.jpg'), url('../images/Ima-barre-dodate.jpg');
        background-position: 50% 0, 50%;
        background-size: cover, cover;
    }

    .donate-content {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        max-width: 90%;
    }

    .container-2 {
        justify-content: center;
        align-items: flex-end;
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 0;
    }

    .fecha {
        top: 250px;
        left: 50px;
    }

    .nav-contacto-btn {
        margin-top: 10px;
        margin-left: 0;
        display: none;
    }

    .banner-new {
        height: 25vh;
    }

    .news-content {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .subtitle {
        font-size: 18px;
    }

    .frame-43 {
        flex-flow: column-reverse;
        justify-content: center;
        align-items: flex-end;
    }

    .lugar-fecha {
        text-align: left;
    }

    .div-block-9 {
        width: 100%;
        padding-top: 10px;
    }

    .content-footer {
        flex-flow: wrap;
        width: 95%;
    }

    .content-text-slider {
        margin-top: 20px;
    }

    .link-footer {
        font-size: 15px;
    }

    .nav-menu {
        flex-direction: column;
    }

    .container-directivos {
        flex-flow: column;
    }

    .director-card {
        align-items: center;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .div-block-13 {
        justify-content: center;
        align-items: flex-start;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-directivos {
        height: 50vh;
    }

    .tab-link-tab-1.w--current {
        margin-bottom: 10px;
        margin-right: auto;
    }

    .tabs-menu-2 {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        justify-content: space-between;
        align-items: flex-start;
    }

    .accion {
        width: 100%;
    }

    .tabs-menu {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        flex-flow: column;
    }

    .button-pago {
        flex-flow: row;
    }

    .ima-donate {
        width: 80%;
    }

    .contarner-left-donate {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }

    .image-18 {
        left: -100px;
    }

    .team-card {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .content-ima-rigth {
        width: 90%;
    }

    .content-info-left {
        width: auto;
    }

    .section-telemarketing {
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
        height: 90vh;
    }

    .container-equipo {
        width: auto;
        margin-top: auto;
        padding-top: 20px;
    }

    .container-imagen-equipo {
        width: 100%;
        height: 50%;
    }

    .section-9 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-rigth {
        width: 90%;
    }

    .content-left {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }

    .faq-acordeon {
        z-index: 98;
    }

    .card-wrapper {
        width: 90%;
    }

    .card-wrapper:hover {
        transform: scale(1.02)perspective(9px);
    }

    .content-stats-bar {
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-empresa {
        justify-content: flex-end;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .div-block-26 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .card-copy {
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .div-block-27 {
        justify-content: center;
        align-items: center;
    }

    .news-card-copy {
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        max-width: 280px;
        margin-bottom: 40px;
    }

    .clients-wrapper-three {
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-items: center;
        margin-bottom: 0;
        display: grid;
    }

    .clients-image-three {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .hero-informes {
        background-position: 0%;
    }

    .informe-card {
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        max-width: 280px;
        margin-bottom: 40px;
    }

    .code-embed-2 {
        margin-right: 20px;
    }

    .div-block-38 {
        justify-content: flex-start;
        align-items: center;
    }

    .div-block-39 {
        flex-flow: column;
    }

    .button-donate-copy {
        margin-top: 10px;
        margin-left: 0;
        display: block;
    }

    .hero-shift {
        background-position: 0%;
    }

    .container-shift {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0%;
    }

    .div-block-46 {
        padding-right: 0;
    }

    .container-shift-text {
        flex-flow: column;
    }

    .content-campa-a {
        padding: 10px;
    }

    .productos-shift {
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        max-width: 280px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .container-22 {
        justify-content: center;
        align-items: center;
    }

    .div-block-50 {
        width: auto;
    }

    .container-trabaja-nosotros {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0%;
    }

    .flotante {
        height: 80px;
        margin-bottom: 20px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .citata-dona {
        bottom: 40px;
    }

    .list-3,
    .list-4 {
        padding-left: 10px;
    }
}
