* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.order-unset{
    order: 8;
}

.homepage {
  background: url("../images/main-back.c1b2d744.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.homepage .logo-container {
  background: url("../images/home-overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 4rem;
  width: fit-content;
  margin-left: auto;
}

.homepage .logo-container img {
  max-width: 700px;
}

.homepage .socials {
  margin-left: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 0 2rem 2rem;
}

.homepage .socials a {
  color: #161d65;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  gap: 0.5rem;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 70;
  width: 300px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  list-style: none;
  gap: 0.75rem;
}

#menu.inner-page-menu {
  background: #ffffff;
}

#menu.inner-page-menu li a {
  color: #002a3a;
}

#menu.inner-page-menu li a:after {
  background: url("../images/mnu-dots.12059d09.svg");
}

#menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#menu li.active a:after {
  height: 160px;
}

#menu li:last-of-type.active a:after {
  height: 0;
}

#menu li a:after {
  content: "";
  height: 0;
  width: 4px;
  background: url("../images/mnu-dots-white.311f1893.svg");
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block;
  margin: 1rem auto 0;
  transition: height 0.2s ease-in-out;
}

#fp-nav {
  display: none;
}

.section {
  padding-left: 300px;
}

hr.divisor {
  background-color: #6bcdb2;
  border: 0;
  width: 100px;
  height: 6px;
  margin: 2rem 0;
}

.quienes-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 6rem;
  padding: 0 6rem;
}

.quienes-container h3.quienes-title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
}

.quienes-container h2.quienes-title {
  font-size: 60px;
  color: #003da6;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.quienes-container p {
  color: #fff;
}

.quienesSwiper {
  margin: 100px auto;
  width: 320px;
  height: 380px;
}

.quienesSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.quienesSwiper .swiper-slide img {
  object-fit: cover;
  object-position: center;
}

.overlay-serv {
  display: flex;
}

.overlay-serv > a.catering {
  background: url("../images/us-back-1.11ae27fa.png");
}

.overlay-serv > a.publicity {
  background: url("../images/us-back-2.a2245c95.png");
}

.overlay-serv > a.comer {
  background: url("../images/us-back-3.87ac401f.png");
}

.overlay-serv > a.catering:hover {
  background: url("../images/hover-1.0acb5ce8.png");
}

.overlay-serv > a.publicity:hover {
  background: url("../images/hover-2.b7d01a54.png");
}

.overlay-serv > a.comer:hover {
  background: url("../images/hover-3.36277d6c.png");
}

.overlay-serv > a {
  flex: 1;
  height: 100vh;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transition: background 0.4s;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.overlay-serv > a hr,
.inner-page hr {
  background: #002a3a;
  border: 0;
  height: 3px;
  width: 40px;
  margin: 1rem auto;
}

.overlay-serv > a img {
  height: 90px;
  width: auto;
}

.overlay-serv > a p {
  color: #002a3a;
  text-transform: uppercase;
  font-weight: 700;
}

.overlay-serv > a:hover p {
  color: #ffffff;
}

.overlay-serv > a:hover hr {
  background: #ffffff;
}

.overlay-serv > a:hover .sin-hover,
.overlay-serv > a .con-hover {
  display: none;
  opacity: 0;
}

.overlay-serv > a:hover .con-hover {
  display: block;
  opacity: 1;
}

.clients .statistics {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.clients .statistics .number {
  background-color: #00b2e2;
  width: 210px;
  height: 210px;
  border-radius: 210px;
}

.clients .statistics .number h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  font-weight: 900;
  font-style: italic;
}

.clients .statistics .number p {
  color: #141251;
  margin-bottom: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 2rem;
}

.logosSwiper {
  background-color: #ffffff;
  margin-top: 3rem;
  padding: 2rem 0 !important;
}

.logosSwiper .swiper-slide img {
  height: 50px;
  width: auto;
  margin: auto;
  display: block;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #161d65 !important;
}

#contact-form {
  width: 60%;
  margin: 0 auto;
}

