:root {
    --soft-gray: #DBDBDB;
    --white: #fff;
    --grey: #8E8F90;
    --light-grey: #D7D8D9;
    --dark-grey: #B7B8B9;
    --pink: #D9007A;
    --purple: #801658;
}

.edgtf-container,
.edgtf-content .edgtf-content-inner>.edgtf-container>.edgtf-container-inner,
.edgtf-content .edgtf-content-inner>.edgtf-full-width>.edgtf-full-width-inner {
    width: 100%;
    padding: 0;
}
.container:not(.container-full) {
    max-width: 92%;

}
.edgtf-title {
    display: none;
}

#microdonaciones-personas-landing.header-bg {
    background-color: #000;
    background-image: none!important;
}

#microdonaciones-personas-landing .header-txt {
    font-size: 1.8rem!important;
    line-height: initial!important;
}


.black-separator,
.separated-section {
    background-color: var(--soft-gray);
}

.arrow-scroll:hover,
.arrow-scroll:hover p {
    color: #fff;
}

.bg-pink {
    background-color: var(--pink);
}

.bg-white {
    background-color: #fff;
    border-color: #fff;
}

.txt-black {
    color: #000 !important;
}

.txt-end {
    text-align: end;
}

.title-w-bg {
    font-weight: bold;
    font-family: 'Machine LT' !important;
    background: none;
    position: relative;
    z-index: 1;
    line-height: 1.05 !important;
    /* background-color: transparent !important; */
    padding: initial !important;
    color: #fff !important;
    display: inline !important;
    background-color: var(--pink) !important;
    -webkit-box-decoration-break: clone !important;
    box-decoration-break: clone !important;
    box-shadow: 10px 0 0 var(--pink), -10px 0 0 var(--pink) !important;
    word-wrap: initial !important;
    left: initial !important;
}

.title-w-bg.black {
    background-color: #000 !important;
    box-shadow: 10px 0 0 #000, -10px 0 0 #000 !important;
}

.button-w-logo {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.button-w-logo img {
    width: 100px;
}

.w-90 {
    width: 90%;
}

.min-h-300 {
    min-height: 300px;
}

.custom-donation-box {
    background-color: #fff;
}

.custom-donation-box .custom-donation-box-upper {
    display: flex;
    align-items: center;
}

.custom-donation-box .custom-donation-box-upper button {
    width: 100%;
    background-color: var(--pink);
    color: #fff;
    border: 1px solid var(--pink);
    border-right-color: #fff;
    height: 5rem;
    font-size: 1.4rem;
}

.custom-donation-box .custom-donation-box-upper button.selected {
    background-color: var(--purple);
    border: 1px solid var(--purple);
    border-right-color: #fff;
}

.custom-donation-box .custom-donation-box-upper .fake-button {
    width: 100%;
    background-color: var(--pink);
    color: #fff;
    border: 1px solid var(--pink);
    height: 5rem;
    text-align: center;
    font-size: 1.2rem;
    padding: 0;
}

.custom-donation-box .custom-donation-box-upper .fake-button::placeholder {
    color: #fff;
}

.custom-donation-box .custom-donation-box-bottom {
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
    justify-content: space-evenly;
}

.custom-donation-box .custom-donation-box-bottom .custom-donation-box-text {
    margin: 0 auto;
    padding-right: 1rem;
}

.video-section {
    height: 100%;
    width: 100%;
}
.video-section video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.related {
    background-image: url(https://hogarsi.org/wp-content/uploads/2024/03/Hotel-de-las-Estrellas_Czuko-Williams12-min-scaled.jpeg);
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
}

.related.rel-01 {
    background-image: url(https://hogarsi.org/wp-content/uploads/2024/03/Hotel-de-las-Estrellas_Czuko-Williams12-min-scaled.jpeg);
}

.related.rel-02 {
    background-image: url(https://hogarsi.org/wp-content/uploads/2024/03/Hotel-de-las-Estrellas_Czuko-Williams12-min-scaled.jpeg);
}

.related.rel-03 {
    background-image: url(https://hogarsi.org/wp-content/uploads/2024/03/Hotel-de-las-Estrellas_Czuko-Williams12-min-scaled.jpeg);
}

.related a {
    color: #fff;
    text-decoration: underline;
}

.title-no-bg {
    background: none!important;
    box-shadow: none!important;
    box-decoration-break: initial!important;
    margin-bottom: 1rem!important;
}

.uppercase {
    text-transform: uppercase;
}

.story-bg {
    min-height: 25vw;
}

.donation {
    display: flex;
    justify-content: space-around;
    color: #fff;
    margin: 2rem 0;
}

.donation .separator {
    width: 2px;
    background-color: #fff;
}

.donation h2 {
    font-size: 2.7rem!important;
}

.bold {
    font-weight: bold;
}

#donation-anchor {
    scroll-margin-top: 50vh;
    scroll-behavior: smooth;
}

.video-wrapper {
    position: relative;
}

.video-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper .rectangle {
    width: 100px;
    height: 70px;
    position: absolute;
    transform: translate(-50%, -50%) rotate(350deg);
    background-color: var(--pink);
}

.video-wrapper .triangle {
    width: 35px;
    height: auto;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-45%, -45%);
    fill: #fff;
}



@media only screen and (max-width:992px) {

    .flex-mob-column {
        flex-direction: column;
    }

    .header-txt {
        padding-top: 2rem;
    }

    .custom-donation-box .custom-donation-box-upper button {
        font-size: 1rem;
    }
    header-bg
    .custom-donation-box .custom-donation-box-upper .fake-button {
        font-size: 1rem;
    }

    #microdonaciones-personas-landing .header-txt {
        font-size: 1.4rem!important;
    }

    .custom-donation-box .custom-donation-box-bottom {
        flex-direction: column;   
    }

    .custom-donation-box .custom-donation-box-bottom .custom-donation-box-text {
        margin-bottom: 1rem;
        text-align: center;
        padding-right: 0;
    }

    .story-bg {
        min-height: 50vw;
    }

    .video-section {
        margin-top: 2rem;
    }


}