/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
animation-delay
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include animation-delay('slide-down 5s 3'); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
border-radius
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include border-radius(30px); 
Podemos variar el número de valores, @include animation(30px 0 30px 30px); por ejemplo.

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
rotate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include rotate(90deg); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
scale
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include scale(1.3); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
transition
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include transition(.3s ease); 
Podemos variar el número de valores, @include @include transition(.3s ease-in .4s);  por ejemplo.

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
translate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include translate(-50%,-50%); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
translateX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include translateX(100px); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
translateY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include translateY(100%);  

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
transform
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.block {
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.relative {
  position: relative;
}

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

.txt-right {
  text-align: right;
}

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

.pe-none {
  pointer-events: none !important;
}

.noBreak {
  white-space: nowrap;
}

.overflow {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .only-mobile {
    display: none !important;
  }
}

.only-desktop {
  display: none !important;
}
.only-desktop--flex {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .only-desktop--flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .only-desktop {
    display: block !important;
  }
}

.underline {
  text-decoration: underline;
}
.underline--no {
  text-decoration: none;
}

.notOpacity {
  opacity: 1 !important;
}

.no-margin {
  margin: 0;
}
.no-margin--top {
  margin-top: 0 !important;
}
.no-margin--bottom {
  margin-bottom: 0 !important;
}
.no-margin--left {
  margin-left: 0 !important;
}
.no-margin--right {
  margin-right: 0 !important;
}
@media screen and (max-width: 1024px) {
  .no-margin--bottom-resp {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-margin--top-resp {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-margin--resp {
    margin: 0 !important;
  }
}

.no-padding {
  padding: 0;
}
.no-padding--top {
  padding-top: 0 !important;
}
.no-padding--bottom {
  padding-bottom: 0 !important;
}
.no-padding--left {
  padding-left: 0;
}
.no-padding--right {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .no-padding--bottom-resp {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-padding--top-resp {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .no-padding--right-xs {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .no-padding--left-xs {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-padding--resp {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .no-padding--top-desk {
    padding-top: 0 !important;
  }
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.w80 {
  width: 80% !important;
  margin: auto;
}

.w50 {
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .w50 {
    width: 50% !important;
  }
}

.height-auto {
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .height-auto_mobile {
    height: auto !important;
  }
}

.stroke-white {
  stroke: white;
}

.absolute {
  position: absolute;
}

.opacity-05 {
  opacity: 0.5 !important;
}

.opacity-075 {
  opacity: 0.75 !important;
}

.o-f-contain {
  object-fit: contain !important;
}

.o-f-position-left {
  object-position: left !important;
}

.no-border {
  border: none !important;
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .form-row {
    flex-direction: row;
    margin-bottom: 2rem;
  }
}
.form-row .form-group {
  flex-basis: 100%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .form-row .form-group {
    flex-basis: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
}
.form-row .form-group:last-of-type {
  margin-right: 0;
}

.form-group {
  position: relative;
}
.form-group.selector {
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid #A1A1A1;
}
.form-group.selector .form-label {
  z-index: 0;
  font-size: 1.5rem;
  color: #333333;
  font-weight: 600;
}
.form-group.selector .form-label span {
  color: #257A7A;
  margin-left: 0.5rem;
}
.form-group.selector select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-size: 1.4rem;
  color: #A1A1A1;
  height: 4rem;
  width: 100%;
  position: relative;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  padding-left: 0;
}
.form-group.selector select::-ms-expand {
  display: none;
}
.form-group.selector select::-webkit-input-placeholder {
  color: #A1A1A1;
}
.form-group.selector select::-moz-input-placeholder {
  color: #A1A1A1;
}
.form-group.selector select::-ms-input-placeholder {
  color: #A1A1A1;
}
.form-group.selector select::-o-input-placeholder {
  color: #A1A1A1;
}
.form-group.selector:after {
  right: 0.4rem;
  top: 2rem;
  z-index: 5;
  pointer-events: none;
  content: " ";
  width: 1rem;
  height: 0;
  position: absolute;
  border-top: 0.5rem solid #257A7A;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.form-group.checkbox input {
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: relative;
  vertical-align: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: 1rem;
}
.form-group.checkbox input:checked:after {
  content: "";
  background: #257A7A;
  height: 1.7rem;
  width: 1.7rem;
  position: relative;
  display: block;
  top: -1px;
  left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-group.checkbox label {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
  vertical-align: 0.5rem;
  padding-left: 0;
  color: #A1A1A1;
}
.form-group.checkbox label a {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #A1A1A1;
}
.form-group.checkbox.has-feedback.has-error {
  margin-bottom: 4rem;
}
.form-group .form-label {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 600;
  margin-bottom: 1rem;
}
.form-group .form-label span {
  color: #257A7A;
  margin-left: 0.5rem;
}
.form-group .form-label.form_coment {
  top: auto;
}
.form-group + h2 {
  margin-top: 5rem;
}
.form-group textarea {
  width: 100%;
  background: #ffffff;
  font-size: 1.4rem;
  border: 1px solid #E5E6E7;
  margin-bottom: 2rem;
  height: 15rem;
  padding: 1.2rem;
  margin-top: 1rem;
}
.form-group input {
  background: #ffffff;
  padding: 1.2rem;
  height: 1.2rem;
  font-size: 1.4rem;
  box-shadow: none;
  border: solid 1px #E5E6E7;
  color: #A1A1A1;
}
.form-group input:active, .form-group input:focus {
  outline: none;
  box-shadow: none;
}
.form-group input::last-of-type {
  margin: 2rem auto;
}
.form-group input.placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input:-moz-placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input::-moz-placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input:-ms-input-placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input::-webkit-input-placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input:focus {
  border: solid 1px #257A7A;
  box-shadow: none;
}
.form-group.has-error .form-control {
  border-bottom: 1px solid red;
}
.form-group.has-error .form-label-fixed {
  color: red;
}
.form-group.has-error .form-label {
  color: red;
}
.form-group.has-error .form-label.active {
  opacity: 0;
}
.form-group.has-success .form-control {
  border-bottom: 1px solid #A1A1A1;
}
.form-group.has-success .form-control-feedback.icon-ok {
  opacity: 0;
}
.form-group label {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #A1A1A1;
}
.form-group.radios {
  margin-top: 2rem;
}
.form-group.radios .radio-inline {
  font-size: 1.2rem;
  color: red;
  letter-spacing: 0;
  margin-right: 1rem;
}
.form-group.radios .radio-inline input {
  margin-right: 0.5rem;
}
.form-group.radios label {
  left: -1.4rem;
  font-size: 1.4rem;
  color: #A1A1A1;
}
.form-group .help-block {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: red;
  display: block;
}
.form-group button {
  margin-top: 2rem;
  border: none;
  width: 100%;
  text-align: center;
  display: block;
}

.info_field {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.ok_form, .errorform {
  text-align: center;
  display: none;
}

@font-face {
  font-family: "Asap";
  src: url(../dist/fonts/icons/Asap-BoldItalic.eot);
  src: url(../dist/fonts/icons/Asap-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Asap-BoldItalic.woff2) format("woff2"), url(../dist/fonts/icons/Asap-BoldItalic.woff) format("woff"), url(../dist/fonts/icons/Asap-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url(../dist/fonts/icons/Asap-SemiBold.eot);
  src: url(../dist/fonts/icons/Asap-SemiBold.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Asap-SemiBold.woff2) format("woff2"), url(../dist/fonts/icons/Asap-SemiBold.woff) format("woff"), url(../dist/fonts/icons/Asap-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url(../dist/fonts/icons/Asap-Medium.eot);
  src: url(../dist/fonts/icons/Asap-Medium.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Asap-Medium.woff2) format("woff2"), url(../dist/fonts/icons/Asap-Medium.woff) format("woff"), url(../dist/fonts/icons/Asap-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url(../dist/fonts/icons/Asap-Regular.eot);
  src: url(../dist/fonts/icons/Asap-Regular.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Asap-Regular.woff2) format("woff2"), url(../dist/fonts/icons/Asap-Regular.woff) format("woff"), url(../dist/fonts/icons/Asap-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url(../dist/fonts/icons/Asap-Bold.eot);
  src: url(../dist/fonts/icons/Asap-Bold.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Asap-Bold.woff2) format("woff2"), url(../dist/fonts/icons/Asap-Bold.woff) format("woff"), url(../dist/fonts/icons/Asap-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url(../dist/fonts/icons/Asap-Italic.eot);
  src: url(../dist/fonts/icons/Asap-Italic.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Asap-Italic.woff2) format("woff2"), url(../dist/fonts/icons/Asap-Italic.woff) format("woff"), url(../dist/fonts/icons/Asap-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url(../dist/fonts/icons/Asap-Light.eot);
  src: url(../dist/fonts/icons/Asap-Light.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Asap-Light.woff2) format("woff2"), url(../dist/fonts/icons/Asap-Light.woff) format("woff"), url(../dist/fonts/icons/Asap-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url(../dist/fonts/icons/PTSans-BoldItalic.eot);
  src: url(../dist/fonts/icons/PTSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/PTSans-BoldItalic.woff2) format("woff2"), url(../dist/fonts/icons/PTSans-BoldItalic.woff) format("woff"), url(../dist/fonts/icons/PTSans-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url(../dist/fonts/icons/PTSans-Italic.eot);
  src: url(../dist/fonts/icons/PTSans-Italic.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/PTSans-Italic.woff2) format("woff2"), url(../dist/fonts/icons/PTSans-Italic.woff) format("woff"), url(../dist/fonts/icons/PTSans-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url(../dist/fonts/icons/PTSans-Bold.eot);
  src: url(../dist/fonts/icons/PTSans-Bold.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/PTSans-Bold.woff2) format("woff2"), url(../dist/fonts/icons/PTSans-Bold.woff) format("woff"), url(../dist/fonts/icons/PTSans-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url(../dist/fonts/icons/PTSans-Regular.eot);
  src: url(../dist/fonts/icons/PTSans-Regular.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/PTSans-Regular.woff2) format("woff2"), url(../dist/fonts/icons/PTSans-Regular.woff) format("woff"), url(../dist/fonts/icons/PTSans-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url(../dist/fonts/icons/icomoon.eot);
  src: url(../dist/fonts/icons/icomoon.eot#iefix) format("embedded-opentype"), url(../dist/fonts/icons/icomoon.ttf) format("truetype"), url(../dist/fonts/icons/icomoon.woff) format("woff"), url(../dist/fonts/icons/icomoon.svg#roicons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Catalonia1 .path1:before {
  content: "\e900";
  color: rgb(192, 207, 216);
}

.icon-Catalonia1 .path2:before {
  content: "\e901";
  margin-left: -1.384765625em;
  color: rgb(252, 214, 56);
}

.icon-Catalonia1 .path3:before {
  content: "\e902";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Catalonia1 .path4:before {
  content: "\e903";
  margin-left: -1.384765625em;
  color: rgb(252, 214, 56);
}

.icon-Catalonia1 .path5:before {
  content: "\e904";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Catalonia1 .path6:before {
  content: "\e905";
  margin-left: -1.384765625em;
  color: rgb(252, 214, 56);
}

.icon-Catalonia1 .path7:before {
  content: "\e906";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Catalonia1 .path8:before {
  content: "\e907";
  margin-left: -1.384765625em;
  color: rgb(252, 214, 56);
}

.icon-Catalonia1 .path9:before {
  content: "\e908";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Catalonia1 .path10:before {
  content: "\e909";
  margin-left: -1.384765625em;
  color: rgb(252, 214, 56);
}

.icon-Colombia1 .path1:before {
  content: "\e90a";
  color: rgb(192, 207, 216);
}

.icon-Colombia1 .path2:before {
  content: "\e90b";
  margin-left: -1.3076171875em;
  color: rgb(255, 205, 0);
}

.icon-Colombia1 .path3:before {
  content: "\e90c";
  margin-left: -1.3076171875em;
  color: rgb(200, 16, 46);
}

.icon-Colombia1 .path4:before {
  content: "\e90d";
  margin-left: -1.3076171875em;
  color: rgb(0, 48, 135);
}

.icon-Emgland1 .path1:before {
  content: "\e90e";
  color: rgb(176, 190, 201);
}

.icon-Emgland1 .path2:before {
  content: "\e90f";
  margin-left: -1.384765625em;
  color: rgb(0, 53, 160);
}

.icon-Emgland1 .path3:before {
  content: "\e910";
  margin-left: -1.384765625em;
  color: rgb(255, 255, 255);
}

.icon-Emgland1 .path4:before {
  content: "\e94b";
  margin-left: -1.384765625em;
  color: rgb(255, 255, 255);
}

.icon-Emgland1 .path5:before {
  content: "\e959";
  margin-left: -1.384765625em;
  color: rgb(255, 255, 255);
}

.icon-Emgland1 .path6:before {
  content: "\e97c";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Emgland1 .path7:before {
  content: "\e97d";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-France1 .path1:before {
  content: "\e97e";
  color: rgb(176, 190, 201);
}

.icon-France1 .path2:before {
  content: "\e97f";
  margin-left: -1.384765625em;
  color: rgb(0, 53, 160);
}

.icon-France1 .path3:before {
  content: "\e980";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-France1 .path4:before {
  content: "\e981";
  margin-left: -1.384765625em;
  color: rgb(255, 255, 255);
}

.icon-Italy1 .path1:before {
  content: "\e982";
  color: rgb(192, 207, 216);
}

.icon-Italy1 .path2:before {
  content: "\e983";
  margin-left: -1.384765625em;
  color: rgb(117, 189, 74);
}

.icon-Italy1 .path3:before {
  content: "\e984";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Italy1 .path4:before {
  content: "\e985";
  margin-left: -1.384765625em;
  color: rgb(255, 255, 255);
}

.icon-Mexico1 .path1:before {
  content: "\e986";
  color: rgb(192, 207, 216);
}

.icon-Mexico1 .path2:before {
  content: "\e987";
  margin-left: -1.384765625em;
  color: rgb(0, 146, 70);
}

.icon-Mexico1 .path3:before {
  content: "\e988";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Mexico1 .path4:before {
  content: "\e989";
  margin-left: -1.384765625em;
  color: rgb(255, 255, 255);
}

.icon-Portugal1 .path1:before {
  content: "\e98a";
  color: rgb(192, 207, 216);
}

.icon-Portugal1 .path2:before {
  content: "\e98b";
  margin-left: -1.384765625em;
  color: rgb(46, 105, 52);
}

.icon-Portugal1 .path3:before {
  content: "\e98c";
  margin-left: -1.384765625em;
  color: rgb(232, 30, 38);
}

.icon-Spain1 .path1:before {
  content: "\e98d";
  color: rgb(192, 207, 216);
}

.icon-Spain1 .path2:before {
  content: "\e98e";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Spain1 .path3:before {
  content: "\e98f";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Spain1 .path4:before {
  content: "\e990";
  margin-left: -1.384765625em;
  color: rgb(252, 214, 56);
}

.icon-facebook:before {
  content: "\e991";
}

.icon-instagram:before {
  content: "\e992";
}

.icon-linkedin:before {
  content: "\e993";
}

.icon-youtube:before {
  content: "\e994";
}

.icon-tiktok:before {
  content: "\e911";
}

.icon-Spain .path1:before {
  content: "\e935";
  color: rgb(192, 207, 216);
}

.icon-Spain .path2:before {
  content: "\e936";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Spain .path3:before {
  content: "\e937";
  margin-left: -1.384765625em;
  color: rgb(224, 50, 50);
}

.icon-Spain .path4:before {
  content: "\e938";
  margin-left: -1.384765625em;
  color: rgb(252, 214, 56);
}

.icon-add-calendad:before {
  content: "\e939";
}

.icon-arrow-left-1:before {
  content: "\e93a";
}

.icon-arrow_left:before {
  content: "\e93b";
}

.icon-arrow-right:before {
  content: "\e93c";
}

.icon-price:before {
  content: "\e93d";
}

.icon-maleta:before {
  content: "\e93e";
}

.icon-cart:before {
  content: "\e93f";
}

.icon-hearphone:before {
  content: "\e940";
}

.icon-help-primary:before {
  content: "\e941";
}

.icon-corazon:before {
  content: "\e942";
}

.icon-eye:before {
  content: "\e943";
}

.icon-help:before {
  content: "\e944";
}

.icon-info:before {
  content: "\e945";
}

.icon-ppint:before {
  content: "\e946";
}

.icon-info-1:before {
  content: "\e947";
}

.icon-location:before {
  content: "\e948";
}

.icon-mail:before {
  content: "\e949";
}

.icon-phone:before {
  content: "\e94a";
}

.icon-phone-1:before {
  content: "\e912";
}

.icon-Size24x243:before {
  content: "\e94c";
}

.icon-summer:before {
  content: "\e94d";
}

.icon-share:before {
  content: "\e94e";
}

.icon-clock:before {
  content: "\e94f";
}

.icon-like-pic:before {
  content: "\e950";
}

.icon-winter-1:before {
  content: "\e951";
}

.icon-winter:before {
  content: "\e952";
}

.icon-bus:before {
  content: "\e953";
}

.icon-pic:before {
  content: "\e954";
}

.icon-locations:before {
  content: "\e955";
}

.icon-users:before {
  content: "\e956";
}

.icon-wifi:before {
  content: "\e957";
}

.icon-calendar:before {
  content: "\e958";
}

.icon-arrow-up:before {
  content: "\e95a";
}

.icon-arrow-down:before {
  content: "\e95b";
}

.icon-arrow-left:before {
  content: "\e95c";
}

.icon-video1:before {
  content: "\e95d";
}

.icon-arrow-right-1:before {
  content: "\e95e";
}

.icon-close:before {
  content: "\e95f";
}

.icon-search:before {
  content: "\e960";
}

.icon-hourglass-1:before {
  content: "\e961";
}

.icon-menu:before {
  content: "\e962";
}

.icon-check-circle:before {
  content: "\e963";
}

.icon-eye-open:before {
  content: "\e964";
}

.icon-download:before {
  content: "\e965";
}

.icon-humidity:before {
  content: "\e966";
}

.icon-live-chat:before {
  content: "\e967";
}

.icon-connections:before {
  content: "\e968";
}

.icon-file:before {
  content: "\e969";
}

.icon-storytelling:before {
  content: "\e96a";
}

.icon-gift:before {
  content: "\e96b";
}

.icon-fixed-prices:before {
  content: "\e96c";
}

.icon-safety:before {
  content: "\e96d";
}

.icon-camera:before {
  content: "\e96e";
}

.icon-star:before {
  content: "\e96f";
}

.icon-hop-on:before {
  content: "\e970";
}

.icon-eye-closed:before {
  content: "\e971";
}

.icon-sustanbility:before {
  content: "\e972";
}

.icon-notes-edit-add:before {
  content: "\e973";
}

.icon-sightseeing-visits:before {
  content: "\e974";
}

.icon-card-user:before {
  content: "\e975";
}

.icon-plane:before {
  content: "\e976";
}

.icon-accommodations:before {
  content: "\e977";
}

.icon-map-location:before {
  content: "\e978";
}

.icon-estress-free:before {
  content: "\e979";
}

.icon-toilet:before {
  content: "\e97a";
}

.icon-video:before {
  content: "\e97b";
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-blog .wrapper {
  padding: 0 2.4rem;
}
@media screen and (min-width: 1200px) {
  .home-blog .wrapper {
    padding: 0;
  }
}
.home-blog > .section_block_hero_skinny > .wrapper, .home-blog .section_block_hero_page > .wrapper {
  padding: 0;
}
.home-blog > .section_block_hero_skinny .block_hero_page .video-background, .home-blog .section_block_hero_page .block_hero_page .video-background {
  object-position: center;
}
.home-blog > .section_block_hero_skinny .block_hero_page .hero_content .hero_text .date, .home-blog .section_block_hero_page .block_hero_page .hero_content .hero_text .date {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.home-blog > .section_block_hero_skinny .block_hero_page .hero_content .hero_pic img, .home-blog .section_block_hero_page .block_hero_page .hero_content .hero_pic img {
  margin-left: auto;
  width: initial;
}
.home-blog > .section_block_hero_skinny .block_hero_skinny .hero_content .date, .home-blog .section_block_hero_page .block_hero_skinny .hero_content .date {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .home-blog > .section_block_hero_skinny .block_hero_skinny .hero_content .date, .home-blog .section_block_hero_page .block_hero_skinny .hero_content .date {
    text-align: center;
  }
}
.home-blog .category_list {
  padding-top: 3.2rem;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .home-blog .category_list {
    padding-top: 4.8rem;
    overflow-x: hidden;
  }
}
.home-blog .category_list ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .home-blog .category_list ul {
    flex-wrap: wrap;
    gap: 2.4rem 2rem;
    align-items: center;
    justify-content: center;
  }
}
.home-blog .category_list ul li {
  list-style: none;
}
.home-blog .category_list ul li a {
  white-space: nowrap;
}
.home-blog .row_post {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .home-blog .row_post {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6.4rem 2.4rem;
    align-items: initial;
  }
}
.home-blog .row_post .item {
  position: relative;
  flex: 1 1 100%;
  max-width: 380px;
}
@media screen and (min-width: 560px) {
  .home-blog .row_post .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .home-blog .row_post .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.home-blog .row_post .item .item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
}
.home-blog .row_post .item .item_img img {
  height: 204px;
  max-height: 204px;
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 100%;
  object-fit: cover;
}
.home-blog .row_post .item .item_img:hover img {
  transform: scale(1.1);
}
.home-blog .row_post .item .item_body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.home-blog .row_post .item .item_body .date {
  color: #1E1F24;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.home-blog .row_post .item .item_body .title {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2D2D2D;
  font-weight: 700;
  font-family: "Asap", sans-serif;
}
.home-blog .row_post .item .item_body .excerpt p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  overflow: hidden;
}
.home-blog .row_post .item .item_body .link {
  font-weight: 700;
  align-items: center;
  display: flex;
}

.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 3.2rem auto 0;
}
@media screen and (min-width: 1200px) {
  .search-form {
    margin: 4.8rem auto 0;
  }
}

.search-form-container {
  display: flex;
  align-items: center;
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  padding: 4px 4px 4px 1.6rem;
}
.search-form-container em {
  font-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  color: #80828D;
  margin-right: 0.8rem;
}
.search-form-container .search-field {
  flex: 1;
  border: none;
  outline: none;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  width: 60%;
}
@media screen and (min-width: 560px) {
  .search-form-container .search-field {
    width: 100px;
  }
}
.search-form-container .search-submit {
  background-color: #d1503f;
  color: #ffffff;
  border: none;
  padding: 0.8rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}
.search-form-container .search-submit:hover {
  background-color: #b13f32;
}

.total_result {
  display: flex;
  justify-content: center;
  color: #1E1F24;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-top: 1.6rem;
}
.total_result strong {
  font-weight: 700;
}

.single_content {
  margin-bottom: 4.8rem;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .single_content {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .single_content {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }
}
@media screen and (min-width: 768px) {
  .single_content {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .single_content .wrapper {
    padding: 0;
  }
}
.single_content--block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single_content--block {
    flex-direction: row;
  }
}
.single_content--block .sidebar {
  background-color: #FCFCFC;
}
@media screen and (min-width: 768px) {
  .single_content--block .sidebar {
    width: 30%;
    min-width: 267px;
    position: sticky;
    top: 13.4rem;
    height: 100%;
  }
}
.single_content--block .sidebar > ul {
  padding: 0.8rem 0;
  margin: 0;
  border: solid 1px #EFEFEF;
  background-color: #FCFCFC;
}
@media screen and (max-width: 768px) {
  .single_content--block .sidebar > ul {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .single_content--block .sidebar > ul {
    display: block !important;
    border-top: none;
  }
}
.single_content--block .sidebar > ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
}
.single_content--block .sidebar > ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #1E1F24;
  text-decoration: none;
}
.single_content--block .sidebar > ul li:hover {
  background-color: #E7E8EC;
  cursor: pointer;
}
.single_content--block .sidebar > ul li.active a {
  font-weight: 700;
  color: #1E1F24;
  border-left: solid 2px #257A7A;
  padding-left: 1.6rem;
  display: flex;
}
.single_content--block .sidebar > ul li.active:hover {
  background-color: transparent;
  cursor: initial;
}
.single_content--block .sidebar p {
  border: solid 1px #EFEFEF;
  padding: 1.6rem 2.4rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .single_content--block .sidebar p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.single_content--block .sidebar p em {
  display: block;
  cursor: pointer;
  color: #257A7A;
  font-size: 3rem;
  transform: rotate(90deg);
}
.single_content--block .sidebar p em.active {
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .single_content--block .sidebar p em {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .single_content--block .content {
    padding: 0 2.4rem;
  }
}
.single_content--block .content h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #1E1F24;
}
.single_content--block .content h3, .single_content--block .content h4, .single_content--block .content h5, .single_content--block .content h6 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
  color: #1E1F24;
}
.single_content--block .content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #62636C;
}
.single_content--block .content p em {
  display: block;
}
@media screen and (min-width: 768px) {
  .single_content--block .content p em {
    display: none;
  }
}
.single_content--block .content p a {
  color: #257A7A;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.single_content--block .content p a:hover {
  color: #257A7A;
}
.single_content--block .content p + p {
  margin-top: 2.4rem;
}
.single_content--block .content p + h1 {
  margin-top: 2.4rem;
}
.single_content--block .content p + h2 {
  margin-top: 2.4rem;
}
.single_content--block .content p + h3 {
  margin-top: 2.4rem;
}
.single_content--block .content p + h4 {
  margin-top: 2.4rem;
}
.single_content--block .content p + h5 {
  margin-top: 2.4rem;
}
.single_content--block .content p + h6 {
  margin-top: 2.4rem;
}
.single_content--block .content p + img {
  margin-top: 2.4rem;
}
.single_content--block .content p + ul {
  margin-top: 2.4rem;
}
.single_content--block .content p + ol {
  margin-top: 2.4rem;
}
.single_content--block .content p + div {
  margin-top: 2.4rem;
}
.single_content--block .content p a.button {
  margin: 0;
  color: #ffffff !important;
}
.single_content--block .content a {
  color: #257A7A;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.single_content--block .content a:hover {
  color: #257A7A;
}
.single_content--block .content a.comment-reply-link {
  color: #257A7A;
  font-size: 1.3rem;
}
.single_content--block .content > ul, .single_content--block .content ol {
  margin-bottom: 2.4rem;
  padding-left: 0.8rem;
}
.single_content--block .content > ul li, .single_content--block .content ol li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #575861;
  margin-bottom: 1.8rem;
  position: relative;
  padding-left: 3rem;
}
.single_content--block .content > ul li::before, .single_content--block .content ol li::before {
  content: "\e963";
  color: #257A7A;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0.2rem;
  line-height: 1;
  font-size: 2.4rem;
  height: 2.4rem;
  top: 2px;
}
.single_content--block .content > ul li a, .single_content--block .content ol li a {
  color: #257A7A;
}
.single_content--block .content img {
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
}
.single_content--block .content iframe {
  margin-bottom: 2.4rem;
  max-width: 100%;
}
.single_content--block .content iframe p {
  margin-bottom: 0;
}
.single_content--block .content .post_share {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.single_content--block .content .post_share > h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #1E1F24;
  margin-bottom: 2.4rem;
}
.single_content--block .content .post_share .social-share {
  display: flex;
  flex-direction: row;
  gap: 4.8rem;
  padding: 0;
  margin: 0;
}
.single_content--block .content .post_share .social-share li {
  list-style: none;
}
.single_content--block .content .post_share .social-share li a em {
  font-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
}
.single_content--block .content .post_share .social-share li a em::before {
  color: #257A7A;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.4rem;
  border-bottom: solid 1px #D8D9E0;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .post-navigation {
    margin-top: 4.8rem;
  }
}
.post-navigation .next-post {
  text-align: right;
}
.post-navigation .next-post em {
  font-size: 24px;
  position: relative;
  top: 5px;
  color: #80828D;
}
.post-navigation .next-post .nav-title {
  padding-right: 2.4rem;
}
.post-navigation .prev-post em {
  display: inline-block;
  font-size: 24px;
  position: relative;
  top: 4px;
  transform: rotate(180deg);
  color: #80828D;
}
.post-navigation .prev-post .nav-title {
  padding-left: 2.4rem;
  text-align: left;
}
.post-navigation a {
  text-decoration: none;
  color: #005f5f;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.post-navigation .nav-title {
  display: block;
  color: #575861;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 14px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .post-navigation .nav-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
    overflow: hidden;
  }
}
.post-navigation .nav-label:hover {
  color: #1D3A3A;
}

.share_post {
  margin-top: 4.8rem;
}
.share_post h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1E1F24;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.share_post h3 .share_mb {
  color: #257A7A;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .share_post h3 .share_mb {
    display: none;
  }
}
.share_post .share_dk {
  display: none;
}
@media screen and (min-width: 768px) {
  .share_post .share_dk {
    display: block;
  }
}
.share_post .share_dk .group {
  display: flex;
  gap: 1.6rem;
}
.share_post .share_dk .group a {
  border: solid 1px #257A7A;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  width: 3.6rem;
  text-decoration: none;
}
.share_post .share_dk .group a em {
  font-size: 1.8rem;
  color: #257A7A;
}

.block_noticias_relacionadas {
  background-color: #E2EEEF;
  padding: 4.4rem 0;
}
.block_noticias_relacionadas--title {
  margin-bottom: 4.8rem;
}
.block_noticias_relacionadas--title h2 {
  color: #1E1F24;
  text-align: center;
  font-size: 4rem;
  line-height: 4.8rem;
}
.block_noticias_relacionadas--row .related_post {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .block_noticias_relacionadas--row .related_post {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6.4rem 2.4rem;
    align-items: initial;
  }
}
.block_noticias_relacionadas--row .related_post .item {
  position: relative;
  flex: 1 1 100%;
  max-width: 380px;
}
@media screen and (min-width: 560px) {
  .block_noticias_relacionadas--row .related_post .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .block_noticias_relacionadas--row .related_post .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.block_noticias_relacionadas--row .related_post .item .item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
}
.block_noticias_relacionadas--row .related_post .item .item_img img {
  height: 204px;
  max-height: 204px;
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 100%;
  object-fit: cover;
}
.block_noticias_relacionadas--row .related_post .item .item_img:hover img {
  transform: scale(1.1);
}
.block_noticias_relacionadas--row .related_post .item .item_body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.block_noticias_relacionadas--row .related_post .item .item_body .date {
  color: #1E1F24;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.block_noticias_relacionadas--row .related_post .item .item_body .title {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2D2D2D;
  font-weight: 700;
  font-family: "Asap", sans-serif;
}
.block_noticias_relacionadas--row .related_post .item .item_body .excerpt p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  overflow: hidden;
}
.block_noticias_relacionadas--row .related_post .item .item_body .link {
  font-weight: 700;
  align-items: center;
  display: flex;
}

.navi {
  display: flex;
  justify-content: center;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .navi {
    margin-bottom: 6.4rem;
  }
}
.navi .wp-pagenavi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.navi .wp-pagenavi span {
  font-size: 1.6rem;
  height: 4rem;
  width: 4rem;
  box-sizing: border-box;
  border: solid 1px #EFEFEF;
  border-radius: 0.2rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #2D2D2D;
}
.navi .wp-pagenavi span.current {
  background-color: #257A7A;
  color: #ffffff;
  border: solid 1px #EFEFEF;
}
.navi .wp-pagenavi a {
  font-size: 1.6rem;
  height: 4rem;
  width: 4rem;
  box-sizing: border-box;
  border: solid 1px #EFEFEF;
  border-radius: 0.2rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #62636C;
}
.navi .wp-pagenavi a:hover {
  background-color: #257A7A;
  color: #ffffff;
  border: solid 1px #EFEFEF;
}
.navi .wp-pagenavi a.nextpostslink {
  font-family: "icomoon" !important;
}
.navi .wp-pagenavi a.nextpostslink:before {
  content: "\e93c";
  font-size: 2.2rem !important;
  color: #80828D;
}
.navi .wp-pagenavi a.nextpostslink:hover:before {
  content: "\e93c";
  font-size: 2.2rem !important;
  color: #ffffff;
}
.navi .wp-pagenavi a.previouspostslink {
  font-family: "icomoon" !important;
}
.navi .wp-pagenavi a.previouspostslink:before {
  content: "\e93b";
  font-size: 2.2rem !important;
  color: #80828D;
}
.navi .wp-pagenavi a.previouspostslink:hover:before {
  content: "\e93b";
  font-size: 2.2rem !important;
  color: #ffffff;
}
.navi .wp-pagenavi a.next {
  font-family: "icomoon" !important;
}
.navi .wp-pagenavi a.next:before {
  content: "\e93c";
  font-size: 2.2rem !important;
  color: #80828D;
}
.navi .wp-pagenavi a.next:hover:before {
  content: "\e93c";
  font-size: 2.2rem !important;
  color: #ffffff;
}
.navi .wp-pagenavi a.prev {
  font-family: "icomoon" !important;
}
.navi .wp-pagenavi a.prev:before {
  content: "\e93f";
  font-size: 2.2rem !important;
  color: #80828D;
}
.navi .wp-pagenavi a.prev:hover:before {
  content: "\e93f";
  font-size: 2.2rem !important;
  color: #ffffff;
}

.wp-pagenavi span.current {
  font-weight: 400;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 1.7rem;
}

.button {
  align-items: center;
  background-color: #257A7A;
  color: #ffffff;
  margin: 0 auto 0 auto;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  max-width: max-content;
}
.button:hover {
  background-color: #1D3A3A;
  color: #ffffff !important;
}
.button--extra_small {
  font-size: 1.1rem;
  height: 2.7rem;
}
.button--small {
  font-size: 1.2rem;
  height: 3.2rem;
}
.button--medium {
  font-size: 1.3rem;
  height: 3.9rem;
}
.button--large {
  font-size: 1.5rem;
  height: 5.2rem;
}
.button--extra_large {
  font-size: 1.8rem;
  height: 6.2rem;
}
.button--icon {
  align-items: center;
  font-size: 1.3rem;
}
.button--icon em {
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
}
.button--icon:hover em {
  color: #ffffff;
}
.button--icon__before em {
  margin-right: 0.5rem;
}
.button.negativo {
  border: 1px solid #257A7A;
  color: #257A7A;
}
.button.negativo:hover {
  background-color: #257A7A;
  color: #ffffff;
}
.button.full {
  width: 100%;
}
.button_rounded {
  background-color: #d1503f;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  max-width: max-content;
}
.button_rounded:hover {
  background-color: #b13f32;
  color: #ffffff !important;
}
.button_rounded em {
  font-size: 2.4rem;
}
.button_negative {
  background-color: #ffffff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #257A7A;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  max-width: max-content;
  border: solid 1px #257A7A;
}
.button_negative:hover {
  background-color: #257A7A;
  color: #ffffff !important;
}
.button_negative em {
  font-size: 1.8rem;
}
.button_reverse {
  color: #575861;
  background-color: #E7E8EC;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  max-width: max-content;
}
.button_reverse:hover {
  background-color: #257A7A;
  color: #ffffff !important;
}
.button_reverse.active {
  background-color: #257A7A;
  color: #ffffff !important;
}
.button_reverse.active:hover {
  background-color: #257A7A;
  color: #ffffff !important;
}

.link {
  color: #257A7A;
  font-size: 2rem;
  line-height: 2.8rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
}
.link em {
  top: 2px;
  position: relative;
  font-size: 2.4rem;
}
.link--underline {
  text-decoration: underline;
}
.link:hover {
  color: #1D3A3A;
}

.seccion_timetable {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .seccion_timetable {
    padding: 4.4rem 0;
  }
}
.seccion_timetable .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .seccion_timetable .title_section {
    margin-bottom: 4.8rem;
    max-width: 800px;
    margin: 0 auto 3.2rem;
  }
}
.seccion_timetable .title_section h2 {
  margin-bottom: 1.6rem;
}
.seccion_timetable .timetable_container {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 560px) {
  .seccion_timetable .timetable_container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.seccion_timetable .timetable_container--table {
  max-width: 564px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.seccion_timetable .timetable_container--table h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1E1F24;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .seccion_timetable .timetable_container--table h3 {
    font-size: 2.4rem;
  }
}
.seccion_timetable .timetable_container--table .item_table {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
}
.seccion_timetable .timetable_container--table .item_table .table_row {
  display: flex;
  flex-direction: row;
  border-top: solid 1px #E7E8EC;
}
.seccion_timetable .timetable_container--table .item_table .table_row:first-of-type {
  background-color: #E2EEEF;
}
.seccion_timetable .timetable_container--table .item_table .table_row:first-of-type p {
  font-weight: 700;
}
.seccion_timetable .timetable_container--table .item_table .table_row:nth-child(even) {
  background-color: #F9F9F9;
}
.seccion_timetable .timetable_container--table .item_table .table_row--cell {
  padding: 0.8rem;
}
.seccion_timetable .timetable_container--table .item_table .table_row--cell p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #62636C;
  font-weight: 400;
  color: #1E1F24;
}
.seccion_timetable .timetable_container--table .item_table .table_row--cell p a {
  text-decoration: underline;
  color: #62636C;
}
.seccion_timetable .timetable_container--table .item_table .table_row--cell:first-of-type {
  flex: 0 0 40%;
}
.seccion_timetable .timetable_container--table .item_table .table_row--cell:not(:first-of-type) {
  flex: 1 1 0;
}
@media screen and (min-width: 400px) {
  .seccion_timetable .timetable_container--table .item_table .table_row--cell:first-of-type {
    flex: 0 0 50%;
  }
  .seccion_timetable .timetable_container--table .item_table .table_row--cell:not(:first-of-type) {
    flex: 1 1 0;
  }
}
@media screen and (min-width: 560px) {
  .seccion_timetable .timetable_container--table .item_table .table_row--cell:first-of-type {
    flex: 0 0 55%;
  }
  .seccion_timetable .timetable_container--table .item_table .table_row--cell:not(:first-of-type) {
    flex: 1 1 0;
  }
}
.seccion_timetable .cta_download a {
  margin: 0 auto;
  background-color: #257A7A;
}
.seccion_timetable .cta_download a:hover {
  background-color: #1D3A3A;
  color: #ffffff !important;
}

.block_multipurpose_carousel {
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}
@media screen and (max-width: 1024px) {
  .block_multipurpose_carousel {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .block_multipurpose_carousel .wrapper {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block_multipurpose_carousel .wrapper .title_section, .block_multipurpose_carousel .wrapper .section_link {
    margin-left: 6rem;
    padding-right: 6rem;
  }
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-wrapper {
    flex-direction: row;
    gap: 2.4rem;
  }
  .block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-wrapper .swiper-slide {
    width: 300px !important;
    margin-right: 0 !important;
  }
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-wrapper {
  padding-bottom: 30px;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
@media screen and (max-width: 768px) {
  .block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide {
    margin-right: 0 !important;
  }
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  min-height: 204px;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_img .label {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  background-color: #50A0A0;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_img .label p {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #ffffff;
  display: flex;
  gap: 0.8rem;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_img .label p em {
  font-size: 1.6rem;
  color: #ffffff;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_img img {
  height: 204px;
  max-height: 204px;
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 100%;
  object-fit: cover;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_img:hover img {
  transform: scale(1.1);
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex-grow: 1;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .title {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2D2D2D;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .ribbon {
  background-color: #EEE6DB;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  padding: 0 0.8rem;
  gap: 0.8rem;
  max-width: max-content;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .ribbon p {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #312B23;
  gap: 0.4rem;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .ribbon p em {
  font-size: 1.6rem;
  color: #28303F;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .excerpt p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 100px;
  overflow: hidden;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1E1F24;
  font-weight: 700;
  margin-top: auto;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body h4 span {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #1E1F24;
  font-weight: 400;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body a.button_rounded {
  background-color: #257A7A;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  max-width: max-content;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body a.button_rounded:hover {
  background-color: #1D3A3A;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body a.button_rounded em {
  font-size: 2.4rem;
}
.block_multipurpose_carousel .out-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_multipurpose_carousel .out-container {
    max-width: calc(100% - 120px);
  }
}
.block_multipurpose_carousel .out-container .swiper__controls {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .block_multipurpose_carousel .out-container .swiper__controls {
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  position: absolute;
  z-index: 9;
  right: 24px;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next {
    right: -58px;
    transform: translateY(-50%);
  }
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev {
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  right: 74px;
}
@media screen and (min-width: 1024px) {
  .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev {
    right: initial;
    left: -58px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev {
    left: -50px;
  }
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev em {
  transform: rotate(-180deg);
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #D8D9E0;
  background-color: #ffffff;
  padding: 0.8rem;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev em, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next em {
  font-size: 2.4rem;
  line-height: 1.6rem;
  color: #257A7A;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev:hover, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next:hover {
  background-color: #257A7A;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev:hover em, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next:hover em {
  color: #ffffff;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev.swiper-button-disabled, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next.swiper-button-disabled {
  background-color: #E7E8EC;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev.swiper-button-disabled em, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next.swiper-button-disabled em {
  opacity: 0.6;
  color: #D8D9E0 !important;
}

.tab--head {
  border-bottom: solid 1px #F2F4F6;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .tab--head {
    margin-left: 6rem;
    padding-right: 6rem;
  }
}
.tab--head ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .tab--head ul {
    overflow-x: auto;
  }
}
.tab--head ul li {
  list-style: none;
  white-space: nowrap;
  color: #1E1F24;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
}
.tab--head ul li.active {
  border-bottom: solid 1px #257A7A;
  color: #257A7A;
  font-weight: 700;
}
.tab--head ul li:hover {
  color: #257A7A;
}
.tab--body .content {
  display: none;
}
.tab--body .content.active {
  display: block;
}

.section_grid_masonry {
  padding: 4.8rem 0 4.8rem 2.4rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section_grid_masonry {
    padding: 4.4rem 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .section_grid_masonry .wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .block_post_masonry_and_grid {
    overflow-x: auto;
  }
}
.block_post_masonry_and_grid > div {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
}
@media screen and (max-width: 1300px) {
  .block_post_masonry_and_grid > div {
    padding-right: 2.4rem;
  }
}
.block_post_masonry_and_grid .column {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 364px;
  min-height: 364px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 2.4rem;
  flex: 0 0 364px;
  max-width: 364px;
  min-width: 364px;
}
.block_post_masonry_and_grid .column::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background: rgb(30, 31, 36);
  background: linear-gradient(0deg, rgba(30, 31, 36, 0.6) 0%, rgba(30, 31, 36, 0.7343312325) 50%);
}
.block_post_masonry_and_grid .column .content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.block_post_masonry_and_grid .column .content--white {
  color: #ffffff;
}
.block_post_masonry_and_grid .column .content--white p {
  color: #ffffff;
}
.block_post_masonry_and_grid .column .content h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 56px;
  overflow: hidden;
}
.block_post_masonry_and_grid .column .content .excerpt {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 100px;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.block_post_masonry_and_grid .column .content .ribbon {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: max-content;
  margin-bottom: 1.8rem;
}
.block_post_masonry_and_grid .column .content .ribbon p {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #ffffff;
  gap: 0.4rem;
}
.block_post_masonry_and_grid .column .content .ribbon p em {
  font-size: 1.6rem;
  color: #ffffff;
}
.block_post_masonry_and_grid .column .content .ribbon p em.icon-location {
  color: #ffffff;
}
.block_post_masonry_and_grid .column .content a.button_rounded {
  background-color: #d1503f;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  max-width: max-content;
  margin-top: auto;
}
.block_post_masonry_and_grid .column .content a.button_rounded:hover {
  background-color: #b13f32;
}
.block_post_masonry_and_grid .column .content a.button_rounded em {
  font-size: 2.4rem;
}
.block_post_masonry_and_grid .column .content .small {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 700;
}
.block_post_masonry_and_grid .column .content .small span {
  font-weight: 400;
}
.block_post_masonry_and_grid .column .content .hide {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.block_post_masonry_and_grid .column:hover .content .hide {
  max-height: 500px;
  transition: max-height 0.6s ease-in;
}

.block_hero_slim {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}
@media screen and (min-width: 1300px) {
  .block_hero_slim {
    margin-bottom: 171px;
    padding-bottom: 197px;
  }
}
.block_hero_slim:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(274deg, rgba(41, 81, 81, 0) 20.47%, rgba(29, 58, 58, 0.8) 85.93%);
}
.block_hero_slim.no_overlay:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.block_hero_slim_group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 4;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_hero_slim_group {
    flex-direction: row;
    align-items: center;
  }
}
.block_hero_slim_content {
  position: relative;
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.4rem;
}
@media screen and (min-width: 1200px) {
  .block_hero_slim_content {
    padding: initial;
  }
}
.block_hero_slim_content.text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .block_hero_slim_content.text {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.block_hero_slim_content.text p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.block_hero_slim_content.text h1 {
  color: #ffffff;
  font-size: 0.3 0.6rem;
  line-height: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 400px) {
  .block_hero_slim_content.text h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .block_hero_slim_content.text h1 {
    font-size: 6rem;
    line-height: 7.2rem;
  }
}
.block_hero_slim_content.text .trip {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  max-height: 67px;
  overflow: hidden;
}
.block_hero_slim_content.text .trip .cdsROW {
  background-color: transparent;
  width: 400px !important;
}
.block_hero_slim_content.text .trip .cdsComponent.logo {
  border-radius: 8px;
  max-width: 140px;
}
.block_hero_slim_content.text .trip #CDSROWLOC647 {
  max-width: 109px !important;
  text-align: left;
  height: 20px;
  margin: 0;
  margin-top: 7px;
  display: block;
}
.block_hero_slim_content.text .trip .cdsROW.wide .cdsLocName a {
  line-height: 100%;
  color: #ffffff;
}
.block_hero_slim_content.text .trip .cdsROW .cdsRating span {
  color: #ffffff;
}
.block_hero_slim_content.text .trip .cdsComponent.cdsRating {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 0px;
  gap: 10px;
  padding-top: 5px;
  margin-left: 10px;
}
.block_hero_slim_content.text .trip img {
  background-color: #33E0A1;
  padding: 7px;
  border-radius: 8px;
}
.block_hero_slim_content.text .trip p {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
}
.block_hero_slim .video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero_activities_carrusel {
  z-index: 3;
  position: relative;
  margin-top: 2.4rem;
  padding-left: 2.4rem;
}
@media screen and (min-width: 1300px) {
  .hero_activities_carrusel {
    background: radial-gradient(closest-side, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
    margin-top: 64px;
    position: absolute;
  }
}
@media screen and (min-width: 1300px) {
  .hero_activities_carrusel {
    padding-left: initial;
  }
}
.hero_activities_carrusel .hero_carousel .swiper-slide {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 1300px) {
  .hero_activities_carrusel .hero_carousel .swiper-slide {
    flex-direction: column;
    max-width: 290px;
  }
  .hero_activities_carrusel .hero_carousel .swiper-slide:nth-of-type(4) .item_img img {
    object-position: bottom;
  }
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_img {
  border-radius: 8px 0 0 8px;
  position: relative;
  overflow: hidden;
  width: 100%;
  flex-basis: 35%;
  width: 35%;
}
@media screen and (min-width: 1300px) {
  .hero_activities_carrusel .hero_carousel .swiper-slide .item_img {
    border-radius: 8px 8px 0 0;
    flex-basis: 100%;
    width: 100%;
  }
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_img .label {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  background-color: #50A0A0;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .hero_activities_carrusel .hero_carousel .swiper-slide .item_img .label {
    display: none;
  }
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_img .label p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #ffffff;
  display: flex;
  gap: 0.8rem;
  font-weight: 700;
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_img .label p em {
  font-size: 1.6rem;
  color: #ffffff;
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_img img {
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1300px) {
  .hero_activities_carrusel .hero_carousel .swiper-slide .item_img img {
    height: 133px;
    max-height: 133px;
    width: 100%;
    aspect-ratio: 16/8;
  }
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_img:hover img {
  transform: scale(1.1);
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_body {
  background-color: #ffffff;
  padding: 1.6rem;
  border-radius: 0 8px 8px 0;
  flex-basis: 65%;
  width: 65%;
}
@media screen and (min-width: 1300px) {
  .hero_activities_carrusel .hero_carousel .swiper-slide .item_body {
    border-radius: 0 0 8px 8px;
    flex-basis: 100%;
    width: 100%;
  }
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_body h2.title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4.8rem;
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_body p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #2D2D2D;
  margin-bottom: 0.8rem;
  font-weight: 700;
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_body p span {
  color: #1E1F24;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.3rem;
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_body .button {
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #257A7A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #257A7A;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  max-width: max-content;
  margin: 0;
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_body .button:hover {
  background-color: #257A7A;
  color: #ffffff;
}
.hero_activities_carrusel .hero_carousel .swiper-slide .item_body .button em {
  font-size: 2.4rem;
  position: relative;
  top: 1px;
}
.hero_activities_carrusel .hero_carousel .hero_carousel__navigation {
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 2.4rem;
  padding: 0 2.4rem;
}
.hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: transparent;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-prev {
  height: 4rem;
  width: 4rem;
  background: transparent;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-prev em {
  transform: rotate(-180deg);
}
.hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-prev, .hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #ffffff;
  padding: 0.8rem;
}
.hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-prev em, .hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-next em {
  font-size: 2.4rem;
  line-height: 1.6rem;
  color: #ffffff;
}
.hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-prev:hover, .hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-next:hover {
  background-color: #257A7A;
}
.hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-prev:hover em, .hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-next:hover em {
  color: #ffffff;
}
.hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-prev.swiper-button-disabled, .hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-next.swiper-button-disabled {
  opacity: 0.6;
}
.hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-prev.swiper-button-disabled em, .hero_activities_carrusel .hero_carousel .hero_carousel-swiper-button-next.swiper-button-disabled em {
  color: #D8D9E0 !important;
}

.hero-search-bar {
  display: flex;
  position: relative;
}
.hero-search-bar .search-container {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 30px;
  padding: 0.4rem 0.4rem 0.4rem 1rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  position: relative;
}
.hero-search-bar .search-container.active {
  border: solid 1px #257A7A;
}
.hero-search-bar .search-container .search-field {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  flex-basis: 96%;
}
@media screen and (max-width: 1024px) {
  .hero-search-bar .search-container .search-field {
    flex-basis: 49%;
  }
}
.hero-search-bar .search-container .search-field .icon-search {
  font-size: 2.4rem;
  color: #888;
  margin-right: 0.8rem;
}
.hero-search-bar .search-container .search-field .search-input {
  border: none;
  outline: none;
  font-size: 1.4rem;
  width: 100%;
}
.hero-search-bar .search-container .search-field #clear-icon {
  display: none;
  position: absolute;
  right: 0px;
  font-size: 2.4rem;
  color: #257A7A;
  cursor: pointer;
}
.hero-search-bar .search-container .search-field.filled #clear-icon {
  display: block;
}
.hero-search-bar .search-container .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  border-radius: 8px;
}
.hero-search-bar .search-container .search-results li {
  padding: 0.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.hero-search-bar .search-container .search-results li:hover {
  background: #f0f0f0;
}
.hero-search-bar .search-container .divider {
  width: 1px;
  height: 2.4rem;
  background: #ddd;
  margin: 0 1.2rem;
}
.hero-search-bar .search-container .date-picker {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-basis: 72%;
}
.hero-search-bar .search-container .date-picker span {
  font-size: 1.4rem;
  color: #888;
}
.hero-search-bar .search-container .date-picker .icon-Calendar-fill {
  margin-right: 0.8rem;
  color: #257A7A;
  font-size: 2.4rem;
}
.hero-search-bar .search-container .search-button {
  background: #d1503f;
  color: #ffffff;
  border: none;
  padding: 10px 2.4rem;
  min-width: 130px;
  border-radius: 30px;
  font-size: 1.6rem;
  cursor: pointer;
  margin-left: 1.2rem;
  transition: background 0.3s;
}
.hero-search-bar .search-container .search-button:hover {
  background: #b13f32;
}
@media screen and (max-width: 1024px) {
  .hero-search-bar.desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hero-search-bar.mobile {
    display: none;
  }
}

.hero-search-bar .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.4rem;
  overflow-y: auto;
  margin-top: 0;
  list-style: none;
}
.hero-search-bar .search-results.expanded {
  position: absolute;
  display: block;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 9;
  padding: 1.6rem;
}
.hero-search-bar .search-results .results-count {
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #257A7A;
  text-align: left;
}
.hero-search-bar .search-results .results-count .results-label {
  color: #575861;
  font-weight: 400;
}
.hero-search-bar .search-results li {
  padding: 1.6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
  border-top: solid 1px #E7E8EC;
}
.hero-search-bar .search-results li:hover {
  background-color: #f0f0f0;
}
.hero-search-bar .search-results li:first-of-type {
  margin-top: 0.8rem;
}
.hero-search-bar .search-results li .result-icon {
  margin-right: 1rem;
  font-size: 2rem;
  color: #80828D;
}
.hero-search-bar .search-results li .result-text {
  font-size: 1.4rem;
  color: #333;
}
.hero-search-bar .search-results li img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.hero-search-bar #hero-date-panel {
  display: none;
}
.hero-search-bar #hero-date-panel.active {
  display: flex;
  top: 53px;
  left: 0;
  position: absolute;
}
.hero-search-bar #hero-date-panel .date-panel .date-header {
  display: none !important;
}
.hero-search-bar #hero-date-panel .date-panel .date-footer {
  display: none !important;
}
.hero-search-bar #hero-date-panel .daterangepicker {
  display: flex !important;
}
.hero-search-bar #hero-date-panel.visible {
  display: flex;
}

.section_script {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .section_script {
    padding: 4.4rem 0;
  }
}
.section_script .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_script .title_section {
    margin-bottom: 4.8rem;
    max-width: 800px;
    margin: 0 auto 3.2rem;
  }
}
.section_script .title_section h2 {
  margin-bottom: 1.6rem;
}
.section_script .script_content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 2.4rem;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .section_script .script_content {
    padding: 50px;
  }
}

.section_unique_features {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .section_unique_features {
    padding: 4.4rem 0;
  }
}
.section_unique_features .block_cols {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .section_unique_features .block_cols {
    flex-direction: row;
    gap: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .section_unique_features .block_cols .column {
    flex-basis: 50%;
  }
}
.section_unique_features .block_cols .column h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: #2D2D2D;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .section_unique_features .block_cols .column h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: left;
  }
}
.section_unique_features .block_cols .column .list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .section_unique_features .block_cols .column .list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
}
.section_unique_features .block_cols .column .list .item {
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(29, 58, 58, 0.15);
  background-color: #ffffff;
  display: flex;
  gap: 1.6rem;
  padding: 1.6rem;
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .section_unique_features .block_cols .column .list .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
.section_unique_features .block_cols .column .list .item > img {
  width: 3.2rem;
  height: 3.2rem;
}
.section_unique_features .block_cols .column .list .item p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #2D2D2D;
  font-weight: 700;
}
.section_unique_features .block_cols .column .list .item p a {
  color: #2D2D2D;
}
.section_unique_features .block_cols .column .list .item a {
  color: #2D2D2D;
}
.section_unique_features .block_cols .column picture img {
  border-radius: 8px;
}

.section_block_item_icon_text {
  padding: 3.2rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section_block_item_icon_text {
    padding: 4.4rem 0;
  }
}
.section_block_item_icon_text .block_item_icon_text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .section_block_item_icon_text .block_item_icon_text {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section_block_item_icon_text .block_item_icon_text .item {
  padding: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(29, 58, 58, 0.15);
}
@media screen and (min-width: 560px) {
  .section_block_item_icon_text .block_item_icon_text .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .section_block_item_icon_text .block_item_icon_text .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.section_block_item_icon_text .block_item_icon_text .item--img img {
  width: 4rem;
  height: 4rem;
}
.section_block_item_icon_text .block_item_icon_text .item--text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
.section_block_item_icon_text .block_item_icon_text .item--text h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
}
.section_block_item_icon_text .block_item_icon_text .item--text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
}

.block_carrusel_two_cols {
  padding: 4.8rem 0;
  position: relative;
  background-color: #E7E8EC;
}
@media screen and (min-width: 768px) {
  .block_carrusel_two_cols {
    padding: 4.4rem 0;
  }
}
.block_carrusel_two_cols__js .item {
  background-color: #E2EEEF;
  border: solid 1px #AFD9D9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel_two_cols__js .item {
    flex-direction: row;
    gap: 4.8rem;
    align-items: center;
    padding: 4.4rem;
  }
}
@media screen and (min-width: 768px) {
  .block_carrusel_two_cols__js .item .pic {
    flex-basis: 50%;
    width: 50%;
  }
}
.block_carrusel_two_cols__js .item .pic img {
  border-radius: 8px;
}
.block_carrusel_two_cols__js .item .text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel_two_cols__js .item .text {
    flex-basis: 50%;
    width: 50%;
  }
}
.block_carrusel_two_cols__js .item .text h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2D2D2D;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .block_carrusel_two_cols__js .item .text h3 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.block_carrusel_two_cols__js .item .text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
}
.block_carrusel_two_cols__js .item .text p a {
  color: #257A7A;
  text-decoration: underline;
}
.block_carrusel_two_cols .block_carrusel_two_cols__navigation {
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
.block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-prev {
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-prev, .block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #D8D9E0;
  background-color: #ffffff;
  padding: 0.8rem;
}
.block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-prev em, .block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-next em {
  font-size: 2.4rem;
  line-height: 1.6rem;
  color: #257A7A;
}
.block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-prev:hover, .block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-next:hover {
  background-color: #257A7A;
}
.block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-prev:hover em, .block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-next:hover em {
  color: #ffffff;
}
.block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-prev.swiper-button-disabled, .block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-next.swiper-button-disabled {
  background-color: #E7E8EC;
}
.block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-prev.swiper-button-disabled em, .block_carrusel_two_cols .block_carrusel_two_cols-swiper-button-next.swiper-button-disabled em {
  opacity: 0.6;
  color: #D8D9E0 !important;
}
.block_carrusel_two_cols .swiper-pagination {
  z-index: 1;
}
.block_carrusel_two_cols .swiper-pagination .swiper-pagination-bullet {
  border-radius: 25px;
  height: 12px;
  width: 12px;
  background-color: #cecece;
}
.block_carrusel_two_cols .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #257A7A;
}
.block_carrusel_two_cols .title_section {
  text-align: center;
}
.block_carrusel_two_cols .title_section h2 {
  margin-bottom: 1.6rem;
}

.block-text-media {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .block-text-media {
    gap: 9.6rem;
    flex-direction: row;
  }
}
.block-text-media__col {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .block-text-media__col.media {
    order: 2;
  }
}
.block-text-media__col.media img {
  border-radius: 8px;
  width: 100%;
}
.block-text-media__col.media .link {
  margin-top: 2.4rem;
  display: flex;
  font-weight: 700;
}
@media (min-width: 768px) {
  .block-text-media__col.text {
    flex-basis: 45%;
  }
  .block-text-media__col.media {
    flex-basis: 55%;
  }
}

.text-media {
  padding: 4.8rem 0;
}
@media (min-width: 1024px) {
  .text-media {
    padding: 4.4rem 0;
  }
}
.text-media h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #2D2D2D;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.text-media h3, .text-media h4, .text-media h5, .text-media h6 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1D3A3A;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.text-media p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  margin-bottom: 1.6rem;
}
.text-media p:last-of-type {
  margin-bottom: 0;
}
.text-media p a {
  color: #257A7A;
}
.text-media p a.button {
  color: #ffffff;
}
.text-media ul, .text-media ol {
  padding-left: 0;
}
.text-media ul li, .text-media ol li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #575861;
  margin-bottom: 1.8rem;
  position: relative;
  padding-left: 3rem;
}
.text-media ul li::before, .text-media ol li::before {
  content: "\e963";
  color: #257A7A;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0.2rem;
  line-height: 1;
  font-size: 2.4rem;
  height: 2.4rem;
  top: 2px;
}
.text-media ul li ul, .text-media ul li > ol, .text-media ol li ul, .text-media ol li > ol {
  margin-top: 12px;
}
.text-media ul li:has(> ul):not(:has(*:not(ul)))::before, .text-media ol li:has(> ul):not(:has(*:not(ul)))::before {
  content: "";
}
.text-media a {
  margin: 0;
  color: #257A7A;
}
.text-media p, .text-media li, .text-media a {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.text-media a.link {
  display: flex;
  font-weight: 700;
}
.text-media.boxed {
  padding: 0;
}
@media (min-width: 1024px) {
  .text-media.boxed {
    padding: 0;
  }
}
.text-media.boxed .wrapper {
  padding: 0 0;
}
.text-media.boxed .box {
  padding: 4.8rem 2.4rem;
  background-color: #E2EEEF;
}
@media (min-width: 768px) {
  .text-media.boxed .box {
    padding: 4.8rem;
    border-radius: 0.8rem;
  }
}
.text-media.boxed .box .block-text-media {
  gap: 4.8rem;
}
@media (min-width: 768px) {
  .text-media.boxed .box .block-text-media {
    gap: 4.8rem;
  }
}
.text-media .block-text-media__button a.button {
  color: #ffffff;
}

.block_imagen_carrusel {
  position: relative;
  overflow: hidden;
}
.block_imagen_carrusel .block_imagen_carrusel__typeOne .swiper-slide {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  position: relative;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  height: 220px;
}
@media screen and (min-width: 1024px) {
  .block_imagen_carrusel .block_imagen_carrusel__typeOne .swiper-slide {
    height: 162px;
  }
}
.block_imagen_carrusel .block_imagen_carrusel__typeOne .swiper-slide img {
  border-radius: 8px;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.block_imagen_carrusel .block_imagen_carrusel__typeOne .swiper-slide .overlay {
  position: absolute;
  bottom: 0%;
  width: 100%;
  background-color: #50A0A0;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.block_imagen_carrusel .block_imagen_carrusel__typeOne .swiper-slide p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.block_imagen_carrusel .block_imagen_carrusel__typeOne .swiper-slide p a {
  color: #ffffff;
}
.block_imagen_carrusel .block_imagen_carrusel__typeOne.has-modal .swiper-slide {
  cursor: pointer;
}
.block_imagen_carrusel .swiper__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-prev {
  height: 5.7rem;
  width: 5.7rem;
  background: #257A7A;
  position: absolute;
  z-index: 9;
  left: -28px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-prev em {
  position: absolute;
  right: 6px;
  transform: rotate(-180deg);
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next {
  height: 5.7rem;
  width: 5.7rem;
  background: #257A7A;
  position: absolute;
  z-index: 9;
  right: -28px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next em {
  position: absolute;
  left: 6px;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-prev, .block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-prev:hover, .block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next:hover {
  background-color: #1D3A3A;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-prev em, .block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next em {
  color: #ffffff;
  font-size: 2.4rem;
}
.block_imagen_carrusel .swiper__controls .swiper-button-disabled {
  background-color: #D9D9D9;
  opacity: 1;
}
.block_imagen_carrusel .swiper__controls .swiper-button-disabled:hover {
  background-color: #D9D9D9;
}

.section_block_imagen_carrusel {
  padding: 4.8rem 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
}
.modal .modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  padding: 2.4rem;
}
.modal .modal-main-slider {
  width: 100%;
  max-height: 500px;
}
.modal .modal-main-slider img {
  margin: 0 auto;
  max-height: 500px;
  object-fit: cover;
}
.modal .modal-thumbnail-slider {
  width: 100%;
  margin-top: 4.8rem;
}
.modal .close {
  position: absolute;
  top: 3.6rem;
  right: 3.6rem;
  font-size: 3.6rem;
  cursor: pointer;
  color: #fff;
}
.modal .modal-thumbnail-slider .swiper-slide {
  width: 10rem;
  cursor: pointer;
  opacity: 1;
}
.modal .modal-thumbnail-slider .swiper-slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.modal .modal-thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}
.modal .modal-prev, .modal .modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 3.6rem;
  cursor: pointer;
  z-index: 10;
}
.modal .modal-prev em {
  transform: rotate(-180deg);
  display: block;
}
.modal .modal-prev {
  left: 10px;
}
.modal .modal-next {
  right: 10px;
}
.modal .modal-caption {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 0.8rem 40px;
  display: flex;
  align-items: center;
}
.modal .modal-caption p {
  color: #ffffff;
  font-size: 1.6rem;
}

.block_info_card {
  padding: 2.4rem 0;
}
.block_info_card .info_card_row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_info_card .info_card_row {
    flex-direction: row;
  }
}
.block_info_card .info_card_row .card {
  flex: 1 1 100%;
  background-color: #EEE6DB;
  border: solid 1px #BCB1A1;
  border-radius: 8px;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .block_info_card .info_card_row .card {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
.block_info_card .info_card_row .card:only-child {
  flex: 1 1 100%;
  max-width: 100%;
}
.block_info_card .info_card_row .card em {
  font-size: 3.2rem;
  color: #887D6E;
}
.block_info_card .info_card_row .card .title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #312B23;
}
.block_info_card .info_card_row .card p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #575861;
}

@media screen and (min-width: 1024px) {
  .section_block_hero_page {
    padding-top: 3.2rem;
  }
}
.section_block_hero_page .block_hero_page {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 426px;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section_block_hero_page .block_hero_page {
    border-radius: 8px;
    flex-direction: row;
  }
}
.section_block_hero_page .block_hero_page:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 34.5%), #1b1b1b;
}
.section_block_hero_page .block_hero_page.no_overlay:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.section_block_hero_page .block_hero_page .hero_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
  padding: 4.8rem 2.4rem;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .section_block_hero_page .block_hero_page .hero_content {
    flex-direction: row;
    padding: 4.8rem;
  }
}
.section_block_hero_page .block_hero_page .hero_content .hero_text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  z-index: 2;
}
.section_block_hero_page .block_hero_page .hero_content .hero_text h1 {
  color: #ffffff;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .section_block_hero_page .block_hero_page .hero_content .hero_text h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.section_block_hero_page .block_hero_page .hero_content .hero_text p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
}
.section_block_hero_page .block_hero_page .hero_content .hero_text .label {
  padding: 4px 0.8rem;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  border-radius: 4px;
  background-color: #257A7A;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .section_block_hero_page .block_hero_page .hero_content .hero_text .label {
    width: max-content;
  }
}
.section_block_hero_page .block_hero_page .hero_content .hero_text .button_rounded {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .section_block_hero_page .block_hero_page .hero_content .hero_text {
    flex-basis: 50%;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .section_block_hero_page .block_hero_page .hero_content .hero_pic {
    flex-basis: 50%;
    width: 50%;
  }
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.one img {
  width: 100%;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage {
  position: relative;
  min-height: 311px;
}
@media screen and (max-width: 560px) {
  .section_block_hero_page .block_hero_page .hero_content .hero_pic.collage {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section_block_hero_page .block_hero_page .hero_content .hero_pic.collage {
    max-width: 500px;
    width: 100%;
  }
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra {
  position: absolute;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.left {
  left: 0;
  top: 24px;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.left picture img {
  max-width: 267px;
  height: 207px;
  width: 100%;
  object-fit: cover;
  transform: rotate(-8deg);
  border-radius: 8px;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.center {
  left: 50%;
  transform: translateX(-50%);
  max-width: 267px;
  width: 267px;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.center picture img {
  max-width: 267px;
  height: 133px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.center .pic_text {
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.center .pic_text .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.center .pic_text .text {
  font-size: 1.6rem;
  color: #1E1F24;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.center .pic_text .button_negative em {
  font-size: 2.4rem;
  top: 1px;
  position: relative;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.right {
  right: 0;
  top: 24px;
}
.section_block_hero_page .block_hero_page .hero_content .hero_pic.collage .pic_extra.right picture img {
  max-width: 267px;
  height: 207px;
  width: 100%;
  object-fit: cover;
  transform: rotate(8deg);
  border-radius: 8px;
}
.section_block_hero_page .block_hero_page .video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section_block_hero_page .block_hero_page .img-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: -1;
}
.section_block_hero_page .wrapper {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .section_block_hero_skinny {
    margin-top: 3.2rem;
  }
}
.section_block_hero_skinny .block_hero_skinny {
  padding: 4.8rem;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section_block_hero_skinny .block_hero_skinny {
    border-radius: 8px;
  }
}
.section_block_hero_skinny .block_hero_skinny:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 34.5%), lightgray;
}
.section_block_hero_skinny .block_hero_skinny.no_overlay:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.section_block_hero_skinny .block_hero_skinny .hero_content {
  z-index: 9;
}
.section_block_hero_skinny .block_hero_skinny .hero_content h1 {
  color: #ffffff;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_block_hero_skinny .block_hero_skinny .hero_content h1 {
    font-size: 4rem;
    line-height: 5.8rem;
  }
}
.section_block_hero_skinny .block_hero_skinny .img_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: -1;
  top: 0;
}
.section_block_hero_skinny .wrapper {
  padding: 0;
}

.block_full_image_text_two_cols {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .block_full_image_text_two_cols {
    padding: 4.4rem 0;
  }
}
.block_full_image_text_two_cols .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block_full_image_text_two_cols .title_section {
    margin-bottom: 4.8rem;
    max-width: 800px;
    margin: 0 auto 3.2rem;
  }
}
.block_full_image_text_two_cols .title_section h2 {
  margin-bottom: 1.6rem;
}
.block_full_image_text_two_cols .section_link > a:hover {
  color: #ffffff;
}
.block_full_image_text_two_cols .content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.block_full_image_text_two_cols .content picture img {
  border-radius: 8px;
  width: 100%;
}
.block_full_image_text_two_cols .content .text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_full_image_text_two_cols .content .text {
    flex-direction: row;
    justify-content: center;
    gap: 2.4rem;
  }
}
.block_full_image_text_two_cols .content .text .cols {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_full_image_text_two_cols .content .text .cols {
    width: 35%;
    flex-basis: 35%;
  }
}
.block_full_image_text_two_cols .content .text .cols h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #2D2D2D;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.block_full_image_text_two_cols .content .text .cols h3, .block_full_image_text_two_cols .content .text .cols h4, .block_full_image_text_two_cols .content .text .cols h5, .block_full_image_text_two_cols .content .text .cols h6 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1D3A3A;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.block_full_image_text_two_cols .content .text .cols p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  margin-bottom: 1.6rem;
}
.block_full_image_text_two_cols .content .text .cols p:last-of-type {
  margin-bottom: 0;
}
.block_full_image_text_two_cols .content .text .cols ul li, .block_full_image_text_two_cols .content .text .cols ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  position: relative;
}
.block_full_image_text_two_cols .content .text .cols a {
  margin: 0;
  color: #257A7A;
  text-decoration: underline;
}
.block_full_image_text_two_cols .content .text .cols p, .block_full_image_text_two_cols .content .text .cols li, .block_full_image_text_two_cols .content .text .cols a {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.block_accommodation_slider {
  padding: 4.8rem 0 3.2rem;
}
.block_accommodation_slider + .block_accommodation_slider {
  padding: 0 0 3.2rem;
}
@media screen and (min-width: 768px) {
  .block_accommodation_slider {
    padding: 4.4rem 0 3.2rem;
    border-radius: 8px;
    overflow: hidden;
  }
  .block_accommodation_slider + .block_accommodation_slider {
    padding: 0 0 3.2rem;
  }
}
.block_accommodation_slider .wrapper {
  padding: 0;
}
.block_accommodation_slider .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  justify-content: center;
  text-align: center;
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_accommodation_slider .title_section {
    margin-bottom: 4.8rem;
    max-width: 800px;
    margin: 0 auto 3.2rem;
  }
}
.block_accommodation_slider .title_section h2 {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .block_accommodation_slider .section_link {
    padding: 0 2.4rem;
  }
}
.block_accommodation_slider .accomodation_content {
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_accommodation_slider .accomodation_content {
    flex-direction: row;
    align-items: stretch;
  }
}
.block_accommodation_slider .accomodation_content .col {
  position: relative;
  overflow: hidden;
  background-color: #EFEFF3;
}
@media screen and (min-width: 768px) {
  .block_accommodation_slider .accomodation_content .col {
    flex: 1;
  }
}
.block_accommodation_slider .accomodation_content .col:last-of-type {
  background-color: #EFEFF3;
}
.block_accommodation_slider .accomodation_content .col .text {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_accommodation_slider .accomodation_content .col .text {
    padding: 4.8rem;
  }
}
.block_accommodation_slider .accomodation_content .col .text h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2D2D2D;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_accommodation_slider .accomodation_content .col .text h3 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.block_accommodation_slider .accomodation_content .col .text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
}
.block_accommodation_slider .accomodation_content .col .text p a {
  color: #257A7A;
  text-decoration: underline;
}
.block_accommodation_slider .accomodation_content .col .text .label {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #257A7A;
  margin-bottom: 1.6rem;
}
.block_accommodation_slider .accomodation_content .col .text .maps {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1E1F24;
  font-weight: 700;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  text-decoration: none;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.block_accommodation_slider .accomodation_content .col .text .maps span {
  text-decoration: underline;
}
.block_accommodation_slider .accomodation_content .col .text .maps em {
  font-size: 2.4rem;
  width: 2.4rem;
}
.block_accommodation_slider .accomodation_content .block_carrusel_accommodation__js {
  width: 100%;
  height: 100%;
}
.block_accommodation_slider .accomodation_content .block_carrusel_accommodation__js .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.block_accommodation_slider .accomodation_content .block_carrusel_accommodation__js .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.block_accommodation_slider .accomodation_content .block_carrusel_accommodation__js .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_accommodation_slider .accomodation_content .accommodation__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.block_accommodation_slider .accomodation_content .accommodation-swiper-button-next {
  height: 5.7rem;
  width: 5.7rem;
  background: #257A7A;
  position: absolute;
  z-index: 9;
  right: -27px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}
.block_accommodation_slider .accomodation_content .accommodation-swiper-button-next em {
  position: absolute;
  left: 6px;
}
.block_accommodation_slider .accomodation_content .accommodation-swiper-button-prev {
  height: 5.7rem;
  width: 5.7rem;
  background: #257A7A;
  position: absolute;
  z-index: 9;
  left: -27px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}
.block_accommodation_slider .accomodation_content .accommodation-swiper-button-prev em {
  position: absolute;
  right: 6px;
  transform: rotate(-180deg);
}
.block_accommodation_slider .accomodation_content .accommodation-swiper-button-prev, .block_accommodation_slider .accomodation_content .accommodation-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.block_accommodation_slider .accomodation_content .accommodation-swiper-button-prev:hover, .block_accommodation_slider .accomodation_content .accommodation-swiper-button-next:hover {
  background-color: #1D3A3A;
}
.block_accommodation_slider .accomodation_content .accommodation-swiper-button-prev em, .block_accommodation_slider .accomodation_content .accommodation-swiper-button-next em {
  color: #ffffff;
  font-size: 2.4rem;
}
.block_accommodation_slider .accomodation_content .accommodation-swiper-button-prev.swiper-button-disabled, .block_accommodation_slider .accomodation_content .accommodation-swiper-button-next.swiper-button-disabled {
  background-color: #b6b6b6;
  opacity: 1;
}
.block_accommodation_slider .accomodation_content .accommodation-swiper-button-prev.swiper-button-disabled:hover, .block_accommodation_slider .accomodation_content .accommodation-swiper-button-next.swiper-button-disabled:hover {
  background-color: #D9D9D9;
}

.swiper-pagination-counter {
  z-index: 1;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
  gap: 0.4rem;
}

.block_cards_bg_image {
  padding: 3.2rem 0;
  position: relative;
  overflow: hidden;
}
.block_cards_bg_image:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #257A7A;
}
.block_cards_bg_image .bg_section_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  top: 0;
}
.bg_color .block_cards_bg_image .bg_section_img {
  display: none;
}
.block_cards_bg_image.bg_color:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #E2EEEF;
}
@media screen and (min-width: 1024px) {
  .block_cards_bg_image {
    padding: 6.4rem 0;
  }
}
.block_cards_bg_image .wrapper {
  position: relative;
  z-index: 2;
}
.block_cards_bg_image .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.8rem;
  justify-content: center;
  text-align: center;
  padding: 0 2.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .block_cards_bg_image .title_section {
    max-width: 800px;
    margin: 0 auto 6.4rem;
  }
}
.block_cards_bg_image .title_section h2 {
  margin-bottom: 1.6rem;
  color: #ffffff;
}
.bg_color .block_cards_bg_image .title_section h2 {
  color: #1E1F24;
}
.block_cards_bg_image .title_section .label {
  color: #ffffff;
}
.bg_color .block_cards_bg_image .title_section .label {
  color: #1E1F24;
}
.block_cards_bg_image .title_section .base_text p, .block_cards_bg_image .title_section .base_text ul li {
  color: #ffffff;
}
.bg_color .block_cards_bg_image .title_section .base_text p, .bg_color .block_cards_bg_image .title_section .base_text ul li {
  color: #1E1F24;
}
.block_cards_bg_image .title_section .base_text p a, .block_cards_bg_image .title_section .base_text ul li a {
  color: #ffffff;
}
.bg_color .block_cards_bg_image .title_section .base_text p a, .bg_color .block_cards_bg_image .title_section .base_text ul li a {
  color: #1E1F24;
}
.block_cards_bg_image.bg_color .title_section h2 {
  color: #1E1F24;
}
.block_cards_bg_image.bg_color .title_section .label {
  color: #1E1F24;
}
.block_cards_bg_image.bg_color .title_section .base_text p, .block_cards_bg_image.bg_color .title_section .base_text ul li {
  color: #1E1F24;
}
.block_cards_bg_image.bg_color .title_section .base_text p a, .block_cards_bg_image.bg_color .title_section .base_text ul li a {
  color: #1E1F24;
}
.block_cards_bg_image .grid_cards_bg_image {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 1;
  justify-content: center;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .block_cards_bg_image .grid_cards_bg_image {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 6.4rem;
  }
}
.block_cards_bg_image .grid_cards_bg_image .item_card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-radius: 8px;
  background-color: #ffffff;
  flex: 1 1 100%;
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_cards_bg_image .grid_cards_bg_image .item_card {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .block_cards_bg_image .grid_cards_bg_image .item_card {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.block_cards_bg_image .grid_cards_bg_image .item_card picture img {
  width: 3.2rem;
  height: 3.2rem;
}
.block_cards_bg_image .grid_cards_bg_image .item_card .text p.title {
  color: #1E1F24;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 0.8rem;
}
.block_cards_bg_image .grid_cards_bg_image .item_card .text p {
  color: #575861;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.block_cards_bg_image .grid_cards_bg_image .item_card .text p a {
  color: #257A7A;
}
.block_cards_bg_image .grid_cards_bg_image .item_card .text ul, .block_cards_bg_image .grid_cards_bg_image .item_card .text ol {
  padding-left: 1.8rem;
  margin: 0;
}
.block_cards_bg_image .grid_cards_bg_image.rectangle .item_card {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  border-radius: 8px;
  background-color: #ffffff;
  flex: 1 1 100%;
  padding: 4.4rem 2.4rem;
}
@media screen and (min-width: 1024px) {
  .block_cards_bg_image .grid_cards_bg_image.rectangle .item_card {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
.block_cards_bg_image .grid_cards_bg_image.rectangle .item_card picture img {
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
}
.block_cards_bg_image .grid_cards_bg_image.rectangle .item_card .text p.title {
  color: #1E1F24;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 0.8rem;
}
.block_cards_bg_image .grid_cards_bg_image.rectangle .item_card .text p {
  color: #575861;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.block_cards_bg_image .grid_cards_bg_image.rectangle .item_card .text p a {
  color: #257A7A;
}
.block_cards_bg_image .grid_cards_bg_image.rectangle .item_card .text ul, .block_cards_bg_image .grid_cards_bg_image.rectangle .item_card .text ol {
  padding-left: 1.8rem;
  margin: 0;
}

.block_goals_person {
  padding-top: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .block_goals_person {
    padding-top: 9.6rem;
  }
}
.block_goals_person h2 {
  text-align: center;
  color: #2D2D2D;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .block_goals_person h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    max-width: 700px;
    margin: 0 auto;
  }
}
.block_goals_person .goals_person_content {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .block_goals_person .goals_person_content {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .block_goals_person .goals_person_content {
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.block_goals_person .goals_person_content .col {
  display: flex;
  flex-direction: column;
}
.block_goals_person .goals_person_content .col .item {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  margin-bottom: 2.4rem;
  max-width: 381px;
}
.block_goals_person .goals_person_content .col .item:last-of-type {
  margin-bottom: 0;
}
.block_goals_person .goals_person_content .col .item .pic {
  background-color: #E2EEEF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 2.4rem;
}
.block_goals_person .goals_person_content .col .item .pic img {
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  min-height: 3.2rem;
}
.block_goals_person .goals_person_content .col .item .text .title {
  color: #1E1F24;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.block_goals_person .goals_person_content .col .item .text p {
  color: #575861;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .block_goals_person .goals_person_content .col.left_side .item:first-of-type {
    transform: translateX(32px);
  }
  .block_goals_person .goals_person_content .col.left_side .item:nth-of-type(2) {
    transform: translateX(16px);
  }
}
@media screen and (min-width: 768px) {
  .block_goals_person .goals_person_content .col.left_side {
    width: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .block_goals_person .goals_person_content .col.right_side .item:first-of-type {
    transform: translateX(-32px);
  }
  .block_goals_person .goals_person_content .col.right_side .item:nth-of-type(2) {
    transform: translateX(-16px);
  }
}
@media screen and (min-width: 768px) {
  .block_goals_person .goals_person_content .col.right_side {
    width: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .block_goals_person .goals_person_content .col.right_side {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .block_goals_person .goals_person_content .col.right_side {
    margin-top: 2.4rem;
  }
}
.block_goals_person .goals_person_content .col.image {
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .block_goals_person .goals_person_content .col.image {
    margin: 4.8rem auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .block_goals_person .goals_person_content .col.image {
    min-width: 500px;
  }
}

.block_text_img_full_w {
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .block_text_img_full_w {
    padding: 4.4rem 0;
    overflow: hidden;
  }
}
.block_text_img_full_w .wrapper {
  padding: 0;
}
.block_text_img_full_w .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  justify-content: center;
  text-align: center;
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_text_img_full_w .title_section {
    margin-bottom: 4.8rem;
    max-width: 800px;
    margin: 0 auto 3.2rem;
  }
}
.block_text_img_full_w .title_section h2 {
  margin-bottom: 1.6rem;
}
.block_text_img_full_w .content {
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_text_img_full_w .content {
    flex-direction: row;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
  }
}
.block_text_img_full_w .content .col {
  position: relative;
  overflow: hidden;
  background-color: #257A7A;
}
@media screen and (min-width: 768px) {
  .block_text_img_full_w .content .col {
    flex: 1;
  }
}
.block_text_img_full_w .content .col:last-of-type {
  background-color: #257A7A;
}
.block_text_img_full_w .content .col .text {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_text_img_full_w .content .col .text {
    padding: 4.8rem;
  }
}
.block_text_img_full_w .content .col .text h2, .block_text_img_full_w .content .col .text h3 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_text_img_full_w .content .col .text h2, .block_text_img_full_w .content .col .text h3 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.block_text_img_full_w .content .col .text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.block_text_img_full_w .content .col .text p a {
  color: #ffffff;
  text-decoration: underline;
}
.block_text_img_full_w .content .col .text ul, .block_text_img_full_w .content .col .text ol {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
}
.block_text_img_full_w .content .col .text ul li, .block_text_img_full_w .content .col .text ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
  position: relative;
}
.block_text_img_full_w .content .col .text ul li a, .block_text_img_full_w .content .col .text ol li a {
  color: #ffffff;
  text-decoration: underline;
}
.block_text_img_full_w .content .col .text .label {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.block_text_img_full_w .content .col .text .button_rounded {
  margin-top: 2.4rem;
}
.block_text_img_full_w .content .col.pic {
  min-height: 400px;
}
.block_text_img_full_w .content .col.pic img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block_text_img_full_w .content .col.pic {
    order: 2;
    min-height: initial;
  }
}

.block_video_full {
  padding: 2.4rem 0;
}
.block_video_full.no_space {
  padding: 0;
}
.block_video_full.no_space .title_section {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .block_video_full {
    padding: 4.4rem 0;
    overflow: hidden;
  }
  .block_video_full.no_space {
    padding: 0;
  }
  .block_video_full.no_space .title_section {
    margin-top: 32px;
  }
}
.block_video_full .title_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_video_full .title_section {
    max-width: 800px;
    margin: 0 auto 2.4rem;
  }
}
.block_video_full .content video {
  width: 100%;
  cursor: url(../dist/fonts/icons/icon-play.png), auto;
}
.block_video_full .duo {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .block_video_full .duo {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .block_video_full .duo .girl {
    width: 40%;
    order: 1;
  }
  .block_video_full .duo .video_box {
    width: 60%;
    padding-bottom: 4.4rem;
    order: 2;
  }
}
.block_video_full .duo .girl img {
  margin: 0 auto;
}

.block_two_cols_banner_info {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .block_two_cols_banner_info {
    padding: 4.4rem 0;
  }
}
.block_two_cols_banner_info .cols_info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_two_cols_banner_info .cols_info {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.block_two_cols_banner_info .cols_info .column {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_two_cols_banner_info .cols_info .column {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
.block_two_cols_banner_info .cols_info .column .pic {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.2rem;
}
@media screen and (min-width: 768px) {
  .block_two_cols_banner_info .cols_info .column .pic {
    padding: 4.8rem;
  }
}
.block_two_cols_banner_info .cols_info .column .pic > img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.block_two_cols_banner_info .cols_info .column .pic .content {
  width: 100%;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .block_two_cols_banner_info .cols_info .column .pic .content {
    width: 70%;
  }
}
.block_two_cols_banner_info .cols_info .column .pic .content .icon {
  width: 4.8rem;
  max-width: 4.8rem;
  height: 4.8rem;
  max-height: 4.8rem;
  margin-bottom: 8px;
}
.block_two_cols_banner_info .cols_info .column .pic .content h2 {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_two_cols_banner_info .cols_info .column .pic .content h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.block_two_cols_banner_info .cols_info .column .pic .content .button_rounded em {
  position: relative;
  top: 1px;
}
.block_two_cols_banner_info .cols_info .column .pic::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(30, 31, 36, 0) 25.08%, rgba(30, 31, 36, 0.8) 87.09%), #000 50%;
}
.block_two_cols_banner_info .cols_info .column .text p {
  color: #575861;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}
.block_two_cols_banner_info .cols_info .column .text p:last-of-type {
  margin-bottom: 0;
}
.block_two_cols_banner_info .cols_info .column .text p a {
  color: #257A7A;
}
.block_two_cols_banner_info .banner_info {
  background-color: #EEE6DB;
  border-radius: 8px;
  border: solid 1px #BCB1A1;
  padding: 3.2rem;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_two_cols_banner_info .banner_info {
    margin-top: 4.8rem;
  }
}
.block_two_cols_banner_info .banner_info img {
  width: 3.2rem;
  height: 3.2rem;
}
.block_two_cols_banner_info .banner_info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1E1F24;
}
@media screen and (min-width: 768px) {
  .block_two_cols_banner_info .banner_info p {
    font-size: 2rem;
  }
}

.block_season {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .block_season {
    padding: 4.4rem 0;
  }
}
.block_season .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block_season .title_section {
    margin-bottom: 4.8rem;
    max-width: 800px;
    margin: 0 auto 3.2rem;
  }
}
.block_season .season_map {
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_season .season_map {
    padding-bottom: 4.4rem;
  }
}
.block_season .season_map picture img {
  width: 100%;
}
.block_season .season_routes h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #1E1F24;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .block_season .season_routes h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.block_season .season_routes .row_routes {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .block_season .season_routes .row_routes {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6.4rem 2.4rem;
    align-items: stretch;
  }
}
.block_season .season_routes .row_routes .item {
  position: relative;
  flex: 1 1 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 560px) {
  .block_season .season_routes .row_routes .item {
    width: 100%;
  }
}
@media screen and (min-width: 560px) {
  .block_season .season_routes .row_routes .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .block_season .season_routes .row_routes .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.block_season .season_routes .row_routes .item .item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
}
.block_season .season_routes .row_routes .item .item_img .label {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  background-color: #50A0A0;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.block_season .season_routes .row_routes .item .item_img .label p {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #ffffff;
  display: flex;
  gap: 0.8rem;
}
.block_season .season_routes .row_routes .item .item_img .label p em {
  font-size: 1.6rem;
  color: #ffffff;
}
.block_season .season_routes .row_routes .item .item_img img {
  height: 204px;
  max-height: 204px;
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 100%;
  object-fit: cover;
}
.block_season .season_routes .row_routes .item .item_img:hover img {
  transform: scale(1.1);
}
.block_season .season_routes .row_routes .item .item_body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 0 0 8px 8px;
  border: 1px solid #E0E1E6;
  border-top: solid 1px transparent;
  background: #ffffff;
  padding: 2.4rem;
  flex-grow: 1;
}
.block_season .season_routes .row_routes .item .item_body .title {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2D2D2D;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .block_season .season_routes .row_routes .item .item_body .title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.block_season .season_routes .row_routes .item .item_body .ribbon {
  background-color: #E2EEEF;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  padding: 0 0.8rem;
  gap: 0.8rem;
  max-width: max-content;
  flex-wrap: wrap;
}
.block_season .season_routes .row_routes .item .item_body .ribbon p {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #1D3A3A;
  gap: 0.4rem;
}
.block_season .season_routes .row_routes .item .item_body .ribbon p em {
  font-size: 1.6rem;
  color: #257A7A;
}
.block_season .season_routes .row_routes .item .item_body h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1E1F24;
  font-weight: 700;
}
.block_season .season_routes .row_routes .item .item_body h4 span {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #1E1F24;
  font-weight: 400;
}
.block_season .season_routes .row_routes .item .item_body a.button_rounded {
  background-color: #257A7A;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  max-width: max-content;
}
.block_season .season_routes .row_routes .item .item_body a.button_rounded:hover {
  background-color: #1D3A3A;
}
.block_season .season_routes .row_routes .item .item_body a.button_rounded em {
  font-size: 2.4rem;
}

.section_block_logos_carrusel {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 0;
}
@media screen and (min-width: 1024px) {
  .section_block_logos_carrusel {
    padding: 2.4rem 0 4.4rem;
  }
}
.section_block_logos_carrusel .block_logos_carrusel {
  position: relative;
}
.section_block_logos_carrusel .block_logos_carrusel__typeOne .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 0;
  position: relative;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
.section_block_logos_carrusel .block_logos_carrusel__typeOne .swiper-slide img {
  max-width: 200px;
  object-fit: contain;
  margin: 0 auto;
}
.section_block_logos_carrusel .swiper__controls {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.section_block_logos_carrusel .logo_carrusel-swiper-button-next {
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .section_block_logos_carrusel .logo_carrusel-swiper-button-next {
    right: -58px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .section_block_logos_carrusel .logo_carrusel-swiper-button-next {
    right: 0px;
  }
}
.section_block_logos_carrusel .logo_carrusel-swiper-button-prev {
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .section_block_logos_carrusel .logo_carrusel-swiper-button-prev {
    right: initial;
    left: -58px;
    transform: translateY(-50%);
  }
}
.section_block_logos_carrusel .logo_carrusel-swiper-button-prev em {
  transform: rotate(-180deg);
}
.section_block_logos_carrusel .logo_carrusel-swiper-button-prev, .section_block_logos_carrusel .logo_carrusel-swiper-button-next {
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #D8D9E0;
  background-color: #ffffff;
  padding: 0.8rem;
}
.section_block_logos_carrusel .logo_carrusel-swiper-button-prev em, .section_block_logos_carrusel .logo_carrusel-swiper-button-next em {
  font-size: 2.4rem;
  line-height: 1.6rem;
  color: #257A7A;
}
.section_block_logos_carrusel .logo_carrusel-swiper-button-prev:hover, .section_block_logos_carrusel .logo_carrusel-swiper-button-next:hover {
  background-color: #257A7A;
}
.section_block_logos_carrusel .logo_carrusel-swiper-button-prev:hover em, .section_block_logos_carrusel .logo_carrusel-swiper-button-next:hover em {
  color: #ffffff;
}
.section_block_logos_carrusel .logo_carrusel-swiper-button-prev.swiper-button-disabled, .section_block_logos_carrusel .logo_carrusel-swiper-button-next.swiper-button-disabled {
  background-color: #E7E8EC;
}
.section_block_logos_carrusel .logo_carrusel-swiper-button-prev.swiper-button-disabled em, .section_block_logos_carrusel .logo_carrusel-swiper-button-next.swiper-button-disabled em {
  opacity: 0.6;
  color: #D8D9E0 !important;
}

.block_message {
  padding: 1.6rem 0;
}

.banner_col {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .banner_col {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
}
.banner_col .banner_info {
  background-color: #EEE6DB;
  border-radius: 8px;
  border: solid 1px #BCB1A1;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .banner_col .banner_info {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
.banner_col .banner_info img {
  width: 3.2rem;
  height: 3.2rem;
}
.banner_col .banner_info p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #575861;
}
.banner_col .banner_info p.title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1E1F24;
}
.banner_col .banner_info ul li, .banner_col .banner_info ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  position: relative;
}
.banner_col .banner_info a {
  margin: 0;
}
.banner_col .banner_info li, .banner_col .banner_info a {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.banner_col .banner_info a.link {
  display: flex;
  font-weight: 700;
}

.section_accordion {
  padding: 4.4rem 0;
}
.section_accordion .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  justify-content: center;
  text-align: center;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_accordion .title_section {
    margin-bottom: 4.8rem;
    max-width: 800px;
    margin: 0 auto 3.2rem;
  }
}
.section_accordion .accordion_group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .section_accordion .accordion_group {
    max-width: 840px;
    margin: 0 auto;
  }
}
.section_accordion .accordion_group .accordion_item {
  border: solid 1px #E0E1E6;
  border-radius: 8px;
  background-color: #ffffff;
}
.section_accordion .accordion_group .accordion_item .accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.6rem 2.4rem;
}
.section_accordion .accordion_group .accordion_item .accordion__header p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1E1F24;
  font-weight: 700;
}
.section_accordion .accordion_group .accordion_item .accordion__header em {
  position: relative;
  transform: rotate(0deg);
  font-size: 2.4rem;
  color: #257A7A;
  margin-left: 0.8rem;
  transition: 0.3s ease-in-out;
}
.section_accordion .accordion_group .accordion_item .accordion__content {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.section_accordion .accordion_group .accordion_item .accordion__content__body {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .section_accordion .accordion_group .accordion_item .accordion__content__body {
    flex-direction: row;
    gap: 3.2rem;
  }
}
.section_accordion .accordion_group .accordion_item .accordion__content__body p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
}
.section_accordion .accordion_group .accordion_item .accordion__content__body ul, .section_accordion .accordion_group .accordion_item .accordion__content__body ol {
  margin-bottom: 1.8rem;
  padding-left: 0;
}
.section_accordion .accordion_group .accordion_item .accordion__content__body ul li, .section_accordion .accordion_group .accordion_item .accordion__content__body ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  margin-bottom: 1rem;
  position: relative;
}
.section_accordion .accordion_group .accordion_item .accordion__content__body a {
  color: #1D3A3A;
}
.section_accordion .accordion_group .accordion_item .accordion__content__body a:hover {
  color: #95C8C8;
}
.section_accordion .accordion_group .accordion_item .accordion__content__body picture {
  flex-basis: 70%;
}
.section_accordion .accordion_group .accordion_item .accordion__content__body img {
  border-radius: 4px;
  max-width: 334px;
}
.section_accordion .accordion_group .accordion_item.active .accordion__header em {
  transform: rotate(90deg);
}
.section_accordion .accordion_group .accordion_item.active .accordion__content {
  max-height: 900px;
  transition: max-height 0.6s ease-in;
  border-top: solid 1px #E0E1E6;
}
.section_accordion.bg_grey .accordion_group .accordion_item {
  border: solid 1px #ffffff;
}

.contact_information {
  padding: 4.8rem 2.4rem;
}
@media screen and (min-width: 1024px) {
  .contact_information {
    padding: 6.4rem 0;
  }
}
.contact_information .wrapper {
  background-color: #257A7A;
  border-radius: 0.8rem;
  padding: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .contact_information .wrapper {
    padding: 4.8rem;
  }
}
.contact_information h2 {
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
.contact_information .row_grid {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .contact_information .row_grid {
    flex-direction: row;
  }
}
.contact_information .row_grid .item {
  flex: 1 1 100%;
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contact_information .row_grid .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .contact_information .row_grid .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.contact_information .row_grid .item img {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 0.8rem;
}
.contact_information .row_grid .item .title {
  color: #1E1F24;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
.contact_information .row_grid .item p {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 0;
}
.contact_information .row_grid .item p em {
  width: 2.4rem;
  height: 2.4rem;
  color: #257A7A;
  font-size: 2.4rem;
  position: relative;
  top: 1px;
}
.contact_information .row_grid .item p a {
  color: #575861;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  font-weight: 700;
}

.block_staff {
  padding: 4.8rem 0 0;
}
@media screen and (min-width: 768px) {
  .block_staff {
    padding: 4.4rem 0;
  }
}
.block_staff .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block_staff .title_section {
    margin-bottom: 3.2rem;
  }
}
.block_staff .title_section h2 {
  margin-bottom: 1.6rem;
}
.block_staff .staff_list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .block_staff .staff_list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: self-start;
  }
}
.block_staff .staff_list .item {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  .block_staff .staff_list .item {
    flex: 1 1 calc((100% - 3.2rem) / 2);
    max-width: calc((100% - 3.2rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .block_staff .staff_list .item {
    flex: 1 1 calc((100% - 6.4rem) / 3);
    max-width: calc((100% - 6.4rem) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .block_staff .staff_list .item {
    flex: 1 1 calc((100% - 12.8rem) / 5);
    max-width: calc((100% - 12.8rem) / 5);
  }
}
.block_staff .staff_list .item picture {
  margin-bottom: 1.6rem;
}
.block_staff .staff_list .item picture img {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.block_staff .staff_list .item h2 {
  color: #2D2D2D;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.8rem;
  margin-bottom: 0.8rem;
}
.block_staff .staff_list .item p {
  color: #575861;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-height: 4.8rem;
}
.block_staff .staff_list .item span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #257A7A;
  margin-top: 0.8rem;
}
.block_staff .staff_list .item:hover span {
  color: #1D3A3A;
}

.modal_staff {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem;
}
.modal_staff--content {
  background: #fff;
  padding: 3.2rem;
  width: 100%;
  max-width: 942px;
  border-radius: 0.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .modal_staff--content {
    overflow-y: scroll;
    max-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .modal_staff--content {
    flex-direction: row;
    gap: 4rem;
  }
}
.modal_staff--content img {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .modal_staff--content img {
    max-width: 200px;
    max-height: 200px;
  }
}
.modal_staff--content .text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .modal_staff--content .text {
    width: 75%;
  }
}
.modal_staff--content .text h2 {
  color: #2D2D2D;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.8rem;
  margin-bottom: 0;
}
.modal_staff--content .text .position {
  color: #575861;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0.8rem;
}
.modal_staff--content .text .description {
  margin-top: 1.6rem;
}
.modal_staff--content .text .description p {
  color: #575861;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
.modal_staff--content .text .description ul li {
  color: #575861;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.modal_staff--content .close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  font-size: 4.4rem;
  color: #257A7A;
  cursor: pointer;
}

.block_banner_bg {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .block_banner_bg {
    margin: 6.4rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .block_banner_bg .wrapper {
    padding: 0;
  }
}
.block_banner_bg .banner_bg {
  position: relative;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .block_banner_bg .banner_bg {
    height: 460px;
    border-radius: 0.8rem;
  }
}
.block_banner_bg .banner_bg .img_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .block_banner_bg .banner_bg .img_bg {
    height: 460px;
    border-radius: 0.8rem;
  }
}
.block_banner_bg .banner_bg--row {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_banner_bg .banner_bg--row {
    padding-top: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .block_banner_bg .banner_bg--row {
    flex-direction: row;
    align-items: center;
    padding-top: 9.8rem;
  }
}
.block_banner_bg .banner_bg--row .text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
@media screen and (min-width: 1024px) {
  .block_banner_bg .banner_bg--row .text {
    width: 55%;
    padding: 0 0 0 4.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .block_banner_bg .banner_bg--row .text {
    width: 50%;
  }
}
.block_banner_bg .banner_bg--row .text h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #ffffff;
}
.block_banner_bg .banner_bg--row .text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ffffff;
}
.block_banner_bg .banner_bg--row .text a {
  margin: 0;
  color: #257A7A;
}
.block_banner_bg .banner_bg--row .text a.button_rounded {
  color: #ffffff;
}
.block_banner_bg .banner_bg--row .pic {
  padding: 2.4rem 0 0;
}
@media screen and (min-width: 1024px) {
  .block_banner_bg .banner_bg--row .pic {
    display: none;
  }
}
.block_banner_bg .banner_bg--row .pic img {
  margin: 0 auto;
}

.block_bus_stop {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .block_bus_stop {
    padding: 9.6rem 0;
  }
}
.block_bus_stop .title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block_bus_stop .title_section {
    max-width: 800px;
    margin: 0 auto 4.8rem;
  }
}
.block_bus_stop .content_row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_bus_stop .content_row {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .block_bus_stop .content_row .col.pic {
    width: 45%;
    padding-right: 4.8rem;
    border-right: dashed 2px #CDCED7;
  }
}
.block_bus_stop .content_row .col.pic img {
  border-radius: 0.8rem;
}
.block_bus_stop .content_row .col.list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_bus_stop .content_row .col.list {
    width: 55%;
    padding-left: 4.8rem;
  }
}
.block_bus_stop .content_row .col.list .card {
  display: flex;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_bus_stop .content_row .col.list .card {
    gap: 2.4rem;
  }
}
.block_bus_stop .content_row .col.list .card img {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
}
@media screen and (min-width: 768px) {
  .block_bus_stop .content_row .col.list .card img {
    width: 6.4rem;
    height: 6.4rem;
    min-width: 6.4rem;
    min-height: 6.4rem;
  }
}
.block_bus_stop .content_row .col.list .card .text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.block_bus_stop .content_row .col.list .card p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
}
.block_bus_stop .content_row .col.list .card p.label {
  background-color: #257A7A;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  max-width: max-content;
}

.block_need_help {
  padding: 1.6rem 0 4.8rem 0;
}
@media screen and (min-width: 1024px) {
  .block_need_help {
    padding: 1.6rem 0 6.4rem 0;
  }
}
.block_need_help .box {
  background: #257A7A;
  border-radius: 0.8rem;
  padding: 2.4rem;
  gap: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .block_need_help .box {
    padding: 4.8rem;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .block_need_help .box .col.info {
    width: 32%;
  }
}
.block_need_help .box .col.info h2 {
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 3.8rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .block_need_help .box .col.info h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: left;
  }
}
.block_need_help .box .col.interaction {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_need_help .box .col.interaction {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .block_need_help .box .col.interaction {
    width: 68%;
  }
}
.block_need_help .box .col.interaction a {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1.6rem 2.4rem;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  gap: 1.6rem;
}
.block_need_help .box .col.interaction a > em {
  font-size: 3.2rem;
  height: 3.2rem;
  width: 3.2rem;
  color: #257A7A;
}
.block_need_help .box .col.interaction a > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.block_need_help .box .col.interaction a > div p {
  color: #1E1F24;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.block_need_help .box .col.interaction a > div p span {
  font-weight: 700;
  display: block;
}
.block_need_help .box .col.interaction a > div em {
  color: #257A7A;
  font-size: 2.4rem;
  margin-left: 0.8rem;
}

.section_testimonials {
  padding: 4.8rem 2.4rem 2.4rem;
  position: relative;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section_testimonials {
    padding: 9.6rem 0 6.4rem 0;
  }
}
.section_testimonials .block_testimonials {
  position: relative;
  z-index: 2;
}
.section_testimonials .block_testimonials h2.title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-align: center;
  color: #1E1F24;
}
@media screen and (min-width: 768px) {
  .section_testimonials .block_testimonials h2.title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.section_testimonials .block_testimonials--top {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_testimonials .block_testimonials--top {
    margin-bottom: 6.4rem;
  }
}
.section_testimonials .block_testimonials--top .testimonial__text {
  display: none;
  max-width: 70rem;
  margin: 0 auto;
}
.section_testimonials .block_testimonials--top .testimonial__text.active {
  display: block;
}
.section_testimonials .block_testimonials--top .testimonial__text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #62636C;
  text-align: center;
  color: #575861;
}
.section_testimonials .block_testimonials--top .testimonial__text .date {
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #62636C;
  text-align: center;
  color: #1E1F24;
  font-weight: 700;
}
.section_testimonials .block_testimonials--top .testimonial__text .stars {
  padding: 2.4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.section_testimonials .block_testimonials--body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .section_testimonials .block_testimonials--body {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .section_testimonials .block_testimonials--body {
    flex-direction: row;
    gap: 0;
  }
}
.section_testimonials .block_testimonials--body .testimonial__user {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 1.6rem;
  opacity: 0.6;
  cursor: pointer;
  padding-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .section_testimonials .block_testimonials--body .testimonial__user {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .section_testimonials .block_testimonials--body .testimonial__user {
    width: 33%;
  }
}
.section_testimonials .block_testimonials--body .testimonial__user.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .section_testimonials .block_testimonials--body .testimonial__user.active {
    border-bottom: solid 2px #257A7A;
  }
}
@media screen and (min-width: 768px) {
  .section_testimonials .block_testimonials--body .testimonial__user.active {
    opacity: 1;
  }
}
.section_testimonials .block_testimonials--body .testimonial__user img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.section_testimonials .block_testimonials--body .testimonial__user .info p.name {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #1E1F24;
}
.section_testimonials .block_testimonials--body .testimonial__user .info p.position {
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #1E1F24;
}

@media screen and (min-width: 768px) {
  .dinamicBar {
    background-color: #80828D;
    width: 100%;
    height: 1px;
    position: relative;
  }
  .dinamicBar .bar {
    background-color: #257A7A;
    height: 3px;
    position: absolute;
    top: -1px;
    left: 0;
    transition: all 0.8s ease-in-out;
  }
}
.sustainability_template .single_content {
  margin-bottom: 6.4rem;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .sustainability_template .single_content {
    padding: 0;
  }
}
.sustainability_template .single_content .button {
  margin: 2.4rem 0 0;
  color: #ffffff;
}
.sustainability_template .single_content .button em {
  font-size: 2.4rem;
  color: #ffffff;
}
.sustainability_template .single_content .banner_iso {
  margin-top: 2.4rem;
  background-color: #EEE6DB;
  border-radius: 8px;
  border: solid 1px #BCB1A1;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
}
.sustainability_template .single_content .banner_iso .title {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.sustainability_template .single_content .banner_iso .title p.title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1E1F24;
}
.sustainability_template .single_content .banner_iso img {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 0;
}
.sustainability_template .single_content .banner_iso .content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #575861;
}
.sustainability_template .single_content .banner_iso .content p.title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1E1F24;
}
.sustainability_template .single_content .banner_iso .content ul li, .sustainability_template .single_content .banner_iso .content ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  position: relative;
}
.sustainability_template .single_content .banner_iso .content a {
  margin: 0;
}
.sustainability_template .single_content .banner_iso .content li, .sustainability_template .single_content .banner_iso .content a {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.sustainability_template .single_content .banner_iso .content a.link {
  display: flex;
  font-weight: 700;
}
.sustainability_template .environment_section {
  padding: 4.8rem 0;
  background-color: #F7F7F8;
}
@media screen and (min-width: 1024px) {
  .sustainability_template .environment_section {
    padding: 9.6rem 0;
  }
}
.sustainability_template .environment_section h2 {
  text-align: center;
  color: #1E1F24;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .sustainability_template .environment_section h2 {
    color: #1E1F24;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.sustainability_template .environment_section__row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sustainability_template .environment_section__row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.sustainability_template .environment_section__row--item {
  width: 100%;
  flex: 1 1 100%;
  padding: 3.2rem 2.4rem;
  box-shadow: 0px 2px 4px 0px rgba(29, 58, 58, 0.15);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .sustainability_template .environment_section__row--item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .sustainability_template .environment_section__row--item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.sustainability_template .environment_section__row--item .number {
  width: 4.8rem;
  height: 4.8rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
  background-color: #257A7A;
  color: #ffffff;
  font-weight: 700;
  font-family: "PT Sans", serif;
  border-radius: 50%;
  font-size: 2.4rem;
}
.sustainability_template .environment_section__row--item p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #575861;
}
.sustainability_template .environment_section__row--item p.title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #1E1F24;
  margin-bottom: 0.8rem;
}
.sustainability_template .environment_section__row--item ul li, .sustainability_template .environment_section__row--item ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  position: relative;
}
.sustainability_template .environment_section__row--item a {
  margin: 0;
}
.sustainability_template .environment_section__row--item li, .sustainability_template .environment_section__row--item a {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.sustainability_template .environment_section__row--item a.link {
  display: flex;
  font-weight: 700;
}
.sustainability_template .block_service_list {
  padding: 4.8rem 0;
}
@media screen and (min-width: 1024px) {
  .sustainability_template .block_service_list {
    padding: 9.6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .sustainability_template .block_service_list .title_section {
    width: 66%;
  }
}
.sustainability_template .block_service_list .content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .sustainability_template .block_service_list .content {
    flex-direction: row;
    gap: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .sustainability_template .block_service_list .content .col_l {
    width: 66%;
    flex-basis: 66%;
  }
}
.sustainability_template .block_service_list .content .col_l .list_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 4.8rem;
  margin-bottom: 2.4rem;
  padding-left: 0;
}
.sustainability_template .block_service_list .content .col_l .list_items li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #62636C;
  margin-bottom: 1.8rem;
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #575861;
  margin-bottom: 1.8rem;
  position: relative;
  padding-left: 3rem;
}
@media screen and (min-width: 768px) {
  .sustainability_template .block_service_list .content .col_l .list_items li {
    flex: 1 1 calc((100% - 4.8rem) / 2);
    max-width: calc((100% - 4.8rem) / 2);
  }
}
.sustainability_template .block_service_list .content .col_l .list_items li::before {
  content: "\e963";
  color: #257A7A;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0.2rem;
  line-height: 1;
  font-size: 2.4rem;
  height: 2.4rem;
  top: 2px;
}
@media screen and (min-width: 1024px) {
  .sustainability_template .block_service_list .content .col_r {
    flex-basis: 33%;
    width: 33%;
    width: 33%;
  }
}
.sustainability_template .block_cards_bg_image--sustainbility {
  padding: 6.4rem 0;
  position: relative;
  overflow: hidden;
}
.sustainability_template .block_cards_bg_image--sustainbility:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #1D3A3A;
}
.sustainability_template .block_cards_bg_image--sustainbility .bg_section_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  top: 0;
}
.bg_color .sustainability_template .block_cards_bg_image--sustainbility .bg_section_img {
  display: none;
}
.sustainability_template .block_cards_bg_image--sustainbility .title_section {
  text-align: center;
  padding: 0 2.4rem;
  z-index: 2;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.sustainability_template .block_cards_bg_image--sustainbility .title_section h2 {
  margin-bottom: 3.2rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .sustainability_template .block_cards_bg_image--sustainbility .title_section h2 {
    margin-bottom: 4.8rem;
  }
}
.sustainability_template .block_cards_bg_image--sustainbility .grid_cards_bg_image {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 2;
  justify-content: center;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .sustainability_template .block_cards_bg_image--sustainbility .grid_cards_bg_image {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 6.4rem;
  }
}
.sustainability_template .block_cards_bg_image--sustainbility .grid_cards_bg_image .item_card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-radius: 8px;
  background-color: #ffffff;
  flex: 1 1 100%;
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sustainability_template .block_cards_bg_image--sustainbility .grid_cards_bg_image .item_card {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .sustainability_template .block_cards_bg_image--sustainbility .grid_cards_bg_image .item_card {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.sustainability_template .block_cards_bg_image--sustainbility .grid_cards_bg_image .item_card ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.sustainability_template .block_cards_bg_image--sustainbility .grid_cards_bg_image .item_card ul li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #62636C;
  margin-bottom: 1.8rem;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
}
.sustainability_template .block_cards_bg_image--sustainbility .grid_cards_bg_image .item_card ul li:last-of-type {
  margin-bottom: 0;
}
.sustainability_template .block_cards_bg_image--sustainbility .grid_cards_bg_image .item_card ul li::before {
  content: "\e963";
  color: #257A7A;
  font-family: "icomoon";
  font-size: 2.4rem;
  height: 2.4rem;
  top: 1px;
  position: relative;
}
.sustainability_template .sustainability_goals {
  padding: 6.4rem 0;
}
.sustainability_template .sustainability_goals .title_section {
  margin-bottom: 0;
}
.sustainability_template .sustainability_goals .title_section h2 {
  text-align: center;
  color: #2D2D2D;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .sustainability_template .sustainability_goals .title_section h2 {
    color: #2D2D2D;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.sustainability_template .sustainability_goals__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.sustainability_template .sustainability_goals__row--item img {
  max-width: 140px;
  border-radius: 0.8rem;
}
.sustainability_template .text-media {
  background-color: #F7F7F8;
}
.sustainability_template .text-media h2 {
  font-size: 4rem;
  line-height: 4.8rem;
}

.faq_template > .section_block_hero_skinny > .wrapper {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .faq_template > .section_block_hero_skinny > .wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .faq_template .faq_content {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_template .faq_content .wrapper {
    padding: 0;
  }
}
.faq_template .faq_content--block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .faq_template .faq_content--block {
    flex-direction: row;
    gap: 4.8rem;
  }
}
.faq_template .faq_content--block .sidebar {
  background-color: #FCFCFC;
}
@media screen and (min-width: 768px) {
  .faq_template .faq_content--block .sidebar {
    width: 30%;
    min-width: 388px;
    position: sticky;
    top: 13.4rem;
    height: 100%;
  }
}
.faq_template .faq_content--block .sidebar > ul {
  padding: 0.8rem 0;
  margin: 0;
  border: solid 1px #EFEFEF;
  background-color: #FCFCFC;
}
@media screen and (max-width: 768px) {
  .faq_template .faq_content--block .sidebar > ul {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .faq_template .faq_content--block .sidebar > ul {
    display: block !important;
    border-top: none;
  }
}
.faq_template .faq_content--block .sidebar > ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
}
.faq_template .faq_content--block .sidebar > ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #1E1F24;
  text-decoration: none;
}
.faq_template .faq_content--block .sidebar > ul li:hover {
  background-color: #E7E8EC;
  cursor: pointer;
}
.faq_template .faq_content--block .sidebar > ul li.active a {
  font-weight: 700;
  color: #1E1F24;
  border-left: solid 2px #257A7A;
  padding-left: 1.6rem;
  display: flex;
}
.faq_template .faq_content--block .sidebar > ul li.active:hover {
  background-color: transparent;
  cursor: initial;
}
.faq_template .faq_content--block .sidebar > p {
  border: solid 1px #EFEFEF;
  padding: 1.6rem 2.4rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .faq_template .faq_content--block .sidebar > p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.faq_template .faq_content--block .sidebar > p em {
  display: block;
  cursor: pointer;
  color: #257A7A;
  font-size: 3rem;
  transform: rotate(90deg);
}
.faq_template .faq_content--block .sidebar > p em.active {
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .faq_template .faq_content--block .sidebar > p em {
    display: none;
  }
}
.faq_template .faq_content--block .sidebar .form {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .faq_template .faq_content--block .sidebar .form {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_template .faq_content--block .content {
    padding: 0 2.4rem;
  }
}
.faq_template .faq_content--block .content h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
  color: #1E1F24;
}
@media screen and (min-width: 768px) {
  .faq_template .faq_content--block .content h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.faq_template .faq_content--block .content .banner_info_faq {
  background-color: #EEE6DB;
  border-radius: 8px;
  border: solid 1px #BCB1A1;
  padding: 2.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
}
.faq_template .faq_content--block .content .banner_info_faq em {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  color: #887D6E;
}
.faq_template .faq_content--block .content .banner_info_faq p.title {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #1E1F24;
}
.faq_template .faq_content--block .content .accordion_group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
  margin-top: 2.4rem;
}
.faq_template .faq_content--block .content .accordion_group:last-of-type {
  margin-bottom: 2.4rem;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item {
  border: solid 1px #E0E1E6;
  border-radius: 8px;
  background-color: #ffffff;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.6rem 2.4rem;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__header p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1E1F24;
  font-weight: 700;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__header em {
  position: relative;
  transform: rotate(0deg);
  font-size: 2.4rem;
  color: #257A7A;
  margin-left: 0.8rem;
  transition: 0.3s ease-in-out;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body {
    flex-direction: row;
    gap: 3.2rem;
  }
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body ul, .faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body ol {
  margin-bottom: 1.8rem;
  padding-left: 0;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body ul li, .faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  margin-bottom: 1rem;
  position: relative;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body a {
  color: #1D3A3A;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body a:hover {
  color: #95C8C8;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body picture {
  flex-basis: 70%;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item .accordion__content__body img {
  border-radius: 4px;
  max-width: 334px;
}
.faq_template .faq_content--block .content .accordion_group .accordion_item.active .accordion__header em {
  transform: rotate(90deg);
}
.faq_template .faq_content--block .content .accordion_group .accordion_item.active .accordion__content {
  max-height: 900px;
  transition: max-height 0.6s ease-in;
  border-top: solid 1px #E0E1E6;
}
.faq_template .faq_content--block .mobile_block {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .route_hero {
    padding-top: 3.2rem;
  }
}
.route_hero .block_hero {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 426px;
  text-align: center;
  align-items: center;
  padding: 2.4rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .route_hero .block_hero {
    border-radius: 8px;
  }
}
.route_hero .block_hero:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 34.5%), lightgray;
}
.route_hero .block_hero.no_overlay:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.route_hero .block_hero .hero_content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 8px;
  max-width: 600px;
  z-index: 9;
}
.route_hero .block_hero .hero_content h1 {
  color: #ffffff;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .route_hero .block_hero .hero_content h1 {
    font-size: 4rem;
    line-height: 5.8rem;
  }
}
.route_hero .block_hero .hero_content p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.route_hero .block_hero .hero_content .label {
  padding: 4px 0.8rem;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  border-radius: 4px;
  background-color: #257A7A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 auto;
}
.route_hero .block_hero .hero_content .button_rounded {
  margin: 0 auto;
}
.route_hero .block_hero .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: -1;
}
.route_hero .wrapper {
  padding: 0;
}

.sticky_bar {
  border-bottom: solid 1px #F2F4F6;
  display: flex;
}
.sticky_bar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  padding: 4px 0;
}
.sticky_bar.sticky .book_config {
  display: flex;
  opacity: 1;
  align-items: center;
  gap: 1.6rem;
}
.sticky_bar.sticky .book_config p {
  font-size: 2rem;
  color: #1E1F24;
  font-weight: 700;
}
.sticky_bar.sticky .book_config p span {
  font-weight: 400;
  font-size: 1.3rem;
  display: block;
  color: #575861;
}
@media screen and (min-width: 1024px) {
  .sticky_bar.sticky .book_config a {
    flex-basis: 60%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .sticky_bar nav {
    flex-basis: 70%;
    width: 70%;
  }
}
.sticky_bar nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.sticky_bar nav ul li {
  list-style: none;
  color: #1E1F24;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2.4rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .sticky_bar nav ul li {
    padding: 2.4rem;
  }
}
.sticky_bar nav ul li a {
  text-decoration: none;
  color: #1E1F24;
  white-space: nowrap;
}
.sticky_bar nav ul li.active {
  border-bottom: solid 1px #257A7A;
}
.sticky_bar nav ul li.active a {
  color: #257A7A;
  font-weight: 700;
}
.sticky_bar nav ul li:hover a {
  color: #257A7A;
  font-weight: 700;
}
.sticky_bar .book_config {
  display: flex;
  opacity: 1;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .sticky_bar .book_config {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 2.4rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .sticky_bar .book_config {
    width: 30%;
    flex-basis: 30%;
    display: none;
    opacity: 0;
  }
}
.sticky_bar .book_config p {
  font-size: 2rem;
  color: #1E1F24;
  font-weight: 700;
}
.sticky_bar .book_config p span {
  font-weight: 400;
  font-size: 1.3rem;
  display: block;
  color: #575861;
}
@media screen and (max-width: 1024px) {
  .sticky_bar > .wrapper {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sticky_bar.component nav {
    flex-basis: 100%;
    width: 100%;
    overflow-x: auto;
  }
}

.detail_route {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .detail_route {
    flex-direction: row;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
.detail_route .column.primary_column {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .detail_route .column.primary_column {
    flex-basis: 70%;
    width: 70%;
    padding-right: 1.6rem;
  }
}
.detail_route .column.last_column {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .detail_route .column.last_column {
    flex-basis: 30%;
    width: 30%;
    height: 100%;
    min-height: calc(100% - 79px);
    position: -webkit-sticky;
    position: sticky;
    top: 79px;
  }
}
.detail_route .column.last_column picture {
  border-radius: 8px;
  cursor: pointer;
}
.detail_route .column.last_column .link {
  font-weight: 700;
  display: flex;
  margin-top: 0;
  align-items: center;
  justify-content: flex-end;
}
.detail_route .column.last_column .link em {
  top: 2px;
}
.detail_route .column.last_column .book_config {
  border-radius: 8px;
  border: solid 1px #E7E8EC;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.detail_route .column.last_column .book_config p {
  font-size: 2rem;
  color: #1E1F24;
  font-weight: 700;
}
.detail_route .column.last_column .book_config p span {
  font-weight: 400;
  font-size: 1.3rem;
  display: block;
  color: #575861;
}
@media screen and (min-width: 1024px) {
  .detail_route .column.last_column .book_config a {
    flex-basis: 60%;
    margin-left: auto;
  }
}
.detail_route .detail_text {
  display: flex;
  flex-direction: column;
}
.detail_route .detail_text h1, .detail_route .detail_text h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #1E1F24;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .detail_route .detail_text h1, .detail_route .detail_text h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.detail_route .detail_text h3, .detail_route .detail_text h4, .detail_route .detail_text h5, .detail_route .detail_text h6 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1D3A3A;
  font-weight: 400;
  margin-bottom: 1.8rem;
}
.detail_route .detail_text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  margin-bottom: 1rem;
}
.detail_route .detail_text ul, .detail_route .detail_text ol {
  margin-bottom: 1.8rem;
  padding-left: 0;
}
.detail_route .detail_text ul li, .detail_route .detail_text ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  margin-bottom: 1rem;
  position: relative;
}
.detail_route .detail_text a {
  color: #1D3A3A;
}
.detail_route .detail_text a:hover {
  color: #95C8C8;
}
.detail_route .general_information {
  padding: 2.4rem;
  background-color: #F9F9F9;
  border: solid 1px #E0E1E6;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .detail_route .general_information {
    padding: 4.8rem;
  }
}
.detail_route .general_information h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1E1F24;
}
.detail_route .general_information .list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .detail_route .general_information .list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.detail_route .general_information .list .item {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  flex: 1 1 100%;
}
@media screen and (min-width: 1024px) {
  .detail_route .general_information .list .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
.detail_route .general_information .list .item img {
  width: 3.2rem;
  height: 3.2rem;
}
.detail_route .general_information .list .item p {
  color: #575861;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 4px;
}
.detail_route .general_information .list .item p.bolder {
  color: #1E1F24;
  font-weight: 700;
}
.detail_route .general_information .list .item a {
  color: #257A7A;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  font-weight: 700;
}
.detail_route .general_information .list .item a em {
  margin-left: 0.6rem;
  font-size: 2.4rem;
}
.detail_route .general_information .list .item a:hover {
  color: #1D3A3A;
}
.detail_route .accordion_list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.detail_route .accordion_list .accordion_item {
  border: solid 1px #E0E1E6;
  border-radius: 8px;
}
.detail_route .accordion_list .accordion_item .accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.6rem 2.4rem;
}
.detail_route .accordion_list .accordion_item .accordion__header p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1E1F24;
  font-weight: 700;
}
.detail_route .accordion_list .accordion_item .accordion__header em {
  position: relative;
  transform: rotate(90deg);
  font-size: 2.4rem;
  color: #257A7A;
  margin-left: 0.8rem;
  transition: 0.3s ease-in-out;
}
.detail_route .accordion_list .accordion_item .accordion__content {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.detail_route .accordion_list .accordion_item .accordion__content__body {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .detail_route .accordion_list .accordion_item .accordion__content__body {
    flex-direction: row;
    gap: 3.2rem;
  }
}
.detail_route .accordion_list .accordion_item .accordion__content__body p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
}
.detail_route .accordion_list .accordion_item .accordion__content__body ul, .detail_route .accordion_list .accordion_item .accordion__content__body ol {
  margin-bottom: 1.8rem;
  padding-left: 0;
}
.detail_route .accordion_list .accordion_item .accordion__content__body ul li, .detail_route .accordion_list .accordion_item .accordion__content__body ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  margin-bottom: 1rem;
  position: relative;
}
.detail_route .accordion_list .accordion_item .accordion__content__body a {
  color: #1D3A3A;
}
.detail_route .accordion_list .accordion_item .accordion__content__body a:hover {
  color: #95C8C8;
}
.detail_route .accordion_list .accordion_item .accordion__content__body picture {
  flex-basis: 70%;
}
.detail_route .accordion_list .accordion_item .accordion__content__body img {
  border-radius: 4px;
  max-width: 334px;
}
.detail_route .accordion_list .accordion_item.active .accordion__header em {
  transform: rotate(180deg);
}
.detail_route .accordion_list .accordion_item.active .accordion__content {
  max-height: 2000px;
  transition: max-height 0.6s ease-in;
  border-top: solid 1px #E0E1E6;
}
.detail_route .faqs {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.detail_route .faqs em {
  font-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  color: #887D6E;
}
.detail_route .faqs p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1E1F24;
  font-weight: 700;
}
.detail_route .faqs p a {
  color: #257A7A;
  text-decoration: underline;
}

.modal#modalMapa {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.modal#modalMapa.active {
  display: flex;
}
.modal#modalMapa .modal-content {
  position: relative;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 100%;
  padding: 2.4rem;
}
.modal#modalMapa .modal-content picture {
  max-width: 800px;
}
.modal#modalMapa .close {
  position: absolute;
  top: 3.6rem;
  right: 3.6rem;
  font-size: 3.6rem;
  cursor: pointer;
  color: #fff;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .tour_hero {
    padding-top: 3.2rem;
  }
}
.tour_hero .block_hero {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 426px;
  text-align: center;
  align-items: center;
  padding: 2.4rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .tour_hero .block_hero {
    border-radius: 8px;
  }
}
.tour_hero .block_hero:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 34.5%), lightgray;
}
.tour_hero .block_hero .hero_content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 8px;
  max-width: 600px;
  z-index: 2;
}
.tour_hero .block_hero .hero_content h1 {
  color: #ffffff;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tour_hero .block_hero .hero_content h1 {
    font-size: 4rem;
    line-height: 5.8rem;
  }
}
.tour_hero .block_hero .hero_content p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.tour_hero .block_hero .hero_content .label {
  padding: 4px 0.8rem;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  border-radius: 4px;
  background-color: #257A7A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 auto;
}
.tour_hero .block_hero .hero_content .button_rounded {
  margin: 0 auto;
}
.tour_hero .block_hero .hero_content .button_rounded em {
  font-size: 2.4rem;
}
.tour_hero .block_hero .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: -1;
}
.tour_hero .wrapper {
  padding: 0;
}

.tour_cards {
  padding: 4.8rem 0;
}
@media screen and (min-width: 1024px) {
  .tour_cards {
    padding: 4.4rem 0;
  }
}
.tour_cards__title {
  margin: 0 auto 4.8rem;
}
@media screen and (min-width: 1024px) {
  .tour_cards__title {
    max-width: 754px;
    text-align: center;
  }
}
.tour_cards__title img {
  margin: 0 auto 1.6rem;
}
.tour_cards__title h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #1E1F24;
  margin-bottom: 1.6rem;
}
.tour_cards__title p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #575861;
  margin-bottom: 0;
}
.tour_cards__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .tour_cards__content {
    flex-direction: row;
    align-items: self-start;
    justify-content: center;
  }
}
.tour_cards__content.cols {
  gap: 2.4rem;
}
.tour_cards__content.cols .cards {
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .tour_cards__content.cols .cards {
    flex: 1 1 calc((100% - 2.4rem) / 2);
  }
}
.tour_cards__content .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.tour_cards__content .cards .card {
  flex: 1 1 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(29, 58, 58, 0.15);
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (min-width: 660px) {
  .tour_cards__content .cards .card {
    flex: 1 1 calc((100% - 2.4rem) / 2);
  }
  .tour_cards__content .cards .card:last-of-type {
    max-width: calc(50% - 1rem);
  }
}
.tour_cards__content .cards .card img {
  border-radius: 0.8rem 0.8rem 0 0;
  height: 205px;
  width: 100%;
  object-fit: cover;
}
.tour_cards__content .cards .card .text {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
}
.tour_cards__content .cards .card .text h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #1E1F24;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tour_cards__content .cards .card .text a.download {
  color: #257A7A;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
}
.tour_cards__content .cards .card .text a.download em {
  margin-left: 0.6rem;
  top: -2px;
  position: relative;
  font-size: 1.9rem;
}
.tour_cards__content .cards .card .text a.download:hover {
  color: #1D3A3A;
}
@media screen and (min-width: 1024px) {
  .tour_cards__content .sidebarcol {
    width: 33%;
  }
}
.tour_cards__content .sidebarcol .citycard {
  border-radius: 0.8rem;
  background-color: #C54D3A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
  height: 214px;
  width: 100%;
}
.tour_cards__content .sidebarcol .citycard a {
  background-color: #257A7A;
}
.tour_cards__content .sidebarcol .citycard a:hover {
  background-color: #1D3A3A;
  color: #ffffff !important;
}
.tour_cards__content .sidebarcol .default {
  margin-bottom: 2.4rem;
}
.tour_cards__content .sidebarcol .default .card {
  flex: 1 1 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(29, 58, 58, 0.15);
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (min-width: 660px) {
  .tour_cards__content .sidebarcol .default .card {
    max-width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1024px) {
  .tour_cards__content .sidebarcol .default .card {
    max-width: initial;
  }
}
.tour_cards__content .sidebarcol .default .card img {
  border-radius: 0.8rem 0.8rem 0 0;
  height: 205px;
  width: 100%;
  object-fit: cover;
}
.tour_cards__content .sidebarcol .default .card .text {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  min-height: 156px;
}
.tour_cards__content .sidebarcol .default .card .text h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #1E1F24;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tour_cards__content .sidebarcol .default .card .text a.download {
  color: #257A7A;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
}
.tour_cards__content .sidebarcol .default .card .text a.download em {
  margin-left: 0.6rem;
  top: -2px;
  position: relative;
  font-size: 1.9rem;
}
.tour_cards__content .sidebarcol .default .card .text a.download:hover {
  color: #1D3A3A;
}
.tour_cards__content .sidebarcol .microcard_col {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background-color: #257A7A;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.tour_cards__content .sidebarcol .microcard {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  border-radius: 0.8rem;
  padding: 2.4rem;
  background-color: #ffffff;
}
.tour_cards__content .sidebarcol .microcard img {
  width: 76px;
  height: 76px;
  border-radius: 0.8rem;
}
.tour_cards__content .sidebarcol .microcard .text h2 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #1E1F24;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.8rem;
}
.tour_cards__content .sidebarcol .microcard .text a.download {
  color: #257A7A;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  padding: 0;
}
.tour_cards__content .sidebarcol .microcard .text a.download em {
  margin-left: 0.6rem;
  top: 2px;
  position: relative;
  font-size: 1.9rem;
}
.tour_cards__content .sidebarcol .microcard .text a.download:hover {
  color: #1D3A3A;
}

.workshop {
  padding: 4.8rem 0;
}
@media screen and (min-width: 1024px) {
  .workshop {
    padding: 6.4rem 0;
  }
}
.workshop__title {
  margin: 0 auto 4.8rem;
}
@media screen and (min-width: 1024px) {
  .workshop__title {
    max-width: 754px;
    text-align: center;
  }
}
.workshop__title h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #1E1F24;
  margin-bottom: 1.6rem;
}
.workshop__title p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #575861;
  margin-bottom: 0;
}
.workshop__title p a {
  color: #257A7A;
  text-decoration: underline;
}
.workshop__row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 660px) {
  .workshop__row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.workshop__row .item {
  flex: 1 1 100%;
}
@media screen and (min-width: 660px) {
  .workshop__row .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.workshop__row .item .card {
  overflow: hidden;
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0.8rem;
}
.workshop__row .item .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(30, 31, 36, 0) 25.08%, rgba(30, 31, 36, 0.8) 87.09%), #000 50%;
  z-index: 3;
}
.workshop__row .item .card picture {
  z-index: 1;
}
.workshop__row .item .card picture img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.workshop__row .item .card h3 {
  z-index: 4;
  position: relative;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #ffffff;
}
.workshop__row .item .card:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(30, 31, 36, 0) 25.08%, rgba(30, 31, 36, 0.8) 87.09%), #000 50%;
  z-index: 3;
}
.workshop__row .item .info {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.workshop__row .item .info .date {
  background-color: #FFE9E3;
  color: #632218;
  border-radius: 0.4rem;
  padding: 0 8px;
  font-size: 1.3rem;
  line-height: 2.3rem;
  gap: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workshop__row .item .info .place {
  background-color: #DBECEC;
  color: #1D3A3A;
  border-radius: 0.4rem;
  padding: 0 8px;
  font-size: 1.3rem;
  line-height: 2.3rem;
  gap: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workshop .downloads {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .workshop .downloads {
    margin-top: 4.8rem;
  }
}
.workshop .downloads h2 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #1E1F24;
  margin-bottom: 1.6rem;
}
.workshop .downloads .buttons {
  display: flex;
  gap: 0.8rem;
}

.login_tours_template {
  background-color: #ffffff;
}
.login_tours_template .head_login {
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .login_tours_template .head_login {
    padding: 3.2rem 0;
  }
}
.login_tours_template .head_login a {
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  border: solid 2px #D8D9E0;
  text-decoration: none;
  padding: 8px;
}
.login_tours_template .head_login a em {
  transform: rotate(-180deg);
  color: #80828D;
  font-size: 2.4rem;
  position: relative;
  top: 2px;
  left: -3px;
}
.login_tours_template .head_login a:hover {
  background-color: #1D3A3A;
}
.login_tours_template .head_login a:hover em {
  color: #ffffff;
}
.login_tours_template .login {
  padding: 4.8rem 2.4rem;
  max-width: 558px;
  margin: 0 auto;
  padding-top: 7.7rem;
}
@media screen and (min-width: 768px) {
  .login_tours_template .login {
    padding: 3.2rem 0;
  }
}
.login_tours_template .login .content img {
  margin: 0 auto 3.2rem;
}
.login_tours_template .login .content h1 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #1E1F24;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .login_tours_template .login .content h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.login_tours_template .login .content form .login_form label {
  color: #575861;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.login_tours_template .login .content form .login_form .input_group {
  border-radius: 0.4rem;
  border: 1px solid #D8D9E0;
  background: #FCFDFF;
  padding: 0.8rem 0.8rem;
  margin-bottom: 2.4rem;
  display: flex;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
.login_tours_template .login .content form .login_form .input_group input {
  border: none;
  color: #8B8D98;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  width: calc(100% - 4.8rem);
}
.login_tours_template .login .content form .login_form .input_group input::placeholder {
  color: #8B8D98;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.login_tours_template .login .content form .login_form .input_group em {
  width: 2.4rem;
  color: #257A7A;
  font-size: 2.4rem;
  cursor: pointer;
}
.login_tours_template .login .content form .login_form .remember_me {
  margin-bottom: 2.4rem;
  position: relative;
  display: flex;
  align-items: center;
}
.login_tours_template .login .content form .login_form .remember_me #remember {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  accent-color: #257A7A;
  border: solid 2px #CDCED7;
}
.login_tours_template .login .content form .login_form .remember_me label {
  margin-left: 1.2rem;
  color: #575861;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.login_tours_template .login .content form .login_form .button {
  width: 100%;
  max-width: 100%;
  display: flex;
}
.login_tours_template .login .content form .login_form .forgot_password {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.8rem 0;
}
.login_tours_template .login .content form .login_form .forgot_password a {
  color: #257A7A;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: underline;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
}
.login_tours_template .login .content form .login_form .forgot_password a:hover {
  color: #1D3A3A;
}
.login_tours_template .login .content form .login_form .forgot_password em {
  margin-left: 0.6rem;
  color: #257A7A;
  top: 1px;
  position: relative;
  font-size: 2.4rem;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .contact_template .wrapper {
    padding: 0 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact_template .wrapper {
    padding: 0;
  }
}
.contact_template .points_sales {
  padding: 4.8rem 0 0;
}
@media screen and (min-width: 768px) {
  .contact_template .points_sales {
    padding: 6.4rem 0;
  }
}
.contact_template .points_sales__title {
  margin: 0 auto 3.2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contact_template .points_sales__title {
    max-width: 754px;
    margin: 0 auto 4.8rem;
  }
}
.contact_template .points_sales__title h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #1E1F24;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact_template .points_sales__title h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.contact_template .points_sales__title p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #575861;
  margin-bottom: 0;
}
.contact_template .points_sales .cards_sales {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .contact_template .points_sales .cards_sales {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.contact_template .points_sales .cards_sales .card {
  padding: 2.4rem;
  border-radius: 0.8rem;
  border: solid 1px #D8D9E0;
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .contact_template .points_sales .cards_sales .card {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .contact_template .points_sales .cards_sales .card {
    flex: 1 1 calc((100% - 7.2rem) / 4);
    max-width: calc((100% - 7.2rem) / 4);
  }
}
.contact_template .points_sales .cards_sales .card picture {
  position: relative;
  overflow: hidden;
}
.contact_template .points_sales .cards_sales .card img {
  border-radius: 0.8rem;
  margin-bottom: 1.8rem;
  height: 114px;
  width: 100%;
  object-fit: cover;
}
.contact_template .points_sales .cards_sales .card .title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #1E1F24;
  margin-bottom: 0.8rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4.8rem;
  overflow: hidden;
}
.contact_template .points_sales .cards_sales .card .place {
  display: flex;
  gap: 0.8rem;
}
.contact_template .points_sales .cards_sales .card .place em {
  color: #1E1F24;
  font-size: 2.4rem;
}
.contact_template .points_sales .cards_sales .card .place p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
}
.contact_template .points_sales .cards_sales .card .place p a {
  font-weight: 700;
}
.contact_template .points_sales .cards_sales .card a {
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.contact_template .points_sales .cards_sales .card a em {
  font-size: 2.4rem;
}
.contact_template .contact_form-section {
  padding: 4.8rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .contact_template .contact_form-section {
    padding: 6.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .contact_template .contact_form-section {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.8rem;
  }
}
.contact_template .contact_form-section .col {
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .contact_template .contact_form-section .col {
    flex: 1 1 calc((100% - 4.8rem) / 2);
    max-width: calc((100% - 4.8rem) / 2);
  }
}
.contact_template .contact_form-section .col_form_info > h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #1E1F24;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact_template .contact_form-section .col_form_info > h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.contact_template .contact_form-section .col_form_info > p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #575861;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .contact_template .contact_form-section .col_form_info > p {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 1.6rem;
    margin-bottom: 4.8rem;
  }
}
.contact_template .contact_form-section .col_form_info .banner_info {
  background-color: #EEE6DB;
  border-radius: 8px;
  border: solid 1px #BCB1A1;
  padding: 2.4rem;
  display: flex;
  gap: 1.6rem;
  width: 100%;
  margin-bottom: 2.4rem;
}
.contact_template .contact_form-section .col_form_info .banner_info:last-of-type {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .contact_template .contact_form-section .col_form_info .banner_info:last-of-type {
    margin-bottom: 4.8rem;
  }
}
.contact_template .contact_form-section .col_form_info .banner_info .title em {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3.2rem;
  color: #887D6E;
  margin-bottom: 0;
}
.contact_template .contact_form-section .col_form_info .banner_info .content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #575861;
}
.contact_template .contact_form-section .col_form_info .banner_info .content p.title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1E1F24;
  margin-bottom: 0.8rem;
}
.contact_template .contact_form-section .col_form_info .banner_info .content p.title a {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1E1F24;
  text-decoration: none;
}
.contact_template .contact_form-section .col_form_info .banner_info .content ul li, .contact_template .contact_form-section .col_form_info .banner_info .content ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #575861;
  position: relative;
}
.contact_template .contact_form-section .col_form_info .banner_info .content a {
  margin: 0;
}
.contact_template .contact_form-section .col_form_info .banner_info .content li, .contact_template .contact_form-section .col_form_info .banner_info .content a {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.contact_template .contact_form-section .col_form_info .banner_info .content a {
  color: #887D6E;
}
.contact_template .contact_form-section .col_form_info .banner_info .content a.link {
  display: flex;
  font-weight: 700;
}
.contact_template .contact_form-section .col_form_info .list_goals {
  margin-top: 4.8rem;
}
.contact_template .contact_form-section .col_form_info .list_goals .item {
  display: flex;
  padding: 2.4rem 0;
  gap: 1rem;
  border-bottom: solid 1px #D8D9E0;
}
.contact_template .contact_form-section .col_form_info .list_goals .item:last-of-type {
  border-bottom: none;
}
.contact_template .contact_form-section .col_form_info .list_goals .item img {
  height: 3.2rem;
  width: 3.2rem;
}
.contact_template .contact_form-section .col_form_info .list_goals .item p.title {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2D2D2D;
  margin-bottom: 0;
}

.form {
  border-radius: 0.8rem;
  border: solid 1px #D8D9E0;
  background-color: #F9F9F9;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 4.8rem;
  }
}
.form h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #1E1F24;
  margin-bottom: 1.6rem;
}
.form p.title {
  color: #575861;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  display: flex;
  gap: 0.8rem;
}
.form p.title em {
  font-size: 2.4rem;
  color: #257A7A;
}
.form #contactForm form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  margin: auto;
}
.form #contactForm label {
  font-size: 1.3rem;
  color: #575861;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.form #contactForm input, .form #contactForm textarea {
  width: 100%;
  padding: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  color: #8D8D8D;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.form #contactForm textarea {
  height: 100px;
  resize: none;
}
.form #contactForm button {
  background-color: #00796b;
  color: white;
  cursor: pointer;
  border: none;
}
.form #contactForm button:hover {
  background-color: #005a4f;
}

@media screen and (max-width: 768px) {
  .contact-wrap {
    padding: 0 !important;
  }
  .contact-wrap .padd {
    padding: 0 2.4rem;
  }
  .contact-wrap .bg_pad {
    background-color: #F7F7F8;
    padding: 4.8rem 2.4rem;
  }
}

footer {
  background-color: #1D3A3A;
}
footer .footer {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 1200px) {
  footer .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer_top {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (min-width: 1024px) {
  footer .footer_top {
    flex-direction: row;
    gap: 6.4rem;
  }
}
footer .footer_top .column {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
  flex: 1;
}
footer .footer_top .column.info {
  width: 100%;
  gap: 0;
}
footer .footer_top .column.info img {
  max-width: 100;
  object-fit: cover;
  width: 170px;
  margin-bottom: 2.4rem;
}
footer .footer_top .column.info > h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  footer .footer_top .column.info > h3 {
    margin-bottom: 0%;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer_top .column.info {
    max-width: 33%;
    gap: 0.8rem;
  }
}
footer .footer_top .column.info .column_group {
  display: flex;
  flex-direction: column;
}
footer .footer_top .column.info .column_group.contact p {
  margin-bottom: 0.8rem;
}
footer .footer_top .column.menu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  footer .footer_top .column.menu {
    flex-direction: row;
    justify-content: flex-end;
  }
}
footer .footer_top .column.menu .navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 1 100%;
}
@media screen and (min-width: 1024px) {
  footer .footer_top .column.menu .navigation {
    flex: 1 1 calc((100% - 9.6rem) / 3);
    max-width: calc((100% - 9.6rem) / 3);
  }
}
footer .footer_top .column.menu .navigation .list h3 {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  color: #ffffff;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
footer .footer_top .column.menu .navigation .list ul {
  padding: 0;
  margin: 0;
}
footer .footer_top .column.menu .navigation .list ul li {
  list-style: none;
  margin-bottom: 1.2rem;
}
footer .footer_top .column.menu .navigation .list ul li:last-of-type {
  margin-bottom: 0;
}
footer .footer_top .column.menu .navigation .list ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
}
footer .footer_top .column.menu .navigation .list ul li a:hover {
  text-decoration: underline;
}
footer .footer_top .column.menu .navigation .list div + h4 {
  margin-top: 2.8rem;
}
footer .footer_top .column.menu .navigation .list .column_group {
  display: flex;
  flex-direction: column;
}
footer .footer_top .column.menu .navigation .list .column_group p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #ffffff;
}
footer .footer_top .column.menu .navigation .list .column_group p a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer_top .column.menu .navigation .list .column_group p a:hover {
  text-decoration: underline;
}
footer .footer_top .column.menu .navigation .list .column_group h4 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}
footer .footer_top .column.menu .navigation .list .column_group > div {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}
footer .footer_top .column.menu .navigation .list .column_group > div em {
  font-size: 2.4rem;
  position: relative;
  top: 2px;
  color: #ffffff;
}
footer .footer_top .column.menu .navigation .list + .list {
  margin-top: 4.8rem;
}
footer .footer_top .column.menu .navigation .social ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}
footer .footer_top .column.menu .navigation .social ul li {
  list-style: none;
}
footer .footer_top .column.menu .navigation .social ul li a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer_top .column.menu .navigation .social ul li a em {
  font-size: 2.4rem;
  color: #1D3A3A;
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 0.6rem;
  font-size: 1.8rem;
}
footer .footer_middle {
  margin-top: 4.8rem;
}
footer .footer_middle .certifications {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  footer .footer_middle .certifications .certifications__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer .footer_middle .certifications img {
  border-radius: 6px;
  object-fit: cover;
  max-height: 62px;
}
@media screen and (min-width: 1200px) {
  footer .footer_middle .certifications img {
    object-fit: cover;
    max-height: 62px;
  }
}
footer .footer_middle .slick-prev,
footer .footer_middle .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
}
footer .footer_middle .slick-prev em,
footer .footer_middle .slick-next em {
  font-size: 3.4rem;
  display: block;
}
footer .footer_middle .slick-prev {
  left: 0px;
}
footer .footer_middle .slick-next {
  right: 0px;
}
footer .footer_middle .slick-prev::before,
footer .footer_middle .slick-next::before {
  content: "";
}
footer .footer_middle .bottom_nav {
  padding: 2.4rem 0;
}
footer .footer_middle .bottom_nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footer_middle .bottom_nav ul li {
  list-style: none;
}
footer .footer_middle .bottom_nav ul li a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer_middle .bottom_nav ul li a:hover {
  text-decoration: underline;
}
footer .footer_middle .bottom_nav ul li + li:before {
  content: "|";
  color: #ffffff;
  margin: 0 1.2rem;
}
footer .footer_bottom {
  display: flex;
  flex-direction: column;
  margin-top: 4.8rem;
}
@media screen and (min-width: 1024px) {
  footer .footer_bottom {
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
  }
}
footer .footer_bottom .legal {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  footer .footer_bottom .legal {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer_bottom .legal {
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer_bottom .legal p {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer .footer_bottom .legal p {
    margin-bottom: 0;
    margin-top: 0;
    text-align: initial;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_bottom .legal nav {
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
  }
}
footer .footer_bottom .legal nav ul {
  padding: 0.8rem 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  footer .footer_bottom .legal nav ul {
    padding: 1.6rem 0;
    justify-content: flex-start;
  }
}
footer .footer_bottom .legal nav ul li {
  list-style: none;
}
footer .footer_bottom .legal nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}
footer .footer_bottom .legal nav ul li a:hover {
  text-decoration: underline;
}
footer .footer_bottom .legal nav ul li + li {
  margin-left: 0;
}
footer .footer_bottom .legal nav ul li + li:before {
  content: "|";
  color: #ffffff;
  margin: 0 1.2rem;
}
footer .footer_bottom .social {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  footer .footer_bottom .social {
    order: 2;
    margin-left: auto;
    margin-bottom: 0;
  }
}
footer .footer_bottom .social h4 {
  display: none;
}
@media screen and (min-width: 1024px) {
  footer .footer_bottom .social h4 {
    text-align: right;
    display: block;
  }
}
footer .footer_bottom .social ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footer_bottom .social ul li {
  list-style: none;
}
footer .footer_bottom .social ul li a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer_bottom .social ul li a em {
  font-size: 2.4rem;
}
footer h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
  color: #ffffff;
}
footer p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #ffffff;
}
footer h4 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.email-form {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 5px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .email-form {
    background-color: transparent;
    border-radius: 0;
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .email-form {
    max-width: 400px;
  }
}
.email-form .email-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 15px;
  border-radius: 25px 0 0 25px;
  font-size: 16px;
  color: #62636C;
  background-color: transparent;
  width: 50%;
}
.email-form .email-input::placeholder {
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .email-form .email-input {
    width: 100%;
    border-radius: 25px;
    background-color: #ffffff;
  }
}
.email-form .email-button {
  background-color: #d1503f;
  color: #ffffff;
  border: none;
  border-radius: 25px 25px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  width: 50%;
}
.email-form .email-button:hover {
  background-color: #b13f32;
}
.email-form .email-button:active {
  background-color: #8e3227;
}
@media screen and (max-width: 768px) {
  .email-form .email-button {
    width: 100%;
  }
}
.email-form > p {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .email-form > p {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.email-form > p .wpcf7-spinner {
  display: none;
}

.header__typeMegamenu {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .header_navigation {
    height: 6.4rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    padding: 0.8rem 1.6rem;
    width: 100%;
    height: 79px;
  }
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    position: relative;
    width: 100%;
    max-width: 1188px;
    margin: 0 auto;
    padding: 0;
    height: 79px;
  }
}
.header__typeMegamenu .container #mobileNav {
  display: block;
  font-size: 4.4rem;
  cursor: pointer;
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container #mobileNav {
    display: none;
  }
}
.header__typeMegamenu .container .logo {
  margin: 0;
  padding: 0;
}
.header__typeMegamenu .container .logo img {
  height: 4rem;
  width: 100px;
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .container .logo img {
    height: 4rem;
    width: 100px;
  }
}
.header__typeMegamenu .container .extra_menu {
  display: flex;
  gap: 0.8rem;
  margin-left: auto;
}
.header__typeMegamenu .container .extra_menu .lang_selector {
  display: none;
}
.header__typeMegamenu .container .extra_menu a {
  text-decoration: none;
  font-size: 2.4rem;
}
.header__typeMegamenu .container .extra_menu a.shop em {
  color: #80828d;
  position: relative;
  top: 3px;
}
.header__typeMegamenu .container .extra_menu a.shop:hover em {
  color: #257A7A;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown {
  list-style: none;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown > a {
  background: none;
  border: none;
  text-align: right;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown > a img {
  max-width: initial;
  height: 18px;
  width: 25px;
  position: relative;
  top: 2px;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown > a span {
  display: none;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown > a:after {
  display: none;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu {
  background: #ffffff;
  border-radius: 8px;
  border: solid 1px #E7E8EC;
  min-width: 150px;
  left: -82px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 24px;
  right: 0;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu li {
  list-style: none;
  border-bottom: solid 1px #E7E8EC;
  overflow: hidden;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu li:last-of-type {
  border-bottom: none;
  border-radius: 8px;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu li a {
  border: none;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  color: #2D2D2D;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu li a:hover {
  background-color: #F9F9F9;
}
.header__typeMegamenu .container .extra_menu .js-wpml-ls-legacy-dropdown > ul > li.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu li a span {
  margin-left: 0.8rem;
}
.header__typeMegamenu .container .header_nav {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .container .header_nav {
    position: fixed;
    width: 0%;
    height: 100dvh;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    left: -1100%;
    right: 0;
    padding: 4.4rem 2.4rem 2.4rem 2.4rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    background: #ffffff;
    text-align: center;
  }
  .header__typeMegamenu .container .header_nav.open {
    left: 0;
    opacity: 1;
    z-index: 9999999;
    width: 100%;
    overflow-x: hidden;
  }
}
.header__typeMegamenu .container .header_nav #mobileNavClose {
  display: block;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 10;
}
.header__typeMegamenu .container .header_nav #mobileNavClose em {
  color: #257A7A;
  font-size: 4.4rem;
  height: 4.4rem;
  width: 4.4rem;
  cursor: pointer;
}
.header__typeMegamenu .container .header_nav #mobileNavClose:hover em {
  color: #95C8C8;
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav #mobileNavClose {
    display: none;
  }
}
.header__typeMegamenu .container .header_nav .info_panel {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1E1F24;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 2.4rem;
  left: 50%;
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav .info_panel {
    display: none;
  }
}
.header__typeMegamenu .container .header_nav .nav {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
}
@media (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    height: auto;
    margin-top: 0;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  margin-left: 0;
  max-width: 1300px;
  padding-left: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (max-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu {
    height: calc(100dvh - 278px);
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu.pasive {
    overflow: hidden;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item {
  list-style: none;
  padding: 0 0 2.4rem 0;
  margin-top: 2.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item {
    justify-content: space-between;
    padding: 0;
    margin-top: 0;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item.active > a {
  color: #257A7A;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item.active em {
  color: #257A7A;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover > a {
  color: #257A7A;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover em {
  color: #257A7A;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1E1F24;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a.active {
  color: #257A7A;
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #2D2D2D;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item em {
  display: block;
  cursor: pointer;
  color: #80828D;
  font-size: 2.4rem;
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item em {
    display: block;
    cursor: pointer;
    color: #80828D;
    font-size: 2.4rem;
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover .megamenu {
    display: block;
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover .megamenu::-webkit-scrollbar {
    opacity: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:last-of-type .megamenu {
    right: 0;
    left: initial;
    width: max-content;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:last-of-type .megamenu.simple .megamenu_simple {
    justify-content: center;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:last-of-type .megamenu.simple .megamenu_simple--column {
    max-width: 240px;
    width: 240px;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:last-of-type .megamenu.simple .megamenu_simple--column.blank {
    display: none;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu {
  display: none;
  position: absolute;
  top: 68px;
  width: auto;
  max-width: 1190px;
  left: -50px;
  right: -50px;
  background-color: #ffffff;
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
  border-radius: 0.8rem;
  z-index: 9;
  box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.33);
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu {
    padding: 0.8rem 0;
    background-color: #ffffff;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.active {
    display: block;
    top: 126px;
    left: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.active::after {
    content: "";
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
  }
}
@media screen and (max-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple.active .mobile_panel {
    z-index: 1;
    position: relative;
    padding-left: 2.4rem;
    padding-right: 6.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple.active .mobile_panel.panel1s {
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    flex-direction: column;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links {
    width: 100%;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list {
    padding: 0;
    list-style: none;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 {
    list-style: none;
    margin-bottom: 1.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 0.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2:last-of-type {
    margin-bottom: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 a {
    text-decoration: none;
    position: relative;
    color: #1E1F24;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.4rem;
    text-align: left;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 a img {
    margin-right: 1.6rem;
    aspect-ratio: 1;
    border-radius: 50%;
    max-width: 40px;
    max-height: 40px;
    object-fit: cover;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #1E1F24;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2_title {
    text-align: left;
    padding: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2_title p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #1E1F24;
    text-align: left;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2_title a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #1E1F24;
    text-decoration: none;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2_title a em {
    margin-left: 0.8rem;
    position: relative;
    top: 1px;
    transform: rotate(0deg);
    color: #1E1F24;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 340px;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text .title {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #2D2D2D;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.8rem;
    text-align: left;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text .description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #575861;
    margin-bottom: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #257A7A;
    padding: 0.8rem 0;
    margin-top: 0;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text a > em {
    display: block;
    color: #257A7A;
    font-size: 2.4rem;
    transform: rotate(0deg);
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication img {
    border-radius: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    max-width: 1248px;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    align-items: flex-start;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column {
    flex: 1 1 calc((100% - 7.2rem) / 4);
    max-width: calc((100% - 7.2rem) / 4);
    min-width: 0;
    background-color: #ffffff;
    height: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list {
    flex: 1 1 33%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 2.4rem;
    list-style: none;
    box-sizing: border-box;
    padding-left: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li {
    padding: 0.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a {
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    align-items: flex-start;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a:hover span {
    color: #257A7A;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a span {
    color: #62636C;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #1E1F24;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a img {
    aspect-ratio: 1;
    border-radius: 50%;
    max-width: 40px;
    max-height: 40px;
    object-fit: cover;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #E0E1E6;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li em {
    display: none;
    display: block;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li em {
    display: block;
    cursor: pointer;
    color: #1D3A3A;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title {
    margin-bottom: 0.8rem;
    height: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #1E1F24;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title a em {
    margin-left: 0.8rem;
    position: relative;
    top: 1px;
    transform: rotate(0deg);
    color: #1E1F24;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #1E1F24;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text {
    display: flex;
    flex-direction: column;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text .title {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #2D2D2D;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text .description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #575861;
    margin-bottom: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #257A7A;
    padding: 0.8rem 0;
    margin-top: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text a em {
    display: block;
    color: #257A7A;
    font-size: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication img {
    border-radius: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback {
  display: block;
  cursor: pointer;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback {
    margin-bottom: 1.6rem;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback .back {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback .back span {
  color: #257A7A;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: underline;
  top: 2px;
  position: relative;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback .back em {
  margin-right: 0.8rem;
  margin-left: 0;
  transform: rotate(-180deg);
  font-size: 2.4rem;
  position: relative;
  font-size: 2.4rem;
  top: 2px;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback .page {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #2D2D2D;
  padding-bottom: 2.4rem;
  margin-top: 1.6rem;
  border-bottom: solid 1px #E0E1E6;
  text-align: left;
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback .page {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-bottom: 1.6rem;
    color: #62636C;
  }
}
@media screen and (min-width: 1300px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback {
    display: none;
  }
}
.header.smooth {
  transition: transform 0.3s ease-in-out;
}

.space {
  height: 1500px;
  background-color: #cecece;
}

.search-bar {
  display: none;
}
@media screen and (max-width: 1300px) {
  .search-bar {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #B9BBC6;
    border-radius: 2.5rem;
    padding: 0.8rem 1.6rem;
    max-width: 100%;
    height: 5.2rem;
    z-index: 10;
  }
  .search-bar:focus-within {
    border-color: #257A7A;
  }
  .search-bar.filled {
    border-color: #257A7A;
  }
  .search-bar .search-icon {
    font-size: 2.4rem;
    color: #575861;
    margin-right: 0.8rem;
  }
  .search-bar .search-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #333;
    background: transparent;
  }
  .search-bar .search-input::placeholder {
    color: #888888;
  }
  .search-bar #clear-icon {
    display: none;
    font-size: 2.4rem;
    color: #257A7A;
    cursor: pointer;
    margin-left: 0.8rem;
  }
  .search-bar #clear-icon:hover {
    color: #257A7A;
  }
  .search-bar.active #clear-icon {
    display: block;
  }
  .search-bar .search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0.8rem;
    overflow-y: auto;
    margin-top: 0.5rem;
    list-style: none;
    padding: 0 2.4rem;
  }
  .search-bar .search-results.expanded {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 116px;
    max-height: calc(100dvh - 116px);
    overflow-y: scroll;
    z-index: 1000;
    height: 100dvh;
  }
  .search-bar .search-results .results-count {
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #257A7A;
    text-align: left;
  }
  .search-bar .search-results .results-count .results-label {
    color: #575861;
    font-weight: 400;
  }
  .search-bar .search-results li {
    padding: 1.6rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    border-top: solid 1px #E7E8EC;
  }
  .search-bar .search-results li:hover {
    background-color: #f0f0f0;
  }
  .search-bar .search-results li:first-of-type {
    margin-top: 0.8rem;
  }
  .search-bar .search-results li .result-icon {
    margin-right: 1rem;
    font-size: 2rem;
    color: #80828D;
  }
  .search-bar .search-results li .result-text {
    font-size: 1.4rem;
    color: #333;
    text-align: left;
  }
  .search-bar .search-results li img {
    max-width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.header_nav #date-picker-container {
  width: 100%;
  min-height: 300px;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
}
.header_nav .daterangepicker {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999 !important;
}
.header_nav .daterangepicker {
  position: absolute !important;
  top: 60px !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  z-index: 9999 !important;
  height: calc(100dvh - 123px);
  overflow-y: scroll;
}
.header_nav .date-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1000;
  display: none;
  flex-direction: column;
}
.header_nav .date-panel.visible {
  display: flex;
  opacity: 1;
}
.header_nav .date-panel .date-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2.4rem;
  border-bottom: 1px solid #B9BBC6;
}
.header_nav .date-panel .date-header h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  color: #1E1F24;
  text-align: center;
  width: 100%;
}
.header_nav .date-panel .date-header .close-button {
  background: none;
  border: none;
  font-size: 2rem;
  color: #257A7A;
  cursor: pointer;
}
.header_nav .date-panel .date-header .close-button:hover {
  color: #1D3A3A;
}
.header_nav .date-panel .date-picker-container {
  flex: 1;
  padding: 2.4rem;
}
.header_nav .date-panel .date-footer {
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 2.4rem;
  border-top: 1px solid #B9BBC6;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  background: white;
  z-index: 111111;
}
.header_nav .date-panel .date-footer .reset-button {
  background: none;
  border: none;
  color: #1D3A3A;
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
}
.header_nav .date-panel .date-footer .reset-button:hover {
  text-decoration: underline;
}
.header_nav .date-panel .date-footer .apply-button {
  background-color: #C54D3A;
  border: none;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
  border-radius: 2.5rem;
  cursor: pointer;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
}
.header_nav .date-panel .date-footer .apply-button:hover {
  background-color: #257A7A;
}

.wpml-ls-legacy-dropdown {
  width: 2.5rem !important;
}

* {
  outline: none;
  box-sizing: border-box;
}
*:hover {
  outline: none;
}
*:active {
  outline: none;
}
*:focus {
  outline: none;
}

html {
  font-family: "Asap", sans-serif;
  font-size: 62.5%; /* Para usar rem de forma "amable": 10px = 1rem */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  html.page-template-page-route, body.page-template-page-route {
    overflow-x: visible;
  }
}
@media screen and (min-width: 1024px) {
  html.page-template-page-sustainability, body.page-template-page-sustainability {
    overflow-x: visible;
  }
}
html.no_scroll, body.no_scroll {
  width: 100%;
  overflow: hidden;
  position: fixed;
}

main {
  margin-top: 64px;
}
.page-template-page-login-php main {
  margin-top: 0;
}
main.login_tours_template {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 79px;
  }
  .page-template-page-login-php main {
    margin-top: 0;
  }
  main.login_tours_template {
    margin-top: 0;
  }
}

.otgs-development-site-front-end {
  display: none !important;
}

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

/*
	FLEX
*/
.flex {
  display: flex;
}

.flex-row-column {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1024px) {
  .flex-row-column {
    flex-direction: column;
  }
}

.flex-column-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .flex-column-row {
    flex-direction: row;
  }
}
.flex-column-row .column-resp {
  flex: 1 1 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row .column-resp {
  flex: 1 1 0;
}

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

.f-justyfy-c {
  justify-content: center;
}

.f-align-c {
  align-items: center;
}

/*
	CONTENEDOR
*/
.wrapper-large {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .wrapper {
    padding: 0;
  }
}

.wrapper-xs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.responsive-padding {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .responsive-padding {
    padding: 4.4rem 0;
  }
}

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

h1, .h1 {
  font-size: 3.2rem;
  line-height: 1.375;
  font-family: "PT Sans", serif;
}
@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 2.6rem;
  line-height: 1.42;
  font-family: "PT Sans", serif;
}
@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
}

h3, .h3 {
  font-size: 2.2rem;
  line-height: 1.36;
  font-family: "PT Sans", serif;
}
@media screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 2.5rem;
    line-height: 1.375;
  }
}

h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.44;
  font-family: "PT Sans", serif;
}
@media screen and (min-width: 1024px) {
  h4, .h4 {
    font-size: 2.2rem;
    line-height: 1.54;
  }
}

h5, .h5, h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "PT Sans", serif;
}
@media screen and (min-width: 767px) {
  h5, .h5, h6, .h6 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

p, ul, ol {
  font-size: 1.6rem;
  color: #62636C;
}

.label_section {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #257A7A;
}
@media screen and (min-width: 768px) {
  .label_section {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.title_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .title_section {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .title_section.two_cols {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .title_section.two_cols .column:first-of-type {
    flex-basis: 40% !important;
    padding-left: 0 !important;
  }
  .title_section.two_cols .column:last-of-type {
    flex-basis: 60%;
    padding-left: 4.8rem;
  }
}
.title_section .label {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #257A7A;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .title_section .label {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.title_section h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #1E1F24;
}
@media screen and (min-width: 768px) {
  .title_section h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.title_section .base_text {
  color: #575861;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.title_section .base_text p + p {
  margin-top: 1.6rem;
}
.title_section .base_text p a {
  color: #257A7A;
}

.section_link {
  margin-top: 2.4rem;
}
.section_link.no_margin {
  margin-top: 0;
}
.section_link a.link {
  font-family: 2rem !important;
  line-height: 2.8rem !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.8rem;
}
.section_link a.link:hover {
  color: #1D3A3A;
}
.section_link a.link:hover em {
  color: #1D3A3A;
}

.title_row {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
.title_row--center {
  align-items: center;
}

.font_base {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #62636C;
}

.font_base--responsive {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #62636C;
}
@media screen and (min-width: 768px) {
  .font_base--responsive {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.link {
  color: #257A7A;
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: block;
}
.link--underline {
  text-decoration: underline;
}
.link:hover {
  color: #1D3A3A;
}

.sample {
  padding: 2.5rem 1rem;
}
.sample:first-of-type {
  margin-top: 100px;
}
.sample p {
  margin-bottom: 1rem;
}
.sample .h2 {
  padding: 2rem;
  margin-bottom: 2rem;
  background: #cecece;
}
.sample .button {
  margin-bottom: 2rem;
}

.breadcrumb {
  border-top: solid 1px #D8D9E0;
  border-bottom: solid 1px #D8D9E0;
  background-color: #F9F9F9;
  margin: 0;
  padding: 0.8rem 0;
  display: block;
  position: relative;
}
.breadcrumb nav a {
  color: #575861;
  font-size: 1.3rem;
  line-height: 2.3rem;
  text-decoration: none;
}
.breadcrumb nav a:hover {
  color: #257A7A;
}
.breadcrumb nav .separator {
  color: #257A7A;
}
.breadcrumb nav .separator::after {
  content: "\e93c";
  font-family: "icomoon" !important;
  color: #257A7A;
  font-size: 2rem;
  position: relative;
  top: 5px;
}
.breadcrumb nav .last {
  color: #1E1F24;
  font-size: 1.3rem;
  font-weight: 700;
}

.separation {
  display: block;
}
.separation.h-50 {
  height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .separation.h-50 {
    height: 5rem;
  }
}
.separation.h-100 {
  height: 5rem;
}
@media screen and (min-width: 1024px) {
  .separation.h-100 {
    height: 10rem;
  }
}
.separation.h-150 {
  height: 5rem;
}
@media screen and (min-width: 1024px) {
  .separation.h-150 {
    height: 15rem;
  }
}

.reveal__down {
  opacity: 0;
  transform: translateY(2em);
}
.reveal__down.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.7s ease-in-out 0.8s;
}
.reveal__right {
  opacity: 0;
  transform: translateX(100%);
}
.reveal__right.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.5s ease-in-out 0.5s;
}
.reveal__left {
  opacity: 0;
  transform: translateX(-2em);
}
.reveal__left.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-in-out 0.7s;
}
.reveal__content {
  opacity: 0;
}
.reveal__content.active {
  opacity: 1;
  transition: all 0.4s ease-in-out 0.6s;
}
.reveal__cascade1 {
  opacity: 0;
  transform: translateY(2em);
}
.reveal__cascade1.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease-in-out 0.5s;
}
.reveal__cascade2 {
  opacity: 0;
  transform: translateY(2em);
}
.reveal__cascade2.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease-in-out 0.6s;
}
.reveal__cascade3 {
  opacity: 0;
  transform: translateY(2em);
}
.reveal__cascade3.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.7s ease-in-out 0.8s;
}
.reveal__cascade4 {
  opacity: 0;
  transform: translateY(2em);
}
.reveal__cascade4.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.9s ease-in-out 1s;
}

.block_divider {
  margin: 4rem 0;
  height: 2px;
  width: 100%;
}

/* Custom Radio Buttons */
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  margin-right: 30px;
  color: #A1A1A1;
  line-height: 22px !important;
  font-size: 16px;
  font-weight: 300;
  font-family: "Asap", sans-serif;
}

[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #257A7A;
}

[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #257A7A;
  border-radius: 100%;
  background: #ffffff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #257A7A;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1px solid #257A7A;
}

#goTop {
  position: fixed;
  bottom: 20rem;
  right: -10rem;
  padding: 1.2rem;
  background-color: #257A7A;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#goTop.active {
  right: 1rem;
}
#goTop:hover {
  background-color: #1D3A3A;
}
#goTop em {
  color: #ffffff;
  font-size: 1.5rem;
}

.no_result {
  min-height: 50vh;
}

#error_page {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  justify-content: center;
  margin-top: 60px;
  position: relative;
  color: #257A7A;
}
#error_page h1 {
  font-weight: 600;
  font-size: 4.2rem;
  margin-bottom: 2rem;
}

.block_cta {
  padding: 2rem;
}
.block_cta.centered {
  margin: 0 auto;
  text-align: center;
}

.swiper-button-disabled em {
  color: #D8D9E0 !important;
}

.bg_green {
  background-color: #E2EEEF !important;
}

.bg_grey {
  background-color: #f7f7f8 !important;
}

.bg_white {
  background-color: #FFFFFF !important;
}

.block_space {
  height: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .block_space {
    height: 4.8rem;
  }
}

.desktop_block {
  display: none;
}
@media screen and (min-width: 768px) {
  .desktop_block {
    display: block;
  }
}

.mobile_block {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile_block {
    display: none;
  }
}

.label_style {
  font-size: 1.8rem !important;
  line-height: 2.4rem !important;
  font-weight: 700 !important;
  color: #257A7A !important;
  margin-bottom: 1.2rem !important;
}
@media screen and (min-width: 768px) {
  .label_style {
    font-size: 2rem !important;
    line-height: 2.8rem !important;
  }
}

.time_video {
  opacity: 0;
}

.time_video.video-visible {
  opacity: 1;
}

.sitemap_block {
  padding: 2.4rem 0;
}
.sitemap_block ul li, .sitemap_block ol li {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
  width: max-content;
}
.sitemap_block ul li:last-of-type, .sitemap_block ol li:last-of-type {
  margin-bottom: 0;
}
.sitemap_block a {
  color: #257A7A;
  text-decoration: underline;
  display: block;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.sitemap_block a.button {
  margin-top: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.sitemap_block span {
  font-size: 1.2rem;
  line-height: 2rem;
}
.sitemap_block h2, .sitemap_block h3, .sitemap_block h4, .sitemap_block h5, .sitemap_block h6 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sitemap_block h2, .sitemap_block h3, .sitemap_block h4, .sitemap_block h5, .sitemap_block h6 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.sitemap_block h2 strong, .sitemap_block h3 strong, .sitemap_block h4 strong, .sitemap_block h5 strong, .sitemap_block h6 strong {
  font-weight: 800;
  font-style: italic;
}

#searh-booking:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tooltip-popup {
  position: absolute;
  background-color: #257A7A;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 1.2rem;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
