#bloque3{
    background-color: white;
    padding: 50px 0px !important;
}

.cardTitulo{
    width: 100%;
    height: 550px;
    background-color: var(--color-gris-oscuro);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    box-shadow: 0px 5px 10px -5px black;
    margin-bottom: 20px;
}
.tituloBloque3{
      font-size: 5rem;
     margin: 0px;
    line-height: 1.2;
    font-family: "Bebas Neue", Sans-serif;
    color: var(--color-marron);
}
.cardCajasBloque3{
    width: 100%;
    height: 550px;
    background-color: white;
     box-shadow: 0px 5px 10px -5px black;
    margin-bottom: 20px;
}


.imgCaja1Bloque3{
    width: 100%;
    height: 250px;
    background-image: url(/images/img558/fitboxing_img3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.imgCaja2Bloque3{
    width: 100%;
    height: 250px;
    background-image: url(/images/img558/fitboxing_img7.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.imgCaja3Bloque3{
    width: 100%;
    height: 250px;
    background-image: url(/images/img558/fitboxing_img8.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.imgCaja4Bloque3{
    width: 100%;
    height: 250px;
    background-image: url(/images/img558/fitboxing_img9.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.cardTextoCaja{
    width: 100%;
    padding: 20px;
}

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



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

@media (max-width: 1450px) {

.cardTitulo{
    width: 100%;
}
.tituloBloque4{
      font-size: 4rem;
}   


}

@media (max-width: 1200px) {

.cardTitulo{
    height: auto;
    justify-content: center;
    align-items: center;
}
.tituloBloque3{
 font-size: 3rem;
 text-align: center;
}

.tituloBloque4{
text-align: center;
}
.tituloBloque4{
 font-size: 2.5rem;
}
.texto2CajaBloque4{
    text-align: center;
}

}

@media (max-width: 990px) {

.tituloBloque3{
 font-size: 2.5rem;
 text-align: center;
}


}


@media (max-width: 765px) {

.cardCajasBloque3{
    height: auto;
}
.imgCaja1Bloque3,.imgCaja2Bloque3, .imgCaja3Bloque3, .imgCaja4Bloque3{
    height: 200px;
}


}

