html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}
ul {
  list-style-position: outside;
}
li {
  margin-left: 20px;
  display: list-item;
}
.tox-content ul,
.tox-content ol {
    padding-left: 1.5em; 
    list-style-type: disc; 
    list-style-position: outside;
}
.imagen1{
    display:flex;
}

.tox-content li {
    display: list-item;
}

.image-feature {
    display: flex;
    width: 100%;
    justify-content: center;
}

.color-text {
    color: #3d3d3d;
}

.nav-right {
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;

}

.aCopy {
    color: #BA44B6;
}

.aCopy:hover {
    color: #BA44B6;
}

.overview-card__content h3 {
    color: white;
}

.containerCounter {
    display: flex;
    justify-content: center;
    position: relative;
    top: -100px;
    max-width: 1500px;
    width: 1300px;
}

.container-Hws {
    max-width: 1400px;
}

.capa-1-icon {
    width: 96.7px;
    position: relative;
    height: 76.6px;
}

.fundacin {
    position: relative;
    line-height: 28px;
}

.todos-por-un {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Nunito Sans';
}

.fundacin-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.capa-1-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    max-width: 235px;
}

.inicio {
    position: relative;
    line-height: 24px;
    font-weight: 500;
}

.inicio-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.donaciones-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
}

.frame-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.frame-group a:hover {
    color: #973492;
}

.vuesaxboldglobal-icon {
    width: 24px;
    position: relative;
    height: 24px;
}

.button {
    position: relative;
    line-height: 20px;
    font-weight: 500;
}

.navigate-down-icon {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.standard-button-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    text-align: center;
    font-size: 16px;
}

.frame-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.nav-bar {
    width: 100%;
    position: relative;
    background-color: #fff;
    height: 80px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 76px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    color: #454545;
    font-family: Nunito;
}

.banner-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 899px;
    object-fit: cover;
}

.button {
    position: relative;
    line-height: 20px;
}

.standard-button {
    top: 559px;
    left: 152px;
    border-radius: 8px;
    background-color: #ffffff;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    box-sizing: border-box;
}

.standard-button1 {
    top: 559px;
    left: 339px;
    border-radius: 8px;
    border: 1px solid #000000;
    box-sizing: border-box;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    cursor: pointer;
}

.standard-button1:hover {
    border: 1px solid #8b03aa;
    pointer-events: auto;
    color: #8b03aa;
    font-family: Nunito;
}

.standard-button1 a.button {
    text-decoration: none;
    color: inherit;
}

.banner-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 899px;
    object-fit: cover;
}

.containerSlider {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.containerSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: fade 1s;
}

.dots {
    position: absolute;
    margin: auto;
    top: 730px;
    bottom: 2%;
    left: 0;
    right: 0;
    width: 7rem;
    height: auto;
    z-index: 5;
}

.dots .dot {
    width: 2rem;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    color: cornsilk;
}

@keyframes fade {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}

.standard-button2 {
    position: relative;
    border-radius: 8px;
    background-color: #ba44b6;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    box-sizing: border-box;
    width: 200px;
}

.standard-button2 a {
    text-decoration: none;
    color: #ffffff;
}

.standard-button2 a:hover {
    text-decoration: none;
    color: #ffffff;
}

.standard-button2:hover {
    background-color: #7b2d76;
    color: #fff;
    font-family: Nunito;
}

.standard-button3 {
    position: relative;
    color: #ffffff;
    border-radius: 8px;
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: transparent;
}

.standard-button3 a.button {
    text-decoration: none;
    color: inherit;
}

.standard-button3 a:hover {
    text-decoration: none;
    color: #8b03aa;
}

.standard-button3:hover {
    color: #8b03aa;
    border: 1px solid #8b03aa;
    font-family: Nunito;
}

.transformando-vidas-juntos {
    position: relative;
    font-size: 64px;
    letter-spacing: 0.01em;
    line-height: 72px;
    font-weight: 800;
    text-align: left;
    display: inline-block;
}

.transformando-vidas-juntos h1 {
    color: #ffffff;
}

.frame-child {
    width: 18px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    height: 18px;
}

.frame-item {
    width: 14px;
    position: relative;
    border-radius: 50%;
    background-color: #d1d1d1;
    height: 14px;
}