#contact-form img {
  width: 100%;
  margin-bottom: 2rem;
}

#contact-form input,
#contact-form textarea {
  background: transparent;
  border: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009ade;
  -webkit-text-fill-color: #141251;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
}

#success {
  border: 1px solid #3ded97;
  border-radius: 5px;
  padding: 2rem 2rem;
  margin: auto;
  font-weight: 600;
  color: #3ded97;
  font-size: 20px;
  display: none;
  background-color: #ffffff;
}

.gradient-div {
  height: 3px;
  background: #6bcdb2;
  background: linear-gradient(90deg, #6bcdb2, #00b2e3);
  border: 0;
  margin-bottom: 2rem;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  border: 0;
  margin-left: auto;
  display: block;
  cursor: pointer;
}

h1.phone {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #54c8e8;
  -webkit-text-fill-color: #141251;
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
}

p.bottom-mail {
  color: #ffffff;
  font-weight: 100;
  font-size: 30px;
}

.inner-page,
.section.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100vh;
  overflow-y: hidden;
  padding-left: 300px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.inner-page h1 {
  font-size: 30px;
  font-weight: 700;
  color: #002a3a;
  text-align: center;
  line-height: 1;
}

.inner-page .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#catering-page {
  background: #1d9add;
}

#catering-page .graph {
  width: 480px;
}

#publicidad-page {
  background: #75e7ff;
}

#publicidad-page .graph {
  width: 680px;
}

#publicidad-page .data-container {
  padding: 0 2rem;
}

#publicidad-page .data-container p {
  font-size: 12px;
  margin-top: 0.5rem;
}

#publicidad-page .data-container h2,
#publicidad-page .data-container h3,
#comercializadora-page .data-container h2,
#comercializadora-page .data-container h3 {
  color: #002a3a;
}

#comercializadora-page {
  background: #68cdb2;
}

#comercializadora-page .graph {
  width: 480px;
}

#comercializadora-page .data-container,
#comercializadora-page .header {
  padding: 0 2rem;
}

#comercializadora-page .header p {
  text-align: center;
  font-size: 12px;
  color: #002a3a;
  margin-top: 1rem;
}

.data-container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  gap: 3rem;
}

.data-container > div {
  flex: 1;
}

.data-container h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}

.data-container h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.inner-page .header img {
  display: block;
  height: auto;
  width: 80px;
  margin: 0 auto;
}

.section.contact {
  background-color: #141251;
}

.section.productos {
  background-color: #dfdfdf;
  min-height: 100vh;
}

.section.productos .container {
  max-width: 1024px;
  margin: 0 auto;
}

.section.productos .jumbutron {
  background: url(../images/home-overlay.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.productos .jumbutron h1 {
  text-align: center;
  max-width: 530px;
  font-size: 40px;
  font-weight: 200;
  color: #fff;
}

.section.productos .swipeCategories {
  margin-top: -140px;
  padding-bottom: 4px;
  padding-top: 40px;
}

.section.productos .swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: unset;
  bottom: 0;
  background: #fff;
}

.section.productos
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #75e7ff !important;
}

.section.productos .swiper-button-next,
.section.productos .swiper-button-prev {
  top: 20px;
}

.section.productos .swiper-button-prev {
  right: 40px;
  left: unset;
}

.section.productos .swiper-button-next:after,
.section.productos .swiper-button-prev:after {
  line-height: normal;
  color: #fff;
  font-size: 20px;
}

.section.productos .swipeCategories .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  position: relative;
  padding: 2rem;
  cursor: pointer;
  text-decoration: none;
}

.section.productos .swipeCategories .swiper-slide p {
  z-index: 9;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
}

.section.productos .swipeCategories .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #141251;
  background: linear-gradient(
    191deg,
    rgba(20, 18, 81, 1) 0%,
    rgba(117, 231, 255, 0.5) 100%
  );
  width: 100%;
  height: 100%;
}

