#bloque5{
    padding: 50px 0px !important;
}

.imagenBloque5{
    width: 100%;
    height: 400px;
       background-image: url(/images/img558/fitboxing_img10.webp);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
}

.containerBloque5{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tituloBloque5{
    font-size: 4rem;
     margin: 0px;
    line-height: 1.2;
    font-family: "Bebas Neue", Sans-serif;
    text-align: center;
    color: var(--color-marron);

}

.textoBloque5{
    font-size: 1rem;
    margin: 0px;
    line-height: 1.5;
    font-family: "Montserrat", Sans-serif;
    color: white;
    text-align: center;
}

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

@media (max-width: 1450px) {
.imagenBloque5{
    width: 100%;
    height: 350px;
  
}

.containerBloque5{
    width: 100%;
    height: 350px;
  
}

}

@media (max-width: 1200px) {
.imagenBloque5{
    width: 100%;
    height: 300px;
  
}

.containerBloque5{
    width: 100%;
    height: 300px;
  
}
.tituloBloque5{
    font-size: 3rem;
}

}


@media (max-width: 990px) {
.imagenBloque5{
    width: 100%;
    height: 250px;
  
}

.containerBloque5{
    width: 100%;
    height: 250px;
  
}
.tituloBloque5{
    font-size: 2.5rem;
}

}
@media (max-width: 765px) {
.imagenBloque5{
    width: 100%;
    height: 250px;
  
}

.containerBloque5{
    width: 100%;
    height: auto;
    padding: 20px 0px;
  
}
.tituloBloque5{
    font-size: 2.5rem;
}

}