
.seccionFondoBicastro{

    background-image: url("fondoGrupoBicastro3.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;  
    background-position-y: top;
    /* padding-bottom: 10rem; */
  }
  @media (max-width: 600px) {
    .seccionFondoBicastro{
  background-size: contain;
  background-position: top;
    }
  }

  .imgParallax{
    margin-top: 1rem;
    height: 40vw;
    background-image:url('PARALAX.webp');
    background-size:cover;
    background-attachment: fixed;
    width: 100%;
    color: white;
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 2.6vw;  
  }
  
  @media (max-width: 600px) {
    .imgParallax{
      height: 22rem;
      background-size: cover;
      background-position: center;
      background-attachment: unset;
      width: 100%;
      color: white;
      font-family: 'Montserrat';
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
  }
  .cuartaSeccion{
    background-image: url("fondoProyectosOpt.jpg");
    background-repeat: no-repeat;
    background-size: 120%;
  }

  
.fondoCard{
    /* background-image: url(FIORENZA.jpg); */
    background-size: cover;
    width: 18vw; 
    height: 25vw; 
    margin-left: 3rem;
  }
  
  @media only screen and (max-width: 600px) {
    .fondoCard {   margin-left: 0rem; height: 11rem;
      width: 19rem;}
   }

   
.cuartaSeccionSocios{
    background-image: url("fondoDiagonal.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .imagenFrenteIndividualProyecto{
    margin-bottom: 2vw;
  }

  .imagenFrenteIndividualProyecto img{
    margin-top: 5vw;
    width: 100%;
    object-fit: cover;
    height: 40vw;
  }

.lineaTiempo{
  content:url("lineaTiempo2.webp");
}
@media only screen and (max-width: 600px) {
  .lineaTiempo{
    content:url("lineaTiempoResp.webp");
    width: 150%;
}
}