* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: candy;
  src: url(../font/candy.otf);
}
@font-face {
  font-family: learn;
  src: url(../font/learn.ttf);
}
.swiper {
  width: 100%;
}

header {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
header .HeaderLogo {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .HeaderLogo img {
  width: 60%;
  display: flex;
  margin: auto;
}
@media (max-width: 910px) {
  header .HeaderLogo img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  header .HeaderLogo img {
    width: 90%;
  }
}
header nav {
  width: 80%;
  display: flex;
  overflow: hidden;
}
header .MenuProductos, header .MenuServicios, header .MenuNosotros, header .MenuContacto {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: candy;
  width: 25%;
  height: 80px;
}
header .MenuProductos a, header .MenuServicios a, header .MenuNosotros a, header .MenuContacto a {
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-text-stroke: white 1.5px;
  text-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 894px) {
  header .MenuProductos a, header .MenuServicios a, header .MenuNosotros a, header .MenuContacto a {
    font-size: 1.3rem;
  }
}
@media (max-width: 650px) {
  header .MenuProductos a, header .MenuServicios a, header .MenuNosotros a, header .MenuContacto a {
    font-size: 1rem;
  }
}
header .MenuProductos {
  background-color: #00D4FF;
}
header .MenuProductos a {
  color: #00D4FF;
}
header .MenuServicios {
  background-color: #00FF8B;
}
header .MenuServicios a {
  color: #00FF8B;
}
header .MenuNosotros {
  background-color: #FFF100;
}
header .MenuNosotros a {
  color: #FFF100;
}
header .MenuContacto {
  background-color: #EC1651;
  text-align: center;
}
header .MenuContacto a {
  color: #EC1651;
}
header .MenuContacto i {
  font-size: 2rem;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper.IndexSlider {
  --swiper-theme-color: white;
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  bottom: 3.2rem;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  background-color: white;
  padding: 1.2rem 2.5rem;
  border-radius: 2rem;
  font-family: learn;
  font-size: 1.7rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 {
    bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 {
    gap: 1rem;
  }
}
@media (max-width: 700px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 {
    padding: 0.8rem 1.9rem;
  }
}
@media (max-width: 480px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 {
    padding: 0.3rem 1.2rem;
  }
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 p {
  width: 35%;
}
@media (max-width: 984px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 p {
    display: none;
  }
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 i {
  font-size: 3rem;
  color: black;
}
@media (max-width: 700px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 i {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 i {
    font-size: 1.2rem;
  }
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 .fa-brands.fa-facebook-f {
  color: #0080FF;
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 .fa-brands.fa-instagram {
  background-image: linear-gradient(165deg, yellow, magenta, purple);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo1 .fa-brands.fa-whatsapp {
  color: #00D954;
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  bottom: 3.2rem;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 0;
  align-items: center;
}
@media (max-width: 700px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 {
    bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 {
    gap: 1rem;
  }
}
@media (max-width: 500px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 {
    display: none;
  }
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 .SlideInfoSection1 {
  position: relative;
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 .SlideInfoSection1 img {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 7rem;
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 .SlideInfoSection1 p {
  background-color: white;
  padding: 1rem 2rem 1rem 6rem;
  border-radius: 2rem;
  font-family: learn;
  font-size: 1.7rem;
}
@media (max-width: 950px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 .SlideInfoSection1 p {
    font-size: 1.2rem;
  }
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 .SlideInfoSection2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #D0D0D0;
  width: 70%;
  border-radius: 0 0 2rem 2rem;
}
@media (max-width: 950px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 .SlideInfoSection2 {
    display: none;
  }
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideInfo2 .SlideInfoSection2 img {
  margin: 0.7rem;
  width: 20rem;
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideSlap1, .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideSlap2 {
  font-family: candy;
  color: white;
  padding: 1rem 1.5rem;
  position: absolute;
  top: 2.2rem;
  font-size: 1.5rem;
  width: 20rem;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 910px) {
  .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideSlap1, .swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideSlap2 {
    display: none;
  }
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideSlap1 {
  background-color: #EC1651;
  text-align: right;
  right: 0;
  border-radius: 3rem 0 0 3rem;
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide .SlideSlap2 {
  background-color: #00D4FF;
  border-radius: 0 3rem 3rem 0;
}
.swiper.IndexSlider .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.DestacadosCont {
  margin-block: 5rem;
}
@media (max-width: 800px) {
  .DestacadosCont {
    margin-block: 3rem;
  }
}
@media (max-width: 480px) {
  .DestacadosCont {
    margin-block: 2rem;
  }
}
.DestacadosCont .DestacadosHeader {
  text-align: center;
}
.DestacadosCont .DestacadosHeader h2 {
  font-family: candy;
  font-size: 2.5rem;
  color: white;
  -webkit-text-stroke: 1.2px #EC1651;
}
@media (max-width: 800px) {
  .DestacadosCont .DestacadosHeader h2 {
    font-size: 2rem;
  }
}
.DestacadosCont .DestacadosHeader p {
  font-family: learn;
  font-size: 1.7rem;
}
@media (max-width: 480px) {
  .DestacadosCont .DestacadosHeader p {
    font-size: 1rem;
  }
}
.DestacadosCont .swiper.Destacados {
  --swiper-theme-color: #bbb;
  z-index: 2;
}
.DestacadosCont .swiper.Destacados .swiper-slide {
  display: flex;
  justify-content: space-around;
}
.DestacadosCont .swiper.Destacados .DestacadoSlideA, .DestacadosCont .swiper.Destacados .DestacadoSlideB {
  text-align: center;
}
.DestacadosCont .swiper.Destacados .DestacadoSlideA h3, .DestacadosCont .swiper.Destacados .DestacadoSlideB h3 {
  font-family: candy;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .DestacadosCont .swiper.Destacados .DestacadoSlideA h3, .DestacadosCont .swiper.Destacados .DestacadoSlideB h3 {
    font-size: 1rem;
  }
}
.DestacadosCont .swiper.Destacados .DestacadoSlideA p, .DestacadosCont .swiper.Destacados .DestacadoSlideB p {
  font-family: learn;
  font-size: 1.7rem;
}
@media (max-width: 480px) {
  .DestacadosCont .swiper.Destacados .DestacadoSlideA p, .DestacadosCont .swiper.Destacados .DestacadoSlideB p {
    font-size: 1rem;
  }
}
.DestacadosCont .swiper.Destacados .DestacadoSlideA img, .DestacadosCont .swiper.Destacados .DestacadoSlideB img {
  width: 25rem;
}
@media (max-width: 800px) {
  .DestacadosCont .swiper.Destacados .DestacadoSlideA img, .DestacadosCont .swiper.Destacados .DestacadoSlideB img {
    width: 15rem;
  }
}
@media (max-width: 480px) {
  .DestacadosCont .swiper.Destacados .DestacadoSlideA img, .DestacadosCont .swiper.Destacados .DestacadoSlideB img {
    width: 10rem;
  }
}
.DestacadosCont .swiper.Destacados .DestacadoSlideA h3 {
  color: #00D4FF;
}
.DestacadosCont .swiper.Destacados .DestacadoSlideB h3 {
  color: #EC1651;
}

.MoreOptionsCont {
  width: 100%;
  display: flex;
}
.MoreOptionsCont .MoreOptions1, .MoreOptionsCont .MoreOptions2 {
  width: 50%;
  position: relative;
}
.MoreOptionsCont .MoreOptions1 .MoreOptionsInfo, .MoreOptionsCont .MoreOptions2 .MoreOptionsInfo {
  margin-top: 2rem;
  margin-inline: 2rem;
}
.MoreOptionsCont .MoreOptions1 .MoreOptionsInfo h2, .MoreOptionsCont .MoreOptions2 .MoreOptionsInfo h2 {
  font-family: candy;
  font-size: 3rem;
  -webkit-text-stroke: white 1.5px;
}
@media (max-width: 827px) {
  .MoreOptionsCont .MoreOptions1 .MoreOptionsInfo h2, .MoreOptionsCont .MoreOptions2 .MoreOptionsInfo h2 {
    font-size: 2rem;
  }
}
.MoreOptionsCont .MoreOptions1 .MoreOptionsInfo a, .MoreOptionsCont .MoreOptions2 .MoreOptionsInfo a {
  font-family: learn;
  font-size: 2rem;
  color: white;
}
@media (max-width: 827px) {
  .MoreOptionsCont .MoreOptions1 .MoreOptionsInfo a, .MoreOptionsCont .MoreOptions2 .MoreOptionsInfo a {
    font-size: 1.5rem;
  }
}
@media (max-width: 580px) {
  .MoreOptionsCont .MoreOptions1 img, .MoreOptionsCont .MoreOptions2 img {
    display: none;
  }
}
.MoreOptionsCont .MoreOptions1 {
  background-color: #00FF8B;
  color: #00FF8B;
  text-align: right;
}
.MoreOptionsCont .MoreOptions1 .MoreOptionsIMG {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MoreOptionsCont .MoreOptions1 .MoreOptionsIMG img {
  width: 50%;
}
.MoreOptionsCont .MoreOptions1 .MoreOptionsIMG a svg {
  width: 7rem;
  height: 7rem;
  color: white;
  margin: 2rem;
}
@media (max-width: 700px) {
  .MoreOptionsCont .MoreOptions1 .MoreOptionsIMG a svg {
    width: 5rem;
    height: 5rem;
  }
}
.MoreOptionsCont .MoreOptions2 {
  background-color: #00D4FF;
  color: #00D4FF;
}
.MoreOptionsCont .MoreOptions2 .MoreOptionsIMG {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 580px) {
  .MoreOptionsCont .MoreOptions2 .MoreOptionsIMG {
    flex-flow: row;
  }
}
.MoreOptionsCont .MoreOptions2 .MoreOptionsIMG img {
  width: 50%;
}
.MoreOptionsCont .MoreOptions2 .MoreOptionsIMG a svg {
  width: 7rem;
  height: 7rem;
  color: white;
  margin: 2rem;
}
@media (max-width: 700px) {
  .MoreOptionsCont .MoreOptions2 .MoreOptionsIMG a svg {
    width: 5rem;
    height: 5rem;
  }
}

.TrustBar {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  margin: 4rem 0;
}
@media (max-width: 910px) {
  .TrustBar {
    gap: 1.5rem;
    margin: 2rem 0;
  }
}
.TrustBar .TrustItem {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  text-align: center;
}
.TrustBar .TrustItem p {
  font-family: learn;
  font-size: 1.7rem;
  color: #565657;
}
@media (max-width: 910px) {
  .TrustBar .TrustItem p {
    font-size: 1.2rem;
  }
}
.TrustBar .TrustItem i {
  color: #565657;
  font-size: 5rem;
}
@media (max-width: 910px) {
  .TrustBar .TrustItem i {
    font-size: 3rem;
  }
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #EC1651;
  padding-block: 2rem;
  footer {
  text-align: center;
  padding: 20px 0;
}

.btn-libro {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 18px;
  margin-top: 12px;
  transition: 0.3s ease;
}

.btn-libro:hover {
  background: #fff;
  color: #E9184B; /* fucsia del footer */
}

.btn-libro i {
  font-size: 16px;
}

}
footer .FooterSocial {
  display: flex;
  gap: 2rem;
}
@media (max-width: 480px) {
  footer .FooterSocial {
    gap: 1rem;
  }
}
footer .FooterSocial i {
  color: white;
  font-size: 2rem;
}
footer p {
  font-family: learn;
  font-size: 1.7rem;
  color: white;
}
@media (max-width: 600px) {
  footer p {
    font-size: 1rem;
  }
}

#productos main {
  background-color: #00D4FF;
  position: relative;
  z-index: 1;
}
#productos main h1 {
  color: #00D4FF;
  text-align: center;
  font-family: Candy;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-stroke: white 4px;
}
@media (max-width: 480px) {
  #productos main h1 {
    font-size: 3.5rem;
  }
}
#productos main .NubesProductos :nth-child(1) {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 5rem;
}
#productos main .NubesProductos :nth-child(2) {
  position: absolute;
  z-index: -1;
  top: 15rem;
  z-index: -1;
}
#productos main .NubesProductos :nth-child(3) {
  position: absolute;
  z-index: -1;
  top: 70rem;
}
#productos main .NubesProductos :nth-child(4) {
  position: absolute;
  z-index: -1;
  bottom: 10rem;
}
#productos main .NubesProductos :nth-child(5) {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 10rem;
}
#productos main .NubesProductos :nth-child(6) {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 65rem;
}
#productos main .ProductosCont {
  margin: 5rem 0;
}
#productos main .ProductosCont .ProductRow {
  display: flex;
  justify-content: space-around;
  margin: 2rem 0;
}
#productos main .ProductosCont .ProductRow .ProductItem {
  position: relative;
  width: 20rem;
  height: 20rem;
  border-radius: 2rem;
  text-decoration: none;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 910px) {
  #productos main .ProductosCont .ProductRow .ProductItem {
    width: 14rem;
    height: 14rem;
  }
}
@media (max-width: 480px) {
  #productos main .ProductosCont .ProductRow .ProductItem {
    width: 12rem;
    height: 12rem;
  }
}
#productos main .ProductosCont .ProductRow .ProductItem img {
  width: 20rem;
  border-radius: 2rem;
}
@media (max-width: 910px) {
  #productos main .ProductosCont .ProductRow .ProductItem img {
    width: 14rem;
  }
}
@media (max-width: 480px) {
  #productos main .ProductosCont .ProductRow .ProductItem img {
    width: 12rem;
  }
}
#productos main .ProductosCont .ProductRow .ProductItem .BlackBlock {
  background-color: rgba(0, 0, 0, 0.4);
  width: 20rem;
  height: 20rem;
  position: absolute;
  bottom: 0;
  border-radius: 2rem;
  z-index: 0;
  opacity: 0;
  transition: 0.1s ease-in;
}
@media (max-width: 910px) {
  #productos main .ProductosCont .ProductRow .ProductItem .BlackBlock {
    width: 14rem;
    height: 14rem;
  }
}
@media (max-width: 480px) {
  #productos main .ProductosCont .ProductRow .ProductItem .BlackBlock {
    width: 12rem;
    height: 12rem;
  }
}
#productos main .ProductosCont .ProductRow .ProductItem .ProductInfo {
  position: absolute;
  text-align: center;
  bottom: 2rem;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  opacity: 0;
}
#productos main .ProductosCont .ProductRow .ProductItem .ProductInfo h3 {
  color: #00D4FF;
  font-family: Candy;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-stroke: white 0.5px;
}
#productos main .ProductosCont .ProductRow .ProductItem .ProductInfo p {
  color: white;
  font-family: learn;
  font-size: 1.5rem;
}
#productos main .ProductosCont .ProductRow .ProductItem:hover .BlackBlock {
  opacity: 100%;
}
#productos main .ProductosCont .ProductRow .ProductItem:hover .ProductInfo {
  opacity: 100%;
}

