/*Estilos para contenedor de WhatsApp*/
.container-wa{
    position: absolute;
    z-index: 100;
}

.link-wa>a{
    color:#59e22d;
    font-size:3rem;
    margin-right: 10px;
}
.link-wa:hover a{
    color:#45ab24;
}
/****************************/

/*Estilos para Swiper*/
.swiper-container {
    width: 100%;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 100%;
  width: 100%;
}

.gallery-thumbs {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*******************/