#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;
    margin-bottom: 30px;
   
}
.textoBloque2 span{
    font-weight: 600;
}
/* SECCION2................................. */



.cardBloque2{
    width: 100%;
    height: 460px;
    background-color: white;
    box-shadow: 0px 5px 10px -5px black;
    padding: 15px;
    margin-bottom: 20px;
  
}
.cardNumero{
    width: 100%;
    margin-bottom: 10px;
}

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

.imagenCaja1{
    width: 100%;
    height: 160px;
    background-image: url(/images/img558/fitboxing_img2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 20px;
}
.imagenCaja2{
    width: 100%;
    height: 160px;
    background-image: url(/images/img558/fitboxing_img3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 20px;
}
.imagenCaja3{
    width: 100%;
    height: 160px;
    background-image: url(/images/img558/fitboxing_img4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 20px;
}
.imagenCaja4{
    width: 100%;
    height: 160px;
    background-image: url(/images/img558/fitboxing_img5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 20px;
}
.imagenCaja5{
    width: 100%;
    height: 160px;
    background-image: url(/images/img558/fitboxing_img6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}


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


#containerBtn{
    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;
    }


.textoBloque2 {
    font-size: 1rem;
      margin-bottom: 20px;
}  

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

}