/* ESTILOS GENERALES */
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  padding-top: 180px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.whatsapp-icon img {
  width: 60px;
}
.gallery-home img {
  width: 100%;
  max-width: 400px;
  margin: 10px;
}

.services-home,
.benefits-home,
.about-home,
.proces-us-home,
.contact-home {
  margin: 20px;
  padding: 20px;
}

/* ESTILOS CARROUSEL */

.text-carousel {
  background-color: rgba(255, 255, 255, 0.822);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* ESTILOS SECTION BENEFICIOS */

.benefits-home {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.benefits-us-home,
.benefits-method-home {
  width: 50%;
  margin: 10px;
  padding: 15px;
  box-shadow: 0px 0px 10px rgb(212, 212, 212);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.us-title-home,
.method-title-home {
  text-align: center !important;
}

.benefits-icon {
  width: 30px;
  height: auto;
}

ul {
  list-style: none;
}

/* ESTILOS SECTION CONTACT */

.icon-contacto {
  width: 20px;
}

/* SECTION ABOUT US HOME */

.about-home {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img/mascotas-limpieza.jpg");
  box-shadow: 0px 0px 10px rgb(212, 212, 212);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about-body-home {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about-text-home {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.623);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 500;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.8);
}

.about-btn-home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #64c466;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  align-items: center;
  text-decoration: none;
}

/* ESTILOS SECTION SERVICES HOME */

.services-home h2 {
  text-align: center;
  margin-bottom: 30px;
}

.services-home h2::before {
  content: "Nuestros Servicios";
  border-bottom: 3px solid #64c466;
}

.services-content-cards-home {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.services-card-home {
  margin: 10px;
  padding: 15px;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 10px rgb(212, 212, 212);
  border-radius: 10px;
}

.services-card-title-home {
  font-weight: 900;
  color: black !important;
  margin: 10px 0;
}

.services-icon-card-home {
  width: 100px;
}

.services-card-text-home {
  font-style: italic;
}

.services-btn-home {
  padding: 15px;
  width: 90%;
  border-radius: 15px;
  border: 2px solid #64c466;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  text-decoration: none;
  color: black;
  font-weight: 700;
}

/* ESTILOS SECTION PROCES */

.proces-us-home {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.proces-us-home h2 {
  text-align: center;
  margin-bottom: 30px;
}

.proces-us-home h2::before {
  content: "Nuestro trabajo";
  border-bottom: 3px solid #64c466;
}

.proces-img-home,
.proces-video-home {
  width: 20%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.proceses-us-content-home {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.proces-us-btn-home {
  padding: 15px;
  width: 90%;
  margin: 20px;
  border-radius: 15px;
  border: 2px solid #64c466;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  text-decoration: none;
  color: black;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}

/* ESTILOS SECTION CONTACT HOME */
.contact-home {
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 667px) {
  .services-home {
    margin: 0px;
  }
  .services-content-cards-home {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-card-home {
    width: 100%;
  }
  .benefits-home {
    margin: 0px;
    flex-direction: column;
  }
  .benefits-us-home,
  .benefits-method-home {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .benefits-us-home div ul,
  .benefits-method-home div ul {
    padding: 0px;
  }
  .benefits-us-home div ul li,
  .benefits-method-home div ul li {
    margin: 20px;
  }
  .about-home {
    height: auto;
  }
  .proces-us-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
  }
  .proceses-us-content-home {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .proces-img-home {
    width: 100%;
  }
  .proces-video-home {
    width: 100%;
    margin-top: 15px;
  }
}

/* RESPONSIVE PARA TABLETS */
@media (min-width: 667px) and (max-width: 1024px) {
  .services-content-cards-home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .services-card-home {
    width: 100%;
  }
  .benefits-home {
    margin: 0px;
    flex-direction: row;
  }
  .benefits-us-home,
  .benefits-method-home {
    width: 45%;
    margin: 0px;
  }
  .benefits-home{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .benefits-us-home,
  .benefits-method-home {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}
