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


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


/* == picture  = */
.picMain{
    width: 100%;
    height: 1500px;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 20px;
    box-sizing: border-box;
}

.picture{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.picOne{
    grid-column: 1 / 3;
    grid-row: 1;
}

.picTwo{
    grid-column: 1;
    grid-row: 2;
}

.picThree{
    grid-column: 2;
    grid-row: 2;
}

.picFour{
    grid-column: 3;
    grid-row: 1 / 3;
}

.picFive{
    grid-column: 1/4;
    grid-row: 3 / 5;
}

@media (max-width:1050px) {
    .picOne{
        grid-column: 1 / 4;
        grid-row: 1;
    }

    .picFour{
        grid-column: 3;
        grid-row: 2;
    }
}

@media (max-width:900px) {
    .picMain{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.uno{
    background-image: url(img/community.JPG);
}
.dos{
    background-image: url(img/tacos.JPG);
}
.tres{
    background-image: url(img/dulces.JPG);
}
.cuatro{
    background-image: url(img/ninaRosa.jpeg);
    background-position: top;
}
.cinco{
    background-image: url(img/regalar.jpg);
}

/* = =*/
.seis{
    background-image: url(img/niñoUno.JPG);
}
.siete{
    background-image: url(img/piñata.jpeg);
}
.ocho{
    background-image: url(img/regalarComida.jpeg);
}
.nueve{
    background-image: url(img/volUno.jpg);
    background-position: top;
}
.diez{
    background-image: url(img/niñoCuatro.jpeg);
}