@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
/* ------------------------------------- */
/*             Responsivo                */
/* ------------------------------------- */
/* ------------------------------------- */
/*            Media Queries              */
/* ------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
}

#menu {
  background-color: transparent;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  position: fixed;
  z-index: 10;
 width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
#menu .nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  #menu .nav {
    padding: 5px 4rem 5px 4rem;
  }
}
@media (min-width: 1024px) {
  #menu .nav {
    padding: 25px 10rem 25px 10rem;
  }
}
@media (min-width: 1280px) {
  #menu .nav {
    padding: 25px 14rem 25px 14rem;
  }
}
#menu .nav .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 45px;
  font-family: "Lato", sans-serif;
}
#menu .nav .links a {
  text-decoration: none;
  color: white;
  font-weight: bolder;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #menu .nav .links a {
    font-size: 1.4rem;
  }
}
#menu .nav .links a:hover {
  color: #cf1427;
}
#menu .nav .logo {
  width: 125px;
  height: 45px;
  background-image: url("..//assets/images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  #menu .nav .logo {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  #menu .nav .logo {
    width: 275px;
    height: 75px;
  }
}
#menu .nav .logo-two {
  width: 125px;
  height: 100px;
  background-image: url("../assets/images/logo-two.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  #menu .nav .logo-two {
    width: 145px;
    height: 75px;
  }
}
@media (min-width: 1024px) {
  #menu .nav .logo-two {
    width: 275px;
    height: 100px;
  }
}
#menu .nav .logo-three {
  width: 125px;
  background-image: url("../assets/images/logo-three.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  background-position: center;
}
@media (min-width: 768px) {
  #menu .nav .logo-three {
    width: 145px;
    height: 75px;
  }
}
@media (min-width: 1024px) {
  #menu .nav .logo-three {
    width: 275px;
    height: 100px;
  }
}
#menu .nav .logo-four {
  width: 125px;
  background-image: url("../assets/images/logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 75px;
}
@media (min-width: 768px) {
  #menu .nav .logo-four {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  #menu .nav .logo-four {
    width: 275px;
  }
}
#menu .nav .hamburguer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 768px) {
  #menu .nav .hamburguer {
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  #menu .nav .hamburguer {
    gap: 45px;
  }
}
#menu .nav .hamburguer a {
  color: white;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: bolder;
  padding-bottom: 18px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #menu .nav .hamburguer a {
    font-size: 1.4rem;
  }
}
#menu .nav .hamburguer a:hover {
  color: #cf1427;
}
#menu .nav button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  z-index: 20;
}
#menu .nav button .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -ms-transition: transform 400ms;
  -o-transition: transform 400ms;
}
#menu .nav button .hamRotate.active {
  transform: rotate(45deg);
}
#menu .nav button .hamRotate180.active {
  transform: rotate(180deg);
}
#menu .nav button .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: white;
  stroke-width: 4.5;
  stroke-linecap: round;
}
#menu .nav button .ham8 .top {
  stroke-dasharray: 40 160;
}
#menu .nav button .ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -ms-transition: transform 400ms;
  -o-transition: transform 400ms;
}
#menu .nav button .ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
#menu .nav button .ham8.active .top {
  stroke-dashoffset: -64px;
}
#menu .nav button .ham8.active .middle {
  /*stroke-dashoffset: -20px;
  */
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#menu .nav button .ham8.active .bottom {
  stroke-dashoffset: -64px;
}
#menu .nav-responsive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  position: absolute;
  background-color: #b22833;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  #menu .nav-responsive {
    padding: 1rem 3rem;
  }
}
@media (min-width: 1024px) {
  #menu .nav-responsive {
    padding: 1rem 5rem;
  }
}
#menu .nav-responsive .responsive-links {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 30px;
}
@media (min-width: 768px) {
  #menu .nav-responsive .responsive-links {
    justify-content: space-between;
  }
}
#menu .nav-responsive .responsive-links a {
  font-size: 3rem;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 1000;
  -webkit-text-stroke: 2px white;
  color: transparent;
}
@media (min-width: 768px) {
  #menu .nav-responsive .responsive-links a {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  #menu .nav-responsive .responsive-links a {
    font-size: 7rem;
  }
}
#menu .nav-responsive .responsive-links a:hover {
  color: white;
}
#menu .nav-responsive .responsive-redes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 15%;
  gap: 10px;
}
#menu .nav-responsive .responsive-redes a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: x-small;
}
#menu .nav-responsive .responsive-redes a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

#menu.scrolled {
  background-color: white;
}
#menu.scrolled a {
  color: black;
}
#menu.scrolled a:hover {
  color: #b22833;
}

.container {
  padding-top: 25px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: black;
  justify-content: center;
}
.container .img {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-image: url("../assets/images/cnx.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 101%;
  z-index: 9;
}
@media (min-width: 768px) {
  .container .img {
    background-size: 100%;
  }
}
@media (min-width: 1024px) {
  .container .img {
    background-size: cover;
  }
}

.container-somos {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  padding: 60px 25px;
  background-color: white;
}
@media (min-width: 768px) {
  .container-somos {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .container-somos {
    padding: 0px 0px;
  }
}
.container-somos .somos-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.container-somos .somos-title .title-1 {
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  -webkit-text-stroke: 5px black;
  color: transparent;
  position: relative;
  right: 40px;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .container-somos .somos-title .title-1 {
    font-size: 8rem;
  }
}
@media (min-width: 1024px) {
  .container-somos .somos-title .title-1 {
    font-size: 11rem;
    right: 90px;
  }
}
@media (min-width: 1280px) {
  .container-somos .somos-title .title-1 {
    right: 190px;
    font-size: 14rem;
  }
}
.container-somos .somos-title .title-2 {
  font-size: 5rem;
  text-decoration: none;
  font-weight: 400;
  color: #b22833;
  line-height: 0.5;
  position: relative;
  left: 60px;
  font-family: "Courgette", cursive;
  letter-spacing: -0.4rem;
}
@media (min-width: 768px) {
  .container-somos .somos-title .title-2 {
    font-size: 10rem;
  }
}
@media (min-width: 1024px) {
  .container-somos .somos-title .title-2 {
    font-size: 14rem;
    left: 40px;
  }
}
@media (min-width: 1280px) {
  .container-somos .somos-title .title-2 {
    font-size: 18rem;
    left: 200px;
  }
}
.container-somos .somos-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .container-somos .somos-text {
    padding-right: 70px;
  }
}
@media (min-width: 1024px) {
  .container-somos .somos-text {
    padding-right: 150px;
  }
}
.container-somos .somos-text span {
  text-align: end;
  width: 350px;
}
@media (min-width: 768px) {
  .container-somos .somos-text span {
    width: 430px;
  }
}

.container-comunidad {
  margin-top: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #b22833;
  margin-top: 0px;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .container-comunidad {
    padding: 60px 25px;
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .container-comunidad {
    gap: 120px;
  }
}
.container-comunidad .comunidad-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-comunidad .comunidad-title .title-3 {
  font-size: 4rem;
  text-decoration: none;
  font-weight: 900;
  -webkit-text-stroke: 3px white;
  color: transparent;
  position: relative;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
  line-height: 0.8;
  text-align: center;
}
@media (min-width: 768px) {
  .container-comunidad .comunidad-title .title-3 {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .container-comunidad .comunidad-title .title-3 {
    font-size: 9rem;
  }
}
@media (min-width: 1280px) {
  .container-comunidad .comunidad-title .title-3 {
    font-size: 12rem;
  }
}
.container-comunidad .comunidad-title .title-4 {
  font-size: 4rem;
  text-decoration: none;
  font-weight: 400;
  color: white;
  line-height: 0.2;
  position: relative;
  font-family: "Courgette", cursive;
  letter-spacing: -0.4rem;
}
@media (min-width: 768px) {
  .container-comunidad .comunidad-title .title-4 {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .container-comunidad .comunidad-title .title-4 {
    font-size: 9rem;
  }
}
@media (min-width: 1280px) {
  .container-comunidad .comunidad-title .title-4 {
    font-size: 13rem;
    left: 150px;
  }
}
.container-comunidad .comunidad-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .container-comunidad .comunidad-text {
    width: 500px;
  }
}
@media (min-width: 1280px) {
  .container-comunidad .comunidad-text {
    width: 550px;
  }
}
.container-comunidad .comunidad-text p {
  text-align: end;
}
@media (min-width: 1280px) {
  .container-comunidad .comunidad-text p {
    width: 500px;
  }
}
.container-comunidad .comunidad-text span {
  text-align: start;
  width: 350px;
  color: white;
  font-weight: 600;
}
@media (min-width: 768px) {
  .container-comunidad .comunidad-text span {
    width: 500px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .container-comunidad .comunidad-text span {
    font-size: 1.3rem;
    width: auto;
  }
}

.jarallax {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jarallax h1 {
  font-size: 5rem;
  -webkit-text-stroke: 3px white;
  font-weight: 900;
  color: transparent;
  z-index: 1;
}
@media (min-width: 768px) {
  .jarallax h1 {
    font-size: 8rem;
    -webkit-text-stroke: 5px white;
  }
}
@media (min-width: 1024px) {
  .jarallax h1 {
    font-size: 10rem;
  }
}
@media (min-width: 1280px) {
  .jarallax h1 {
    font-size: 13rem;
  }
}

.container-parallax {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-parallax h1 {
  font-size: 4.3rem;
  font-weight: 900;
  -webkit-text-stroke: 3px white;
  color: transparent;
}
@media (min-width: 768px) {
  .container-parallax h1 {
    font-size: 8rem;
    -webkit-text-stroke: 5px white;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .container-parallax h1 {
    font-size: 10rem;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .container-parallax h1 {
    font-size: 13rem;
  }
}

#one {
  background-image: url("../assets/images/one.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#two {
  width: 100%;
  height: 100vh;
}
#two video {
  width: 110%;
  min-height: 100%;
  position: fixed;
  top: 0;
  z-index: -9;
}
#two h1 {
  position: absolute;
  font-size: 13rem;
  font-weight: 900;
  -webkit-text-stroke: 5px white;
  color: transparent;
  z-index: 99;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#three {
  background-image: url("../assets/images/three.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#four {
  background-image: url("../assets/images/four.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.customers {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  padding: 80px 0px;
  background-color: white;
}
@media (min-width: 768px) {
  .customers {
    height: 100vh;
    padding: 0px;
  }
}
@media (min-width: 1024px) {
  .customers {
    gap: 70px;
  }
}
.customers .box-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.customers .box-text .text-1 {
  font-size: 4rem;
  text-decoration: none;
  font-weight: 900;
  -webkit-text-stroke: 5px #b22833;
  color: transparent;
  position: relative;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .customers .box-text .text-1 {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .customers .box-text .text-1 {
    right: 100px;
    font-size: 8rem;
  }
}
@media (min-width: 1280px) {
  .customers .box-text .text-1 {
    font-size: 14rem;
  }
}
.customers .box-text .text-2 {
  font-size: 4rem;
  text-decoration: none;
  font-weight: 400;
  color: #b22833;
  line-height: 0.5;
  position: relative;
  font-family: "Courgette", cursive;
  letter-spacing: -0.4rem;
}
@media (min-width: 768px) {
  .customers .box-text .text-2 {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .customers .box-text .text-2 {
    font-size: 10rem;
    left: 200px;
  }
}
@media (min-width: 1280px) {
  .customers .box-text .text-2 {
    font-size: 14rem;
  }
}
.customers .owl-container .owl-carousel .customer-1 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/01-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-1 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-1 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-1 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-1:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/01-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-1:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-1:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-1:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-2 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/02-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-2 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-2 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-2 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-2:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/02-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-2:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-2:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-2:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-3 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/03-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-3 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-3 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-3 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-3:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/03-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-3:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-3:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-3:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-4 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/04-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-4 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-4 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-4 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-4:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/04-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-4:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-4:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-4:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-5 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/05-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-5 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-5 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-5 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-5:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/05-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-5:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-5:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-5:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-6 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/06-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-6 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-6 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-6 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-6:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/06-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-6:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-6:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-6:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-7 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/07-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-7 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-7 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-7 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-7:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/07-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-7:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-7:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-7:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-8 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/08-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-8 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-8 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-8 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-8:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/08-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-8:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-8:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-8:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-8 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/08-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-8 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-8 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-8 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-8:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/08-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-8:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-8:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-8:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-9 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/09-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-9 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-9 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-9 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-9:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/09-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-9:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-9:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-9:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-10 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/10-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-10 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-10 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-10 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-10:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/10-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-10:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-10:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-10:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-11 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/11-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-11 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-11 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-11 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-11:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/11-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-11:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-11:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-11:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-12 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/12-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-12 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-12 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-12 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-12:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/12-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-12:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-12:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-12:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-13 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/13-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-13 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-13 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-13 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-13:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/13-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-13:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-13:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-13:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-14 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/14-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-14 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-14 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-14 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-14:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/14-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-14:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-14:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-14:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-15 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/15-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-15 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-15 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-15 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-15:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/15-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-15:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-15:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-15:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-16 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/16-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-16 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-16 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-16 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-16:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/16-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-16:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-16:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-16:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-17 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/17-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-17 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-17 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-17 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-17:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/17-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-17:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-17:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-17:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-18 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/18-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-18 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-18 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-18 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-18:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/18-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-18:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-18:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-18:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-19 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/19-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-19 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-19 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-19 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-19:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/19-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-19:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-19:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-19:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-20 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/20-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-20 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-20 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-20 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-20:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/20-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-20:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-20:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-20:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-21 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/21-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-21 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-21 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-21 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-21:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/21-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-21:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-21:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-21:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-22 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/22-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-22 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-22 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-22 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-22:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/22-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-22:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-22:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-22:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-23 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/23-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-23 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-23 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-23 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-23:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/23-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-23:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-23:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-23:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-24 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/24-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-24 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-24 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-24 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-24:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/24-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}

@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-24:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-24:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-24:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-25 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/25-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-25 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-25 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-25 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-25:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/25-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}

@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-25:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-25:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-25:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-26 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/26-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-26 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-26 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-26 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-26:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/26-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}

@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-26:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-26:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-26:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-27 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/27-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-27 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-27 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-27 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-27:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/27-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}

@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-27:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-27:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-27:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-28 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/28-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-28 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-28 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-28 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-28:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/28-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}

@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-28:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-28:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-28:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-29 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/29-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-29 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-29 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-29 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-29:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/29-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}

@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-29:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-29:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-29:hover {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-30 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/30-g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}
@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-30 {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-30 {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-30 {
    width: 250px;
  }
}
.customers .owl-container .owl-carousel .customer-30:hover {
  margin-left: 15px;
  margin-right: 15px;
  background-image: url("../assets/images/30-c.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  background-position: center;
}

@media (min-width: 768px) {
  .customers .owl-container .owl-carousel .customer-30:hover {
    width: 175px;
  }
}
@media (min-width: 1024px) {
  .customers .owl-container .owl-carousel .customer-30:hover {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .customers .owl-container .owl-carousel .customer-30:hover {
    width: 250px;
  }
}


.swiper {
  width: 100%;
  height: 100vh;
}
.swiper .slider-foundation {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation .img {
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/slider-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6rem 1rem 2rem 1rem;
}
@media (min-width: 768px) {
  .swiper .slider-foundation .img {
    padding: 8rem 4rem 4rem 5rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation .img {
    padding: 8rem 5rem 4rem 7rem;
  }
}
@media (min-width: 1280px) {
  .swiper .slider-foundation .img {
    padding: 8rem 9rem 4rem 9rem;
  }
}
.swiper .slider-foundation .img .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 50px;
}
.swiper .slider-foundation .img .box .slider-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .swiper .slider-foundation .img .box .slider-text {
    align-items: flex-start;
  }
}
.swiper .slider-foundation .img .box .slider-text .slider-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation .img .box .slider-text .slider-title .unfilled {
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  -webkit-text-stroke: 3px white;
  color: transparent;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .swiper .slider-foundation .img .box .slider-text .slider-title .unfilled {
    font-size: 6.2rem;
    -webkit-text-stroke: 4px white;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation .img .box .slider-text .slider-title .unfilled {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation .img .box .slider-text .slider-title .with-filling {
  line-height: 1;
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation .img .box .slider-text .slider-title .with-filling {
    font-size: 6.2rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation .img .box .slider-text .slider-title .with-filling {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation .img .box .slider-text .slider-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  width: 100%;
}
.swiper .slider-foundation .img .box .slider-text .slider-description .span {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation .img .box .slider-text .slider-description .span {
    justify-content: flex-end;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation .img .box .slider-text .slider-description span {
  text-align: center;
  font-size: 1.3rem;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation .img .box .slider-text .slider-description span {
    text-align: start;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation .img .box .slider-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation .img .box .slider-logo {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation .img .box .slider-logo {
    align-items: flex-start;
    margin-left: 25px;
  }
}
.swiper .slider-foundation .img .box .slider-logo .img-logo {
  height: 150px;
  width: 350px;
  background-image: url("../assets/images/viamistad.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .swiper .slider-foundation .img .box .slider-logo .img-logo {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation .img .box .slider-logo .img-logo {
    width: 500px;
    height: 200px;
  }
}
.swiper .slider-foundation-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-1 .img {
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/slider-6.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6rem 1rem 2rem 1rem;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-1 .img {
    padding: 8rem 4rem 4rem 5rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-1 .img {
    padding: 8rem 5rem 4rem 7rem;
  }
}
@media (min-width: 1280px) {
  .swiper .slider-foundation-1 .img {
    padding: 8rem 9rem 4rem 9rem;
  }
}
.swiper .slider-foundation-1 .img .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 50px;
}
.swiper .slider-foundation-1 .img .box .slider-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-1 .img .box .slider-text {
    align-items: flex-start;
  }
}
.swiper .slider-foundation-1 .img .box .slider-text .slider-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-1 .img .box .slider-text .slider-title .unfilled {
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  -webkit-text-stroke: 3px white;
  color: transparent;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-1 .img .box .slider-text .slider-title .unfilled {
    font-size: 6.2rem;
    -webkit-text-stroke: 4px white;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-1 .img .box .slider-text .slider-title .unfilled {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-1 .img .box .slider-text .slider-title .with-filling {
  line-height: 1;
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-1 .img .box .slider-text .slider-title .with-filling {
    font-size: 6.2rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-1 .img .box .slider-text .slider-title .with-filling {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-1 .img .box .slider-text .slider-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  width: 100%;
}
.swiper .slider-foundation-1 .img .box .slider-text .slider-description .span {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-1 .img .box .slider-text .slider-description .span {
    justify-content: flex-end;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-1 .img .box .slider-text .slider-description span {
  text-align: center;
  font-size: 1.3rem;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-1 .img .box .slider-text .slider-description span {
    text-align: start;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-1 .img .box .slider-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-1 .img .box .slider-logo {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-1 .img .box .slider-logo {
    align-items: flex-start;
    margin-left: 25px;
  }
}
.swiper .slider-foundation-1 .img .box .slider-logo .img-logo {
  height: 150px;
  width: 350px;
  background-image: url("../assets/images/suma.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-1 .img .box .slider-logo .img-logo {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-1 .img .box .slider-logo .img-logo {
    width: 500px;
    height: 200px;
  }
}
.swiper .slider-foundation-2 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-2 .img {
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/slider-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6rem 1rem 2rem 1rem;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-2 .img {
    padding: 8rem 4rem 4rem 5rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-2 .img {
    padding: 8rem 5rem 4rem 7rem;
  }
}
@media (min-width: 1280px) {
  .swiper .slider-foundation-2 .img {
    padding: 8rem 9rem 4rem 9rem;
  }
}
.swiper .slider-foundation-2 .img .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 50px;
}
.swiper .slider-foundation-2 .img .box .slider-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-2 .img .box .slider-text {
    align-items: flex-start;
  }
}
.swiper .slider-foundation-2 .img .box .slider-text .slider-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-2 .img .box .slider-text .slider-title .unfilled {
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  -webkit-text-stroke: 3px white;
  color: transparent;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-2 .img .box .slider-text .slider-title .unfilled {
    font-size: 6.2rem;
    -webkit-text-stroke: 4px white;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-2 .img .box .slider-text .slider-title .unfilled {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-2 .img .box .slider-text .slider-title .with-filling {
  line-height: 1;
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-2 .img .box .slider-text .slider-title .with-filling {
    font-size: 6.2rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-2 .img .box .slider-text .slider-title .with-filling {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-2 .img .box .slider-text .slider-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  width: 100%;
}
.swiper .slider-foundation-2 .img .box .slider-text .slider-description .span {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-2 .img .box .slider-text .slider-description .span {
    justify-content: flex-end;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-2 .img .box .slider-text .slider-description span {
  text-align: center;
  font-size: 1.3rem;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-2 .img .box .slider-text .slider-description span {
    text-align: start;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-2 .img .box .slider-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-2 .img .box .slider-logo {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-2 .img .box .slider-logo {
    align-items: flex-start;
    margin-left: 25px;
  }
}
.swiper .slider-foundation-2 .img .box .slider-logo .img-logo {
  height: 150px;
  width: 350px;
  background-image:  url("../assets/images/uam.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-2 .img .box .slider-logo .img-logo {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-2 .img .box .slider-logo .img-logo {
    width: 500px;
    height: 200px;
  }
}
.swiper .slider-foundation-3 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-3 .img {
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/slider-3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6rem 1rem 2rem 1rem;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-3 .img {
    padding: 8rem 4rem 4rem 5rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-3 .img {
    padding: 8rem 5rem 4rem 7rem;
  }
}
@media (min-width: 1280px) {
  .swiper .slider-foundation-3 .img {
    padding: 8rem 9rem 4rem 9rem;
  }
}
.swiper .slider-foundation-3 .img .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 50px;
}
.swiper .slider-foundation-3 .img .box .slider-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-3 .img .box .slider-text {
    align-items: flex-start;
  }
}
.swiper .slider-foundation-3 .img .box .slider-text .slider-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-3 .img .box .slider-text .slider-title .unfilled {
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  -webkit-text-stroke: 3px white;
  color: transparent;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-3 .img .box .slider-text .slider-title .unfilled {
    font-size: 6.2rem;
    -webkit-text-stroke: 4px white;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-3 .img .box .slider-text .slider-title .unfilled {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-3 .img .box .slider-text .slider-title .with-filling {
  line-height: 1;
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-3 .img .box .slider-text .slider-title .with-filling {
    font-size: 6.2rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-3 .img .box .slider-text .slider-title .with-filling {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-3 .img .box .slider-text .slider-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  width: 100%;
}
.swiper .slider-foundation-3 .img .box .slider-text .slider-description .span {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-3 .img .box .slider-text .slider-description .span {
    justify-content: flex-end;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-3 .img .box .slider-text .slider-description span {
  text-align: center;
  font-size: 1.3rem;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-3 .img .box .slider-text .slider-description span {
    text-align: start;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-3 .img .box .slider-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-3 .img .box .slider-logo {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-3 .img .box .slider-logo {
    align-items: flex-start;
    margin-left: 25px;
  }
}
.swiper .slider-foundation-3 .img .box .slider-logo .img-logo {
  height: 150px;
  width: 350px;
  background-image: url("../assets/images/amanc.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-3 .img .box .slider-logo .img-logo {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-3 .img .box .slider-logo .img-logo {
    width: 500px;
    height: 200px;
  }
}
.swiper .slider-foundation-4 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-4 .img {
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/slider-4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6rem 1rem 2rem 1rem;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-4 .img {
    padding: 8rem 4rem 4rem 5rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-4 .img {
    padding: 8rem 5rem 4rem 7rem;
  }
}
@media (min-width: 1280px) {
  .swiper .slider-foundation-4 .img {
    padding: 8rem 9rem 4rem 9rem;
  }
}
.swiper .slider-foundation-4 .img .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 50px;
}
.swiper .slider-foundation-4 .img .box .slider-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-4 .img .box .slider-text {
    align-items: flex-start;
  }
}
.swiper .slider-foundation-4 .img .box .slider-text .slider-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-4 .img .box .slider-text .slider-title .unfilled {
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  -webkit-text-stroke: 3px white;
  color: transparent;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-4 .img .box .slider-text .slider-title .unfilled {
    font-size: 6.2rem;
    -webkit-text-stroke: 4px white;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-4 .img .box .slider-text .slider-title .unfilled {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-4 .img .box .slider-text .slider-title .with-filling {
  line-height: 1;
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-4 .img .box .slider-text .slider-title .with-filling {
    font-size: 6.2rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-4 .img .box .slider-text .slider-title .with-filling {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-4 .img .box .slider-text .slider-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  width: 100%;
}
.swiper .slider-foundation-4 .img .box .slider-text .slider-description .span {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-4 .img .box .slider-text .slider-description .span {
    justify-content: flex-end;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-4 .img .box .slider-text .slider-description span {
  text-align: center;
  font-size: 1.3rem;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-4 .img .box .slider-text .slider-description span {
    text-align: start;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-4 .img .box .slider-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-4 .img .box .slider-logo {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-4 .img .box .slider-logo {
    align-items: flex-start;
    margin-left: 25px;
  }
}
.swiper .slider-foundation-4 .img .box .slider-logo .img-logo {
  height: 150px;
  width: 350px;
  background-image: url("../assets/images/iap.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-4 .img .box .slider-logo .img-logo {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-4 .img .box .slider-logo .img-logo {
    width: 500px;
    height: 200px;
  }
}
.swiper .slider-foundation-5 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-5 .img {
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/slider-5.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6rem 1rem 2rem 1rem;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-5 .img {
    padding: 8rem 4rem 4rem 5rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-5 .img {
    padding: 8rem 5rem 4rem 7rem;
  }
}
@media (min-width: 1280px) {
  .swiper .slider-foundation-5 .img {
    padding: 8rem 9rem 4rem 9rem;
  }
}
.swiper .slider-foundation-5 .img .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 50px;
}
.swiper .slider-foundation-5 .img .box .slider-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-5 .img .box .slider-text {
    align-items: flex-start;
  }
}
.swiper .slider-foundation-5 .img .box .slider-text .slider-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper .slider-foundation-5 .img .box .slider-text .slider-title .unfilled {
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  -webkit-text-stroke: 3px white;
  color: transparent;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-5 .img .box .slider-text .slider-title .unfilled {
    font-size: 6.2rem;
    -webkit-text-stroke: 4px white;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-5 .img .box .slider-text .slider-title .unfilled {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-5 .img .box .slider-text .slider-title .with-filling {
  line-height: 1;
  font-size: 5rem;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-5 .img .box .slider-text .slider-title .with-filling {
    font-size: 6.2rem;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-5 .img .box .slider-text .slider-title .with-filling {
    font-size: 7.2rem;
  }
}
.swiper .slider-foundation-5 .img .box .slider-text .slider-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  width: 100%;
}
.swiper .slider-foundation-5 .img .box .slider-text .slider-description .span {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-5 .img .box .slider-text .slider-description .span {
    justify-content: flex-end;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-5 .img .box .slider-text .slider-description span {
  text-align: center;
  font-size: 1.3rem;
  color: white;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-5 .img .box .slider-text .slider-description span {
    text-align: start;
    text-align: 1.5rem;
  }
}
.swiper .slider-foundation-5 .img .box .slider-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-5 .img .box .slider-logo {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation-5 .img .box .slider-logo {
    align-items: flex-start;
    margin-left: 25px;
  }
}
.swiper .slider-foundation-5 .img .box .slider-logo .img-logo {
  height: 150px;
  width: 350px;
  background-image: url("../assets/images/recovering.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .swiper .slider-foundation-5 .img .box .slider-logo .img-logo {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  .swiper .slider-foundation- .img .box .slider-logo .img-logo {
    width: 500px;
    height: 200px;
  }
}


footer {
  display: flex;
  flex-direction: column;
  align-items: cente;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  background-color: white;
  padding-top: 25px;
}
@media (min-width: 1280px) {
  footer {
    padding-top: 50px;
  }
}
footer .footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer marquee {
  font-size: 5rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
@media (min-width: 768px) {
  footer .footer marquee {
    font-size: 8rem;
  }
}
@media (min-width: 1024px) {
  footer .footer marquee {
    font-size: 10rem;
  }
}
footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 3rem;
  gap: 40px;
}
@media (min-width: 768px) {
  footer .footer-contact {
    align-items: flex-start;
    padding: 2rem 5rem;
  }
}
footer .footer-contact .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
footer .footer-contact .logo .img {
  width: 100px;
}
footer .footer-contact .logo .img img {
  width: 100%;
}
footer .footer-contact .logo .talk {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
footer .footer-contact .logo .talk a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}
footer .footer-contact .logo .talk a:hover {
  color: #cf1427;
}
footer .footer-contact .grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  footer .footer-contact .grid {
    align-items: flex-end;
    justify-content: space-between;
  }
}
footer .footer-contact .grid .addresses {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
@media (min-width: 768px) {
  footer .footer-contact .grid .addresses {
    align-items: flex-start;
  }
}
footer .footer-contact .grid .addresses div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
@media (min-width: 768px) {
  footer .footer-contact .grid .addresses div {
    align-items: flex-start;
  }
}
footer .footer-contact .grid .addresses div .a {
  color: #cf1427;
  font-size: 1.5rem;
}
footer .footer-contact .grid .addresses div a {
  text-decoration: none;
  color: black;
}
footer .footer-contact .grid .addresses div a:hover {
  color: #cf1427;
  cursor: pointer;
}
footer .footer-contact .grid .redes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  /* resposive */
  margin-top: 40px;
}
@media (min-width: 768px) {
  footer .footer-contact .grid .redes {
    margin-top: 0px;
  }
}
footer .footer-contact .grid .redes a {
  width: 40px;
  height: 40px;
}
footer .footer-contact .grid .redes .facebook {
  background-image: url("../assets/images/FB.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
footer .footer-contact .grid .redes .instagram {
  background-image: url("../assets/images/IG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
footer .footer-contact .grid .redes .linkedin {
  background-image: url("../assets/images/IN.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
footer .footer-contact .grid .redes .tiktok {
  background-image: url("../assets/images/TikTok.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
footer .footer-contact .grid .redes .youtube {
  background-image: url("../assets/images/YouTube.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
footer .footer-contact .grid .redes .facebook:hover {
  background-image: url("../assets/images/FB-N.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer-contact .grid .redes .instagram:hover {
  background-image: url("../assets/images/IG-N.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer-contact .grid .redes .linkedin:hover {
  background-image: url("../assets/images/IN-N.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer-contact .grid .redes .tiktok:hover {
  background-image: url("../assets/images/TikTok-N.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer-contact .grid .redes .youtube:hover {
  background-image: url("../assets/images/YouTube-N.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .foo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 3px;
  padding-bottom: 15px;
}
footer .foo .line {
  border: 2px solid #cf1427;
  width: 100%;
}
footer .foo span {
  color: #cf1427;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */