/**  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;
}

.one{
    width: 100%;
    position: relative;
    height: auto;
    box-sizing: border-box;
    display: flex;
    padding: 40px 0;
    background-color: white;
    z-index: 111;
}

.leftOne{
    width: 600px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 100px;
}

.titleOne{
    font-size: 30px;
    font-family: var(--mon);
    margin-bottom: 20px;
}

.rightOne{
    width: 400px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 200px;
    justify-content: center;
    box-sizing: border-box;
    transition: all 400ms ease;
}

.testPhoto{
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/niñoUno.JPG);
    border-radius: 0;
}

.testLink{
    color: black;
    text-decoration: none;
    font-family: var(--mon);
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
}

.testLink::after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: black;
    position: absolute;
    bottom: -2px;
    left: 0;    
    transition:var(--trans);
    transform: scaleX(0.1);
    transform-origin: left;
}

.testLink:hover::after{
    transition:var(--trans);
    transform: scaleX(1);
}

@media (max-width:1260px) {
    .rightOne{
        right: 100px;
    }   
}

@media (max-width:1120px) {
    .rightOne{
        right: 60px;
    }   

    .leftOne{
        padding-left: 60px;
        width: 500px;
    }
}

@media (max-width:970px) {
    .rightOne{
        right: 60px;
        width: 400px;
    }   

    .leftOne{
        padding-left: 60px;
        width: 400px;
    }

    .titleOne{
        font-size: 28px;
    }
}
@media (max-width:880px) {
    .one{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding:600px 0 100px 0;
    }
    .rightOne{
        right: auto;
        top: 100px;
        width: 600px;
    }   

    .leftOne{
        padding-left: 0;
        height: auto;
        width: 600px;
    }

    .titleOne{
        font-size: 28px;
    }
}

@media (max-width:650px) {
    .one{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding:600px 0 100px 0;
    }
    .rightOne{
        right: auto;
        top: 100px;
        width: 400px;
    }   

    .leftOne{
        padding-left: 0;
        height: auto;
        width: 400px;
    }

    .titleOne{
        font-size: 28px;
    }
}


@media (max-width:470px) {
    .one{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding:600px 0 100px 0;
    }
    .rightOne{
        right: auto;
        top: 100px;
        width: 280px;
    }   

    .leftOne{
        padding-left: 0;
        height: auto;
        width: 280px;
    }

    .titleOne{
        font-size: 25px;
    }
}

/* == conocenos == */

