#bloque2{
    background-color: #eeeeee;
}


.containerBloque2{
    width: 100%;
    padding-top: 50px;
    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;
   
}

/* CAJAS.................................... */

#seccion2Bloque2{
   padding: 30px 0px;
}
.containerCajasBloque2{
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 5px 10px -5px black;
}


.numeroBloque2{
    font-size: 3rem;
    margin: 0px;
    line-height: 1;
    font-weight: 600;
     color:var(--color-marron);
    font-family: "Bebas Neue", Sans-serif;
    margin-bottom: 30px;  
}

.tituloCajaBloque2{
         font-size: 1.2rem;
    margin: 0px;
    line-height: 1;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    color: black;
  margin-bottom: 20px;
}

.textoCajaBloque2{
    font-size: 1rem;
    margin: 0px;
    line-height: 1.3;
    font-family: "Montserrat", Sans-serif;
    color: black;
  margin-bottom: 20px; 
}

#seccion3Bloque2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.buttonProbar{
  background-color: #B69B82;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 2.8px;
    color: white;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.1rem;
    padding: 20px 40px;
    margin-bottom: 20px;
    
}



.buttonProbar:hover{
  background-color: var(--color-gris-oscuro);
    color: var(--color-marron);
}


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

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

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

    margin-bottom: 20px;
}


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


}

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

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

.containerCajasBloque2{
    height: auto;
    margin-bottom: 20px;
}
#seccion2Bloque2{
   padding: 10px 0px;
}
#seccion3Bloque2{
    padding: 20px 0px;
}

}