:root {
  --red: #e30613;
  --black: #000;
  --white: white;
  --dark-red: #9e0b0f;
}

.header {
  z-index: 99999;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.announcement-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--red);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 26px;
  min-height: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.haeder-content {
  border-bottom: 2px solid var(--red);
  background-color: #fff;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px 0;
  display: flex;
}

.announcement-left {
  width: 8rem;
  height: 30px;
  display: block;
}

.announcement-content {
  height: auto;
}

.announcement-social {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: 8rem;
  height: auto;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}

.text-block.head-mod {
  display: none;
}

.body {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.header-logo {
  flex: 0 auto;
  width: 15%;
  height: 54px;
  display: block;
  overflow: visible;
}

.header-logo.w--current {
  width: auto;
  height: 54px;
}

.header-menu {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.header-icons {
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  display: flex;
}

.image {
  max-width: none;
  height: 100%;
}

.navbar {
  background-color: #fff0;
  display: block;
  position: relative;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--red);
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.nav-link {
  color: var(--red);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: montserrat, sans-serif;
  font-size: 1rem;
}

.nav-link:focus,
.nav-link:visited {
  color: var(--red);
}

.nav-link.w--current {
  color: var(--red);
  font-family: montserrat, sans-serif;
}

.header-cart {
  color: var(--red);
  height: 32px;
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.header-cart:hover {
  color: var(--black);
}

.image-2 {
  height: 100%;
  display: none;
}

.announcement-social-link {
  color: var(--white);
  height: 16px;
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.announcement-social-link:hover {
  color: var(--black);
}

.main-content {
  height: auto;
  padding-top: 132px;
  padding-left: 30px;
  padding-right: 30px;
}

.img-content {
  background-image: url("../images/68b6ebe20e1da57d.webp");
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
}

.nav-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-line-under {
  background-color: var(--red);
  height: 2px;
}

.banner-text {
  margin-left: 6%;
}

.h1 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: than, sans-serif;
  font-size: clamp(2rem, 2.5294rem + 1.1765vw, 4rem);
  font-weight: 800;
  line-height: 1.2;
}

.h1.big {
  color: var(--dark-red);
  font-size: clamp(3.625rem, 3.3068rem + 1.4545vw, 5.125rem);
}

.h1.test {
  font-size: clamp(2.5rem, 1.2rem + 2.8vw, 4rem);
}

.h1.dark {
  color: var(--dark-red);
}

.h1.mid {
  text-align: center;
}

.h1.mob {
  display: none;
}

.text-banner {
  color: var(--black);
  width: 80%;
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-banner.white {
  color: var(--white);
  text-align: center;
  width: 400px;
}

.text-banner.mid {
  text-align: center;
  width: 40%;
}

.grid-products {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.img-product {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 20px;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: than, sans-serif;
  font-size: clamp(1.375rem, 1.322rem + 0.2424vw, 1.625rem);
  font-weight: 700;
}

.h3.red {
  color: var(--red);
  font-weight: 700;
}

.h3.mid {
  text-align: center;
}

.h3.mid.red {
  color: var(--red);
}

.h3.mid.dark {
  color: var(--dark-red);
}

.h3.medium {
  font-size: clamp(1.2rem, 1.222rem + 0.2424vw, 1.5rem);
  font-weight: 500;
}

.text-product {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 400;
}

.text-product.mid {
  text-align: center;
}

.slogan-section {
  margin-top: 80px;
}

.h2 {
  color: var(--dark-red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: than, sans-serif;
  font-size: clamp(1.875rem, 1.7689rem + 0.4848vw, 2.375rem);
  font-weight: 800;
  line-height: 1.4;
}

.h2.mid {
  color: var(--red);
  font-size: clamp(2rem, 0.8rem + 1.4vw, 3rem);
}

.h2.mid.dark {
  color: var(--dark-red);
}

.h2.white {
  color: var(--white);
}

.h2.left {
  text-align: left;
}

.h2.red {
  color: var(--red);
}

.content-product-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.h4 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: than, sans-serif;
  font-size: clamp(1.75rem, 1.697rem + 0.2424vw, 2rem);
  font-weight: 800;
  line-height: 38px;
}

.h4.footer {
  color: var(--red);
  text-align: left;
  margin-bottom: 30px;
  transition: opacity 0.2s;
}

.h4.left {
  text-align: left;
}

.product-button {
  z-index: 2;
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 50px;
  padding: 0.5rem 3rem;
  text-decoration: none;
  transition: border-color 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035),
    color 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035),
    background-color 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-button:hover {
  color: var(--white);
}

.text-bottun {
  z-index: 2;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.text-bottun.whatsapp {
  z-index: 99;
  position: relative;
}

.about-us {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 0;
  display: flex;
}

.about-us-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #0000000d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 30px;
  display: flex;
}

.image-3 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  height: auto;
}

.about-us-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-about {
  text-align: justify;
  margin-top: 50px;
  font-family: than, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.text-about.about {
  color: var(--black);
  text-align: left;
  font-weight: 500;
}

.text-about.about.mid {
  text-align: center;
}

.text-about.conact {
  text-align: left;
}

.image-4 {
  vertical-align: baseline;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.bottom-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.grid-bottom-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-bottom: 150px;
  display: grid;
}

.content-inside-img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-inside-button {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--red);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--red);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53),
    background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-inside-button:hover {
  color: var(--white);
}

.inside-img {
  z-index: 99;
  box-sizing: border-box;
  float: none;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 75%;
  position: absolute;
  inset: 0%;
}

.text-content-inside-button {
  z-index: 100;
  font-family: than, sans-serif;
  font-size: 1.2rem;
  position: relative;
}

.slider-brands {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.footer {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.line-footer {
  border-top: 2px solid var(--red);
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.content-footer-finecook {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-footer {
  width: 60%;
  font-size: 16px;
  line-height: 22px;
}

.img-logo-footer {
  margin-bottom: 16px;
}

.all-rights {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.all-rights-text {
  color: var(--white);
  letter-spacing: 0.4px;
  font-size: 0.75rem;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #fab900;
  text-decoration: underline;
}

.content-footer-finecook-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-footer-finecook-social {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.footer-social-link {
  color: var(--red);
  height: 20px;
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.footer-social-link:hover {
  color: var(--black);
}

.text-footer-info {
  color: var(--black);
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1.7;
}

.text-footer-info.newsletter {
  width: 60%;
  font-size: 0.875rem;
}

.content-footer-finecook-space {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  text-decoration: none;
}

.text-field {
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: var(--black);
  color: var(--black);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 70%;
  height: 44px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.text-field:focus {
  border-color: var(--black);
}

.submit-button {
  background-color: var(--red);
  color: var(--white);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 30%;
  height: 44px;
  font-family: montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53),
    background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.submit-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.form-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.ops-text {
  text-align: center;
}

.main-catalog {
  height: auto;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.code-embed.catalog-tab {
  margin-top: 60px;
  display: none;
}

.code-embed.catalog {
  margin-top: 100px;
}

.carousel-container {
  background-color: #0000;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.logo-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center flex-start;
  place-items: center;
  min-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 100px;
  display: flex;
  overflow: visible;
}

.logo-container._2 {
  margin-left: -0.1%;
}

.logo-image {
  max-width: none;
  height: 50px;
}

.logo-image.black {
  opacity: 0.4;
  filter: saturate(0%);
}

.main-about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 132px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.main-about-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.main-img-about {
  background-image: url("../images/aubou-finecook.webp");
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 40vw;
  height: 70vh;
  display: flex;
}

.img-about-banner {
  background-color: var(--dark-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-right: -100px;
  padding: 2rem 1.4rem;
  display: flex;
}

.main-text-about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 46vw;
  margin-left: 140px;
  display: flex;
}

.svg {
  width: 16px;
}

.svg-2 {
  width: 28px;
}

.svg-button {
  z-index: 100;
  height: 28px;
  position: relative;
}

.button-hover {
  z-index: 1;
  background-color: var(--red);
  border-radius: 50px;
  position: absolute;
  inset: -20% -5%;
  overflow: visible;
}

.button-hover.whatsapp {
  background-color: #25d366;
  display: flex;
}

.button-hover-big {
  z-index: 1;
  background-color: var(--red);
  border-radius: 50px;
  position: absolute;
  inset: -20% -2%;
  overflow: visible;
}

.header-logo-link {
  flex: 0 auto;
  width: 195px;
  height: 54px;
  display: block;
  overflow: visible;
}

.header-logo-link.w--current {
  width: 197px;
  height: 54px;
}

.aboute-services {
  justify-content: center;
  align-items: flex-start;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
}

.grid-aboute-services {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.grid-about-us {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
  margin-bottom: 0;
  display: grid;
}

.icon-services {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-bottom: 30px;
  display: flex;
}

.img-services {
  width: auto;
  max-width: none;
  height: 100%;
}

.main-brands {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 132px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.main-brands-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 150px;
  padding-top: 50px;
  display: flex;
}

.main-brands-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-brands-img {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: center;
  place-items: center;
  width: 1200px;
  margin-top: 80px;
  display: grid;
}

.badges {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.image-5 {
  height: 40px;
}

.text-footer-info-fine {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.3;
  transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.text-footer-info-fine.newsletter {
  width: 60%;
  font-size: 0.875rem;
}

.div-info-fine {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: flex;
}

.div-info-fine:hover {
  text-decoration: underline;
}

.svg-3 {
  height: 18px;
}

.svg-4 {
  height: 1.1rem;
}

.div-float {
  z-index: 9999;
  border: 2px solid var(--red);
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0.4rem;
  transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
  box-shadow: 0 2px 4px #0003;
}

.div-float:hover {
  background-color: var(--white);
  color: var(--red);
}

.contact-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: none;
  margin-top: 80px;
  display: grid;
}

.contact-info {
  background-color: #0000000d;
  padding: 40px 30px;
}

.form-block-2 {
  font-family: montserrat, sans-serif;
}

.text-field-2 {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 50px;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.text-field-2:focus {
  border-color: var(--red);
}

.field-label {
  font-size: 0.875rem;
}

.form-2 {
  margin-top: 50px;
}

.select-field {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 50px;
  height: 44px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.select-field:focus {
  border-color: var(--red);
  color: var(--black);
}

.textarea {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 22px;
  min-height: 8rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.textarea:focus {
  border-color: var(--red);
  color: var(--black);
}

.submit-button-2 {
  border: 2px solid var(--red);
  background-color: var(--red);
  border-radius: 22px;
  min-height: 40px;
  padding: 0.5rem 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.submit-button-2:hover {
  background-color: var(--white);
  color: var(--red);
}

.grid-form-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.2rem;
  display: flex;
}

.button-whatsapp {
  z-index: 2;
  background-color: var(--white);
  color: #25d366;
  border: 2px solid #25d366;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0.5rem 2rem;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035),
    color 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035),
    background-color 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  display: flex;
  position: relative;
  overflow: hidden;
}

.whatsapp-svg {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.svg-whatsapp {
  z-index: 99;
  height: 20px;
  position: relative;
}

.link-3 {
  color: var(--black);
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.text-block-2 {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-size: 0.875rem;
}

.link-block {
  background-color: var(--red);
  color: var(--white);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: flex;
}

.link-block:hover {
  background-color: var(--black);
}

@media screen and (min-width: 1920px) {
  .announcement-bar {
    height: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .haeder-content {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .announcement-social {
    justify-content: flex-end;
    align-items: center;
  }

  .text-block {
    font-size: 14px;
    font-weight: 600;
  }

  .header-logo.w--current {
    height: 60px;
  }

  .nav-link {
    font-size: 18px;
  }

  .main-content {
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-products {
    margin-top: 120px;
  }

  .slogan-section {
    margin-top: 102px;
  }

  .about-us-content,
  .bottom-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-bottom-content {
    max-width: 1400px;
  }

  .line-footer {
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .code-embed.catalog-tab {
    display: none;
  }

  .main-about {
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .svg-2 {
    width: 32px;
  }

  .button-hover.whatsapp {
    background-color: #25d366;
    display: block;
  }

  .header-logo-link.w--current {
    height: 60px;
  }

  .grid-aboute-services {
    max-width: 1400px;
  }

  .main-brands {
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-brands-img {
    width: 1400px;
  }

  .contact-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1.2rem;
  }

  .button-whatsapp {
    background-color: var(--white);
    color: #25d366;
    border-color: #25d366;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .announcement-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .haeder-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .announcement-left {
    width: 0;
    display: none;
  }

  .announcement-content {
    width: 100%;
    display: flex;
  }

  .text-block {
    text-align: left;
  }

  .header-logo {
    width: 90%;
  }

  .header-menu {
    justify-content: flex-end;
    align-items: center;
    width: 9%;
  }

  .header-icons {
    width: 5%;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    position: relative;
    left: 0;
    right: 0;
  }

  .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-content {
    background-image: linear-gradient(90deg, #fff9, #0000),
      url("../images/68b6ebe20e1da57d.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .nav-section {
    background-color: var(--white);
    align-self: stretch;
  }

  .text-banner.mid {
    width: 60%;
  }

  .grid-products {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .img-product {
    aspect-ratio: 4 / 4;
    margin-bottom: 1rem;
  }

  .text-product {
    margin-top: 4px;
  }

  .about-us {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .about-us-content {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    aspect-ratio: 16 / 9;
  }

  .about-us-img {
    order: 1;
    padding-top: 30px;
  }

  .bottom-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-bottom-content {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .line-footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-footer {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1.25fr;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .all-rights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .all-rights-text {
    text-align: center;
  }

  .text-footer-info.newsletter {
    width: 100%;
  }

  .main-catalog {
    padding-bottom: 100px;
  }

  .code-embed {
    display: block;
  }

  .code-embed.catalog-tab {
    display: flex;
  }

  .code-embed.catalog {
    display: none;
  }

  .logo-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logo-image {
    height: 40px;
  }

  .main-about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-about-content {
    flex-flow: column;
  }

  .main-img-about {
    width: 80vw;
    height: 50vh;
  }

  .main-text-about {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .aboute-services {
    width: 70%;
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .grid-aboute-services {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-about-us {
    width: 60%;
    max-width: none;
    margin-top: 60px;
  }

  .main-brands {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-brands-content {
    margin-bottom: 100px;
  }

  .main-brands-img {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: auto;
  }

  .contact-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .icon {
    color: var(--red);
    background-color: #0000;
    font-size: 1.9rem;
  }

  .menu-button {
    width: 100%;
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .announcement-bar {
    height: auto;
    min-height: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .text-block {
    width: 90%;
    font-size: 0.7rem;
    line-height: 1.3;
    display: none;
  }

  .text-block.head-mod {
    width: 100%;
    display: block;
  }

  .header-logo {
    width: 80%;
  }

  .img-content {
    background-position: 0 0, 60%;
  }

  .h1.mob {
    display: none;
  }

  .text-banner.mid {
    width: 100%;
  }

  .img-product {
    aspect-ratio: 4 / 4.8;
    object-position: 50% 98%;
  }

  .h4.footer {
    margin-bottom: 1rem;
  }

  .text-about.about {
    color: var(--black);
  }

  .text-content-inside-button {
    font-size: 1rem;
  }

  .grid-footer {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .all-rights {
    height: auto;
    min-height: 30px;
    padding: 4px 10px;
  }

  .all-rights-text {
    text-align: center;
  }

  .code-embed.catalog-tab {
    height: 60vh;
  }

  .logo-container {
    min-width: 150%;
  }

  .img-about-banner {
    width: 300px;
    margin-right: -70px;
    padding: 1.4rem 1rem;
  }

  .svg-button {
    height: 26px;
  }

  .grid-about-us {
    width: 100%;
  }

  .main-brands-content {
    margin-bottom: 100px;
  }

  .contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button-2 {
    width: 100%;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .grid-form-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact-buttons {
    flex-flow: column;
  }

  .button-whatsapp {
    width: 100%;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .header-logo {
    width: 80%;
  }

  .header-menu,
  .header-icons {
    width: 10%;
  }

  .img-content {
    height: 430px;
  }

  .banner-text {
    margin-bottom: -38%;
  }

  .h1 {
    display: none;
  }

  .h1.mid {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1.mob {
    width: 80%;
    display: flex;
  }

  .h1.about {
    text-align: center;
    display: block;
  }

  .grid-products {
    grid-row-gap: 2rem;
    margin-top: 60px;
  }

  .img-product {
    aspect-ratio: 4 / 4.8;
  }

  .slogan-section {
    margin-top: 60px;
  }

  .product-button {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-us-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-about.about {
    text-align: center;
  }

  .text-about.conact {
    font-size: 1.1rem;
  }

  .main-catalog {
    overflow: hidden;
  }

  .code-embed.catalog-tab {
    width: 100%;
    margin-left: 0%;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    min-width: 300%;
  }

  .logo-image {
    height: 30px;
  }

  .main-img-about {
    width: 100%;
  }

  .img-about-banner {
    width: 200px;
    margin-right: -21px;
  }

  .aboute-services {
    width: 100%;
    margin-top: 100px;
  }

  .grid-about-us {
    grid-template-columns: 1.25fr 1fr 1.25fr;
  }

  .icon-services {
    height: 60px;
    margin-bottom: 1rem;
  }

  .main-brands-img {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-field-2,
  .select-field {
    height: 40px;
  }

  .textarea {
    min-height: 6rem;
  }
}

#w-node-_96127dca-0a61-2d95-76a7-6aefe828d193-e828d190,
#w-node-_96127dca-0a61-2d95-76a7-6aefe828d1a3-e828d190,
#w-node-_96127dca-0a61-2d95-76a7-6aefe828d1b6-e828d190 {
  place-self: stretch start;
}

@media screen and (max-width: 991px) {
  #w-node-_96127dca-0a61-2d95-76a7-6aefe828d193-e828d190 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_96127dca-0a61-2d95-76a7-6aefe828d1b6-e828d190 {
    order: -9999;
  }
}