.section.productos .swipeCategories .swiper-slide:hover::before {
  background: #141251;
  background: linear-gradient(
    191deg,
    rgba(20, 18, 81, 0.5) 0%,
    rgba(117, 231, 255, 1) 100%
  );
}

.section.productos .swipeCategories .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.productos .products {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem;
  background-color: #ffffff;
}
.section.productos .products .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section.productos .products .product .header {
  border: 1px solid #ededed;
}

.section.productos .products .product .header img {
  max-width: 100%;
}

.section.productos .products .product .body {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.section.productos .products .product .body h3 {
  font-size: 16px;
  font-weight: 200;
  color: #141251;
}

.section.productos #catNameTarget {
  padding: 2rem 1rem 0;
  background: #ffffff;
}

.section.productos #catNameTarget h3 {
  font-size: 20px;
  font-weight: 200;
  color: #141251;
}

.section.productos .products .product .body .a-button {
  background: rgba(117, 231, 255, 1);
  border: 1px solid rgba(117, 231, 255, 1);
  padding: 0.5rem 1rem;
  color: #141251;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
  text-align: center;
}

.section.productos .products .product .body .a-button:hover {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(117, 231, 255, 1);
  transition: 0.1s all ease-in-out;
}

.section.productos .products .product .body .body-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.section.productos .products .product .body .body-header button {
  color: rgba(117, 231, 255, 1);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.section.productos .products .product .body .body-header button:hover {
  color: #141251;
  transition: 0.1s all ease-in-out;
}

.section.productos .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.section.productos .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 800px;
}

.section.productos .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.section.productos .close:hover,
.section.productos .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.section.productos .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section.productos .modal img {
  max-width: 100%;
}

.section.productos .modal .modal-body {
  display: flex;
  gap: 4rem;
}
.section.productos .modal .modal-body div {
  flex: 1;
}

.section.productos .modal .modal-body .product-detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .section.productos .products {
    grid-template-columns: 1fr;
  }
  .section.productos .jumbutron h1 {
    font-size: 30px;
  }
  #menu {
    height: auto;
    width: 100%;
    padding: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #menu li.active a:after {
    height: 3px;
    background: #eeeeee;
    width: 100%;
    margin: 0.2rem auto;
  }

  #menu.inner-page-menu {
    background: rgba(255, 255, 255, 0.3);
  }

  #menu.inner-page-menu img {
    display: none !important;
  }

  .section {
    padding: 0 1rem;
  }

  .homepage .logo-container img {
    max-width: 100% !important;
  }

  .homepage .socials {
    margin-left: 0;
    width: 100%;
  }

  .quienes-container {
    gap: 0rem;
    padding: 0;
    flex-direction: column;
    text-align: center;
  }

  .quienesSwiper {
    width: 220px;
    height: 280px;
    margin-bottom: 20px;
  }
  .quienes-container h2.quienes-title {
    font-size: 40px;
  }

  hr.divisor {
    margin: 2rem auto;
  }

  .overlay-serv {
    flex-direction: column;
  }

  .overlay-serv > a {
    height: auto;
    padding: 1rem 0;
  }
  .clients .statistics {
    gap: 1rem;
  }
  .clients .statistics .number {
    width: 80px;
    height: 80px;
  }
  .clients .statistics .number p {
    margin: 0;
    font-size: 12px;
  }
  .clients .statistics .number h2 {
    font-size: 30px;
  }
  p.bottom-mail {
    font-size: 20px;
  }
  #contact-form input,
  #contact-form textarea {
    font-size: 18px;
  }
  #contact-form {
    width: 90%;
    margin: 0 auto;
  }
  #catering-page .graph {
    width: 100%;
  }
  #publicidad-page .graph,
  #comercializadora-page .graph {
    width: 100%;
  }
  .inner-page,
  .section.contact {
    padding: 6rem 2rem;
    height: auto;
    min-height: 100vh;
    justify-content: center;
  }

  .data-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
