/*-----------------Estilo BlocksFin*------------------------------*/

.hero-imgBlocksFin{
    background-size: cover;
    width: 70%;
    height: auto;
}

.hero-img2{
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
}
.heroBlocksFin{
    background-image: url("/imgs/generales/BannerBlocksFin.jpg");   
    padding-top: 100px;
    background-size: cover;
    width: 100%;

}

.img-logo-heroBlocksFin{
    background-size: cover;
    width: 60%;
    height: auto;
    align-items: center;
}


.whoBlocksFin{
    background-color:#f6faff;
    background-size: cover;
    width: 100%;
}

.prosBlocksFin{
    
    background-size: cover;
    width: 100%;
    background-color:#f6faff;
}


.howBlocksFin{
    background-color:#ffffff;
    background-size: cover;
    width: 100%;
}

.style-hero-tittleBlocksFin {
    color: #080800;
    font-size: 300%;
    font-family: 'tipo-poppins', sans-serif;
    text-align: left;

    
}

.style-who-tittleBlocksFin{
    color: #000000;
    font-size: 200%;
    font-family: 'tipo-poppins', sans-serif;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.style-who-descriptionBlocksFin{
    color: #080800;
    font-size: 150%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px; /* Ajusta la altura según lo necesites */
}

.style-how-tittleBlocksFin{
    color: #080800;
    font-size: 200%;
    font-family: 'tipo-poppins', sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.style-how-descriptionBlocksFin{
    color: #080800;
    font-size: 150%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px; /* Ajusta la altura según lo necesites */
}

.style-pros-descriptionBlocksFin{
    color: #080800;
    font-size: 150%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
}