@media screen and (max-width: 768px) {

    .titulo1 {
                font-size: 5em;
            }



    .box1 {
    width: 20%;
    margin-left: 80%;
    
    
}


    .side1 {
    padding: 1em;
    padding-left: 0;
    
    font-size: 0.8em;
}

.fundo2 {
    width: 100%;
    height: 200vh;
}


.foto2 {
    width: 80%;
    height: 60vh;
    margin-left: 10%;
    margin-top: 30vh;
    z-index: 0;
    transition: width 500ms ease-in-out 300ms, height 500ms ease-in-out 300ms , transform 500ms ease-in-out 300ms, z-index 2s ;
    
}

.foto2:hover +.info1{
    
    height: 90vh;
    background-color: rgb(73, 73, 73);
    opacity: 1;
    z-index: 1;
    font-size: 0.6em;
    padding: 2em;
    color: white;
    transition: 800ms, height 800ms 1s, font-size 800ms 1s, padding 800ms 1s, color 1s 1s;
}

.foto3 {
    
    width: 80%;
    height: 60vh;
    margin-left: 10%;
    margin-top: 115vh;
    z-index: 0;


}

.foto3:hover {
    width: 65%;
    height: 90vh;
    transform: translate(-10%, -15vh);
    z-index: 1;
    transition: 1s;
}



.info2 {
    width: 28.5%;
    height: 0vh;
    background-color: rgb(73, 73, 73);
    display: block;
    margin-top: 100vh;
    margin-left: 68.5%;
    position: absolute;
    z-index: 1;
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    transition: z-index 0s, height 300ms ease-in-out, font-size 300ms ease-in, padding 300ms ease-in, color 300ms ease-in;
}
    .foto3:hover +.info2{
    
    height: 90vh;
    background-color: rgb(73, 73, 73);
    opacity: 1;
    z-index: 1;
    font-size: 0.6em;
    padding: 2em;
    color: white;
    transition: 800ms, height 800ms 1s, font-size 800ms 1s, padding 800ms 1s, color 1s 1s;
}






.icon {
    width: 60px;
}







}