
/*
font-family: 'Mulish', sans-serif;

@media (max-width: 991.98px){ 
}
@media (max-width: 767.98px){
}
@media (max-width: 575.98px){
}

*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800&display=swap');

html{
font-family: 'Mulish', sans-serif;
}

body{
height: 100vh;
margin: 0px;
}


.contenedor{
height: 100vh;
display: block;
width: 100%;
}

.foto{
height: 100%;
width: 100%;
}

img{
max-width: 100%;
}

.texto{
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
height: 100%;
padding: 20px;
width: 50%;
}

.texto img{
max-width: 500px;
margin: 0 auto;
width: 100%;
}

.foto img{
height: 100%;
object-fit: cover;
width: 100%;
}

.logo{
    position: absolute;
    top: 40%;
    width: 400px;
    right: 10%;
}

@media (max-width: 1100px){ 

    .contenedor{
    display: block;
    height: auto;
    text-align: center;
    }

    e.texto{
    width: 100%;
}

}
