@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,600;0,700;1,300;1,600;1,700&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root {
  --bs-font-sans-serif: "Nunito Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --duration: .25s;
  --bezier1: cubic-bezier(0.19, 1, 0.22, 1);
  --bezier2: cubic-bezier(0.77, 0, 0.175, 1);
  --curtain: calc(var(--duration) * 4) var(--bezier2);
  --curtain2: calc(var(--duration) * 4) var(--bezier1);
  --grey: #999;
  --grey2: #ccc;
  --grey3: #f5f5f5;
  --grey4: #cacaca;
}

.mw-md {
  max-width: 720px;
}

.ls-n {
  letter-spacing: -0.04em;
}

.ls-p {
  letter-spacing: 0.04em;
}

.pt-5b {
  padding-top: 5.2rem !important;
}

.pb-5b {
  padding-bottom: 5.2rem !important;
}

.pt-6 {
  padding-top: 7.8rem !important;
}

.pb-6 {
  padding-bottom: 7.8rem !important;
}

.relative {
  position: relative;
}

.btn {
  border-radius: 0 !important;
  transition: color var(--duration) ease-out, background var(--duration) ease-out, border var(--duration) ease-out;
  font-weight: bold;
}

.btn.curtain {
  position: relative;
}

.btn.curtain:hover {
  background-color: transparent !important;
  color: #fff;
  border-color: #DC241F;
}

.btn.curtain:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform var(--curtain2);
  transform-origin: left center;
  transform: scaleX(0);
}

.btn.curtain:hover:after {
  transform: scaleX(1);
}

.btn.curtain:after {
  background-color: #DC241F;
}

@-webkit-keyframes darr {
  60%, 80%, 100% {
    transform: translateX(0%);
  }
  70%, 90% {
    transform: translateX(-70%);
  }
}

@keyframes darr {
  60%, 80%, 100% {
    transform: translateX(0%);
  }
  70%, 90% {
    transform: translateX(-70%);
  }
}
.darr {
  display: block;
  text-align: center;
  line-height: 0;
  pointer-events: none;
  transition: opacity var(--duration) ease-out;
}

.darr > span {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 4.5rem;
  font-weight: 200;
  line-height: 0.4;
  vertical-align: middle;
}

.darr > span > span {
  display: block;
  -webkit-animation: darr calc(var(--duration) * 10) forwards infinite ease-in-out;
          animation: darr calc(var(--duration) * 10) forwards infinite ease-in-out;
}

body.scrolled .section--1 .darr {
  opacity: 0;
}

.animable {
  transition: opacity calc(var(--duration) * 6) ease-out, transform calc(var(--duration) * 8) var(--bezier1);
}

.waypoint.off .animable {
  pointer-events: none;
  opacity: 0;
}

.waypoint.off .animable:not(.no--translate) {
  transform: translate3d(0, 3.9rem, 0);
}

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

#wrapper {
  width: 100%;
  overflow: hidden;
  transition: opacity calc(var(--duration) * 4) calc(var(--duration) * 2) ease-out;
}

body.loading #wrapper {
  opacity: 0;
}

::-moz-selection {
  background: #DC241F;
  background: url("../images/screen.png") repeat 50% 50%, rgba(220, 36, 31, 0.99);
  color: #fff;
}

::selection {
  background: #DC241F;
  background: url("../images/screen.png") repeat 50% 50%, rgba(220, 36, 31, 0.99);
  color: #fff;
}

body {
  font-weight: 300;
  color: #191919;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 2000px;
}

.fw-semibold {
  font-weight: 600;
}

a {
  color: #DC241F;
}

.text-light {
  color: #fff !important;
}

.text-dark {
  color: #191919 !important;
}

.text-primary {
  color: #DC241F !important;
}

.bg-light {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #191919 !important;
  color: #fff !important;
}

.bg-primary {
  background-color: #DC241F !important;
}

.bg-secondary {
  background-color: #9F2D20 !important;
}

.bg-grey2 {
  background-color: var(--grey2);
}

.bg-grey3 {
  background-color: var(--grey3);
}

.fill-dark {
  fill: #191919;
}

.fill-light {
  fill: #fff;
}

.fill-primary {
  fill: #DC241F;
}

.stroke-dark {
  stroke: #191919;
}

.bg-dark a {
  color: #fff;
  text-decoration: none;
}

.bg-dark a:hover {
  text-decoration: underline;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  line-height: 1.35;
}

.section:not(.section--formjoin) button,
.section:not(.section--formjoin) select {
  font-family: inherit;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  color: inherit;
}

#main_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  color: #191919;
  transition: background var(--duration) ease-out, color var(--duration) ease-out, box-shadow var(--duration) ease-out, transform calc(var(--duration) * 8) calc(var(--duration) * 2) var(--bezier1);
}

body.scrolled #main_header {
  background-color: #fff;
}

body.header-transparent:not(.menu--open):not(.scrolled) #main_header {
  background-color: transparent;
  color: #fff;
}

body.loading #main_header {
  transform: translateY(-100%);
}

body.header-transparent:not(.menu--open):not(.scrolled) #main_header {
  pointer-events: none;
  box-shadow: none !important;
}

#main_header a {
  pointer-events: auto;
}

#logo {
  display: block;
  width: 7.15rem;
  transition: var(--curtain2);
  transition-property: width;
}

