@font-face {
  font-family: Brooklyn;
  src: url("../fonts/Brooklyn-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url("../fonts/Brooklyn-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url("../fonts/Brooklyn-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url("../fonts/Brooklyn-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url("../fonts/Brooklyn-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url("../fonts/Brooklyn-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url("../fonts/Brooklyn-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-ExtraBoldOblique.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-ExtraLightOblique.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando hairline;
  src: url("../fonts/Hando-HairLine.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-Oblique.otf") format("opentype"),
    url("../fonts/Hando-HairLineOblique.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-LightOblique.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-SemiBoldOblique.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-MediumOblique.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-ThinOblique.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url("../fonts/Hando-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-blue: #cbeae4;
  --light-green: #b5c9b8;
  --green: #4e5c53;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hando, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hando, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

p {
  color: #000;
  margin-bottom: 0;
  font-family: Hando, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

label {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Hando, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.hamburger-wrapper {
  width: 50px;
  height: 50px;
  display: none;
}

.logo-ls-tex {
  width: 100%;
  max-width: 140px;
}

.full-img {
  width: 100%;
  overflow: clip;
}

.full-img.round {
  border-radius: 20px;
  display: block;
}

.full-img.round.fit {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.full-img.industria-img {
  max-width: 180px;
}

.full-img.valor-img {
  max-width: 140px;
}

.nav {
  text-align: center;
  background-color: #fff;
  border: 0 #0000;
  border-radius: 32px;
  justify-content: space-around;
  align-items: center;
  width: 55%;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.logo-wrapp {
  width: 22.5%;
}

.link-nav {
  color: #000;
  background-color: #fff;
  border-radius: 14px;
  padding: 6px 20px;
  font-family: Brooklyn, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.link-nav:hover {
  background-color: #cbeae487;
}

.link-nav.w--current {
  background-color: #cbeae4;
  border-radius: 14px;
  padding: 6px 20px;
}

.header {
  z-index: 90;
  background-color: var(--light-blue);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding: 24px 60px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.btn {
  text-transform: uppercase;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Hando, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.btn.green {
  color: #fff;
  background-color: #4e5c53;
  transition: all 0.25s ease-in-out;
}

.btn.green:hover {
  color: #cbeae4;
  background-color: #4e5c53;
}

.btn.green.mt-top {
  margin-top: 40px;
}

.btn.light-green-btn {
  background-color: var(--light-green);
  color: var(--green);
}

.btn.light-green-btn:hover {
  background-color: var(--light-blue);
}

.black {
  color: #000;
}

.bottom-footer {
  background-color: var(--green);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
  position: relative;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-3.contact-title {
  color: #4e5c53;
  margin-top: 0;
  font-family: Hando, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.copy-right-div {
  border-top: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
}

.top-footer {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#cbeae4, #b5c9b8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
  position: relative;
}

.footer-logo {
  width: 100%;
  max-width: 180px;
  margin-bottom: 25px;
}

.white {
  color: #fff;
  margin-bottom: auto;
}

.white.copy-wright {
  font-size: 14px;
  line-height: 24px;
}

.white.footer-p {
  font-weight: 500;
}

.gray {
  color: #9c9c9c;
}

.gray.max-4 {
  max-width: 400px;
  margin-bottom: 0;
}

.gray.max-4.footer-p {
  font-family: Hando, sans-serif;
  font-weight: 500;
}

.gray.max-5.footer-p {
  font-weight: 500;
}

.footer {
  width: 100%;
  position: relative;
}

.main {
  width: 100%;
  margin-top: 100px;
  position: relative;
}

.section {
  width: 100%;
}

.section.hero {
  height: 70vh;
  padding-top: 60px;
  position: relative;
}

.section.hero.nosotros.auto-height {
  height: auto;
}

.section.hero-list {
  padding: 60px 50px;
}

.section.degradado {
  background-image: linear-gradient(#b5c9b8, #cbeae4);
}

.section.degradado.about-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 60px 50px;
  display: flex;
  position: relative;
}

.section.degradado.about-us.in-home {
  margin-bottom: 50px;
  padding-bottom: 60px;
  position: relative;
}

.section.contact-section {
  padding: 0 10% 60px;
}
.section.contact-section.is-bolsa {
  padding: 0 20% 60px;
}

.section.normal-pad {
  padding: 60px 50px;
}

.section.normal-pad.centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.normal-pad.valores-section {
  background-color: var(--light-green);
}

.full-row {
  z-index: 1;
  width: 100%;
  position: relative;
}

.full-row.flex {
  display: flex;
}

.full-row.flex.center-col {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.full-row.flex.align-center {
  align-items: center;
}

.full-row.flex.align-center.space-between {
  justify-content: space-between;
}

.full-row.flex.align-center.space-between.mobile-column {
  z-index: 10;
  position: relative;
}

.full-row.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-row.centered.column {
  z-index: 10;
  flex-direction: column;
  position: relative;
}

.full-row.centered.column.big-p-bottom {
  padding-bottom: 0;
}

.full-row.centered.mtb {
  margin-top: 0;
  margin-bottom: 60px;
}

.full-row.contact-row {
  display: flex;
  position: relative;
}

.full-row.flex-contact-data {
  align-items: center;
  display: flex;
}

.full-row.nosotros-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-row.nosotros-p-wrapp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.full-row.productos-title-row {
  justify-content: space-around;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.full-row.data-aceite {
  margin-top: 10px;
}

.big-logo {
  width: 50%;
  max-width: 500px;
}

.heading-h1 {
  margin-top: 25px;
  font-family: Brooklyn, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
}

.heading-h1.green-bg {
  background-color: var(--light-green);
  border-radius: 40px;
  margin-top: 40px;
  padding: 8px 25px;
}

.hero-img {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mb-2 {
  margin-bottom: 20px;
}

.swiper-wrapper {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.green-rec {
  width: 70px;
  position: absolute;
  inset: 30px auto auto 10%;
}

.green {
  color: #4e5c53;
}

.slider-father-section {
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.slider-father-section.swiper.home-slider {
  width: 100%;
}

.max-4 {
  max-width: 400px;
}

.slide-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.slide-img.round {
  border-radius: 20px;
}

.swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-slide.home-slide {
  border-radius: 20px;
  height: 200px;
}

.bold {
  font-weight: 500;
}

.heading-h2 {
  color: var(--green);
  font-family: Hando, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
}

.max-6 {
  max-width: 600px;
}

.max-5 {
  max-width: 500px;
}

.larga-linea {
  z-index: 2;
  width: auto;
  height: 160%;
  position: absolute;
  inset: -50% 0% auto auto;
}

.col4 {
  width: 40%;
}

.small-h2 {
  color: #4e5c53;
  font-family: Brooklyn, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.mbt-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fondo-rec {
  z-index: 0;
  height: 120%;
  position: absolute;
  inset: -13% 50px auto auto;
}

.col4-5 {
  width: 45%;
}

.col5 {
  width: 50%;
}

.col5.full-mobile.pr {
  text-align: right;
  position: sticky;
}

.col5.padd-r {
  border-right: 1px solid var(--green);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 40px;
}

.col5.padd-l {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  position: relative;
}

.flex-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-row.space-between {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-row.triger-wrapp {
  cursor: pointer;
  align-items: center;
}

.line-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 400px;
  display: flex;
}

.line {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 100%;
  display: flex;
}

.circle {
  background-color: var(--green);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.line-mobile {
  display: none;
}

.img-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 38px;
  padding-right: 0;
  display: flex;
}

.text-data-contact {
  width: 90%;
  padding-left: 20px;
}

.link-in-text {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.link-in-text:hover {
  color: var(--light-blue);
}

.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.form-row.mb-10 {
  margin-bottom: 10px;
}

.input {
  background-color: var(--light-blue);
  color: #000;
  border: 0 #0000;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 4px 12px;
  font-family: Hando, sans-serif;
}

.input.text-area {
  height: 140px;
}

.form {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.field-label {
  margin-bottom: 12px;
}

.map-wrapper {
  width: 100%;
  height: 60%;
  min-height: 300px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.succes-wrapper {
  background-color: var(--green);
  border-radius: 20px;
  width: 80%;
  height: 80%;
  margin-left: 10%;
  padding: 40px 25px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.light-green {
  color: var(--light-green);
}

.light-green.big-text {
  font-size: 24px;
  line-height: 34px;
}

.succes-parent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-horizontal-line {
  background-color: var(--green);
  width: 14%;
  max-width: 140px;
  height: 8px;
}

.hero-horizontal-line.producto {
  width: 20%;
  max-width: 200px;
}

.logo-nosotros {
  width: 30%;
  max-width: 300px;
  margin-left: 4%;
  margin-right: 4%;
  display: block;
}

.p-hero-nosotors {
  color: #000;
  text-align: center;
  max-width: 600px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.industrias-row {
  z-index: 2;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.item-industria {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  max-width: 200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.industria-heading {
  margin-top: 25px;
  font-size: 24px;
}

.who-we-are-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.img-who-wrapp {
  background-color: var(--light-green);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 7%;
  display: flex;
}

.icon-svg {
  width: 100%;
}

.data-wrapper {
  background-color: #4e5c53;
  background-image: linear-gradient(to bottom, #b5c9b8, var(--light-blue));
  border-radius: 30px;
  width: 60%;
  padding: 0;
}

.data-heading-wrapper {
  color: #4e5c53;
  text-align: left;
  letter-spacing: 1px;
  background-color: #cbeae4;
  border-radius: 30px;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 10px 50px;
  font-family: Hando, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  left: -37px;
}

.p-wrapper {
  padding: 10px 40px 26px;
}

.white-2 {
  color: #fff;
}

.valores-wrapper {
  border-top: 1px solid #000;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.valor-item {
  background-image: linear-gradient(
    to bottom,
    var(--light-green),
    var(--green)
  );
  border-radius: 100px;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.img-wrapper-valores {
  background-color: var(--light-green);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 25px;
  display: flex;
}

.text-valores-wrapper {
  background-color: var(--light-green);
  width: 50%;
  padding: 25px;
}

.mb-1 {
  margin-bottom: 10px;
}

.title-productos {
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  margin-left: 4%;
  margin-right: 4%;
  font-family: Hando, sans-serif;
  font-weight: 600;
}

.producto-section {
  width: 100%;
}

.producto-presentation-row {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 390px;
  display: flex;
}

.prdocut-image-title-wrapp {
  width: 65%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.trigger-prodcuto-section {
  background-color: var(--light-blue);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.trigger-prodcuto-section.deg1 {
  background-image: linear-gradient(to bottom, var(--green), var(--light-blue));
  padding-right: 100px;
}

.trigger-prodcuto-section.deg2 {
  background-image: linear-gradient(to bottom, #b5c9b8, var(--green));
}

.trigger-prodcuto-section.deg3 {
  background-image: linear-gradient(
    to bottom,
    var(--light-blue),
    var(--light-green)
  );
}

.trigger-prodcuto-section.deg {
  background-image: linear-gradient(to bottom, var(--green), var(--light-blue));
}

.cover-title-product {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-product {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Hando, sans-serif;
  font-weight: 500;
  position: relative;
}

.subtitle-product {
  color: #fff;
  width: 50%;
  font-weight: 600;
}

.subtitle-product.dark {
  color: var(--green);
}

.arrow-wrapp {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.flecha {
  width: 55px;
  transition: all 0.3s ease-out;
}

.flecha.active-arrow {
  transform: rotate(180deg);
}

.producto-detail-wrapper {
  width: 100%;
  padding: 60px 0;
}

.lacteos-grid {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lacteos-grid.normal-padd {
  padding: 0px 50px 60px 50px;
}

.lacteo-item {
  width: 25%;
  max-width: 300px;
}

.bold-p {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.row-title-lacteo-data {
  background-image: linear-gradient(
    to bottom,
    var(--light-green),
    var(--light-blue)
  );
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  position: static;
  left: -50px;
}

.block-icon {
  background-color: var(--light-blue);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 15px 50px;
  display: inline-block;
}

.icon-row {
  width: 120px;
}

.title-row-lacteo {
  width: 90%;
  margin-left: 10%;
}

.row-data-lacteo {
  width: 65%;
  padding-left: 50px;
}

.lacteo-data {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.subititle-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subititle-row.small {
  margin-bottom: 4px;
}

.dot {
  background-color: var(--light-green);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 20px;
}

.dot.small {
  width: 10px;
  height: 10px;
}

.rich-list {
  padding-left: 38px;
}

.rich-list.mb-mobile {
  text-align: left;
}

.grid-productos {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.img-producto-wrapp {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vh;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.img-producto-wrapp.carne {
  cursor: pointer;
  margin-bottom: 10px;
  overflow: visible;
}

.img-producto-wrapp.full {
  height: auto;
}

.product-name {
  color: var(--green);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.product-name.left {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
}

.cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.fit-image {
  object-fit: contain;
  width: 85%;
  height: 85%;
}

.fit-image.full {
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.overlay-carne {
  z-index: 1;
  background-color: #4e5c5380;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.carne-wrapp {
  width: 100%;
  position: relative;
}

.detalle-producto {
  background-image: linear-gradient(
    to bottom,
    var(--green),
    var(--light-green)
  );
  border-radius: 20px;
  width: 100%;
  padding: 40px 25px;
}

.detalle-producto.activo-detalle {
  z-index: 9;
  width: 60%;
  display: block;
  position: fixed;
  inset: 20vh auto auto 15%;
}

.image-wrapp-detalle {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vh;
  display: flex;
  overflow: hidden;
}

.heaading-detalle {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 24px;
  line-height: 34px;
}

.close-detalle {
  cursor: pointer;
  width: 30px;
  position: fixed;
  inset: 15vh 30vw auto auto;
}

.heading-aceite {
  width: 90%;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .nav {
    width: 80%;
  }

  .header {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn.green.mt-top {
    margin-top: 30px;
  }

  .bottom-footer,
  .top-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .section.hero-list,
  .section.degradado.about-us {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.degradado.about-us.in-home {
    margin-top: 0;
  }

  .section.contact-section,
  .section.normal-pad {
    padding-left: 40px;
    padding-right: 40px;
  }

  .full-row.centered.mtb {
    padding-left: 25px;
  }

  .heading-h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .small-h2 {
    font-size: 28px;
  }

  .fondo-rec {
    height: 110%;
    top: -5%;
    right: 0;
  }

  .valores-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .valor-item {
    border-radius: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 39px;
  }

  .img-wrapper-valores {
    border-radius: 20px;
    margin-bottom: 25px;
  }

  .text-valores-wrapper {
    border-radius: 20px;
    width: 100%;
  }

  .title-productos {
    font-size: 32px;
    line-height: 40px;
  }

  .prdocut-image-title-wrapp {
    width: 55%;
  }

  .trigger-prodcuto-section {
    width: 45%;
  }

  .producto-detail-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .lacteos-grid.normal-padd {
    padding-left: 40px;
    padding-right: 40px;
  }

  .row-title-lacteo-data {
    width: 90%;
  }

  .block-icon {
    padding-left: 40px;
  }

  .icon-row {
    width: 80px;
  }

  .title-row-lacteo {
    margin-left: 20px;
  }

  .row-data-lacteo {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .img-producto-wrapp {
    height: 18vh;
  }

  .product-name {
    font-size: 20px;
    line-height: 28px;
  }

  .fit-image {
    width: 100%;
    height: 100%;
  }

  .detalle-producto.activo-detalle {
    width: 80%;
    left: 10%;
  }

  .close-detalle {
    right: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .section.contact-section.is-bolsa {
    padding: 0 5% 60px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .full-img.industria-img {
    max-width: 100px;
  }

  .nav {
    width: 70%;
  }

  .header {
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer,
  .top-footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.hero {
    height: 60vh;
  }

  .section.hero.nosotros {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.hero-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.degradado.about-us {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.contact-section,
  .section.normal-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-row.flex.align-center.space-between.mobile-column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .full-row.centered.column.big-p-bottom {
    padding-bottom: 0;
  }

  .full-row.centered.mtb {
    padding-right: 25px;
  }

  .full-row.contact-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .full-row.productos-title-row {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .heading-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .larga-linea {
    width: 100%;
    height: auto;
    display: none;
    inset: auto 0% 0% auto;
  }

  .col4 {
    width: 100%;
  }

  .col4.mb-mobile-4 {
    margin-bottom: 40px;
  }

  .fondo-rec {
    width: 100%;
    height: auto;
    inset: auto 0% 0% auto;
  }

  .col4-5 {
    width: 100%;
  }

  .col4-5.mobile-mb-4 {
    margin-bottom: 40px;
  }

  .col4-5.list-home {
    margin-bottom: 25px;
  }

  .col5.full-mobile {
    width: 100%;
  }

  .col5.full-mobile.pr {
    padding-right: 25px;
  }

  .col5.full-mobile.pl {
    padding-left: 25px;
  }

  .col5.padd-r {
    border-bottom: 0px none var(--green);
    border-right-style: none;
    border-right-width: 0;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .col5.padd-r.contact {
    margin-bottom: 40px;
  }

  .col5.padd-l {
    width: 100%;
    padding-left: 0;
  }

  .flex-row.space-between {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .line-col {
    display: none;
  }

  .line-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    position: relative;
  }

  .line-horizontal {
    background-color: var(--green);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8px;
    padding: 0;
    display: flex;
  }

  .form-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-horizontal-line {
    width: 20%;
  }

  .hero-horizontal-line.producto {
    width: 10%;
  }

  .industrias-row {
    justify-content: space-between;
    padding-left: 0%;
    padding-right: 0%;
  }

  .industria-heading {
    font-size: 18px;
    line-height: 18px;
  }

  .who-we-are-row {
    margin-top: 0;
  }

  .img-who-wrapp {
    width: 35%;
  }

  .title-productos {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 26px;
  }

  .producto-presentation-row {
    flex-direction: column;
    height: auto;
  }

  .prdocut-image-title-wrapp {
    width: 100%;
    height: 200px;
  }

  .trigger-prodcuto-section {
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .arrow-wrapp {
    justify-content: flex-end;
  }

  .producto-detail-wrapper {
    padding: 40px 0;
  }

  .lacteos-grid.normal-padd {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lacteo-item {
    width: 50%;
  }

  .block-icon {
    padding-left: 25px;
    padding-right: 30px;
  }

  .icon-row {
    width: 60px;
  }

  .row-data-lacteo {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dot {
    margin-right: 15px;
  }

  .heading-lacteo {
    width: 90%;
  }

  .grid-productos {
    grid-template-columns: 1fr 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .img-producto-wrapp {
    height: 25vh;
  }

  .close-detalle {
    right: 6vw;
  }

  .heading-aceite {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .hamburger-wrapper {
    width: 50px;
    height: 35px;
    display: block;
  }

  .logo-ls-tex {
    max-width: 100%;
  }

  .full-img.close {
    width: auto;
    max-width: none;
    height: 100%;
    display: none;
    position: relative;
    top: 0;
    left: 0;
  }

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

  .full-img.round.fit {
    object-fit: cover;
  }

  .full-img.industria-img {
    max-width: 80px;
  }

  .nav {
    border-width: 2px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
    padding: 20px 10px;
    display: none;
  }

  .logo-wrapp {
    width: 50%;
    margin-bottom: 0;
  }

  .link-nav {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .link-nav.last {
    margin-bottom: 0;
  }

  .header {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 100vw;
    padding: 25px;
  }

  .btn.green.mt-top {
    margin-top: 25px;
  }

  .mb-3 {
    margin-bottom: 25px;
  }

  .footer-logo {
    max-width: 100px;
  }

  .main {
    margin-top: 84px;
  }

  .section.hero {
    height: 50vh;
    padding-top: 20px;
  }

  .section.hero.nosotros {
    height: auto;
    padding-top: 60px;
  }

  .section.hero-list.contact {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.degradado.about-us {
    margin-top: 0;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.degradado.about-us.in-home {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section.contact-section {
    padding-bottom: 15px;
  }

  .full-row.flex.center-col {
    padding: 20px;
  }

  .full-row.centered.column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .full-row.centered.column.big-p-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .full-row.centered.mtb {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .full-row.nosotros-p-wrapp {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-h1.green-bg {
    font-size: 24px;
    line-height: 36px;
  }

  .hero-img.nosotros {
    object-fit: cover;
  }

  .green-rec {
    top: 0;
    left: 0%;
  }

  .slider-father-section {
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-father-section.swiper.home-slider {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .col4.mb-mobile-4 {
    margin-bottom: 40px;
  }

  .small-h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .fondo-rec {
    bottom: -5%;
  }

  .col5.full-mobile.pr {
    padding-right: 0;
  }

  .col5.full-mobile.pl {
    padding-left: 0;
  }

  .col5.padd-r {
    border-bottom: 0px none var(--green);
    border-right-style: none;
    border-right-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .flex-row.full-mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .line-horizontal {
    height: 6px;
  }

  .img-contact {
    width: 25px;
  }

  .text-data-contact {
    width: 85%;
    padding-left: 10px;
  }

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

  .hero-horizontal-line.producto {
    width: 16%;
  }

  .logo-nosotros {
    width: 60%;
  }

  .p-hero-nosotors {
    font-size: 18px;
    line-height: 24px;
  }

  .industrias-row {
    place-content: flex-start center;
    align-items: flex-start;
    margin-top: 0;
  }

  .item-industria {
    width: 50%;
    margin-top: 25px;
  }

  .industria-heading {
    background-color: var(--light-blue);
    border-radius: 10px;
    padding: 5px;
    font-size: 16px;
  }

  .who-we-are-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .img-who-wrapp {
    width: 100%;
    padding: 25%;
  }

  .data-wrapper {
    width: 100%;
    margin-top: 25px;
  }

  .data-heading-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 26px;
    left: 0;
  }

  .p-wrapper {
    padding: 25px;
  }

  .valores-wrapper {
    margin-top: 40px;
    padding-top: 40px;
  }

  .valor-item {
    border-radius: 40px;
    margin-bottom: 40px;
    padding: 40px 15px;
  }

  .img-wrapper-valores {
    width: 50%;
    padding: 16px;
  }

  .title-productos {
    font-size: 24px;
    line-height: 32px;
  }

  .trigger-prodcuto-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .subtitle-product {
    width: 80%;
  }

  .arrow-wrapp {
    justify-content: flex-end;
    width: 20%;
  }

  .flecha {
    width: 35px;
  }

  .lacteos-grid.normal-padd.no-top {
    padding-top: 0;
  }

  .lacteo-item {
    width: 50%;
  }

  .bold-p {
    font-size: 18px;
    line-height: 24px;
  }

  .row-title-lacteo-data {
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    margin-bottom: 30px;
  }

  .block-icon {
    padding-right: 25px;
  }

  .icon-row {
    width: 60px;
  }

  .title-row-lacteo {
    width: 90%;
    margin-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lacteo-data {
    padding-bottom: 40px;
  }

  .subititle-row {
    align-items: flex-start;
  }

  .dot {
    width: 12px;
    height: 12px;
    position: relative;
    top: 5px;
  }

  .rich-list.mb-mobile {
    margin-bottom: 20px;
  }

  .heading-lacteo {
    width: 80%;
  }

  .grid-productos {
    grid-column-gap: 16px;
  }

  .grid-productos.one-mob {
    grid-template-columns: 1fr;
  }

  .img-producto-wrapp {
    height: 15vh;
    margin-bottom: 14px;
  }

  .product-name {
    font-size: 16px;
    line-height: 20px;
  }

  .detalle-producto {
    padding-left: 15px;
    padding-right: 15px;
  }

  .detalle-producto.activo-detalle {
    width: 90%;
    left: 5%;
  }

  .image-wrapp-detalle {
    height: 25vh;
  }

  .heading-aceite {
    width: 80%;
  }
}

#w-node-d40533e1-6a43-c408-d164-e77552f39867-c33c3338,
#w-node-_25a0785b-c0d7-1bcb-025a-1957a70ce217-a4a06f50,
#w-node-_5f33e85b-8e1a-550e-c5e0-e2c032e8306d-a4a06f50,
#w-node-e1d0e144-b579-c3c7-c100-aae568d27537-a4a06f50,
#w-node-d0710ad0-4939-0d6c-6df4-161ba80e4398-a4a06f50,
#w-node-_0ccfb61c-1f27-2a93-3c05-70834de23291-a4a06f50,
#w-node-_46e7cd15-3794-3c3b-69e2-72e735f277c8-a4a06f50,
#w-node-f3bc3612-ab56-2fb4-2cfa-c43732e00bda-a4a06f50,
#w-node-_389be611-b30b-04b1-8f5d-c4f0cc6b9d85-a4a06f50,
#w-node-_48eb42c9-d5ff-d238-d621-1262ef7b54da-a4a06f50,
#w-node-_1b3ac1e3-583e-4879-46dd-813b1a66a702-a4a06f50,
#w-node-_9dbe1ab9-9cf5-5a40-3412-e52526ab61c9-a4a06f50,
#w-node-_6be1a4f6-b7a0-2593-8687-5a6bf004ea70-a4a06f50,
#w-node-c28d0d83-070e-5353-baf4-db7bc2586774-a4a06f50,
#w-node-a8e081c8-a20e-10f4-8c31-ae5589caad4d-a4a06f50,
#w-node-_90f1039e-5e98-409d-8a16-63ae7f8fa092-a4a06f50,
#w-node-_234c6957-9b03-9fbe-a56c-5a969fac324d-a4a06f50,
#w-node-_854a7fef-7c8a-4cbd-26ac-10d733e06b34-a4a06f50,
#w-node-_52b75fb3-3622-9f92-695a-729edef1050d-a4a06f50,
#w-node-_674484d4-d3c1-bb13-055b-af46ef612a82-a4a06f50,
#w-node-_55c3bf4c-de0e-9a91-dd5f-0569026c0904-a4a06f50,
#w-node-_1cb4f674-ae78-5bec-4ded-74f749c58aa6-a4a06f50,
#w-node-b43c832c-9751-e891-1343-7ad1904e7c74-a4a06f50,
#w-node-d89e37f7-03d4-af88-f3cb-4b2fdbd46e9b-a4a06f50,
#w-node-_56e91bb1-bb6e-cdce-a3bc-c3a1c966abda-a4a06f50,
#w-node-_556003ce-ef64-fab0-af37-a47d9f20079e-a4a06f50,
#w-node-_380e8a5c-6e5c-e579-dfd6-e6dad9ee77ea-a4a06f50,
#w-node-a41a043f-45df-8687-b3cf-4a8702b12d9c-a4a06f50,
#w-node-_5b40e986-fe89-90f6-6315-899f781f468a-a4a06f50,
#w-node-e3616b00-d8fa-fe58-071a-9f4c14db63c2-a4a06f50,
#w-node-a2b7b895-8f9f-3421-0045-cf064e7e6f27-a4a06f50,
#w-node-_437297a3-1ff8-8f43-b08e-1fe3404d7def-a4a06f50,
#w-node-c7ebdce2-6bd4-0b4f-a4de-e8716f67c353-a4a06f50,
#w-node-bc45681b-5bb1-5cba-14d3-312f2aa676df-a4a06f50,
#w-node-_11d0d4e0-779b-9a42-5290-9b468cf2653a-a4a06f50,
#w-node-_9cbf3920-095a-5c9b-84e6-d2d3d14e43ea-a4a06f50,
#w-node-_37051558-2d6d-3a77-a6c0-b6234d9836dc-a4a06f50,
#w-node-_13c92376-a605-ec52-1b1b-cb2141d8d629-a4a06f50,
#w-node-_7fdccb7b-05c6-176a-cd44-f190b7dc1433-a4a06f50,
#w-node-_801218bc-6563-3e64-cdb8-86a6acd254e0-a4a06f50,
#w-node-_59e5aa50-03cf-855c-68b8-c630ee7a6a6b-a4a06f50,
#w-node-_20fd5a74-08e0-3515-1a4e-0c0bd8fdbb76-a4a06f50,
#w-node-_8afaa51a-5bea-1a74-9375-8655412b39b2-a4a06f50,
#w-node-_7f13effb-900c-ad97-5579-935c25703fc8-a4a06f50,
#w-node-_3b24aa5c-4ccf-b61a-147c-ce6b3fe7c8f9-a4a06f50,
#w-node-_93d1c124-32bb-659f-31f0-92be9c35f780-a4a06f50,
#w-node-_72605822-fa16-7ddc-9de3-cd3589e5601a-a4a06f50,
#w-node-c843eca2-ddd1-8f89-a119-b733affe6992-a4a06f50,
#w-node-_7906af05-bf26-042b-5aa4-89b3105a92fa-a4a06f50,
#w-node-e035c561-7d57-1c6b-c7c2-9d78fbc315a3-a4a06f50,
#w-node-e035c561-7d57-1c6b-c7c2-9d78fbc315a9-a4a06f50,
#w-node-e035c561-7d57-1c6b-c7c2-9d78fbc315af-a4a06f50,
#w-node-e035c561-7d57-1c6b-c7c2-9d78fbc315b5-a4a06f50,
#w-node-e035c561-7d57-1c6b-c7c2-9d78fbc315bb-a4a06f50,
#w-node-e035c561-7d57-1c6b-c7c2-9d78fbc315c1-a4a06f50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: "Brooklyn";
  src: url("../fonts/Brooklyn-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brooklyn";
  src: url("../fonts/Brooklyn-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brooklyn";
  src: url("../fonts/Brooklyn-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brooklyn";
  src: url("../fonts/Brooklyn-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brooklyn";
  src: url("../fonts/Brooklyn-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brooklyn";
  src: url("../fonts/Brooklyn-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brooklyn";
  src: url("../fonts/Brooklyn-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-ExtraBoldOblique.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-ExtraLightOblique.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hando hairline";
  src: url("../fonts/Hando-HairLine.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-Oblique.otf") format("opentype"),
    url("../fonts/Hando-HairLineOblique.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-LightOblique.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-SemiBoldOblique.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-MediumOblique.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-ThinOblique.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hando";
  src: url("../fonts/Hando-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
