/*-------------------------PAGE ABOUT-----------------------------*/

.style-what-about{
    background-color:#f6faff;
    background-size: cover;
    width: 100%;
    padding-top: 90px;
}

.style-who-about{
    background-color:#f6faff;
    background-size: cover;
    width: 100%;
    padding-top: 100px;
}

.style-question-about{
    background-color:#f6faff;
    background-size: cover;
    width: 100%;
}

.style-mvv{
    padding-top: 100px;
}

/*------------------------Estilo Que es About--------------------*/
.style-what-tittle-about{
    text-align: center;
    color: #306a8f;
    font-size: 300%;
    font-family: 'tipo-poppins', sans-serif;
    padding-bottom: 50px;
}

.style-what-description-about{
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
    
}

/*-----------------Estilo Como funciona About--------------------*/
.style-who-tittle-about{
    text-align: center;
    color: #306a8f;
    font-size: 300%;
    font-family: 'tipo-poppins', sans-serif;
    padding-bottom: 10px;
}

.style-who-description-about{
    text-align: justify;
    font-size: 110%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
    
}

/*---------------------Preguntas frecuentes---------------------*/
.style-question-tittle-about{
    text-align: center;
    color: #306a8f;
    font-size: 300%;
    padding-top: 100px;
    font-family: 'tipo-poppins', sans-serif;
}

.style-question-question-about{
    text-align: left;
    font-size: 130%;
    padding-top: 50px;
}

.style-question-description-about{
    text-align: left;
    font-family: 'tipo-robotoregular', sans-serif;
}