#servicios main {
  background-color: #00FF8B;
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 0;
}
#servicios main h1 {
  color: #00FF8B;
  text-align: center;
  font-family: Candy;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-stroke: white 4px;
}
@media (max-width: 480px) {
  #servicios main h1 {
    font-size: 3.5rem;
  }
}
#servicios main .NubesServ :nth-child(1) {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 10rem;
}
#servicios main .NubesServ :nth-child(2) {
  position: absolute;
  z-index: -1;
  top: 10rem;
  left: 0;
}
#servicios main .NubesServ :nth-child(3) {
  position: absolute;
  z-index: -1;
  bottom: -15rem;
  left: 0;
}
#servicios main .NubesServ :nth-child(4) {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -5rem;
}
#servicios main article {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 80%;
}
@media (max-width: 700px) {
  #servicios main article {
    flex-flow: column-reverse;
  }
}
#servicios main article img {
  border-radius: 2rem;
  border: dashed #0e612e 7px;
}
@media (max-width: 700px) {
  #servicios main article img {
    flex-flow: column-reverse;
    width: 100%;
  }
}
#servicios main article section {
  display: flex;
  flex-flow: column;
  width: 50%;
  gap: 1rem;
}
@media (max-width: 700px) {
  #servicios main article section {
    width: 100%;
  }
}
#servicios main article section h2 {
  color: #0e612e;
  text-align: center;
  font-family: Candy Beans;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#servicios main article section p {
  font-family: learn;
  font-size: 1.7rem;
}
#servicios main article section a {
  font-family: learn;
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  font-size: 2rem;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease-in-out;
}
#servicios main article section a span {
  display: none;
}
#servicios main article section a:hover span {
  display: block;
}
#servicios main article img {
  width: 50%;
}
@media (max-width: 700px) {
  #servicios main article img {
    width: 100%;
  }
}
#servicios main .BtnWha {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  border: 0.5rem dashed white;
  padding: 1rem 2rem;
  border-radius: 3rem;
}
#servicios main .BtnWha i {
  font-size: 3rem;
}
#servicios main .BtnWha h2 {
  color: #FFF;
  text-align: center;
  font-family: Candy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 550px) {
  #servicios main .BtnWha h2 {
    font-size: 1.7rem;
  }
}

