@import "https://use.fontawesome.com/releases/v5.3.1/css/all.css";
@import "../lib/bootstrap/css/bootstrap.min.css";
@import "../lib/animate/animate-min.css";
@import "../lib/aos/aos.css";
@import "../lib/slick/slick.css";
@import "../lib/slick/slick-theme.css";
@font-face {
  font-family: "Inter Light";
  src: url("../fonts/Inter-Light.woff") format("woff");
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Regular";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Semi";
  src: url("../fonts/Inter-SemiBold.woff") format("woff");
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Bold";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}

:root {
  font-size: 16px;
  --color-blanc: #fff;
  --color-verd: #00a598;
  --color-gris-c: #e3e3e3;
  --color-gris-mc: #ededed;
  --color-gris-md: #5c5c5c;
  --color-gris-f: #37343e;
  --color-taronja: #ff5800;
}

main {
  overflow: hidden;
}

.blanc {
  background-color: var(--color-blanc);
}

.colBlanc {
  color: var(--color-blanc);
}

.taron {
  background-color: var(--color-taronja);
}

.colTaron {
  color: var(--color-taronja);
}

.gris-f {
  background-color: var(--color-gris-f);
}

.colGris-f {
  color: var(--color-gris-f);
}

.colGris-md {
  color: var(--color-gris-md);
}

.verd {
  background-color: var(--color-verd);
}

.verdFont {
  color: var(--color-verd);
}

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

.gris-mc {
  background-color: var(--color-gris-mc);
}

.only-phone {
  display: none !important;
}

@media (max-width: 767px) {
  .only-phone {
    display: block !important;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--color-verd) !important;
}

::selection {
  color: #fff;
  background: var(--color-gris-c) !important;
}

.row {
  padding: 0px;
  margin: 0px;
}
.row > * {
  padding-right: 0;
  padding-left: 0;
  margin-top: var(--bs-gutter-y);
}

@media (max-width: 979px) {
  .row {
    padding: 0px;
    margin: 0px;
  }
  .row > * {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: var(--bs-gutter-y);
  }
}

.container,
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

body {
  font-family: "Inter Light", sans-serif;
  font-size: 1rem;
  color: var(--color-verd);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fadeIn 0.6s forwards;
  animation: fadeIn 0.6s forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  opacity: 0;
}

body.no-scroll {
  overflow: hidden;
}

html a,
body a {
  transition: all 0.2s ease;
  color: #37343e;
  text-decoration: none;
}

html a:active,
html a:focus,
html a:hover,
body a:active,
body a:focus,
body a:hover {
  text-decoration: none !important;
  outline: none;
}

section {
  background-color: var(--color-blanc);
}

section h2 {
  margin-bottom: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  font-family: "Inter Light", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #37343e;
}

p strong {
  font-family: "Inter Bold", sans-serif;
}

p.large {
  font-size: 1.525rem !important;
  line-height: 2.255rem !important;
  margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 979px) {
  p.large {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .container {
    max-width: 860px;
  }
}

h1 {
  font-family: "Inter Semi", sans-serif;
  font-size: 5.25rem;
  line-height: 5.25rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 3.125rem;
    line-height: 3.375rem;
  }
}

h2 {
  font-family: "Inter Semi", sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.375rem;
    line-height: 2.625rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

h3 {
  font-family: "Inter Semi", sans-serif;
  font-size: 3rem;
  line-height: 3.425rem;
}

@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
    line-height: 2.275rem;
  }
}