#logo .fill-dark {
  transition: all var(--curtain2);
}

body.header-transparent:not(.scrolled):not(.menu--open) #logo .fill-dark {
  fill: #fff;
}

#main_header .in {
  transition: var(--curtain2);
  transition-property: padding;
}

#main_header li + li {
  margin-left: 1.5em;
}

#main_nav ul {
  margin-right: -0.3em;
  text-align: right;
}

#main_nav a {
  text-decoration: none;
  color: inherit;
  padding: 0.5em 0.3em;
  position: relative;
}

#main_nav li:last-of-type a,
#mobile_nav_holder li:last-of-type a {
  color: #fff;
  background-color: #DC241F;
  padding: 0.5em 0.7em;
  border-radius: 0.3em;
  transition: background var(--duration) ease-out;
}

#mobile_nav_holder li:last-of-type {
  margin-top: 1em;
}

#main_nav li:last-of-type a:hover,
#mobile_nav_holder li:last-of-type a:hover {
  background: #9F2D20;
}

#main_nav li.active a {
  font-weight: bold;
}

#main_nav li:nth-last-of-type(n+2) a:after,
#main_nav li.active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  border-top: 2px solid #DC241F;
  width: 2em;
  transition: transform var(--curtain2);
  transform: translateX(-50%) scaleX(0);
}

#main_nav li:nth-last-of-type(n+2) a:hover:after {
  transform: translateX(-50%) scaleX(0.6);
}

#main_nav li.active a:after {
  transform: translateX(-50%) scaleX(1);
}

.faux_header {
  display: block;
  height: 9rem;
}

body.header-transparent .faux_header {
  display: none;
}

#hamburger {
  display: none;
  pointer-events: auto;
  cursor: pointer;
  transition: opacity calc(var(--duration) * 2) ease-out;
  padding: 0.5rem 1rem;
  margin-right: -1rem;
}

#hamburger * {
  display: block;
  pointer-events: none;
}

#hamburger > b {
  width: 1.7rem;
}

body.no--menu #hamburger {
  opacity: 0;
  pointer-events: none;
}

#hamburger > b > b {
  background: #191919;
  height: 3px;
  transition: transform calc(var(--duration) * 2) var(--bezier1), opacity var(--duration) ease-out, background var(--duration) ease-out;
}

body.header-transparent:not(.menu--open):not(.scrolled) #hamburger > b > b {
  background: #fff;
}

body.desktop:not(.menu--open) #hamburger > b:hover > b:first-of-type {
  transform: translateY(-100%);
}

body.desktop:not(.menu--open) #hamburger > b:hover > b:last-of-type {
  transform: translateY(100%);
}

body.menu--open #hamburger > b > b:nth-of-type(2) {
  opacity: 0;
}

body.menu--open #hamburger > b > b:first-of-type {
  transform: scaleX(1) translateY(275%) rotate(45deg);
}

body.menu--open #hamburger > b > b:last-of-type {
  transform: scaleX(1) translateY(-275%) rotate(-45deg);
}

#hamburger > b > i {
  height: 5px;
}

#mobile_nav_holder {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  transition: opacity calc(var(--duration) * 1) ease-out, transform 0s calc(var(--duration) * 1);
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}

body.menu--open #mobile_nav_holder {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

#mobile_nav_holder ul {
  padding: 0 2.6rem;
}

#mobile_nav_holder li {
  display: block !important;
  transition: opacity calc(var(--duration) * 2) calc(var(--duration) * 1) ease-out, transform calc(var(--duration) * 6) calc(var(--duration) * 1) var(--bezier1);
}

#mobile_nav_holder li + li {
  margin-top: 1.3rem;
}

body:not(.menu--open) #mobile_nav_holder li {
  opacity: 0;
  transform: translateX(-3.9rem);
  transition-duration: 0s !important;
  transition-delay: calc(var(--duration) * 2) !important;
}

#mobile_nav_holder li:nth-of-type(1) {
  transition-delay: calc(var(--duration) * 1);
}

#mobile_nav_holder li:nth-of-type(2) {
  transition-delay: calc(var(--duration) * 1.2);
}

#mobile_nav_holder li:nth-of-type(3) {
  transition-delay: calc(var(--duration) * 1.4);
}

#mobile_nav_holder li:nth-of-type(4) {
  transition-delay: calc(var(--duration) * 1.6);
}

#mobile_nav_holder li:nth-of-type(5) {
  transition-delay: calc(var(--duration) * 1.8);
}

#mobile_nav_holder li:nth-of-type(6) {
  transition-delay: calc(var(--duration) * 2);
}

#mobile_nav_holder li:nth-of-type(7) {
  transition-delay: calc(var(--duration) * 2.2);
}

#mobile_nav_holder li:nth-of-type(8) {
  transition-delay: calc(var(--duration) * 2.4);
}

#mobile_nav_holder a {
  text-decoration: none;
  color: #191919;
}

.highlighter,
.highlighter2 {
  position: relative;
  z-index: 2;
}

.highlighter span {
  display: inline-block;
  white-space: nowrap;
}

.highlighter span,
.highlighter2 span {
  position: relative;
  color: #fff;
  transition: color calc(var(--duration) * 4) ease-out;
}

