@font-face {
  font-family: 'amarilloLimon';
  src: url('./fonts/FontAmarilloLimon-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.box-shadow {

  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 5px 5px 5px 5px;

}

a {
  text-decoration: none;
  color: inherit;
}

#servicios li {
  margin-left: 2rem;
  list-style: circle;
}

.slides {
  width: 100%;
  /* ancho fijo */
  height: 480px;
  /* alto fijo */
  overflow: hidden;
  /* oculta lo que se recorta */
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* mantiene proporción y recorta */
  object-position: center !important;
  /* recorta arriba y abajo */
}

.team {
  width: 100%;
  /* ancho fijo */
  /*height: 350px;*/
  /* alto fijo */
  overflow: hidden;
  /* oculta lo que se recorta */
}

.team img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  /* mantiene proporción y recorta */
  object-position: center !important;
  /* recorta arriba y abajo */
}



.actividades {
  width: 100%;
  height: 820px;
  overflow: hidden;

}

.actividades img {
  width: 300px;
  height: 535px;
  margin: 0 auto 0 auto;

}

.slider-box {
  color: dimgray;
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  background: rgba(255, 255, 255, 0.80);
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  -webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.02);
}

.footer-list {
  display: inline;
  list-style: none;
  font-weight: bold;
  font-size:xx-small;
}