* {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 660px) {
  .banner {
    min-height: 360px;
    background-image: url(../../asset/imagenes/tapa2celu1080.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 661px) {
  .banner {
    background-image: url(../../asset/imagenes/tapa4pc1366.png);
    height: 100dvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.logo {
  width: 130px;
}

.circulo {
  width: 150px;
  height: 150px;
}

.circulo:hover {
  transform: scale(1.05);
  transition: 1s all;
}

.inicioFontSm {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.inicioFont {
  line-height: 1.7;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.inicioFontBold {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  opacity: 0.7;
}

.bi-whatsapp {
  margin-top: 7px;
}

@keyframes showefecto {
  from {
    opacity: 0;
    scale: 25%;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
}

.imgefecto {
  view-timeline-name: --image;
  view-timeline-axis: block;

  animation-timeline: --image;
  animation-name: showefecto;

  animation-range: entry 25% cover 30%;
  animation-fill-mode: both;
}

#contacto,
#nosotros,
#productos {
  scroll-margin-top: 80px;
}