#nosotros main {
  background-color: #FFF100;
  z-index: 0;
  position: relative;
}
#nosotros main .NubesNosotros :nth-child(1) {
  position: absolute;
  z-index: -1;
  top: 7rem;
  left: 0;
}
#nosotros main .NubesNosotros :nth-child(2) {
  position: absolute;
  z-index: -1;
  top: 15rem;
  right: 0;
}
#nosotros main .NubesNosotros :nth-child(3) {
  position: absolute;
  z-index: -1;
  bottom: -3rem;
  right: 0;
}
#nosotros main .NosotrosCont {
  width: 80%;
  margin: auto;
}
#nosotros main .NosotrosCont h1 {
  color: #EADD00;
  text-align: center;
  font-family: candy;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-stroke: white 4px;
}
@media (max-width: 480px) {
  #nosotros main .NosotrosCont h1 {
    font-size: 3.5rem;
  }
}
#nosotros main .NosotrosCont p {
  font-family: learn;
  font-size: 2rem;
}
#nosotros main .NosotrosCont .BotonWha {
  text-decoration: none;
  display: flex;
  margin: 4rem;
  justify-content: center;
}
#nosotros main .NosotrosCont .BotonWha .GrupoWhatsapp {
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background-color: white;
  border-radius: 3rem;
}
#nosotros main .NosotrosCont .BotonWha .GrupoWhatsapp h2 {
  color: #545457;
  text-align: center;
  font-family: Candy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 480px) {
  #nosotros main .NosotrosCont .BotonWha .GrupoWhatsapp h2 {
    font-size: 1.5rem;
  }
}
#nosotros main .NosotrosCont .BotonWha .GrupoWhatsapp i {
  font-size: 3rem;
  color: #25CC64;
}