.ellipse-parent {
    position: absolute;
    top: 722px;
    left: calc(50% - 43px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.banner {
    width: 100%;
    justify-content: center;
    position: relative;
    height: 899px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: Nunito;
}

.rectangle-icon2 {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 899px;
    object-fit: cover;
}

.overview-card__content p {
    color: white;
}

.historia1 {
    color: #ba44b6;
}

.nuestra-historia {
    position: relative;
    font-size: 48px;
    line-height: 52px;
    display: inline-block;
    width: 100%;
    color: #ba44b6;
}

.a-cerca-de {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: Nunito;
    color: #428506;
    text-align: left;
}

.a-cerca-de-nosotros-wrapper {
    position: relative;
    border-radius: 8px;
    background-color: #d1ff95;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 12px;
    color: #428506;
    width: 208px;
}

.a-lo-largo {
    position: relative;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.containerChild {
    width: 380px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 380px;
}

.historia-child {
    width: 100%;
    height: 100%;
}

.historia-item {
    position: relative;
    top: -20%;
    left: 105%;
    border-radius: 50%;
    background-color: #5bb800;
    width: 32px;
    height: 32px;
}

.containerInner {
    position: relative;
    top: -18%;
    left: 80%;
    border-radius: 20px;
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.historia-inner {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /* Radio de borde de 10px */
    border: 10px solid white;
    /* Borde blanco de 2px */
    overflow: hidden;
    /* Para recortar el contenido que sobresale */
}

.historia-inner img {
    width: 100%;
    /* Asegúrate de que la imagen ocupe todo el ancho */
    height: 100%;
    /* Asegúrate de que la imagen ocupe toda la altura */
    border-radius: 10px;
    /* Aplica el mismo radio de borde a la imagen */
    object-fit: cover;
    /* Asegura que la imagen se ajuste sin deformarse */
}

.heart-icon {
    width: 80%;
    height: 80%;
}

.vuesaxboldheart {
    display: flex;
    width: 61px;
    position: relative;
    border-radius: 14px;
    background-color: #ba44b6;
    height: 61px;
    padding: 1%;
    box-sizing: border-box;
    top: 51%;
    left: -8%;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.containerIcon {
    position: relative;
    top: -30%;
    left: 35%;
    width: 100px;
    height: auto;
}

.pattern-editing-mode-icon {
    width: 100%;
    height: 100%;
}

.historia {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 600px;
    font-size: 20px;
    color: #3d3d3d;
    font-family: Nunito;
    gap: 15%;
    max-width: 1600px;

}

.containerTexto {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    justify-content: center;
    margin-bottom: 100px;
    height: 600px;
}

.containerImages {
    display: flex;
    flex-wrap: wrap;
    max-width: 50%;
    flex-direction: column;
    margin-top: -60px;
}

.aboutUs {
    display: flex;
    justify-content: center;
    background-image: url("/assets/global/css/images/Vector 1.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-bottom: 100px;
}

.marcas {
    position: relative;
    line-height: 24px;
    font-weight: 600;
}

.marcas-wrapper {
    position: relative;
    border-radius: 8px;
    background-color: #b6e3ff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 12px;
    color: #007cd4;
    width: 89px;
}

.patrocinadoresSpam {
    color: #007cd4;
}

.nuestros-patrocinadores {
    position: relative;
    font-size: 48px;
    line-height: 52px;
    display: inline-block;
    width: 386px;
}

.agradecemos-a-nuestros {
    position: relative;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

.nete-a-esta {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    color: #1c1c1c;
    display: inline-block;
    width: 659px;
    margin-top: 80px;
    margin-bottom: 45px;
}

.frame-item {
    width: 14px;
    position: relative;
    border-radius: 50%;
    background-color: #def0ff;
    height: 14px;
}

.containerLogos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.containerLogos:before,
.containerLogos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.containerLogos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.containerLogos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.containerLogos:hover .dd9efb31280ddaeb1fc8970d9059ee-parent {
    animation-play-state: paused;
}

.dd9efb31280ddaeb1fc8970d9059ee-parent {
    display: inline-block;
    animation: 25s slide infinite linear;
    width: max-content;
}

.dd9efb31280ddaeb1fc8970d9059ee-parent img {
    height: 115px;
    margin: 0 40px;
}

.partocinadores {
    display: flex;
    width: 100%;
    position: relative;
    height: auto;
    text-align: left;
    font-size: 20px;
    color: #3d3d3d;
    font-family: Nunito;
    flex-direction: column;
    max-width: 1400px;
    padding-bottom: 100px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.donaciones-child {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.patron-2-1-icon {
    position: absolute;
    width: auto;
    height: 654px;
    object-fit: cover;
    mix-blend-mode: soft-light;
    background-repeat: repeat-y;
}

.con-tu-contribucin {
    color: #1c1c1c;
}

.transforma-vidas-con-container {
    position: relative;
    font-size: 48px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    width: 50%;
    color: #5bb800;
    margin-top: 60px;
}

.tu-donacin-genera {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    width: 80%;
    margin-top: 20px;
}

.donaciones-item {
    position: relative;
    top: 445px;
    left: -10px;
    width: 382px;
    height: 750px;
    object-fit: contain;
}

.user-icon {
    width: 40px;
    position: relative;
    height: 40px;
}

.user-wrapper {
    border-radius: 8px;
    background-color: #b6e3ff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.donacin-nica {
    width: 100%;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    display: inline-block;
}

.nete-al-cambio {
    color: #ba44b6;
}

.convierte-tu-aporte-container {
    width: 307px;
    position: relative;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.caretright-icon {
    width: 20px;
    position: relative;
    height: 20px;
}

.standard-button-Feature {
    border-radius: 8px;
    border: 1px solid #1c1c1c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    gap: 8px;
    text-align: center;
    color: #1c1c1c;
    cursor: pointer;
}

.standard-button-Feature:hover {
    border: 1px solid #8b03aa;
    pointer-events: auto;
    color: #8b03aa;
    font-family: Nunito;
}

.caretright-icon:hover {
    color: #8b03aa;
}

.donacin-nica-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 40px
}

.frame-parent-Feature {
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(66, 16, 62, 0.07);
    width: 430px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    box-sizing: border-box;
    margin: 10px;
}

.usersfour-wrapper {
    border-radius: 8px;
    background-color: #f4d8f6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.donacin-corporativa {
    position: relative;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.laptop-wrapper {
    border-radius: 8px;
    background-color: #d1ff95;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.donacin-interactiva {
    align-self: stretch;
    position: relative;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.donaciones {
    width: 100%;
    position: relative;
    height: auto;
    text-align: left;
    font-size: 16px;
    color: #3d3d3d;
    font-family: Nunito;
    padding: 0 72px;
}

.donaciones2 {
    width: 100%;
    position: relative;
    height: auto;
    text-align: left;
    font-size: 16px;
    color: #3d3d3d;
    font-family: "Nunito";
    padding: 30px 72px;
    max-width: 1600px;
}

.containerBg {
    background-color: #b6e3ff;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}

.patron-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/global/css/images/patron_2 1.png");
    background-repeat: repeat-y;
    background-position: center;
    pointer-events: none;
    mix-blend-mode: soft-light;
}

.containerFeatur {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.containerDonaciones {
    display: flex;
    justify-content: space-between;
    text-align: justify;
}

.user-wrapper-0 {
    width: 100px;
    height: 100px;
    background-color: #b6e3ff54;
}

.user-wrapper-1 {
    width: 100px;
    height: 100px;
    background-color: #f4d8f673;
}

.user-wrapper-2 {
    width: 100px;
    height: 100px;
    background-color: #d1ff9570;
}

.tu-donacin-construye {
    text-align: left;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cmo-donar-child {
    position: absolute;
    background-color: #def0ff;
    width: 2px;
    height: 220px;
    left: 12px;
    top: 295px;
}

.donar {
    color: #ba44b6;
}

.cmo-donar1 {
    position: relative;
    font-size: 48px;
    line-height: 52px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.container-aling {
    display: flex;
    margin-top: 4rem;
    gap: 4rem;
}

.cmo-donar-item {
    position: relative;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmo-donar-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.rectangle-icon {
    position: relative;
    border-radius: 24px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.explora-diversas-formas {
    position: relative;
    line-height: 28px;
    display: inline-block;
    width: 100%;
}

.crea-tu-cuenta {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.content-text-Hws {
    flex-direction: column;
}

.escoge-el-proyecto {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;

}

.participa-de-las {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.crea-una-cuenta {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    width: 249px;
}

.escoge-un-proyecto {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
}

.gana-mientras-ayudas {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
}

.ellipse-div {
    position: absolute;
    border-radius: 50%;
    background-color: #ba44b6;
    width: 40px;
    height: 39px;
    top: 164px;
    left: 223px;
}

.cmo-donar-child1 {
    position: absolute;
    border-radius: 50%;
    background-color: #5bb800;
    width: 59px;
    height: 59px;
    top: 671px;
    left: 200px;
}

.standard-button-Hws {
    position: relative;
    border-radius: 8px;
    background-color: #ba44b6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 172px;
    margin-top: 40px;
    cursor: pointer;
}

.standard-button-Hws:hover {
    background-color: #7b2d76;
}

.cmo-donar-child2 {
    display: flex;
    position: relative;
    border-radius: 50%;
    background-color: #d1ff95;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.cmo-donar-child3 {
    display: flex;
    position: relative;
    border-radius: 50%;
    background-color: #b6e3ff;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.cmo-donar-child4 {
    display: flex;
    position: relative;
    border-radius: 50%;
    background-color: #b6e3ff;
    width: 38px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.cmo-donar-child5 {
    position: absolute;
    border-radius: 50%;
    background-color: #5bb800;
    width: 12px;
    height: 12px;
}

.cmo-donar-child6 {
    position: absolute;
    border-radius: 50%;
    background-color: #007cd4;
    width: 12px;
    height: 12px;
}

.cmo-donar-child7 {
    position: absolute;
    border-radius: 50%;
    background-color: #007cd4;
    width: 12px;
    height: 12px;
}

.pattern-editing-mode-icon {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pattern-editing-mode-icon1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.cmo-donar {
    display: flex;
    width: 100%;
    position: relative;
    height: 889px;
    text-align: left;
    font-size: 20px;
    color: #3d3d3d;
    font-family: Nunito;
    margin-top: 200px;
    gap: 15%;
    max-width: 1600px;
}

.sectionHws {
    padding: 50px 72px;
    width: 100%;
}

.containerHws1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
}

.containerHws2 {
    display: flex;
    flex-wrap: wrap;
    width: 34%;
    position: relative;
    top: -18%;
}

.containerImgHws1 {
    position: relative;
    width: 392px;
    height: 392px;
}

.containerImgHws2 {
    position: relative;
    left: 271px;
    width: 215px;
    height: 215px;
    top: 70px;
    z-index: 1;
}

.containerImgHws3 {
    width: 240px;
    height: 240px;
    left: 310px;
    top: 10px;
    position: relative;
}

.containerImgHws4 {
    position: relative;
    width: 129px;
    height: 67px;
    left: 181px;
    top: -250px;
}

.containerImgHws5 {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 85px;
    left: 80px;
}

.frecuentes {
    color: #3d3d3d;
}

.preguntas-frecuentes1 {
    position: relative;
    font-size: 48px;
    line-height: 52px;
    display: inline-block;
    width: 522px;
    color: #007cd4;
}

.aclara-tus-dudas {
    position: relative;
    line-height: 28px;
    display: inline-block;
    width: 517px;
}

.cmo-puedo-realizar {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    width: 522px;
}

.cmo-puedo-realizar1 {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    width: 522px;
}

.cmo-puedo-realizar2 {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    width: 522px;
}

.navigate-down-icon {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.navigate-down-icon1 {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.navigate-down-icon2 {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.preguntas-frecuentes-child {
    position: relative;
    border-radius: 8px;
    background-color: #e7e7e7;
    width: 1px;
    height: 79px;
}

.sectionFaq {
    padding-bottom: 10rem;
    padding-top: 100px;
}

.preguntas-frecuentes {
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 20px;
    color: #3d3d3d;
    font-family: Nunito;
    display: flex;
    max-width: 1600px;
}

.accordion-body p {
    font-size: 16px;
}

.containerFaq {
    width: 50%
}

.containerFaq2 {
    width: 50%;
}

.cta-child {
    position: relative;
    border-radius: 32px;
    background-color: #ba44b6;
    width: 100%;
    height: 456px;
}

.patron-2-1-icon2 {
    position: absolute;
    width: 100%;
    height: 465px;
    object-fit: cover;
    mix-blend-mode: soft-light;
}

.haz-tu-donacin {
    position: relative;
    line-height: 52px;
    display: inline-block;
    width: 100%;
}

.tu-generosidad-tiene {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    text-align: justify;
}

.preguntas-frecuentes-1 {
    position: relative;
    width: 544px;
    height: 669px;
    object-fit: cover;
}

.ghost-button {
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    text-align: center;
    font-size: 16px;
    color: #662960;
    width: 200px;
}

.cta {
    width: 100%;
    position: relative;
    height: 456px;
    text-align: left;
    font-size: 48px;
    color: #fff;
    font-family: Nunito;
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
}

.containerCta {
    position: absolute;
    width: 100%;
    display: flex;
    height: 456px
}

.ImgCta {
    position: relative;
    width: 50%;
    top: -213px;
    left: 50px;
}

.containerHaz {
    position: relative;
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.containerDonations {
    padding: 0 72px;
}

.titleDonations {
    width: 100%;
    line-height: 72px;
    text-align: center;
    margin-bottom: 30px;
}

.titleDonations h1 {
    font-weight: 900;
    font-family: Nunito;
    font-size: 64px;
    letter-spacing: 0.01em;
    color: #454545;
}

.subtitleDonations {
    width: 100%;
    line-height: 28px;
    text-align: center;
    padding: 0 12rem;
    margin-bottom: 90px;
}

.subtitleDonations h2 {
    font-size: 18px;
    font-family: Nunito;
    color: #3d3d3d;
}

.itemDonations {
    width: 42px;
    border-radius: 50%;
    background-color: #5bb800;
    height: 42px;
    top: -130px;
    left: 120px;
}

.itemDonations2 {
    width: 62px;
    border-radius: 50%;
    background-color: #007cd4;
    height: 62px;
    top: 40px;
    left: 60px;
}

.imgDonations1 {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}

.imgDonations3 {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}

.imgDon1 {
    width: 470px;
    height: 470px;
}

.imgDon2 {
    width: 371px;
    height: 371px;
    top: -50px;
    left: 50px;
}

.imgdon3 {
    width: 300px;
    height: 300px;
    top: -143px;
    left: 110px;
}

.donationsPage {
    background-image: url("/assets/global/css/images/fondo corazon.png");
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-top: 50px;
    background-position-x: center;
}

.vuesaxboldheart2 {
    width: 72px;
    height: 72px;
    background-color: #ba44b6;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    top: -38px;
    left: -217px;
}

.donation-title-personal {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #b6e3ff;
}

.donation-title-corporativa {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #f4d8f6;
}

.donation-title-interactiva {
    position: relative;
    line-height: 24px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #e8ffc7;
}

.donation-unica {
    border-radius: 8px;
    background-color: #b6e3ff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 12px;
}

.standard-button-parent-unica a {
    color: #fff;
    text-decoration: none;
}

.standard-button-parent-unica a:hover {
    color: #fff;
}

.container-one {
    gap: 41px;
    max-width: 1250px;
    justify-content: space-between;
    width: 100%;
}

.container-two {
    gap: 50px;
    width: 100%;
    max-width: 1250px;
}

.interactive-container {
    display: flex;
}

.donacin {
    margin: 0;
}

.nica {
    margin: 0;
    color: #007cd4;
}

.donacin-nica {
    width: 80%;
    position: relative;
    font-size: 48px;
    line-height: 52px;
    display: inline-block;
    color: #3d3d3d;
}

.frame-g-unica {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
}

.description-unica {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #3d3d3d;
}

.frame-p-unica {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.standard-button-unica {
    border-radius: 8px;
    background-color: #ba44b6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
}

.caretdown-icon {
    width: 20px;
    position: relative;
    height: 20px;
}

.opciones-de-pago-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.standard-button-parent-unica {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.donations-corp {
    border-radius: 8px;
    background-color: #f4d8f6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 12px;
}

.corp {
    margin: 0;
    color: #973492;
}

.frame-g-corp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.description-corp {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #3d3d3d;
}

.frame-p-corp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.standard-button-corp {
    border-radius: 8px;
    background-color: #ba44b6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
}

.standard-button-parent-corp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.standard-button-int {
    border-radius: 8px;
    background-color: #ba44b6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
}

.standard-button-parent-int {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.standard-button-int a {
    color: #ffffff
}

.standard-button-int a:hover {
    color: #ffffff
}

.description-int {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #3d3d3d;
}

.donation-corporativa {
    width: 100%;
    max-width: 600px;
    position: relative;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px;
    gap: 32px;
    text-align: left;
    font-size: 20px;
    color: #973492;
    font-family: Nunito;
}

.donation-corporativa h2 {
    color: #973492;
    font-size: 48px;
}

.donation-personal {
    width: 100%;
    max-width: 600px;
    position: relative;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px;
    gap: 32px;
    text-align: left;
    font-size: 20px;
    color: #007cd4;
    font-family: Nunito;
}

.donation-personal h2 {
    color: #007cd4;
    font-size: 48px;
}

.donation-interactiva {
    width: 100%;
    position: relative;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px;
    gap: 32px;
    text-align: left;
    font-size: 20px;
    color: #428506;
    font-family: Nunito;
}

.donation-interactiva h2 {
    color: #428506;
    font-size: 48px;
}

.donationsType {
    padding: 0 72px;
    gap: 30px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.frame-g-int {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.int {
    margin: 0;
    color: #428506;
}

.container-int {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.donations-int {
    border-radius: 8px;
    background-color: #e8ffc7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 12px;
}

.donacin-nica-2 {
    width: 386px;
    position: relative;
    font-size: 48px;
    line-height: 52px;
    display: inline-block;
    color: #3d3d3d;
}

.container-donations-int {
    display: flex;
    justify-content: center;
    width: 100%;
}

.custom-table-int {
    background-color: #e8ffc7 !important;
}

.custom-table-int th {
    color: #428506 !important;
    font-size: 16px !important;
}

.th-int-title {
    width: 30%
}

.th-int-date {
    width: 20%
}

.th-int-price {
    width: 20%
}

.th-int-status {
    width: 15%
}

.custom--table tbody tr:last-child td {
    border-bottom: 1px solid #428506 !important;
}

.sectionContact {
    padding: 50px 300px 150px;
}

.titleContact {
    font-size: 64px;
    letter-spacing: 0.01em;
    line-height: 72px;
    font-weight: 900;
    font-family: Nunito;
    text-align: center;
    margin-bottom: 80px;
}

.formContainerContact {
    width: 100%;
}

.formInput {
    width: 50%;
}

.formContact {
    width: 100%;
}

.inputStyle {
    border-radius: 8px;
    border: 1px solid #888;
    height: 48px;
    width: 80%;
}

.infoContect {
    width: 80%;
}

.formInfo {
    justify-content: center;
    margin-top: 30px;
    width: 50%;
}

.containersInfo {
    background-color: #DEF0FF;
    border-radius: 32px;
    width: 522px;
    height: 377px;
    gap: 50px;
    justify-content: center;
}

.containerInfo1 {
    text-align: center;
}

.containerInfo1 h6 {
    font-weight: 600;
    font-family: Nunito;
    color: #414042;
    font-size: 22px;
}

.containerInfo1 p {
    font-family: Nunito;
    color: #414042;
    font-size: 16px;
}

.containerInfo2 {
    text-align: center;
}

.containerInfo2 h6 {
    font-weight: 600;
    font-family: Nunito;
    color: #414042;
    font-size: 22px;
}

.containerInfo2 p {
    font-family: Nunito;
    color: #414042;
    font-size: 16px;
}

.containerInfo3 {
    text-align: center;
}

.containerInfo3 h6 {
    font-weight: 600;
    font-family: Nunito;
    color: #414042;
    font-size: 22px;
}

.containerInfo3 p {
    font-family: Nunito;
    color: #414042;
    font-size: 16px;
}

.standard-button-contact {
    position: relative;
    border-radius: 8px;
    background-color: #ba44b6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 172px;
    margin-top: 40px;
}

.standard-button-contact:hover {
    background-color: #7b2d76;
}

.banner2 {
    width: 100%;
    position: relative;
    height: 800px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: Nunito;
    margin-bottom: 200px;
}

.rectangle-icon8 {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 800px;
    object-fit: cover;
}

.volunteerSlider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 35%);
    /* Ajusta el 0.5 para más o menos oscuridad */
    z-index: 0;
}

.section-header-benefits {
    position: relative;
}

.section-header-benefits p {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-family: Nunito;
    color: #3d3d3d;
    text-align: center;
    display: inline-block;
}

.font-benefits {
    position: relative;
    font-size: 48px;
    line-height: 52px;
    display: inline-block;
    font-family: Nunito;
    color: #3d3d3d;
    text-align: center;
}

.container-benefits {
    position: relative;
    width: 100%;
}

.overview-section-benefits {
    padding: 0 72px;
    width: 100%;
}

.containerIconsBenefits {
    width: 100%;
    justify-content: center;
}

.overview-wrapper2 {
    background-color: #ffffff;
    box-shadow: none;
    padding: 12px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    height: 200px;
    width: 100%;
    align-content: center;
}

.benefits-texts h3 {
    color: #454545 !important;
    font-size: 24px;
}

.iconBenefits {
    gap: 40px;
}

.gapBenefits {
    gap: 30px;
}

.section-header-benefits {
    position: relative;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.section-subheader-benefits {
    position: relative;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.sectionCta {
    padding-top: 100px;
}

.section-subheader-benefits p {
    width: 1070px;
}

.textAreaBenefits {
    gap: 30px;
    margin-bottom: 60px;
}

.benefits-texts {
    display: flex;
    padding-left: 0 !important;
    align-items: center;
}

.sectionBlog {
    margin-bottom: 100px;
    padding-top: 100px;
}

.containerBlog, .izqBlog, .derBot {
    height: 530px;
}

.derBot .blog-card__content,
.derBot .contenBlog,
.derBot .tendencias-parent,
.derBot .blog-card__title,
.derBot .blog-card__desc {
    display: none;
}

.derBot .blog-card__thumb {
    height: 100%;
    width: 100%;
}

.derBot .row {
    height: 500px;
}

.blog-card__title {
    padding: 0 20px;
    color: #ffffff;
}

.blog-card__title a {
    text-decoration: none;
    color: inherit;
}

.blog-card__title a:hover {
    text-decoration: none;
    color: inherit;
}

.blog-card__content {
    position: relative;
}

.blog-card__thumb {
    width: 100%;
    height: 100%;

}

.blog-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.containerBlogInicio {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
}

.container .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.blogCard {
    width: 100%;
    height: 91%;
}

.contenBlog {
    position: relative;
    top: -239px;
    height: 180px;
}

.contenImgDer {
    display: flex;
    width: 50%;
}

.standard-button4 {
    color: #ffffff;
    border-radius: 8px;
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: transparent;
}

.textDescripcion {
    color: #3d3d3d;
}

.standard-button4 a.button {
    text-decoration: none;
    color: inherit;
}

.standard-button4 a:hover {
    text-decoration: none;
    color: #8b03aa;
}

.standard-button4:hover {
    color: #8b03aa;
    border: 1px solid #8b03aa;
    font-family: Nunito;
}

.sectionHeaderBlog {
    width: 100%;
    margin-bottom: 5rem;
}

.containerEncabezado {
    width: 100%;
}

.textTitle {
    width: 50%;
}

.tendencias {
    position: relative;
    line-height: 20px;
    font-weight: 600;
}

.tendencias-parent {
    position: relative;
    border-radius: 4px;
    background-color: #d1ff95;
    width: 96px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 12px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    color: #428506;
    font-family: Nunito;
    margin: 20px;
}

.tendencias2 {
    margin-left: 0px;
}

.section-title-blog {
    font-size: 48px;
}

.juntos-podemos-crear {
    width: 788px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: Nunito;
    color: #973492;
    text-align: left;
    display: inline-block;
}

.containerDetailsBlogs {
    padding: 70px 72px;
}

.sidebar {
    padding-left: 100px;
}

.widget-blog {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.post-title {
    margin-left: -20px;
}

.frame-child-donation {
    width: 205px;
    position: relative;
    border-radius: 16px;
    height: 205px;
    object-fit: cover;
}

.disponible {
    position: relative;
    line-height: 24px;
    font-weight: 600;
}

.btn-lottery {
    border: 1px solid black;
    color: black !important;
}

.btn-lottery:hover {
    color: rgb(255, 255, 255) !important;
}

.disponible-wrapper {
    margin-top: 8px;
    border-radius: 8px;
    background-color: #d1ff95;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 12px;
    color: #428506;
}

.ayudandome-a-mi {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.contribuye-individualmente {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
}

.frame-group-donation {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.puestos-disponibles {
    position: relative;
    line-height: 28px;
    color: #5d5d5d;
}

.parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.frame-container-donation {
    width: 522px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 54px;
}

.frame-parent-donation {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.rectangle-parent {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    max-height: 205px;
}

.wrapper {
    border-radius: 8px;
    height: 106px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    box-sizing: border-box;
}

.parent3 {
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 24px;
    gap: 10px;
}

.frame-parent1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.porfavor-ingresa-a {
    flex: 1;
    position: relative;
    line-height: 24px;
}

.signin-icon {
    width: 20px;
    position: relative;
    height: 20px;
}

.standard-button {
    border-radius: 8px;
    border: 1px solid #1c1c1c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    gap: 8px;
    text-align: center;
    color: #1c1c1c;
}

.porfavor-ingresa-a-tu-cuenta-p-parent {
    width: 100%;
    border-radius: 8px;
    background-color: #faecfb;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    gap: 12px;
    font-size: 16px;
}

.frame-div-donation {
    height: 205px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.cards {
    width: 100%;
    position: relative;
    border-radius: 24px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 20px;
    color: #3d3d3d;
    font-family: Nunito;
}

.img-details {
    width: 100%;
}

.frame-div-donation .clock>div {
    display: flex;
    flex-direction: column;
    height: 64px;
    width: calc(25% - 10px);
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}

.frame-div-donation .clock {
    width: 100%;
    gap: 5px;
}

.frame-div-donation .clock p {
    font-size: 15px;
    color: #3d3d3d;
    font-family: Nunito;
    text-align: center;
}

.donation-box {
    border-radius: 32px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 50px;
}

.frame-child {
    width: 246px;
    position: relative;
    border-radius: 16px;
    height: 237px;
    object-fit: cover;
}

.disponible {
    position: relative;
    line-height: 24px;
    font-weight: 600;
}

.ayudandome-a-mi-mis {
    position: relative;
    font-size: 48px;
    line-height: 52px;
    font-family: Nunito;
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 40px;
}

.contribuye-individualmente-y {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-family: Nunito;
    color: #3d3d3d;
    text-align: left;
}

.frame-group-details {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.frame-container-details {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 54px;
    text-align: left;
    font-size: 20px;
    color: #3d3d3d;
    font-family: Nunito;
}

.frame-parent-details {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 52px;
}

.rectangle-parent-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 60px;
}

.frame-div-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.cards-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.img-lottery {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

.container-img-lottery {
    width: 600px;
    height: 300px;
}

.rectangle-parent-details img {
    position: relative;
    border-radius: 16px;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
    object-position: top;
}

.cards-inner .clock>div {
    display: flex;
    flex-direction: column;
    height: 100px;
    width: calc(25% - 25px);
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}

.cards-inner .clock {
    width: 500px;
    gap: 5px;
}

.cards-inner .clock p {
    font-size: 15px;
    color: #3d3d3d;
    font-family: Nunito;
    text-align: center;
}

.cards-inner .clock span {
    font-size: 30px;
}

.balance-user {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    font-family: Nunito;
    color: #3d3d3d;
    text-align: left;
}

.standard-button-details {
    border-radius: 8px;
    border: 1px solid #1c1c1c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1c1c1c;
    cursor: pointer;
    padding: 12px 24px;
    font-family: Nunito;
}

.standard-button-details:hover {
    border: 1px solid #8b03aa;
    pointer-events: auto;
    color: #8b03aa;
    background-color: transparent !important;
}

.standard-button-details2 {
    border-radius: 8px;
    border: 1px solid #1c1c1c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1c1c1c;
    cursor: pointer;
    padding: 12px 24px;
    font-family: Nunito;
}

.footer-part .left p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    font-family: Nunito;
    color: #3d3d3d;
    text-align: left
}

.shared-donation {
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
}

.heading-benefits {
    color: #ba44b6;
}

.heading-benefits p {
    color: #3d3d3d;
}

.comparte-y-gana {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    font-family: Nunito;
    color: #3d3d3d;
    text-align: left
}

.benefits-header {
    width: 100%;
    padding-bottom: 25px;
}

.benefits-header p {
    padding-top: 50px;
}

.title-benefit {
    padding-left: 15px;
}

.content-icons-card {
    align-items: center;
    width: 100%;
    justify-content: center;
}

.section-opotunities {
    padding: 150px 72px;
}

.header-oportunities {
    width: 100%;
}

.container-section-title {
    width: 30%;
    text-align: left;
}

.container-section-title h2 {
    font-size: 2rem;
}

.container-section-p {
    width: 70%;
    text-align: right;
}

.container-section-p p {
    font-size: 18px !important;
    font-family: 'Nunito';
    color: #3d3d3d;
}

.benefits-counters {
    display: flex;
}

.container-cards-benefits {
    display: flex;
    max-width: 1082px;
}

.single-slide {
    border-radius: 32px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding: 32px;
    gap: 32px;
    text-align: left;
    color: #3d3d3d;
    font-family: Nunito;
    width: auto !important;
}

h5.card-title {
    color: #ba44b6;
}

.container-oportunities {
    gap: 10px;
}

.img-oportunities {
    width: 100%;
    position: relative;
    border-radius: 16px;
    max-width: 100%;
    overflow: hidden;
    height: 186px;
    flex-shrink: 0;
    object-fit: cover;
}

.standard-button-Hws {
    color: #ffffff !important;
}

.blog-card-page {
    top: -230px;
}

.blog-card-page .tendencias-parent {
    margin: 0;
    margin-bottom: 10px;
}

.blog-content-card {
    height: 350px;
}

.container-section-blog {
    justify-content: start;
}

.blog-card__title__blog {
    color: #ffffff;
}

.blog-card__title__blog a {
    color: #ffffff;
}

.blog-card__title__blog a:hover {
    color: #ffffff;
}

.standard-button5 {
    color: #ffffff;
    border-radius: 8px;
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    width: 150px;
    background-color: transparent;
}

.standard-button5 a.button {
    text-decoration: none;
    color: inherit;
}

.standard-button5 a:hover {
    text-decoration: none;
    color: #8b03aa;
}

.standard-button5:hover {
    color: #8b03aa;
    border: 1px solid #8b03aa;
    font-family: Nunito;
}

.content-cards2 {
    height: 350px;
}

.header-section-blog-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.title-page-blog h2 {
    position: relative;
    font-size: 48px !important;
    letter-spacing: 0.01em;
    line-height: 72px;
    font-weight: 900;
    font-family: Nunito;
    color: #454545;
    text-align: left;
    display: inline-block;
}

.subheader-page-blog {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-family: Nunito;
    color: #3d3d3d;
    text-align: left;
    display: inline-block;
    padding-bottom: 150px;
    text-align: justify;
}

.container-size-mobile {
    display: none;
}

.container-size {
    max-width: 1600px;
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 15rem;
    gap: 50px;
}

.container-buttom-banner {
    gap: 20px;
}

.menu-icon {
    display: none;
}

.containerImages-mobile {
    display: none;
}

.containerHws-mobile {
    display: none;
}

/* Clases y reglas CSS personalizadas para evitar conflictos */
.custom-capa-1-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    max-width: 235px;
}

.custom-inicio {
    position: relative;
    line-height: 24px;
    font-weight: 500;
}

.custom-inicio-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.custom-menu-has-children {
    position: relative;
}

.custom-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    z-index: 1000;
}

.custom-sub-menu li {
    margin: 0;
    padding: 0;
}

.custom-sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #454545;
    text-decoration: none;
    white-space: nowrap;
}

.custom-sub-menu li a:hover {
    background-color: #f8f8f8;
}

.custom-menu-has-children:hover .custom-sub-menu {
    display: block;
}

.custom-frame-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.custom-frame-group a:hover {
    color: #973492;
}

.custom-vuesaxboldglobal-icon {
    width: 24px;
    position: relative;
    height: 24px;
}

.custom-button {
    position: relative;
    line-height: 20px;
    font-weight: 500;
}

.custom-navigate-down-icon {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.custom-standard-button-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    text-align: center;
    font-size: 16px;
}

.custom-frame-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.custom-nav-bar {
    width: 100%;
    position: relative;
    background-color: #fff;
    height: 80px;
    overflow: visible;
    /* Permitir que los submenús se muestren fuera del contenedor */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 76px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    color: #454545;
    font-family: Nunito;
}

.custom-navbar-button {
    border-radius: 8px;
    border: 1px solid #1c1c1c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    gap: 8px;
    text-align: center;
    color: #1c1c1c;
}

.custom-navbar-button a:hover {
    color: #ba44b6 !important;
    text-decoration: none;
}

.custom-navbar-button:hover {
    color: #ba44b6 !important;
    border: 1px solid #ba44b6;
}

.custom-standard-button {
    border-radius: 8px;
    border: 1px solid #1c1c1c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    gap: 8px;
    text-align: center;
    color: #1c1c1c;
}

.text-dashboard {
    font-weight: 600;
    font-size: 35px;
    font-family: 'Nunito';
}

.form--control {
    border: 1px solid #d1d1d1 !important;
}

.input-group-text {
    border: 1px solid #d1d1d1 !important;
    background-color: #f4d8f6 !important;
    color: #3d3d3d !important;
}

.dashboard-card {
    color: #3D3D3D;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}

.dashboard-card h3 {
    color: #3D3D3D !important;
}

.dashboard-card .icon {
    color: #259cf1 !important;
}

.container-dashboard {
    display: flex;
    gap: 50px;
}

.container-items-dashboard1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container-items-dashboard2 {
    width: 100%;
    display: flex;
    background-color: #f4d8f6 !important;
    justify-content: center;
    border-radius: 10px;
}

.container-items-dashboard3 {
    width: 100%;
    display: flex;
    background-color: #d1ff95 !important;
    justify-content: center;
    border-radius: 10px;
}

.balance-card {
    background-color: #b6e3ff !important;
    border-radius: 10px;
    height: 100%;
}

.dashboard-card {
    background-color: transparent;
}

.balance-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sbd:hover {
    color: #1c1c1c !important;
}

.custom--table tbody tr:last-child td {
    border-bottom: none !important;
}

.custom--table {
    border: 1px solid #d1d1d1 !important;
}

.custom--table thead {
    background-color: #b6e3ff !important;
}

.custom--table thead th {
    font-size: 18px;
    font-weight: 600;
    color: #3D3D3D;
}

.title-all-loterys h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.input-popup {
    color: #3D3D3D !important;
}

.title-all-loterys-donate {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.btn-details-donation {
    border: 1px solid #d1d1d1 !important;
}

.modal-body {
    color: #3D3D3D !important;
}

.pre-ticket-epayco {
    color: #3D3D3D !important;
}

.invoice-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 20px;
}

.invoice-card-body {
    padding: 20px;
}

.invoice-card-title {
    font-size: 40px;
    font-weight: 600;
    color: #3D3D3D;
    margin-bottom: 20px;
    text-align: center;
}

.invoice-details-table {
    width: 100%;
    border-collapse: collapse;
}

.invoice-details-table td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    color: #3D3D3D;
}

.invoice-details-table td:first-child {
    width: 40%;
    font-weight: bold;
    color: #333;
}

.invoice-details-table td:last-child {
    width: 60%;
}

.invoice-button {
    background-color: #ba44b6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1em;
    margin: 20px auto;
    cursor: pointer;
    display: block;
    width: 50%;
    text-align: center;
    transition: background-color 0.3s ease;
}

.invoice-button:hover {
    background-color: #7b2d76;
}

.imgDonations-mobile {
    display: none !important;
}

.banner-volunteer-mobile {
    display: none;
}

.banner-volunteer {
    position: relative;
    display: flex;
    flex-direction: column;
    top: -500px;
    padding: 0 10%;
}

.buttons-volunteer {
    display: flex;
    gap: 25px;
}

.section-title span {
    font-weight: 700;
}

.section-title p {
    font-weight: 500;
}

.section-header-oportunities {
    display: flex;
    justify-content: center;
    margin-bottom: 2.8125rem;
}

.container-footer {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}

.logo-footer, .redes-footer, .copy-footer, .container-copy {
    width: auto;
}

.copy-footer span {
    color: #3d3d3d;
}

.ticket-details-raffle {
    display: flex;
    gap: 10px
}

.addMore-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.middle-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.text-balance {
    font-size: 12px;
}

.balance-user-details {
    display: flex;
    flex-wrap: wrap;
}

.section-details-lottery {
    background-image: url("/assets/global/css/images/fondo detalles.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.button-details-lottery {
    margin-top: 0;
}

.floating-social-buttons-container {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    transition: transform 0.3s ease;
    /* Animación suave */
}

.floating-social-buttons {
    background-color: #ba44b6;
    border-radius: 10px 0 10px 10px;
    padding: 10px;
}

.floating-social-buttons .social-icons {
    display: block;
}

.floating-social-buttons a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #ba44b6;
    font-size: 20px;
}

.toggle-button {
    background-color: #ba44b6;
    color: #fff;
    border-radius: 0 10px 10px 0;
    width: 20px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    /* Para rotar la flecha */
}

/* Estado contraído */
.floating-social-buttons-container.collapsed {
    transform: translate(-75%, -50%);
    /* Mueve todo el contenedor hacia la izquierda sin afectar su posición vertical */
}

.floating-social-buttons-container.collapsed .toggle-button {
    transform: rotate(180deg);
    border-radius: 10px 0 0 10px;
    /* Rota la flecha al colapsar */
}



.container-size,
.containerBlogInicio, .preguntas-frecuentes, .historia, .cta {
    max-width: 1400px;
}

.historia, .cmo-donar {
    gap: 6%;
}

.description-benefits {
    padding-bottom: 50px;
}


@media screen and (max-width: 1440px) {

    .container-size, .partocinadores,
    .containerBlogInicio, .preguntas-frecuentes, .historia, .cta {
        max-width: 1150px;
    }

    .historia {
        gap: 6%;
    }

    .cmo-donar {
        gap: 6%;
    }
}

@media screen and (max-width: 1180px) {
    .nav-bar {
        padding: 0 2rem;
    }

    .capa-1-parent {
        padding-right: 10px;
    }

    .container-size, .partocinadores,
    .containerBlogInicio, .preguntas-frecuentes, .historia, .cta {
        max-width: 950px;
    }

    .historia {
        gap: 6%;
    }

    .cmo-donar {
        gap: 6%;
    }

    .containerChild {
        width: 320px;
        height: 320px;
    }

    .containerInner {
        width: 180px;
        height: 180px;
    }

    .containerIcon {
        top: -25%;
    }

    .containerImages {
        margin-top: 3px;
    }

    .donacin-nica {
        font-size: 35px;
        line-height: 35px;
    }

    .donacin-nica-parent {
        margin-top: 15px;
    }

    .convierte-tu-aporte-container {
        font-size: 13px;
    }

    .standard-button-Feature {
        padding: 6px 12px;
    }

    .ellipse-div, .cmo-donar-child1 {
        left: 150px;
    }

    .containerImgHws5 {
        left: 0;
    }

    .containerImgHws4 {
        left: 75px;
    }

    .containerImgHws3 {
        width: 200px;
        height: 200px;
        left: 222px;
        top: -26px;
    }

    .containerImgHws1 {
        width: 280px;
        height: 280px;
    }

    .containerImgHws2 {
        left: 230px;
        width: 180px;
        height: 180px;
        top: 90px;
    }

    .preguntas-frecuentes {
        gap: 50px;
        font-size: 18px;
    }

    .preguntas-frecuentes1 {
        font-size: 40px;
    }

    .containerCta {
        gap: 50px;
    }

    .sectionCta {
        padding-top: 280px;
    }
    .sidebar {
        padding-left: 0;
    }
}

@media screen and (max-width: 720px) {
    .frame-parent {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 1000;
        padding: 20px;
    }

    .mobile-menu.open {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .mobile-menu-content {
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        /* Más espacio entre los elementos */
    }

    .mobile-menu-content a {
        font-size: 35px;
        /* Tamaño de fuente más grande para las opciones */
        text-decoration: none;
        color: #454545;
    }

    .mobile-menu-content a:hover {
        color: #973492;
    }

    .standard-button-parent {
        padding: 50px 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
        width: 100%;
    }

    .standard-button, .standard-button1 {
        font-size: 25px;
        padding: 10px 20px;
        background-color: #f1f1f1;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
        height: 70px;
    }

    .standard-button:hover, .standard-button1:hover {
        background-color: #ddd;
    }

    .close-menu-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .container-size {
        display: none !important;

    }

    .container-size-mobile {
        display: block;
    }

    .transformando-vidas-juntos {
        padding-top: 80px;
        text-align: center;
        color: #3D3D3D;
    }

    .transformando-vidas-juntos h1 {
        color: #3D3D3D;
        font-weight: 800;
        font-size: 65px;
    }

    .container-buttom-banner {
        padding-top: 40px;
        padding-bottom: 80px;
        flex-direction: column;
        align-items: center;
    }

    .standard-button2, .standard-button3 {
        height: 78px;
        width: 600px;
    }

    .standard-button3 {
        border: 1px solid #BA44B6;
    }

    .standard-button3 a {
        color: #BA44B6 !important;
        font-size: 35px;
    }

    .standard-button2 a {
        font-size: 35px;
    }

    .containerSlider {
        height: 450px;
    }

    .dots {
        top: 400px;
    }

    .banner {
        height: 650px;
    }

    .overview-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 50px;
        gap: 30px;
    }

    .overview-card {
        flex-wrap: nowrap;
        gap: 60px;
    }

    .overview-item {
        width: 100%;
    }

    .overview-card__content {
        margin-top: 0;
    }

    .amount {
        font-size: 40px;
    }

    .overview-card__content p {
        font-size: 25px;
    }

    .historia {
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
    }

    .containerTexto {
        max-width: 100%;
        padding: 0 10%;
        margin-bottom: 0;
        height: auto;
    }

    .containerImages {
        display: none;
    }

    .containerImages-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-inner-mobile {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        padding: 0 10%;
    }

    .containerChild {
        width: 600px;
        height: 600px;
    }

    .historia-item {
        top: 20px;
        left: 0;
    }

    .containerIcon {
        top: -80px;
        left: 150px;
    }

    .containerInner {
        top: -50%;
        left: 2%;
        width: 280px;
        height: 280px;
    }

    .transforma-vidas-con-container {
        width: 100%;
        font-size: 65px;
    }

    .containerDonaciones {
        flex-direction: column;
    }

    .donaciones2 {
        padding: 30px 50px;
    }

    .frame-parent-Feature {
        width: 100%;
        align-items: center;
    }

    .user-wrapper-0 {
        width: 80px;
        height: 80px;
    }

    .user-wrapper-1 {
        width: 80px;
        height: 80px;
    }

    .user-wrapper-2 {
        width: 80px;
        height: 80px;
    }

    .fas {
        font-size: 30px;
    }

    .donacin-nica {
        font-weight: 700;
    }

    .donacin-nica-parent {
        align-items: center;
        text-align: center;
    }

    .convierte-tu-aporte-container {
        font-size: 25px;
        line-height: 40px;
    }

    .standard-button-Feature {
        width: 500px;
        font-size: 25px;
        height: 70px;
    }

    .cmo-donar {
        flex-direction: column;
        height: auto;
    }

    .containerHws1 {
        width: 100%
    }

    .containerHws2 {
        display: none;
    }

    .containerHws-mobile {
        display: flex;
        flex-direction: column;
    }

    .containerImgHws1 {
        width: 600px;
        height: 600px;
        top: 0;
        left: 0;
    }

    .containerImgHws2 {
        top: -110px;
        left: 320px;
        width: 280px;
        height: 280px;

    }

    .containerImgHws5 {
        position: relative;
        top: -330px;
        left: -90px;
    }

    .cmo-donar-child1 {
        position: relative;
        top: -250px;
        left: -120px;
    }

    .cmo-donar1 {
        font-size: 68px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .explora-diversas-formas {
        font-size: 25px;
    }

    .crea-una-cuenta, .escoge-un-proyecto, .gana-mientras-ayudas {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .crea-tu-cuenta, .escoge-el-proyecto, .participa-de-las {
        font-size: 25px;
    }

    .standard-button-Hws {
        height: 60px;
        width: 100%;
        font-size: 26px;
    }

    .section-susbcribe {
        padding: 0px 10%;
    }

    .nuestros-patrocinadores {
        font-size: 68px;
    }

    .agradecemos-a-nuestros, .nete-a-esta {
        font-size: 25px;
        width: 100%;
    }

    .partocinadores {
        height: auto;
    }

    .derBot {
        display: none;
    }

    .containerBlogInicio {
        padding: 0 10%;
    }

    .sectionHeaderBlog {
        flex-direction: column;
    }

    .blogCard {
        height: 130%;
    }

    .textDescripcion {
        width: 100% !important;
        text-align: left !important;
        font-size: 25px !important;
    }

    .section-title-blog {
        font-size: 68px !important;
        font-weight: 600 !important;
    }

    .preguntas-frecuentes {
        padding: 100px 10%;
        flex-direction: column;
        height: auto;
    }

    .containerFaq, .containerFaq2 {
        width: 100%;
        text-align: center;
    }

    .containerFaq b {
        font-size: 68px !important;
        margin-bottom: 50px;
    }

    .aclara-tus-dudas {
        font-size: 25px !important;
    }

    .accordion-item h2 {
        font-size: 35px !important;
    }

    .accordion-body p {
        font-size: 25px !important;
    }

    .ImgCta {
        display: none;
    }

    .containerHaz {
        width: 100%;
        text-align: center;
        gap: 20px;
        padding: 0 50px;
    }

    .haz-tu-donacin {
        font-size: 85px;
        line-height: 82px;
    }

    .tu-generosidad-tiene {
        text-align: center;
        font-size: 25px;
    }

    .ghost-button {
        height: 90px;
        font-size: 30px;
        font-weight: 700;
        width: 100%
    }

    .sectionCta {
        padding-top: 0;
    }

    .cta-child {
        border-radius: 0;
    }

    .titleDonations h1 {
        font-weight: 700;
        font-size: 74px;
    }

    .subtitleDonations {
        padding: 0 0;
    }

    .imgDonations-mobile {
        display: flex;
        border-radius: 24px;
        width: 100%;
        object-fit: cover;
        flex-direction: column;
    }

    .imgDonations1, .imgDonations3 {
        display: none !important;
    }

    .imgDon1 {
        width: 600px;
        height: 600px;
    }

    .imgdon3 {
        left: 280px;
    }

    .itemDonations {
        top: -280px;
        left: 190px;
    }

    .container-one {
        flex-direction: column;
    }

    .donacin-nica {
        font-size: 50px;
        line-height: 50px;
    }

    .description-unica, .description-corp, .description-int {
        font-size: 25px;
    }

    .banner-volunteer {
        display: none;
    }

    .banner-volunteer-mobile {
        display: flex;
        flex-direction: column;
    }

    .buttons-volunteer {
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .banner2 {
        height: auto;
    }

    .container {
        padding: 0 0 !important;
        max-width: 600px;
        width: 100%;
    }

    .benefits-header {
        width: 100%;
    }

    .section-title span {
        font-size: 55px;
    }

    .section-title p {
        font-size: 25px;
    }

    .container-cards-benefits {
        flex-direction: column;
        width: 100%;
        gap: 50px;
    }

    .benefits-counters {
        width: 100%;
    }

    .oci-ben {
        width: 60px;
    }

    .col-ben {
        width: 50%;
    }

    .section-header-oportunities {
        flex-direction: column;
        gap: 25px;
    }

    .container-section-title, .container-section-p {
        width: 100%;
        text-align: center;
    }

    .container-section-p p {
        font-size: 25px !important;
    }

    .testimonial-slider {
        width: 100%;
        display: flex;
    }

    .single-slide {
        width: 600px !important;
    }

    .slick-track {
        display: flex !important;
    }

    .card-body-op h5 {
        font-size: 28px;
        font-weight: 600;
    }

    .card-body-op p {
        font-size: 22px;
    }

    .subheader-page-blog, .title-page-blog {
        width: 100%;
        text-align: center;
        font-size: 75px;
    }

    .subheader-page-blog p {
        font-size: 25px;
    }

    .content-cards2 {
        display: flex;
        justify-content: center;
        height: 650px;
        margin-bottom: 60px !important;
    }

    .blog-content-card {
        height: 650px;
    }

    .blog-card__title__blog {
        font-size: 30px;
    }

    .blog-card__content {
        padding: 20px 10%;
    }

    .standard-button5 {
        width: 100%;
        height: 60px;
    }

    .formContainerContact {
        flex-direction: column;
    }

    .formInput, .formInfo, .standard-button-contact {
        width: 100%;
    }

    .formContact {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contentForm, .nameForm, .inputStyle, .cont-input {
        width: 100%;
        gap: 15px;
    }

    .nameForm label, .phoneForm label, .emailForm label, .messageForm label {
        font-size: 25px;
    }

    .standard-button-contact {
        margin-bottom: 50px;
    }

    .containerInfo1 h6, .containerInfo2 h6, .containerInfo3 h6 {
        font-size: 28px;
    }

    .containerInfo1 p, .containerInfo2 p, .containerInfo3 p {
        font-size: 20px;
    }

    .containerDetailsBlogs {
        flex-direction: column;
    }

    .blog-details__content span {
        font-size: 25px !important;
    }

    .juntos-podemos-crear {
        font-size: 25px;
        width: 100%;
    }

    .widget-blog {
        align-items: flex-start;
        width: 100%;
    }

    .small-post-list {
        width: 100%;
    }

    .small-post-list .small-post-single .thumb {
        width: 100%;
        height: 100%;
    }

    .small-post-list .small-post-single .thumb img {
        width: 100%;
        height: 100%;
    }

    .sidebar {
        padding-left: 0;
    }

    .sidebar .widget-title {
        font-size: 50px;
        font-weight: 700;
    }

    .small-post-list .small-post-single .content {
        width: 100%;
    }

    .post-title {
        margin-left: 0;
    }

    .logo-menu-mobile {
        width: 100%;
    }
}

@media screen and (min-width: 721px) {
    .mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .frame-parent {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 1000;
        padding: 10px;
        /* Ajuste del padding */
    }

    .mobile-menu.open {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .mobile-menu-content {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        /* Ajuste del espacio entre los elementos */
    }

    .mobile-menu-content a {
        font-size: 18px;
        /* Ajuste del tamaño de la fuente */
        text-decoration: none;
        color: #454545;
    }

    .mobile-menu-content a:hover {
        color: #973492;
    }

    .standard-button-parent {
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .standard-button, .standard-button1 {
        font-size: 16px;
        padding: 8px 15px;
        background-color: #f1f1f1;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
        height: 50px;
        /* Ajuste de altura */
    }

    .standard-button:hover, .standard-button1:hover {
        background-color: #ddd;
    }

    .close-menu-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

    .container-size {
        display: none !important;
    }

    .container-size-mobile {
        display: block;
    }

    .transformando-vidas-juntos {
        padding-top: 0;
        text-align: center;
        color: #3D3D3D;
        width: 100%;
        font-size: 40px;
    }

    .transformando-vidas-juntos h1 {
        color: #3D3D3D;
        font-weight: 800;
        font-size: 35px;
        /* Ajuste del tamaño de la fuente */
    }

    .container-buttom-banner {
        padding-top: 20px;
        padding-bottom: 40px;
        flex-direction: column;
        align-items: center;
    }

    .standard-button2, .standard-button3 {
        height: 50px;
        /* Ajuste de altura */
        width: 100%;
    }

    .standard-button3 {
        border: 1px solid #BA44B6;
    }

    .size-button-banner {
        width: 100%;
        padding: 0 5%;
    }

    .size-button-banner2 {
        width: 100%;
        padding: 0 5%;
    }

    .standard-button3 a {
        color: #BA44B6 !important;
        font-size: 18px;
        /* Ajuste del tamaño de la fuente */
    }

    .standard-button2 a {
        font-size: 18px;
        /* Ajuste del tamaño de la fuente */
    }

    .containerSlider {
        height: 250px;
        /* Ajuste de altura */
    }

    .dots {
        top: 220px;
        /* Ajuste de posición */
    }

    .banner {
        height: 400px;
        /* Ajuste de altura */
    }

    .overview-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px;
        /* Ajuste del padding */
        gap: 20px;
    }

    .overview-card {
        flex-wrap: nowrap;
        gap: 20px;
        /* Ajuste del espacio entre los elementos */
    }

    .overview-item {
        width: 100%;
    }

    .overview-card__content {
        margin-top: 0;
    }

    .amount {
        font-size: 25px;
        /* Ajuste del tamaño de la fuente */
    }

    .overview-card__content p {
        font-size: 18px;
        /* Ajuste del tamaño de la fuente */
    }

    .historia {
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
    }

    .containerTexto {
        max-width: 100%;
        padding: 0 5%;
        margin-bottom: 0;
        height: auto;
    }

    .containerImages {
        display: none;
    }

    .containerImages-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-inner-mobile {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        padding: 0 5%;
    }

    .containerChild {
        width: 100%;
        height: 350px;
        padding: 0 5%;
    }

    .historia-item {
        top: 10px;
        left: 0;
    }

    .containerIcon {
        top: -50px;
        left: 100px;
    }

    .containerInner {
        top: -40%;
        left: 2%;
        width: 200px;
        height: 200px;
    }

    .transforma-vidas-con-container {
        width: 100%;
        font-size: 35px;
        /* Ajuste del tamaño de la fuente */
    }

    .containerDonaciones {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .donaciones2 {
        padding: 20px 5%;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .frame-parent-Feature {
        width: 100%;
        align-items: center;
        margin: 0;
    }

    .user-wrapper-0 {
        width: 50px;
        /* Ajuste del tamaño */
        height: 50px;
        /* Ajuste del tamaño */
    }

    .user-wrapper-1 {
        width: 50px;
        /* Ajuste del tamaño */
        height: 50px;
        /* Ajuste del tamaño */
    }

    .user-wrapper-2 {
        width: 50px;
        /* Ajuste del tamaño */
        height: 50px;
        /* Ajuste del tamaño */
    }

    .fas {
        font-size: 20px;
    }

    .donacin-nica {
        font-weight: 700;
    }

    .donacin-nica-parent {
        align-items: center;
        text-align: center;
    }

    .convierte-tu-aporte-container {
        font-size: 20px;
        line-height: 30px;
    }

    .standard-button-Feature {
        width: 300px;
        /* Ajuste del tamaño */
        font-size: 20px;
        /* Ajuste del tamaño */
        height: 50px;
        /* Ajuste del tamaño */
    }

    .cmo-donar {
        flex-direction: column;
        height: auto;
        margin-top: 30px;
    }

    .containerHws1 {
        width: 100%;
    }

    .containerHws2 {
        display: none;
    }

    .containerHws-mobile {
        display: flex;
        flex-direction: column;
    }

    .containerImgHws1 {
        width: 100%;
        /* Ajuste del tamaño */
        height: auto;
        /* Ajuste del tamaño */
        top: 0;
        left: 0;
    }

    .containerImgHws2 {
        top: -90px;
        left: 160px;
        width: 180px;
        height: 180px;
    }

    .containerImgHws5 {
        position: relative;
        top: -210px;
        left: -60px;
    }

    .cmo-donar-child1 {
        position: relative;
        top: -180px;
        left: -90px;
    }

    .cmo-donar1 {
        font-size: 35px;
        /* Ajuste del tamaño de la fuente */
        font-weight: 700;
        margin-bottom: 20px;
    }

    .explora-diversas-formas {
        font-size: 20px;
    }

    .crea-una-cuenta, .escoge-un-proyecto, .gana-mientras-ayudas {
        font-size: 25px;
        /* Ajuste del tamaño de la fuente */
        font-weight: 700;
        margin-bottom: 10px;
    }

    .crea-tu-cuenta, .escoge-el-proyecto, .participa-de-las {
        font-size: 20px;
        /* Ajuste del tamaño de la fuente */
    }

    .standard-button-Hws {
        height: 50px;
        /* Ajuste del tamaño */
        width: 100%;
        font-size: 20px;
        /* Ajuste del tamaño de la fuente */
    }

    .section-susbcribe {
        padding: 0px 10%;
    }

    .nuestros-patrocinadores {
        font-size: 35px;
        /* Ajuste del tamaño de la fuente */
        width: 100%;
    }

    .agradecemos-a-nuestros, .nete-a-esta {
        font-size: 20px;
        width: 100%;
        padding: 25px;
    }

    .partocinadores {
        height: auto;
    }

    .derBot {
        display: none;
    }

    .containerBlogInicio {
        padding: 0 10%;
    }

    .sectionHeaderBlog {
        flex-direction: column;
    }

    .blogCard {
        height: 100%;
    }

    .textDescripcion {
        width: 100% !important;
        text-align: left !important;
        font-size: 20px !important;
    }

    .section-title-blog {
        font-size: 35px !important;
        /* Ajuste del tamaño de la fuente */
        font-weight: 600 !important;
    }

    .preguntas-frecuentes {
        padding: 0 5%;
        flex-direction: column;
        height: auto;
    }

    .containerFaq, .containerFaq2 {
        width: 100%;
        text-align: center;
    }

    .containerFaq b {
        font-size: 35px !important;
        /* Ajuste del tamaño de la fuente */
        margin-bottom: 40px;
        width: 100%;
    }

    .aclara-tus-dudas {
        font-size: 20px !important;
        width: 100%;
    }

    .accordion-item h2 {
        font-size: 25px !important;
        /* Ajuste del tamaño de la fuente */
    }

    .accordion-body p {
        font-size: 20px !important;
        /* Ajuste del tamaño de la fuente */
    }

    .ImgCta {
        display: none;
    }

    .containerHaz {
        width: 100%;
        text-align: center;
        gap: 15px;
        padding: 0 30px;
    }

    .haz-tu-donacin {
        font-size: 45px;
        /* Ajuste del tamaño de la fuente */
        line-height: 50px;
    }

    .tu-generosidad-tiene {
        text-align: center;
        font-size: 20px;
    }

    .ghost-button {
        height: 70px;
        font-size: 25px;
        font-weight: 700;
        width: 100%
    }

    .sectionCta {
        padding-top: 0;
    }

    .cta-child {
        border-radius: 0;
    }

    .titleDonations h1 {
        font-weight: 700;
        font-size: 50px;
        /* Ajuste del tamaño de la fuente */
    }

    .subtitleDonations {
        padding: 0 0;
    }

    .imgDonations-mobile {
        display: flex;
        border-radius: 24px;
        width: 100%;
        object-fit: cover;
        flex-direction: column;
    }

    .imgDonations1, .imgDonations3 {
        display: none !important;
    }

    .imgDon1 {
        width: 100%;
        /* Ajuste del tamaño */
        height: auto;
        /* Ajuste del tamaño */
    }

    .imgdon3 {
        left: 160px;
    }

    .itemDonations {
        top: -140px;
        left: 95px;
    }

    .container-one {
        flex-direction: column;
    }

    .donacin-nica {
        font-size: 35px;
        /* Ajuste del tamaño de la fuente */
        line-height: 35px;
        width: 100%;
    }
    .textTitle{
        width: 100%;
    }
    .donation-interactiva, .donation-corporativa, .donation-personal{
        padding: 26px;
    }
    .container-two{
        flex-direction: column;
    }

    .description-unica, .description-corp, .description-int {
        font-size: 20px;
    }

    .banner-volunteer {
        display: none;
    }
    
    .banner-volunteer-mobile {
        display: none;
    }

    .buttons-volunteer {
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .banner2 {
        height: auto;
        margin-bottom: 0;
    }

    .container {
        padding: 10px !important;
        max-width: 100%;
        width: 100%;
        margin: 0 0;
    }
    .imagen1{
        flex-direction: column;
    }
    .blog-details__thumb{
        height: 250px;
    }
    .container-oportunities{
        flex-direction: column;
    }

    .benefits-header {
        width: 100%;
    }

    .section-title span {
        font-size: 35px;
        /* Ajuste del tamaño de la fuente */
    }

    .section-title p {
        font-size: 20px;
    }

    .container-cards-benefits {
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }

    .benefits-counters {
        width: 100%;
    }

    .oci-ben {
        width: 60px;
        height: 60px;
    }

    .col-ben {
        width: 70%;
    }

    .section-header-oportunities {
        flex-direction: column;
        gap: 20px;
    }

    .container-section-title, .container-section-p {
        width: 100%;
        text-align: center;
    }

    .container-section-p p {
        font-size: 20px !important;
    }

    .testimonial-slider {
        width: 100%;
        display: flex;
    }

    .single-slide {
        width: 100% !important;
    }

    .slick-track {
        display: flex !important;
    }

    .card-body-op h5 {
        font-size: 25px;
        /* Ajuste del tamaño de la fuente */
        font-weight: 600;
    }

    .card-body-op p {
        font-size: 18px;
        /* Ajuste del tamaño de la fuente */
    }

    .subheader-page-blog, .title-page-blog {
        width: 100%;
        text-align: justify;
        font-size: 35px;
        padding: 15px;
        /* Ajuste del tamaño de la fuente */
    }

    .subheader-page-blog p {
        font-size: 20px;
    }

    .content-cards2 {
        display: flex;
        justify-content: center;
        height: 450px;
        margin-bottom: 50px !important;
    }

    .blog-content-card {
        height: 450px;
    }

    .blog-card__title__blog {
        font-size: 25px;
    }

    .blog-card__content {
        padding: 10px 5%;
    }

    .standard-button5 {
        width: 100%;
        height: 50px;
    }

    .formContainerContact {
        flex-direction: column;
    }

    .formInput, .formInfo, .standard-button-contact {
        width: 100%;
    }

    .formContact {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contentForm, .nameForm, .inputStyle, .cont-input {
        width: 100%;
        gap: 10px;
    }

    .nameForm label, .phoneForm label, .emailForm label, .messageForm label {
        font-size: 20px;
        /* Ajuste del tamaño de la fuente */
    }

    .standard-button-contact {
        margin-bottom: 40px;
    }

    .containerInfo1 h6, .containerInfo2 h6, .containerInfo3 h6 {
        font-size: 25px;
    }

    .containerInfo1 p, .containerInfo2 p, .containerInfo3 p {
        font-size: 18px;
    }

    .containerDetailsBlogs {
        flex-direction: column;
    }

    .blog-details__content span {
        font-size: 20px !important;
        /* Ajuste del tamaño de la fuente */
    }

    .juntos-podemos-crear {
        font-size: 20px;
        width: 100%;
    }

    .widget-blog {
        align-items: flex-start;
        width: 100%;
    }

    .small-post-list {
        width: 100%;
    }

    .small-post-list .small-post-single .thumb {
        width: 100%;
        height: 100%;
    }

    .small-post-list .small-post-single .thumb img {
        width: 100%;
        height: 100%;
    }

    .sidebar {
        padding-left: 0;
    }

    .sidebar .widget-title {
        font-size: 35px;
        /* Ajuste del tamaño de la fuente */
        font-weight: 700;
    }

    .small-post-list .small-post-single .content {
        width: 100%;
    }

    .post-title {
        margin-left: 0;
    }

    .logo-menu-mobile, .interactive-container, .container-int {
        width: 100%;
    }

    .donaciones {
        padding: 0 0;
    }

    .sectionHws {
        padding: 0 5%;
    }

    .cmo-donar-child2 {
        width: 22%;
    }

    .cmo-donar-child3 {
        width: 13%;
    }

    .cmo-donar-child4 {
        width: 50%;
    }

    .cmo-donar-child {
        display: none;
    }

    .container-aling {
        gap: 2rem;
    }

    .containerDonations, .donationsType {
        padding: 0 5%;
    }

    .imgdon3 {
        width: 180px;
        height: 180px;
    }

    .rectangle-icon8 {
        height: auto;
    }

    .section-opotunities {
        padding: 100px 5%;
    }

    .testimonial-slider .single-slide {
        margin: 0 !important;
    }

    .card-body {
        padding: 20px 5% !important;
    }

    .sectionContact {
        padding: 50px 5%;
    }

    .titleContact h1 {
        font-size: 55px;
    }

    .floating-social-buttons {
        padding: 5px;
        /* Ajusta según tu preferencia */
    }

    .floating-social-buttons a {
        width: 20px;
        /* Tamaño reducido */
        height: 20px;
        /* Tamaño reducido */
        line-height: 20px;
        /* Centra el ícono verticalmente */
        font-size: 10px;
        /* Tamaño del ícono reducido */
    }

    .toggle-button {
        border-radius: 0 8px 8px 0;
        width: 20px;
        height: 25px;
    }

    .floating-social-buttons-container.collapsed {
        transform: translate(-70%, -50%);
        /* Mueve todo el contenedor hacia la izquierda sin afectar su posición vertical */
    }

    .floating-social-buttons-container.collapsed .toggle-button {
        border-radius: 8px 0 0 8px;
        /* Rota la flecha al colapsar */
    }

    .container-dashboard {
        flex-direction: column;
    }

    .custom--table tbody td:last-child {
        border-bottom: 1px solid #3D3D3D;
    }

    .rectangle-parent {
        max-height: 100%;
        flex-direction: column;
    }

    .frame-parent-donation, .donation-box, .frame-container-donation {
        width: 100%;
    }

    .frame-div-donation {
        height: auto;
        width: 100%;
    }

    .ayudandome-a-mi-mis {
        font-size: 30px;
        width: 100%;
        text-align: center;
    }

    .cards-inner .clock>div {
        height: 64px;
        width: 23.5%;
    }

    .middle-details {
        flex-direction: column;
    }

    .balance-user {
        line-height: 20px;
        margin-bottom: 15px;
        gap: 15px;
    }

    .standard-button-details {
        padding: 10px 10px;
    }

    .ticket-details-raffle {
        flex-direction: column;
    }

    .lottery-details-body .footer-part {
        padding: 0 0;
        justify-content: flex-start;
    }

    .lottery-details-body .footer-part .right {
        width: 100%;
    }

    .custom-frame-parent {
        display: none;
    }

    .custom-nav-bar {
        padding: 24px 5%;
    }

    .custom-frame-group {
        flex-direction: column;
        align-items: center;
    }

    .custom-sub-menu {
        left: -44px;
    }
}