h4 {
  font-family: "Inter Light";
  font-size: 1.795rem;
  line-height: 2.375rem;
  letter-spacing: -0.5pt;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.475rem;
    line-height: 1.975rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  h4 {
    font-size: 1.575rem;
    line-height: 2.175rem;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  h4 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

h5 {
  font-family: "Inter Semi", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

@media (max-width: 767px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

h6 {
  font-family: "Inter Semi", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

ul li {
  list-style: none;
}

ul li a {
  transition: all 0.2s ease;
}

b,
strong {
  font-family: "Inter Bold", sans-serif;
}

main {
  background-color: #fff;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #222 !important;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

textarea:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: none !important;
}

hr {
  border-top: 1px solid #ededed;
}

.color {
  color: #00a598;
}

.white {
  color: #fff;
}

/* MENÚ */
.nav-wrapper {
  height: 100%;
  padding-top: 80px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.8s, visibility 0.8s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.nav-visible .nav-wrapper {
  transform: translateX(0);
  visibility: visible;
}

.nav {
  position: relative;
  transform-origin: left center;
  transition: transform 0.6s;
}

.nav a {
  display: block;
  line-height: 1.4;
  padding: 4px 20px;
  text-transform: uppercase;
}

.button-lines {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lines {
  background: var(--color-blanc);
  display: inline-block;
  height: 1px;
  width: 30px;
  position: relative;
}

.lines:after,
.lines:before {
  background: var(--color-blanc);
  display: inline-block;
  height: 1px;
  width: 30px;
  content: "";
  left: 0;
  position: absolute;
}
.lines:after {
  top: 0.5rem;
}
.lines:before {
  top: -0.5rem;
}
.button-lines-x .lines {
  transition: background 0.3s ease;
}
.button-lines-x .lines:after,
.button-lines-x .lines:before {
  transform-origin: 50% 50% 0;
  transition: top 0.3s 0.4s ease, transform 0.3s ease;
}
.nav-visible .button-lines-x .lines {
  background: transparent;
}
.nav-visible .button-lines-x .lines:after,
.nav-visible .button-lines-x .lines:before {
  top: 0;
  transition: top 0.3s ease, transform 0.3s 0.3s ease;
}
.nav-visible .button-lines-x .lines:after {
  transform: rotate3d(0, 0, 1, 45deg);
}
.nav-visible .button-lines-x .lines:before {
  transform: rotate3d(0, 0, 1, -45deg);
}

/* FI MENÚ */

.button {
  font-size: 0.875rem;
  background-color: #ff5800;
  padding: 0.75rem 1.5rem;
  color: #fff;
  text-align: center;
  border: none;
  float: left;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter Regular", sans-serif;
}

.button span {
  font-size: 0.875rem !important;
  color: #fff !important;
}

.button--winona {
  overflow: hidden;
  padding: 0;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.button--winona > span {
  display: block;
}

.button--winona.button--inverted {
  color: #7986cb;
}

.button--winona.button--inverted:after {
  color: #fff;
}

.button--winona::after,
.button--winona > span {
  display: flex;
  padding: 0.75rem 1rem;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona:hover {
  border-color: #37343e;
  background-color: #37343e;
  color: #fff;
}

.consejero .button--winona:hover,
.presidente .button--winona:hover {
  border-color: #565656;
  background-color: #565656;
  color: #fff;
}

.button--winona.button--inverted:hover {
  border-color: #37343e;
  background-color: #37343e;
  color: #fff;
}

.button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button--winona:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a.lnk {
  color: var(--color-verd);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 1rem;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

::-moz-selection {
  background: #cecbb2;
}

::selection {
  background: #cecbb2;
}

@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mob-sp {
    margin-top: 4rem;
  }
}

@media (max-width: 980px) {
  .mob-sp-b {
    margin-top: 4rem;
  }
}

#lottie {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.temporal {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
  overflow-y: scroll;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.temporal.open {
  opacity: 1;
  pointer-events: auto;
}

.temporal img {
  margin-bottom: 3rem;
  max-width: 200px;
  height: auto;
}

.temporal h3 {
  font-size: 2.5rem;
  color: #00a598;
}

.fullscreen-menu {
  background-color: var(--color-gris-mc);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 899;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  transition: all 0.2s ease;
  overflow-y: scroll;
  margin-top: 82px;
}

@media (max-width: 767px) {
  .fullscreen-menu {
    display: block;
    padding-top: 0rem;
    margin-top: 52px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .fullscreen-menu {
    display: block;
    padding-top: 0rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.fullscreen-menu.open {
  border-top: solid 1px var(--color-gris-c);
  opacity: 1;
  pointer-events: auto;
  overflow: auto;
}

@media (min-width: 768px) and (max-width: 979px) {
  .fullscreen-menu h2 {
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}

.fullscreen-menu h3 {
  font-size: 1.375rem;
  line-height: 1.675rem;
  font-family: "Inter Bold", sans-serif;
  text-align: left;
}

@media (max-width: 767px) {
  .fullscreen-menu h3 {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .fullscreen-menu h3 {
    text-align: center;
  }
}

.fullscreen-menu ul {
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .fullscreen-menu ul {
    text-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .fullscreen-menu ul {
    margin-bottom: 4rem;
    text-align: center;
    align-items: center;
  }
}

.fullscreen-menu ul.languages {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

@media (max-width: 767px) {
  .fullscreen-menu ul.languages {
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .fullscreen-menu ul.languages {
    justify-content: center;
  }
}

.fullscreen-menu ul.languages li {
  text-align: left;
  color: var(--color-taronja);
}

@media (max-width: 767px) {
  .fullscreen-menu ul.languages li {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .fullscreen-menu ul.languages li {
    text-align: center;
  }
}

.fullscreen-menu ul.languages li:after {
  content: "|";
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.fullscreen-menu ul.languages li:last-child:after {
  display: none;
}

.fullscreen-menu ul li {
  display: block;
  text-align: left;
  font-size: 0.975rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .fullscreen-menu ul li {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .fullscreen-menu ul li {
    text-align: center;
  }
}

.fullscreen-menu ul li a {
  transition: all 0.2 ease;
}

.fullscreen-menu .submenu {
  margin-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.fullscreen-menu .submenu li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #00a598;
  opacity: 0.85;
}

.fullscreen-menu .menu-columns .col {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}

.first-menu {
  display: flex;
  flex-direction: column;
}

.langBar {
  margin-top: auto;
}
.menu-columns {
  --bs-gutter-x: -2rem;
  gap: 2rem;
}

.menu-columns .col-12.col-lg-3 {
  width: calc(25% - 1.5rem);
}

@media (max-width: 767px) {
  .menu-columns .col-12.col-lg-3 {
    width: calc(100%);
  }
}

.change-lang {
  border: 1px solid #ededed;
  margin: auto;
  padding-left: 2rem;
  margin-top: 5rem !important;
  display: flex;
  max-width: 250px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2 ease;
}

.change-lang:hover {
  color: #37343e;
}

.change-lang .page-arrow-animation img {
  width: 60px;
  height: 60px;
}

.change-lang:hover img {
  -webkit-animation: transition-arrow 0.5s cubic-bezier(0.15, 1, 0.75, 1) 0s
    infinite;
  animation: transition-arrow 0.5s cubic-bezier(0.15, 1, 0.75, 1) 0s infinite;
}

header {
  transition: all 0.2s ease;
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 999;
}

@media (max-width: 767px) {
  header {
    height: 75px;
  }
}

header .header-content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
  height: 85px;
  background-color: #fff;
  border: solid 1px var(--color-gris-c);
  margin-top: -2px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  header .header-content {
    height: 55px;
  }
}

header .header-content .col {
  display: flex;
  align-items: center;
}

header .navbrand {
  width: 125px;
  height: auto;
  margin-left: 2rem;
  margin-top: -8px;
}

@media (max-width: 767px) {
  header .navbrand {
    width: 80px;
    margin-left: 1.5rem;
  }
}

header ul {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

header ul.right-menu {
  width: 100%;
}

header ul.right-menu li {
  height: 100%;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  header ul.right-menu li {
    width: 55px;
  }
}

ul.right-menu {
  align-items: center;
}

@media (max-width: 767px) {
  ul.right-menu {
    gap: 0px;
  }
}

header ul.right-menu li.download img {
  width: 25px;
  height: auto;
}

@media (max-width: 767px) {
  header ul.right-menu li.download img {
    width: 20px;
  }
}

header ul.right-menu li.share {
  position: relative;
}

header ul.right-menu li.share img {
  max-width: 30px;
  height: auto;
}

header ul.right-menu li.languages img {
  max-width: 28px;
  height: auto;
}

header ul.right-menu li.burger {
  height: 85px;
  width: 85px;
  position: relative;
  z-index: 999;
  background-color: var(--color-taronja);
  margin-top: -2px;
}

@media (max-width: 767px) {
  header ul.right-menu li.burger {
    height: 55px;
    width: 55px;
  }
}

header ul.right-menu .dropdown-toggle {
  display: flex;
  width: 100%;
  text-align: center;
  align-content: center;
  justify-content: center;
  height: 85px;
  padding: 20px;
  margin-top: -2px;
}

@media (max-width: 767px) {
  header ul.right-menu .dropdown-toggle {
    height: 55px;
    width: 55px;
    padding: 16px;
  }
}

.dropdown-toggle:hover {
  background-color: var(--color-gris-mc);
}

header ul.right-menu .dropdown-toggle:after {
  display: none;
}

header ul.right-menu .dropdown-menu {
  height: 84px;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  -webkit-transform: translate(23px, 64px);
  transform: translate(23px, 64px);
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  left: 0px !important;
  top: -1px !important;
}

header ul.right-menu .dropdown-menu li {
  background-color: #fff;
  padding: 0;
  margin: 0;
  border: solid 1px var(--color-gris-c);
  height: 50px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  header ul.right-menu .dropdown-menu li {
    width: 45px;
    height: 35px;
  }
}

header ul.right-menu .dropdown-two {
  left: 0px !important;
}

header ul.right-menu .dropdown-three {
  left: 0px !important;
}
.dropdown-toggle {
  border-left: solid 1px var(--color-gris-c);
}
@media (max-width: 767px) {
  header ul.right-menu .dropdown-one {
    left: 0px;
  }
  header ul.right-menu .dropdown-two {
    left: 0px;
  }
  header ul.right-menu .dropdown-three {
    left: 114px !important;
  }
}

header ul a {
  transition: all 0.2 ease;
}

main {
  padding-top: 0rem;
}

@media (max-width: 767px) {
  main {
    padding-top: 52px;
  }
}

@media (max-width: 767px) {
  .fullscreen-menu h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.menu-contenidos ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: -1px;
  margin-bottom: -1px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .menu-contenidos ul {
    flex-wrap: wrap;
    padding-right: 0;
  }
}

.menu-contenidos ul li {
  font-family: "Inter Semi", sans-serif;
  font-size: 0.875rem;
  line-height: 1.225rem;
  color: var(--color-taronja);
}

.menu-contenidos ul a {
  padding: 1rem;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 0.9rem;
  color: var(--color-taronja);
  border-left: solid 1px var(--color-gris-c);
  border-top: solid 1px var(--color-gris-c);
  border-bottom: solid 1px var(--color-gris-c);
  background-color: var(--color-blanc);
  width: 100%;
  height: 200px;
}

.menu-contenidos ul a:last-child {
  border-right: solid 1px var(--color-gris-mc);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .menu-contenidos ul a {
    border-right: solid 1px var(--color-gris-c);
    margin-top: -1px;
    height: 100px;
  }
  .menu-contenidos ul a:first-child {
    margin-top: 0;
  }
  .sep-wh-bord {
    height: 100px !important;
  }
}

@media (max-width: 767px) {
  .menu-contenidos ul a li {
    font-size: 0.775rem;
    line-height: 1.175rem;
  }
  .menu-contenidos ul a {
    border-right: solid 1px var(--color-gris-c);
    margin-top: -1px;
    height: 100px;
  }
  .menu-contenidos ul a:first-child {
    margin-top: 0;
  }
  .sep-wh-bord {
    height: 100px !important;
  }
  .menu-contenidos ul {
    display: flex;
    flex-direction: column;
    margin: -1px 0;
  }
}

.menu-contenidos ul a:hover {
  background-color: var(--color-taronja);
  color: var(--color-taronja);
  transition: color 3s ease, background-color 3s ease;
}

.balance {
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .balance {
    margin-top: 2rem;
  }
}

.balance.home {
  margin-top: 0rem;
}

.balance.home .content-balance:first-child {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .balance.home .content-balance:first-child {
    margin-bottom: 0rem;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .balance.home .content-balance:first-child {
    margin-bottom: 25rem;
  }
}

.balance.home .content-balance:last-child {
  display: flex;
}

@media (max-width: 767px) {
  .balance.home .content-balance:last-child {
    margin-bottom: 4rem;
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .balance.home .content-balance:last-child {
    margin-bottom: 15rem;
  }
}

.balance.home .content-title {
  margin-top: 0rem;
}

@media (max-width: 767px) {
  .balance.home .content-title {
    margin-top: -7rem !important;
  }
}

.balance .bg-color {
  height: 496px;
  background-color: #ededed;
}

@media (max-width: 767px) {
  .balance .bg-color {
    height: 185px;
    margin-top: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .balance .bg-color {
    height: 425px;
  }
}

.balance .content-balance:first-child {
  margin-top: 0px;
  margin-bottom: 30rem;
}

.balance .content-balance:last-child {
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .balance .content-balance:last-child {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.balance .content-balance [class*="col-"] {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .content-balance .pres [class*="col-"] {
    flex-direction: column;
    margin-bottom: -1rem;
  }
  .balance .content-balance [class*="col-"] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.balance .content-balance .content-title {
  padding: 2.5rem;

  position: relative;
  padding-right: 10rem;
  height: 380px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rad-inf-esq {
  padding-right: 2rem;
  position: relative;
  z-index: 2;
}

.titol-grafic {
  text-align: center;
  font-size: 1.3rem;
  border: solid 1px var(--color-verd);
  width: fit-content;
  padding: 1rem 2rem;
  color: var(--color-gris-f);
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .titol-grafic {
    font-size: 0.975rem;
    line-height: 1.275rem;
    margin: 4rem 1rem 2rem;
  }
}
.sub-titol-grafic {
  text-align: center;
  font-size: 0.925rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .iconCentre {
    display: flex;
    justify-content: center;
  }
}

.imgCons  {
  position: relative;
}

@media (max-width: 1199px) {
  p.mediumint.fontinit {
    font-size: 0.975rem;
    line-height: 1.475rem;
  }
  .imgCons img {
    object-fit: cover;
    height: 100%;
  }
}

.iconaCons {
  width: 6rem;
  position: absolute;
  bottom: 40px;
  height: 10rem;
  padding: 1rem;
  display: flex;
  align-items: end;
}

@media (max-width: 767px) {
  .iconaCons {
    width: 5rem;
    height: 5rem;
    top: -40px;
  }
}

.iconDesp {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .iconDesp {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .presidente .iconaCons {
    display: none;
  }
  .consejero .iconaCons {
    display: none;
  }
}

.presidente,
.consejero {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 979px) {
  .col-md-6.pres {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .col-md-6.cons {
    margin-left: 0px;
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .consejeroOrder:nth-of-type(1) {
    order: 2;
  }
  .consejeroOrder:nth-of-type(2) {
    order: 1;
    margin-top: -4rem;
  }
}

.col-md-6.consejero {
  align-items: flex-end;
  margin-right: -24px;
}

@media (max-width: 767px) {
  .col-md-6.consejero {
    align-items: center;
    margin-top: -35px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .col-md-6.consejero {
    align-items: flex-start;
    margin-right: 0;
  }
}

.bt-title.consej.aos-init.aos-animate {
  bottom: -3rem;
  position: relative;
  padding-right: 0rem;
  padding-left: 10rem;
}

.barDark {
  background-color: var(--color-gris-f);
  height: 500px;
  margin-top: -550px;
  position: relative;
  z-index: 0;
  margin-bottom: 15rem;
}

@media (max-width: 767px) {
  .barDark {
    background-color: var(--color-gris-f);
    height: 500px;
    margin-top: -550px;
    position: relative;
    z-index: 0;
    margin-bottom: 15rem;
  }
  .barDark.consejero {
    height: 600px;
    margin-top: -600px;
    margin-bottom: 100px;
  }
  .barDark.presi {
    height: 500px;
    margin-top: -700px;
  }
  .barDark.consej {
    height: 550px;
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .balance .content-balance .content-title {
    width: 100%;
    height: auto;
    padding: 1.5rem;
    padding-right: 5rem;
  }
}

.balance .content-balance .content-title.title-1 {
  background-color: #00a598;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 979px) {
  .balance .content-balance .content-title.title-1 {
    padding: 2em;
  }
}

.balance .content-balance .content-title.title-1 p {
  color: #fff;
}

@media (max-width: 767px) {
  .balance .content-balance .content-title.title-1 p {
    line-height: 1.75rem !important;
  }
}

.balance .content-balance .content-title.title-2 {
  color: var(--color-gris-f);
  margin-left: -24px;
  width: fit-content;
  background-color: var(--color-gris-mc);
}

.balance .content-balance .content-title.title-3 {
  color: var(--color-gris-f);
  margin-right: 0px;
  width: fit-content;
  background-color: var(--color-gris-mc);
}

@media (max-width: 767px) {
  .balance .content-balance .content-title.title-2 {
    margin-left: 0rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .balance .content-balance .content-title.title-2 {
    padding: 2rem;
    min-width: 100%;
  }
}

.balance .content-balance .content-title.title-2 span,
.balance .content-balance .content-title.title-3 span {
  color: #00a598;
}

.balance .content-balance .content-title span {
  color: #37343e;
}

.balance .content-balance .content-title p {
  line-height: 1.75rem;
  margin-bottom: 0px;
}

.balance .content-balance .content-title img {
  position: absolute;
  right: 0rem;
  bottom: 0px;
  max-width: 145px;
}

@media (max-width: 767px) {
  .balance .content-balance .content-title img {
    max-width: 85px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .balance .content-balance .content-title img {
    max-width: 85px;
  }
}

.balance .content-balance .bt-title {
  bottom: -3rem;
  position: relative;
  padding-left: 1.5rem;
}

@media (max-width: 767px) {
  .balance .content-balance .bt-title {
    bottom: 0rem;
    margin-bottom: 5rem;
  }

  .balance .content-balance .bt-title.presi {
    margin-bottom: 0rem;
  }

  .balance .content-balance .bt-title.consej {
    margin-bottom: 2rem;
  }
}

.balance .content-balance p {
  padding-right: 5rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .balance .content-balance p {
    margin-top: 2rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .balance .content-balance p {
    padding-right: 0rem;
  }
}

.half-section .left,
.half-section .right {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  padding-left: 3rem;
  justify-content: center;
  width: 100%;
  background-color: var(--color-blanc);
  border: solid 1px var(--color-gris-c);
  height: 250px;
}

.half-section .right {
  margin-left: -2px;
}
@media (max-width: 767px) {
  .half-section .left,
  .half-section .right {
    padding-left: 1.5rem;
    margin-top: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .half-section .left,
  .half-section .right {
    padding-left: 1.5rem;
  }
}

.half-section .number {
  font-size: 6rem;
  line-height: 4rem;
  font-family: "Inter Bold", sans-serif;
}

@media (max-width: 767px) {
  .half-section .number {
    font-size: 3.175rem;
    line-height: 2.375rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .half-section .number {
    font-size: 4rem;
    line-height: 3.375rem;
  }
}

@media (max-width: 767px) {
  .half-section .number span {
    font-size: 1.225rem;
  }
}

.half-section,
.half-section .number span {
  font-size: 6rem;
  line-height: 4rem;
  font-family: "Inter Bold", sans-serif;
}

@media (max-width: 767px) {
  .half-section,
  .half-section .number span {
    font-size: 5rem;
    line-height: 4rem;
  }
  .half-section {
    font-size: 1.675rem;
    line-height: 1.875rem;
  }
}

.text-number {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: var(--color-gris-f);
  margin-top: 3rem;
}

.half-section .left .number {
  color: var(--color-taronja);
}

.half-section .left .number span {
  color: var(--color-taronja);
}

.half-section .right .number {
  color: var(--color-verd);
}

.half-section .right .number span {
  color: var(--color-verd);
}

@-webkit-keyframes arrows-animation {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes arrows-animation {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.icons {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .icons {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
    margin-top: 4rem;
  }
}

.iconsESG {
  margin-top: 1rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

@media (max-width: 767px) {
  .iconsESG {
    padding-left: 3rem;
    padding-right: 3rem;
    flex-direction: column;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .icons {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .icons {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .icons .col {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .icons .col {
    margin-top: 3rem;
    margin-bottom: 3rem;
    min-width: 150px;
  }
}

.saba {
  position: relative;
}

.saba.home {
  padding-top: 20rem;
}

@media (max-width: 767px) {
  .saba.home {
    padding-top: 20rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .saba.home {
    padding-top: 25rem;
  }
}

.saba.home:before {
  content: "";
  background-image: url("../img/arrow-dwon-sec.svg");
  background-size: 190px 210px;
  width: 190px;
  height: 210px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -95px;
  -webkit-animation: arrows-animation 1.75s cubic-bezier(0.15, 1, 0.75, 1) s
    infinite;
  animation: arrows-animation 1.75s cubic-bezier(0.15, 1, 0.75, 1) 1s infinite;
}

.saba.home .mapa,
.mapa {
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .saba.home .mapa,
  .mapa {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .saba.home .mapa,
  .mapa {
    padding-bottom: 8rem;
  }
}

.saba.medio-ambiente-separator {
  padding-top: 13rem;
  margin-top: 10rem;
}

.saba .container {
  position: relative;
  z-index: 1;
}

.saba .icon {
  max-width: 125px;
  height: auto;
  margin: auto;
  display: block;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .saba .icon {
    margin-bottom: 1rem;
  }
}

.saba span.count {
  color: #00a598;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-family: "Inter Bold", sans-serif;
  display: block;
  text-align: center;
}

.saba h4 {
  font-family: "Inter Light", sans-serif;
  font-size: 1.375rem;
  margin-top: 0.5rem;
  text-align: center;
}

.saba .mapa,
.mapa {
  position: relative;
  z-index: 0;
  padding-bottom: 8rem;
  margin-top: 3rem;
}

.saba .mapa img,
.mapa img {
  max-width: 100%;
  height: auto;
}

.saba .mapa .paisos-list,
.mapa .paisos-list {
  margin-top: 0rem;
}

.saba .mapa .paisos,
.mapa .paisos {
  margin-bottom: 0rem;
}

@media (max-width: 767px) {
  .saba .mapa .paisos,
  .mapa .paisos {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
}

.paisos {
  background-color: var(--color-blanc);
  display: flex;
}

@media (max-width: 767px) {
  .paisos {
    margin-top: -2rem;
  }
}

.saba .mapa span,
.mapa span {
  color: #fff;
  font-size: 1.25rem;
}

.saba .mapa h5,
.mapa h5 {
  color: var(--color-gris-f);
  font-size: 1.175rem;
  line-height: 1.275rem;
  margin-bottom: 10px;
  font-family: "Inter Semi", sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}

.saba .mapa ul li,
.mapa ul li {
  position: relative;
  color: var(--color-gris-f);
}

.saba .mapa ul li.empleados:before,
.mapa ul li.empleados:before {
  content: "";
  background-size: 25px 25px;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

.saba .mapa ul li.aparcamientos:before,
.mapa ul li.aparcamientos:before {
  content: "";
  background-size: 25px 25px;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

.saba .mapa ul li.plazas:before,
.mapa ul li.plazas:before {
  content: "";
  background-size: 25px 25px;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

.saba .mapa ul li.ciudades:before,
.mapa ul li.ciudades:before {
  content: "";
  background-size: 25px 25px;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

.retos {
  background-color: #00a598;
  padding-bottom: 0rem;
  position: relative;
}

.retos .bg-color {
  background-color: #fff;
  height: 450px;
}

@media (max-width: 767px) {
  .retos .bg-color {
    height: 0px;
  }
}

.retos .relative {
  position: relative;
  bottom: -1.5rem;
}

.retos .row {
  padding-top: 3rem;
  position: relative;
}

.retos h2 {
  margin-bottom: 3rem;
}

.retos p {
  color: #fff;
  font-size: 1.625rem;
  line-height: 2.375rem;
  margin-bottom: 3rem;
}

.retos .image {
  position: absolute;
  top: 15rem;
  right: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .retos .image {
    position: relative;
    top: 0;
  }
}

.retos .image.left {
  right: inherit;
  left: 0px;
}

.retos img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 660px;
}

@media (max-width: 767px) {
  .retos img {
    height: auto;
    width: 100%;
  }
}

.list-icons {
  background-color: var(--color-gris-mc);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .list-icons {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

.list-icons.valores {
  padding-bottom: 7rem;
}

@media (max-width: 767px) {
  .list-icons.valores {
    padding-bottom: 0px;
    padding-top: 5rem;
  }
}

.list-icons.valores .icon {
  margin-bottom: 0.75rem;
  margin-top: 1.75rem;
}

@media (max-width: 767px) {
  .list-icons .col {
    margin-bottom: 3rem;
  }
}

.list-icons h4 {
  font-family: "Inter Light", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-align: center;
}

.list-icons .icon {
  max-width: 70px;
  height: auto;
  margin: auto;
  display: block;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .list-icons .icon {
    margin-bottom: 1rem;
  }
}

.ods {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.ods .icon-ods {
  margin-bottom: 1.5rem;
}

.ods h2 {
  margin-bottom: 0.5rem;
}

.ods p {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
}

.sostenibilidad {
  padding-top: 10rem;
  background: #fff;
}

.sostenibilidad.new-module {
  background: #fff;
}

@media (max-width: 767px) {
  .sostenibilidad.new-module {
    background: var(--color-verd);
    margin-bottom: 0rem !important;
    margin-top: 4rem;
  }
  .sostenibilidad.new-module h2 {
    margin-bottom: 0rem !important;
    color: #fff;
  }
}

.sostenibilidad.new-module .content-item {
  background-color: transparent;
  padding: 0.5rem;
}

.sostenibilidad.new-module .content-item img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .sostenibilidad.new-module .content-item img {
    max-width: 60%;
  }
}

.sostenibilidad.new-module .content-item h3 {
  color: #fff;
  align-items: start;
  height: auto;
}

@media (max-width: 767px) {
  .sostenibilidad.new-module .content-item h3 {
    margin-top: 1rem;
    color: #37343e;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .sostenibilidad.new-module .content-item h3 {
    height: auto;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .sostenibilidad.new-module .content-item h3 {
    margin-top: 0.5rem;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

@media (max-width: 767px) {
  .sostenibilidad {
    padding-top: 5rem;
  }
}

.sostenibilidad .item-list {
  margin-top: 0rem;
}

@media (max-width: 767px) {
  .sostenibilidad .item-list [class*="col-"]:last-child {
    margin-bottom: -3rem;
  }
}

@media (max-width: 767px) {
  .sostenibilidad .item-list [class*="col-"] {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

.sostenibilidad .content-item img {
  max-width: 120px;
  height: auto;
}

@media (max-width: 767px) {
  .sostenibilidad .content-item img {
    max-width: 140px;
    margin-top: 0rem;
  }
}

.sostenibilidad .content-item p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.sostenibilidad .content-item p strong {
  font-family: "Inter Semi", sans-serif;
}

.download-content {
  padding-top: 1rem;
  padding-bottom: 0rem;
  align-items: center;
  justify-content: center;
}

.download-content .button--winona {
  top: 20px;
}

.download-memoria {
  background-color: #37343e;
  font-size: 0.75rem;
  text-align: center;
  padding: 1rem;
  font-family: "Inter Semi", sans-serif;
  color: #fff;
  max-width: 300px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}

.download-memoria:hover {
  color: #fff;
}

.download-memoria span {
  width: 100%;
  padding-right: 60px;
}

.download-memoria img {
  max-width: 60px;
  height: auto;
}

.arrow-animation {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #fe5800;
}

.arrow-animation img {
  width: 60px;
  margin-bottom: 0px;
  margin-top: 0px;
  -webkit-animation: transition 2s cubic-bezier(0.15, 1, 0.75, 1) 1s infinite;
  animation: transition 2s cubic-bezier(0.15, 1, 0.75, 1) 1s infinite;
}

@-webkit-keyframes transition {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes transition {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.pagination-pages {
  font-size: 1rem;
  margin-bottom: 10rem;
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .pagination-pages {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .pagination-pages {
    font-size: 0.775rem;
  }
}

.pagination-pages span {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  .pagination-pages span {
    display: none;
  }
}

.pagination-pages a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pagination-pages a:hover {
  color: #37343e;
}

.page-right a {
  justify-content: flex-end;
}

.page-right:hover img {
  -webkit-animation: transition-arrow 0.5s cubic-bezier(0.15, 1, 0.75, 1) 0s
    infinite;
  animation: transition-arrow 0.5s cubic-bezier(0.15, 1, 0.75, 1) 0s infinite;
}

.page-left a,
.page-right a {
  border: 1px solid var(--color-gris-c);
}

.page-left a {
  margin-right: 15px;
}

.page-right a {
  margin-left: 15px;
}

.page-left .page-arrow-animation {
  justify-content: flex-end;
}

.page-left:hover img {
  -webkit-animation: transition-arrow-left 0.5s cubic-bezier(0.15, 1, 0.75, 1)
    0s infinite;
  animation: transition-arrow-left 0.5s cubic-bezier(0.15, 1, 0.75, 1) 0s
    infinite;
}

.page-arrow-animation {
  display: flex;
  bottom: 0rem;
  right: 0rem;
  width: 65px;
  height: 65px;
  background-color: #fe5800;
  margin: 8px;
}

.page-arrow-animation img {
  width: 30px;
  margin: 5px 18px;
}

@-webkit-keyframes transition-arrow {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes transition-arrow {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes transition-arrow-left {
  0% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes transition-arrow-left {
  0% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .title-superior h1.largeTitle {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

footer {
  background-color: var(--color-white);
  border-top: solid 1px var(--color-gris-mc);
}

footer .line {
  width: 100%;
  height: auto;
}

footer .logo-white {
  width: 180px;
  margin: 6rem 0px;
  margin-bottom: 6rem;
  padding-left: 1.5rem;
}

@media (max-width: 767px) {
  footer .logo-white {
    margin: 5rem 0px !important;
  }
}

@media (max-width: 767px) {
  footer .item-footer {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  footer .item-footer {
    margin-bottom: 3rem;
  }
}

footer h5 {
  font-size: 1.175rem;
  line-height: 1.75rem;
  color: var(--color-gris-f);
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--color-gris-c);
  margin-right: 10px;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  position: relative;
  font-size: 0.975rem;
  line-height: 2rem;
  font-family: "Inter Light", sans-serif;
}

footer ul li a {
  color: var(--color-gris-f);
  transition: all 0.2s ease;
}

footer ul li a:hover {
  opacity: 0.65;
  color: var(--color-taronja);
}

footer ul li.facebook {
  padding-left: 35px;
  padding-top: 4px;
}

footer ul li.facebook:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../img/icon/facebook.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

footer ul li.twitter {
  padding-left: 35px;
  padding-top: 4px;
}

footer ul li.twitter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../img/icon/twitter.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

footer ul li.youtube {
  padding-left: 35px;
  padding-top: 4px;
}

footer ul li.youtube:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../img/icon/youtube.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

footer ul li.linkedin {
  padding-left: 35px;
  padding-top: 4px;
}

footer ul li.linkedin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../img/icon/linkedin.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

footer ul li.flickr {
  padding-left: 35px;
}

footer .socket {
  background-color: #fbfbfb;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 6rem;
  border-top: solid 1px var(--color-gris-mc);
}

footer .socket a {
  color: var(--color-gris-f);
}

@media (max-width: 767px) {
  footer .socket {
    margin-top: 0rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  footer .socket {
    margin-top: 0rem;
  }
}

footer .socket p {
  color: var(--color-gris-f);
  font-size: 0.875rem;
  margin: 40px 0px 40px 0px;
}

@media (max-width: 767px) {
  footer .socket p {
    margin: 20px 0px 20px 0px;
  }
}

.image-top {
  background-size: cover;
  background-repeat: no-repeat;
  height: 52vh;
  width: 100%;
  margin-bottom: 18rem;
  margin-top: -85px;
}

@media (max-width: 767px) {
  .image-top {
    height: 40vh;
    width: 100%;
    margin-bottom: 15rem;
  }
}

.image-top .container {
  height: 100%;
}

.image-top .container [class*="col-"] {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.title-superior {
  bottom: -12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  height: 300px;
  background-color: var(--color-gris-f);
  position: relative;
}

@media (max-width: 767px) {
  .title-superior {
    position: relative;
    width: 100%;
    height: 350px;
  }
}

.development .title-superior,
.plates .title-superior {
  width: 520px;
  height: 520px;
}

.title-superior img {
  top: 0;
  left: 0;
  max-width: 100px;
  margin-left: 0rem;
  position: absolute;
}

@media (max-width: 767px) {
  .title-superior img {
    max-width: 100px;
  }
}

.title-superior .textos {
  position: absolute;
  top: 2rem;
}

.title-superior h1 {
  font-size: 3.125rem;
  line-height: 3.125rem;
  color: #fff;
  margin-top: 1.25rem;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .title-superior h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.title-superior h1 span {
  color: var(--color-verd);
}

.title-superior h5 {
  font-family: "Inter Light", sans-serif;
  font-size: 1rem;
  color: #fff;
  border: solid 1px var(--color-verd);
  padding: 5px 20px;
  width: fit-content;
}

.title-superior p {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.5rem;
}

.page-content {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .page-content {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .page-content p {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.page-content .color-long-square {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 30rem;
  margin-right: 3rem;
  position: relative;
  z-index: 1;
  background-color: var(--color-gris-f);
}

@media (max-width: 767px) {
  .page-content .color-long-square {
    height: auto;
    min-height: 20rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .page-content .color-long-square {
    height: auto;
    min-height: 26rem;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .page-content .color-long-square {
    height: auto;
    min-height: 26rem;
  }
}

.page-content .color-long-square.left {
  margin-left: 2.25rem;
  margin-bottom: 3.25rem;
}

@media (max-width: 767px) {
  .page-content .color-long-square.left {
    margin-right: 0rem;
  }
}

.page-content .color-long-square h4 {
  font-family: "Inter Semi", sans-serif;
  line-height: 2.5rem;
  color: #fff;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .page-content .color-long-square h4 {
    line-height: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .page-content .color-long-square h4 {
    line-height: 1.75rem;
  }
}

.page-content .square-right {
  position: absolute;
  width: 50%;
  height: 55%;
  background-color: var(--color-verd);
  top: -6.5rem;
  right: 1.5rem;
  z-index: 0;
}

@media (max-width: 767px) {
  .page-content .square-right {
    right: 0rem;
  }
}

.square-right-grey,
.square-right-grey-sm {
  position: absolute;
  width: 40%;
  height: 40%;
  background-color: var(--color-gris-f);
  top: -4.5rem;
  right: 0.5rem;
  z-index: 0;
}

@media (max-width: 767px) {
  .square-right-grey {
    right: 0rem;
  }
  .square-right-grey-sm {
    top: -0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .square-right-grey-sm {
    right: 0rem;
    top: 0;
  }
}

.page-content .square-left {
  position: absolute;
  width: 50%;
  height: 55%;
  background-color: var(--color-verd);
  bottom: -3rem;
  left: 1rem;
  z-index: 0;
}

@media (max-width: 767px) {
  .page-content .square-left {
    left: 0rem;
  }
}

.page-content .content-square {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-content .content-square {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}

.list-border {
  border-top: 1px solid #37343e;
}

.list-border li {
  border-bottom: 1px solid #37343e;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #00a598;
  padding-left: 1.5rem;
  position: relative;
}

.list-border li:before {
  position: absolute;
  content: "—";
  left: 0px;
  margin-right: 0.5rem;
}

.margin-bottom-5 {
  margin-bottom: 5rem;
}

.margin-top-10 {
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .margin-top-10 {
    margin-top: 5rem;
  }
}

.margin-left-0 .content-title.title-2 {
  margin-left: 0px !important;
}

.bloc-icona-esquerra {
  margin-bottom: 10rem;
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .bloc-icona-esquerra {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.bloc-icona-esquerra.equipo-humano {
  margin-bottom: 7rem;
}

.bloc-icona-esquerra.equipo-humano img {
  max-width: 275px;
  height: auto;
}

@media (max-width: 767px) {
  .bloc-icona-esquerra.equipo-humano img {
    max-width: 125px;
    margin-top: 5rem;
  }
}

.bloc-icona-esquerra.gobierno-corporativo {
  background: #c7c7c6;
  background: linear-gradient(90deg, #c7c7c6 45%, white 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7c7c6", endColorstr="#ffffff", GradientType=1);
  margin-top: 25rem;
}

@media (max-width: 767px) {
  .bloc-icona-esquerra.gobierno-corporativo {
    margin-top: 5rem;
    background: none;
  }
}

.bloc-icona-esquerra.gobierno-corporativo [class*="col-"] {
  margin-top: -15rem;
}

@media (max-width: 767px) {
  .bloc-icona-esquerra.gobierno-corporativo [class*="col-"] {
    margin-top: 5rem;
  }
}

.bloc-icona-esquerra.gobierno-corporativo img {
  max-width: 325px;
  height: auto;
}

@media (max-width: 767px) {
  .bloc-icona-esquerra.gobierno-corporativo img {
    max-width: 125px;
    height: auto;
  }
}

.bloc-icona-esquerra.gobierno-corporativo h5 {
  color: #00a598;
  margin-bottom: 1rem;
}

.bloc-icona-esquerra .icon {
  max-width: 325px;
  height: auto;
}

@media (max-width: 767px) {
  .bloc-icona-esquerra .icon {
    max-width: 125px;
    margin-bottom: 5rem;
  }
}

.image-separator {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

@media (max-width: 767px) {
  .image-separator {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.separator-icon-bottom {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .separator-icon-bottom {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.separator-icon-bottom .icon-sep {
  max-width: 325px;
  height: auto;
  position: absolute;
  bottom: -15rem;
  right: 10rem;
  width: 325px;
  height: auto;
}

@media (max-width: 767px) {
  .separator-icon-bottom .icon-sep {
    max-width: 125px;
    bottom: -3rem;
    right: 1rem;
    width: 125px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .separator-icon-bottom .icon-sep {
    max-width: 125px;
    bottom: -3rem;
    right: 1rem;
    width: 125px;
    height: auto;
  }
}

.separator-icon-top {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .separator-icon-top {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.separator-icon-top .icon-sep {
  max-width: 125px;
  position: absolute;
  top: -4rem;
  right: 5rem;
  width: 225px;
  height: auto;
  padding: 1.5rem;
}

@media (max-width: 767px) {
  .separator-icon-top .icon-sep {
    top: -2rem;
    left: 1rem;
    width: 125px;
    max-width: 125px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .separator-icon-top .icon-sep {
    top: -2rem;
    left: 1rem;
    width: 125px;
    max-width: 125px;
  }
}

.content-arrow {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.page-separator {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-separator.right-icon {
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .page-separator.right-icon {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}

.page-separator.right-icon .parallax-content:before {
  display: none;
}

.page-separator.right-icon .parallax-content:after {
  content: "";
  background-image: url("../img/right-icon-separator.svg");
  background-size: 325px 325px;
  width: 325px;
  height: 325px;
  position: absolute;
  bottom: 4rem;
  right: -14rem;
  z-index: 99;
}

@media (max-width: 767px) {
  .page-separator.right-icon .parallax-content:after {
    background-size: 125px 125px;
    width: 125px;
    height: 125px;
    right: 1rem;
  }
}

.page-separator.icon1 {
  padding-bottom: 2rem;
}

.page-separator.icon1 .parallax-content:before {
  content: "";
  background-image: url("../img/page-separator-icon.svg");
}

.page-separator.desarrollo {
  padding-bottom: 2rem;
}

.page-separator.desarrollo .parallax-content:before {
  content: "";
  background-image: url("../img/desarrollo-icons.svg");
}

.page-separator.directrices-principales {
  padding-bottom: 2rem;
}

.page-separator.directrices-principales .parallax-content:before {
  content: "";
  background-image: url("../img/directrices-icons.svg");
}

.page-separator .parallax-content {
  position: relative;
}

.page-separator .parallax-content:before {
  content: "";
  background-image: url("../img/modelo-negocio-separator.svg");
  background-size: 325px 325px;
  width: 325px;
  height: 325px;
  position: absolute;
  bottom: 4rem;
  left: -14rem;
  z-index: 99;
}

@media (max-width: 767px) {
  .page-separator .parallax-content:before {
    background-size: 125px 125px;
    width: 125px;
    height: 125px;
    left: 1rem;
    bottom: -5rem;
  }
}

.parallax-image {
  height: 750px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 0%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .parallax-image {
    height: 250px;
  }
}

.parallax-image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.saba-garage {
  background-color: #ededed;
  position: relative;
  margin-top: 23rem;
  margin-bottom: 10rem;
}

.saba-garage.cloud {
  padding-top: 5rem;
  margin-top: 0px;
  margin-bottom: 17rem !important;
}

@media (max-width: 767px) {
  .saba-garage.cloud {
    padding-top: 5rem;
    margin-top: 5rem;
    margin-bottom: 10rem !important;
  }
}

.saba-garage.cloud [class*="col-"] {
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .saba-garage.cloud [class*="col-"] {
    justify-content: inherit;
    align-items: inherit;
    height: auto;
  }
}

.saba-garage h4 {
  line-height: 2.375rem;
  color: #00a598;
  font-family: "Inter Light", sans-serif;
}

.saba-garage .row {
  height: 550px;
  display: flex;
}

@media (max-width: 767px) {
  .saba-garage .row {
    height: auto;
    display: block;
  }
}

.saba-garage [class*="col-"] {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.saba-garage .icon-saba {
  position: absolute;
  width: 300px;
  height: auto;
  top: -12rem;
}

.saba-garage .image {
  position: absolute;
  top: -15rem;
  left: 0;
  overflow: hidden;
}

.saba-garage img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 660px;
}

@media (max-width: 767px) {
  .saba-garage img {
    -o-object-fit: none;
    object-fit: none;
    height: auto;
  }
}

.saba-garage .relative {
  margin-bottom: 8rem;
}

.double-text {
  margin-bottom: 10rem;
}

.double-text .container {
  position: relative;
}

.double-text .container:after {
  content: "";
  background-image: url("../img/icon-bottom.svg");
  background-size: 315px 157px;
  width: 315px;
  height: 157px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bloc-first-text {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.sostenibilidad.light {
  background: var(--color-blanc);
  padding-top: 0rem;
}

@media (max-width: 767px) {
  .bloc-first-text {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sostenibilidad.light {
    background: var(--color-blanc);
  }
}

.sostenibilidad.light .item-list {
  text-align: center;
  justify-content: center;
}

.sostenibilidad.light p {
  font-family: "Inter Light", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-gris-md);
}

@media (max-width: 767px) {
  .sostenibilidad.light p {
    font-size: 1.225rem;
    line-height: 1.725rem;
  }
}

.grafica-separator {
  background-color: var(--color-gris-mc);
  margin-top: 12rem;
  margin-bottom: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (max-width: 767px) {
  .grafica-separator {
    padding-top: 5rem;
    padding-bottom: 6rem;
    margin-bottom: 5rem;
    margin-top: 6rem;
  }
}

.grafica-separator.actividades h3 {
  font-size: 2.5rem;
  color: #00a598;
  margin-bottom: 1rem;
}

.grafica-separator.actividades p {
  font-size: 1.5rem;
  margin-bottom: 5rem;
}

.grafica-separator .icons-grafica {
  margin-top: 6rem;
}

.grafica-separator .icons-grafica img {
  max-width: 80px;
  height: auto;
  margin-bottom: 1.5rem;
}

.grafica-separator .icons-grafica .col {
  color: var(--color-blanc);
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Inter Bold", sans-serif;
}

@media (max-width: 767px) {
  .grafica-separator .icons-grafica .col {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

.grafica-separator .icons-grafica span.count {
  color: var(--color-blanc);
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Inter Bold", sans-serif;
  text-align: center;
}

@media (max-width: 767px) {
  .grafica-separator .icons-grafica span.count {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

.grafica-separator .icons-grafica h4 {
  font-family: "Inter Regular", sans-serif;
  font-size: 1.325rem;
  color: var(--color-blanc);
  text-align: center;
}

@media (max-width: 767px) {
  .grafica-separator .icons-grafica h4 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .consejo-administracion .item-consejo {
    margin-bottom: 3rem;
  }
}

.directrices-principales {
  margin-top: -6rem;
}

h6.aparcamiento-ecosistema {
  font-family: "Inter Light", sans-serif;
  color: var(--color-gris-f);
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0rem;
  margin-top: 0rem;
}

@media (max-width: 767px) {
  .directrices-principales {
    margin-top: 0rem;
  }
}

.white-background {
  background-color: #fff;
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 767px) {
  .white-background {
    margin-top: 5rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.dark-background {
  background-color: var(--color-gris-f);
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.dark-background h5 {
  color: var(--color-verd);
}

.grey-background {
  background-color: var(--color-gris-mc);
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (max-width: 767px) {
  .grey-background {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.grey-background.margin-top {
  margin-top: 0rem;
  padding-top: 3rem;
}

.grey-background h3 {
  font-family: "Inter Light", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  color: var(--color-blanc);
}

@media (max-width: 767px) {
  .grey-background h3 {
    font-size: 1.925rem;
    line-height: 2.175rem;
    margin-top: 1rem;
  }
}

.grey-background p {
  font-size: 1.125rem;
  line-height: 1.7rem;
}

.medio-ambiente {
  margin-bottom: 0px;
}

.medio-ambiente .title-emisiones {
  border-bottom: 1px solid #37343e;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.medio-ambiente .title-emisiones h3.title-light {
  font-family: "Inter Light", sans-serif;
  color: #00a598;
  margin-bottom: 0.5rem;
}

.medio-ambiente .title-emisiones p.large {
  margin-bottom: 0px;
}

.medio-ambiente .icones {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.medio-ambiente .icones .col {
  text-align: center;
}

@media (max-width: 767px) {
  .medio-ambiente .icones .col {
    margin-bottom: 3rem;
  }
}

.medio-ambiente .icones .col img {
  margin-bottom: 1.5rem;
}

.medio-ambiente .icones .col h4 {
  color: #00a598;
  font-size: 1.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 768px) and (max-width: 979px) {
  .medio-ambiente .icones .col h4 {
    font-size: 1rem;
    line-height: 1.175rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .criteriosImg {
    margin-top: 4rem;
  }
}

.medio-ambiente .icon {
  height: auto;
  margin: auto;
}

.medio-ambiente .text-emisiones {
  margin-top: 2rem;
}

.medio-ambiente .text-emisiones h5 {
  margin-bottom: 2rem;
  font-family: "Inter Bold", sans-serif;
}

.medio-ambiente .text-emisiones h6 {
  color: #00a598;
}

.icon-cloud:after {
  content: "";
  background-image: url("../img/search-cloud.svg");
  background-size: 125px 125px;
  width: 125px;
  height: 125px;
  position: absolute;
  bottom: -62.5px;
  left: 0;
}

@media (max-width: 767px) {
  .icon-cloud:after {
    bottom: -4rem;
  }
}

.icon-mac {
  margin-top: 4rem;
  display: flex;
  background-color: #ededed;
}

.icon-mac img {
  max-width: 75px;
  height: auto;
}

.icon-mac div {
  padding: 1rem;
  display: flex;
  align-items: center;
  font-family: "Inter Bold", sans-serif;
  color: #00a598;
}

@media (max-width: 767px) {
  .icon-mac div {
    font-size: 0.7rem;
  }
}

.codigo-etico {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .codigo-etico {
    margin: auto;
    margin-bottom: 2rem;
  }
}

.codigo-etico li {
  background-color: #00a598;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .codigo-etico li {
    margin-bottom: 1rem;
  }
}

.codigo-etico li .color {
  padding: 2rem;
  color: #fff;
}

.servicios {
  text-align: center;
}

.servicios .content-item {
  background-color: #fff;
  padding: 2rem;
  height: 100%;
}

@media (max-width: 767px) {
  .servicios .content-item {
    height: auto;
    margin-bottom: 1rem;
  }
}
.servicios .col-lg-12 {
  margin-bottom: 3rem;
}

.servicios .content-item h4 {
  color: #00a598;
  margin-bottom: 1.5rem;
}

.servicios .icon {
  max-width: 80px;
  height: auto;
  margin: 1rem auto 1.5rem auto;
  display: block;
}

.title-columnas h4 {
  font-size: 2.375rem;
  line-height: 2.625rem;
  font-family: "Inter Light", sans-serif;
  color: var(--color-verd);
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .title-columnas h4 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

.referentes .row {
  width: 100%;
}

@media (max-width: 767px) {
  .referentes .row {
    width: auto;
  }
}

@media (max-width: 767px) {
  .referentes .content-square {
    display: inline-block;
  }
}

.row.icons.referentes {
  display: flex;
  gap: 0rem;
}

@media (min-width: 768px) and (max-width: 979px) {
  .row.icons.referentes {
    gap: 1rem;
  }
}

.referentes .icon {
  text-align: center;
  font-size: 2.375rem;
  line-height: 2.375rem;
  color: var(--color-blanc);
  font-family: "Inter Bold", sans-serif;
  padding: 2rem;
}

.referentes .icon img {
  max-width: 90px;
  height: auto;
  margin: auto;
  margin-bottom: 1rem;
  display: block;
}

.referentes .count {
  font-family: "Inter Bold", sans-serif;
  font-size: 2.375rem;
  line-height: 2.375rem;
  color: var(--color-blanc);
  margin-top: 0.75rem;
}

.referentes h6 {
  color: var(--color-blanc);
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-top: 0.25rem;
}

@media (min-width: 768px) and (max-width: 979px) {
  .referentes h6 {
    font-size: 0.725rem;
    line-height: 1.175rem;
  }
}

.referentes .destacat {
  margin-bottom: 3rem;
}

.iniciativa .icon {
  text-align: center;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-family: "Inter Bold", sans-serif;
  padding: 1.5rem;
  background-color: white;
}

.row.iniciativa {
  display: flex;
  gap: 2rem;
  margin: 4rem;
}

.image-coche {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

@media (max-width: 767px) {
  .image-coche {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
}

.icon-enchufe {
  max-width: 150px;
  height: auto;
  position: absolute;
  left: 4rem;
  top: -4rem;
}

@media (max-width: 767px) {
  .icon-enchufe {
    max-width: 50px;
    left: 2rem;
    top: -2rem;
  }
}

.titleFosc {
  font-family: "Inter Light", sans-serif;
  font-size: 2.275rem;
  line-height: 2.675rem;
  color: var(--color-verd);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .titleFosc {
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.intermodalidad.title-superior h1 {
  font-size: 2.625rem !important;
  line-height: 2.625rem !important;
}

@media (max-width: 767px) {
  .intermodalidad.title-superior h1 {
    font-size: 2.25rem !important;
    line-height: 2.25rem !important;
  }
}

.page-content.gobierno-corporativo .icono-gobierno {
  max-width: 255px;
  height: auto;
}

@media (max-width: 767px) {
  .page-content.gobierno-corporativo .icono-gobierno {
    max-width: 125px;
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .page-content.gobierno-corporativo.margin-top-10 {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .page-content.gobierno-corporativo.margin-top-10 .content-square {
    margin-bottom: 3rem;
  }
}

.page-content.accion-social img {
  max-width: 255px;
  height: auto;
}

@media (max-width: 767px) {
  .page-content.accion-social img {
    max-width: 125px;
    margin-top: 3rem;
  }
}

.page-content.medio-ambiente .icon-saba {
  width: 250px;
  height: auto;
}

@media (max-width: 767px) {
  .page-content.medio-ambiente .icon-saba {
    width: 250px;
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .page-content.directrices .content-square {
    margin-top: 0rem;
    margin-bottom: 10rem;
  }
}

@media (max-width: 767px) {
  .page-content.consejero .content-square,
  .page-content.presidente .content-square {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
}

.page-content.last-block {
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .page-content.last-block {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.page-content.intermodalidad-page {
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .page-content.intermodalidad-page {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .page-content.margin-top-10 .content-arrow {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .page-content.balance .content-square {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

.page-content.balance img {
  max-width: 225px;
  height: auto;
}

@media (max-width: 767px) {
  .page-content.balance img {
    max-width: 125px;
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .page-content.equipo-humano .content-square {
    margin-top: 0rem;
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .page-content.desarrollo .content-square {
    margin-top: 7rem;
    margin-bottom: 5rem;
  }
}

.page-content.desarrollo img {
  width: 250px;
  height: auto;
}

@media (max-width: 767px) {
  .page-content.desarrollo img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .page-content.actividades .content-square {
    margin-top: 0rem;
    margin-bottom: 5rem;
  }
}

.page-content.actividades img {
  width: 350px;
  height: auto;
}

@media (max-width: 767px) {
  .page-content.actividades img {
    max-width: 100%;
    margin-top: 5rem;
  }
}

.page-content.geever img {
  max-width: 255px;
  height: auto;
}

@media (max-width: 767px) {
  .page-content.geever img {
    max-width: 165px;
    margin-top: 3rem;
  }
}

.right-directivo {
  margin-top: 20rem;
}

@media (max-width: 767px) {
  .right-directivo {
    margin-top: 5rem;
  }
}

.right-directivo h4 {
  margin-bottom: 2rem;
}

.web-app h3 {
  font-family: "Inter Light", sans-serif;
  text-align: center;
  margin-top: 5rem;
}

.web-app .referentes {
  margin-bottom: 5rem;
}

.web-app.margin-bottom {
  margin-top: 4rem;
  margin-bottom: 15rem;
}

.web-app.geever {
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .web-app.geever {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .web-app.geever .icons {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .web-app .icons {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .web-app .icons .icon {
    margin-bottom: 0rem;
  }
}

.aparcamiento h3 {
  font-family: "Inter Bold", sans-serif;
  text-align: center;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .aparcamiento h3 {
    margin-top: 1rem;
  }
}

.aparcamiento.margin-bottom {
  margin-bottom: 5rem;
}

.navegacion {
  margin-top: 7rem;
}

.navegacion img {
  max-width: 255px;
  height: auto;
}

@media (max-width: 767px) {
  .navegacion img {
    max-width: 125px;
    margin-top: 3rem;
  }
}

.small-images {
  background: #fff;
  background: linear-gradient(180deg, white 20%, #ededed 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed", GradientType=1);
  margin-top: 10rem;
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .small-images {
    margin-top: 8rem;
    padding-bottom: 5rem;
    background: linear-gradient(180deg, white 10%, #ededed 10%);
  }
}

.small-images .col {
  text-align: center;
}

@media (max-width: 767px) {
  .small-images .col {
    margin-bottom: 3rem;
  }
}

.small-images h6 {
  color: #37343e;
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.small-images img {
  box-shadow: 10px 10px 0px 1px #00a598;
  max-width: 175px;
  height: auto;
}

.infografias {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.infografias .left {
  text-align: center;
}

.infografias .left img {
  max-width: 70%;
  height: auto;
}

.lookers h4 {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .lookers h4 {
    margin-top: 2.5rem;
  }
}

.iconESG {
  background-color: var(--color-gris-mc);
  margin: 1rem;
  text-align: center;
  padding-top: 3rem;
  height: 25rem;
}

.iconESG p {
  font-size: 1.125rem;
  line-height: 1.525rem;
  margin-top: 1rem;
}

.iconESG img {
  max-width: 100px;
  margin-bottom: 1rem;
}

.looker-info {
  margin-top: 12rem;
}

.looker-blank {
  margin-top: -30rem;
  margin-bottom: 15rem;
  background: transparent;
}

@media (max-width: 767px) {
  .looker-blank {
    margin-top: -10rem;
    margin-bottom: 6rem;
  }
}

.looker-grey {
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .looker-grey {
    padding-bottom: 10rem;
  }
}

.web-app-module h4 {
  font-size: 20px;
  line-height: 30px;
}

.web-app-module p {
  font-size: 20px;
  line-height: 30px;
}

.imatge-round.fonsNegre {
  width: 80%;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .imatge-round.fonsNegre {
    width: 90%;
  }
}

.imatge-pano-lft {
  margin-left: 5vw;
}

.imatge-pano-rgt {
  margin-left: -5vw;
}

.icon-pano-lft {
  margin-left: 5vw;
  height: 14rem;
  padding: 3rem;
}

@media (max-width: 767px) {
  .imatge-pano-rgt,
  .imatge-pano-lft {
    height: 200px;
    object-fit: cover;
  }
}

.icon-pano-rgt {
  margin-right: 5vw;
  height: 14rem;
  padding: 3rem;
  display: flex;
  justify-content: end;
}

.container-fluid.img-pano {
  overflow-x: hidden;
}

.destacat-centre {
  text-align: center;
  background-color: var(--color-gris-f);
  padding: 3rem;
  color: #fff;
  border: solid 1rem white;
}

.container-fluid.im {
  overflow-x: hidden;
}

.textos.consejo-admin {
  top: 0.1rem;
}

.peuFoto {
  font-size: 0.875rem;
  line-height: 1.225rem;
  margin-top: 0.8rem;
}

.to-top {
  position: fixed;
  bottom: 40px;
  right: -1px;
  z-index: 99;
  width: 30px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  background-color: var(--color-taronja);
  padding-left: 1px;
}

.to-top:hover {
  opacity: 0.8;
}

.to-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sepSecc {
  height: 8rem;
}

@media (max-width: 767px) {
  .sepSecc {
    display: none;
  }
}

.imgTop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blocInfoDeg {
  height: 100%;
  padding: 1.5rem;
}

.blocIconInf {
  height: auto;
  padding: 1.5rem;
  margin-top: 1rem;
  width: 100%;
}

@media (max-width: 767px) {
  .blocIconInf {
    margin-bottom: 4rem;
  }
}

.blocIconInfGran {
  padding: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.blocIconLat {
  height: 100%;
  width: 8rem;
  padding: 1.5rem;
}

.blocIconInf img.icon,
img.icon {
  max-width: 80px;
}

.imgDest {
  width: 100%;
}

@media (max-width: 767px) {
  .imgDest {
    margin-top: 4rem;
  }
}

.BlocImgDest {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.destacat {
  text-align: left;
  padding: 2rem 2rem;
  margin: 0rem 0;
}

.destacatB {
  text-align: left;
  padding: 1rem 2rem;
  margin: 0rem 0;
  height: 100%;
}

.destacatC {
  font-size: 1.475rem;
  line-height: 2.175rem;
  letter-spacing: -0.5pt;
  padding-bottom: 1rem;
}

.destacatD {
  text-align: left;
  padding: 2rem 2rem;
  margin: 0rem 0;
}

@media (max-width: 767px) {
  .destacat {
    padding: 1.5rem 1.5rem;
    margin: 1rem 0;
  }
}

@media (max-width: 767px) {
  .col-md-4.mob-sp.caixes-b.text-center {
    padding: 0;
  }
}

.destacat-fons-gris {
  text-align: left;
  background-color: var(--color-gris-mc);
  padding: 2rem 3rem;
  color: var(--color-gris-f);
  margin: 4rem 0;
}

.blocTitol h1 {
  font-size: 2.5rem;
  line-height: 3.8rem;
  margin: 0;
}

@media (max-width: 767px) {
  .blocTitol h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0;
  }
}

.blocTitol {
  background-color: #fff;
  border: solid 1.5px;
  border-color: var(--color-gris-mc);
  padding: 2rem;
  margin-top: -8rem;
}

@media (max-width: 767px) {
  .blocTitol {
    padding: 1rem;
    margin-top: -4rem;
  }
}

.etiquetaTitol {
  width: fit-content;
  padding: 0.4rem 1.5rem;
  color: #fff;
}

.mapaHome {
  background-color: var(--color-blanc);
  padding-top: 8rem;
}

@media (max-width: 993px) {
  .mapaHome {
    padding-top: 0rem;
    margin-bottom: -2rem;
    margin-top: 4rem;
  }
}

.numOrang {
  background-color: var(--color-gris-mc);
  color: var(--color-taronja);
  padding-left: 15px;
  text-align: center;
  width: 50px;
  padding-top: 10px;
  margin-right: 10px;
}

.numOrang h4 {
  font-family: "Inter Bold";
  font-size: 1.9rem;
  padding-right: 1.2rem;
  margin-top: 2px;
  color: var(--color-taronja);
}

.paisos-list ul {
  padding-bottom: 10px;
}

.numGreen h4 {
  font-family: "Inter Bold";
  font-size: 3.2rem;
  padding-right: 1.2rem;
  margin-top: 2px;
  color: var(--color-verd);
}

.paisos-list .col-md-6 {
  padding: 5px;
}
.row.paisos-list {
  margin-top: 0px;
  margin-bottom: -1px;
  margin-left: 1px;
  margin-right: -4px;
}

.paisos-list .col-md-6.col-lg-3 {
  border: solid 1px var(--color-gris-c);
  margin-top: -1px;
  margin-left: -1px;
}

.dataMap h4 {
  font-family: "Inter Regular", sans-serif;
  font-size: 1.2rem;
  color: var(--color-gris-f);
  margin-top: -0.8rem;
  text-transform: uppercase;
}

.dataMap div {
  background-color: var(--color-blanc);
  padding: 1rem;
  border: solid 1px var(--color-gris-c);
  margin-left: -1px;
  margin-right: 0px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.dataMap.row {
  margin-left: 1px;
}

.dataMap span.count {
  font-family: "Inter Bold", sans-serif;
  font-size: 2.625rem !important;
  line-height: 4.625rem !important;
  color: var(--color-taronja);
}

.map-home {
  width: 75%;
}

@media (max-width: 767px) {
  .map-home {
    width: 140%;
    margin-top: -80px;
  }
}

@media (max-width: 575px) {
  .map-home {
    margin-left: -10%;
  }
}

.contGris {
  background-color: var(--color-gris-mc);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blocktop {
  padding: 0rem 3rem;
}

.buttonPres {
  position: absolute;
  bottom: 2rem;
}

.imgCarta {
  padding: 0px;
}

.imgCons {
  position: relative;
}

h4.colBlanc.subDestacat {
  font-size: 1.5rem;
  line-height: 2rem;
}

.imgSeparador img {
  padding: 1.8rem;
}

@media (max-width: 767px) {
  .imgSeparador img {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 1rem;
  }
}

.textDesta {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .textDesta {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}

.textDestaB p {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .textDestaB p {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}

.col-md-8.left {
  display: flex;
  justify-content: end;
  padding: 0;
}

.sepSeccTop {
  margin-top: 0px;
  height: 1px;
}

.imgSep {
  height: auto;
  padding: 0;
}

@media (max-width: 767px) {
  .imgSep {
    padding: 0rem;
  }
}

.margSect {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

@media (max-width: 767px) {
  .margSect {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.enllacCust a {
  color: var(--color-blanc);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.enllacCust a:hover {
  opacity: 0.5;
  transition: 0.8s;
  text-decoration-line: underline !important;
  text-decoration-thickness: 4px;
}

.enllacB a {
  color: var(--color-blanc);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.enllacB a:hover {
  color: var(--color-gris-f);
  transition: 0.8s;
  text-decoration-line: underline !important;
  text-decoration-thickness: 4px;
}

.numbDest {
  font-size: 4rem;
  margin-top: 2rem;
}

.iconSm {
  max-width: 125px;
  position: absolute;
  width: 225px;
  height: auto;
  padding: 1.5rem;
  bottom: 0;
}

.destacat h4 {
  padding-top: 1rem;
}

.imgSeccio {
  background-color: var(--color-gris-mc);
  margin: 8rem 1rem 1rem 1rem;
}

.marcGris {
  background-color: var(--color-gris-mc);
  padding: 3rem;
}

.blocNum {
  background-color: red;
  padding: 1rem;
}

a.colGris-f:hover {
  color: var(--color-verd);
}

video {
  padding: 0 !important;
}

.vid .row div {
  overflow: hidden;
  padding: 0;
}

.iconLft {
  display: flex;
  gap: 2rem;
  align-items: start;
  border-bottom: solid 1px var(--color-gris-c);
  margin-bottom: 0.8rem;
}

@media (max-width: 980px) {
  .iconLft:last-child {
    margin-bottom: -1px;
  }

  .iconLft img {
    margin-left: 10px;
  }
}

.iconLft img {
  max-width: 120px;
}

.enlBot {
  margin-top: 1rem;
}

.enlBot a {
  text-decoration: none;
}

.enlBot a:hover {
  text-decoration: underline !important;
  color: var(--color-blanc);
  transition: color 1s ease, text-decoration 1s ease;
}

.icon-sep-b {
  max-width: 120px;
  padding: 9rem 1.5rem 1.5rem 1.5rem;
  top: -2rem;
  position: relative;
  right: -2rem;
}

h5 a {
  color: var(--color-blanc);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

h5 a:hover {
  color: var(--color-blanc);
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  opacity: 0.5;
  transition: 0.8s;
}

a.linkTxt {
  color: var(--color-verd);
  font-family: "Inter Bold";
}

.negVerd {
  font-family: "Inter Bold";
  color: var(--color-verd);
}

a.footAv {
  color: var(--color-gris-f);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a.footAv:hover {
  color: var(--color-gris-f);
  opacity: 0.5;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: 0.8s;
}

.infografGr {
  background-color: var(--color-gris-mc);
  padding-top: 20rem;
  padding-bottom: 4rem;
  margin-top: -20rem;
}

@media (max-width: 767px) {
  .infografGr {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}

.pastVerda {
  width: 150px;
  height: 150px;
  position: relative;
  bottom: -100px;
  left: -50px;
  background-color: var(--color-verd);
  z-index: 0;
}

@media (max-width: 767px) {
  .pastVerda {
    display: none;
  }
}

@media (max-width: 767px) {
  .blockHid {
    display: none;
  }
}
