.carruselActividades{
    display:flex;
    width: 100%;
    height: 730px;
    position:relative;
    align-items:center;
    justify-content:center;
}

.carruselActividades_texto{
  z-index:0;
  padding:166px;
  top:50%;
  transform: translateY(-48%);
  font-family: 'acumin-pro-wide', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing:0.15em;
  font-size:35px;
  color:white;
  position:absolute;
  text-align:center;
}

.carruselActividades_imagen {
  width: 100%;
  height: 100%;
  transition: background-image 0.4s ease;
}

.img1Actividades {
    display:flex;
    background-image:url('./imgs/actividadesSec/carruselActividades1.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-color: black;
}

.img2Actividades {
    display:flex;
    background-image:url('./imgs/actividadesSec/carruselActividades2.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-color:black;
}

.img3Actividades {
    display:flex;
    background-image:url('./imgs/actividadesSec/carruselActividades3.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-color: lightgrey;
}

.img4Actividades {
    display:flex;
    background-image:url('./imgs/actividadesSec/carruselActividades4.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-color: lightgrey;
}



.carruselActividades button{
  all: unset;
  cursor:pointer;
  width:10px;
  height:20px;
  position: absolute;
  z-index:100;
  top:50%;
  /*background-color: pink;*/
  transform: translateY(50%);
}

.carruselActividades .retroceder{
  background-image:url('./imgs/flecha1.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  left:67px;
}

.carruselActividades .avanzar{
  background-image:url('./imgs/flecha2.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  right:67px;
}

@media (max-width: 980px) {
  
  .carruselActividades br{
    display:none;
  }
  
  .carruselActividades_texto{
    text-align:center;
    padding:10%;
    transform: translateY(-55%);
  }
  
  .carruselActividades button{
     bottom:150px;
     top: auto;
     transform: none;
  }
  
    .carruselActividades .retroceder{
      left:45%;
    }

    .carruselActividades .avanzar{
      right:45%;
    }
  
}  

@media (max-width: 420px) {
  .carruselActividades_texto{
      font-size:28px;
  }
}
