/* Personaliza la barra de scroll para navegadores basados en Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #C2C2C2 !important;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background: #F1F1F1 !important;
}

/* Para Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #F1F1F1 !important;
}
html h1 {
  font-size: 32px !important;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  border-bottom: 4px solid #0072ce;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  html h1 {
    font-size: 24px !important;
  }
}
html h2 {
  font-size: 30px !important;
  text-align: center;
}
@media (max-width: 768px) {
  html h2 {
    font-size: 22px !important;
  }
}
html h3 {
  text-align: center;
  font-size: 16px Im !important;
}
html p {
  font-size: 16px !important;
  font-style: normal;
  text-align: center;
  margin-bottom: 0;
}
html img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
html .h1 {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
html .h1 h1 {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  html .h1 h1 {
    width: 70%;
  }
}
html .h1 p {
  width: 80%;
  margin: 0;
  line-height: 24px;
}
@media (max-width: 768px) {
  html .h1 p {
    width: 100%;
  }
}
html .vitrina {
  height: 310px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  html .vitrina {
    height: 200px;
  }
}
html .vitrina img {
  width: 100%;
  height: 100%;
}
html .pilares {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  overflow-y: scroll;
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  html .pilares {
    gap: 10px;
    padding: 0 10px;
    padding-bottom: 10px;
  }
}
html .pilares div {
  width: 100%;
  min-width: 250px;
  scroll-snap-align: center;
}
html .pilares div p {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  html .pilares div p {
    font-size: 16px;
    padding: 10px 10px;
  }
}
html .paso-a-paso {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  html .paso-a-paso {
    margin-top: 20px;
  }
}
html .paso-a-paso .titulo {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 768px) {
  html .paso-a-paso .titulo {
    width: 70%;
  }
}
html .paso-a-paso .pasos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media (max-width: 768px) {
  html .paso-a-paso .pasos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
html .paso-a-paso .pasos .paso {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 16%;
  min-width: 250px;
  gap: 10px;
}
@media (max-width: 768px) {
  html .paso-a-paso .pasos .paso {
    gap: 0px;
    width: 48%;
    min-width: auto;
  }
}
html .paso-a-paso .pasos .paso h3 {
  font-size: 16px !important;
  font-weight: bold;
}
html .paso-a-paso .pasos .paso img {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}
html .retiros {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  html .retiros {
    flex-flow: column;
  }
}
html .retiros .retiro1, html .retiros .retiro2 {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  width: 50%;
  background-color: #0072ce;
  height: 160px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  html .retiros .retiro1, html .retiros .retiro2 {
    width: 100%;
    padding: 20px 0;
  }
}
html .retiros .retiro1 h3, html .retiros .retiro2 h3 {
  font-size: 24px;
  color: #fff;
}
html .retiros .retiro1 ul, html .retiros .retiro2 ul {
  display: contents;
  color: #fff;
}
@media (max-width: 768px) {
  html .retiros .retiro1 ul, html .retiros .retiro2 ul {
    font-size: 14px;
  }
}
html .compras-domicilio {
  display: flex;
  flex-flow: column;
  align-items: center;
}
html .compras-domicilio .titulo {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 768px) {
  html .compras-domicilio .titulo {
    width: 100%;
  }
}
html .compras-domicilio .titulo h2 {
  width: 70%;
}
html .compras-domicilio .titulo p {
  width: 90%;
}
@media (max-width: 768px) {
  html .compras-domicilio .titulo p {
    width: 90%;
  }
}
html .compras-domicilio .contenido {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  html .compras-domicilio .contenido {
    flex-flow: column-reverse;
  }
}
html .compras-domicilio .contenido .texto {
  display: flex;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  gap: 10px;
  width: 50%;
}
@media (max-width: 768px) {
  html .compras-domicilio .contenido .texto {
    width: 100%;
  }
}
html .compras-domicilio .contenido .texto p {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  html .compras-domicilio .contenido .texto p {
    padding: 10px;
  }
}
html .compras-domicilio .contenido .texto-doble {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  html .compras-domicilio .contenido .texto-doble {
    flex-flow: column;
  }
}
html .compras-domicilio .contenido .texto-doble p {
  margin-bottom: 0;
}
html .compras-domicilio .contenido .img {
  width: 50%;
}
@media (max-width: 768px) {
  html .compras-domicilio .contenido .img {
    width: 100%;
  }
}
html .compra-donde-quieras {
  display: flex;
  flex-flow: column;
  align-items: center;
}
html .compra-donde-quieras .titulo {
  display: flex;
  flex-flow: column;
  align-items: center;
}
html .compra-donde-quieras .titulo p {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
  margin: 0 20px;
}
html .compra-donde-quieras .opciones {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  html .compra-donde-quieras .opciones {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
html .compra-donde-quieras .opciones .opcion {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 768px) {
  html .compra-donde-quieras .opciones .opcion {
    width: 48%;
    min-width: auto;
  }
}
html .compra-donde-quieras .opciones .opcion p {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  width: 80%;
}
html .compra-donde-quieras .opciones .opcion h3 {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
html .compra-donde-quieras .opciones .opcion img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
html .compra-donde-quieras p {
  background-color: #f3f3f3;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
}
@media (max-width: 768px) {
  html .compra-donde-quieras p {
    margin-top: 30px;
    padding: 20px;
  }
}
html .experiencia .titulo,
html .beneficios .titulo {
  display: flex;
  flex-flow: column;
  align-items: center;
}
html .experiencia .titulo p,
html .beneficios .titulo p {
  width: 60%;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  html .experiencia .titulo p,
  html .beneficios .titulo p {
    width: 100%;
  }
}
html .experiencia .banners,
html .beneficios .banners {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  html .experiencia .banners,
  html .beneficios .banners {
    flex-flow: column;
  }
}
html .experiencia .banners a,
html .beneficios .banners a {
  display: contents;
}
html .experiencia .banners a video, html .experiencia .banners a img,
html .beneficios .banners a video,
html .beneficios .banners a img {
  width: 32%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  html .experiencia .banners a video, html .experiencia .banners a img,
  html .beneficios .banners a video,
  html .beneficios .banners a img {
    width: 100%;
  }
}
html .beneficios .banners img {
  width: 49%;
}
@media (max-width: 768px) {
  html .beneficios .banners img {
    width: 100%;
  }
}/*# sourceMappingURL=estilos.css.map */