
.masthead-bicicletas {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-bg-bicicletas {
  position: relative;
  width: 100%;
  height: 50vh;
}

.slide-bicicletas {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide-bicicletas.active {
  opacity: 1;
  z-index: 1;
}

.slide-bicicletas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-content-bicicletas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.text-content-bicicletas h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
}

@media (min-width: 768px) {
  .text-content-bicicletas h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .text-content-bicicletas h1 {
    font-size: 5.5rem;
    letter-spacing: normal;
  }
}
        
            .image-container {
                height: 360px;
                position: relative;
            }
            .image-container-head{
                height: 360px;
                position: relative;
            }

            .text-warning {
                color: #F9CA06 !important; /* Color amarillo Bootstrap */
            }

            p {
                margin: 0 0;
            }

            .cuadro{

                padding: 1% 4%;

            }

            .titulo{

                font-family: invisibleb;
                font-size: 2rem;
                letter-spacing: 0.5pt;
                color: black;

            }

            .tecnico{
                font-family: invisibleb;
                font-size: 1.5rem;
                letter-spacing: 0.5pt;
                color: black;

            }
            .descripcion{
                font-family: "Montserrat", sans-serif ;
                font-size: 1rem;
                font-weight: 500;
                letter-spacing: 0pt;
                color: black;
            }
    @media (min-width: 992px) {

            .recorrido{
                padding: 8% 0%;
            }
            .image-container h1{
                font-size: 5rem;
                font-family: invisibleb;
                letter-spacing: 0pt;
            }
            .recorrido a{
                text-align: center;
                color: #F9CA06;
                font-family: invisibleb;
                letter-spacing: 0pt;
            }
            .titulo{

                font-family: invisibleb;
                font-size: 1.8rem;
                letter-spacing: 0.5pt;
                color: black;

            }

            .tecnico{
                font-family: invisibleb;
                font-size: 1.8rem;
                letter-spacing: 0.5pt;
                color: black;

            }
            .descripcion{
                font-family: "Montserrat", sans-serif ;
                font-size: 1rem;
                font-weight: 500;
                letter-spacing: 0pt;
                color: black;
            }
    }
    @media (max-width: 992px) {

            .recorrido{
                padding: 30% 0%;
            }
            .image-container h1 {
                    
                    font-size: 3.5rem;
                }
            .titulo{

                font-family: invisibleb;
                font-size: 1rem;
                letter-spacing: 0.5pt;
                color: black;

            }

            .tecnico{
                font-family: invisibleb;
                font-size: 1rem;
                letter-spacing: 0.5pt;
                color: black;

            }
            .descripcion{
                font-family: "Montserrat", sans-serif ;
                font-size: 0.7rem;
                font-weight: 500;
                letter-spacing: 0pt;
                color: black;
            }
    }
