/* Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  display: none;
}

/* Fonts */
@font-face {
  font-family: "Nunito Web";
  src: url(../fonts/Nunito-Regular.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Nunito Web";
  src: url(../fonts/Nunito-SemiBold.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Nunito Web";
  src: url(../fonts/Nunito-ExtraLight.woff) format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Nunito Web";
  src: url(../fonts/Nunito-ExtraBold.woff) format("woff");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Anton Web";
  src: url(../fonts/Anton-Regular.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Antonio Web";
  src: url(../fonts/Antonio-Bold.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
/* Defaults */
:root {
  --c-blanco: #ffffff;
  --c-negro: #000000;
  --c-rojo: #F20848;
  --c-naranja: #FE4D29;
  --c-crema40: #f2f0eb;
  --c-crema: #E6E0D6;
  --c-hueso: #D9D0BE;
  --c-mostaza: #F7A700;
  --c-azul: #1D1542;
  --c-violeta: #B06CCE;
  --c-rosa: #F897C6;
  --c-verde: #ABCD76;
  --altopag: 100vh;
  --altopagmin: 100svh;
  --altobar: 10.4rem;
  --altopagvis: calc( var(--altopag) - var(--altobar) );
  --altopagvismin: calc( var(--altopagmin) - var(--altobar) );
  --altofiltropro: 17rem;
}

html {
  font-size: 10px;
}

body {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.075em;
  color: var(--c-azul);
  font-family: "Nunito Web", sans-serif;
  background-color: var(--c-verde);
}

a {
  color: var(--c-azul);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: var(--c-azul);
  text-decoration: none;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.03;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Anton Web", sans-serif;
  font-weight: normal;
}

strong, b {
  font-weight: bold;
}

p:last-child {
  margin-bottom: 0 !important;
}

/* General */
.img-desktop {
  display: block;
}

.img-mobile {
  display: none;
}

.btn {
  text-transform: uppercase;
  font-family: "Anton Web", sans-serif;
  border: 2px solid transparent;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.2rem 2.2rem 0;
  border-radius: 1.3rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn.btn-default {
  border-color: var(--c-azul);
  color: var(--c-azul);
  background-color: transparent;
}
.btn.btn-default:hover {
  background-color: var(--c-azul);
  color: var(--c-crema);
  border-color: var(--c-azul);
}
.btn.btn-verde {
  border-color: var(--c-azul);
  color: var(--c-azul);
  background-color: var(--c-verde);
}
.btn.btn-verde:hover {
  background-color: var(--c-azul);
  color: var(--c-verde);
  border-color: var(--c-azul);
}
.btn.btn-crema {
  border-color: var(--c-crema);
  color: var(--c-crema);
  background-color: transparent;
}
.btn.btn-crema:hover {
  background-color: var(--c-crema);
  color: var(--c-azul);
  border-color: var(--c-crema);
}

.ancho-web {
  width: min(1920px, 100%);
  margin: 0 auto;
}

.container {
  width: min(1290px, 100%);
  margin: 0 auto;
  padding: 0 30px;
}

.titu-gen {
  font-size: 10rem;
  line-height: 1.1;
}

.texto-gen {
  line-height: 1.9;
  font-size: 2.7rem;
  font-weight: 200;
  text-transform: uppercase;
}

.fondo-mostaza {
  background-color: var(--c-mostaza);
}

.fondo-naranja {
  background-color: var(--c-naranja);
}

.fondo-azul {
  background-color: var(--c-azul);
}

.fondo-verde {
  background-color: var(--c-verde);
}

.fondo-crema {
  background-color: var(--c-crema);
}

.fondo-rojo {
  background-color: var(--c-rojo);
}

.formato p {
  margin-bottom: 2em;
}
.formato p a:hover {
  text-decoration: underline;
}

/* Lenis */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Custom */
header .barra-sup {
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0;
  left: 0;
  background: var(--c-azul);
  height: var(--altobar);
  color: var(--c-crema);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 9rem;
  padding-right: 9rem;
}
header .barra-sup h1 {
  line-height: 0;
}
header .barra-sup h1 a {
  display: inline-block;
  line-height: 0;
}
header .barra-sup h1 a img {
  width: 27.5rem;
  height: auto;
}
header .barra-sup nav > ul {
  display: flex;
  gap: 4.7rem;
}
header .barra-sup nav > ul > li {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
}
header .barra-sup nav > ul > li > a {
  color: var(--c-crema);
  transition: all 0.3s ease;
  display: inline-block;
}
header .barra-sup nav > ul > li > a:hover {
  color: var(--c-verde);
}
header .barra-sup nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url("../images/select.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.5rem;
}
header .barra-sup nav > ul > li.current-menu-item > a {
  border-bottom: 1px solid var(--c-crema);
}
header .barra-sup nav > ul > li > ul {
  position: absolute;
  top: 8.4rem;
  left: 0;
  padding: 0.5rem 0 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
header .barra-sup nav > ul > li > ul:after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  top: var(--altobar);
  width: 100%;
  height: 25rem;
  background-color: rgba(29, 21, 66, 0.7529411765);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
header .barra-sup nav > ul > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  width: 15rem;
  height: 5.5rem;
  top: -6.5rem;
}
header .barra-sup nav > ul > li > ul > li > a {
  color: var(--c-crema);
  white-space: nowrap;
  display: block;
  padding: 0.8rem 4rem 0.8rem 0;
}
header .barra-sup nav > ul > li > ul > li > a:after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url("../images/select.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.7rem;
  rotate: -90deg;
}
header .barra-sup nav > ul > li > ul > li > a:hover {
  color: var(--c-verde);
  text-decoration: underline;
}
header .barra-sup nav > ul > li > ul > li:hover > a {
  color: var(--c-verde);
  text-decoration: underline;
}
header .barra-sup nav > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
header .barra-sup nav > ul > li > ul > li > ul > li {
  display: block;
}
header .barra-sup nav > ul > li > ul > li > ul > li > a {
  color: var(--c-crema);
  display: block;
  white-space: nowrap;
  padding: 0.8rem 0;
}
header .barra-sup nav > ul > li > ul > li > ul > li > a:hover {
  color: var(--c-verde);
}
header .barra-sup nav > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .barra-sup nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .barra-sup .der {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
header .barra-sup .der .idiomas {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.3;
  padding-right: 2rem;
}
header .barra-sup .der .idiomas a {
  color: var(--c-crema);
  display: inline-block;
}
header .barra-sup .der .idiomas a.active {
  border-bottom: 1px solid var(--c-crema);
}
header .barra-sup .der .buscar form {
  position: relative;
  top: -0.3rem;
}
header .barra-sup .der .buscar form input {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: "Anton Web", sans-serif;
  width: 28rem;
  height: 2.2rem;
  border-bottom: 1px solid var(--c-crema);
}
header .barra-sup .der .hambu {
  padding: 0.5rem 0;
  cursor: pointer;
  display: none;
}
header .barra-sup .der .hambu span {
  display: block;
  height: 0.4rem;
  background: var(--c-crema);
  width: 3.4rem;
  margin-bottom: 0.6rem;
  transition: all 0.3s ease;
}
header .barra-sup .der .hambu span:last-child {
  margin-bottom: 0;
}
header .barra-sup .der .hambu:hover span:nth-child(1),
header .barra-sup .der .hambu:hover span:nth-child(3) {
  scale: 0.7 1;
}

section.menu-lat {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  transition: all 0.4s ease;
}
section.menu-lat::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--c-azul);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
section.menu-lat .barra-lat {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -68rem;
  bottom: 0;
  width: 68rem;
  background: var(--c-verde);
  padding: 6rem 0 0 6rem;
  transition: all 0.3s ease;
}
section.menu-lat .barra-lat .cerrar-menu {
  position: absolute;
  right: 4rem;
  top: 10rem;
  cursor: pointer;
  line-height: 0;
}
section.menu-lat .barra-lat .cerrar-menu svg {
  width: 3.6rem;
  height: auto;
  fill: var(--c-azul);
  transition: all 0.3s ease;
}
section.menu-lat .barra-lat .cerrar-menu:hover svg {
  fill: var(--c-blanco);
  transform: rotate3d(0, 1, 0, 180deg);
}
section.menu-lat .barra-lat .logo {
  margin-bottom: 5rem;
}
section.menu-lat .barra-lat .logo img {
  width: 10.7rem;
}
section.menu-lat .barra-lat nav > ul > li {
  margin-bottom: 2.6rem;
}
section.menu-lat .barra-lat nav > ul > li > a {
  color: var(--c-azul);
  font-size: 2.5rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
  display: block;
}
section.menu-lat .barra-lat nav > ul > li > a:hover {
  color: var(--c-blanco);
  padding-left: 1rem;
}
section.menu-lat .barra-lat nav > ul > li:last-child {
  margin-bottom: 0;
}
section.menu-lat .barra-lat nav > ul > li > ul {
  display: none;
}
section.menu-lat .barra-lat .idioma-movil {
  position: absolute;
  right: 4rem;
  top: 20rem;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  gap: 1.3rem;
}
section.menu-lat .barra-lat .idioma-movil a.active {
  border-bottom: 2px solid var(--c-azul);
}
body.menu-abierto section.menu-lat {
  left: 0;
}
body.menu-abierto section.menu-lat .barra-lat {
  left: 0;
  transition: all 0.3s ease 0.3s;
}

section.hero {
  padding-top: var(--altobar);
}
section.hero .banner figure {
  height: var(--altopagvismin);
}
section.hero .banner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.hero .banner .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero .banner .logo img {
  width: auto;
  height: min(44.5rem, 55%);
}
section.hero .banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero .banner .txt .wrapper {
  width: 80%;
}
section.hero .banner .txt .wrapper h2 {
  font-size: 7rem;
  color: var(--c-crema);
  line-height: 1.15;
}

section.mitad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  height: var(--altopagvis);
  z-index: 1;
}
section.mitad .lado {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  position: relative;
}
section.mitad .lado figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 0;
}
section.mitad .lado figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.mitad .lado .cates {
  position: absolute;
  color: var(--c-crema);
  bottom: 5.5rem;
  left: 7rem;
  text-align: left;
  font-family: "Anton Web", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}
section.mitad .lado .cates .cate:nth-child(1) {
  color: var(--c-naranja);
}
section.mitad .lado .cates .cate:nth-child(2) {
  color: var(--c-violeta);
}
section.mitad .lado .cates .cate:nth-child(3) {
  color: var(--c-mostaza);
}
section.mitad .lado .cates .cate:nth-child(4) {
  color: var(--c-rosa);
}
section.mitad .lado .bloque {
  position: absolute;
  z-index: 1;
}
section.mitad .lado .bloque.bloque-bot {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 9rem;
}
section.mitad .lado #mapa-desktop {
  height: calc(var(--altopagvis) - 10rem);
  position: relative;
  top: -3rem;
}
section.mitad .lado .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.mitad .lado .wrapper .ancho1 {
  width: max(68%, 20rem);
}
section.mitad .lado .wrapper .ancho2 {
  width: max(50%, 56rem);
}
section.mitad .lado .wrapper h2 {
  margin-bottom: 5rem;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}
section.mitad .lado .wrapper .link {
  padding-top: 5rem;
}
section.mitad.llegamos-home {
  grid-template-columns: 4fr 3fr;
}
section.mitad.llegamos-home h2 {
  font-size: 16rem;
}
section.mitad.llegamos-home h2::first-line {
  font-size: 10rem;
}
section.mitad.tratra {
  background: var(--c-violeta);
  color: var(--c-azul);
  grid-template-columns: 4fr 5fr;
}
section.mitad.tratra .lado:nth-child(1) {
  text-align: left;
}

section.mas-superfoods {
  text-align: center;
  height: calc(2 * var(--altopag));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
section.mas-superfoods .bloque {
  position: sticky;
  top: var(--altobar);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--c-azul);
  height: var(--altopagvis);
  color: var(--c-verde);
}
section.mas-superfoods .bloque h2 {
  font-size: 23rem;
  padding-top: 8rem;
  margin-bottom: 4.5rem;
  position: relative;
}
section.mas-superfoods .bloque .flecha {
  padding-top: 4.5rem;
}
section.mas-superfoods .bloque .flecha svg {
  height: 2.8rem;
  width: auto;
  fill: var(--c-verde);
}
section.mas-superfoods .bloque .items {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  opacity: 0;
  z-index: 2;
}
section.mas-superfoods .bloque .items .item-wrapper {
  height: calc(var(--altopagvis) / 3);
  position: relative;
}
section.mas-superfoods .bloque .items .item-wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  overflow: hidden;
  max-height: 40rem;
  transition: all 0.3s ease;
  scale: 0.9;
  z-index: 3;
}
section.mas-superfoods .bloque .items .item-wrapper .item h2 {
  font-size: 5rem;
  background-color: var(--c-azul);
  font-family: "Antonio Web", sans-serif;
  width: 31rem;
  padding: 1.4rem 0 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  scale: 1;
}
section.mas-superfoods .bloque .items .item-wrapper .item .texto-gen {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  color: var(--c-azul);
}
section.mas-superfoods .bloque .items .item-wrapper .item .link .btn {
  width: 20rem;
}
section.mas-superfoods .bloque .items .item-wrapper .item.oculto {
  max-height: 9rem;
}
section.mas-superfoods .bloque .items .item-wrapper .item.oculto h2 {
  background-color: transparent;
  color: var(--c-azul) !important;
  scale: 0.75;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(1) .item {
  right: 50%;
  bottom: 50%;
  translate: 50% 50%;
  z-index: 5;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(1) .item:not(.oculto) {
  bottom: 20%;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(2) .item {
  left: 50%;
  bottom: 50%;
  translate: -50% 50%;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(2) .item:not(.oculto) {
  bottom: 20%;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(3) .item {
  left: 5%;
  top: 50%;
  translate: 0 -50%;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(4) .item {
  right: 5%;
  top: 50%;
  translate: 0 -50%;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(5) .item {
  right: 50%;
  top: 50%;
  translate: 50% -50%;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(5) .item:not(.oculto) {
  top: 20%;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(6) .item {
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
section.mas-superfoods .bloque .items .item-wrapper:nth-child(6) .item:not(.oculto) {
  top: 20%;
}
section.mas-superfoods .bloque .items .fondo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 2;
}
section.mas-superfoods .bloque .items .fondo .img {
  height: 100%;
  width: 100%;
  line-height: 0;
  position: relative;
  top: 100%;
  transition: all 0.3s ease;
}
section.mas-superfoods .bloque .items .fondo .img img {
  height: 100%;
  width: auto;
}
section.mas-superfoods .bloque .items .fondo.show {
  opacity: 1;
}
section.mas-superfoods .bloque .items .fondo.show .img {
  top: 0;
}

section.produ-home {
  position: relative;
  z-index: 1;
}
section.produ-home .bloque {
  overflow: hidden;
  position: sticky;
  top: var(--altobar);
  height: var(--altopagvis);
}
section.produ-home .bloque .bloque-over {
  display: flex;
  height: 100%;
}
section.produ-home .bloque .bloque-over .prin {
  position: relative;
  width: min(1920px, 100vw);
}
section.produ-home .bloque .bloque-over .prin figure {
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.produ-home .bloque .bloque-over .prin figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.produ-home .bloque .bloque-over .prin .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.produ-home .bloque .bloque-over .prin .txt .wrapper {
  width: min(104rem, 85%);
  text-align: center;
}
section.produ-home .bloque .bloque-over .prin .txt .wrapper h2 {
  font-size: 20rem;
  color: var(--c-azul);
  margin-bottom: 6rem;
  padding-top: 2rem;
}
section.produ-home .bloque .bloque-over .cate {
  position: relative;
  width: min(1920px, 100vw);
}
section.produ-home .bloque .bloque-over .cate figure {
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.produ-home .bloque .bloque-over .cate figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.produ-home .bloque .bloque-over .cate .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.produ-home .bloque .bloque-over .cate .txt .wrapper {
  width: 80%;
  padding-left: 37%;
}
section.produ-home .bloque .bloque-over .cate .txt .wrapper h3.tagline {
  font-size: 3.7rem;
  margin-bottom: 4rem;
}
section.produ-home .bloque .bloque-over .cate .txt .wrapper h2 {
  font-size: 16.4rem;
  margin-bottom: 2rem;
}
section.produ-home .bloque .bloque-over .cate .txt .wrapper .texto-gen {
  font-size: 3.25rem;
}
section.produ-home .bloque .bloque-over .cate .txt .wrapper .link {
  display: flex;
  padding-top: 3rem;
}

section.proveedores {
  position: relative;
  z-index: 1;
}
section.proveedores figure {
  position: absolute;
  z-index: 0;
  line-height: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.proveedores figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.proveedores .bloque {
  position: relative;
  z-index: 1;
  height: var(--altopagvis);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7rem;
}
section.proveedores .bloque .sup {
  display: flex;
  align-items: center;
  gap: 7rem;
}
section.proveedores .bloque .sup .sello {
  line-height: 0;
  text-align: center;
}
section.proveedores .bloque .sup .sello img {
  height: 40rem;
  width: auto;
}
section.proveedores .bloque .sup h2 {
  font-size: 16rem;
  color: var(--c-verde);
}
section.proveedores .bloque .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(85%, 140rem);
  color: var(--c-verde);
  text-align: center;
}

section.planeta {
  position: relative;
  z-index: 1;
}
section.planeta .bloque {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: var(--altopagvis);
  text-align: center;
}
section.planeta .bloque h2 {
  font-size: 20rem;
  margin-bottom: 5rem;
}
section.planeta .bloque .texto-gen {
  width: max(50%, 95rem);
}
section.planeta .bloque .link {
  padding-top: 5rem;
}

section.certi-home {
  position: relative;
  z-index: 2;
}
section.certi-home .bloque {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: var(--altopagvis);
}
section.certi-home .bloque .wrapper {
  display: flex;
  gap: 7rem;
  align-items: center;
  width: min(90%, 150rem);
  margin-bottom: 10rem;
}
section.certi-home .bloque .wrapper > .titu-gen {
  flex-basis: 50%;
}
section.certi-home .bloque .wrapper > .texto-gen {
  flex-basis: 50%;
}

.certis {
  width: 100%;
}
.certis figure {
  width: 15rem;
  height: 15rem;
  line-height: 0;
  margin: 0 auto;
  cursor: pointer;
}
.certis figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.certipop {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.certipop.show {
  display: block;
}
.certipop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--c-azul);
  z-index: 0;
  opacity: 0.8;
}
.certipop .medio {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  translate: -50% -42%;
  width: 80rem;
}
.certipop .medio .sup {
  display: flex;
  height: 26rem;
  background-image: url(../images/popfondo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.certipop .medio .sup figure {
  line-height: 0;
  height: 15rem;
  width: 15rem;
}
.certipop .medio .sup figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.certipop .medio .sup .cerracerti {
  line-height: 0;
  position: absolute;
  right: 2rem;
  top: 3rem;
  padding: 1rem;
  cursor: pointer;
}
.certipop .medio .sup .cerracerti svg {
  width: 2.5rem;
  height: auto;
  fill: var(--c-azul);
}
.certipop .medio .inf {
  position: relative;
  z-index: 1;
  margin-top: -2rem;
  padding: 7rem 6rem 4rem;
  background-color: var(--c-verde);
  text-align: center;
  border-radius: 0 0 5rem 5rem;
}
.certipop .medio .inf .txt h5 {
  font-size: 5.5rem;
  margin-bottom: 3rem;
}
.certipop .medio .inf .txt .descri {
  font-weight: 200;
  line-height: 1.6;
}

section.reporte-home {
  position: relative;
  z-index: 1;
}
section.reporte-home figure {
  position: absolute;
  z-index: 0;
  line-height: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.reporte-home figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.reporte-home .bloque {
  display: flex;
  flex-direction: column;
  padding-top: 11rem;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--altopagvis);
  z-index: 1;
}
section.reporte-home .bloque .wrapper {
  color: var(--c-crema);
  display: flex;
  gap: 10rem;
  width: min(90%, 159rem);
}
section.reporte-home .bloque .wrapper h2 {
  font-size: 7rem;
}
section.reporte-home .bloque .wrapper .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.reporte-home .bloque .wrapper .txt .link {
  padding-top: 4rem;
}

footer {
  background-color: var(--c-azul);
  position: relative;
  z-index: 1;
}
footer .bloque {
  margin: 0 auto;
  width: min(95%, 170rem);
  height: 22.5rem;
  display: flex;
  color: var(--c-verde);
  align-items: center;
  justify-content: space-between;
}
footer .bloque .sello {
  line-height: 0;
}
footer .bloque .sello img {
  width: 10.7rem;
  height: auto;
}
footer .bloque .txt {
  font-size: 1.8rem;
  font-weight: 200;
}
footer .bloque .txt a {
  color: var(--c-verde);
}
footer .bloque .info {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: 0.05rem;
}
footer .bloque .nature {
  line-height: 0;
}
footer .bloque .nature img {
  width: 9.2rem;
  height: auto;
}
footer .bloque .info-mini {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: 0.05rem;
}
footer .bloque .info-mini span {
  display: block;
}
footer .bloque .redes {
  display: flex;
  gap: 4.5rem;
  align-items: center;
}
footer .bloque .redes a {
  line-height: 0;
  display: block;
}
footer .bloque .redes a svg {
  max-width: 2.5rem;
  max-height: 4rem;
  fill: var(--c-verde);
}
footer .bloque .linea-der {
  position: relative;
  padding-right: 2rem;
}
footer .bloque .linea-der:before {
  content: "";
  position: absolute;
  width: 0.3rem;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  height: 5.5rem;
  background-color: var(--c-verde);
}

section.conta-svg {
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
section.conta-svg .conta-svg {
  cursor: pointer;
  display: block;
  line-height: 0;
  position: absolute;
  top: -9rem;
  right: 4rem;
  transition: all 0.2s ease;
}
section.conta-svg .conta-svg img {
  width: 11rem;
  height: auto;
}
section.conta-svg .conta-svg:hover {
  top: -11.5rem;
}

.menu-conta {
  position: fixed;
  z-index: 999;
  right: -100vw;
  top: 0;
  height: 100%;
  transition: all 0.5s ease;
}
.menu-conta .conta-lat {
  width: 76rem;
  min-height: 100%;
  background-image: url(../images/fondo-con.svg);
  background-size: 150rem;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 13rem 0 0 8rem;
  position: relative;
  z-index: 2;
  left: 100%;
  transition: all 0.3s ease;
}
.menu-conta .conta-lat .cerrar-menu {
  line-height: 0;
  position: absolute;
  right: 4rem;
  top: 5rem;
  cursor: pointer;
}
.menu-conta .conta-lat .cerrar-menu svg {
  width: 4.4rem;
  height: auto;
  fill: var(--c-azul);
}
.menu-conta .conta-lat .conta-txt {
  overflow-y: auto;
  max-height: calc(100dvh - 13rem);
  padding-right: 8rem;
  padding-bottom: 6rem;
}
.menu-conta .conta-lat .conta-txt h3.titu-gen {
  text-align: center;
  font-size: 7rem;
  margin-bottom: 3rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.menu-conta .conta-lat .conta-txt .formu > div {
  padding: 0 !important;
  background-color: transparent !important;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row {
  position: relative;
  margin-bottom: 0 !important;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_lab {
  display: none;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld {
  width: 100% !important;
  /* Hide placeholder when input has value or is focused */
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=text],
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=email],
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=tel],
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld select,
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld textarea {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid var(--c-azul) !important;
  color: var(--c-azul) !important;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.2;
  background-color: transparent;
  padding: 0.5rem 0;
  border-radius: 0 !important;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=text]::-moz-placeholder, .menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=email]::-moz-placeholder, .menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=tel]::-moz-placeholder, .menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld select::-moz-placeholder, .menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld textarea::-moz-placeholder {
  color: var(--c-azul);
  font-weight: 300 !important;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=text]::placeholder,
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=email]::placeholder,
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=tel]::placeholder,
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld select::placeholder,
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld textarea::placeholder {
  color: var(--c-azul);
  font-weight: 300 !important;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=text]:focus,
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=email]:focus,
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld input[type=tel]:focus,
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld select:focus,
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld textarea:focus {
  outline: none;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld select {
  background-image: url(../images/select-azul.svg) !important;
  background-size: 2.2rem auto;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 4rem;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld textarea {
  font-weight: 300 !important;
  font-family: inherit !important;
}
input:not(:-moz-placeholder-shown) + .menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld::before {
  opacity: 0;
}
input:focus + .menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld::before, input:not(:placeholder-shown) + .menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld::before, select:focus + .menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld::before, textarea:focus + .menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld::before {
  opacity: 0;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld .formsubmit {
  text-transform: uppercase;
  font-size: 3rem;
  font-family: "Anton", sans-serif;
  background: transparent !important;
  border: 2px solid var(--c-azul) !important;
  border-radius: 1.5rem;
  padding: 0 4rem;
  width: initial !important;
  text-overflow: initial !important;
  max-width: initial !important;
  color: var(--c-azul) !important;
}
.menu-conta .conta-lat .conta-txt .formu > div .zcwf_row .zcwf_col_fld .zcwf_button[type=reset] {
  display: none !important;
}
.menu-conta .conta-lat .conta-txt .formu .wf_customMessageBox {
  background-color: var(--c-verde);
  border-color: var(--c-azul);
}
.menu-conta .conta-lat .conta-txt .formu .wf_customMessageBox span {
  font-family: "Nunito Web", sans-serif !important;
}
.menu-conta:after {
  content: "";
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(29, 21, 66, 0.7529411765);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}
.menu-conta.active {
  right: 0;
}
.menu-conta.active:after {
  opacity: 1;
  visibility: visible;
}
.menu-conta.active .conta-lat {
  left: 0;
  transition: all 0.3s ease 0.2s;
}

section.super-header {
  position: relative;
  z-index: 1;
  padding-top: var(--altobar);
}
section.super-header .wrapper {
  height: 31.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.super-header .wrapper figure {
  line-height: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.super-header .wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.super-header .wrapper .bloque {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 5.5rem;
}
section.super-header .wrapper .bloque h1 {
  font-size: 11rem;
}
section.super-header .wrapper .bloque h2 {
  font-size: 3.8rem;
  line-height: 1.25;
}

section.super-tabs {
  position: sticky;
  top: var(--altobar);
  z-index: 3;
  background-color: var(--c-blanco);
}
section.super-tabs .bloque ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--altofiltropro);
  gap: 8rem;
}
section.super-tabs .bloque ul li {
  line-height: 1.03;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Anton Web", sans-serif;
  font-size: 4rem;
  border-bottom: 0.9rem solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.super-tabs .bloque ul li span {
  display: block;
  padding: 2.5rem 0 1.5rem;
  color: var(--c-azul);
  opacity: 0.3;
  transition: all 0.3s ease;
  cursor: pointer;
}
section.super-tabs .bloque ul li span:hover {
  opacity: 1;
}
section.super-tabs .bloque ul li.active {
  border-bottom-color: var(--c-rojo);
  opacity: 1;
}
section.super-tabs .bloque ul li.active span {
  opacity: 1;
}

.ancla-prod {
  position: relative;
  top: calc((var(--altobar) + var(--altofiltropro)) * -1);
}

section.super-lista {
  position: relative;
  z-index: 1;
  background-color: var(--c-blanco);
}
section.super-lista .wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
section.super-lista .wrapper:last-child {
  display: none;
}
section.super-lista .wrapper a {
  display: block;
  height: 70rem;
  overflow: hidden;
  position: relative;
  grid-column: span 2;
}
section.super-lista .wrapper a figure {
  line-height: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  scale: 1.01;
}
section.super-lista .wrapper a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.super-lista .wrapper a .bloque {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
section.super-lista .wrapper a .bloque h2 {
  position: relative;
  top: 6rem;
  font-size: 4rem;
  text-align: center;
  color: var(--c-blanco);
  opacity: 0.5;
  transition: all 0.3s ease;
}
section.super-lista .wrapper a:hover figure {
  scale: 1.1;
}
section.super-lista .wrapper a:hover .bloque h2 {
  opacity: 1;
  top: 50%;
  font-size: 8rem;
  translate: 0 -50%;
}
section.super-lista .wrapper.num2 a:nth-child(1),
section.super-lista .wrapper.num2 a:nth-child(2) {
  grid-column: span 3;
}
section.super-lista .wrapper.num4 a:nth-child(1),
section.super-lista .wrapper.num4 a:nth-child(2) {
  grid-column: span 3;
}
section.super-lista .wrapper.num4 a:nth-child(3),
section.super-lista .wrapper.num4 a:nth-child(4) {
  grid-column: span 3;
}
section.super-lista .wrapper.num5 a:nth-child(1),
section.super-lista .wrapper.num5 a:nth-child(2),
section.super-lista .wrapper.num5 a:nth-child(3) {
  grid-column: span 2;
}
section.super-lista .wrapper.num5 a:nth-child(4),
section.super-lista .wrapper.num5 a:nth-child(5) {
  grid-column: span 3;
}
section.super-lista .wrapper.num7 a:nth-child(1),
section.super-lista .wrapper.num7 a:nth-child(2) {
  grid-column: span 3;
}
section.super-lista .wrapper.num7 a:nth-child(3),
section.super-lista .wrapper.num7 a:nth-child(4),
section.super-lista .wrapper.num7 a:nth-child(5) {
  grid-column: span 2;
}
section.super-lista .wrapper.num7 a:nth-child(6),
section.super-lista .wrapper.num7 a:nth-child(7) {
  grid-column: span 3;
}
section.super-lista .wrapper.num8 a:nth-child(1),
section.super-lista .wrapper.num8 a:nth-child(2),
section.super-lista .wrapper.num8 a:nth-child(3) {
  grid-column: span 2;
}
section.super-lista .wrapper.num8 a:nth-child(4),
section.super-lista .wrapper.num8 a:nth-child(5) {
  grid-column: span 3;
}
section.super-lista .wrapper.num8 a:nth-child(6),
section.super-lista .wrapper.num8 a:nth-child(7),
section.super-lista .wrapper.num8 a:nth-child(8) {
  grid-column: span 2;
}

section.produ-hero {
  position: relative;
  z-index: 1;
  height: var(--altopagvismin);
  margin-top: var(--altobar);
}
section.produ-hero .volver {
  position: absolute;
  z-index: 3;
  font-size: 1.7rem;
  top: 3.5rem;
  left: 15rem;
}
section.produ-hero .volver a {
  display: inline-block;
  color: var(--c-azul);
}
section.produ-hero .volver a svg {
  fill: var(--c-azul);
}
section.produ-hero .volver.claro a {
  color: var(--c-blanco);
}
section.produ-hero .volver.claro a svg {
  fill: var(--c-blanco);
  height: 1.3rem;
  width: auto;
}
section.produ-hero figure {
  position: absolute;
  z-index: 0;
  line-height: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.produ-hero figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.produ-hero .bloque {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.produ-hero .bloque .txt {
  color: var(--c-crema);
  width: min(90%, 153rem);
  padding-top: 12rem;
}
section.produ-hero .bloque .txt.oscuro {
  color: var(--c-azul);
}
section.produ-hero .bloque .txt h1 {
  margin-bottom: 0.5rem;
  width: 76rem;
  font-size: 9rem;
}
section.produ-hero .bloque .txt .nombre {
  font-style: italic;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 7rem;
  width: 76rem;
}
section.produ-hero .bloque .txt .info {
  width: 76rem;
  font-size: 2.3rem;
  line-height: 1.5em;
}

section.produ-descri {
  position: relative;
  z-index: 1;
  background-color: var(--c-crema);
  display: flex;
  gap: 0;
  justify-content: space-between;
}
section.produ-descri .tabla-tec {
  display: flex;
  justify-content: center;
  flex: auto;
}
section.produ-descri .tabla-tec .tata {
  width: 78rem;
  padding-top: 13rem;
}
section.produ-descri .tabla-tec .tata h2 {
  font-size: 4.5rem;
  line-height: 1.25;
  margin-bottom: 9rem;
}
section.produ-descri .tabla-tec .tata .partes {
  display: flex;
  gap: 5.5rem;
}
section.produ-descri .tabla-tec .tata .partes .izq {
  background-image: url(../images/tabla-d.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  flex-basis: 27.5rem;
  min-width: 27.5rem;
  height: 45.75rem;
  color: var(--c-crema);
  text-align: center;
  padding: 18rem 2rem 0;
  line-height: 1.6;
}
section.produ-descri .tabla-tec .tata .partes .izq .dato {
  margin-bottom: 2rem;
}
section.produ-descri .tabla-tec .tata .partes .izq .dato .titu {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}
section.produ-descri .tabla-tec .tata .partes .der {
  flex: auto;
}
section.produ-descri .tabla-tec .tata .partes .der .dato {
  margin-bottom: 3.5rem;
}
section.produ-descri .tabla-tec .tata .partes .der .dato .titu {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1rem;
}
section.produ-descri .tabla-tec .tata .partes .der .dato .des .meses {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  border-left: 1px solid var(--c-azul);
  border-top: 1px solid var(--c-azul);
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.5;
  max-width: 40rem;
}
section.produ-descri .tabla-tec .tata .partes .der .dato .des .meses .mes {
  border-right: 1px solid var(--c-azul);
  border-bottom: 1px solid var(--c-azul);
}
section.produ-descri .tabla-tec .tata .partes .der .dato .des .meses .mes .nom {
  border-bottom: 1px solid var(--c-azul);
}
section.produ-descri .tabla-tec .tata .partes .der .dato .des .meses .mes .check {
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.produ-descri .tabla-tec .tata .partes .der .dato .des .meses .mes .check svg {
  height: 2.5rem;
  width: auto;
}
section.produ-descri .lateral {
  height: 128rem;
  flex: 0 76rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: var(--c-crema);
  text-align: center;
  padding: 11rem 0 0;
  position: relative;
}
section.produ-descri .lateral .ancla {
  position: absolute;
  top: calc(var(--altobar) * -1);
}
section.produ-descri .lateral h2 {
  font-size: 4.5rem;
  line-height: 1.25;
  margin-bottom: 5rem;
}
section.produ-descri .lateral .acos {
  width: min(90%, 45rem);
  margin: 0 auto;
}
section.produ-descri .lateral .acos .aco .numb {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  margin-top: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 0;
}
section.produ-descri .lateral .acos .aco .numb svg {
  position: relative;
  transition: all 0.3s ease;
  fill: var(--c-crema) !important;
  stroke: var(--c-crema) !important;
  width: 2rem;
  height: auto;
  top: -0.1rem;
}
section.produ-descri .lateral .acos .aco .txt {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
}
section.produ-descri .lateral .acos .aco.active .numb svg {
  rotate: 180deg;
  top: 0.6rem;
}
section.produ-descri .lateral .acos .aco.active .txt {
  max-height: 40rem;
  padding-bottom: 1.5rem;
}
section.produ-descri .lateral.oscuro {
  color: var(--c-azul);
}
section.produ-descri .lateral.oscuro .acos .aco .numb svg {
  fill: var(--c-azul) !important;
  stroke: var(--c-azul) !important;
}

section.produ-certi {
  position: relative;
  z-index: 2;
  background-color: var(--c-blanco);
}
section.produ-certi:before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--c-crema);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
section.produ-certi .bloque {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
section.produ-certi .bloque h2 {
  font-size: 4.5rem;
  line-height: 1.25;
  margin-bottom: 6rem;
}
section.produ-certi.produ-rela .bloque {
  padding-bottom: 0;
}
section.produ-certi.produ-rela .bloque > .prela {
  width: 100%;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela a {
  display: block;
  height: 70rem;
  position: relative;
  overflow: hidden;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela a figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 0;
  transition: all 0.3s ease;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela a .txxt {
  position: relative;
  height: 100%;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela a .txxt h2 {
  position: relative;
  top: 6rem;
  font-size: 4rem;
  text-align: center;
  color: var(--c-blanco);
  opacity: 0.5;
  transition: all 0.3s ease;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela a:hover figure {
  scale: 1.1;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela a:hover .txxt h2 {
  opacity: 1;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela .swiper-pagination span {
  margin: 0 1.3rem;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela .swiper-pagination span.swiper-pagination-bullet {
  height: 3.3rem;
  width: 3.3rem;
  border: 1px solid var(--c-blanco);
  opacity: 1;
  background-color: transparent;
}
section.produ-certi.produ-rela .bloque > .prela .swiper.prela .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--c-blanco);
}

section.produ-imgpie {
  position: relative;
  z-index: 1;
  line-height: 0;
}

section.contacto {
  margin-top: var(--altobar);
  position: relative;
  z-index: 1;
}
section.contacto figure {
  position: absolute;
  line-height: 0;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.contacto figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.contacto .bloque {
  position: relative;
  z-index: 1;
  min-height: var(--altopagvis);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
section.contacto .bloque .formu {
  width: 87rem;
  background-image: url("../images/contacto-fondo.svg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  color: var(--c-crema);
  padding: 6.5rem 10rem 7rem;
}
section.contacto .bloque .formu h1 {
  text-align: center;
  margin-bottom: 3rem;
}
section.contacto .bloque .formu .campos .campos-grupo {
  display: flex;
  margin-bottom: 2.5rem;
  gap: 9rem;
}
section.contacto .bloque .formu .campos .campos-grupo input.campo {
  width: 100%;
  border-bottom: 1px solid var(--c-crema);
  font-size: 2.7rem;
  font-weight: 200;
  line-height: 1.4;
}
section.contacto .bloque .formu .campos .campos-grupo select.campo {
  width: 100%;
  border-bottom: 1px solid var(--c-crema);
  font-size: 2.7rem;
  font-weight: 200;
  line-height: 1.4;
  background-image: url("../images/select.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2.4rem auto;
  padding-right: 4rem;
}
section.contacto .bloque .formu .campos .final {
  display: flex;
  gap: 7rem;
  padding-top: 0.5rem;
}
section.contacto .bloque .formu .campos .final .minimo {
  line-height: 1.3;
  font-weight: 200;
  font-size: 1.7rem;
  flex: auto;
}
section.contacto .bloque .formu .campos .final .enviar .btn {
  padding-left: 4rem;
  padding-right: 4rem;
}
section.contacto .bloque .formu .salida {
  text-align: center;
  display: none;
}
section.contacto .bloque .formu .salida.show {
  display: block;
}
section.contacto .bloque .formu .salida .txt {
  font-size: 3rem;
  font-weight: 300;
}
section.contacto .bloque .formu .salida .volver {
  display: flex;
  justify-content: center;
  padding-top: 6.5rem;
  padding-bottom: 5rem;
}
section.contacto .bloque .formu > div {
  padding: 0 !important;
  background-color: transparent !important;
}
section.contacto .bloque .formu > div .zcwf_row {
  position: relative;
  margin-bottom: 0 !important;
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_lab {
  display: none;
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld {
  width: 100% !important;
  /* Hide placeholder when input has value or is focused */
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=text],
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=email],
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=tel],
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld select,
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld textarea {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid var(--c-blanco) !important;
  color: var(--c-blanco) !important;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.2;
  background-color: transparent;
  padding: 0.5rem 0;
  border-radius: 0 !important;
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=text]::-moz-placeholder, section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=email]::-moz-placeholder, section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=tel]::-moz-placeholder, section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld select::-moz-placeholder, section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld textarea::-moz-placeholder {
  color: var(--c-blanco);
  font-weight: 300 !important;
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=text]::placeholder,
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=email]::placeholder,
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=tel]::placeholder,
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld select::placeholder,
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld textarea::placeholder {
  color: var(--c-blanco);
  font-weight: 300 !important;
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=text]:focus,
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=email]:focus,
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld input[type=tel]:focus,
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld select:focus,
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld textarea:focus {
  outline: none;
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld select {
  background-image: url(../images/select.svg) !important;
  background-size: 2.2rem auto;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 4rem;
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld textarea {
  font-weight: 300 !important;
  font-family: inherit !important;
}
input:not(:-moz-placeholder-shown) + section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld::before {
  opacity: 0;
}
input:focus + section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld::before, input:not(:placeholder-shown) + section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld::before, select:focus + section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld::before, textarea:focus + section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld::before {
  opacity: 0;
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld .formsubmit {
  text-transform: uppercase;
  font-size: 3rem;
  font-family: "Anton", sans-serif;
  background: transparent !important;
  border: 2px solid var(--c-blanco) !important;
  border-radius: 1.5rem;
  padding: 0 4rem;
  width: initial !important;
  text-overflow: initial !important;
  max-width: initial !important;
  color: var(--c-blanco) !important;
}
section.contacto .bloque .formu > div .zcwf_row .zcwf_col_fld .zcwf_button[type=reset] {
  display: none !important;
}
section.contacto .bloque .formu .wf_customMessageBox {
  background-color: var(--c-verde);
  border-color: var(--c-blanco);
  top: 12rem;
}
section.contacto .bloque .formu .wf_customMessageBox span {
  font-family: "Nunito Web", sans-serif !important;
}
section.contacto.trabaja .bloque .formu {
  width: initial;
  background: none;
  color: var(--c-azul);
  padding: 4.5rem 5rem 5rem;
}
section.contacto.trabaja .bloque .formu h1 {
  text-align: center;
}
section.contacto.trabaja .bloque .formu .campos {
  width: 68rem;
  margin: 0 auto;
}
section.contacto.trabaja .bloque .formu .campos .campos-grupo input.campo {
  border-bottom-color: var(--c-azul);
}
section.contacto.trabaja .bloque .formu .campos .campos-grupo select.campo {
  border-bottom-color: var(--c-azul);
  background-image: url("../images/select-azul.svg");
}
section.contacto.trabaja .bloque .formu .campos .campos-grupo label {
  width: 100%;
  border-bottom: 1px solid var(--c-azul);
  position: relative;
}
section.contacto.trabaja .bloque .formu .campos .campos-grupo label .txt {
  font-size: 2.7rem;
  font-weight: 200;
  line-height: 1.4;
  display: block;
  padding-right: 22rem;
  height: 4rem;
  overflow: hidden;
}
section.contacto.trabaja .bloque .formu .campos .campos-grupo label .btn {
  position: absolute;
  right: 0;
  bottom: 0.8rem;
  font-size: 1.8rem;
  padding: 0.6rem 1rem 0.3rem;
  line-height: 1.2;
}
section.contacto.trabaja .bloque .formu .campos .campos-grupo label .archivo {
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: 1;
  opacity: 0;
  right: 10rem;
  bottom: 0.3rem;
}
section.contacto.trabaja .bloque .formu .campos .final {
  flex-direction: column;
  gap: 3rem;
}
section.contacto.trabaja .bloque .formu .campos .final .minimo {
  text-align: right;
}
section.contacto.trabaja .bloque .formu .campos .final .enviar .btn {
  margin: 0 auto;
}

section.estamos {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-image: url("../images/plantas1.png");
  background-repeat: no-repeat;
  background-size: 43rem auto;
  background-position: right calc(50vw + 35rem) bottom -3.5rem;
}
section.estamos .bloque {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.estamos .bloque h2 {
  margin-bottom: 5rem;
}
section.estamos .bloque .texto-gen {
  line-height: 1.6;
}
section.estamos .bloque .descri {
  max-width: 70rem;
  margin-bottom: 6rem;
}
section.estamos .bloque .desple {
  cursor: pointer;
  font-size: 3rem;
  margin-bottom: 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.estamos .bloque .desple svg {
  position: relative;
  top: -0.3rem;
  margin-left: 1rem;
}
section.estamos .bloque .txt {
  padding-top: 4rem;
  margin-bottom: 8rem;
}
section.estamos .bloque .txt h3 {
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
section.estamos .bloque .equipos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 8rem;
}
section.estamos .bloque .equipos .equipo {
  border-left: 0.5rem solid var(--c-azul);
}
section.estamos .bloque .equipos .equipo:first-child {
  border-left: none;
}
section.estamos .bloque .unete {
  margin-bottom: 8rem;
}
section.estamos .bloque .unete .btn {
  font-size: 4.3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
section.estamos .bloque .redes {
  display: flex;
  gap: 5rem;
}
section.estamos .bloque .redes a {
  line-height: 0;
  width: 5rem;
  height: 5rem;
}
section.estamos .bloque .redes a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  fill: var(--c-azul);
}
section.estamos .mapa {
  height: 0;
  overflow: hidden;
  line-height: 0;
  transition: all 0.4s ease;
}
section.estamos .mapa .w-mapa {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section.estamos .mapa .w-mapa iframe {
  width: 100% !important;
  height: 80rem;
}
section.estamos .mapa.active {
  height: 86rem;
}

section.nosotros {
  position: relative;
  z-index: 1;
  margin-top: var(--altobar);
  padding-top: 30rem;
  padding-bottom: 35rem;
  text-align: center;
}
section.nosotros figure {
  position: absolute;
  z-index: 0;
  line-height: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.nosotros figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.nosotros .bloque {
  position: relative;
  z-index: 1;
}
section.nosotros .bloque .sup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 13rem;
  color: var(--c-crema);
}
section.nosotros .bloque .sup h1 {
  margin-bottom: 5rem;
}
section.nosotros .bloque .sup .descri {
  max-width: 80rem;
}
section.nosotros .bloque .inf {
  width: 85rem;
  margin: 0 auto;
}
section.nosotros .bloque .inf .flota {
  background-image: url("../images/fondo-flota.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  color: var(--c-verde);
  padding: 6rem 4rem 5rem;
}
section.nosotros .bloque .inf .flota h2 {
  font-size: 6.5rem;
  margin-bottom: 3rem;
}
section.nosotros .bloque .inf .flota .txt {
  padding-left: 3rem;
  padding-right: 3rem;
}

section.valmovil {
  display: none;
}
section.valmovil .supercarru {
  display: none;
}

body.single-post .container {
  width: min(1180px, 100%);
}

section.noti-sup {
  margin-top: var(--altobar);
  background-color: var(--c-crema);
  background-image: url("../images/sello-azul.svg");
  background-repeat: no-repeat;
  background-position: right 6rem top 10rem;
  background-size: 17rem auto;
  padding-top: 13rem;
  position: relative;
}
section.noti-sup .bloque .regresar {
  margin-bottom: 2rem;
  position: absolute;
  left: 12rem;
  top: 4rem;
}
section.noti-sup .bloque .regresar a {
  font-size: 1.6rem;
}
section.noti-sup .bloque .regresar a svg {
  stroke: var(--c-azul);
  fill: var(--c-azul);
  rotate: -90deg;
  position: relative;
  top: 0.4rem;
}
section.noti-sup .bloque .fecha {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3.5rem;
}
section.noti-sup .bloque h1 {
  text-align: center;
  font-size: 6rem;
  line-height: 1.4;
  padding-bottom: 6.5rem;
}
section.noti-sup .bloque figure {
  margin-left: -16rem;
  margin-right: -16rem;
  line-height: 0;
  padding-bottom: 6.5rem;
}
section.noti-sup .bloque figure img {
  width: 100%;
  height: auto;
}
section.noti-sup .intro {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: var(--c-verde);
}

section.noti-content {
  background-color: var(--c-blanco);
  padding-top: 7rem;
  padding-bottom: 5rem;
}
section.noti-content .formato {
  margin-bottom: 9rem;
}
section.noti-content .formato img {
  width: 100%;
  height: auto;
}
section.noti-content .formato h2 {
  font-size: 4.5rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
section.noti-content .formato h2:first-child {
  padding-top: 0;
}
section.noti-content .formato p {
  line-height: 1.4;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
section.noti-content .formato ul {
  line-height: 1.4;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
section.noti-content .formato ul li {
  padding-left: 4rem;
  position: relative;
}
section.noti-content .formato ul li:before {
  content: "";
  position: absolute;
  left: 1.4rem;
  top: 1.3rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--c-azul);
}
section.noti-content .formato a {
  text-decoration: underline !important;
}
section.noti-content .bajo {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
section.noti-content .bajo .tlo {
  font-family: "Anton Web", sans-serif;
  text-transform: uppercase;
  font-size: 1.9rem;
  position: relative;
  top: -0.2rem;
}
section.noti-content .bajo .cali {
  display: flex;
  gap: 1rem;
}
section.noti-content .bajo .cali .stars .star {
  line-height: 0;
  opacity: 0.45;
  cursor: pointer;
  display: inline-block;
}
section.noti-content .bajo .cali .stars .star svg {
  fill: var(--c-azul);
  width: 3rem;
}
section.noti-content .bajo .cali .stars .star.active {
  opacity: 1;
}
section.noti-content .bajo .share {
  display: flex;
  gap: 1rem;
}
section.noti-content .bajo .share .redes a {
  display: inline-block;
  line-height: 0;
  margin: 0 0.5rem;
}
section.noti-content .bajo .share .redes a svg {
  color: var(--c-azul);
  width: 2.4rem;
  height: 2.4rem;
}
section.noti-content .titurela {
  text-align: center;
  padding-top: 14rem;
}
section.noti-content .titurela h3 {
  font-size: 4rem;
}

section.blog {
  margin-top: var(--altobar);
  position: relative;
}
section.blog figure {
  position: absolute;
  z-index: 0;
  line-height: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.blog figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.blog .bloque {
  position: relative;
  z-index: 1;
  height: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.blog .bloque h1 {
  text-align: center;
  color: var(--c-crema);
  font-size: 5.2rem;
}
section.blog .sello {
  position: absolute;
  top: 50%;
  right: 10rem;
  line-height: 0;
  transform: translateY(-50%);
}
section.blog .sello img {
  width: 16.5rem;
  height: auto;
}

section.notis {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: var(--c-blanco);
}
section.notis a.noti {
  display: block;
  background-color: var(--c-blanco);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section.notis a.noti:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-crema);
}
section.notis a.noti:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  border: 1.5rem solid var(--c-hueso);
  opacity: 0;
  transition: all 0.3s ease;
}
section.notis a.noti figure {
  line-height: 0;
  position: relative;
  z-index: 1;
}
section.notis a.noti figure img {
  width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.notis a.noti .txt {
  text-align: center;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
section.notis a.noti .txt .fecha {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
section.notis a.noti .txt h2 {
  font-size: 3rem;
  line-height: 1.2;
  max-width: 40rem;
  margin-bottom: 2rem;
}
section.notis a.noti .txt .descri {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
  max-width: 45rem;
  margin-bottom: 2.5rem;
}
section.notis a.noti .txt .link {
  opacity: 0;
  transition: all 0.3s ease;
}
section.notis a.noti .txt .link .btn {
  width: 23rem;
  margin: 0 auto;
  font-size: 2rem;
}
section.notis a.noti:nth-child(3n+1):before {
  opacity: 1;
}
section.notis a.noti:nth-child(3n+2):before {
  opacity: 0.5;
}
section.notis a.noti:nth-child(3n+3):before {
  opacity: 0.2;
}
section.notis a.noti:hover .txt .link {
  opacity: 1;
}
section.notis a.noti:hover:after {
  opacity: 1;
}

section.blog-home {
  background-color: var(--c-azul);
  color: var(--c-verde);
  text-align: center;
  padding-top: 16rem;
  padding-bottom: 8rem;
}

section.servicios {
  position: relative;
  z-index: 1;
  margin-top: var(--altobar);
}
section.servicios figure {
  position: relative;
  z-index: 0;
  line-height: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--altopagvis);
}
section.servicios figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.servicios .bloque {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.servicios .bloque .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.servicios .bloque .container .flota {
  width: 88rem;
  color: var(--c-verde);
  text-align: center;
  background-image: url(../images/fondo-flota.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding: 5.5rem 5rem 5rem;
}
section.servicios .bloque .container .flota h1 {
  font-size: 7.5rem;
  margin-bottom: 4rem;
}
section.servicios .bloque .container .flota .txt {
  font-weight: 200;
}

section.serviraro {
  background-color: var(--c-crema);
  padding-top: 12rem;
  padding-bottom: 12rem;
}
section.serviraro .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section.serviraro .container .izq {
  padding-right: 4rem;
}
section.serviraro .container .izq .bloque {
  position: sticky;
  top: 22rem;
}
section.serviraro .container .izq .bloque h2 {
  font-size: 7rem;
  margin-bottom: 4rem;
}
section.serviraro .container .izq .bloque .txt {
  font-weight: 200;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
section.serviraro .container .izq .bloque .bajo {
  text-transform: uppercase;
  font-family: "Anton Web", sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
  padding-bottom: 14.5rem;
}
section.serviraro .container .der .carta1 {
  height: 60rem;
  position: sticky;
  top: 22rem;
}
section.serviraro .container .der .carta2 {
  height: 54rem;
  position: sticky;
  top: 28rem;
  margin-top: 20rem;
}
section.serviraro .container .der .carta3 {
  height: 48rem;
  position: sticky;
  top: 36rem;
  margin-top: 20rem;
}
section.serviraro .container .der .carta {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
section.serviraro .container .der .carta img {
  height: 30rem;
}
section.serviraro .container .der .carta .txt {
  background-color: var(--c-crema);
  padding: 1rem 0;
  width: 56rem;
  position: absolute;
  left: -61.5rem;
  bottom: 0;
  line-height: 1.5;
  text-transform: uppercase;
}
section.serviraro .container .der .carta .txt h3 {
  font-size: 3rem;
}

section.serfaq {
  text-align: center;
  background-color: var(--c-violeta);
  text-align: center;
}
section.serfaq .titu h2 {
  padding: 8.5rem 0;
  font-size: 8rem;
}
section.serfaq .pregs .preg {
  padding-top: 9rem;
  padding-bottom: 7rem;
  cursor: pointer;
}
section.serfaq .pregs .preg h3 {
  font-size: 4.8rem;
  margin-bottom: 3rem;
}
section.serfaq .pregs .preg .txt {
  max-width: 60%;
  margin: 0 auto;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

section.bangen {
  position: relative;
  z-index: 1;
  margin-top: var(--altobar);
}
section.bangen .bloque {
  position: relative;
  z-index: 1;
  height: var(--altopagvis);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.bangen .bloque .txt {
  color: var(--c-crema);
  max-width: 92rem;
  margin: 0 auto;
}
section.bangen .bloque .txt h1 {
  margin-bottom: 5rem;
}
section.bangen figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.bangen figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.oss {
  position: relative;
  z-index: 1;
}
section.oss figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.oss figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.oss .bloque {
  position: relative;
  z-index: 1;
  height: var(--altopagvis);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  overflow: hidden;
}
section.oss .bloque .container {
  display: flex;
}
section.oss .bloque .container .flota {
  width: 54rem;
}
section.oss .bloque .container .flota .logo-oss {
  line-height: 0;
  background-image: url("../images/fondo-oss.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  margin-bottom: -3.5rem;
  position: relative;
  z-index: 1;
  padding: 5rem 0 7rem;
}
section.oss .bloque .container .flota .logo-oss img {
  width: 28rem;
  height: auto;
}
section.oss .bloque .container .flota .txt {
  position: relative;
  z-index: 0;
  background-color: var(--c-crema);
  font-weight: 200;
  padding: 8rem 6rem 5rem;
  border-radius: 0 0 5.5rem 5.5rem;
}

section.todo {
  position: relative;
  z-index: 1;
}
section.todo figure {
  line-height: 0;
}
section.todo figure img {
  width: 100%;
  height: auto;
}
section.todo .bloque {
  text-align: center;
  padding: 10rem 0 8rem;
}
section.todo .bloque h2 {
  font-size: 8rem;
  margin-bottom: 5rem;
}

section.soste {
  margin-top: var(--altobar);
}
section.soste .lado {
  align-items: flex-start;
  justify-content: flex-start;
}
section.soste .lado .bloque {
  margin: 8rem 0 0 10rem;
  width: 60rem;
  text-align: left;
  color: var(--c-crema);
}
section.soste .lado .bloque h2 {
  font-size: 7rem;
  margin-bottom: 4.5rem;
}
section.soste .lado .bloque .link {
  padding-top: 5rem;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease;
}
section.soste .lado .bloque .link .btn {
  width: 35rem;
}
section.soste .lado:hover .link {
  opacity: 1;
}

@keyframes rebote {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
section.pilares {
  margin-top: var(--altobar);
  position: relative;
  z-index: 1;
  background-color: var(--c-crema);
  height: calc(var(--altopagvis) * 2);
}
section.pilares .med {
  -webkit-clip-path: circle(100vw at 50% 50%);
          clip-path: circle(100vw at 50% 50%);
  position: sticky;
  top: var(--altobar);
  background-color: var(--c-azul);
  color: var(--c-crema);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--altopagvis);
  z-index: 1;
}
section.pilares .med .txt {
  position: relative;
  width: 108rem;
}
section.pilares .med .txt h1 {
  margin-bottom: 13rem;
}
section.pilares .med .baja {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  line-height: 10rem;
}
section.pilares .med .baja svg {
  fill: var(--c-crema);
  width: 4.5rem;
  height: auto;
  animation: rebote 2s infinite;
}
section.pilares .bolas-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.pilares .bolas-wrapper .bolas {
  height: var(--altopagvis);
  position: sticky;
  top: var(--altobar);
  overflow: hidden;
  opacity: 0;
}
section.pilares .bolas-wrapper .bolas .bola {
  position: absolute;
  top: 0;
  left: 0;
  width: 30rem;
  height: 30rem;
  border: 3px solid var(--c-azul);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-crema);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-family: "Anton Web", sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
}
section.pilares .bolas-wrapper .bolas .bola span {
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  translate: -50% 0;
  top: 71%;
  width: 3.5rem;
  height: 2.5rem;
  rotate: -90deg;
  background-image: url("../images/select-azul.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
}
section.pilares .bolas-wrapper .bolas .bola:hover {
  background-color: var(--c-verde);
  border-color: var(--c-verde);
}
section.pilares .bolas-wrapper .bolas .bola:hover span {
  opacity: 1;
}
section.pilares .ancla {
  position: absolute;
  top: calc(var(--altopagvis) - var(--altobar));
}

section.pilar {
  margin-top: var(--altobar);
}
section.pilar h1 {
  text-align: center;
  font-size: 10rem;
  padding: 5rem 0;
  position: relative;
}
section.pilar h1 .volver {
  display: block;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background-image: url("../images/cerrar.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 10rem;
  top: 50%;
  translate: 0 -50%;
}
section.pilar .carrru {
  background-color: var(--c-crema40);
}
section.pilar .carrru .carrru-item {
  border-top: 0.25rem solid var(--c-azul);
  position: relative;
}
section.pilar .carrru .carrru-item .sup {
  display: grid;
  grid-template-columns: 4fr 5fr;
  height: 15rem;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.pilar .carrru .carrru-item .sup .txt {
  padding-left: 13rem;
  z-index: 1;
  position: relative;
}
section.pilar .carrru .carrru-item .sup .txt h2 {
  font-size: 4.5rem;
  white-space: nowrap;
}
section.pilar .carrru .carrru-item .sup .nada {
  position: relative;
  height: 100%;
}
section.pilar .carrru .carrru-item .sup .nada .abrir {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 10rem;
  top: 5.5rem;
  background-image: url("../images/select-azul.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
section.pilar .carrru .carrru-item .inf {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 4fr 5fr;
  opacity: 0;
  max-height: 15rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.pilar .carrru .carrru-item .inf .izq {
  padding-left: 13rem;
  padding-top: 5.2rem;
  padding-right: 10rem;
}
section.pilar .carrru .carrru-item .inf .izq .txt {
  padding-bottom: 7rem;
}
section.pilar .carrru .carrru-item .inf .izq .txt h2 {
  font-size: 4.5rem;
  margin-bottom: 6rem;
}
section.pilar .carrru .carrru-item .inf .izq .txt .formato {
  line-height: 1.5;
}
section.pilar .carrru .carrru-item .inf .izq .txt .formato ul {
  margin-bottom: 3rem;
}
section.pilar .carrru .carrru-item .inf .izq .txt .formato ul li {
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: left top 0.6rem;
  background-size: 1.6rem auto;
  padding-left: 2.5rem;
}
section.pilar .carrru .carrru-item .inf .izq .txt .formato ul li:last-child {
  padding-bottom: 0;
}
section.pilar .carrru .carrru-item .inf .izq .txt .formato ul:last-child {
  margin-bottom: 0;
}
section.pilar .carrru .carrru-item .inf .der figure {
  line-height: 0;
}
section.pilar .carrru .carrru-item .inf .der figure img {
  width: 100%;
  height: auto;
}
section.pilar .carrru .carrru-item .inf .der .cerrar {
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 9rem;
  top: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
  rotate: 180deg;
}
section.pilar .carrru .carrru-item .inf .der .cerrar:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: var(--c-crema);
  z-index: 0;
}
section.pilar .carrru .carrru-item .inf .der .cerrar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.pilar .carrru .carrru-item .inf .der .cerrar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-image: url("../images/select-azul.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 4rem auto;
  z-index: 2;
}
section.pilar .carrru .carrru-item .inf .der .swiper {
  width: 55.5555555556vw;
  line-height: 0;
}
section.pilar .carrru .carrru-item .inf .der .swiper .swiper-wrapper {
  line-height: 0;
  margin-bottom: -2px;
}
section.pilar .carrru .carrru-item .inf .der .swiper .swiper-wrapper .swiper-slide {
  line-height: 0;
}
section.pilar .carrru .carrru-item .inf .der .swiper .swiper-pagination {
  bottom: 2.5rem;
}
section.pilar .carrru .carrru-item .inf .der .swiper .swiper-pagination span {
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 1rem;
  opacity: 1;
  border: 1px solid var(--c-crema);
  background-color: var(--c-azul);
}
section.pilar .carrru .carrru-item .inf .der .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--c-violeta);
}
section.pilar .carrru .carrru-item .inf .info {
  grid-column: span 2;
  display: none;
}
section.pilar .carrru .carrru-item .inf .info .info1 {
  background-color: #cde2af;
  padding-top: 13rem;
}
section.pilar .carrru .carrru-item .inf .info .info1 .titu-gen {
  font-size: 6rem;
  text-align: center;
  padding: 0 5rem;
  margin-bottom: 11rem;
}
section.pilar .carrru .carrru-item .inf .info .info1 .svg {
  margin-bottom: 15rem;
  line-height: 0;
}
section.pilar .carrru .carrru-item .inf .info .info1 .svg svg {
  width: 92%;
  height: auto;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra {
  display: flex;
  height: 28rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra:hover .txt {
  scale: 0.7;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq {
  flex-basis: 50%;
  background-color: var(--c-naranja);
  display: flex;
  transition: all 0.3s ease;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .elho {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .elho .txt {
  font-family: "Anton Web", sans-serif;
  font-size: 6rem;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
  width: 25rem;
  transition: all 0.3s ease;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .data {
  overflow: hidden;
  flex-basis: 0;
  width: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .data .cifs {
  display: flex;
  justify-content: center;
  width: 90%;
  min-width: 50vw;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .data .cifs .cif {
  text-align: center;
  line-height: 1.1;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .data .cifs .cif .t {
  text-transform: uppercase;
  font-size: 2rem;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .data .cifs .cif .c {
  font-family: "Anton Web", sans-serif;
  font-size: 14rem;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq:hover {
  flex-basis: 180%;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq:hover .elho {
  flex-basis: 23%;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq:hover .elho .txt {
  scale: 1;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq:hover .data {
  flex-basis: 77%;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere {
  flex-basis: 50%;
  background-color: var(--c-mostaza);
  display: flex;
  transition: all 0.3s ease;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .data {
  overflow: hidden;
  flex-basis: 0;
  width: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .data .cifs {
  display: flex;
  justify-content: space-between;
  width: 90%;
  min-width: 50vw;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .data .cifs .cif {
  text-align: center;
  line-height: 1.2;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .data .cifs .cif .t {
  text-transform: uppercase;
  font-size: 2rem;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .data .cifs .cif .c {
  font-family: "Anton Web", sans-serif;
  font-size: 6rem;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .elho {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .elho .txt {
  font-family: "Anton Web", sans-serif;
  font-size: 6rem;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
  width: 25rem;
  transition: all 0.3s ease;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere:hover {
  flex-basis: 180%;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere:hover .elho {
  flex-basis: 23%;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere:hover .elho .txt {
  scale: 1;
}
section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere:hover .data {
  flex-basis: 77%;
}
section.pilar .carrru .carrru-item .inf .info .info2 {
  background-color: #efe1f5;
  padding-top: 13rem;
}
section.pilar .carrru .carrru-item .inf .info .info2 .titu-gen {
  font-size: 6rem;
  text-align: center;
  padding: 0 5rem;
  margin-bottom: 11rem;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b1 {
  background-color: #ead0ee;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b1 h4 {
  font-size: 5rem;
  text-align: center;
  padding: 5.5rem 5rem 0;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b1 .svg {
  line-height: 0;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b1 .svg svg {
  width: 92%;
  height: auto;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b2 h4 {
  font-size: 5rem;
  text-align: center;
  padding: 5.5rem 5rem 0;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b2 p {
  padding: 0.8rem 5rem 0;
  text-align: center;
  margin: 0;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b2 .svg {
  line-height: 0;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b2 .svg svg {
  width: 82%;
  height: auto;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b3 {
  background-color: #ead0ee;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b3 h4 {
  font-size: 5rem;
  text-align: center;
  padding: 5.5rem 5rem;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b3 .svg {
  line-height: 0;
}
section.pilar .carrru .carrru-item .inf .info .info2 .b3 .svg svg {
  width: 100%;
  height: auto;
}
section.pilar .carrru .carrru-item .inf .info .info3 {
  background-color: #fee486;
}
section.pilar .carrru .carrru-item .inf .info .info3 .titu-gen {
  font-size: 5rem;
  text-align: center;
  padding: 5rem 5rem;
}
section.pilar .carrru .carrru-item .inf .info .info3 .svg {
  line-height: 0;
}
section.pilar .carrru .carrru-item .inf .info .info3 .svg svg {
  width: 100%;
  height: auto;
}
section.pilar .carrru .carrru-item .fondo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease;
}
section.pilar .carrru .carrru-item:hover .fondo {
  opacity: 1;
}
section.pilar .carrru .carrru-item.active .sup {
  opacity: 0;
}
section.pilar .carrru .carrru-item.active .inf {
  opacity: 1;
}
section.pilar .carrru .carrru-item.active .fondo {
  opacity: 1;
}

section.busca-sup {
  background-color: var(--c-crema);
  margin-top: var(--altobar);
}
section.busca-sup .bloque {
  text-align: center;
  padding-top: 11rem;
  padding-bottom: 5rem;
}
section.busca-sup .bloque h2 {
  font-family: "Nunito Web", sans-serif;
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}
section.busca-sup .bloque h1 {
  font-size: 6rem;
}

section.busca-inf {
  background-color: var(--c-blanco);
}
section.busca-inf .container .bloque {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 6rem 0 9rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 7rem;
}
section.busca-inf .container .bloque .item {
  text-align: center;
}
section.busca-inf .container .bloque .item .img {
  position: relative;
  background-color: var(--c-crema40);
  padding-bottom: 70%;
  margin-bottom: 4rem;
}
section.busca-inf .container .bloque .item .img:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo-azul.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12rem auto;
  opacity: 0.1;
}
section.busca-inf .container .bloque .item .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.busca-inf .container .bloque .item .txt h2 {
  font-size: 2.7rem;
  margin-bottom: 3rem;
}
section.busca-inf .container .bloque .item .txt .descri {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
section.busca-inf .container .bloque .item .txt .vermas {
  display: flex;
  justify-content: center;
}
section.busca-inf .container .bloque .item .txt .vermas .btn {
  font-size: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cookie-notice-container {
  font-family: "Nunito Web", sans-serif;
  font-size: 1.9rem;
}
.cookie-notice-container .cn-buttons-container .btn-cookie {
  font-family: "Anton Web", sans-serif;
  text-transform: uppercase;
  border: 1px solid var(--c-azul);
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  font-size: 1.8rem;
}

/* Responsive */
@media (width <= 1800px) {
  html {
    font-size: 9px;
  }
  header .barra-sup {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  header .barra-sup .der .buscar form input {
    width: 20rem;
  }
  header .barra-sup nav ul {
    gap: 4rem;
  }
  section.mas-superfoods .bloque .items .item-wrapper:nth-child(1) .item:not(.oculto) {
    bottom: 35%;
  }
  section.mas-superfoods .bloque .items .item-wrapper:nth-child(2) .item:not(.oculto) {
    bottom: 35%;
  }
  section.mas-superfoods .bloque .items .item-wrapper:nth-child(5) .item:not(.oculto) {
    top: 35%;
  }
  section.mas-superfoods .bloque .items .item-wrapper:nth-child(6) .item:not(.oculto) {
    top: 35%;
  }
  section.serviraro .container .der .carta .txt {
    left: -68.3rem;
  }
}
@media (width < 1600px) {
  html {
    font-size: 7px;
  }
  .titu-gen {
    font-size: 9rem;
  }
  .texto-gen {
    font-size: 2.2rem;
  }
  header .barra-sup nav ul {
    gap: 4.7rem;
  }
  header .barra-sup .der .buscar form input {
    width: 18rem;
  }
  section.mas-superfoods .bloque h2 {
    font-size: 20rem;
  }
  section.produ-home .bloque .bloque-over .prin .txt .wrapper h2 {
    font-size: 19rem;
    margin-bottom: 5rem;
    padding-top: 1rem;
  }
  section.produ-home .bloque .bloque-over .cate .txt .wrapper .texto-gen {
    font-size: 2.4rem;
  }
  section.produ-home .bloque .bloque-over .cate .txt .wrapper h2 {
    font-size: 14rem;
  }
  section.produ-home .bloque .bloque-over .cate .txt .wrapper h3.tagline {
    font-size: 3.2rem;
  }
  section.mitad.llegamos-home h2 {
    font-size: 13rem;
  }
  section.mitad.llegamos-home h2::first-line {
    font-size: 8rem;
  }
  section.nosotros .bloque .inf .flota {
    margin-left: 0;
  }
  section.produ-descri .tabla-tec .tata {
    width: 81rem;
  }
  section.noti-sup {
    background-position: right 6rem top 3.5rem;
  }
  section.noti-content .bajo .cali,
  section.noti-content .bajo .share {
    align-items: center;
  }
  section.serviraro .container .der .carta1 {
    height: 60rem;
  }
  section.serviraro .container .der .carta2 {
    height: 54rem;
  }
  section.serviraro .container .der .carta3 {
    height: 48rem;
  }
  section.serviraro .container .der .carta .txt {
    left: -88rem;
    bottom: 0rem;
  }
  section.serviraro .container .izq .bloque .bajo {
    padding-bottom: 18rem;
  }
  section.pilares .med .txt h1 {
    font-size: 11rem;
  }
  section.produ-hero .volver {
    top: 2.5rem;
    left: 9rem;
  }
  section.noti-sup .bloque figure {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (width < 1290px) {
  section.serviraro .container .der .carta .txt {
    left: calc((50vw - 4.3rem) * -1);
  }
}
@media (width < 1200px) {
  html {
    font-size: 6px;
  }
  footer .bloque .redes {
    gap: 2.5rem;
  }
  section.mitad .lado #mapa-desktop {
    max-height: calc(var(--altopagvis) - 10rem);
    height: initial;
    width: 50vw;
    position: relative;
    top: -3rem;
  }
  section.produ-descri .tabla-tec .tata {
    width: calc(100vw - 93rem);
  }
  section.noti-sup {
    background-size: 15rem auto;
  }
  section.serviraro .container .der .carta .txt {
    bottom: 0rem;
    left: calc((50vw - 5rem) * -1);
  }
  section.soste .lado .link {
    opacity: 1 !important;
  }
  section.serviraro .container .izq .bloque .bajo {
    padding-bottom: 16rem;
  }
}
@media (width < 992px) {
  header .barra-sup nav ul {
    gap: 2rem;
  }
  header .barra-sup nav {
    display: none;
  }
  header .barra-sup .der .idiomas,
  header .barra-sup .der .buscar {
    display: none;
  }
  header .barra-sup .der .hambu {
    display: block;
  }
  section.home-creemos {
    grid-template: initial;
    height: initial;
  }
  section.home-creemos .lado:nth-child(1) {
    order: 2;
    height: 80rem;
  }
  section.home-creemos .lado:nth-child(2) {
    padding-top: 20rem;
    padding-bottom: 20rem;
    order: 1;
  }
  section.home-creemos .lado:nth-child(2) h2 br {
    display: none;
  }
  section.produ-home .bloque .bloque-over .cate .txt .wrapper {
    padding-left: 30%;
  }
  section.mitad.llegamos-home {
    grid-template-columns: initial;
    height: initial;
  }
  section.mitad.llegamos-home .lado:nth-child(1) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  section.mitad.llegamos-home .lado:nth-child(2) {
    height: 80rem;
  }
  section.proveedores .bloque {
    height: initial;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  section.proveedores .bloque .sup {
    flex-direction: column;
    text-align: center;
    gap: 17rem;
  }
  section.mapa-home {
    grid-template-columns: initial;
    height: initial;
  }
  section.mapa-home .lado:nth-child(1) {
    flex-direction: column;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  section.mapa-home .lado:nth-child(1) .cates {
    position: initial;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    padding-top: 9rem;
  }
  section.mapa-home .lado:nth-child(2) {
    height: 80rem;
  }
  section.home-cambiando {
    grid-template-columns: initial;
    height: initial;
  }
  section.home-cambiando .lado:nth-child(1) {
    order: 2;
    height: 80rem;
  }
  section.home-cambiando .lado:nth-child(2) {
    order: 1;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  section.certi-home .bloque {
    height: initial;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  section.certi-home .bloque .wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4rem;
  }
  section.reporte-home .bloque {
    height: initial;
    padding-top: 15rem;
    padding-bottom: 30rem;
  }
  section.reporte-home .bloque .wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4rem;
  }
  section.reporte-home .bloque .wrapper .txt {
    align-items: center;
  }
  footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  footer .bloque {
    flex-direction: column;
    height: initial;
    text-align: center;
  }
  footer .bloque .sello {
    margin-bottom: 4rem;
  }
  footer .bloque .sello img {
    width: 19rem;
  }
  footer .bloque .txt {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  footer .bloque .linea-der {
    padding-right: 0;
  }
  footer .bloque .linea-der:before {
    display: none;
  }
  footer .bloque .info {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  footer .bloque .redes {
    gap: 7rem;
    margin-bottom: 5rem;
  }
  footer .bloque .redes a svg {
    max-width: 3.8rem;
  }
  footer .bloque .distri br {
    display: none;
  }
  footer .bloque .nature {
    margin-bottom: 2rem;
  }
  footer .bloque .info-mini {
    display: flex;
    font-size: 1.8rem;
    line-height: 1;
  }
  footer .bloque .info-mini span {
    padding-right: 1rem;
    border-right: 1px solid var(--c-verde);
    margin-right: 1rem;
  }
  footer .bloque .info-mini span:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
  section.mas-superfoods .bloque {
    position: initial;
  }
  section.produ-home {
    height: initial !important;
  }
  section.produ-home .bloque {
    position: initial;
    height: initial;
  }
  section.produ-home .bloque .bloque-over {
    flex-direction: column;
    width: initial !important;
    transform: none !important;
  }
  section.produ-home .bloque .bloque-over .prin {
    height: var(--altopagvis);
  }
  section.produ-home .bloque .bloque-over .cate {
    height: var(--altopagvis);
  }
  section.super-tabs > .bloque {
    overflow: hidden;
    overflow-x: auto;
  }
  section.super-tabs > .bloque ul {
    justify-content: initial;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  section.super-tabs > .bloque ul li {
    white-space: nowrap;
  }
  section.super-tabs > .bloque ul li span:hover {
    opacity: 0.3;
  }
  section.super-tabs > .bloque ul li.active span {
    opacity: 1;
  }
  section.mas-superfoods {
    height: var(--altopagvis);
  }
  section.valmovil {
    display: block;
  }
  section.valmovil .bloque {
    height: var(--altopagvis);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
  section.valmovil .bloque h2 {
    cursor: pointer;
    font-family: "Antonio Web", sans-serif;
    font-size: 10rem;
  }
  section.valmovil .supercarru {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: none;
  }
  section.valmovil .supercarru .swiper {
    height: 100%;
  }
  section.valmovil .supercarru .swiper .supitem {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 17rem;
    position: relative;
  }
  section.valmovil .supercarru .swiper .supitem figure {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
  }
  section.valmovil .supercarru .swiper .supitem figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  section.valmovil .supercarru .swiper .supitem h3 {
    font-family: "Antonio Web", sans-serif;
    font-size: 10rem;
    margin-bottom: 5rem;
  }
  section.valmovil .supercarru .swiper .supitem .texto-gen {
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  section.valmovil .supercarru .swiper .supitem .link a {
    text-transform: uppercase;
    font-family: "Antonio Web", sans-serif;
    font-size: 3rem;
    border-bottom: 1px solid var(--c-azul);
  }
  section.valmovil .supercarru .swiper .swiper-pagination {
    position: absolute;
    right: 4rem;
    bottom: 2rem;
    top: initial;
    left: initial;
    width: initial;
    font-weight: 200;
  }
  section.valmovil .supercarru .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 3rem;
    position: relative;
    top: 0.5rem;
  }
  section.valmovil .supercarru .swiper .super-ant {
    position: absolute;
    left: 4rem;
    bottom: 1.5rem;
    z-index: 5;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  section.valmovil .supercarru .swiper .super-ant svg {
    width: 2.5rem;
    height: auto;
    rotate: 90deg;
  }
  section.valmovil .supercarru .swiper .super-sig {
    position: absolute;
    left: 8rem;
    bottom: 1.5rem;
    z-index: 5;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
    cursor: pointer;
  }
  section.valmovil .supercarru .swiper .super-sig svg {
    width: 2.5rem;
    height: auto;
    rotate: 90deg;
  }
  section.valmovil .supercarru .cerra-super {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 6rem;
    right: 5rem;
    top: 8rem;
  }
  section.valmovil .supercarru .cerra-super svg {
    width: 100%;
    height: auto;
  }
  section.valmovil .supercarru.show {
    display: block;
  }
  section.contacto .bloque {
    min-height: initial;
  }
  section.nosotros .bloque .inf .flota {
    background-image: url("../images/fondo-flota.svg");
    background-repeat: no-repeat;
    padding: 6rem 4rem 5rem;
  }
  section.nos-equipo {
    grid-template-columns: initial;
    height: initial;
  }
  section.nos-equipo .lado:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  section.nos-equipo .lado:last-child {
    height: var(--altopag);
  }
  section.produ-descri .tabla-tec .tata {
    padding-left: 5rem;
    padding-bottom: 3rem;
  }
  section.produ-descri {
    gap: 0;
  }
  section.produ-descri .tabla-tec {
    flex: 0 50%;
  }
  section.produ-descri .tabla-tec .tata {
    width: initial;
    padding-right: 5rem;
  }
  section.produ-descri .tabla-tec .tata h2 {
    text-align: center;
    margin-bottom: 6rem;
  }
  section.produ-descri .tabla-tec .tata .partes {
    flex-direction: column;
  }
  section.produ-descri .tabla-tec .tata .partes .izq {
    background-image: url(../images/tabla-m.svg);
    width: 38rem;
    margin: 0 auto;
    padding-top: 15.5rem;
  }
  section.produ-descri .tabla-tec .tata .partes .der {
    text-align: center;
  }
  section.produ-descri .tabla-tec .tata .partes .der .dato .des .meses {
    margin: 0 auto;
  }
  section.produ-descri .lateral {
    flex: 0 50%;
  }
  section.mitad.tratra {
    grid-template-columns: 1fr;
    height: initial;
  }
  section.mitad.tratra .lado:nth-child(1) .wrapper h2 {
    margin: 0;
    text-align: center;
    padding: 15rem 15rem 12rem;
  }
  section.mitad.tratra .lado:nth-child(1) .wrapper h2 br {
    display: none;
  }
  section.mitad.tratra .lado:nth-child(2) {
    height: 100vw;
  }
  section.serviraro .container .izq .bloque .bajo {
    padding-bottom: 12rem;
  }
  section.soste {
    grid-template-columns: 1fr;
  }
  section.soste .lado .bloque {
    text-align: center;
    margin: 8rem 0 0;
    left: 50%;
    transform: translateX(-50%);
  }
  section.soste .lado .bloque .link {
    justify-content: center;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra {
    flex-direction: column;
    height: initial;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra:hover .txt {
    scale: 1 !important;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq {
    display: block;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .elho {
    padding: 6rem 0;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .elho .txt {
    width: 50rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .data {
    width: initial;
    max-height: initial;
    background-color: var(--c-naranja);
    width: 100%;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .data .cifs {
    padding: 0rem 0 4rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere {
    display: grid;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .data {
    width: initial;
    max-height: initial;
    order: 2;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .data .cifs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    padding: 0 0 4rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .data .cifs .cif:last-child {
    grid-column: span 2;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .elho {
    order: 1;
    padding: 6rem 0;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .elho .txt {
    width: 50rem;
  }
  .puntoprov {
    cursor: initial !important;
  }
  section.busca-inf .container .bloque {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width >= 768px) {
  header .barra-sup h1 {
    width: 27.5rem;
  }
  header .barra-sup h1 a img {
    width: 8.5rem;
  }
  header .barra-sup h1 a img:nth-child(1) {
    display: none;
  }
  header .barra-sup h1 a img:nth-child(2) {
    display: block;
  }
  header.mini .barra-sup h1 a img {
    width: 27.5rem;
  }
  header.mini .barra-sup h1 a img:nth-child(1) {
    display: block;
  }
  header.mini .barra-sup h1 a img:nth-child(2) {
    display: none;
  }
}
@media (width < 768px) {
  :root {
    --altobar: 11.7rem;
    --altofiltropro: 10rem;
  }
  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
  }
  .titu-gen {
    font-size: 5.4rem;
  }
  header .barra-sup {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  header .barra-sup h1 a img {
    width: 8.6rem;
  }
  header .barra-sup .der .hambu span {
    width: 5rem;
    margin-bottom: 1.1rem;
  }
  section.home-creemos .lado:nth-child(2) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  section.mitad .lado .wrapper .ancho1 {
    width: 85%;
  }
  section.home-creemos .lado:nth-child(1) {
    height: 47rem;
  }
  section.mas-superfoods .bloque h2 {
    font-size: 10rem;
    line-height: 1.2;
  }
  section.mas-superfoods .bloque .texto-gen {
    width: 36rem;
  }
  section.mas-superfoods .bloque .flecha svg {
    height: 5rem;
  }
  section.produ-home .bloque .bloque-over .prin .txt .wrapper h2 {
    font-size: 12rem;
    margin-bottom: 12rem;
    padding-top: 0;
  }
  section.produ-home .bloque .bloque-over .cate .txt {
    align-items: flex-start;
    padding-top: 7rem;
  }
  section.produ-home .bloque .bloque-over .cate .txt .wrapper {
    padding-left: initial;
    text-align: center;
  }
  section.produ-home .bloque .bloque-over .cate .txt .wrapper h3.tagline {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  section.produ-home .bloque .bloque-over .cate .txt .wrapper h2 {
    font-size: 8rem;
  }
  section.produ-home .bloque .bloque-over .cate .txt .wrapper .texto-gen {
    line-height: 1.3;
  }
  section.produ-home .bloque .bloque-over .cate .txt .wrapper .link {
    justify-content: center;
  }
  section.mitad.llegamos-home .lado:nth-child(1) {
    padding-top: 13rem;
    padding-bottom: 9rem;
  }
  section.mitad.llegamos-home .lado:nth-child(1) .wrapper h2 {
    font-size: 9rem;
  }
  section.mitad.llegamos-home .lado:nth-child(1) .wrapper h2::first-line {
    font-size: 5.5rem;
  }
  section.mitad.llegamos-home .lado:nth-child(2) {
    height: 47rem;
  }
  section.hero .banner .txt {
    padding-bottom: 30rem;
  }
  section.hero .banner .txt .wrapper h2 {
    text-align: center;
    font-size: 5rem;
  }
  section.hero .banner .txt .wrapper h2 br {
    display: none;
  }
  section.proveedores .bloque .sup h2 {
    font-size: 8.5rem;
  }
  section.mitad .lado #mapa-desktop {
    height: auto;
    width: 100%;
  }
  section.mapa-home .lado:nth-child(2) {
    height: 50rem;
  }
  section.mapa-home .lado:nth-child(2) .bloque {
    padding-bottom: 5rem;
  }
  section.planeta .bloque h2 {
    font-size: 12rem;
  }
  section.planeta .bloque .texto-gen {
    width: 85%;
  }
  section.planeta .bloque .link {
    width: 39rem;
  }
  section.planeta .bloque .link .btn {
    line-height: 1.3;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.home-cambiando .lado:nth-child(2) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  section.home-cambiando .lado:nth-child(1) {
    height: 50rem;
  }
  footer .bloque .info-mini {
    font-size: 1.5rem;
  }
  section.menu-lat .barra-lat {
    left: -100%;
    width: 100%;
    padding: 2.5rem 0 0 5rem;
  }
  section.menu-lat .barra-lat .logo img {
    width: 9rem;
  }
  section.menu-lat .barra-lat nav ul li {
    margin-bottom: 3.8rem;
  }
  section.menu-lat .barra-lat nav ul li a {
    font-size: 4.2rem;
  }
  section.menu-lat .barra-lat .cerrar-menu {
    top: 4rem;
  }
  section.menu-lat .barra-lat .cerrar-menu svg {
    width: 5.5rem;
  }
  section.menu-lat .barra-lat .idioma-movil {
    top: 17rem;
    font-size: 2.4rem;
  }
  section.super-header .wrapper {
    height: 25rem;
  }
  section.super-header .wrapper .bloque {
    flex-direction: column;
    padding-top: 4rem;
  }
  section.super-header .wrapper .bloque h1 {
    order: 2;
    font-size: 9rem;
  }
  section.super-header .wrapper .bloque h2 {
    order: 1;
    font-size: 2.8rem;
  }
  section.super-header .wrapper .bloque h2 br {
    display: none;
  }
  section.super-tabs > .bloque ul {
    padding-left: 4rem;
    padding-right: 4rem;
    gap: 4rem;
  }
  section.super-tabs > .bloque ul li {
    font-size: 2.5rem;
    border-bottom-width: 0.7rem;
  }
  section.super-tabs > .bloque ul li span {
    padding: 1rem 0 0.7rem;
  }
  section.valmovil .bloque {
    gap: 2rem;
  }
  section.contacto .bloque .formu {
    width: initial;
    background: none;
    padding: 0 0 3rem;
    width: 45rem;
  }
  section.contacto .bloque .formu .campos .campos-grupo {
    flex-direction: column;
    gap: 2.5rem;
  }
  section.contacto .bloque .formu .campos .final {
    flex-direction: column;
    gap: 3.5rem;
  }
  section.contacto .bloque .formu .campos .final .minimo {
    font-size: 1.8rem;
  }
  section.contacto .bloque .formu .campos .final .enviar .btn {
    width: 100%;
  }
  section.estamos .bloque .equipos {
    grid-template-columns: 1fr;
    width: 100%;
  }
  section.estamos .bloque .equipos .equipo {
    border-left: 0 none;
  }
  section.estamos .bloque .equipos .equipo:first-child {
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  section.estamos .bloque .equipos .equipo:first-child:after {
    content: "";
    position: absolute;
    width: 20rem;
    height: 1px;
    background: var(--c-azul);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  section.estamos .bloque .unete .btn {
    font-size: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  section.estamos .bloque .redes {
    gap: 3rem;
  }
  section.estamos .bloque .redes a {
    width: 3.5rem;
    height: 3.5rem;
  }
  section.estamos {
    background-size: 31rem auto;
    background-position: left -18rem bottom -2rem;
    padding-bottom: 9rem;
  }
  section.super-lista .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  section.super-lista .wrapper:first-child {
    display: none;
  }
  section.super-lista .wrapper:last-child {
    display: grid;
  }
  section.super-lista .wrapper a {
    height: 36rem;
    grid-column: span 2;
  }
  section.super-lista .wrapper a:nth-child(1), section.super-lista .wrapper a:nth-child(4), section.super-lista .wrapper a:nth-child(7) {
    grid-column: span 4;
  }
  section.super-lista .wrapper a:nth-child(2), section.super-lista .wrapper a:nth-child(3), section.super-lista .wrapper a:nth-child(5), section.super-lista .wrapper a:nth-child(6), section.super-lista .wrapper a:nth-child(8), section.super-lista .wrapper a:nth-child(9) {
    grid-column: span 2;
  }
  section.super-lista .wrapper.num2 a:nth-child(1),
  section.super-lista .wrapper.num2 a:nth-child(2) {
    grid-column: span 4;
  }
  section.super-lista .wrapper.num4 a:nth-child(1),
  section.super-lista .wrapper.num4 a:nth-child(4) {
    grid-column: span 4;
  }
  section.super-lista .wrapper.num4 a:nth-child(2),
  section.super-lista .wrapper.num4 a:nth-child(3) {
    grid-column: span 2;
  }
  section.super-lista .wrapper.num5 a:nth-child(1),
  section.super-lista .wrapper.num5 a:nth-child(2),
  section.super-lista .wrapper.num5 a:nth-child(4),
  section.super-lista .wrapper.num5 a:nth-child(5) {
    grid-column: span 2;
  }
  section.super-lista .wrapper.num5 a:nth-child(3) {
    grid-column: span 4;
  }
  section.super-lista .wrapper.num7 a:nth-child(1),
  section.super-lista .wrapper.num7 a:nth-child(4),
  section.super-lista .wrapper.num7 a:nth-child(7) {
    grid-column: span 4;
  }
  section.super-lista .wrapper.num7 a:nth-child(2),
  section.super-lista .wrapper.num7 a:nth-child(3),
  section.super-lista .wrapper.num7 a:nth-child(5),
  section.super-lista .wrapper.num7 a:nth-child(6) {
    grid-column: span 2;
  }
  section.super-lista .wrapper.num8 a:nth-child(1),
  section.super-lista .wrapper.num8 a:nth-child(2),
  section.super-lista .wrapper.num8 a:nth-child(4),
  section.super-lista .wrapper.num8 a:nth-child(5),
  section.super-lista .wrapper.num8 a:nth-child(7),
  section.super-lista .wrapper.num8 a:nth-child(8) {
    grid-column: span 2;
  }
  section.super-lista .wrapper.num8 a:nth-child(3),
  section.super-lista .wrapper.num8 a:nth-child(6) {
    grid-column: span 4;
  }
  section.produ-hero {
    height: 140rem;
  }
  section.produ-hero figure img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  section.produ-hero .bloque {
    align-items: flex-start;
    text-align: center;
  }
  section.produ-hero .bloque .txt h1 {
    font-size: 9rem;
    width: initial;
  }
  section.produ-hero .bloque .txt .nombre {
    font-size: 2.7rem;
    width: initial;
  }
  section.produ-hero .bloque .txt .info {
    width: initial;
    font-weight: 200;
  }
  section.produ-descri {
    flex-direction: column;
    gap: 9rem;
  }
  section.produ-descri .tabla-tec {
    padding: 13rem 0 0;
  }
  section.produ-descri .tabla-tec .tata {
    padding: 0 6rem;
    text-align: center;
  }
  section.produ-descri .tabla-tec .tata h2 {
    margin-bottom: 6rem;
  }
  section.produ-descri .tabla-tec .tata .partes {
    flex-direction: column;
    align-items: center;
    gap: 7rem;
  }
  section.produ-descri .tabla-tec .tata .partes .izq {
    background-image: url("../images/tabla-m.svg");
    width: 50rem;
    padding-top: 22rem;
    padding-bottom: 2rem;
    height: initial;
  }
  section.produ-descri .tabla-tec .tata .partes .izq .dato {
    font-size: 2.5rem;
  }
  section.produ-descri .tabla-tec .tata .partes .der .dato .des .meses {
    max-width: initial;
    margin-top: 4rem;
  }
  section.produ-descri .lateral {
    flex: initial;
    height: 140rem;
  }
  section.produ-imgpie {
    height: 22rem;
  }
  section.produ-imgpie img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  section.blog .bloque {
    height: 14.5rem;
  }
  section.blog .sello {
    display: none;
  }
  section.notis {
    grid-template-columns: 1fr;
  }
  section.notis a.noti .txt .fecha {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  section.notis a.noti .txt h2 {
    font-size: 4.3rem;
    max-width: 45rem;
    margin-bottom: 4rem;
    line-height: 1.4;
  }
  section.notis a.noti .txt .descri {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  section.notis a.noti .txt .link {
    opacity: 1;
  }
  section.notis a.noti .txt .link .btn {
    font-size: 2.8rem;
    width: initial;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  section.blog-home {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }
  section.nosotros.servicios .bloque .inf .flota {
    width: initial;
    text-align: center;
    padding-left: 4rem;
    background-size: 100% auto;
    background-repeat: repeat;
  }
  section.nosotros.servicios .bloque .inf .flota h2 {
    font-size: 6rem;
  }
  section.serfaq h2 {
    font-size: 5.5rem;
  }
  section.produ-certi.produ-rela .bloque > .prela .swiper.prela a .txxt h2 {
    font-size: 6rem;
    top: 4rem;
    opacity: 1;
  }
  section.nosotros {
    padding-top: 13rem;
    padding-bottom: 0;
    background-color: var(--c-azul);
  }
  section.nosotros figure {
    top: 0;
    left: 0;
    width: 100%;
    height: 108rem;
  }
  section.nosotros .bloque .sup h1 {
    font-size: 8.5rem;
    margin-bottom: 6rem;
  }
  section.nosotros .bloque .sup .descri {
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 1.5;
    max-width: 45rem;
  }
  section.nosotros .bloque .inf {
    width: 100%;
  }
  section.nosotros .bloque .inf .flota {
    text-align: left;
    background: none;
    padding: 12rem 3rem;
  }
  section.nosotros .bloque .inf .flota h2 {
    text-align: center;
    font-size: 5rem;
    line-height: 1.3;
  }
  section.nosotros .bloque .inf .flota .txt {
    text-align: center;
    padding: 0;
    font-weight: 200;
    font-size: 2.5rem;
    line-height: 1.5;
  }
  section.nos-equipo .lado:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  section.nos-equipo .lado:last-child {
    height: 80rem;
  }
  section.contacto.trabaja .bloque .formu {
    padding-top: 0;
  }
  section.contacto.trabaja .bloque .formu .campos {
    width: initial;
  }
  section.contacto.trabaja .bloque .formu .campos .final .minimo {
    text-align: left;
  }
  section.mitad.tratra .lado:nth-child(1) .wrapper h2 {
    padding: 11rem 6rem 8rem;
  }
  section.servicios .bloque .container .flota {
    padding: 5.5rem 3rem 5rem;
    background-repeat: repeat;
  }
  section.servicios .bloque .container .flota h1 {
    font-size: 4rem;
  }
  section.serviraro .container {
    display: grid;
    grid-template-columns: 1fr;
  }
  section.serviraro .container .izq {
    padding-right: 0;
  }
  section.serviraro .container .izq .bloque h2 {
    text-align: center;
    font-size: 6rem;
  }
  section.serviraro .container .izq .bloque .txt {
    text-align: center;
  }
  section.serviraro .container .izq .bloque .bajo {
    text-align: center;
    padding-bottom: 5rem;
  }
  section.noti-sup {
    background-image: none;
  }
  section.noti-sup .bloque {
    padding-top: 0;
  }
  section.noti-sup .bloque .regresar {
    left: 4.5rem;
    top: 3.5rem;
  }
  section.noti-sup .bloque .regresar a {
    font-size: 2.5rem;
  }
  section.noti-sup .bloque .fecha {
    font-size: 2.5rem;
    margin-bottom: 6rem;
  }
  section.noti-sup .bloque .intro {
    margin: 0;
  }
  section.noti-content .bajo {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  section.noti-content .bajo .tlo {
    font-size: 2.4rem;
  }
  section.noti-content .titurela {
    padding-top: 11rem;
  }
  section.noti-content .titurela h3 {
    font-size: 5rem;
  }
  section.nosotros .bloque .sup {
    margin-bottom: 0;
    height: 94rem;
  }
  section.serviraro .container .der .carta .txt {
    left: 0;
    right: 0;
    padding: 3rem 0;
    bottom: -11rem;
    width: initial;
    background-color: var(--c-crema);
  }
  section.serviraro {
    padding-bottom: 16rem;
  }
  section.serfaq .titu h2 {
    padding: 4.5rem 0;
    font-size: 5.5rem;
  }
  section.serfaq .pregs .preg {
    padding-top: 4rem;
    padding-bottom: 1rem;
    border-top: 1px solid var(--c-azul);
  }
  section.serfaq .pregs .preg h3 {
    font-size: 3.5rem;
    text-align: left;
  }
  section.serfaq .pregs .preg .txt {
    max-width: initial;
    text-align: left;
  }
  section.serfaq .pregs .preg .txt p:last-child {
    padding-bottom: 2.5rem;
  }
  .certipop .medio {
    width: 56rem;
  }
  .certipop .medio .sup {
    height: 23rem;
  }
  section.bangen .bloque .txt h1 {
    font-size: 8.5rem;
  }
  section.oss {
    background-color: var(--c-crema);
  }
  section.oss figure {
    position: relative;
  }
  section.oss .bloque {
    height: initial;
    overflow: initial;
  }
  section.oss .bloque .container {
    padding-right: 0;
    padding-left: 0;
  }
  section.oss .bloque .container .flota {
    width: initial;
  }
  section.oss .bloque .container .flota .logo-oss {
    width: 50rem;
    height: 31rem;
    margin: -16rem auto 0;
  }
  section.oss .bloque .container .flota .txt {
    border-radius: 0;
    padding: 6rem 7rem 8rem;
  }
  section.oss-cal {
    grid-template-columns: 1fr;
    height: initial;
  }
  section.oss-cal .lado:nth-child(1) {
    order: 2;
    height: 75rem;
  }
  section.oss-cal .lado:nth-child(2) {
    order: 1;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  section.todo .bloque h2 {
    font-size: 5.5rem;
  }
  section.oss-nos {
    grid-template-columns: 1fr;
    height: initial;
  }
  section.oss-nos .lado:nth-child(1) {
    order: 2;
    height: 75rem;
  }
  section.oss-nos .lado:nth-child(2) {
    order: 1;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  section.mitad {
    height: initial;
  }
  section.mitad .lado {
    height: var(--altopagvis);
  }
  section.mitad .lado .bloque {
    width: 55rem;
  }
  section.pilares .med .txt {
    padding: 0 5rem;
    width: 100%;
  }
  section.pilares .med .txt h1 {
    font-size: 8rem;
    margin-bottom: 7rem;
  }
  section.pilares .bolas-wrapper .bolas .bola {
    width: 21rem;
    height: 21rem;
    border: 1px solid var(--c-azul);
    font-size: 3.2rem;
  }
  section.pilar h1 {
    font-size: 6rem;
    text-align: left;
    padding-left: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  section.pilar h1 .volver {
    right: 6rem;
  }
  section.pilar .carrru .carrru-item .sup {
    height: 12rem;
    grid-template-columns: 11fr 2fr;
  }
  section.pilar .carrru .carrru-item .sup .txt {
    padding-left: 6rem;
  }
  section.pilar .carrru .carrru-item .sup .txt h2 {
    font-size: 3.6rem;
    white-space: initial;
  }
  section.pilar .carrru .carrru-item .sup .nada .abrir {
    width: 3rem;
    height: 3rem;
    right: 6rem;
    top: 5rem;
  }
  section.pilar .carrru .carrru-item .inf {
    max-height: 12rem;
    grid-template-columns: 1fr;
  }
  section.pilar .carrru .carrru-item .inf .izq {
    padding-left: 6rem;
    padding-top: 4.1rem;
    padding-right: 6rem;
  }
  section.pilar .carrru .carrru-item .inf .izq .txt h2 {
    font-size: 3.6rem;
    padding-right: 4rem;
  }
  section.pilar .carrru .carrru-item .inf .der .cerrar {
    width: 5rem;
    height: 5rem;
    right: 5rem;
    top: 4rem;
  }
  section.pilar .carrru .carrru-item .inf .der .cerrar:after {
    background-size: 3rem auto;
  }
  section.pilar .carrru .carrru-item .inf .info {
    grid-column: initial;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 {
    padding-top: 7rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .titu-gen {
    font-size: 3rem;
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info2 {
    padding-top: 7rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info2 .titu-gen {
    font-size: 3rem;
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info2 .b1 h4 {
    font-size: 2.3rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info2 .b2 h4 {
    font-size: 2.3rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info2 .b2 p {
    font-size: 1.6rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info2 .b3 h4 {
    font-size: 2.3rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info3 .titu-gen {
    font-size: 3rem;
    text-align: center;
    padding: 2rem;
  }
  section.mitad.tratra .lado:nth-child(1) {
    height: initial;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .svg {
    margin-bottom: 7rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladizq .elho .txt {
    width: 30rem;
    font-size: 3.5rem;
  }
  section.pilar .carrru .carrru-item .inf .info .info1 .barra .ladere .elho .txt {
    width: 30rem;
    font-size: 3.5rem;
  }
  section.mapa-home .lado:nth-child(1) {
    flex-direction: column;
    padding-top: 0rem;
    padding-bottom: 7rem;
  }
  section.mapa-home .lado:nth-child(1) .cates {
    padding-top: 4rem;
  }
  section.pilar .carrru .carrru-item .inf .der .swiper {
    width: 100vw;
    line-height: 0;
  }
  section.produ-hero .volver {
    top: 3.5rem;
    left: 4rem;
  }
  section.busca-sup .bloque {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  section.busca-sup .bloque h1 {
    font-size: 5.2rem;
  }
  section.busca-inf .container .bloque {
    grid-template-columns: 1fr;
    padding: 0 0 8rem;
  }
  section.busca-inf .container .bloque .item .img {
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 80%;
    margin-bottom: 5rem;
  }
  section.busca-inf .container .bloque .item .txt h2 {
    font-size: 4rem;
    margin-bottom: 4rem;
    line-height: 1.3;
  }
  section.busca-inf .container .bloque .item .txt .descri {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 4rem;
  }
  section.busca-inf .container .bloque .item .txt .vermas .btn {
    font-size: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
    border-width: 1px;
  }
  section.mas-superfoods {
    overflow: hidden;
  }
  .menu-conta {
    top: 140%;
    left: 0;
    right: initial;
  }
  .menu-conta .conta-lat {
    width: 100vw;
    background-image: initial;
    background-color: var(--c-verde);
    left: 0;
    top: 100vh;
    padding-top: 9rem;
  }
  .menu-conta.active {
    top: 0;
    right: initial;
  }
  .menu-conta.active .conta-lat {
    left: 0;
    top: 0;
  }
  .menu-conta .conta-lat .conta-txt {
    max-height: calc(100dvh - 9rem);
  }
  .menu-conta .conta-lat .conta-txt h3.titu-gen {
    font-size: 5rem;
  }
  section.super-lista .wrapper a .bloque h2 {
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */