h1, h2, h3, h4, p, li, a, span, button, label, strong {
  font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

.button-red {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-red .text {
  background: #E30613;
  border-radius: 30px;
  padding: 12px 30px;
  border: 1px solid #E30613;
}
.button-red .text p {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
.button-red .icon {
  background: #E30613;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-red .icon img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.button-red:hover .text {
  color: #E30613;
  background: #ffffff;
  border: 1px solid #E30613;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-red:hover .text p {
  color: #E30613;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-red:hover .icon {
  background: #ffffff;
  border: 1px solid #E30613;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-red:hover .icon img {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button-transparent {
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.button-transparent img {
  margin-left: 15px;
}
.button-transparent:hover {
  border: 1px solid #181818;
  color: #181818;
  background: #ffffff;
}
.button-transparent:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.button-white {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-white .text {
  background: #ffffff;
  border-radius: 30px;
  padding: 12px 30px;
  border: 1px solid #181818;
}
.button-white .text p {
  margin: 0;
  color: #181818;
  font-weight: 700;
  font-size: 16px;
}
.button-white .icon {
  background: #ffffff;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #181818;
}
.button-white .icon img {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.button-white:hover .text {
  color: #ffffff;
  background: #181818;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-white:hover .text p {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-white:hover .icon {
  background: #181818;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-white:hover .icon img {
  -webkit-filter: invert(0);
          filter: invert(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  background: #ffffff;
}

.container-fluid {
  --bs-gutter-x: 4.5rem;
}
@media (max-width: 768px) {
  .container-fluid {
    --bs-gutter-x: 1.5rem;
  }
}

nav#navbar-home.is-scrolled {
  background: rgba(24, 24, 24, 0.9);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

#navbar-home {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 10px 0;
  min-height: 100px;
  background: transparent;
}
#navbar-home .logo-menu .logo-desk {
  display: block;
}
#navbar-home .logo-menu .logo-mob {
  display: none;
}
#navbar-home .logo-menu img {
  max-width: 100%;
  height: auto;
}
#navbar-home .menu {
  width: 100%;
  padding: 12px 0;
}
#navbar-home .menu .logo-mobile {
  display: none;
}
#navbar-home .menu .close-button {
  display: none;
  position: absolute;
  top: 30px;
  right: 15px;
}
#navbar-home .menu .items-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
#navbar-home .menu .items-header ul {
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  background: rgba(179, 179, 179, 0.2);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
          backdrop-filter: blur(10px) saturate(120%);
  border-radius: 48px;
}
#navbar-home .menu .items-header ul li {
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}
#navbar-home .menu .items-header ul li:last-child a:before {
  content: none;
}
#navbar-home .menu .items-header ul li a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  display: block;
  padding: 10px 35px;
}
#navbar-home .menu .items-header ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 1px;
  height: 30px;
  background: #ffffff;
}
#navbar-home .menu .items-header ul li a:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 20px;
  background: #E30613;
  clip-path: polygon(50% 6%, 6% 94%, 94% 94%);
  border-radius: 6px;
}
#navbar-home .menu .items-header ul li a:hover p {
  font-weight: 700;
}
#navbar-home .menu .items-header ul li a p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}
#navbar-home .menu .items-header ul .active a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 20px;
  background: #E30613;
  clip-path: polygon(50% 6%, 6% 94%, 94% 94%);
  border-radius: 6px;
}
#navbar-home .menu .items-header ul .active a p {
  font-weight: 700;
}
#navbar-home .content-button {
  display: none;
}
#navbar-home .content-button .brand {
  max-width: 35%;
}
#navbar-home .content-button .menu-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 1081px) and (max-width: 1450px) {
  #navbar-home .menu {
    width: 90%;
  }
  #navbar-home .menu .button-contact .button-red .text {
    padding: 12px 20px;
  }
  #navbar-home .menu .items-header ul li a {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  #navbar-home .logo-menu img {
    max-width: 40%;
  }
  #navbar-home .menu {
    width: calc(100% - 40px);
  }
  #navbar-home .menu .button-contact .button-red .text {
    padding: 12px 15px;
  }
  #navbar-home .menu .items-header ul li a {
    text-align: center;
    padding: 10px 5px;
  }
  #navbar-home .menu .items-header ul li a:before {
    content: none;
  }
}
@media (max-width: 768px) {
  #navbar-home {
    z-index: 2;
    padding: 12px 30px;
  }
  #navbar-home .logo-menu .logo-desk {
    display: none;
  }
  #navbar-home .logo-menu .logo-mob {
    display: block;
  }
  #navbar-home .logo-menu img {
    max-width: 35%;
  }
  #navbar-home .menu {
    padding: 20px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 95%;
    background-color: #ffffff;
    height: 100%;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 15;
    -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
            box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
    border-radius: 0;
  }
  #navbar-home .menu .items-header {
    padding: 100px 0 50px 0;
    display: block;
  }
  #navbar-home .menu .items-header .button-contact .button-red {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #navbar-home .menu .items-header ul {
    display: block;
    background: transparent;
    margin-bottom: 100px;
  }
  #navbar-home .menu .items-header ul .active a:after {
    content: none;
  }
  #navbar-home .menu .items-header ul li {
    margin-bottom: 40px;
    padding: 0 0 0 30px;
  }
  #navbar-home .menu .items-header ul li a {
    padding: 0;
  }
  #navbar-home .menu .items-header ul li a:hover:after {
    content: none;
  }
  #navbar-home .menu .items-header ul li a:before {
    content: none;
  }
  #navbar-home .menu .items-header ul li a p {
    color: #363435;
    font-size: 24px;
    font-weight: 500;
  }
  #navbar-home .menu .items-header ul li a img {
    -webkit-filter: brightness(1000%);
            filter: brightness(1000%);
  }
  #navbar-home .menu .items-header ul .logo-menu {
    display: none;
  }
  #navbar-home .menu .close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }
  #navbar-home .content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #navbar-home .content-button button img {
    max-width: 100%;
  }
}

.learn {
  padding: 80px 0;
  position: relative;
}
.learn .before-learn {
  position: absolute;
  left: 0;
  top: 30%;
  text-align: left;
}
.learn .before-learn img {
  max-width: 100%;
  height: auto;
}
.learn .after-learn {
  position: absolute;
  right: 0;
  top: 25%;
  text-align: right;
}
.learn .after-learn img {
  max-width: 85%;
  height: auto;
}
.learn .tittle-learn {
  width: 90%;
}
.learn .tittle-learn h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.learn .tittle-learn p {
  font-size: 16px;
}
.learn .tittle-learn .button-red {
  margin: 30px 0;
}
.learn .content-cards {
  width: 80%;
  margin: auto 0 auto auto;
}
.learn .item-card {
  text-decoration: none;
  padding: 20px;
  position: relative;
  border-radius: 27px;
  border: 1px solid #181818;
  display: block;
}
.learn .item-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 70px;
  width: 50px;
  height: 60px;
  background: #E30613;
  clip-path: polygon(0 0, 70% 20%, 100% 100%, 0 70%);
}
.learn .item-card:before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 50px;
  height: 70px;
  background: #E30613;
  clip-path: polygon(100% 0, 30% 40%, 40% 100%, 100% 70%);
}
.learn .item-card:hover {
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.learn .item-card:hover .image .icon {
  -webkit-transform: scale(1.1) rotate(-45deg);
          transform: scale(1.1) rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.learn .item-card .image {
  position: relative;
  z-index: 1;
}
.learn .item-card .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.learn .item-card .image .icon {
  position: absolute;
  right: 16px;
  top: 16px;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 40px;
  height: 40px;
}
.learn .item-card .image .icon img {
  -webkit-filter: invert(1);
          filter: invert(1);
  max-width: 30px;
}
.learn .item-card .text {
  position: relative;
  padding: 30px 0 0 0;
  color: #181818;
}
.learn .item-card .text:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 40px);
  height: 200%;
  border-radius: 27px;
  -webkit-backdrop-filter: blur(10px) saturate(120%);
          backdrop-filter: blur(10px) saturate(120%);
  background: rgba(239, 239, 239, 0.5);
}
.learn .item-card .text h4 {
  position: relative;
  font-size: 20px;
}
.learn .item-card .text p {
  position: relative;
  margin: 0;
  font-size: 16px;
}
.learn .card-2 {
  top: -35%;
}
.learn .card-3 {
  top: -70%;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .learn .content-cards {
    width: 100%;
  }
  .learn .card-2, .learn .card-3 {
    top: 0;
  }
  .learn .tittle-learn {
    width: 100%;
    position: relative;
  }
  .learn .tittle-learn h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .learn .after-learn {
    display: none;
  }
  .learn .before-learn {
    top: 22%;
  }
  .learn .before-learn img {
    max-width: 65%;
  }
  .learn .tittle-learn {
    width: 100%;
  }
  .learn .tittle-learn h2 {
    font-size: 30px;
  }
  .learn .content-cards {
    width: 100%;
  }
  .learn .item-card {
    margin-bottom: 25px;
  }
  .learn .card-2, .learn .card-3 {
    top: 0;
  }
}

.banner-home {
  position: relative;
}
.banner-home .swiper-wrapper {
  height: auto;
}
.banner-home .content-banner {
  background-size: cover;
  padding: 200px 0;
}
.banner-home .text-banner h1 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 35px;
}
.banner-home .button-item {
  position: absolute;
  z-index: 1;
}
.banner-home .banner-prev {
  left: var(--swiper-navigation-sides-offset, 0%);
  top: var(--swiper-navigation-top-offset, 40%);
}
.banner-home .banner-next {
  right: var(--swiper-navigation-sides-offset, 0%);
  top: var(--swiper-navigation-top-offset, 40%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner-home .content-pagination {
  bottom: var(--swiper-pagination-bottom, 40px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.banner-home .content-pagination .swiper-pagination-bullet {
  background: rgb(217, 217, 217);
  width: 28px;
  border-radius: 8px;
  height: 8px;
}
.banner-home .content-pagination .swiper-pagination-bullet-active {
  width: 45px;
  background: #ffffff;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .banner-home .content-banner {
    padding: 150px 0;
    background-position: center;
  }
  .banner-home .text-banner h1 {
    font-size: 50px;
  }
  .banner-home .button-item img {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  .banner-home .content-banner {
    padding: 160px 0 300px 0;
    background-position: right;
  }
  .banner-home .text-banner h1 {
    font-size: 45px;
  }
  .banner-home .button-item {
    top: 65%;
  }
  .banner-home .button-item img {
    max-width: 75%;
  }
}

.sweet-selection {
  background: #181818;
  padding: 60px 0;
  position: relative;
}
.sweet-selection .swiper-wrapper {
  height: auto;
}
.sweet-selection .tittle-sweet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sweet-selection .tittle-sweet .tittle {
  margin-bottom: 60px;
}
.sweet-selection .tittle-sweet .tittle h2 {
  color: #ffffff;
  font-size: 45px;
}
.sweet-selection .item-sweet {
  text-align: center;
  padding: 30px 0;
}
.sweet-selection .item-sweet .content-sweet {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sweet-selection .item-sweet img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sweet-selection .item-sweet p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  margin: 20px 0;
}
.sweet-selection .button-item {
  background: #E30613;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.sweet-selection .button-item:hover {
  background: #181818;
  border: 1px solid #ffffff;
}
.sweet-selection .button-prev {
  left: var(--swiper-navigation-sides-offset, 8%);
  top: var(--swiper-navigation-top-offset, 55%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sweet-selection .button-next {
  right: var(--swiper-navigation-sides-offset, 8%);
  top: var(--swiper-navigation-top-offset, 55%);
}
@media (max-width: 768px) {
  .sweet-selection .swiperBottom {
    display: none;
  }
  .sweet-selection .tittle-sweet {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .sweet-selection .tittle-sweet .tittle {
    margin-bottom: 20px;
  }
  .sweet-selection .tittle-sweet .tittle h2 {
    font-size: 30px;
  }
  .sweet-selection .tittle-sweet .button .button-red {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sweet-selection .item-sweet {
    padding: 15px 0;
  }
  .sweet-selection .content-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 40px 0 0 0;
  }
  .sweet-selection .content-buttons .button-item {
    position: relative;
    margin: 0 20px;
    top: 0;
    left: 0;
    right: 0;
  }
}

.get {
  position: relative;
  padding: 150px 0;
}
.get .before-circle {
  position: absolute;
  right: -10%;
  top: -25%;
  text-align: right;
}
.get .before-circle img {
  max-width: 70%;
  height: auto;
}
.get .text-get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
.get .text-get h2 {
  font-size: 45px;
  margin-bottom: 35px;
}
.get .image-get {
  position: relative;
  padding: 250px 0;
}
.get .image-get img {
  position: absolute;
  left: -40%;
  top: -20%;
  max-width: 110%;
  height: auto;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .get {
    padding: 40px 0;
  }
  .get .before-circle {
    top: -50%;
  }
  .get .image-get {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .get .image-get img {
    position: relative;
    top: 0;
  }
  .get .text-get h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .get {
    padding: 70px 0 0 0;
  }
  .get .before-circle {
    right: -80%;
    bottom: -30%;
  }
  .get .before-circle img {
    max-width: 60%;
  }
  .get .order-1-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .get .order-2-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .get .text-get h2 {
    font-size: 30px;
  }
  .get .image-get {
    padding: 30px 0 15px 0;
  }
  .get .image-get img {
    position: relative;
    max-width: 100%;
    left: -10%;
  }
}

.products {
  position: relative;
  z-index: 1;
  top: -80px;
}
.products .gutter-products {
  background: -webkit-gradient(linear, left top, right top, from(#D9D9D9), to(#AEAEAE));
  background: linear-gradient(to right, #D9D9D9 0%, #AEAEAE 100%);
  border-radius: 38px;
  padding: 20px;
}
.products #productTab {
  background: #ffffff;
  list-style: none;
  padding: 25px 25px 50px 25px;
  border-radius: 22px;
  height: auto;
}
.products #productTab .nav-item {
  width: 100%;
}
.products #productTab .nav-item .button-content {
  padding: 8px 25px;
  border-bottom: 1px solid #D9D9D9;
  margin: 5px 0;
}
.products #productTab .nav-item .button-content p {
  color: #181818;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}
.products #productTab .nav-item .button-content span {
  font-size: 14px;
}
.products #productTab .nav-item .active {
  background: #E30613;
  border-radius: 12px;
  border-bottom: none;
}
.products #productTab .nav-item .active p {
  color: #ffffff;
  font-weight: 900;
}
.products #productTab .nav-item .active span {
  color: #FAEB10;
}
.products #ProductContent .container-tab {
  padding: 25px 15px;
}
.products #ProductContent .container-tab .header-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products #ProductContent .container-tab .header-tab .tittle {
  margin-bottom: 30px;
}
.products #ProductContent .container-tab .header-tab .tittle p {
  font-size: 26px;
  margin: 0;
}
.products #ProductContent .container-tab .content-tab .item-tab {
  background: #ffffff;
  padding: 5px;
  position: relative;
  border-radius: 18px;
  margin-bottom: 25px;
}
.products #ProductContent .container-tab .content-tab .item-tab:hover {
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products #ProductContent .container-tab .content-tab .item-tab:hover .image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products #ProductContent .container-tab .content-tab .item-tab .ml {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #181818;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  width: 80px;
  text-align: center;
  padding: 4px 0;
}
.products #ProductContent .container-tab .content-tab .item-tab .ml span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.products #ProductContent .container-tab .content-tab .item-tab .name {
  border-top: 1px solid #D9D9D9;
  margin: 0 10px;
}
.products #ProductContent .container-tab .content-tab .item-tab .name p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 8px 0;
}
.products #ProductContent .container-tab .content-tab .item-tab .image {
  padding: 45px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 215px;
}
.products #ProductContent .container-tab .content-tab .item-tab .image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1400px) {
  .products .gutter-products {
    max-width: 1380px;
  }
}
@media (max-width: 768px) {
  .products #ProductContent .container-tab .header-tab {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .products #ProductContent .container-tab .header-tab .tittle {
    margin-bottom: 10px;
  }
  .products #ProductContent .container-tab .header-tab .tittle p {
    font-size: 20px;
  }
  .products #ProductContent .container-tab .header-tab .button .button-red {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.vending {
  position: relative;
}
.vending .before-vending {
  position: absolute;
  top: -15%;
  left: 0;
  text-align: left;
}
.vending .before-vending img {
  max-width: 85%;
}
.vending .after-vending {
  position: absolute;
  top: 15%;
  right: 0;
  text-align: right;
}
.vending .after-vending img {
  max-width: 85%;
}
.vending .image-vending {
  position: relative;
  margin-top: -40px;
  z-index: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.vending .image-vending img {
  max-width: 65%;
  height: auto;
}
.vending .text-vending {
  padding: 130px 0;
  position: relative;
}
.vending .text-vending h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.vending .text-vending p {
  font-size: 16px;
}
.vending .text-vending .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0 0;
}
.vending .text-vending .content-buttons .button-white .text {
  padding: 12px 75px;
}
.vending .img-deskt {
  display: block;
}
.vending .img-mobi {
  display: none;
}
@media (min-width: 1080px) and (max-width: 1380px) {
  .vending .after-vending img {
    max-width: 70%;
  }
  .vending .text-vending .content-buttons .button-white .text {
    padding: 12px 45px;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .vending .after-vending img {
    max-width: 50%;
  }
  .vending .image-vending {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .vending .text-vending .content-buttons .button-white .text {
    padding: 12px 45px;
  }
}
@media (max-width: 768px) {
  .vending .img-deskt {
    display: none;
  }
  .vending .img-mobi {
    display: block;
  }
  .vending .before-vending {
    top: -40%;
  }
  .vending .after-vending {
    display: none;
  }
  .vending .text-vending {
    padding: 80px 0;
  }
  .vending .text-vending .content-buttons {
    display: block;
  }
  .vending .text-vending .content-buttons .button-red, .vending .text-vending .content-buttons .button-white {
    margin: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vending .image-vending {
    margin: 0;
  }
  .vending .image-vending img {
    max-width: 100%;
  }
}

.banner-general {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.banner-general .text-banner {
  text-align: center;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.banner-general .text-banner p {
  color: #d1d1d1;
  margin: 0;
  font-size: 18px;
}
.banner-general .text-banner h1 {
  color: #ffffff;
  font-size: 45px;
  line-height: 80px;
}
@media (max-width: 768px) {
  .banner-general .text-banner {
    text-align: left;
  }
  .banner-general .text-banner p {
    font-size: 26px;
  }
}

.general-content {
  position: relative;
  padding: 20px 0 70px 0;
}
.general-content .image-content {
  position: relative;
  padding-right: 50px;
}
.general-content .image-content a {
  display: block;
}
.general-content .image-content img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
  border-radius: 21px;
}
.general-content .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.general-content .text-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.general-content .text-content p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .general-content .image-content {
    padding: 0;
  }
  .general-content .text-content {
    margin: 20px 0 0 0;
  }
  .general-content .text-content h2 {
    font-size: 40px;
  }
}

.general-content-right {
  position: relative;
  padding: 80px 0 140px 0;
}
.general-content-right .before-circle {
  position: absolute;
  bottom: -10%;
  right: 0;
  text-align: right;
}
.general-content-right .before-circle img {
  max-width: 85%;
}
.general-content-right .image-content {
  position: relative;
  padding-left: 50px;
}
.general-content-right .image-content a {
  display: block;
}
.general-content-right .image-content img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
  border-radius: 21px;
}
.general-content-right .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.general-content-right .text-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.general-content-right .text-content p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .general-content-right {
    padding: 70px 0;
  }
  .general-content-right .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .general-content-right .order-mobile-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .general-content-right .before-circle {
    display: none;
  }
  .general-content-right .image-content {
    padding: 0;
  }
  .general-content-right .text-content {
    margin: 20px 0 0 0;
  }
  .general-content-right .text-content h2 {
    font-size: 40px;
  }
}

.footer {
  background: #181818;
  padding: 60px 0 0 0;
  position: relative;
}
.footer .brand-arcoli img {
  max-width: 100%;
  height: auto;
}
.footer .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px 60px 50px;
}
.footer .content-list .info ul {
  list-style: none;
  padding: 0;
}
.footer .content-list .info ul li {
  margin-bottom: 10px;
}
.footer .content-list .info ul li p {
  color: #d1d1d1;
  margin: 0;
}
.footer .content-list .pages {
  width: 40%;
}
.footer .content-list .pages ul {
  list-style: none;
  padding: 0;
}
.footer .content-list .pages ul li {
  margin-bottom: 25px;
}
.footer .content-list .pages ul li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.footer .text-learn h2 {
  font-size: 45px;
  color: #ffffff;
}
.footer .content-social {
  position: relative;
  padding: 30px 0;
}
.footer .content-social:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220%;
  background: #E30613;
  height: 100%;
  border-top-right-radius: 36px;
}
.footer .content-social ul {
  position: relative;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.footer .content-social ul li {
  width: 44px;
  height: 44px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
.footer .rights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 100%;
}
.footer .rights p {
  font-size: 16px;
  margin: 0;
  color: #d1d1d1;
}
@media (min-width: 769px) and (max-width: 990px) {
  .footer .content-list {
    display: block;
  }
  .footer .text-learn h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .footer .order-2-mob {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .order-1-mob {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .brand-arcoli {
    text-align: left;
  }
  .footer .content-list {
    display: block;
    padding: 30px 0;
  }
  .footer .content-list .pages ul li {
    margin-bottom: 15px 0;
  }
  .footer .text-learn {
    margin-bottom: 40px;
  }
  .footer .text-learn h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .footer .rights {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer .content-social {
    margin: 40px 0 0 0;
  }
  .footer .content-social:before {
    right: -10%;
    width: 60%;
    border-top-right-radius: 0;
    border-top-left-radius: 46px;
  }
  .footer .content-social ul {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

.thanks {
  padding: 300px 0 200px 0;
  background: #181818;
}
.thanks .content-thanks {
  text-align: center;
}
.thanks .content-thanks h2 {
  font-size: 60px;
  margin-bottom: 50px;
  color: #ffffff;
}
.thanks .content-thanks .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thanks .content-thanks .content-buttons .button-white {
  margin: 0 20px;
}
.thanks .content-thanks .content-buttons .button-white:hover {
  border: 1px solid #181818;
}
@media (max-width: 768px) {
  .thanks {
    padding: 200px 0 100px 0;
  }
  .thanks .content-thanks h2 {
    font-size: 40px;
  }
  .thanks .content-thanks .content-buttons {
    display: block;
    padding: 0 20px;
  }
  .thanks .content-thanks .content-buttons .button-white {
    margin: 20px 0;
    width: 100%;
  }
}

.bg-black-contact {
  background: #181818;
}
.bg-black-contact .tittle-contact {
  color: #ffffff;
}

.contact {
  padding: 120px 0;
  position: relative;
}
.contact .before-circle {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.contact .before-circle img {
  max-width: 75%;
}
.contact .tittle-contact {
  margin-bottom: 40px;
}
.contact .tittle-contact h1 {
  font-size: 45px;
}
.contact .tittle-contact p {
  font-size: 16px;
  font-weight: 500;
}
.contact .content-map {
  position: relative;
  border-radius: 16px;
  height: 100%;
  width: 100%;
}
.contact .content-map .info-map {
  padding: 8px 14px;
  border-radius: 16px;
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 5%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
}
.contact .content-map .info-map ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding: 0;
  list-style: none;
  margin: 0;
}
.contact .content-map .info-map ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.contact .content-map .info-map ul li .icon {
  min-width: 30px;
}
.contact .content-map .info-map ul li .icon img {
  max-width: 100%;
  height: auto;
}
.contact .content-map .info-map ul li .text {
  margin-left: 10px;
}
.contact .content-map .info-map ul li .text p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact .before-circle {
    display: none;
  }
  .contact .tittle-contact h1 {
    font-size: 30px;
  }
  .contact .content-map {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 30px;
  }
  .contact .content-map .info-map {
    margin-top: 30px;
    position: relative;
    bottom: 0;
    background: #f6f6f6;
    left: 0;
    width: 100%;
  }
  .contact .content-map .info-map ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .contact .content-map .info-map ul li {
    margin-bottom: 20px;
  }
  .contact .content-map .info-map ul li .text p {
    font-size: 16px;
  }
}

.wpp-chat {
  position: fixed;
  right: 30px;
  top: 60%;
  z-index: 9;
}

#map {
  width: 100%;
  left: 0;
  height: 100%;
  border-radius: 16px;
}
@media (max-width: 768px) {
  #map {
    height: 410px;
    left: 0;
    width: 100%;
  }
}

.form-talk {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
  padding: 40px 35px;
  border-radius: 16px;
  z-index: 1;
}
.form-talk button {
  background: transparent;
  border: none;
}
.form-talk form {
  margin: 0;
}
.form-talk .item-button {
  margin-top: 30px;
}
.form-talk .form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-talk .form-group ::-webkit-input-placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group ::-moz-placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group :-ms-input-placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group ::-ms-input-placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group ::placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group label {
  font-weight: 700;
  color: #181818;
  margin-bottom: 10px;
}
.form-talk .form-group input, .form-talk .form-group textarea {
  padding: 12px 13px;
  display: block;
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 8px;
  border-bottom: 1px solid #7C7C7C;
  border-left: none;
  border-right: none;
  border-top: none;
}
.form-talk .form-group input:focus, .form-talk .form-group textarea:focus {
  outline: none;
}
.form-talk .form-group input:focus ~ label, .form-talk .form-group input:valid ~ label, .form-talk .form-group textarea:focus ~ label, .form-talk .form-group textarea:valid ~ label {
  top: -15px;
  font-size: 14px;
}
.form-talk .form-group .highlight {
  position: absolute;
  height: 50%;
  width: 90%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.form-talk .form-group input:focus ~ .highlight, .form-talk .form-group textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.5s ease;
  animation: inputHighlighter 0.5s ease;
}
@-webkit-keyframes inputHighlighter {
  background: #E30613;
  width: 0;
  background: transparent;
}
@keyframes inputHighlighter {
  from {
    background: #E30613;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.form-talk input::-webkit-outer-spin-button, .form-talk input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-talk input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 768px) {
  .form-talk {
    padding: 40px 20px;
  }
}

.has-image[data-image-fit=contain] .fancybox__image {
  background: #ffffff;
  border-radius: 20px;
}

.fancybox__thumb {
  background-color: #ffffff;
}