.waypoint.off .highlighter span,
.waypoint.off .highlighter2 span {
  color: inherit;
}

.highlighter span b {
  display: block;
  position: absolute;
  left: -0.05em;
  top: -0.2em;
  width: calc(100% + .1em);
  height: calc(100% + .4em);
  z-index: -1;
}

.highlighter span b {
  background-image: linear-gradient(180deg, transparent 0, transparent 20%, #DC241F 20%, #DC241F 80%, transparent 80%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size var(--curtain), color calc(var(--duration) * 4) ease-out;
}

.highlighter2 span {
  background-image: linear-gradient(180deg, transparent 0, transparent 0%, #DC241F 0%, #DC241F 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size var(--curtain), color calc(var(--duration) * 4) ease-out;
}

.bg-light .waypoint.off .texts:first-child .highlighter span {
  color: #191919;
}

.waypoint:not(.off) .highlighter span b,
.waypoint:not(.off) .highlighter2 span {
  background-size: 100% 100%;
}

.video_holder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}

.video_holder > *:not(i),
.video_element > * {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

section {
  position: relative;
}

.section--splash_in {
  position: relative;
}

.video.cover,
.bg,
.bg img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--splash .video.cover {
  position: relative;
}

.section--splash.mini .vh-100,
.section--splash.mini .bg {
  position: relative;
  height: 72vh !important;
}

.section--smallquote.has--bg {
  position: relative;
  height: 72vh !important;
}

.section--bigquote {
  text-align: center;
}

.section--bigquote.section--1 .d-flex.justify-content-between {
  justify-content: center !important;
}

.section--bigquote.hh .d-flex.justify-content-between {
  min-height: 40vh !important;
  justify-content: center !important;
}

.video.cover .video_holder {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  padding-bottom: 0;
}

.texts {
  position: relative;
  z-index: 2;
}

.bg-video-overlay {
  background: #191919;
  background: url("../images/screen.png") repeat 50% 50%, rgba(25, 25, 25, 0.5);
}

.texts.has-bg,
.bg-overlay {
  background: #191919;
  background: rgba(25, 25, 25, 0.65);
}

.bg-overlay.bg-grad {
  background: #191919;
  background: rgba(25, 25, 25, 0.65);
}

.bg-overlay.bg-grad:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(to bottom, rgba(25, 25, 25, 0.9) 0%, rgba(25, 25, 25, 0) 100%);
}

.bg-grad2:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(to right, #191919 40%, rgba(25, 25, 25, 0) 100%);
}

.min-h {
  min-height: 75vh;
}

.texts.min-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section--splash .texts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section--1.container-fluid_holder:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10rem;
  pointer-events: none;
  z-index: 10;
  background: transparent;
  background: linear-gradient(to bottom, rgba(25, 25, 25, 0.65) 0%, rgba(25, 25, 25, 0) 100%);
}

.section--numbers.bg-light,
.section--numbers.bg-dark {
  color: #DC241F !important;
}

.section--numbers.bg-light .desc,
.section--mapa .desc,
.text-grey {
  color: var(--grey);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section--bigtestimonial blockquote {
  position: relative;
}

.section--bigtestimonial .d-flex:not(.no-quote) blockquote:before {
  content: "“";
  font-size: 750%;
  pointer-events: none;
  z-index: 0;
  color: #DC241F;
  opacity: 0.15;
  position: absolute;
  right: 100%;
  bottom: 100%;
  line-height: 1;
  transform: translateY(72%);
}

.section--bigtestimonial .big blockquote {
  text-align: center;
}

.section--bigtestimonial figcaption {
  padding-right: 1.3rem;
}

.section--bigtestimonial .author .role {
  color: var(--grey);
}

.avatar {
  border-radius: 50%;
  overflow: hidden;
  margin-left: 1rem;
  border: 1px solid #DC241F;
  flex-shrink: 0;
}

.section--bigtestimonial2 .avatar,
.section--attributes-splash .avatar,
.section--attributes-tabs .avatar {
  margin-left: 0;
  margin-right: 1rem;
}

.avatar div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  background: var(--grey2);
}

.avatar img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--title .alt {
  color: #DC241F;
}

.section--testimonials2 .tabs li button {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: left;
  padding: 0.75em 0;
  transition: calc(var(--duration) * 3) ease-out;
  transition-property: color, opacity;
  color: var(--grey);
}

.section--testimonials2 .tabs li.active button {
  color: #DC241F;
}

.section--testimonials2:is(.bg-primary,
.bg-dark) .tabs li button {
  color: #fff;
  opacity: 0.5;
}

.section--testimonials2:is(.bg-primary,
.bg-dark) .tabs li.active button {
  opacity: 1;
  color: #fff;
}

.section--testimonials2 .tabs li button > * {
  display: inline-block;
  vertical-align: middle;
}

.section--testimonials2 .tabs b {
  display: inline-block;
  width: 0.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: var(--grey);
  margin-left: 0.5em;
  transition: width calc(var(--duration) * 3) var(--bezier2), background calc(var(--duration) * 3) ease-out;
}

.section--testimonials2 .tabs li.active b {
  width: 1.8rem;
  background: #DC241F;
}

.section--testimonials2:is(.bg-primary,
.bg-dark) .tabs b,
.section--testimonials2:is(.bg-primary,
.bg-dark) .tabs li.active b {
  background: #fff;
}

.section--testimonials2 .content {
  position: relative;
}

.section--testimonials2 .content:before {
  content: "“";
  display: block;
  z-index: 0;
  color: #DC241F;
  font-size: 1100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  transform: translate(-100%, -20%);
}

.section--testimonials2 blockquote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.section--testimonials2 .author {
  font-weight: 600;
}

.section--bigtestimonial .tl--hito .avatar,
.section--bigtestimonial2 .avatar,
.section--attributes-splash .avatar,
.section--attributes-tabs .avatar,
.section--timeline .tl--cita .avatar {
  width: 3.9rem;
  height: 3.9rem;
}

.section--testimonials2 .avatar {
  margin-left: 0;
}

.section--timeline .tl--cita figcaption,
.section--testimonials2 figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section--testimonials2 figcaption {
  margin-top: 1.6rem;
}

.section--timeline .tl--cita .avatar + .meta,
.section--testimonials2 .avatar + .meta {
  padding-left: 2em;
  text-align: left;
}

.section--timeline .tl--hito .avatar,
.section--timeline2 .tl--hito .avatar {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}

.section--timeline .tl--hito .avatar > *,
.section--timeline2 .tl--hito .avatar > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.section--testimonials .avatar {
  width: 2.8rem;
  height: 2.8rem;
}

.section--testimonials2 .avatar {
  width: 3.8rem;
  height: 3.8rem;
}

.section--pilares .icn {
  width: 30%;
  max-width: 6rem;
  margin: 0 auto;
  position: relative;
}

.section--pilares .icn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DC241F;
  transform: rotate(45deg);
  border-radius: 0.325rem;
  transition: transform calc(var(--duration) * 6) var(--bezier1);
}

.section--pilares .col.waypoint.off .icn:before {
  transform: rotate(-225deg);
}

.section--pilares .icn svg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  transform: scale(0.61);
}

.section--pilares .desc > *:nth-child(n+3) {
  opacity: 0.65;
}

.section--mapa .h-100 {
  width: 100%;
  left: 0;
  top: 0;
}

.section--mapa_in > .h-100 {
  overflow: hidden;
}

.section--mapa .mapa_holder {
  position: absolute;
  width: 40%;
  left: 30%;
  top: 50vh;
  transform: translate(-50%, -50%);
}

.section--mapa .mapa_holder svg {
  transition: opacity var(--duration) ease-out;
}

body.mapa-bottom .section--mapa .mapa_holder {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}

.section--mapa .mapa_holder svg {
  opacity: 0.35;
}

body.mapa-fixed .section--mapa .mapa_holder {
  position: fixed;
  top: 0;
  transform: translate(-50%, 0);
}

.section--mapa .mapa-container {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  color: #DC241F;
}

.section--mapa .mapa-container > * {
  padding-top: 5.85rem;
  padding-bottom: 5.85rem;
}

.section--mapa .mapa {
  position: relative;
  width: 100%;
}

.section--mapa .mapa:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, white 15%, rgba(255, 255, 255, 0) 100%);
}

.section--mapa .mapa path.outline {
  stroke: var(--grey);
  stroke-width: 0.1;
}

.section--mapa .mapa path:not(.outline) {
  fill: #DC241F;
  transition: fill var(--duration) ease-out;
}

.section--mapa .mapa path:not(.outline):not(.viewed) {
  fill: var(--grey);
}

.section--title .justify-content-center {
  text-align: center;
}

.section--chapter h2:after {
  content: "";
  display: block;
  width: 60%;
  max-width: 24rem;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  border-top: 1px solid var(--grey);
}

.section--timeline_in,
.section--timeline2_in {
  position: relative;
}

.section--timeline_in > ul,
.section--timeline2_in > ul {
  position: relative;
  z-index: 2;
  padding: 0;
}

.section--timeline .tl--hito,
.section--timeline2 .tl--hito {
  clear: both;
  width: 50%;
}

.section--timeline .tl--hito {
  float: left;
}

.section--timeline .tl--hito > .in,
.section--timeline2 .tl--hito > .in {
  position: relative;
}

.section--timeline .tl--hito > .in > b {
  display: block;
  position: absolute;
  top: 1em;
}

.section--timeline .tl--hito > .in > b:before,
.section--timeline .tl--hito > .in > b:after {
  content: "";
  display: block;
  transition: transform calc(var(--duration) * 3) calc(var(--duration) * 2) var(--bezier1);
}

.section--timeline .tl--hito > .in > b:before {
  height: 0;
  border-top: 1px dashed #DC241F;
  transform-origin: left top;
}

.section--timeline .tl--hito > .in > b:after {
  width: 0.8em;
  height: 0.8em;
  background: #fff;
  border: 1px solid #DC241F;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.section--timeline .tl--hito > .in.waypoint.off > b:before {
  transform: scaleX(0);
}

.section--timeline .tl--hito > .in.waypoint.off > b:after {
  transform: translate(-50%, -50%) scale(0);
}

.section--timeline .tl--hito.right {
  float: right;
}

.section--timeline .tl--hito:not(.right) > .in > b {
  right: 0;
}

.section--timeline .tl--hito:not(.right) > .in > b:before {
  transform-origin: right top;
}

.section--timeline .tl--hito:not(.right) > .in > b:after {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.section--timeline .tl--hito:not(.right) > .in.waypoint.off > b:after {
  transform: translate(50%, -50%) scale(0);
}

.section--timeline .hito_inn > .animable > * + * {
  margin-top: 0.5em;
}

.section--timeline2 .hito_inn > .animable > * + * {
  margin-top: 1em;
}

.section--timeline2 .description p {
  margin-bottom: 0;
}

.section--timeline2 .description p + p {
  margin-top: 1em;
}

.section--timeline .tl--hito .avatar,
.section--timeline2 .tl--hito .avatar {
  margin: 0 auto;
}

.section--timeline2 .tl--hito {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  z-index: 2;
  position: relative;
}

.section--timeline2 .hito_inn {
  background: #fff;
  padding-bottom: 1.3rem;
}

.section--timeline2.bg-dark .hito_inn {
  background: #191919;
}

.section--timeline .tl--hito .anio {
  margin-bottom: 0.6em;
}

.section--timeline .tl--cita {
  width: 100%;
  text-align: center;
  clear: both;
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}

.section--timeline .tl--cita blockquote {
  padding: 1.3rem 0;
  border-left-width: 0;
  border-right-width: 0;
}

.section--testimonials li.grid-item > .in > * {
  border-radius: 0.65rem;
  padding: 1.3rem;
}

.section--testimonials blockquote {
  margin: 0;
}

.section--testimonials .flag {
  margin-bottom: 1em;
}

.section--testimonials .flag img {
  width: 2rem;
}

.section--testimonials figcaption {
  margin-top: 1.3rem;
  display: flex;
  justify-content: flex-end;
}

.section--testimonials .avatar {
  margin-right: 0.8em;
}

.section--attributes .tabs li {
  font-size: 1.5em;
}

.section--attributes .tabs li button {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.3em 0;
  color: var(--grey);
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  transition: var(--duration) ease-out;
  transition-property: color, border;
}

.section--attributes .tabs li.active button {
  border-color: #DC241F;
  color: #191919;
}

.section--awards .tabs {
  text-align: center;
  margin-bottom: 3.9rem;
}

.section--awards .tabs li {
  display: inline-block;
  font-size: 0.9em;
  padding: 0 0.8em;
}

.section--awards .tabs li + li {
  border-left: 1px solid var(--grey2);
}

.section--awards .tabs li button {
  display: block;
  text-align: center;
  padding: 0.5em;
  color: var(--grey);
  transition: var(--duration) ease-out;
  transition-property: color, border;
}

.section--awards .tabs li.active button {
  color: #DC241F;
}

.section--awards .imgg {
  position: relative;
  width: 75%;
  max-width: 12rem;
  margin: 0 auto 1em;
}

.section--awards .img {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

.section--awards .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--grey2);
}

.cake {
  position: relative;
  pointer-events: none;
}

.cake .core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: 35%;
  border-radius: 50%;
  background: #DC241F;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}

.cake .slice {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 30%;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.section--cake5 .cake .slice:nth-of-type(1) {
  left: 17%;
  top: 45%;
}

.section--cake5 .cake .slice:nth-of-type(2) {
  left: 33%;
  top: 78%;
}

.section--cake5 .cake .slice:nth-of-type(3) {
  left: 74%;
  top: 72%;
}

.section--cake5 .cake .slice:nth-of-type(4) {
  left: 79%;
  top: 35%;
}

.section--cake5 .cake .slice:nth-of-type(5) {
  left: 44%;
  top: 18%;
}

.cake .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity var(--duration) ease-out, transform calc(var(--duration) * 3) var(--bezier1);
}

.cake .overlay .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15%;
  background: #fff;
  opacity: 0;
  transition: opacity var(--duration) ease-out;
}

.cake .overlay .info.active {
  opacity: 1;
}

.cake .overlay .info h5 {
  font-size: 1.5em;
  color: #DC241F;
  text-align: center;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  position: relative;
}

.cake .overlay .info h5:after {
  content: "";
  display: block;
  position: absolute;
  width: 3em;
  left: 50%;
  bottom: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 1px solid #DC241F;
}

.cake > svg {
  pointer-events: none;
}

.cake > svg path {
  pointer-events: auto;
  fill: #fff;
  stroke: #191919;
  stroke-width: 1px;
  transition: fill var(--duration) ease-out;
}

.cake > svg path:hover {
  fill: #DC241F;
}

.section--text .img {
  overflow: hidden;
  border-radius: 0.325rem;
}

.section--text .img img {
  display: block;
  width: 100%;
}

.section--attributes2 li > .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.section--attributes2 .svg {
  width: 45%;
  order: 2;
}

.section--attributes2 .svg path,
.section--attributes2 .svg line,
.section--attributes2 .svg rect,
.section--attributes2 .svg circle {
  stroke: #fff;
}

.section--attributes2 .svg + h4 {
  width: 45%;
  order: 1;
}

.section--attributes2 .quote {
  width: 100%;
  order: 3;
}

.section--attributes2 svg path,
.section--attributes2 svg circle,
.section--attributes2 svg rect,
.section--attributes2 svg line {
  transition: stroke-dashoffset calc(var(--duration)* 6) var(--bezier2);
}

.section--attributes2 .waypoint:not(.off) svg path,
.section--attributes2 .waypoint:not(.off) svg circle,
.section--attributes2 .waypoint:not(.off) svg rect,
.section--attributes2 .waypoint:not(.off) svg line {
  stroke-dashoffset: 0 !important;
}

.section--brandtext .texts {
  position: relative;
  z-index: 2;
}

.section--brandtext .col .logoo {
  width: auto;
  height: 3rem;
  margin-bottom: 0.3rem;
}

.section--brandtext .texts h4 {
  margin-bottom: 0;
}

.section--brandtext .texts h4 + .description {
  margin-top: 0.8em;
}

.section--brandtext .texts .quote {
  margin-top: 1em;
}

.section--brandtext .texts.bg-overlay {
  background: #191919;
  background: rgba(25, 25, 25, 0.92);
}

.section--brandtext .texts.bg-overlay2 {
  background: #191919;
  background: rgba(25, 25, 25, 0.25);
}

.section--logosmini .logoo {
  flex: 1;
  opacity: 0.5;
}

.section--logosmini .img {
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 40%;
  position: relative;
}

.section--logosmini .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section--threelanes .grid-item {
  width: 33.3333%;
  text-align: center;
  padding-top: 5.2rem !important;
}

.section--threelanes .grid-item:nth-of-type(2) {
  padding-top: 13rem !important;
}

.section--threelanes .logoo {
  width: 60%;
  margin: 0 auto;
}

.section--threelanes .logoo > * {
  display: block;
  width: 100%;
}

.section--threelanes .circ {
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}

.section--threelanes .circ img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--threelanes .paises {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section--threelanes .paises div {
  width: 1.6rem;
  margin: 0 0.3em;
}

.section--threelanes .grid-item > .in > * + * {
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.section--threelanes .grid {
  position: relative;
}

.section--threelanes .grid:before,
.section--threelanes .grid:after {
  content: "";
}

.section--threelanes .grid > b,
.section--threelanes .grid > i,
.section--threelanes .grid:before,
.section--threelanes .grid:after {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px dashed var(--grey4);
  pointer-events: none;
  transform: translateX(-50%);
}

.section--threelanes .grid:before {
  left: 0;
}

.section--threelanes .grid > b {
  left: 33.333333%;
}

.section--threelanes .grid > i {
  left: 66.666666%;
}

.section--threelanes .grid:after {
  left: 100%;
}

.section--subttl_in > * {
  padding: 1.3rem 0;
}

.marker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7999;
  transform: translateY(72px);
  transition: transform calc(var(--duration) * 3) var(--bezier1);
}

.marker:not(.on) {
  transform: translateY(-100%) !important;
  pointer-events: none;
}

.marker .texts img {
  display: block;
  width: auto;
  height: 1.7rem;
  margin-bottom: 0.1rem;
}

.section--bigtestimonial2 blockquote {
  position: relative;
}

.section--bigtestimonial2 .big blockquote {
  text-align: center;
}

.section--bigtestimonial2 blockquote .lead {
  font-size: 1.8rem;
}

.section--bigtestimonial2 figcaption {
  padding-right: 1.3rem;
}

.section--bigtestimonial2:not(.bg-primary) .author .role {
  color: var(--grey);
}

.section--image img {
  display: block;
  width: 100%;
}

.section--image_in > * {
  overflow: hidden;
}

.section--image .min-h {
  position: relative;
}

.section--image img {
  transition: transform var(--duration) ease-out;
}

.section--image .min-h img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--attributes-splash_in {
  position: relative;
  z-index: 1;
  text-align: center;
}

.section--attributes-splash .stage {
  pointer-events: none;
}

.section--attributes-splash .stage,
.section--attributes-splash .stage:after,
.section--attributes-splash .stage li,
.section--attributes-splash .stage img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section--attributes-splash .stage:after {
  content: "";
  display: block;
  background: transparent;
  background: linear-gradient(to bottom, rgba(25, 25, 25, 0.85) 0%, #191919 100%);
}

.section--attributes-splash .stage img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity calc(var(--duration) * 2) linear;
}

.section--attributes-splash .stage li:not(.on) img {
  opacity: 0;
}

.section--attributes-splash .accordion {
  padding: 10% 0;
  position: relative;
  z-index: 2;
}

.section--attributes-splash .accordion li .highlighter2 span {
  background-image: linear-gradient(180deg, transparent 0, transparent 0%, #DC241F 0%, #DC241F 100%, transparent 100%);
}

.section--attributes-splash .accordion li + li .title_in {
  padding-top: 1em;
}

.section--attributes-splash .accordion .title_in {
  text-align: initial;
  pointer-events: none !important;
}

.section--attributes-splash .accordion .quote a {
  color: inherit;
  transition: color var(--duration) ease-out;
}

.section--attributes-splash .accordion .quote a:hover {
  color: #DC241F;
}

.section--attributes-splash .accordion .quote {
  overflow: hidden;
  transition: max-height calc(var(--duration) * 4) var(--bezier1);
}

.section--attributes-splash .accordion .quote p {
  margin: 0;
}

.section--attributes-splash .accordion .quote p + p {
  margin-top: 0.8em;
}

.section--attributes-splash .accordion figure {
  margin: 0;
}

.section--attributes-splash .accordion blockquote {
  font-weight: 700;
  position: relative;
  width: 72%;
  margin: 0 auto;
}

.section--attributes-splash .accordion blockquote:before,
.section--attributes-splash .accordion blockquote:after,
.section--attributes-tabs blockquote:before,
.section--attributes-tabs blockquote:after {
  font-size: 750%;
  pointer-events: none;
  z-index: 0;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  line-height: 0.2;
}

.section--attributes-splash .accordion blockquote:before,
.section--attributes-tabs blockquote:before {
  content: "“";
  right: 105%;
}

.section--attributes-tabs blockquote:after {
  content: "”";
  left: 105%;
}

.section--attributes-splash .accordion figcaption {
  text-align: left;
  color: var(--grey);
}

.section--circle b {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}

.section--circle .pic {
  position: relative;
  z-index: 2;
}

.section--circle .pic > * {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.section--circle .pic > * > * {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}

.section--circle img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.section--hugequote .pic {
  position: absolute;
  z-index: 2;
  width: 30%;
}

.section--hugequote .pic:nth-child(1) {
  position: relative;
  margin: 0 auto 3em;
}

.section--hugequote .pic:nth-child(2) {
  right: 105%;
  bottom: 47%;
}

.section--hugequote .pic:nth-child(3) {
  left: 105%;
  bottom: 5%;
}

.section--hugequote .pic > * {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.section--hugequote .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--crumbs ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section--crumbs li {
  margin: 1em;
}

.section--crumbs a {
  display: block;
  padding: 0.2em 0.7em;
  background-color: var(--grey2);
  color: #fff;
  border-radius: 1em;
  text-decoration: none;
  transition: background var(--duration) ease-out;
}

.section--crumbs a:hover {
  background-color: #DC241F;
}

.section--midquote a {
  color: inherit;
  transition: color var(--duration) ease-out;
}

.section--midquote a:hover {
  color: #DC241F;
}

.section--midquote.bg-dark a {
  color: #DC241F;
}

.section--midquote a:hover {
  color: #fff;
}

.section--formjoin :is(button,
select) {
  background: #fff;
  color: #191919;
}

.section--formjoin label {
  display: block;
  width: 100%;
}

.section--formjoin label > div.gone {
  display: none;
}

.section--formjoin input,
.section--formjoin select {
  width: 100%;
  font-family: inherit;
  color: #191919;
  background: #fff;
  padding: 0.5em;
  border-radius: 0.3em;
  border: none;
}

.section--formjoin input[type=file] {
  background: none;
  color: inherit;
}

.section--formjoin form > * + * {
  margin-top: 1em;
}

.section--formjoin .submit {
  text-align: center;
}

.section--formjoin .submit input {
  width: auto;
  display: inline-block;
  background: #DC241F;
  color: #fff;
}

.section--footerbrands {
  overflow: hidden;
}

.section--footerbrands .col a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section--footerbrands .col > a > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--duration) ease-out;
}

.section--footerbrands .col > a > div {
  display: block;
  position: relative;
  z-index: 2;
  padding: 2rem;
  transition: background var(--duration) ease-out;
}

.section--footerbrands .col > a > div > * {
  display: block;
  max-width: 11rem;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform var(--duration) ease-out;
}

.section--footerbrands .col a:hover > img {
  transform: scale(1.05);
}

.section--footerbrands .col a:hover > div {
  background: #191919;
  background: rgba(25, 25, 25, 0.25);
}

#logo_footer {
  display: block;
  width: 10rem;
}

#main_footer h5 {
  font-size: 1em;
}

