#bloque2{
    background-color: #eeeeee;
}


.containerBloque2{
    width: 100%;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.imgBloque2{
    width: 100px;
    margin-bottom: 30px;
}

.tituloBloque2{
    font-size: 3rem;
    margin: 0px;
    line-height: 1;
      color:var(--color-marron-oscuro);
    font-family: "Bebas Neue", Sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.textoBloque2{
     font-size: 1.2rem;
    margin: 0px;
    line-height: 1.3;
    font-family: "Montserrat", Sans-serif;
    color: black;
    text-align: center;
   
}
.textoBloque2 span{
    font-weight: 600;
}


/* MEDIAQUERIS ..............................*/

@media (max-width: 1450px) {
.containerBloque2{
    padding: 30px 0px;
 
}

.imgBloque2{
    margin-bottom: 20px;
}
.tituloBloque2{

    margin-bottom: 20px;
}


}
@media (max-width: 1200px) {
.containerBloque2{
    padding: 20px;
 
}


}

@media (max-width: 765px) {
    .tituloBloque2{
        font-size: 2rem;
    }
.containerBloque2{
    padding: 20px 0px;
 
}
.textoBloque2 {
    font-size: 1rem;
}  

.imgBloque2{
    width: 80px;
    margin-bottom: 20px;
}

}