
.contenedor{
    padding: 70px 0px;
    width: 90%;
    max-width: 700px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.imagen-fundadores{
    width: 60%;
    height: 30%;;
    border-radius: 400px;
    padding: 5px 0px;
}

.sobre-fundadores .contenido-textos{
    width: 100%;
}

.titulo{
    color: coral;
    font-size: 20px;
    text-align: center;
}

.contenido-textos h2{
    margin-bottom: 15px;
}

.contenido-textos p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
    font-family:sans-serif;
    font-size: 15px;
}


/*PANTALLA GRANDE*/
@media (min-width:800px){
    
.contenedor{
    padding: 70px 0px;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.contenedor-sobre-fundadores{
    display: flex;
    justify-content: space-evenly;
}

.imagen-fundadores{
    width: 40%;
    height: 30%;
    border-radius: 400px;
}

.sobre-fundadores .contenido-textos{
    width: 48%;
}

.titulo{
    color:coral;
    font-size: 30px;
    text-align: center;
}

.contenido-textos h2{
    margin-bottom: 15px;
}

.contenido-textos p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
    font-family:sans-serif;
    font-size: 20px;
}
    
    
}