.conocenos{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 200px 0 0 ;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.conocenosPicture{
    width: 700px;
    height: 600px;
    background-position: center;
    background-size: cover;
    left: 0;
    background-repeat: no-repeat;
    background-image: url(img/piñata.jpeg);
    z-index: 111;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.rightConocenos{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 500px;
}

.conoceTitle{
    font-family:var(--mon);
    color: var(--blue);
    font-weight: 900;
    font-size: 50px;
}

.conoceP{
    font-family: var(--mon);
    margin: 20px 0 20px 0;
    transform: translateX(-50px);
    opacity: 0;
}

@media (max-width:1410px) {
    .conocenosPicture{
        width: 600px;
        height: 600px;
    }

    .rightConocenos{
        width: 500px;
    }

    .conocenos{
        padding: 0 10% 0 0;
    }

}

@media (max-width:1222px) {
    .conocenosPicture{
        width: 100%;
        height: 700px;
        z-index: 1;
        position: absolute;
        opacity: 34%;
    }

    .rightConocenos{
        width: 500px;
        z-index: 111;
    }

    .conoceTitle{
        color: white;
    }

    .conoceP{
        color: white;
    }

    .conocenos{
        padding: 0;
        justify-content: center;
        padding: 100px 0;
        align-items: center;
        background-color: black;
    }
}


@media (max-width:550px) {
    .conocenosPicture{
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        opacity: 40%;
        border-radius: 0;
    }

    .rightConocenos{
        width: 340px;
        z-index: 111;
    }

    .conoceTitle{
        color: white;
        font-size: 40px;
    }

    .conoceP{
        color: white;
        font-size: 14px;
    }
}

@media (max-width:380px) {
    .conocenosPicture{
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        opacity: 40%;
        border-radius: 0;
    }

    .rightConocenos{
        width: 270px;
        z-index: 111;
    }

    .conoceTitle{
        color: white;
        font-size: 34px;
    }

    .conoceP{
        color: white;
        font-size: 14px;
    }
}


/** ==  empresas == */
.empresas{
    position: relative;
    width: 100%;
    height: auto;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.emprTitle{
    font-family: var(--mon);
    font-size: 32px;
    text-align: center;
}

.emprSub{
    font-family: var(--red);
    font-size: 20px;
    text-align: center;
    opacity: 40%;
}

.contLogo{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px;
}

.logobusiness{
    width: 125px;
    height: 50px;
    flex-wrap: wrap;
    margin: 15px;
    background-size: 100%;
    background-position: center;
    filter:saturate(0%);
    background-repeat: no-repeat;
    transform: translateY(-20px);
    opacity: 0;
}

.logoB1{
    background-image: url(img/relavvblack.png);
}
/**/
.logoB2{
    background-image: url(img/uerreLogo.png);
}
.logoB3{
    background-image: url(img/prepUdemLogo.png);
    background-size: 50%;
}
/**/
.logoB4{
    background-image: url(img/caritasLogo.png);
}
/**/
.logoB5{
    background-image: url(img/grease.png);
    background-size: 80%;
}
.logoB6{
    background-image: url(img/arca.png);
}
/**/
.logoB7{
    background-image: url(img/heb.png);
}
.logoB8{
    background-image: url(img/relavvblack.png);
}


/** vision mission == */
.titlecontMis{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 111;
    margin-bottom: 20px;
    overflow: hidden;
}

.titleMis{
    text-align: center;
    font-family: var(--mon);
    font-size:50px;
    width: 900px;
    font-weight: 900;
}

@media (max-width:950px) {
    .titleMis{
        font-size:34px;
        width: 600px;
    }
}

@media (max-width:620px) {
    .titleMis{
        font-size:30px;
        width: 400px;
    }
}

.blue{
    color: var(--blue);
}

.infoContent{
    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: var(--blue);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.parallText{
    font-family: var(--mon);
    font-weight: 900;
    font-size: 30px;
}
.vision {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 2100px;
    position: absolute;
    left:-1300px;
}

.mision {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 2100px;
    position: absolute;
    right:-1500px;
}
.contentBlack{
    width: 100%;
    height: 550px;
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

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

.picContBlack{
    width: 550px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    transition: all 400ms ease;
}

.picvision{
    transition: all 400ms ease;
    border-radius: 0;
    background-image: url(img/piñataDos.JPG);
}

.picmision{
    transition: all 400ms ease;
    border-radius: 0;
    background-image: url(img/regalar.jpg);
}

.acomodoUno{
    flex-direction: row;
}

.acomodoDos{
    flex-direction: row-reverse;
}

@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;
    }

}

/* == cantidades **/
.cantidades{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    background-color: white;
    padding: 100px 0;
    flex-wrap: wrap;
    overflow: hidden;
}

.cantCont{
    display: flex;
    flex-direction: column;
    justify-items:center;
    align-items: center;
    width: 200px;
    text-align: center;
    margin: 20px;
}

.cantTitle{
    font-size:50px;
    font-family: var(--mon);
    color: var(--blue);
    font-weight: 900;
}

.cantInfo{
    font-weight: 800;
    font-family: var(--mon);
}

/** == VOLUNT CTA == */ 
.voluntCTA{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    background-color: var(--blue);
    font-family: var(--mon);
}

.animate{
    position: relative;
    text-decoration: none;
    color: white;
    font-style: italic;
    transition: var(--trans);
    opacity: 40%;
}

.animate:hover{
    opacity: 100%;
    transition: var(--trans);
    font-style: italic;
}

.animate::after{
    content: "";
    position: absolute;
    bottom: 2px;
    width: 40%;
    height: 4px;
    left: 0;
    background-color: white;
    transition: var(--trans);
}

.animate:hover::after{
    transition: var(--trans);
    width: 100%;
}

.volTitle{
    font-weight: 900;
    width: 900px;
    font-size: 50px;
    color: white;
}

@media (max-width:950px) {
    .volTitle{
        width: 600px;
    }
}

@media (max-width:670px) {
    .volTitle{
        width: 500px;
        font-size: 40px;
    }
}

@media (max-width:550px) {
    .volTitle{
        width: 260px;
        font-size: 30px;
    }
}

/** == voluntariado cont == */
.voluntariado{
    width: 100%;
    height: auto;
    padding: 90px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.benfVol{
    width: 320px;
    height: 500px;
    background-image: linear-gradient(rgb(235, 235, 255), rgb(209, 209, 253));
    margin: 0 10px 0 10px;
    border-radius: 30px;
    position: relative;
    box-sizing: border-box;
    padding:50px 0 0 50px;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 500ms ease;
}

.numVol{
    font-family: var(--mon);
    font-size: 100px;
    position: absolute;
    top:10px;
    left:10px;
    font-weight: 900;
    color: rgb(200, 200, 236);
    z-index: 1;
    opacity:12%;
}   

.benVolCont{
    z-index: 22;
    display: flex;
    flex-direction: column;
    width: 220px;
}

.benVolP{
    font-weight: normal;
    font-family: var(--mon);
    font-size: 16px;
    z-index: 22;
}

.volCTA{
    position: relative;
    margin-top: 10px;
    color: black;
    text-align: center;
    text-decoration: none;
    font-family: var(--mon);
    padding: 5px;
    width: 100px;
    font-size: 14px;
    text-align: center;
    border-radius: 100px;
    border: solid 2px black;
    transition: var(--trans);
    z-index: 1;
    overflow: hidden;
}

.volCTA::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom:0;
    left: 0;
    background-color: white;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: var(--trans);
}

.volCTA:hover::after{
    transform: scaleY(1);
    transform-origin: bottom;
    transition: var(--trans);
}

.photoVol{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.photoVol1{
    background-image: url(img/volUno.jpg);
}

.photoVol2{
    background-image: url(img/kenSanta.jpg);
}

.photoVol3{
    background-image: url(img/niñoCuatro.jpeg);
    filter:saturation(111);
}

.phrase{
    width: 320px;
    height: 500px;
    display: flex;
    flex-direction: column;
    border:solid 2px rgba(0, 0, 0, 0.132);
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    transform: translateY(50px);
    opacity: 0;
    transition: all 500ms ease;
}

.headPhrase{
    width: 260px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.picPerson{
    width: 40px;
    height: 40px;
    background-image: url(img/kenneth.JPG);
    border-radius: 100px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.partMessage{
    width: 260px;
    font-family:'Times New Roman', Times, serif;
    font-style: italic;
}

@media (max-width:1400px) {
    .phrase{
        width: 300px;
    }

    .benfVol{
        width: 300px;
        height: 500px;
    }
}


@media (max-width:1270px) {
    .phrase{
        width: 270px;
    }

    .benfVol{
        width: 270px;
        height: 500px;
        padding: 40px 0 0 40px;
    }
    .benVolCont{
        width: 200px;
    }
    .benVolP{
        font-size: 15px;
    }

    .headPhrase{
        width: 200px;
    }

    .picPerson{
        width: 32px;
        height: 32px;
    }

    .partMessage{
        width: 200px;
    }
}

@media (max-width:1140px) {
    .voluntariado{
        flex-direction: row-reverse;
    }
    .phrase{
        width: 400px;
        margin: 20px;
    }

    .benfVol{
        width: 400px;
        height: 500px;
        padding: 40px 0 0 40px;
        margin: 20px;
    }
    .benVolCont{
        width: 300px;
    }
    .benVolP{
        font-size: 15px;
    }

    .headPhrase{
        width: 300px;
    }

    .picPerson{
        width: 32px;
        height: 32px;
    }

    .partMessage{
        width: 300px;
    }
}

@media (max-width:850px) {
    .phrase{
        width: 340px;
        margin: 20px;
    }

    .benfVol{
        width: 340px;
        height: 500px;
        padding: 40px 0 0 40px;
        margin: 20px;
    }
    .benVolCont{
        width: 220px;
    }
    .benVolP{
        font-size: 15px;
    }

    .headPhrase{
        width: 220px;
    }

    .picPerson{
        width: 32px;
        height: 32px;
    }

    .partMessage{
        width: 220px;
    }
}

/* == event-o ==*/
.evento{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 100px 0;
    overflow: hidden;
}

.eventoTitle{
    font-family: var(--mon);
    font-size: 40px;
    text-align: center;
    width:700px;
    font-weight: 900;
}

.eventPic{
    width: 700px;
    height: 700px;
    background-color: black;
    margin: 20px;
}

@media (max-width:750px) {
    .eventoTitle{
    font-size: 40px;
    width:500px;
    }

    .eventPic{
        width: 500px;
        height: 700px;
    }
}

@media (max-width:550px) {
    .eventoTitle{
    font-size: 30px;
    width:300px;
    }

    .eventPic{
        width: 300px;
        height: 500px;
    }
}

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

.photoContainer{
    width: 100%;
    position:relative;
    height: auto;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content:center;
    align-items: center;
}

.photoGall{
    width: 500px;
    height: 400px;
    transition: all 400ms ease;
    background-position: center;
    background-size: cover;
    position: relative;
}

.photoGallOne{
    background-image: url(img/comunidadDos.JPG);
}

.photoGallTwo{
    background-position: top;
    background-image: url(img/ninaRosa.jpeg);
}

.photoGallThree{
    background-image: url(img/dulces.JPG);
}

.photoGallFour{
    background-image: url(img/regalarComida.jpeg);
}


.photoGallSix{
    background-color: blue;
}

.gallFoot{
    display: flex;
    flex-direction: column;
    width: 500px;
    color: white;
    position: relative;
    margin-top:20px;;
    justify-content: center;
    align-items: center;
}

.phraseMarisol{
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 17px;
    text-align: center;
    margin-bottom: 13px;
}


@media (max-width:700px) {
    .photoContainer{
        flex-direction: column;
    }

    .phraseMarisol{
        width: 300px;
    }

    .photoGall{
        width: 100%;
        height: 250px;
    }
}

@media (max-width:450px) {
    .phraseMarisol{
        width: 300px;
    }
}


.CTAblack{
    position: relative;
    z-index: 11;
}

.CTAblue{
    font-family: var(--mon);
    font-size: 17px;
    color: white;
    text-align: center;
    border-radius: 100px;
    text-align: center;
    background-color: var(--blue);
    font-weight: 700;
    text-decoration: none;
    padding: 15px 40px;
    position: relative;
    overflow: hidden;
    z-index: 7;
    position: relative;
}


.CTAblue::after{
    content: '';
    background-color: black;
    z-index: -2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: var(--trans);
    z-index: -1;
}

.CTAblue:hover::after{
    transform: scaleY(1);
    transform-origin: bottom;
    transition: var(--trans);
}


.CTAblue:hover{
    color: white;
    transition: var(--trans);
}


.CTAblack{
    font-family: var(--mon);
    font-size: 17px;
    color: white;
    text-align: center;
    border-radius: 100px;
    text-align: center;
    background-color: black;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 40px;
    position: relative;
    overflow: hidden;
    z-index: 7;
}


.CTAblack::after{
    content: '';
    background-color: var(--blue);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: var(--trans);
    z-index: -1;
}

.CTAblack:hover::after{
    transform: scaleY(1);
    transform-origin: bottom;
    transition: var(--trans);
}

.CTAblack:hover{
    color: white;
    transition: var(--trans);
}


.CTAfinal{
    font-family: var(--mon);
    margin-right: 20px;
    font-size: 17px;
    color: white;
    border: solid 2px white;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    text-align: center;
    padding: 15px 40px;
    position: relative;
    font-weight: 700;
    z-index: 1;
    transition: var(--trans);
    overflow: hidden;
}

.CTAfinal::after{
    content: '';
    background-color: white;
    z-index: -2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: var(--trans);
}

.CTAfinal:hover::after{
    transform: scaleY(1);
    transform-origin: bottom;
    transition: var(--trans);
}


.CTAfinal:hover{
    color: black;
    transition: var(--trans);
}
