/**  import of the fonts **/ 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');


/** vars in general **/
:root{
    --blue:#0029FF;
    --trans:all 400ms ease;
    --mon:'Montserrat', sans-serif;;
}

/** general info main for each site **/
body::-webkit-scrollbar{
    display: none;
    scroll-behavior: smooth;
}

html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    transition: all 300ms ease;
}


.infoContent{
    margin-top: 30px;
    position: relative;
    z-index: 111;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: black;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: 600px;
    color: white;
}

.parallelBar{
    height: 50px;
    background-color: black;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.parallText{
    font-family: var(--mon);
    font-weight: 900;
    font-size: 30px;
    background-color: black;
}

.vision {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 2100px;
    position: absolute;
    left:-500px;
}


.contentBlack{
    width: 100%;
    height: 550px;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.contBlackP{
    width: 500px;
    font-family: var(--mon);
    font-size: 18PX;
    transition:var(--trans);
    transform: translateY(30px);
    opacity: 0;
    color: black;
}

.picContBlack{
    width: 550px;
    height: 400px;
    background-image: url(img/regalar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    transition: all 400ms ease;
}


.acomodoUno{
    flex-direction: row;
}


@media (max-width:1200px) {
    .contBlackP{
        width: 500px;
    }

    .picContBlack{
        width: 500px;
    }
}

@media (max-width:1065px) {
    .contBlackP{
        width: 350px;
        font-size: 18px;
    }

    .picContBlack{
        width: 400px;
        height: 300px;
        border-radius: 10px;
    }
}

@media (max-width:820px) {
    .contBlackP{
        width: 350px;
        font-size: 18px;
    }

    .picContBlack{
        width: 400px;
        height: 350px;
        border-radius: 10px;
    }

    .contentBlack{
        height: 700px;
    }

    .infoContent{
        height:750px;
    }

    .acomodoUno{
        flex-direction: column;
    }
    .acomodoDos{
        flex-direction: column-reverse;
    }
}

@media (max-width:460px) {
    .contBlackP{
        width: 300px;
        font-size: 16px;
    }

    .picContBlack{
        width: 300px;
        height: 340px;
        border-radius: 10px;
    }

    .contentBlack{
        height: 700px;
    }

    .infoContent{
        height:750px;
    }

}

.infoDonar{
    width: 100%;
    height: auto;
    padding: 0 0 200px 0;
    box-sizing: border-box;
    background-color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
}

.donarPic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url(img/piñata.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 20%;
}

.monetario{
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 2100px;
    position: absolute;
    color: white;
    z-index: 111;
    right: -930px;
}

.donTitle{
    font-weight: 900;
    font-family: var(--mon);
    margin-top: 140px;
    text-align: center; 
    font-size: 40px;  
    z-index: 111;
    color: white;
}

.disclaimer{
    font-size: 30px;
    opacity: 40%;
}

.instr{
    font-family:'Times New Roman', Times, serif;
    margin-bottom: 10px;
}

.infoBanco{
    display: flex;
    width: 700px;
    margin-top: 50px;
    color: white;
    justify-content: center;
    z-index: 111;
}

.h2{
    font-family: var(--mon);
    font-weight: 900;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.pBanco{
    font-weight:normal;
    margin-right: 20px;
}

@media (max-width:800px) {
    .infoBanco{
        width: 500px;
    }

    .h2{
        font-size: 25px;
    }

    .pBanco{
        font-size: 16px;
    }
}

@media (max-width:560px) {
    .infoBanco{
        width: 340px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .square{
        margin-top: 30px;
    }

    .infoBanco{
        margin-top: 0;
    }
    .h2{
        font-size: 25px;
    }

    .pBanco{
        font-size: 16px;
    }

    .donTitle{
        width: 320px;
        font-size: 33px;
    }

    .disclaimer{
        font-size: 18px;
    }
}