#NuestrosProductos main {
  background-color: #00D4FF;
  z-index: 1;
}
#NuestrosProductos .NubesProductos :nth-child(1) {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 5rem;
}
#NuestrosProductos .NubesProductos :nth-child(2) {
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: 0;
}
#NuestrosProductos .NubesProductos :nth-child(3) {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media (max-width: 1220px) {
  #NuestrosProductos .NubesProductos :nth-child(3) {
    display: none;
  }
}
#NuestrosProductos .NubesProductos :nth-child(4) {
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0;
}
@media (max-width: 1220px) {
  #NuestrosProductos .NubesProductos :nth-child(4) {
    display: none;
  }
}
#NuestrosProductos h1 {
  color: #00D4FF;
  text-align: center;
  font-family: Candy;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-stroke: white 4px;
}
@media (max-width: 910px) {
  #NuestrosProductos h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  #NuestrosProductos h1 {
    font-size: 3rem;
  }
}
#NuestrosProductos .ProductPost {
  width: 70%;
  margin: auto;
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 700px) {
  #NuestrosProductos .ProductPost {
    gap: 2rem;
  }
}
@media (max-width: 700px) {
  #NuestrosProductos .ProductPost {
    flex-flow: column;
    width: 100%;
  }
}
#NuestrosProductos .ProductPost .ProductGraphic {
  width: 50%;
  display: flex;
  margin: 0 auto;
  flex-flow: column;
  gap: 1rem;
}
@media (max-width: 700px) {
  #NuestrosProductos .ProductPost .ProductGraphic {
    width: 70%;
  }
}
#NuestrosProductos .ProductPost .ProductGraphic .MainPhoto {
  text-align: center;
}
#NuestrosProductos .ProductPost .ProductGraphic .MainPhoto img {
  width: 100%;
  border-radius: 2rem;
}
#NuestrosProductos .ProductPost .ProductGraphic .ProductSubCarrusel {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#NuestrosProductos .ProductPost .ProductGraphic .ProductSubCarrusel img {
  width: 30%;
  border-radius: 2rem;
}
#NuestrosProductos .ProductPost .ProductInfoPost {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 3rem;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  #NuestrosProductos .ProductPost .ProductInfoPost {
    flex-flow: column-reverse;
    width: 100%;
    gap: 1rem;
  }
}
@media (max-width: 700px) {
  #NuestrosProductos .ProductPost .ProductInfoPost ul {
    width: 70%;
  }
}
#NuestrosProductos .ProductPost .ProductInfoPost ul li {
  font-family: learn;
  font-size: 1.7rem;
  color: white;
}
#NuestrosProductos .ProductPost .ProductInfoPost .PriceCont {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  #NuestrosProductos .ProductPost .ProductInfoPost .PriceCont {
    width: 100%;
  }
}
#NuestrosProductos .ProductPost .ProductInfoPost .PriceCont #PriceHide {
  display: none;
}
#NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .CounterCont {
  display: flex;
  align-items: center;
  border: solid white 0.4rem;
  border-radius: 2rem;
  padding: 0rem 2.5rem 0 0rem;
  bottom: 0;
}
#NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .CounterCont #quantity {
  color: white;
  text-align: center;
  width: 2.5rem;
  background-color: transparent;
  border: none;
  overflow: visible;
  font-family: Candy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.5rem 0rem 0.5rem 1rem;
}
@media (max-width: 920px) {
  #NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .CounterCont #quantity {
    font-size: 1.5rem;
  }
}
@media (max-width: 450px) {
  #NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .CounterCont #quantity {
    font-size: 1.2rem;
  }
}
#NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .CounterCont .Arrows {
  display: flex;
  flex-flow: column;
}
#NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .CounterCont .Arrows svg {
  margin-block: -0.5rem;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
#NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .Price {
  background-color: white;
  border-radius: 3rem;
  border: solid #00D4FF 0.4rem;
  padding: 1rem 2rem;
  margin-left: -3rem;
  display: flex;
}
#NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .Price h2 {
  color: #00D4FF;
  text-align: center;
  font-family: Candy;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1088px) {
  #NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .Price h2 {
    font-size: 2rem;
  }
}
@media (max-width: 620px) {
  #NuestrosProductos .ProductPost .ProductInfoPost .PriceCont .Price h2 {
    font-size: 1.9rem;
  }
}
#NuestrosProductos table {
  margin: auto;
  width: 70%;
  text-align: center;
  font-family: candy;
}
@media (max-width: 800px) {
  #NuestrosProductos table {
    width: 90%;
  }
}
#NuestrosProductos table tbody {
  background: white;
}
#NuestrosProductos table tr {
  transition: all 0.15s ease-in-out;
}
#NuestrosProductos table th, #NuestrosProductos table td {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  border-radius: 2rem;
}
@media (max-width: 800px) {
  #NuestrosProductos table th, #NuestrosProductos table td {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  #NuestrosProductos table th span, #NuestrosProductos table td span {
    display: none;
  }
}
#NuestrosProductos table th {
  color: white;
  border: solid white 0.3rem;
}
@media (max-width: 800px) {
  #NuestrosProductos table th {
    padding: 0.2rem;
  }
}
#NuestrosProductos table td {
  color: #00D4FF;
  padding: 1rem;
}
@media (max-width: 800px) {
  #NuestrosProductos table td {
    padding: 0.2rem;
  }
}
#NuestrosProductos table tbody tr:hover {
  background: #FFF100;
  cursor: pointer;
}
#NuestrosProductos .DestacadosCont {
  margin-block: 5rem;
}
@media (max-width: 800px) {
  #NuestrosProductos .DestacadosCont {
    margin-block: 3rem;
  }
}
@media (max-width: 480px) {
  #NuestrosProductos .DestacadosCont {
    margin-block: 2rem;
  }
}
#NuestrosProductos .DestacadosCont .DestacadosHeader {
  text-align: center;
}
#NuestrosProductos .DestacadosCont .DestacadosHeader h2 {
  font-family: candy;
  font-size: 2.5rem;
  color: white;
  -webkit-text-stroke: 1.2px #EC1651;
}
@media (max-width: 800px) {
  #NuestrosProductos .DestacadosCont .DestacadosHeader h2 {
    font-size: 2rem;
  }
}
#NuestrosProductos .DestacadosCont .DestacadosHeader p {
  font-family: learn;
  color: white;
  font-size: 1.7rem;
}
@media (max-width: 480px) {
  #NuestrosProductos .DestacadosCont .DestacadosHeader p {
    font-size: 1rem;
  }
}
#NuestrosProductos .DestacadosCont .swiper.DestacadosV2 {
  --swiper-theme-color: #EC1651;
  z-index: 2;
}
#NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .swiper-slide {
  display: flex;
  justify-content: space-around;
}
#NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideA, #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideB {
  text-align: center;
}
#NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideA h3, #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideB h3 {
  font-family: candy;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideA h3, #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideB h3 {
    font-size: 1rem;
  }
}
#NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideA p, #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideB p {
  font-family: learn;
  font-size: 1.7rem;
  color: white;
}
@media (max-width: 480px) {
  #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideA p, #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideB p {
    font-size: 1rem;
  }
}
#NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideA img, #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideB img {
  width: 25rem;
}
@media (max-width: 800px) {
  #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideA img, #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideB img {
    width: 15rem;
  }
}
@media (max-width: 480px) {
  #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideA img, #NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideB img {
    width: 10rem;
  }
}
#NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideA h3 {
  color: #EC1651;
}
#NuestrosProductos .DestacadosCont .swiper.DestacadosV2 .DestacadoSlideB h3 {
  color: #EC1651;
}
#NuestrosProductos .BtnWha {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border: 0.5rem dashed white;
  padding: 1rem 2rem;
  border-radius: 3rem;
  width: 60%;
  margin: auto;
  margin-block: 3rem;
}
@media (max-width: 550px) {
  #NuestrosProductos .BtnWha {
    width: 90%;
  }
}
#NuestrosProductos .BtnWha i {
  font-size: 3rem;
}
#NuestrosProductos .BtnWha h2 {
  color: #FFF;
  text-align: center;
  font-family: Candy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 550px) {
  #NuestrosProductos .BtnWha h2 {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=srtyles.css.map */