#main_footer ul {
  padding: 0;
  margin: 0;
  margin-top: 1em;
}

#main_footer li {
  display: block;
  display: none;
  margin-top: 0.3em;
}

#main_footer .social li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

#main_footer .social li + li {
  margin-left: 0.8em;
}

#main_footer a {
  color: inherit;
  text-decoration: none;
}

#main_footer a:hover {
  text-decoration: underline;
}

#main_footer li a {
  display: block;
}

#main_footer .select {
  padding-right: 1rem;
  border-right: 1px solid;
  margin-right: 1rem;
  position: relative;
}

#main_footer .select:before {
  content: "";
  display: block;
  position: absolute;
  right: 1.1rem;
  top: 0.7em;
  width: 0;
  border: 5px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
}

#main_footer .select select {
  padding-right: 1.2em;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .cake .core {
    width: 35%;
    height: 35%;
    font-size: 1.25em;
  }

  .cake .slice {
    font-size: 1em;
  }
}
@media (max-width: 1199.98px) {
  #main_nav {
    display: none;
  }

  #hamburger {
    display: block;
  }

  .section--mapa .mapa_holder {
    width: 70%;
  }

  .section--attributes .display-5 {
    font-size: 2em !important;
  }

  .cake .overlay .info h5 {
    font-size: 1.5em;
    color: #DC241F;
    text-align: center;
    margin-bottom: 1.5em;
  }

  .marker {
    transform: translateY(66px);
  }
}
@media (max-width: 991.98px) {
  .section--attributes .tabs {
    display: none !important;
  }

  .section--attributes .slide {
    opacity: 1 !important;
  }

  .section--attributes .display-5 {
    font-size: 1.5em !important;
  }

  .section--attributes .slide + .slide {
    margin-top: 2.6rem;
    border-top: 1px solid var(--grey);
    padding-top: 2.6rem;
  }

  .section--threelanes .grid-item {
    width: 50%;
    padding-top: 3.9rem !important;
  }

  .section--threelanes .grid-item:nth-of-type(2) {
    padding-top: 7.8rem !important;
  }

  .section--threelanes .grid > b {
    left: 50%;
  }

  .section--threelanes .grid:before,
.section--threelanes .grid:after,
.section--threelanes .grid > i {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .section--crumbs {
    display: none;
  }

  .section--logosmini .logoo {
    flex: initial;
    width: 33.3333333%;
  }

  .section--mapa .mapa_holder {
    width: 100%;
  }

  .display-1 {
    font-size: calc(3rem + 4.5vw);
  }

  .section--bigtestimonial blockquote:before {
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
    transform: none;
  }

  .section--text .texts p,
.section--text .texts ul,
.section--text .texts ol {
    font-size: 1.25em;
  }

  .section--timeline .tl--hito,
.section--timeline2 .tl--hito,
.section--timeline .tl--hito.right {
    float: none;
    width: 100%;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .section--timeline .tl--hito > .in > b {
    display: none !important;
  }

  .section--timeline .hito_inn {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .section--timeline2 .hito_inn {
    padding-bottom: 1.3rem;
  }

  .section--awards .tabs li + li {
    border-left: none;
  }

  .section--awards .tabs li button {
    line-height: 1.25;
  }

  .cake > svg,
.cake .slice {
    display: none;
  }

  .cake .core {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #DC241F;
    display: block;
    pointer-events: auto;
    font-size: 2em;
    margin-bottom: 3.9rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cake .overlay,
.cake .overlay .info {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    text-align: initial;
    display: block;
    pointer-events: auto;
    opacity: 1;
    box-shadow: none !important;
    padding: 0;
  }

  .cake .overlay .info h5 {
    font-size: 1.5em;
    margin-bottom: 0.75em;
    color: #191919;
    font-weight: inherit !important;
  }

  .cake .overlay .info + .info {
    margin-top: 2.6rem;
    border-top: 1px solid var(--grey2);
    padding-top: 2.6rem;
  }

  .section--testimonials2 .tabs {
    text-align: center;
    order: 2;
    margin-top: 2rem;
  }

  .section--testimonials2 .tabs li {
    display: inline-block;
  }

  .section--testimonials2 .tabs button {
    padding: 0.3em 0.45em !important;
  }

  .section--testimonials2 .tabs .num {
    display: none;
  }

  .section--timeline_in:before,
.section--timeline2_in:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    border-left: 1px dashed #DC241F;
  }

  .section--timeline.bg-dark > *:before,
.section--timeline2.bg-dark > *:before {
    border-left-color: #fff;
  }

  .section--attributes-splash .accordion li + li {
    margin-top: 3.6em;
  }

  .section--attributes-splash .accordion blockquote {
    width: 100%;
  }

  .section--attributes-splash .accordion blockquote:before,
.section--attributes-splash .accordion blockquote:after {
    content: none !important;
    display: none;
  }

  .section--image img {
    transform: scale(1) !important;
  }
}
@media (max-width: 575.98px) {
  .section--threelanes .grid > b {
    display: none !important;
  }

  .section--threelanes .grid-item {
    width: 100%;
  }

  .section--threelanes .grid-item:nth-of-type(2) {
    padding-top: 3.9rem !important;
  }

  .section--threelanes .grid-item .logoo {
    width: 50%;
  }

  .section--threelanes .grid-item .circ {
    width: 55%;
    padding-bottom: 55%;
  }

  .marker {
    transform: translateY(50px);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section--splash .heading {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  body:not(.scrolled) #main_header .in {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }

  body:not(.scrolled) #logo {
    width: 10.14rem;
  }

  .section--splash .heading {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section--attributes-splash .waypoint:not(.off) li:not(.on) .title_in span {
    background-size: 0% 100%;
    color: var(--grey);
  }

  .section--attributes-splash .accordion li:not(.on) .quote {
    max-height: 0 !important;
  }

  .section--footerbrands .col a {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
  }

  .section--footerbrands .col > a > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .section--footerbrands .col > a > div > * {
    max-width: 13rem;
    width: 90%;
  }

  .section--testimonials li.grid-item {
    width: 50%;
  }

  .section--testimonials li.grid-item:nth-child(2) {
    padding-top: 3.9rem !important;
  }

  .section--attributes2 li.grid-item {
    width: 50%;
  }

  .section--attributes2 li.grid-item:nth-child(2) {
    padding-top: inherit;
  }

  .cake:hover .overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  li.waypoint:not(.off):not(.on) .highlighter2 span {
    background-size: 0% 100%;
  }
}
@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }

  .pt-lg-6 {
    padding-top: 7.8rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 7.8rem !important;
  }

  .section--bigtestimonial .big blockquote {
    font-size: 2.5rem;
    font-weight: inherit !important;
  }

  .section--attributes .slick-slide .h4 {
    display: none !important;
  }

  .section--attributes2 li.grid-item {
    width: 33.3333%;
  }

  .section--attributes2 li.grid-item:nth-child(2) {
    padding-top: 7.8rem !important;
  }
}/*# sourceMappingURL=custom.css.map */