@charset "UTF-8";
/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
/*=== Reset ===*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

ul, ol {
  margin-bottom: 0;
}

.section-view-vh {
  margin: 60px 0;
}
@media (min-width: 1200px) {
  .section-view-vh {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    vertical-align: baseline;
    padding: 80px 0;
  }
}

:focus-visible {
  outline: none;
}

/*=== Container ===*/
@media (min-width: 1200px) {
  .container, .container-lg, .container-xl {
    max-width: calc(96.53% + 32px);
  }
}

/*=== Container Fluido a partir de Laptop ===*/
@media (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-md {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-md {
    max-width: 100%;
    width: 100%;
  }
}

/*=== Container Fluido a partir de Tablet Grande ===*/
@media (min-width: 992px) {
  .container-sm {
    max-width: 100%;
    width: 100%;
  }
}

/*=== Botones ===*/
.cta button,
.cta a {
  display: inline-block;
  background-color: transparent;
  border-style: none;
  padding: 12px 16px;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  /* @include mobile-l{
      font-size: 14px;
  } */
}
.cta--secundary, .cta--secundary-block {
  text-align: left;
}
@media (min-width: 768px) {
  .cta--secundary, .cta--secundary-block {
    text-align: center;
  }
}
.cta--secundary button, .cta--secundary-block button,
.cta--secundary a,
.cta--secundary-block a {
  border: 1px solid #F6F8FF;
  color: #FFFFFF;
  min-width: 118px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-align: center;
}
.cta--secundary:hover button, .cta--secundary-block:hover button,
.cta--secundary:hover a,
.cta--secundary-block:hover a {
  border: 1px solid #DF6C47;
  color: #DF6C47;
}
.cta--secundary-block button,
.cta--secundary-block a {
  padding: 7px 10px;
  font-size: 10px;
  min-width: 80px;
  text-align: center;
}
.cta.margin-top-btn {
  margin-top: 40px;
}

/*=== Navigation Carousel ===*/
.owl-navsDots--inline {
  width: 100%;
  position: relative;
}
.owl-navsDots--inline .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 31px);
  position: relative;
  margin-top: 0;
}
@media (min-width: 768px) {
  .owl-navsDots--inline .owl-nav {
    width: 100%;
  }
}
.owl-navsDots--inline .owl-nav [class*=owl-] {
  margin: 0;
}
.owl-navsDots--inline .owl-nav [class*=owl-]:hover {
  background: none;
}
.owl-navsDots--inline .owl-nav button {
  position: absolute;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 768px) {
  .owl-navsDots--inline .owl-nav button {
    -webkit-transform: translateY(21%);
            transform: translateY(21%);
  }
}
.owl-navsDots--inline .owl-nav button .arrow {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .owl-navsDots--inline .owl-nav button .arrow {
    width: 20px;
    height: 20px;
  }
}
.owl-navsDots--inline .owl-nav button .arrow svg {
  height: 90%;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #DF6C47;
}
.owl-navsDots--inline .owl-nav button .arrow svg:hover {
  fill: #F6F8FF;
}
.owl-navsDots--inline .owl-nav button.owl-prev {
  /* left: 0; */
  left: 35px;
}
.owl-navsDots--inline .owl-nav button.owl-next {
  right: 35px;
}
@media (min-width: 360px) {
  .owl-navsDots--inline .owl-nav button.owl-prev {
    left: 55px;
  }
  .owl-navsDots--inline .owl-nav button.owl-next {
    right: 55px;
  }
}
@media (min-width: 768px) {
  .owl-navsDots--inline .owl-nav button.owl-prev {
    left: calc(33% + 15px);
  }
  .owl-navsDots--inline .owl-nav button.owl-next {
    right: calc(33% + 15px);
  }
}
.owl-navsDots--inline .owl-dots {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 31px);
}
@media (min-width: 768px) {
  .owl-navsDots--inline .owl-dots {
    width: 100%;
  }
}
.owl-navsDots--inline .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
  margin: 0px 2px;
}
.owl-navsDots--inline.space-btm-lg .owl-stage-outer {
  margin-bottom: 30px;
}
.owl-navsDots--inline.space-btm-regular .owl-stage-outer {
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #DF6C47;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  background-color: rgba(223, 108, 71, 0.5);
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #DF6C47;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 16px;
}

.customControls {
  width: calc(100% - 16px);
  padding: 0 10%;
}
@media (min-width: 768px) {
  .customControls {
    padding: 0;
    min-width: calc(33.3333333333% - 30px);
  }
}

.customControlsCards {
  margin-top: 30px;
  width: calc(100% - 16px);
}
@media (min-width: 768px) {
  .customControlsCards {
    width: 100%;
  }
}

.customControlsInline, .customControls, .customControlsCards {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .customControlsInline, .customControls, .customControlsCards {
    width: auto;
    max-width: 100%;
  }
}
.customControlsInline.disabled, .disabled.customControls, .disabled.customControlsCards {
  display: none;
}
.customControlsInline .customDots, .customControls .customDots, .customControlsCards .customDots,
.customControlsInline .customDotsCards,
.customControls .customDotsCards,
.customControlsCards .customDotsCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.customControlsInline .owl-dot, .customControls .owl-dot, .customControlsCards .owl-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  padding: 0;
  border: none;
  background: none;
  border: 1px solid #DF6C47;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customControlsInline .owl-dot:hover, .customControls .owl-dot:hover, .customControlsCards .owl-dot:hover {
  background: none;
  background-color: rgba(223, 108, 71, 0.5);
}
.customControlsInline .owl-dot.active, .customControls .owl-dot.active, .customControlsCards .owl-dot.active {
  background-color: #DF6C47;
}
.customControlsInline .owl-prev, .customControls .owl-prev, .customControlsCards .owl-prev,
.customControlsInline .owl-next,
.customControls .owl-next,
.customControlsCards .owl-next {
  background: none;
  border: none;
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 768px) {
  .customControlsInline .owl-prev, .customControls .owl-prev, .customControlsCards .owl-prev,
  .customControlsInline .owl-next,
  .customControls .owl-next,
  .customControlsCards .owl-next {
    width: 20px;
  }
}
.customControlsInline .owl-prev .arrow, .customControls .owl-prev .arrow, .customControlsCards .owl-prev .arrow,
.customControlsInline .owl-next .arrow,
.customControls .owl-next .arrow,
.customControlsCards .owl-next .arrow {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .customControlsInline .owl-prev .arrow, .customControls .owl-prev .arrow, .customControlsCards .owl-prev .arrow,
  .customControlsInline .owl-next .arrow,
  .customControls .owl-next .arrow,
  .customControlsCards .owl-next .arrow {
    width: 20px;
    height: 20px;
  }
}
.customControlsInline .owl-prev .arrow svg, .customControls .owl-prev .arrow svg, .customControlsCards .owl-prev .arrow svg,
.customControlsInline .owl-next .arrow svg,
.customControls .owl-next .arrow svg,
.customControlsCards .owl-next .arrow svg {
  height: 90%;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #DF6C47;
}
.customControlsInline .owl-prev .arrow svg:hover, .customControls .owl-prev .arrow svg:hover, .customControlsCards .owl-prev .arrow svg:hover,
.customControlsInline .owl-next .arrow svg:hover,
.customControls .owl-next .arrow svg:hover,
.customControlsCards .owl-next .arrow svg:hover {
  fill: #F6F8FF;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
body {
  background-color: #02151B;
  color: #D8D7D3;
}
body.bkg--beige {
  background-color: #868782;
  /*select*/
  /*=== Botones ===*/
  /*Apartir de aquí ir colocando el "&" en caso de que sea la clase por bloques y se borra
  el "&" de bkg--beige. En caso de que sea general desde el body a partir de aquí no debe de existir el "&" y en la clase de bkg--beige sí*/
}
body.bkg--beige .owl-nav button .arrow svg {
  color: #004659;
}
body.bkg--beige .owl-nav button .arrow svg:hover {
  fill: #004659;
}
body.bkg--beige .owl-dots .owl-dot span {
  border: 1px solid #004659;
}
body.bkg--beige .owl-dots .owl-dot:hover span {
  background-color: rgba(0, 70, 89, 0.5);
}
body.bkg--beige .owl-dots .owl-dot.active span {
  background-color: #004659;
}
body.bkg--beige .customControls .owl-dot,
body.bkg--beige .customControlsCards .owl-dot {
  border: 1px solid #fff;
}
body.bkg--beige .customControls .owl-dot:hover,
body.bkg--beige .customControlsCards .owl-dot:hover {
  background: none;
  background-color: rgba(255, 255, 255, 0.5);
}
body.bkg--beige .customControls .owl-dot.active,
body.bkg--beige .customControlsCards .owl-dot.active {
  background-color: #fff;
}
body.bkg--beige .customControls .owl-prev .arrow svg,
body.bkg--beige .customControls .owl-next .arrow svg,
body.bkg--beige .customControlsCards .owl-prev .arrow svg,
body.bkg--beige .customControlsCards .owl-next .arrow svg {
  color: #fff;
}
body.bkg--beige .customControls .owl-prev .arrow svg:hover,
body.bkg--beige .customControls .owl-next .arrow svg:hover,
body.bkg--beige .customControlsCards .owl-prev .arrow svg:hover,
body.bkg--beige .customControlsCards .owl-next .arrow svg:hover {
  fill: #F6F8FF;
}
body.bkg--beige .select_select {
  position: relative;
  width: 100%;
}
body.bkg--beige .select_select i {
  border-left: 2px solid #02151B;
  border-bottom: 2px solid #02151B;
}
body.bkg--beige .select_select.openSelect {
  width: 100%;
}
body.bkg--beige .select_select.openSelect select:hover, body.bkg--beige .select_select.openSelect select:focus {
  background-color: #02151B !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(2, 21, 27, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(2, 21, 27, 0.5);
}
body.bkg--beige .select_select:hover select:hover {
  background-color: #02151B !important;
}
body.bkg--beige .select_select:hover select:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(2, 21, 27, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(2, 21, 27, 0.5);
}
body.bkg--beige .cta--secundary:hover button, body.bkg--beige .cta--secundary-block:hover button,
body.bkg--beige .cta--secundary:hover a,
body.bkg--beige .cta--secundary-block:hover a {
  border: 1px solid #004659;
  color: #004659;
}
body.bkg--beige .block-description ul li::marker, body.bkg--beige .accordions__accordions .accordion-body ul li::marker, .accordions__accordions body.bkg--beige .accordion-body ul li::marker, body.bkg--beige .block-description--center ul li::marker, body.bkg--beige .block-description--block ul li::marker, body.bkg--beige .block-description ol li::marker, body.bkg--beige .accordions__accordions .accordion-body ol li::marker, .accordions__accordions body.bkg--beige .accordion-body ol li::marker, body.bkg--beige .block-description--center ol li::marker, body.bkg--beige .block-description--block ol li::marker {
  color: #004659;
}
body.bkg--beige .block-description a, body.bkg--beige .accordions__accordions .accordion-body a, .accordions__accordions body.bkg--beige .accordion-body a, body.bkg--beige .block-description--center a, body.bkg--beige .block-description--block a {
  color: #004659;
}
body.bkg--beige .block-description a:hover, body.bkg--beige .accordions__accordions .accordion-body a:hover, .accordions__accordions body.bkg--beige .accordion-body a:hover, body.bkg--beige .block-description--center a:hover, body.bkg--beige .block-description--block a:hover {
  color: rgba(0, 70, 89, 0.75);
}
body.bkg--beige .featured-cards .featured-cards__cards .item-card-link a:hover {
  color: #004659;
}
body.bkg--beige .informative-list__item .item-list ul li a:hover {
  color: rgba(0, 70, 89, 0.75);
}
body.bkg--beige .informative-list__item .item-list ul li::marker {
  color: #02151B;
}
body.bkg--beige .accordions__accordions .accordion-item {
  border-bottom: 1px solid #02151B;
}
body.bkg--beige .accordions__accordions .accordion-item:last-child {
  border-bottom: 1px solid #02151B;
}
body.bkg--beige .accordions__accordions .accordion-item:first-child {
  border-top: 1px solid #02151B;
}
body.bkg--beige .accordions__accordions .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 8.6417L18.9349 -9.68355e-08L21 2.1157L10.5 12.8731L-8.6208e-08 2.1157L2.06508 -8.87892e-07L10.5 8.6417Z' fill='%2302151B'/%3E%3C/svg%3E");
}
body.bkg--beige .form-block__input input,
body.bkg--beige .form-block__input textarea {
  border-bottom: 1px solid #02151B;
}
body.bkg--beige .form-block__input input::-webkit-input-placeholder, body.bkg--beige .form-block__input textarea::-webkit-input-placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--beige .form-block__input input::-moz-placeholder, body.bkg--beige .form-block__input textarea::-moz-placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--beige .form-block__input input:-ms-input-placeholder, body.bkg--beige .form-block__input textarea:-ms-input-placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--beige .form-block__input input::-ms-input-placeholder, body.bkg--beige .form-block__input textarea::-ms-input-placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--beige .form-block__input input::placeholder,
body.bkg--beige .form-block__input textarea::placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--beige .form-block__input input:focus, body.bkg--beige .form-block__input input:focus-visible,
body.bkg--beige .form-block__input textarea:focus,
body.bkg--beige .form-block__input textarea:focus-visible {
  border-color: #02151B;
  -webkit-box-shadow: 0 0 0 0.25rem #02151b !important;
          box-shadow: 0 0 0 0.25rem #02151b !important;
}
body.bkg--beige .form-block__input select {
  border-bottom: 1px solid #02151B;
}
body.bkg--beige .form-block__input .input-group-text svg {
  stroke: #02151B;
}
body.bkg--beige .form-block__input .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  background-color: #868782;
  color: #FFFFFF;
  border: 1px solid #868782;
}
body.bkg--beige .form-block__input .dropdown-menu {
  background-color: #02151B;
  color: #D8D7D3;
}
body.bkg--beige .form-block__input .dropdown-menu .btn {
  color: #D8D7D3;
}
body.bkg--beige .form-block__input .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 6px solid #02151B;
}
body.bkg--beige .form-block__input .bootstrap-datetimepicker-widget table td span:hover {
  background: #868782;
}
body.bkg--beige .form-block__check .form-check-input[type=checkbox] {
  border: 1px solid #02151B;
}
body.bkg--beige .form-block__check .form-check-input:checked {
  background-color: #02151B;
  border-color: #02151B;
}
body.bkg--beige .form-block__check label a {
  color: #D8D7D3;
}
body.bkg--beige .form-block__check label a:hover {
  color: rgba(2, 21, 27, 0.75);
}
body.bkg--beige .actions-description__actions .item-card::after {
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 21, 27, 0)), color-stop(48%, rgba(65, 76, 76, 0.26)), color-stop(92%, rgb(123, 126, 122)), color-stop(100%, rgb(134, 135, 130)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 21, 27, 0)), color-stop(48%, rgba(65, 76, 76, 0.26)), color-stop(92%, rgb(123, 126, 122)), to(rgb(134, 135, 130)));
  background: linear-gradient(to bottom, rgba(2, 21, 27, 0) 0%, rgba(65, 76, 76, 0.26) 48%, rgb(123, 126, 122) 92%, rgb(134, 135, 130) 100%);
}
body.bkg--orange {
  background-color: #A04935;
  /*select*/
  /*=== Botones ===*/
  /*Apartir de aquí ir colocando el "&" en caso de que sea la clase por bloques y se borra
  el "&" de bkg--beige. En caso de que sea general desde el body a partir de aquí no debe de existir el "&" y en la clase de bkg--beige sí*/
}
body.bkg--orange .owl-nav button .arrow svg {
  color: #D8D7D3;
}
body.bkg--orange .owl-nav button .arrow svg:hover {
  fill: #F6F8FF;
}
body.bkg--orange .owl-dots .owl-dot span {
  border: 1px solid #D8D7D3;
}
body.bkg--orange .owl-dots .owl-dot:hover span {
  background-color: rgba(216, 215, 211, 0.5);
}
body.bkg--orange .owl-dots .owl-dot.active span {
  background-color: #D8D7D3;
}
body.bkg--orange .customControls .owl-dot,
body.bkg--orange .customControlsCards .owl-dot {
  border: 1px solid #D8D7D3;
}
body.bkg--orange .customControls .owl-dot:hover,
body.bkg--orange .customControlsCards .owl-dot:hover {
  background: none;
  background-color: rgba(216, 215, 211, 0.5);
}
body.bkg--orange .customControls .owl-dot.active,
body.bkg--orange .customControlsCards .owl-dot.active {
  background-color: #D8D7D3;
}
body.bkg--orange .customControls .owl-prev .arrow svg,
body.bkg--orange .customControls .owl-next .arrow svg,
body.bkg--orange .customControlsCards .owl-prev .arrow svg,
body.bkg--orange .customControlsCards .owl-next .arrow svg {
  color: #D8D7D3;
}
body.bkg--orange .customControls .owl-prev .arrow svg:hover,
body.bkg--orange .customControls .owl-next .arrow svg:hover,
body.bkg--orange .customControlsCards .owl-prev .arrow svg:hover,
body.bkg--orange .customControlsCards .owl-next .arrow svg:hover {
  fill: #F6F8FF;
}
body.bkg--orange .select_select {
  position: relative;
  width: 100%;
}
body.bkg--orange .select_select i {
  border-left: 2px solid #D8D7D3;
  border-bottom: 2px solid #D8D7D3;
}
body.bkg--orange .select_select.openSelect {
  width: 100%;
}
body.bkg--orange .select_select.openSelect select:hover, body.bkg--orange .select_select.openSelect select:focus {
  background-color: #A04935 !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 215, 211, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 215, 211, 0.5);
}
body.bkg--orange .select_select:hover select:hover {
  background-color: #A04935 !important;
}
body.bkg--orange .select_select:hover select:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 215, 211, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 215, 211, 0.5);
}
body.bkg--orange .cta--secundary:hover button, body.bkg--orange .cta--secundary-block:hover button,
body.bkg--orange .cta--secundary:hover a,
body.bkg--orange .cta--secundary-block:hover a {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #A04935;
}
body.bkg--orange .block-description ul li::marker, body.bkg--orange .accordions__accordions .accordion-body ul li::marker, .accordions__accordions body.bkg--orange .accordion-body ul li::marker, body.bkg--orange .block-description--center ul li::marker, body.bkg--orange .block-description--block ul li::marker, body.bkg--orange .block-description ol li::marker, body.bkg--orange .accordions__accordions .accordion-body ol li::marker, .accordions__accordions body.bkg--orange .accordion-body ol li::marker, body.bkg--orange .block-description--center ol li::marker, body.bkg--orange .block-description--block ol li::marker {
  color: #F6F8FF;
}
body.bkg--orange .block-description a, body.bkg--orange .accordions__accordions .accordion-body a, .accordions__accordions body.bkg--orange .accordion-body a, body.bkg--orange .block-description--center a, body.bkg--orange .block-description--block a {
  color: #F6F8FF;
  text-decoration: underline;
}
body.bkg--orange .block-description a:hover, body.bkg--orange .accordions__accordions .accordion-body a:hover, .accordions__accordions body.bkg--orange .accordion-body a:hover, body.bkg--orange .block-description--center a:hover, body.bkg--orange .block-description--block a:hover {
  color: rgba(246, 248, 255, 0.75);
}
body.bkg--orange .featured-cards .featured-cards__cards .item-card-link a:hover,
body.bkg--orange .featured-cards .featured-cards__carousel .item-card-link a:hover {
  color: #F6F8FF;
}
body.bkg--orange .featured-logos__carousel .owl-dots .owl-dot span {
  border: 1px solid #DF6C47;
}
body.bkg--orange .featured-logos__carousel .owl-dots .owl-dot:hover span {
  background-color: rgba(223, 108, 71, 0.5);
}
body.bkg--orange .featured-logos__carousel .owl-dots .owl-dot.active span {
  background-color: #DF6C47;
}
body.bkg--orange .informative-list__item .item-list ul li a:hover {
  color: rgba(246, 248, 255, 0.75);
}
body.bkg--orange .informative-list__item .item-list ul li::marker {
  color: #F6F8FF;
}
body.bkg--orange .accordions__accordions .accordion-item {
  border-bottom: 1px solid #F6F8FF;
}
body.bkg--orange .accordions__accordions .accordion-item:last-child {
  border-bottom: 1px solid #F6F8FF;
}
body.bkg--orange .accordions__accordions .accordion-item:first-child {
  border-top: 1px solid #F6F8FF;
}
body.bkg--orange .accordions__accordions .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 8.6417L18.9349 -9.68355e-08L21 2.1157L10.5 12.8731L-8.6208e-08 2.1157L2.06508 -8.87892e-07L10.5 8.6417Z' fill='%23F6F8FF'/%3E%3C/svg%3E");
}
body.bkg--orange .form-block__input label {
  color: #F6F8FF;
}
body.bkg--orange .form-block__input input,
body.bkg--orange .form-block__input textarea {
  border-bottom: 1px solid #D8D7D3;
}
body.bkg--orange .form-block__input input::-webkit-input-placeholder, body.bkg--orange .form-block__input textarea::-webkit-input-placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--orange .form-block__input input::-moz-placeholder, body.bkg--orange .form-block__input textarea::-moz-placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--orange .form-block__input input:-ms-input-placeholder, body.bkg--orange .form-block__input textarea:-ms-input-placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--orange .form-block__input input::-ms-input-placeholder, body.bkg--orange .form-block__input textarea::-ms-input-placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--orange .form-block__input input::placeholder,
body.bkg--orange .form-block__input textarea::placeholder {
  color: rgba(216, 215, 211, 0.7);
}
body.bkg--orange .form-block__input input:focus, body.bkg--orange .form-block__input input:focus-visible,
body.bkg--orange .form-block__input textarea:focus,
body.bkg--orange .form-block__input textarea:focus-visible {
  border-color: #D8D7D3;
  -webkit-box-shadow: 0 0 0 0.25rem #d8d7d3 !important;
          box-shadow: 0 0 0 0.25rem #d8d7d3 !important;
}
body.bkg--orange .form-block__input select {
  border-bottom: 1px solid #D8D7D3;
}
body.bkg--orange .form-block__input .input-group-text svg {
  stroke: #D8D7D3;
}
body.bkg--orange .form-block__input .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  background-color: #A04935;
  color: #FFFFFF;
  border: 1px solid #A04935;
}
body.bkg--orange .form-block__input .dropdown-menu {
  background-color: #F6F8FF;
  color: #A04935;
}
body.bkg--orange .form-block__input .dropdown-menu .btn {
  color: #A04935;
}
body.bkg--orange .form-block__input .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 6px solid #F6F8FF;
}
body.bkg--orange .form-block__input .bootstrap-datetimepicker-widget table td span:hover {
  background: #D8D7D3;
}
body.bkg--orange .form-block__check .form-check-input[type=checkbox] {
  border: 1px solid #D8D7D3;
}
body.bkg--orange .form-block__check .form-check-input:checked {
  background-color: #02151B;
  border-color: #02151B;
}
body.bkg--orange .form-block__check label a {
  color: #F6F8FF;
}
body.bkg--orange .form-block__check label a:hover {
  color: rgba(246, 248, 255, 0.75);
}
body.bkg--orange .actions-description__actions .item-card-info .superindice-card h1, body.bkg--orange .actions-description__actions .item-card-info .superindice-card h2, body.bkg--orange .actions-description__actions .item-card-info .superindice-card h3, body.bkg--orange .actions-description__actions .item-card-info .superindice-card h4, body.bkg--orange .actions-description__actions .item-card-info .superindice-card h5, body.bkg--orange .actions-description__actions .item-card-info .superindice-card h6, body.bkg--orange .actions-description__actions .item-card-info .superindice-card p, body.bkg--orange .actions-description__actions .item-card-info .superindice-card span {
  color: rgba(246, 248, 255, 0.82);
}
body.bkg--orange .actions-description__actions .item-card::after {
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 21, 27, 0)), color-stop(48%, rgba(78, 46, 39, 0.26)), color-stop(92%, rgb(147, 69, 51)), color-stop(100%, rgb(160, 73, 53)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 21, 27, 0)), color-stop(48%, rgba(78, 46, 39, 0.26)), color-stop(92%, rgb(147, 69, 51)), to(rgb(160, 73, 53)));
  background: linear-gradient(to bottom, rgba(2, 21, 27, 0) 0%, rgba(78, 46, 39, 0.26) 48%, rgb(147, 69, 51) 92%, rgb(160, 73, 53) 100%);
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
/*=== Título ===*/
.block-header, .block-header--center {
  margin-bottom: 40px;
  color: #D8D7D3;
  width: 100%;
}
.block-header h1, .block-header--center h1, .block-header h2, .block-header--center h2, .block-header h3, .block-header--center h3, .block-header h4, .block-header--center h4, .block-header h5, .block-header--center h5, .block-header h6, .block-header--center h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .block-header h1, .block-header--center h1, .block-header h2, .block-header--center h2, .block-header h3, .block-header--center h3, .block-header h4, .block-header--center h4, .block-header h5, .block-header--center h5, .block-header h6, .block-header--center h6 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .block-header h1, .block-header--center h1, .block-header h2, .block-header--center h2, .block-header h3, .block-header--center h3, .block-header h4, .block-header--center h4, .block-header h5, .block-header--center h5, .block-header h6, .block-header--center h6 {
    font-size: 42px;
  }
}
.block-header .featured-txt, .block-header--center .featured-txt {
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
.block-header--center {
  text-align: center;
}
@media (min-width: 768px) {
  .block-header--center {
    width: calc((100vw - 3.47%) / 12 * 10);
    max-width: 100%;
    position: relative;
    margin: 0 auto 40px;
  }
}
@media (min-width: 1200px) {
  .block-header--center {
    width: calc((100vw - 3.47%) / 12 * 8);
    margin: 0 auto 55px;
  }
}
.block-header:has(+ .block-description--center, + .block-description--block), .block-header--center:has(+ .block-description--center, + .block-description--block), .block-header:has(+ .block-descrition-wrap), .block-header--center:has(+ .block-descrition-wrap) {
  margin-bottom: 25px;
}

.block-subtitle {
  color: #D8D7D3;
}
.block-subtitle a {
  display: inline-block;
  position: relative;
}
.block-subtitle a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-subtitle a:hover::after {
  width: 100%;
}
.block-subtitle h1, .block-subtitle h2, .block-subtitle h3, .block-subtitle h4, .block-subtitle h5, .block-subtitle h6, .block-subtitle p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 26px;
  letter-spacing: 0px;
}

/*=== Descripción ===*/
.block-description, .accordions__accordions .accordion-body, .block-description--center, .block-description--block {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  color: #D8D7D3;
}
@media (min-width: 768px) {
  .block-description, .accordions__accordions .accordion-body, .block-description--center, .block-description--block {
    font-size: 20px;
  }
}
.block-description p, .accordions__accordions .accordion-body p, .block-description--center p, .block-description--block p {
  margin: 1.3rem 0;
}
@media (min-width: 768px) {
  .block-description p, .accordions__accordions .accordion-body p, .block-description--center p, .block-description--block p {
    margin: 1rem 0;
  }
}
.block-description p:first-of-type, .accordions__accordions .accordion-body p:first-of-type, .block-description--center p:first-of-type, .block-description--block p:first-of-type {
  margin-top: 0;
}
.block-description ul, .accordions__accordions .accordion-body ul, .block-description--center ul, .block-description--block ul {
  margin: 1.3rem 0;
}
@media (min-width: 768px) {
  .block-description ul, .accordions__accordions .accordion-body ul, .block-description--center ul, .block-description--block ul {
    margin: 1rem 0;
  }
}
.block-description ul li::marker, .accordions__accordions .accordion-body ul li::marker, .block-description--center ul li::marker, .block-description--block ul li::marker {
  color: #DF6C47;
}
.block-description ol, .accordions__accordions .accordion-body ol, .block-description--center ol, .block-description--block ol {
  margin: 1.3rem 0;
  /* display: inline-block; */
  display: block;
}
@media (min-width: 768px) {
  .block-description ol, .accordions__accordions .accordion-body ol, .block-description--center ol, .block-description--block ol {
    margin: 1rem 0;
  }
}
.block-description ol li::marker, .accordions__accordions .accordion-body ol li::marker, .block-description--center ol li::marker, .block-description--block ol li::marker {
  color: #DF6C47;
}
.block-description a, .accordions__accordions .accordion-body a, .block-description--center a, .block-description--block a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #DF6C47;
}
.block-description a:hover, .accordions__accordions .accordion-body a:hover, .block-description--center a:hover, .block-description--block a:hover {
  color: rgba(223, 108, 71, 0.75);
}
@media (min-width: 992px) {
  .block-description--center ul, .block-description--block ul, .block-description--center ol, .block-description--block ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-description--block {
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #EEEEEE;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .block-description--block {
    width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .block-description--block {
    width: 66.6666666667%;
  }
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
footer {
  background-color: #02151B;
  padding-top: 47px;
}
@media (min-width: 768px) {
  footer {
    padding-top: 35px;
  }
}
footer .header-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0 0;
}
@media (min-width: 768px) {
  footer .header-footer {
    padding: 38px 0;
  }
}
@media (min-width: 992px) {
  footer .header-footer {
    padding: 45px 0 0 0;
    gap: 45px;
  }
}
footer .header-footer .imagotipo {
  height: 45px;
}
@media (min-width: 768px) {
  footer .header-footer .imagotipo {
    height: 60px;
  }
}
@media (min-width: 992px) {
  footer .header-footer .imagotipo {
    height: 80px;
  }
}
footer .header-footer .imagotipo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .header-footer h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  color: #D8D7D3;
  text-align: center;
  /* @include mobile-l{
      font-size: 61px;
  } */
}
@media (min-width: 768px) {
  footer .header-footer h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  footer .header-footer h2 {
    font-size: 68px;
  }
}
footer .featured-links {
  margin: 28px 0;
}
@media (min-width: 768px) {
  footer .featured-links {
    margin: 34px 0;
  }
}
@media (min-width: 992px) {
  footer .featured-links {
    margin: 40px 0;
  }
}
footer .featured-links ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  footer .featured-links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .featured-links ul li {
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #868782;
  /* font-size: 16px; */
  font-size: 12px;
  letter-spacing: 0px;
  /* @include mobile-l{
      font-size: 18px;
  } */
}
@media (min-width: 768px) {
  footer .featured-links ul li {
    font-size: 15px;
  }
}
footer .featured-links ul li a {
  padding: 12px;
  display: inline-block;
}
footer .featured-links ul li a:hover {
  color: rgba(216, 215, 211, 0.8);
}
@media (min-width: 1200px) {
  footer .featured-links ul li a {
    padding: 5px;
  }
}
footer .socials {
  margin: 28px 0;
}
@media (min-width: 768px) {
  footer .socials {
    margin: 34px;
  }
}
@media (min-width: 992px) {
  footer .socials {
    margin: 45px 0 40px;
  }
}
footer .socials ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .socials ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .socials ul li .item-social {
  height: 22px;
  max-width: 22px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  footer .socials ul li .item-social {
    height: 35px;
    max-width: 35px;
  }
}
@media (min-width: 992px) {
  footer .socials ul li .item-social {
    height: 40px;
    max-width: 40px;
  }
}
footer .socials ul li .item-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .socials ul li .item-social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .socials ul li .item-social a i {
  font-size: 22px;
  color: #DF6C47;
}
@media (min-width: 768px) {
  footer .socials ul li .item-social a i {
    font-size: 35px;
  }
}
footer .socials ul li .item-social a:hover img, footer .socials ul li .item-social a:hover i {
  opacity: 0.8;
}
footer .secondary-links {
  margin: 15px 0;
}
@media (min-width: 1200px) {
  footer .secondary-links {
    margin: 10px 0;
  }
}
footer .secondary-links ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  footer .secondary-links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
footer .secondary-links ul li {
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  color: #004659;
  /* @include tablet{
      font-size: 16px;
  } */
  /* @include mobile-l{
      font-size: 18px;
  } */
}
footer .secondary-links ul li a {
  padding: 0 12px;
  display: inline-block;
}
footer .secondary-links ul li a:hover {
  color: rgba(216, 215, 211, 0.5);
}
@media (min-width: 768px) {
  footer .secondary-links ul li a {
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  footer .secondary-links ul li a {
    padding: 5px;
  }
}
@media (min-width: 768px) {
  footer .secondary-links ul li {
    font-size: 15px;
  }
}
footer .copyright {
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  /*  font-size: 13px; */
  font-size: 11px;
  letter-spacing: 0px;
  text-align: center;
  color: #004659;
  padding: 15px 0 10px;
  /*         @include mobile-l{
              font-size: 12px;
          }
          @include tablet{
              font-size: 11px;
          } */
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.presentation-carousel {
  width: 100%;
  position: relative;
}
.presentation-carousel-inner {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .presentation-carousel-inner {
    text-align: center;
  }
}
.presentation-carousel__carousel {
  width: 100%;
  position: relative;
}
.presentation-carousel__carousel .owl-stage {
  padding-left: 0 !important;
}
.presentation-carousel__carousel .item .item-inner img {
  aspect-ratio: 0.984;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .presentation-carousel__carousel .item .item-inner img {
    aspect-ratio: 1/0.76;
  }
}
@media (min-width: 1200px) {
  .presentation-carousel__carousel .item .item-inner img {
    height: 326px;
  }
}
@media (min-width: 1440px) {
  .presentation-carousel__carousel .item .item-inner img {
    height: 340px;
  }
}
@media (min-width: 1600px) {
  .presentation-carousel__carousel .item .item-inner img {
    height: 461px;
  }
}
.presentation-carousel__carousel .owl-item.active.center .item .item-inner .presentation-carousel__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.presentation-carousel__carousel .customControls {
  margin-top: 30px;
  margin-bottom: 10px;
}
.presentation-carousel__cta {
  margin-top: 16px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .presentation-carousel .owl-navsDots--inline .owl-nav {
    position: absolute;
    top: 392px;
  }
}
@media (min-width: 1600px) {
  .presentation-carousel .owl-navsDots--inline .owl-nav {
    top: 526px;
  }
}
@media (min-width: 1200px) {
  .presentation-carousel .owl-navsDots--inline .owl-dots {
    position: absolute;
    top: 392px;
  }
}
@media (min-width: 1600px) {
  .presentation-carousel .owl-navsDots--inline .owl-dots {
    top: 526px;
  }
}
.presentation-carousel-action {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.presentation-carousel .item-inner {
  margin-bottom: 20px;
}

.block-subttl {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #D8D7D3;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 20px 0 0 0;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .block-subttl {
    font-size: 20px;
  }
}
.block-subttl p {
  margin: 0;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.featured-cards {
  width: 100%;
  position: relative;
}
.featured-cards-inner {
  width: 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .featured-cards-inner {
    text-align: center;
  }
}
.featured-cards .item-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
}
.featured-cards .item-card-link a {
  text-decoration: none;
  color: #D8D7D3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.featured-cards .item-card-link a:hover {
  color: #DF6C47;
}
.featured-cards .item-card-link a .item-card-link__bkg {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.featured-cards .item-card-link a .item-card-link__bkg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured-cards .item-card-link a p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  display: inline-block;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  letter-spacing: 0px;
  line-height: 1;
}
@media (min-width: 768px) {
  .featured-cards .item-card-link a p {
    padding: 16px;
  }
}
.featured-cards__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .featured-cards__cards {
    gap: 16px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 768px) {
  .featured-cards__cards .item-card-link {
    width: calc((100% - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .featured-cards__cards .item-card-link {
    width: calc((100% - 32px) / 3);
  }
}
@media (min-width: 1200px) {
  .featured-cards__cards .item-card-link {
    width: calc((100% - 48px) / 4);
  }
}
.featured-cards__cards .item-card-link a {
  text-align: left;
}
@media (min-width: 768px) {
  .featured-cards__cards .item-card-link a {
    text-align: center;
  }
}
.featured-cards__cards .item-card-link a .item-card-link__bkg {
  aspect-ratio: 1/0.64;
}
@media (min-width: 768px) {
  .featured-cards__cards .item-card-link a .item-card-link__bkg {
    aspect-ratio: 1/0.99;
  }
}
.featured-cards__cards .item-card-link a p {
  padding: 8px 0 0 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  .featured-cards__cards .item-card-link a p {
    font-size: 26px;
  }
}
.featured-cards__carousel a {
  text-align: center;
}
.featured-cards__carousel a .item-card-link__bkg {
  aspect-ratio: 0.984;
}
@media (min-width: 768px) {
  .featured-cards__carousel a .item-card-link__bkg {
    aspect-ratio: 1/0.99;
  }
}
.featured-cards__carousel a p {
  padding: 15px 0 0 0;
  font-size: 26px;
}
.featured-cards__carousel .owl-stage {
  padding-left: 0 !important;
}
.featured-cards .cta--secundary, .featured-cards .cta--secundary-block {
  padding-right: 1rem !important;
}
.featured-cards .cta--secundary, .featured-cards .cta--secundary-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.left-description {
  width: 100%;
  position: relative;
}
.left-description-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .left-description-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .left-description-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.left-description__left-side {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 576px) {
  .left-description__left-side {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .left-description__left-side {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .left-description__left-side {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .left-description__left-side {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .left-description__left-side {
    width: calc((100% - 16px) / 12 * 5);
    padding-left: 1.735%;
    padding-top: 85px;
    padding-bottom: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.left-description__left-side .block-header, .left-description__left-side .block-header--center {
  text-align: left;
}
@media (min-width: 768px) {
  .left-description__left-side .block-header, .left-description__left-side .block-header--center {
    width: calc((100vw - 3.47%) / 12 * 10);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .left-description__left-side .block-header, .left-description__left-side .block-header--center {
    text-align: left;
    -webkit-transform: none;
            transform: none;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .left-description__left-side .block-descrition-wrap {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .left-description__left-side .block-descrition-wrap .cta--secundary, .left-description__left-side .block-descrition-wrap .cta--secundary-block {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .left-description__left-side .block-descrition-wrap .cta--secundary, .left-description__left-side .block-descrition-wrap .cta--secundary-block {
    text-align: left;
  }
}
.left-description__right-side {
  width: 100%;
  position: relative;
  padding-bottom: 120%;
}
@media (min-width: 768px) {
  .left-description__right-side {
    padding-bottom: 70%;
  }
}
@media (min-width: 992px) {
  .left-description__right-side {
    padding-bottom: 55%;
  }
}
@media (min-width: 1200px) {
  .left-description__right-side {
    width: calc((100% - 16px) / 12 * 7);
    padding-bottom: 40.89%;
  }
}
.left-description__right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.left-description__right-side::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 50;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  aspect-ratio: 1/0.25;
  height: auto;
  max-height: 120px;
  background-image: url("/assets/corporativo/pattern.svg");
}
@media (min-width: 992px) {
  .left-description__right-side::after {
    max-height: 150px;
  }
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.center-description {
  width: 100%;
  position: relative;
}
.center-description-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .center-description-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .center-description-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.center-description__right-side {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 576px) {
  .center-description__right-side {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .center-description__right-side {
    max-width: 720px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .center-description__right-side {
    max-width: 100%;
    width: calc((100% - 16px) / 12 * 7);
    padding-right: 36px;
    padding-top: 75px;
    padding-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .center-description__right-side {
    padding-right: 1.735%;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (min-width: 1200px) {
  .center-description__right-side-inner {
    width: calc((100vw - 3.47%) / 12 * 5);
  }
}
@media (min-width: 768px) {
  .center-description__right-side-inner .block-header, .center-description__right-side-inner .block-header--center {
    width: calc((100vw - 3.47%) / 12 * 10);
    margin: 0 auto 40px;
  }
}
@media (min-width: 992px) {
  .center-description__right-side-inner .block-header, .center-description__right-side-inner .block-header--center {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .center-description__right-side-inner .block-header, .center-description__right-side-inner .block-header--center {
    margin: 0 auto 55px;
  }
}
.center-description__right-side-inner .block-description--center, .center-description__right-side-inner .block-description--block {
  text-align: left;
}
@media (min-width: 992px) {
  .center-description__right-side-inner .block-description--center, .center-description__right-side-inner .block-description--block {
    text-align: center;
  }
}
.center-description__left-side {
  width: 100%;
  position: relative;
  padding-bottom: 132%;
}
@media (min-width: 768px) {
  .center-description__left-side {
    padding-bottom: 70%;
  }
}
@media (min-width: 992px) {
  .center-description__left-side {
    width: calc((100% - 16px) / 12 * 5);
    padding-bottom: 49.16%;
  }
}
.center-description__left-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.center-description__left-side::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 50;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
  aspect-ratio: 1/0.25;
  height: auto;
  max-height: 120px;
  background-image: url("/assets/corporativo/pattern.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 992px) {
  .center-description__left-side::after {
    max-height: 150px;
  }
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
@media (min-width: 768px) {
  .featured-logos {
    padding: 45px 0;
  }
}
.featured-logos__carousel .item-logo {
  width: 100%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-logos__carousel .item-logo img {
  width: 100%;
  height: auto;
  max-height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .featured-logos__carousel .item-logo {
    height: 75px;
  }
  .featured-logos__carousel .item-logo img {
    max-height: 75px;
  }
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
/*=== Título ===*/
.block-header, .block-header--center {
  margin-bottom: 40px;
  color: #D8D7D3;
  width: 100%;
}
.block-header h1, .block-header--center h1, .block-header h2, .block-header--center h2, .block-header h3, .block-header--center h3, .block-header h4, .block-header--center h4, .block-header h5, .block-header--center h5, .block-header h6, .block-header--center h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .block-header h1, .block-header--center h1, .block-header h2, .block-header--center h2, .block-header h3, .block-header--center h3, .block-header h4, .block-header--center h4, .block-header h5, .block-header--center h5, .block-header h6, .block-header--center h6 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .block-header h1, .block-header--center h1, .block-header h2, .block-header--center h2, .block-header h3, .block-header--center h3, .block-header h4, .block-header--center h4, .block-header h5, .block-header--center h5, .block-header h6, .block-header--center h6 {
    font-size: 42px;
  }
}
.block-header .featured-txt, .block-header--center .featured-txt {
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
.block-header--center {
  text-align: center;
}
@media (min-width: 768px) {
  .block-header--center {
    width: calc((100vw - 3.47%) / 12 * 10);
    max-width: 100%;
    position: relative;
    margin: 0 auto 40px;
  }
}
@media (min-width: 1200px) {
  .block-header--center {
    width: calc((100vw - 3.47%) / 12 * 8);
    margin: 0 auto 55px;
  }
}
.block-header:has(+ .block-description--center, + .block-description--block), .block-header--center:has(+ .block-description--center, + .block-description--block), .block-header:has(+ .block-descrition-wrap), .block-header--center:has(+ .block-descrition-wrap) {
  margin-bottom: 25px;
}

.block-subtitle {
  color: #D8D7D3;
}
.block-subtitle a {
  display: inline-block;
  position: relative;
}
.block-subtitle a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-subtitle a:hover::after {
  width: 100%;
}
.block-subtitle h1, .block-subtitle h2, .block-subtitle h3, .block-subtitle h4, .block-subtitle h5, .block-subtitle h6, .block-subtitle p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 26px;
  letter-spacing: 0px;
}

/*=== Descripción ===*/
.block-description, .accordions__accordions .accordion-body, .block-description--center, .block-description--block {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  color: #D8D7D3;
}
@media (min-width: 768px) {
  .block-description, .accordions__accordions .accordion-body, .block-description--center, .block-description--block {
    font-size: 20px;
  }
}
.block-description p, .accordions__accordions .accordion-body p, .block-description--center p, .block-description--block p {
  margin: 1.3rem 0;
}
@media (min-width: 768px) {
  .block-description p, .accordions__accordions .accordion-body p, .block-description--center p, .block-description--block p {
    margin: 1rem 0;
  }
}
.block-description p:first-of-type, .accordions__accordions .accordion-body p:first-of-type, .block-description--center p:first-of-type, .block-description--block p:first-of-type {
  margin-top: 0;
}
.block-description ul, .accordions__accordions .accordion-body ul, .block-description--center ul, .block-description--block ul {
  margin: 1.3rem 0;
}
@media (min-width: 768px) {
  .block-description ul, .accordions__accordions .accordion-body ul, .block-description--center ul, .block-description--block ul {
    margin: 1rem 0;
  }
}
.block-description ul li::marker, .accordions__accordions .accordion-body ul li::marker, .block-description--center ul li::marker, .block-description--block ul li::marker {
  color: #DF6C47;
}
.block-description ol, .accordions__accordions .accordion-body ol, .block-description--center ol, .block-description--block ol {
  margin: 1.3rem 0;
  /* display: inline-block; */
  display: block;
}
@media (min-width: 768px) {
  .block-description ol, .accordions__accordions .accordion-body ol, .block-description--center ol, .block-description--block ol {
    margin: 1rem 0;
  }
}
.block-description ol li::marker, .accordions__accordions .accordion-body ol li::marker, .block-description--center ol li::marker, .block-description--block ol li::marker {
  color: #DF6C47;
}
.block-description a, .accordions__accordions .accordion-body a, .block-description--center a, .block-description--block a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #DF6C47;
}
.block-description a:hover, .accordions__accordions .accordion-body a:hover, .block-description--center a:hover, .block-description--block a:hover {
  color: rgba(223, 108, 71, 0.75);
}
@media (min-width: 992px) {
  .block-description--center ul, .block-description--block ul, .block-description--center ol, .block-description--block ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-description--block {
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #EEEEEE;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .block-description--block {
    width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .block-description--block {
    width: 66.6666666667%;
  }
}

.accordions-inner {
  width: 100%;
  position: relative;
}
.accordions-inner .block-header, .accordions-inner .block-header--center {
  text-align: left;
}
@media (min-width: 768px) {
  .accordions-inner .block-header, .accordions-inner .block-header--center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .accordions-inner {
    width: 83.75%;
  }
}
.accordions__accordions {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .accordions__accordions {
    margin-top: 74px;
  }
}
.accordions__accordions .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #004659;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .accordions__accordions .accordion-item {
    padding: 34px 0;
  }
}
.accordions__accordions .accordion-item:last-child {
  border-bottom: 1px solid #004659;
}
.accordions__accordions .accordion-item:first-child {
  border-top: 1px solid #004659;
}
.accordions__accordions .accordion-button {
  background-color: transparent;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #F6F8FF;
  font-size: 22px;
  letter-spacing: 0px;
  padding: 16px 0;
}
.accordions__accordions .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordions__accordions .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 8.6417L18.9349 -9.68355e-08L21 2.1157L10.5 12.8731L-8.6208e-08 2.1157L2.06508 -8.87892e-07L10.5 8.6417Z' fill='%23004759'/%3E%3C/svg%3E");
  background-position: center;
}
.accordions__accordions .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordions__accordions .accordion-body {
  font-size: 20px;
  padding: 4px 0 20px;
}
@media (min-width: 768px) {
  .accordions__accordions .accordion-body {
    padding: 34px 0 16px;
  }
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.text-size, .form-block__check label, .form-block__input input,
.form-block__input textarea, .form-block__input label, .select_select select {
  font-size: 20px;
}

.select_select {
  position: relative;
  width: 100%;
}
.select_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-color: transparent;
  outline: none;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  letter-spacing: 0px;
  color: rgba(216, 215, 211, 0.6);
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.select_select i {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid #004659;
  border-bottom: 2px solid #004659;
  -webkit-transform: rotate(-45deg) translateX(100%);
          transform: rotate(-45deg) translateX(100%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.select_select.openSelect {
  width: 100%;
}
.select_select.openSelect select:hover, .select_select.openSelect select:focus {
  background-color: #004659 !important;
  color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 70, 89, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 70, 89, 0.5);
}
.select_select.openSelect i {
  -webkit-transform: rotate(135deg) translateY(0%);
          transform: rotate(135deg) translateY(0%);
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.select_select:hover select:hover {
  background-color: #004659 !important;
  color: #FFFFFF;
}
.select_select:hover select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 70, 89, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 70, 89, 0.5);
}
.select_select:hover i {
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.form-block-inner {
  width: 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .form-block-inner {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .form-block-inner {
    width: 83.75%;
  }
}
@media (min-width: 768px) {
  .form-block__form {
    padding-top: 25px;
  }
}
.form-block__form .form-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 35px 16px;
}
.form-block__form .cta {
  margin-top: 10px;
  width: 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .form-block__form .cta {
    margin-top: 5px;
  }
}
.form-block__input {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .form-block__input {
    width: calc((100% - 40px) / 2);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.form-block__input label {
  width: 100%;
  position: relative;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0px;
  color: #D8D7D3;
  margin-bottom: 0px;
  padding-bottom: 11px;
  text-align: left;
  text-transform: uppercase;
}
.form-block__input input,
.form-block__input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  position: relative;
  max-width: 100%;
  color: #D8D7D3;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #004659;
  border-radius: 0;
  background: transparent;
  outline: none;
  padding: 5px 16px;
}
.form-block__input input::-webkit-input-placeholder, .form-block__input textarea::-webkit-input-placeholder {
  color: rgba(216, 215, 211, 0.6);
}
.form-block__input input::-moz-placeholder, .form-block__input textarea::-moz-placeholder {
  color: rgba(216, 215, 211, 0.6);
}
.form-block__input input:-ms-input-placeholder, .form-block__input textarea:-ms-input-placeholder {
  color: rgba(216, 215, 211, 0.6);
}
.form-block__input input::-ms-input-placeholder, .form-block__input textarea::-ms-input-placeholder {
  color: rgba(216, 215, 211, 0.6);
}
.form-block__input input::placeholder,
.form-block__input textarea::placeholder {
  color: rgba(216, 215, 211, 0.6);
}
.form-block__input input:focus, .form-block__input input:focus-visible,
.form-block__input textarea:focus,
.form-block__input textarea:focus-visible {
  outline: 0;
  color: #D8D7D3;
  border-color: #004659;
  -webkit-box-shadow: 0 0 0 0.25rem #004659 !important;
          box-shadow: 0 0 0 0.25rem #004659 !important;
}
.form-block__input textarea {
  min-height: 130px;
  resize: none;
}
.form-block__input .form-control:focus {
  background-color: transparent;
}
.form-block__input .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(22.5%);
          transform: translateY(22.5%);
  z-index: 100;
  padding: 0;
  cursor: pointer;
}
.form-block__input .input-group-text svg {
  width: 25px;
  height: 25px;
}
.form-block__input .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  background-color: #02151B;
  border-color: #02151B;
  color: #D8D7D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
.form-block__input .dropdown-menu {
  background-color: #004659;
  color: #D8D7D3;
}
.form-block__input .dropdown-menu .btn {
  color: #D8D7D3;
}
.form-block__input .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 6px solid #004659;
}
.form-block__input .bootstrap-datetimepicker-widget table td span:hover {
  background: #02151B;
}
.form-block__input select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #004659;
  color: rgba(216, 215, 211, 0.6);
  padding: 5px 16px;
}
.form-block__check {
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-block__check .form-check-input[type=checkbox] {
  width: 21px;
  height: 21px;
  border: 1px solid #004659;
  border-radius: 0 !important;
  margin-right: 17px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .form-block__check .form-check-input[type=checkbox] {
    margin-right: 10px;
  }
}
.form-block__check .form-check-input:checked {
  background-color: #004659;
  border-color: #004659;
}
.form-block__check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"%3e%3cpath fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m6 10 3 3 6-6"/%3e%3c/svg%3e);
}
.form-block__check label {
  position: relative;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0px;
  color: #D8D7D3;
  margin-bottom: 0px;
  text-align: left;
}
.form-block__check label a {
  color: #D8D7D3;
  text-decoration: underline;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.form-block__check label a:hover {
  color: #DF6C47;
}
.form-block-container {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-block-container {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .form-block-container {
    margin-top: 70px;
  }
}
@media (min-width: 1600px) {
  .form-block-container {
    margin-top: 100px;
  }
}
.form-block-container-information {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .form-block-container-information {
    margin-bottom: 50px;
  }
}
.form-block-container-information-ttl {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.form-block-container-information-ttl h2 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.form-block-container-information-ttl h2 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 768px) {
  .form-block-container-information-ttl h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .form-block-container-information-ttl h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .form-block-container-information-ttl h2 {
    font-size: 24px;
  }
}
.form-block-container-information-txt {
  width: 100%;
  position: relative;
  font-size: 18px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form-block-container-information-txt {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .form-block-container-information-txt {
    padding: 0 10px;
  }
}
.form-block-container-information-txt p, .form-block-container-information-txt h1, .form-block-container-information-txt h2, .form-block-container-information-txt h3, .form-block-container-information-txt h4, .form-block-container-information-txt h5, .form-block-container-information-txt h6 {
  margin: 0 0 10px 0;
  font: unset;
  text-align: left;
}
.form-block-container-information-txt ul, .form-block-container-information-txt ol, .form-block-container-information-txt span {
  margin: 25px 0;
  display: inline-block;
}
.form-block-container-information-txt a {
  text-decoration: underline;
}
.form-block-container-information-action {
  width: 100%;
  position: relative;
  text-align: center;
}
.form-block-container-information-action a {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}
.form-block-container-information-action a:hover {
  color: #004659;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .form-block-container.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-block-container.is-active .form-block-container-information {
    width: 50%;
    padding-right: 40px;
  }
  .form-block-container.is-active .form-block__form {
    width: 50%;
    padding-left: 40px;
    padding-top: 0;
  }
  .form-block-container.is-active .form-block-container-information-ttl h2 {
    text-align: left;
  }
  .form-block-container.is-active .form-block-container-information-txt {
    padding: 0;
    text-align: left;
  }
  .form-block-container.is-active .form-block-container-information-action {
    text-align: left;
  }
  .form-block-container.is-active .cta.cta--secundary, .form-block-container.is-active .cta.cta--secundary-block {
    text-align: left;
  }
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.informative-list {
  min-height: auto;
}
.informative-list-inner {
  width: 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .informative-list-inner {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .informative-list-inner {
    width: 83.75%;
  }
}
.informative-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .informative-list__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.informative-list__item {
  width: 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .informative-list__item {
    width: calc((100% - 16px) / 2);
  }
}
.informative-list__item .item-ttl {
  color: #F6F8FF;
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .informative-list__item .item-ttl {
    padding: 20px 0;
  }
}
.informative-list__item .item-ttl h1, .informative-list__item .item-ttl h2, .informative-list__item .item-ttl h3, .informative-list__item .item-ttl h4, .informative-list__item .item-ttl h5, .informative-list__item .item-ttl h6, .informative-list__item .item-ttl p, .informative-list__item .item-ttl span {
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  color: #F6F8FF;
}
.informative-list__item .item-list ul {
  list-style: circle;
}
.informative-list__item .item-list ul li {
  word-break: break-word;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  color: rgba(216, 215, 211, 0.6);
  letter-spacing: 0px;
}
.informative-list__item .item-list ul li a:hover {
  color: #DF6C47;
}
.informative-list__item .item-list ul li p {
  padding: 20px 0;
}
.informative-list__item .item-list ul li::marker {
  color: #DF6C47;
  font-size: larger;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.our-offices-inner {
  width: 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .our-offices-inner {
    text-align: center;
  }
}
.our-offices__offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 23px 16px;
  margin-top: 55px;
}
@media (min-width: 768px) {
  .our-offices__offices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 70px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 992px) {
  .our-offices__offices {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.our-offices__offices .multimedia-element {
  width: 100%;
  position: relative;
  height: 350px;
}
@media (min-width: 768px) {
  .our-offices__offices .multimedia-element {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 550px;
  }
}
@media (min-width: 992px) {
  .our-offices__offices .multimedia-element {
    max-width: calc((100% - 16px) / 12 * 6);
  }
}
.our-offices__offices .multimedia-element iframe {
  aspect-ratio: 1/0.74;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-offices__list {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .our-offices__list {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .our-offices__list {
    width: calc((100% - 16px) / 12 * 6);
  }
}
@media (min-width: 1200px) {
  .our-offices__list {
    width: calc((100% - 16px) / 12 * 5.5);
  }
}
.our-offices__list ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.our-offices__list ul li {
  text-align: left;
}
.our-offices__list ul li .item-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
@media (min-width: 768px) {
  .our-offices__list ul li .item-office {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.our-offices__list ul li .item-office-info {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .our-offices__list ul li .item-office-info {
    width: 60%;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .our-offices__list ul li .item-office-info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.our-offices__list ul li .item-office-info .item-office-ttl h3 {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #D8D7D3;
  font-size: 20px;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .our-offices__list ul li .item-office-info .item-office-ttl h3 {
    font-size: 23px;
  }
}
.our-offices__list ul li .item-office-info .item-office-subttl p {
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #D8D7D3;
  font-size: 11px;
  letter-spacing: 0px;
}
.our-offices__list ul li .item-office .cta {
  position: relative;
}
@media (min-width: 768px) {
  .our-offices__list ul li .item-office .cta {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .our-offices__list ul li .item-office .cta {
    width: auto;
    max-width: 40%;
  }
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.actions-description-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 992px) {
  .actions-description-inner {
    gap: 16px;
  }
}
.actions-description__actions, .actions-description__description {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .actions-description__actions, .actions-description__description {
    width: calc((100% - 16px) / 2);
  }
}
.actions-description__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.actions-description__actions .item-card {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
}
@media (min-width: 768px) {
  .actions-description__actions .item-card {
    width: calc((100% - 16px) / 2);
  }
}
.actions-description__actions .item-card-info {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 100;
}
.actions-description__actions .item-card-info .superindice-card h1, .actions-description__actions .item-card-info .superindice-card h2, .actions-description__actions .item-card-info .superindice-card h3, .actions-description__actions .item-card-info .superindice-card h4, .actions-description__actions .item-card-info .superindice-card h5, .actions-description__actions .item-card-info .superindice-card h6, .actions-description__actions .item-card-info .superindice-card p, .actions-description__actions .item-card-info .superindice-card span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  letter-spacing: 0px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .actions-description__actions .item-card-info .superindice-card h1, .actions-description__actions .item-card-info .superindice-card h2, .actions-description__actions .item-card-info .superindice-card h3, .actions-description__actions .item-card-info .superindice-card h4, .actions-description__actions .item-card-info .superindice-card h5, .actions-description__actions .item-card-info .superindice-card h6, .actions-description__actions .item-card-info .superindice-card p, .actions-description__actions .item-card-info .superindice-card span {
    font-size: 16px;
  }
}
.actions-description__actions .item-card-info .ttl-card {
  width: 100%;
  position: relative;
}
.actions-description__actions .item-card-info .ttl-card h1, .actions-description__actions .item-card-info .ttl-card h2, .actions-description__actions .item-card-info .ttl-card h3, .actions-description__actions .item-card-info .ttl-card h4, .actions-description__actions .item-card-info .ttl-card h5, .actions-description__actions .item-card-info .ttl-card h6, .actions-description__actions .item-card-info .ttl-card p, .actions-description__actions .item-card-info .ttl-card span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  letter-spacing: 0px;
  font-size: 24px;
  color: #FFFFFF;
}
.actions-description__actions .item-card-info .cta {
  margin-top: 8px;
}
.actions-description__actions .item-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  top: calc(0% + 1px);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 21, 27, 0)), color-stop(48%, rgba(2, 21, 27, 0.26)), color-stop(92%, rgb(2, 21, 27)), color-stop(100%, rgb(2, 21, 27)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 21, 27, 0)), color-stop(48%, rgba(2, 21, 27, 0.26)), color-stop(92%, rgb(2, 21, 27)), to(rgb(2, 21, 27)));
  background: linear-gradient(to bottom, rgba(2, 21, 27, 0) 0%, rgba(2, 21, 27, 0.26) 48%, rgb(2, 21, 27) 92%, rgb(2, 21, 27) 100%);
}
.actions-description__description {
  text-align: center;
}
.actions-description__description .block-description--center, .actions-description__description .block-description--block {
  text-align: left;
}
@media (min-width: 992px) {
  .actions-description__description .block-description--center, .actions-description__description .block-description--block {
    text-align: center;
  }
}

/* Start: Slvdr Styles */
/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-inner {
  min-height: 65px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .header-inner {
    padding: 16px 32px;
  }
}
.header-inner-menu {
  display: none;
}
@media (min-width: 1200px) {
  .header-inner-menu {
    display: block;
    position: relative;
    width: calc(50% - 100px);
  }
}
@media (min-width: 1200px) {
  .header-inner-menu ul {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .header-inner-menu ul li {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .header-inner-menu ul li {
    margin-right: 5px;
  }
  .header-inner-menu ul li:last-of-type {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header-inner-menu ul li a {
    font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
    font-size: 11px;
    color: #D8D7D3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    padding: 10px 5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    opacity: 0.7;
  }
  .header-inner-menu ul li a:hover, .header-inner-menu ul li a.active {
    border: 1px solid rgba(216, 215, 211, 0.5);
    opacity: 1;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .header-inner-menu ul li a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.header-inner-corporativo {
  position: relative;
  width: auto;
}
@media (min-width: 1200px) {
  .header-inner-corporativo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.header-inner-corporativo a {
  display: block;
  width: 100px;
}
@media (min-width: 1200px) {
  .header-inner-corporativo a {
    width: 140px;
  }
}
@media (min-width: 1600px) {
  .header-inner-corporativo a {
    width: 155px;
  }
}
.header-inner-corporativo a img {
  display: block;
  width: 100%;
}
.header-inner-action {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  .header-inner-action {
    width: calc(50% - 100px);
  }
}
.header-inner-action .action-contact {
  display: none;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 8px;
  color: #D8D7D3;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .header-inner-action .action-contact {
    display: inline-block;
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .header-inner-action .action-contact {
    font-size: 13px;
  }
}
.header-inner-action .action-contact:last-of-type {
  margin: 0;
}
.header-inner-action .action-contact:hover, .header-inner-action .action-contact.active {
  border: 1px solid #D8D7D3;
}
.header-inner-action .action-contact.highlights {
  color: #fff;
  background: #004659;
  display: inline-block;
}
@media (min-width: 1200px) {
  .header-inner-action .action-contact.highlights {
    color: #868782;
    background: #D8D7D3;
  }
}
.header-inner-action .action-contact.highlights:hover {
  color: #D8D7D3;
  background: #868782;
  border: 1px solid #868782;
}
.header-inner-action .action-btn-contact {
  display: none;
}
@media (min-width: 768px) {
  .header-inner-action .action-btn-contact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 38px;
    width: 40px;
    font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
    font-size: 11px;
    color: #D8D7D3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin-right: 5px;
    border: 1px solid transparent;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .header-inner-action .action-btn-contact {
    font-size: 13px;
  }
}
.header-inner-action .action-btn-contact:last-of-type {
  margin: 0;
}
.header-inner-action .action-btn-contact.icon img {
  display: block;
  height: 45%;
}
.header-inner-action .action-btn-contact:hover, .header-inner-action .action-btn-contact.active {
  border: 1px solid #D8D7D3;
}
.header-inner-action .action-btn-languaje {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  width: 45px;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 11px;
  color: #D8D7D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-right: 5px;
  border: 1px solid transparent;
}
.header-inner-action .action-btn-languaje:last-of-type {
  margin: 0;
}
.header-inner-action .action-btn-languaje.icon img {
  display: block;
  height: 55%;
}
.header-inner-action .action-btn-languaje:hover, .header-inner-action .action-btn-languaje.active {
  border: 1px solid #D8D7D3;
}
@media (min-width: 1600px) {
  .header-inner-action .action-btn-languaje {
    font-size: 13px;
  }
}
.header-inner-action-menu {
  position: relative;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-inner-action-menu a {
  position: relative;
  display: inline-block;
}
.header-inner-action-menu a img {
  width: 35px;
  display: block;
}
@media (min-width: 1200px) {
  .header-inner-action-menu a img {
    width: 24px;
  }
}
.header-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: #D8D7D3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .header-menu {
    width: 320px;
  }
}
.header-menu.visible {
  right: 0;
}
.header-menu-inner {
  width: 100%;
  position: relative;
  height: 100%;
  padding: 20px;
}
.header-menu-inner.scroll {
  overflow-y: scroll;
}
.header-menu-inner.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(134, 135, 130, 0.2);
  background-color: transparent;
}
.header-menu-inner.scroll::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.header-menu-inner.scroll::-webkit-scrollbar-thumb {
  background-color: #868782;
}
.header-menu-inner-corporativo {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu-inner-corporativo .logotipo {
  display: block;
  position: relative;
  width: 120px;
}
.header-menu-inner-corporativo .logotipo img {
  width: 100%;
  display: block;
}
.header-menu-inner-corporativo .close-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1d1d1d;
}
.header-menu-inner-corporativo .close-menu img {
  width: 50%;
  display: block;
}
.header-menu-inner-title {
  width: 100%;
  position: relative;
  margin: 30px 0;
}
.header-menu-inner-title h3 {
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 16px;
  color: rgba(47, 79, 79, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.header-menu-inner-list {
  width: 100%;
  position: relative;
}
.header-menu-inner-list ul {
  display: block;
  padding: 0;
  margin: 0;
}
.header-menu-inner-list ul li {
  display: block;
  margin-bottom: 10px;
}
.header-menu-inner-list ul li:last-of-type {
  margin: 0;
}
.header-menu-inner-list ul li a {
  display: inline;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 18px;
  color: #1d1d1d;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-menu-inner-list ul li a:hover {
  padding-left: 10px;
}
.header-menu-mobile {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .header-menu-mobile {
    display: none;
  }
}

body .header.scrolling {
  background: #02151B;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
body .header.scrolling .action-contact.highlights {
  color: #02151B;
  background: #E86C4A;
  display: inline-block;
}
body.bkg--beige .header.scrolling {
  background: #868782;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
body.bkg--beige .header.scrolling .action-contact.highlights {
  color: #02151B;
  background: #D8D7D3;
  display: inline-block;
}
body.bkg--orange .header.scrolling {
  background: #A04935;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
body.bkg--orange .header.scrolling .action-contact.highlights {
  color: #D8D7D3;
  background: #004659;
  display: inline-block;
}

.hero-banner {
  width: 100%;
  position: relative;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .hero-banner {
    height: 100vh;
  }
}
.hero-banner-container {
  width: 100%;
  position: relative;
  min-height: 100%;
  margin: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .hero-banner-container {
    min-height: auto;
    max-width: 1100px;
    height: 100vh;
    margin: 0;
  }
}
.hero-banner-container-inner {
  width: 100%;
  position: relative;
  padding: 110px 0;
  min-height: 350px;
}
@media (min-width: 1200px) {
  .hero-banner-container-inner {
    padding: 80px 0;
  }
}
.hero-banner-header {
  width: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-banner-header-inner {
  width: 100%;
  position: relative;
  text-align: center;
}
.hero-banner-header-inner .iso-corporativo {
  display: block;
  position: relative;
  width: 92px;
  margin: 20px auto 0;
}
.hero-banner-header-inner .iso-corporativo img {
  display: block;
  width: 100%;
}
.hero-banner-header-inner h1 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  line-height: 1;
  margin: 0;
  color: #D8D7D3;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 992px) {
  .hero-banner-header-inner h1 {
    font-size: 56px;
  }
}
.hero-banner-header-inner p {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  margin: 0;
  color: #D8D7D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 992px) {
  .hero-banner-header-inner p {
    font-size: 38px;
  }
}
.hero-banner-header-information {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-banner-header-information-inner {
  width: 100%;
  position: relative;
  text-align: center;
}
.hero-banner-header-information-inner h3 {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.hero-banner-header-information-inner h3 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 992px) {
  .hero-banner-header-information-inner h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
  }
}
.hero-banner-header-information-inner p {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .hero-banner-header-information-inner p {
    font-size: 20px;
  }
}
.hero-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hero-banner-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 5;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(2, 21, 27)), color-stop(24%, rgba(2, 21, 27, 0.7217261905)), color-stop(36%, rgba(2, 21, 27, 0.5340511204)), color-stop(60%, rgba(2, 21, 27, 0.312762605)), to(rgba(2, 21, 27, 0)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 3%, rgba(2, 21, 27, 0.7217261905) 24%, rgba(2, 21, 27, 0.5340511204) 36%, rgba(2, 21, 27, 0.312762605) 60%, rgba(2, 21, 27, 0) 100%);
}
.hero-banner-yt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  overflow: hidden;
}
.hero-banner-yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-banner-yt-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1600px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 100;
}
.hero-banner-yt-background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .hero-banner-yt-background {
    width: 1450px;
  }
}
@media (min-width: 992px) {
  .hero-banner-yt-background {
    width: 1950px;
  }
}
@media (min-width: 1600px) {
  .hero-banner-yt-background {
    width: 2250px;
    height: 110vh;
  }
}
.hero-banner-yt-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 5;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 21, 27)), color-stop(8%, rgb(2, 21, 27)), color-stop(29%, rgba(2, 21, 27, 0.7861519608)), color-stop(52%, rgba(2, 21, 27, 0.5816701681)), color-stop(79%, rgba(2, 21, 27, 0.3351715686)), to(rgba(2, 21, 27, 0.2007177871)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 0%, rgb(2, 21, 27) 8%, rgba(2, 21, 27, 0.7861519608) 29%, rgba(2, 21, 27, 0.5816701681) 52%, rgba(2, 21, 27, 0.3351715686) 79%, rgba(2, 21, 27, 0.2007177871) 100%);
}
.hero-banner-local {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  overflow: hidden;
}
@media (min-width: 320px) {
  .hero-banner-local video {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .hero-banner-local video {
    width: 100%;
    height: auto;
    min-height: 100%;
  }
}
.hero-banner-local::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 5;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 21, 27)), color-stop(8%, rgb(2, 21, 27)), color-stop(29%, rgba(2, 21, 27, 0.7861519608)), color-stop(52%, rgba(2, 21, 27, 0.5816701681)), color-stop(79%, rgba(2, 21, 27, 0.3351715686)), to(rgba(2, 21, 27, 0.2007177871)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 0%, rgb(2, 21, 27) 8%, rgba(2, 21, 27, 0.7861519608) 29%, rgba(2, 21, 27, 0.5816701681) 52%, rgba(2, 21, 27, 0.3351715686) 79%, rgba(2, 21, 27, 0.2007177871) 100%);
}

.btn-action-white {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn-action-white:hover {
  color: #A04935;
  border: 1px solid #A04935;
}

body.bkg--beige .hero-banner-bg:after {
  background: rgb(134, 135, 130);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #868782), color-stop(24%, rgba(134, 135, 130, 0.6713060224)), color-stop(36%, rgba(134, 135, 130, 0.4612219888)), color-stop(60%, rgba(134, 135, 130, 0.3015581232)), to(rgba(134, 135, 130, 0)));
  background: linear-gradient(360deg, #868782 3%, rgba(134, 135, 130, 0.6713060224) 24%, rgba(134, 135, 130, 0.4612219888) 36%, rgba(134, 135, 130, 0.3015581232) 60%, rgba(134, 135, 130, 0) 100%);
}
body.bkg--beige .btn-action-white:hover {
  color: #02151B;
  border: 1px solid #02151B;
}
body.bkg--beige .hero-banner-yt-background::after,
body.bkg--beige .hero-banner-local::after {
  background: rgb(134, 135, 130);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(134, 135, 130)), color-stop(8%, rgb(134, 135, 130)), color-stop(29%, rgba(134, 135, 130, 0.79)), color-stop(52%, rgba(134, 135, 130, 0.58)), color-stop(79%, rgba(134, 135, 130, 0.34)), to(rgba(134, 135, 130, 0.2)));
  background: linear-gradient(360deg, rgb(134, 135, 130) 0%, rgb(134, 135, 130) 8%, rgba(134, 135, 130, 0.79) 29%, rgba(134, 135, 130, 0.58) 52%, rgba(134, 135, 130, 0.34) 79%, rgba(134, 135, 130, 0.2) 100%);
}
body.bkg--orange .hero-banner-bg:after {
  background: rgb(232, 108, 74);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #a04935), color-stop(24%, rgba(160, 73, 53, 0.693714986)), color-stop(36%, rgba(160, 73, 53, 0.4836309524)), color-stop(60%, rgba(160, 73, 53, 0.1951155462)), to(rgba(160, 73, 53, 0)));
  background: linear-gradient(360deg, #a04935 3%, rgba(160, 73, 53, 0.693714986) 24%, rgba(160, 73, 53, 0.4836309524) 36%, rgba(160, 73, 53, 0.1951155462) 60%, rgba(160, 73, 53, 0) 100%);
}
body.bkg--orange .btn-action-white:hover {
  background-color: #fff;
  color: #A04935;
  border: 1px solid #A04935;
}
body.bkg--orange .hero-banner-yt-background::after,
body.bkg--orange .hero-banner-local::after {
  background: rgb(160, 73, 53);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(160, 73, 53)), color-stop(8%, rgb(160, 73, 53)), color-stop(29%, rgba(160, 73, 53, 0.79)), color-stop(52%, rgba(160, 73, 53, 0.58)), color-stop(79%, rgba(160, 73, 53, 0.24)), to(rgba(160, 73, 53, 0.2)));
  background: linear-gradient(360deg, rgb(160, 73, 53) 0%, rgb(160, 73, 53) 8%, rgba(160, 73, 53, 0.79) 29%, rgba(160, 73, 53, 0.58) 52%, rgba(160, 73, 53, 0.24) 79%, rgba(160, 73, 53, 0.2) 100%);
}

.banner-information {
  width: 100%;
  position: relative;
  padding: 40px 0;
  background-color: #02151B;
}
@media (min-width: 768px) {
  .banner-information {
    padding: 65px 0;
  }
}
.banner-information-ttl {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  z-index: 100;
}
@media (min-width: 768px) {
  .banner-information-ttl {
    margin-bottom: 60px;
  }
}
.banner-information-ttl h2 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .banner-information-ttl h2 {
    max-width: 70%;
  }
}
@media (min-width: 1600px) {
  .banner-information-ttl h2 {
    max-width: 50%;
  }
}
.banner-information-ttl h2 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 992px) {
  .banner-information-ttl h2 {
    font-size: 42px;
  }
}
.banner-information-inner {
  width: 100%;
  position: relative;
  min-height: 400px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.banner-information-inner::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(2, 21, 27, 0.5);
}
.banner-information-inner.bgm-top::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: 100;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 21, 27, 0)), color-stop(46%, rgba(2, 21, 27, 0.5116421569)), color-stop(86%, rgba(2, 21, 27, 0.856179972)), to(rgb(2, 21, 27)));
  background: linear-gradient(360deg, rgba(2, 21, 27, 0) 0%, rgba(2, 21, 27, 0.5116421569) 46%, rgba(2, 21, 27, 0.856179972) 86%, rgb(2, 21, 27) 100%);
}
.banner-information-inner.bgm-bottom::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: 100;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 21, 27)), color-stop(26%, rgba(2, 21, 27, 0.7917542017)), color-stop(69%, rgba(2, 21, 27, 0.2399334734)), to(rgba(2, 21, 27, 0)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 0%, rgba(2, 21, 27, 0.7917542017) 26%, rgba(2, 21, 27, 0.2399334734) 69%, rgba(2, 21, 27, 0) 100%);
}
.banner-information-inner-txt {
  width: 100%;
  position: relative;
  z-index: 100;
  text-align: center;
  padding: 0 20px;
  z-index: 200;
}
.banner-information-inner-txt h3 {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 992px) {
  .banner-information-inner-txt h3 {
    font-size: 36px;
  }
}
.banner-information-inner-txt h4 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.banner-information-inner-txt h4 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 992px) {
  .banner-information-inner-txt h4 {
    font-size: 26px;
    color: #fff;
  }
}
.banner-information-inner-txt .action-button {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}
.banner-information-inner-txt .action-button:hover {
  color: #004659;
  background-color: #fff;
}
.banner-information-inner-container {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 19px;
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-top: 10px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .banner-information-inner-container {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  .banner-information-inner-container {
    padding: 0 15%;
  }
}

body.bkg--beige .banner-information {
  background-color: #868782;
}
body.bkg--beige .banner-information-inner.bgm-top::after {
  background: #868782;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(134, 135, 130, 0)), color-stop(46%, rgba(134, 135, 130, 0.5116421569)), color-stop(86%, rgba(134, 135, 130, 0.856179972)), to(#868782));
  background: linear-gradient(360deg, rgba(134, 135, 130, 0) 0%, rgba(134, 135, 130, 0.5116421569) 46%, rgba(134, 135, 130, 0.856179972) 86%, #868782 100%);
}
body.bkg--beige .banner-information-inner.bgm-bottom::after {
  background: #868782;
  background: -webkit-gradient(linear, left bottom, left top, from(#868782), color-stop(26%, rgba(134, 135, 130, 0.7917542017)), color-stop(69%, rgba(134, 135, 130, 0.2399334734)), to(rgba(134, 135, 130, 0)));
  background: linear-gradient(360deg, #868782 0%, rgba(134, 135, 130, 0.7917542017) 26%, rgba(134, 135, 130, 0.2399334734) 69%, rgba(134, 135, 130, 0) 100%);
}
body.bkg--beige .banner-information-inner::before {
  background-color: rgba(134, 135, 130, 0.7);
}
body.bkg--beige .action-button:hover {
  color: #004659;
  border: 1px solid #004659;
  background: transparent;
}
body.bkg--orange .banner-information {
  background-color: #A04935;
}
body.bkg--orange .banner-information-inner.bgm-top::after {
  background: #A04935;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(160, 73, 53, 0)), color-stop(46%, rgba(160, 73, 53, 0.5116421569)), color-stop(86%, rgba(160, 73, 53, 0.856179972)), to(#a04935));
  background: linear-gradient(360deg, rgba(160, 73, 53, 0) 0%, rgba(160, 73, 53, 0.5116421569) 46%, rgba(160, 73, 53, 0.856179972) 86%, #a04935 100%);
}
body.bkg--orange .banner-information-inner.bgm-bottom::after {
  background: #A04935;
  background: -webkit-gradient(linear, left bottom, left top, from(#a04935), color-stop(26%, rgba(160, 73, 53, 0.7917542017)), color-stop(69%, rgba(160, 73, 53, 0.2399334734)), to(rgba(160, 73, 53, 0)));
  background: linear-gradient(360deg, #a04935 0%, rgba(160, 73, 53, 0.7917542017) 26%, rgba(160, 73, 53, 0.2399334734) 69%, rgba(160, 73, 53, 0) 100%);
}
body.bkg--orange .banner-information-inner::before {
  background-color: rgba(160, 73, 53, 0.7);
}
body.bkg--orange .action-button:hover {
  color: #A04935;
  background-color: #fff;
}

.contact-phone {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.contact-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004659;
}
.contact-phone a img, .contact-phone a svg {
  display: block;
  height: 40%;
}
.contact-phone a .icon {
  fill: #fff;
}
.contact-phone.active a {
  background-color: #E86C4A;
}
.contact-phone.active a .icon {
  fill: #02151B;
}

body.bkg--beige .contact-phone.active a {
  background-color: #D8D7D3;
}
body.bkg--beige .contact-phone.active a .icon {
  fill: #02151B;
}
body.bkg--orange .contact-phone.active a {
  background-color: #004659;
}
body.bkg--orange .contact-phone.active a .icon {
  fill: #fff;
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

.introduction {
  width: 100%;
  position: relative;
  margin: 50px 0;
  padding: 30px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.introduction-inner {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .introduction-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.introduction-inner-ttl {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .introduction-inner-ttl {
    margin: 0;
    width: 50%;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .introduction-inner-ttl {
    padding-right: 100px;
  }
}
.introduction-inner-ttl h2 {
  width: 100%;
  position: relative;
  font-size: 20px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.introduction-inner-ttl h2 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 768px) {
  .introduction-inner-ttl h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .introduction-inner-ttl h2 {
    font-size: 42px;
  }
}
.introduction-inner-paragraph {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .introduction-inner-paragraph {
    width: 50%;
    padding-left: 15px;
  }
}
.introduction-inner-header {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.introduction-inner-header h1, .introduction-inner-header h2, .introduction-inner-header h3 {
  color: #fff;
  font-size: 18px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .introduction-inner-header h1, .introduction-inner-header h2, .introduction-inner-header h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .introduction-inner-header h1, .introduction-inner-header h2, .introduction-inner-header h3 {
    font-size: 28px;
  }
}
.introduction-inner-txt {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 17px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 1200px) {
  .introduction-inner-txt {
    font-size: 20px;
  }
}
.introduction-inner-txt p {
  margin: 0;
}
.introduction-inner-txt a {
  color: #fff;
}
.introduction-inner-action {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.introduction-inner-action .action-button {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}
.introduction-inner-action .action-button:hover {
  color: #004659;
  background-color: #fff;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.hero-banner-page {
  width: 100%;
  position: relative;
  min-height: 60vh;
  height: auto;
  padding: 100px 15px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .hero-banner-page {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .hero-banner-page {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero-banner-page-inner {
  width: 100%;
  position: relative;
  min-height: 100px;
  z-index: 100;
}
@media (min-width: 768px) {
  .hero-banner-page-inner {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .hero-banner-page-inner {
    margin-right: 150px;
  }
}
.hero-banner-page-inner-information {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero-banner-page-inner-information {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-banner-page-inner-information {
    margin-bottom: 100px;
  }
}
.hero-banner-page-inner-information h1, .hero-banner-page-inner-information h2, .hero-banner-page-inner-information h3 {
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  .hero-banner-page-inner-information h1, .hero-banner-page-inner-information h2, .hero-banner-page-inner-information h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .hero-banner-page-inner-information h1, .hero-banner-page-inner-information h2, .hero-banner-page-inner-information h3 {
    font-size: 42px;
    margin: 0 0 40px 0;
  }
}
.hero-banner-page-inner-paragraph {
  width: 100%;
  position: relative;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 17px;
}
.hero-banner-page-inner-paragraph p {
  margin: 0;
}
.hero-banner-page-inner-paragraph a {
  color: #fff;
}
@media (min-width: 1200px) {
  .hero-banner-page-inner-paragraph {
    font-size: 20px;
  }
}
.hero-banner-page-inner-list {
  width: 100%;
  position: relative;
}
.hero-banner-page-inner-list ul {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.hero-banner-page-inner-list ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero-banner-page-inner-list ul li {
    width: 45%;
  }
}
.hero-banner-page-inner-list ul li h3 {
  font-family: "Roboto-SemiBold", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.hero-banner-page-inner-list ul li p {
  margin: 0;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #fff;
}
.hero-banner-page-inner-action {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .hero-banner-page-inner-action {
    margin-top: 30px;
  }
}
.hero-banner-page-inner-action a {
  font-size: 12px;
  color: #02151B;
  background-color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.hero-banner-page-inner-action a:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #02151B;
}
.hero-banner-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-banner-page-bg.screenroll::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(2, 21, 27)), color-stop(24%, rgba(2, 21, 27, 0.7217261905)), color-stop(36%, rgba(2, 21, 27, 0.5340511204)), color-stop(60%, rgba(2, 21, 27, 0.312762605)), to(rgba(2, 21, 27, 0)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 3%, rgba(2, 21, 27, 0.7217261905) 24%, rgba(2, 21, 27, 0.5340511204) 36%, rgba(2, 21, 27, 0.312762605) 60%, rgba(2, 21, 27, 0) 100%);
}

body.bkg--beige .hero-banner-page-bg.screenroll::after {
  background: rgb(134, 135, 130);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #868782), color-stop(24%, rgba(134, 135, 130, 0.6713060224)), color-stop(36%, rgba(134, 135, 130, 0.4612219888)), color-stop(60%, rgba(134, 135, 130, 0.3015581232)), to(rgba(134, 135, 130, 0)));
  background: linear-gradient(360deg, #868782 3%, rgba(134, 135, 130, 0.6713060224) 24%, rgba(134, 135, 130, 0.4612219888) 36%, rgba(134, 135, 130, 0.3015581232) 60%, rgba(134, 135, 130, 0) 100%);
}
body.bkg--beige .hero-banner-page-inner-action .btn-action {
  color: #fff;
  background-color: #02151B;
  border: 1px solid transparent;
}
body.bkg--beige .hero-banner-page-inner-action .btn-action:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
body.bkg--orange .hero-banner-page-bg.screenroll::after {
  background: rgb(232, 108, 74);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #a04935), color-stop(24%, rgba(160, 73, 53, 0.693714986)), color-stop(36%, rgba(160, 73, 53, 0.4836309524)), color-stop(60%, rgba(160, 73, 53, 0.1951155462)), to(rgba(160, 73, 53, 0)));
  background: linear-gradient(360deg, #a04935 3%, rgba(160, 73, 53, 0.693714986) 24%, rgba(160, 73, 53, 0.4836309524) 36%, rgba(160, 73, 53, 0.1951155462) 60%, rgba(160, 73, 53, 0) 100%);
}
body.bkg--orange .hero-banner-page-inner-action .btn-action {
  color: #A04935;
  background-color: #fff;
  border: 1px solid #fff;
}
body.bkg--orange .hero-banner-page-inner-action .btn-action:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #A04935;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.section-categories {
  width: 100%;
  position: relative;
  margin: 40px 0;
  background-color: #02151B;
}
@media (min-width: 768px) {
  .section-categories {
    margin: 0;
    padding: 60px 0;
  }
}
.section-categories-information {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .section-categories-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .section-categories-information {
    margin-bottom: 80px;
  }
}
.section-categories-ttl {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .section-categories-ttl {
    margin: 0;
    width: 50%;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .section-categories-ttl {
    padding-right: 100px;
  }
}
.section-categories-ttl h1, .section-categories-ttl h2, .section-categories-ttl h3 {
  color: #fff;
  font-size: 20px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-categories-ttl h1, .section-categories-ttl h2, .section-categories-ttl h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .section-categories-ttl h1, .section-categories-ttl h2, .section-categories-ttl h3 {
    font-size: 42px;
  }
}
.section-categories-paragraph {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 17px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .section-categories-paragraph {
    width: 50%;
    padding: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .section-categories-paragraph {
    font-size: 20px;
  }
}
.section-categories-paragraph p {
  margin: 0;
}
.section-categories-paragraph a {
  color: #fff;
}
.section-categories-carousel {
  width: 100%;
  position: relative;
  padding-left: 15px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .section-categories-carousel {
    margin-top: 35px;
    padding-left: 25px;
  }
}
@media (min-width: 1600px) {
  .section-categories-carousel {
    margin-top: 65px;
  }
}
.section-categories-carousel .chevron {
  fill: #A04935;
}
.section-categories-carousel .owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .section-categories-carousel .owl-theme .owl-nav {
    width: 40%;
  }
}
.section-categories-carousel .owl-theme .owl-nav.disabled {
  display: none;
}
.section-categories-carousel .owl-theme .owl-dots {
  margin-top: 45px;
  padding-bottom: 5px;
}
.section-categories-carousel .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
.section-categories .item-categories-carousel {
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.section-categories .item-categories-carousel-info {
  width: 100%;
  position: relative;
  padding: 15px;
}
.section-categories .item-categories-carousel-info h4 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 7px;
}
.section-categories .item-categories-carousel-info h3 {
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 23px;
  color: #fff;
  margin-bottom: 7px;
}
.section-categories .item-categories-carousel-info a {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: transparent;
}
.section-categories .item-categories-carousel-info a:hover {
  color: #02151B;
  border: 1px solid #fff;
  background-color: #fff;
}

body.bkg--beige .section-categories {
  background-color: #868782;
}
body.bkg--beige .section-categories-carousel .chevron {
  fill: #004659 !important;
}
body.bkg--orange .section-categories {
  background-color: #A04935;
}
body.bkg--orange .section-categories-carousel .chevron {
  fill: #fff !important;
}

.all-rooms {
  width: 100%;
  position: relative;
  margin: 40px 0;
  background-color: #02151B;
}
@media (min-width: 768px) {
  .all-rooms {
    padding: 60px 0;
    margin: 0;
  }
}
.all-rooms-inner {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .all-rooms-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .all-rooms-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .all-rooms-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.all-rooms-inner-grid {
  width: 100%;
  position: relative;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .all-rooms-inner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .all-rooms-inner-grid {
    width: 50%;
  }
}
.all-rooms-inner-information {
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .all-rooms-inner-information {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .all-rooms-inner-information {
    width: 50%;
    margin: 0;
  }
}
.all-rooms-inner-txt {
  width: 100%;
  position: relative;
  text-align: center;
}
.all-rooms-inner-txt h2 {
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .all-rooms-inner-txt h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .all-rooms-inner-txt h2 {
    font-size: 42px;
    margin-bottom: 60px;
  }
}
.all-rooms-inner-txt-paragraph {
  width: 100%;
  position: relative;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 17px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.all-rooms-inner-txt-paragraph p {
  margin: 0;
}
.all-rooms-inner-txt-paragraph a {
  color: #fff;
}
@media (min-width: 768px) {
  .all-rooms-inner-txt-paragraph {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .all-rooms-inner-txt-paragraph {
    font-size: 20px;
  }
}
.all-rooms-inner-txt-action {
  width: 100%;
  position: relative;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .all-rooms-inner-txt-action {
    text-align: center;
  }
}
.all-rooms-inner-txt-action a {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: transparent;
}
.all-rooms-inner-txt-action a:hover {
  color: #02151B;
  border: 1px solid #fff;
  background-color: #fff;
}
.all-rooms .room-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-rooms .room-carousel-item {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.1;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.all-rooms .room-carousel-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 21, 27)), color-stop(13%, rgba(2, 21, 27, 0.5)), color-stop(38%, rgba(2, 21, 27, 0.3)), to(rgba(2, 21, 27, 0.1)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 0%, rgba(2, 21, 27, 0.5) 13%, rgba(2, 21, 27, 0.3) 38%, rgba(2, 21, 27, 0.1) 100%);
}
@media (min-width: 768px) {
  .all-rooms .room-carousel-item {
    width: 340px;
    height: 340px;
  }
}
@media (min-width: 992px) {
  .all-rooms .room-carousel-item {
    width: 31%;
  }
}
@media (min-width: 1200px) {
  .all-rooms .room-carousel-item {
    width: 48%;
  }
}
.all-rooms .room-carousel-item-info {
  width: 100%;
  position: relative;
  padding: 15px;
  z-index: 100;
}
.all-rooms .room-carousel-item-info h4 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 7px;
}
.all-rooms .room-carousel-item-info h3 {
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 23px;
  color: #fff;
  margin-bottom: 7px;
}
.all-rooms .room-carousel-item-info a {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: transparent;
}
.all-rooms .room-carousel-item-info a:hover {
  color: #02151B;
  border: 1px solid #fff;
  background-color: #fff;
}
.all-rooms .slick-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80%;
}
@media (min-width: 768px) {
  .all-rooms .slick-arrows {
    display: none;
  }
}
.all-rooms .slick-arrows button {
  background: none;
  border: none;
  cursor: pointer;
}
.all-rooms .slick-arrows img {
  width: 40px;
  height: 40px;
}
.all-rooms .slick-dots {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.all-rooms .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.all-rooms .slick-dots li.slick-active button {
  background-color: #E86C4A;
}
.all-rooms .slick-dots li button {
  background: transparent;
  border: 1px solid #E86C4A;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  font-size: 0;
  padding: 0;
  margin: 0 4px;
}
.all-rooms .slick-prev .chevron, .all-rooms .slick-next .chevron {
  fill: #E86C4A;
}
.all-rooms .slick-list.draggable {
  margin-bottom: 20px;
}

body.bkg--beige .all-rooms {
  background-color: #868782;
}
body.bkg--beige .slick-prev .chevron, body.bkg--beige .slick-next .chevron {
  fill: #02151B;
}
body.bkg--beige .slick-dots li.slick-active button {
  background-color: #02151B;
}
body.bkg--beige .slick-dots li button {
  border: 1px solid #02151B;
}
body.bkg--beige .all-rooms .room-carousel-item::after {
  background: #868782;
  background: -webkit-gradient(linear, left bottom, left top, from(#868782), color-stop(13%, rgba(134, 135, 130, 0.5)), color-stop(38%, rgba(134, 135, 130, 0.3)), to(rgba(134, 135, 130, 0.1)));
  background: linear-gradient(360deg, #868782 0%, rgba(134, 135, 130, 0.5) 13%, rgba(134, 135, 130, 0.3) 38%, rgba(134, 135, 130, 0.1) 100%);
}
body.bkg--orange .all-rooms {
  background-color: #A04935;
}
body.bkg--orange .slick-prev .chevron, body.bkg--orange .slick-next .chevron {
  fill: #fff;
}
body.bkg--orange .slick-dots li.slick-active button {
  background-color: #fff;
}
body.bkg--orange .slick-dots li button {
  border: 1px solid #fff;
}
body.bkg--orange .all-rooms .room-carousel-item::after {
  background: #A04935;
  background: -webkit-gradient(linear, left bottom, left top, from(#a04935), color-stop(13%, rgba(160, 73, 53, 0.5)), color-stop(38%, rgba(160, 73, 53, 0.3)), to(rgba(160, 73, 53, 0.1)));
  background: linear-gradient(360deg, #a04935 0%, rgba(160, 73, 53, 0.5) 13%, rgba(160, 73, 53, 0.3) 38%, rgba(160, 73, 53, 0.1) 100%);
}

.gallery-omora {
  width: 100%;
  position: relative;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .gallery-omora {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .gallery-omora {
    min-height: 100vh;
  }
}
.gallery-omora-inner {
  width: 100%;
  position: relative;
}
.gallery-omora-ttl {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  z-index: 100;
}
@media (min-width: 992px) {
  .gallery-omora-ttl {
    margin-bottom: 80px;
  }
}
.gallery-omora-ttl h2 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .gallery-omora-ttl h2 {
    max-width: 70%;
  }
}
@media (min-width: 1600px) {
  .gallery-omora-ttl h2 {
    max-width: 50%;
  }
}
.gallery-omora-ttl h2 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 768px) {
  .gallery-omora-ttl h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .gallery-omora-ttl h2 {
    font-size: 42px;
  }
}
.gallery-omora-images {
  width: 100%;
  position: relative;
}
.gallery-omora-action {
  width: 100%;
  position: relative;
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery-omora-action {
    margin-top: 65px;
  }
}
.gallery-omora-action a {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: transparent;
}
.gallery-omora-action a:hover {
  color: #02151B;
  border: 1px solid #fff;
  background-color: #fff;
}
.gallery-omora-grid {
  width: 100%;
  position: relative;
}
.gallery-omora-grid-left {
  width: 100%;
  position: relative;
  height: 195px;
}
@media (min-width: 768px) {
  .gallery-omora-grid-left {
    height: 250px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .gallery-omora-grid-left {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .gallery-omora-grid-left {
    height: 410px;
  }
}
.gallery-omora-grid-right {
  width: 100%;
  position: relative;
  height: 195px;
  display: -ms-grid;
  display: grid;
  gap: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .gallery-omora-grid-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
.gallery-omora-grid-right.layout-1 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
}
.gallery-omora-grid-right.layout-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.gallery-omora-grid-right.layout-2 {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
}
.gallery-omora-grid-right.layout-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.gallery-omora-grid-right.layout-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.gallery-omora-grid-right.layout-3 {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 50% 50%;
  grid-template-rows: 50% 50%;
}
.gallery-omora-grid-right.layout-3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.gallery-omora-grid-right.layout-3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.gallery-omora-grid-right.layout-3 > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.gallery-omora-grid-right.layout-3 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.gallery-omora-grid-right .item-gallery:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.gallery-omora-grid-right .item-gallery:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.gallery-omora-grid-right .item-gallery:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2; /* Ocupar ambas columnas */
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (min-width: 768px) {
  .gallery-omora .gallery-omora-images .gallery-omora-grid:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .gallery-omora .gallery-omora-images .gallery-omora-grid:nth-child(even) .gallery-omora-grid-right {
    left: 0;
    right: auto;
  }
}

.item-gallery {
  width: 100%;
  position: relative;
  height: 100%;
  cursor: pointer;
  padding: 5px;
}
.item-gallery-thumbnail {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.item-gallery-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-gallery-thumbnail img {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-gallery-thumbnail .icon_zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-gallery-thumbnail .icon_zoom img, .item-gallery-thumbnail .icon_zoom svg {
  width: 100%;
  display: block;
}
@media (min-width: 1200px) {
  .item-gallery-thumbnail .icon_zoom {
    top: -10%;
  }
}
@media (min-width: 1200px) {
  .item-gallery-thumbnail:hover .icon_zoom {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .item-gallery-thumbnail:hover::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

a#lg-download {
  display: none !important;
}

.carousel-txt {
  width: 100%;
  position: relative;
  margin: 80px 0;
}
@media (min-width: 992px) {
  .carousel-txt {
    margin: 60px 0;
  }
}
@media (min-width: 1600px) {
  .carousel-txt {
    margin: 100px 0;
  }
}
.carousel-txt-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carousel-txt-ttl {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  z-index: 100;
}
@media (min-width: 992px) {
  .carousel-txt-ttl {
    margin-bottom: 80px;
  }
}
.carousel-txt-ttl h2 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .carousel-txt-ttl h2 {
    max-width: 70%;
  }
}
@media (min-width: 1600px) {
  .carousel-txt-ttl h2 {
    max-width: 50%;
  }
}
.carousel-txt-ttl h2 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 768px) {
  .carousel-txt-ttl h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .carousel-txt-ttl h2 {
    font-size: 42px;
  }
}
.carousel-txt-information {
  width: 100%;
  position: relative;
  min-height: 200px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .carousel-txt-information {
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .carousel-txt-information {
    min-height: 40vh;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .carousel-txt-information {
    min-height: 55vh;
  }
}
.carousel-txt-img {
  position: relative;
  width: 50%;
  height: 250px;
  overflow: hidden;
  padding: 3px;
}
@media (min-width: 768px) {
  .carousel-txt-img {
    height: 350px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .carousel-txt-img {
    padding: 0 5px;
  }
}
.carousel-txt-img img {
  width: 100%;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 992px) {
  .carousel-txt-img.left {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .carousel-txt-img.right {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
  }
}
.carousel-txt-paragraph {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0 15px;
}
.carousel-txt-paragraph h3 {
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0 0 20px 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 992px) {
  .carousel-txt-paragraph h3 {
    font-size: 28px;
  }
}
.carousel-txt-paragraph-extend {
  width: 100%;
  position: relative;
  font-size: 18px;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .carousel-txt-paragraph-extend {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .carousel-txt-paragraph-extend {
    padding: 0 10px;
  }
}
.carousel-txt-paragraph-extend p, .carousel-txt-paragraph-extend h1, .carousel-txt-paragraph-extend h2, .carousel-txt-paragraph-extend h3, .carousel-txt-paragraph-extend h4, .carousel-txt-paragraph-extend h5, .carousel-txt-paragraph-extend h6 {
  margin: 0 0 10px 0;
  font: unset;
  text-align: center;
}
.carousel-txt-paragraph-extend ul, .carousel-txt-paragraph-extend ol, .carousel-txt-paragraph-extend span {
  margin: 25px 0;
  display: inline-block;
}
.carousel-txt-paragraph-extend a {
  text-decoration: underline;
}
.carousel-txt .owl-nav {
  margin: 20px 0;
}
.carousel-txt .owl-nav button {
  width: 20px;
  padding: 0;
}
.carousel-txt .owl-nav button svg {
  width: 100%;
}
.carousel-txt .owl-nav button svg .chevron {
  fill: #A04935;
}
.carousel-txt .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

body.bkg--beige .carousel-txt-paragraph-extend a {
  color: #004659;
}
body.bkg--beige .carousel-txt .owl-nav button svg {
  width: 100%;
}
body.bkg--beige .carousel-txt .owl-nav button svg .chevron {
  fill: #004659;
}
body.bkg--orange .carousel-txt .owl-nav button svg {
  width: 100%;
}
body.bkg--orange .carousel-txt .owl-nav button svg .chevron {
  fill: #fff;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.not-found {
  width: 100%;
  position: relative;
}
.not-found-inner {
  width: 100%;
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.not-found-inner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(2, 21, 27)), color-stop(24%, rgba(2, 21, 27, 0.7217261905)), color-stop(36%, rgba(2, 21, 27, 0.5340511204)), color-stop(60%, rgba(2, 21, 27, 0.312762605)), to(rgba(2, 21, 27, 0)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 3%, rgba(2, 21, 27, 0.7217261905) 24%, rgba(2, 21, 27, 0.5340511204) 36%, rgba(2, 21, 27, 0.312762605) 60%, rgba(2, 21, 27, 0) 100%);
}
.not-found-information {
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .not-found-information {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .not-found-information {
    width: 50%;
  }
}
.not-found-information-iso {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .not-found-information-iso {
    margin-bottom: 48px;
  }
}
.not-found-information-iso img {
  display: block;
  width: 92px;
  margin: auto;
}
.not-found-information-ttl {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.not-found-information-ttl h3 {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .not-found-information-ttl h3 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .not-found-information-ttl h3 {
    font-size: 68px;
  }
}
.not-found-information-description {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-align: center;
}
@media (min-width: 768px) {
  .not-found-information-description {
    font-size: 21px;
  }
}
.not-found-information-description h1 {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .not-found-information-description h1 {
    font-size: 26px;
  }
}
.not-found-information-description p {
  margin: 0;
}
.not-found-information-description a {
  color: orange;
  text-decoration: underline;
}
.not-found-information-action {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.not-found-information-action a {
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found-information-action a:hover {
  background-color: #fff;
  color: #004659;
}

body.bkg--beige .not-found-inner::after {
  background: rgb(134, 135, 130);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #868782), color-stop(24%, rgba(134, 135, 130, 0.6713060224)), color-stop(36%, rgba(134, 135, 130, 0.4612219888)), color-stop(60%, rgba(134, 135, 130, 0.3015581232)), to(rgba(134, 135, 130, 0)));
  background: linear-gradient(360deg, #868782 3%, rgba(134, 135, 130, 0.6713060224) 24%, rgba(134, 135, 130, 0.4612219888) 36%, rgba(134, 135, 130, 0.3015581232) 60%, rgba(134, 135, 130, 0) 100%);
}
body.bkg--beige .not-found-information-description a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
body.bkg--orange .not-found-inner::after {
  background: rgb(232, 108, 74);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #a04935), color-stop(24%, rgba(160, 73, 53, 0.693714986)), color-stop(36%, rgba(160, 73, 53, 0.4836309524)), color-stop(60%, rgba(160, 73, 53, 0.1951155462)), to(rgba(160, 73, 53, 0)));
  background: linear-gradient(360deg, #a04935 3%, rgba(160, 73, 53, 0.693714986) 24%, rgba(160, 73, 53, 0.4836309524) 36%, rgba(160, 73, 53, 0.1951155462) 60%, rgba(160, 73, 53, 0) 100%);
}
body.bkg--orange .not-found-information-action a:hover {
  color: #A04935;
}
body.bkg--orange .not-found-information-description a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.block-informatvive {
  width: 100%;
  position: relative;
  margin: 40px 0;
  background-color: #02151B;
}
@media (min-width: 768px) {
  .block-informatvive {
    padding: 60px 0;
    margin: 0;
  }
}
.block-informatvive-inner {
  width: 100%;
  position: relative;
}
.block-informatvive-inner-ttl {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.block-informatvive-inner-ttl h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .block-informatvive-inner-ttl h2 {
    max-width: 70%;
  }
}
@media (min-width: 1600px) {
  .block-informatvive-inner-ttl h2 {
    max-width: 50%;
  }
}
.block-informatvive-inner-ttl h2 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 992px) {
  .block-informatvive-inner-ttl h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .block-informatvive-inner-ttl h2 {
    font-size: 42px;
  }
}
.block-informatvive-inner-subtitle {
  width: 100%;
  position: relative;
  text-align: center;
}
.block-informatvive-inner-subtitle h3 {
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  color: #D8D7D3;
  margin: 0 0 20px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 992px) {
  .block-informatvive-inner-subtitle h3 {
    font-size: 42px;
  }
}
.block-informatvive-inner-subtitle h4 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #D8D7D3;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.block-informatvive-inner-subtitle h4 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 992px) {
  .block-informatvive-inner-subtitle h4 {
    font-size: 26px;
    font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
    color: #D8D7D3;
  }
}
.block-informatvive-inner-content {
  width: 100%;
  position: relative;
  font-size: 16px;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #D8D7D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-top: 10px;
  font: normal;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .block-informatvive-inner-content {
    font-size: 17px;
    padding: 0 10%;
  }
}
@media (min-width: 1200px) {
  .block-informatvive-inner-content {
    padding: 0 12%;
  }
}
.block-informatvive-inner-content p, .block-informatvive-inner-content h1, .block-informatvive-inner-content h2, .block-informatvive-inner-content h3, .block-informatvive-inner-content h4, .block-informatvive-inner-content h5, .block-informatvive-inner-content h6 {
  margin: 0 0 10px 0;
  font: unset;
  text-align: center;
}
@media (min-width: 768px) {
  .block-informatvive-inner-content p, .block-informatvive-inner-content h1, .block-informatvive-inner-content h2, .block-informatvive-inner-content h3, .block-informatvive-inner-content h4, .block-informatvive-inner-content h5, .block-informatvive-inner-content h6 {
    text-align: left;
  }
}
.block-informatvive-inner-content ul, .block-informatvive-inner-content ol, .block-informatvive-inner-content span {
  margin: 25px 0;
  display: inline-block;
}
.block-informatvive-inner-content a {
  text-decoration: underline;
}
.block-informatvive-inner-action {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-informatvive-inner-action .action-button {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}
.block-informatvive-inner-action .action-button:hover {
  color: #004659;
  background-color: #fff;
}

body.bkg--beige .block-informatvive {
  background-color: #868782;
}
body.bkg--beige .block-informatvive-inner-content a {
  color: #004659;
}
body.bkg--orange .block-informatvive {
  background-color: #A04935;
}

.comments {
  width: 100%;
  position: relative;
  margin: 50px 0;
  background-color: #02151B;
}
@media (min-width: 768px) {
  .comments {
    padding: 60px 0;
    margin: 0;
  }
}
.comments-inner {
  width: 100%;
  position: relative;
}
.comments-inner-ttl {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .comments-inner-ttl {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .comments-inner-ttl {
    margin-bottom: 80px;
  }
}
.comments-inner-ttl h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .comments-inner-ttl h2 {
    max-width: 70%;
  }
}
@media (min-width: 1600px) {
  .comments-inner-ttl h2 {
    max-width: 50%;
  }
}
.comments-inner-ttl h2 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 992px) {
  .comments-inner-ttl h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .comments-inner-ttl h2 {
    font-size: 42px;
  }
}
.comments-inner-content {
  width: 100%;
  position: relative;
}
.comments-inner-action {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comments-inner-action .action-button {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}
.comments-inner-action .action-button:hover {
  color: #004659;
  background-color: #fff;
}
.comments .owl-carousel .owl-nav {
  display: none;
}
.comments .owl-theme .owl-dots {
  margin: 20px 0;
}

.comment-user {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .comment-user {
    padding: 0 20px;
  }
}
.comment-user-photo {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.comment-user-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-user-txt {
  width: 100%;
  position: relative;
  font-size: 14px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #D8D7D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-align: center;
  margin: 20px 0;
  font: normal;
}
@media (min-width: 768px) {
  .comment-user-txt {
    font-size: 18px;
  }
}
.comment-user-txt p, .comment-user-txt h1, .comment-user-txt h2, .comment-user-txt h3, .comment-user-txt h4, .comment-user-txt h5, .comment-user-txt h6 {
  margin: 0 0 10px 0;
  font: unset;
}
.comment-user-reference {
  width: 100%;
  position: relative;
  text-align: center;
}
.comment-user-reference h4 {
  font-size: 18px;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #D8D7D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  .comment-user-reference h4 {
    font-size: 20px;
  }
}
.comment-user-reference span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  .comment-user-reference span {
    font-size: 18px;
  }
}

body.bkg--beige .comments {
  background-color: #868782;
}
body.bkg--beige .comment-user-txt a {
  color: #004659;
}
body.bkg--beige .comment-user-reference h4 {
  color: #004659;
}
body.bkg--orange .comments {
  background-color: #A04935;
}

.grid-rooms {
  width: 100%;
  position: relative;
  margin: 50px 0;
  background-color: #02151B;
}
@media (min-width: 768px) {
  .grid-rooms {
    padding: 60px 0;
    margin: 0;
  }
}
.grid-rooms-info {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .grid-rooms-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .grid-rooms-info {
    margin-bottom: 80px;
  }
}
.grid-rooms-info-ttl {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .grid-rooms-info-ttl {
    margin: 0;
    width: 50%;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .grid-rooms-info-ttl {
    padding-right: 100px;
  }
}
.grid-rooms-info-ttl h1, .grid-rooms-info-ttl h2, .grid-rooms-info-ttl h3 {
  color: #D8D7D3;
  font-size: 20px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .grid-rooms-info-ttl h1, .grid-rooms-info-ttl h2, .grid-rooms-info-ttl h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .grid-rooms-info-ttl h1, .grid-rooms-info-ttl h2, .grid-rooms-info-ttl h3 {
    font-size: 42px;
  }
}
.grid-rooms-info-paragraph {
  width: 100%;
  position: relative;
  color: #D8D7D3;
  font-size: 17px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .grid-rooms-info-paragraph {
    width: 50%;
    padding: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .grid-rooms-info-paragraph {
    font-size: 20px;
  }
}
.grid-rooms-info-paragraph p {
  margin: 0;
}
.grid-rooms-info-paragraph a {
  color: #D8D7D3;
}
.grid-rooms .grid-rooms-item {
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 20px;
  z-index: 1;
}
.grid-rooms .grid-rooms-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(2, 21, 27)), color-stop(24%, rgba(2, 21, 27, 0.7217261905)), color-stop(36%, rgba(2, 21, 27, 0.5340511204)), color-stop(60%, rgba(2, 21, 27, 0.312762605)), to(rgba(2, 21, 27, 0)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 3%, rgba(2, 21, 27, 0.7217261905) 24%, rgba(2, 21, 27, 0.5340511204) 36%, rgba(2, 21, 27, 0.312762605) 60%, rgba(2, 21, 27, 0) 100%);
}
.grid-rooms .grid-rooms-item-info {
  width: 100%;
  position: relative;
  padding: 15px;
  z-index: 100;
}
.grid-rooms .grid-rooms-item-info h4 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 7px;
}
.grid-rooms .grid-rooms-item-info h3 {
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 23px;
  color: #fff;
  margin-bottom: 7px;
}
.grid-rooms .grid-rooms-item-info a {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: transparent;
}
.grid-rooms .grid-rooms-item-info a:hover {
  color: #02151B;
  border: 1px solid #fff;
  background-color: #fff;
}
.grid-rooms-action {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.grid-rooms-action .action-button {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}
.grid-rooms-action .action-button:hover {
  color: #004659;
  background-color: #fff;
}

body.bkg--beige .grid-rooms {
  background-color: #868782;
}
body.bkg--beige .grid-rooms-item::after {
  background: rgb(134, 135, 130);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #868782), color-stop(24%, rgba(134, 135, 130, 0.6713060224)), color-stop(36%, rgba(134, 135, 130, 0.4612219888)), color-stop(60%, rgba(134, 135, 130, 0.3015581232)), to(rgba(134, 135, 130, 0)));
  background: linear-gradient(360deg, #868782 3%, rgba(134, 135, 130, 0.6713060224) 24%, rgba(134, 135, 130, 0.4612219888) 36%, rgba(134, 135, 130, 0.3015581232) 60%, rgba(134, 135, 130, 0) 100%);
}
body.bkg--beige .grid-rooms-item-info a:hover {
  color: #868782;
}
body.bkg--orange .grid-rooms {
  background-color: #A04935;
}
body.bkg--orange .grid-rooms-item::after {
  background: rgb(232, 108, 74);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #a04935), color-stop(24%, rgba(160, 73, 53, 0.693714986)), color-stop(36%, rgba(160, 73, 53, 0.4836309524)), color-stop(60%, rgba(160, 73, 53, 0.1951155462)), to(rgba(160, 73, 53, 0)));
  background: linear-gradient(360deg, #a04935 3%, rgba(160, 73, 53, 0.693714986) 24%, rgba(160, 73, 53, 0.4836309524) 36%, rgba(160, 73, 53, 0.1951155462) 60%, rgba(160, 73, 53, 0) 100%);
}
body.bkg--orange .grid-rooms-item-info a:hover {
  color: #A04935;
}

.department-map {
  width: 100%;
  position: relative;
  margin: 50px 0;
  background-color: #02151B;
}
@media (min-width: 768px) {
  .department-map {
    padding: 60px 0;
    margin: 0;
  }
}
.department-map-inner {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .department-map-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 450px;
  }
}
.department-map-inner-container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .department-map-inner-container {
    width: calc(50% - 10px);
  }
}
.department-map-inner-ttl {
  width: 100%;
  position: relative;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .department-map-inner-ttl {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .department-map-inner-ttl {
    max-width: 90%;
    padding: 25px;
  }
}
@media (min-width: 1600px) {
  .department-map-inner-ttl {
    max-width: 80%;
    padding: 50px 40px;
  }
}
.department-map-inner-ttl h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.department-map-inner-ttl h2 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 992px) {
  .department-map-inner-ttl h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .department-map-inner-ttl h2 {
    font-size: 42px;
  }
}
.department-map-inner-txt {
  width: 100%;
  position: relative;
  font-size: 18px;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #D8D7D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-top: 10px;
  font: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .department-map-inner-txt {
    font-size: 20px;
  }
}
.department-map-inner-txt p, .department-map-inner-txt h1, .department-map-inner-txt h2, .department-map-inner-txt h3, .department-map-inner-txt h4, .department-map-inner-txt h5, .department-map-inner-txt h6 {
  margin: 0 0 10px 0;
  font: unset;
  text-align: center;
}
.department-map-inner-txt ul, .department-map-inner-txt ol, .department-map-inner-txt span {
  margin: 25px 0;
  display: inline-block;
}
.department-map-inner-txt a {
  text-decoration: underline;
}
.department-map-inner-img {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .department-map-inner-img {
    width: calc(50% - 10px);
  }
}
.department-map-inner-img img {
  display: block;
  width: 100%;
  position: relative;
}
.department-map-inner-action {
  width: 100%;
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.department-map-inner-action .action-button {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}
.department-map-inner-action .action-button:hover {
  color: #004659;
  background-color: #fff;
}

body.bkg--beige .department-map {
  background-color: #868782;
}
body.bkg--orange .department-map {
  background-color: #A04935;
}

.carousel-category {
  width: 100%;
  position: relative;
  margin: 50px 0;
  background-color: #02151B;
}
@media (min-width: 768px) {
  .carousel-category {
    padding: 60px 0;
    margin: 0;
  }
}
.carousel-category-item {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.carousel-category-item:last-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  .carousel-category-item:nth-child(even) .container-fluid .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.carousel-category-item:nth-child(even) .owl-theme .owl-dots {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .carousel-category-item:nth-child(even) .owl-theme .owl-dots {
    margin-top: 20px;
  }
}
.carousel-category-item:nth-child(even) .owl-theme .owl-nav {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .carousel-category-item {
    margin-bottom: 80px;
  }
}
.carousel-category-container {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .carousel-category-container {
    max-width: 80%;
  }
}
.carousel-category-ttl {
  width: 100%;
  position: relative;
  text-align: center;
}
.carousel-category-ttl h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.carousel-category-ttl h2 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
@media (min-width: 992px) {
  .carousel-category-ttl h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .carousel-category-ttl h2 {
    font-size: 42px;
  }
}
.carousel-category-txt {
  width: 100%;
  position: relative;
  font-size: 18px;
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #D8D7D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-top: 10px;
  text-align: center;
  font: normal;
}
@media (min-width: 768px) {
  .carousel-category-txt {
    font-size: 20px;
  }
}
.carousel-category-txt p, .carousel-category-txt h1, .carousel-category-txt h2, .carousel-category-txt h3, .carousel-category-txt h4, .carousel-category-txt h5, .carousel-category-txt h6 {
  margin: 0 0 10px 0;
  font: unset;
}
.carousel-category-txt ul, .carousel-category-txt ol, .carousel-category-txt span {
  margin: 25px 0;
  display: inline-block;
}
.carousel-category-txt a {
  text-decoration: underline;
}
.carousel-category-action {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.carousel-category-action .action-button {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}
.carousel-category-action .action-button:hover {
  color: #004659;
  background-color: #fff;
}
.carousel-category-cards {
  width: 100%;
  position: relative;
}
.carousel-category-card {
  width: 100%;
  position: relative;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.carousel-category-card::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(2, 21, 27)), color-stop(24%, rgba(2, 21, 27, 0.7217261905)), color-stop(36%, rgba(2, 21, 27, 0.5340511204)), color-stop(60%, rgba(2, 21, 27, 0.312762605)), to(rgba(2, 21, 27, 0)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 3%, rgba(2, 21, 27, 0.7217261905) 24%, rgba(2, 21, 27, 0.5340511204) 36%, rgba(2, 21, 27, 0.312762605) 60%, rgba(2, 21, 27, 0) 100%);
}
@media (min-width: 992px) {
  .carousel-category-card {
    min-height: 550px;
  }
}
.carousel-category-card-info {
  width: 100%;
  position: relative;
  padding: 15px;
  z-index: 100;
}
.carousel-category-card-info h4 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 7px;
}
.carousel-category-card-info h3 {
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 23px;
  color: #fff;
  margin-bottom: 7px;
}
.carousel-category-card-info a {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: transparent;
}
.carousel-category-card-info a:hover {
  color: #02151B;
  border: 1px solid #fff;
  background-color: #fff;
}
.carousel-category .owl-theme .owl-nav {
  position: relative;
  width: auto;
  display: inline-block;
}
.carousel-category .owl-theme .owl-nav.disabled {
  display: none;
}
.carousel-category .owl-theme .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  display: inline-block;
}
.carousel-category .owl-theme .owl-dots.disabled {
  display: none;
}
.carousel-category .owl-carousel .owl-stage-outer {
  margin-bottom: 15px;
}
.carousel-category .owl-carousel .owl-nav button {
  margin-right: 20px !important;
}
.carousel-category .owl-carousel .owl-nav button.owl-next svg,
.carousel-category .owl-carousel .owl-nav button.owl-prev svg {
  width: 15px;
}
.carousel-category .owl-carousel .owl-nav button.owl-next svg .chevron,
.carousel-category .owl-carousel .owl-nav button.owl-prev svg .chevron {
  fill: #A04935;
}
.carousel-category .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

body.bkg--beige .carousel-category {
  background-color: #868782;
}
body.bkg--beige .carousel-category .owl-carousel .owl-nav button.owl-next svg .chevron,
body.bkg--beige .carousel-category .owl-carousel .owl-nav button.owl-prev svg .chevron {
  fill: #02151B;
}
body.bkg--beige .carousel-category-card::after {
  background: rgb(134, 135, 130);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #868782), color-stop(24%, rgba(134, 135, 130, 0.6713060224)), color-stop(36%, rgba(134, 135, 130, 0.4612219888)), color-stop(60%, rgba(134, 135, 130, 0.3015581232)), to(rgba(134, 135, 130, 0)));
  background: linear-gradient(360deg, #868782 3%, rgba(134, 135, 130, 0.6713060224) 24%, rgba(134, 135, 130, 0.4612219888) 36%, rgba(134, 135, 130, 0.3015581232) 60%, rgba(134, 135, 130, 0) 100%);
}
body.bkg--beige .carousel-category-card-info a:hover {
  color: #868782;
}
body.bkg--orange .carousel-category {
  background-color: #A04935;
}
body.bkg--orange .carousel-category .owl-carousel .owl-nav button.owl-next svg .chevron,
body.bkg--orange .carousel-category .owl-carousel .owl-nav button.owl-prev svg .chevron {
  fill: #fff;
}
body.bkg--orange .carousel-category-card::after {
  background: rgb(232, 108, 74);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #a04935), color-stop(24%, rgba(160, 73, 53, 0.693714986)), color-stop(36%, rgba(160, 73, 53, 0.4836309524)), color-stop(60%, rgba(160, 73, 53, 0.1951155462)), to(rgba(160, 73, 53, 0)));
  background: linear-gradient(360deg, #a04935 3%, rgba(160, 73, 53, 0.693714986) 24%, rgba(160, 73, 53, 0.4836309524) 36%, rgba(160, 73, 53, 0.1951155462) 60%, rgba(160, 73, 53, 0) 100%);
}
body.bkg--orange .carousel-category-card-info a:hover {
  color: #A04935;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.cookies-site {
  position: fixed;
  z-index: 1200;
  bottom: 0;
  left: 0;
  min-height: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.cookies-site-inner {
  position: relative;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .cookies-site-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .cookies-site-inner {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .cookies-site-inner {
    max-width: 1400px;
  }
}
.cookies-site-inner-information {
  width: 100%;
  position: relative;
  text-align: center;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 14px;
  color: #D8D7D3;
  padding-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cookies-site-inner-information {
    text-align: left;
    margin: 0;
    width: calc(100% - 150px);
  }
}
.cookies-site-inner-information h3 {
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  color: #D8D7D3;
  width: 100%;
  position: relative;
}
.cookies-site-inner-actions {
  width: 100%;
  position: relative;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .cookies-site-inner-actions {
    width: auto;
  }
}
.cookies-site-inner-actions a {
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  position: relative;
  text-align: center;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  min-width: 40%;
  color: #7B7B7B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.cookies-site-inner-actions a.primary {
  background-color: #A04935;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookies-site-inner-actions a.primary:hover {
  color: #A04935;
  background-color: #fff;
}
.cookies-site-inner-actions a.secundary {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookies-site-inner-actions a.secundary:hover {
  background-color: rgba(123, 123, 123, 0.4);
  border: 1px solid #7B7B7B;
}

/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/*== Colores Texto ===*/
/*== Colores Corporativos ===*/
/*== Espacio Restante del Container (Espacios Laterales Laptop) ===*/
/* $espacio: calc(4.51% + 39.65px); */
/* $espacio: calc(100% - 95.49%); */
.blog-container {
  width: 100%;
  position: relative;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .blog-container {
    padding: 0;
    margin: 50px 0;
  }
}
@media (min-width: 992px) {
  .blog-container {
    padding: 0 10%;
  }
}
.blog-container-ttl {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .blog-container-ttl {
    margin-bottom: 50px;
  }
}
.blog-container-ttl h3 {
  font-size: 20px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .blog-container-ttl h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .blog-container-ttl h3 {
    font-size: 32px;
  }
}
.blog-container-ttl h3 span {
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
.blog-container-paginador {
  width: 100%;
  position: relative;
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .blog-container-paginador {
    margin-top: 50px;
  }
}
.blog-container-paginador ul {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-container-paginador ul li {
  display: inline-block;
  margin: 0 5px;
}
.blog-container-paginador ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.blog-container-paginador ul li a.active, .blog-container-paginador ul li a:hover {
  background-color: #fff;
  color: #02151B;
  border: 1px solid #fff;
}
.blog-container-paginador ul li a .icon_pagination {
  width: 100%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-container-paginador ul li a .icon_pagination svg {
  display: block;
  height: 40%;
}
.blog-container-paginador ul li a .icon_pagination .icon-ar {
  fill: #fff;
}
.blog-container-paginador ul li a.prev .icon_pagination {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blog-container-paginador ul li a.prev:hover, .blog-container-paginador ul li a.next:hover {
  background-color: #fff;
}
.blog-container-paginador ul li a.prev:hover .icon_pagination .icon-ar, .blog-container-paginador ul li a.next:hover .icon_pagination .icon-ar {
  fill: #02151B;
}

.item-blog {
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 20px;
  z-index: 1;
}
.item-blog::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(2, 21, 27)), color-stop(24%, rgba(2, 21, 27, 0.7217261905)), color-stop(36%, rgba(2, 21, 27, 0.5340511204)), color-stop(60%, rgba(2, 21, 27, 0.312762605)), to(rgba(2, 21, 27, 0)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 3%, rgba(2, 21, 27, 0.7217261905) 24%, rgba(2, 21, 27, 0.5340511204) 36%, rgba(2, 21, 27, 0.312762605) 60%, rgba(2, 21, 27, 0) 100%);
}
.item-blog-info {
  width: 100%;
  position: relative;
  padding: 15px;
  z-index: 100;
}
.item-blog-info h4 {
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 12px;
}
.item-blog-info h3 {
  font-family: "Baskervville-Italic", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  color: #fff;
  margin-bottom: 7px;
}
.item-blog-info a {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 10px 18px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: transparent;
}
.item-blog-info a:hover {
  color: #02151B;
  border: 1px solid #fff;
  background-color: #fff;
}

body.bkg--beige .item-blog::after {
  background: rgb(134, 135, 130);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #868782), color-stop(24%, rgba(134, 135, 130, 0.6713060224)), color-stop(36%, rgba(134, 135, 130, 0.4612219888)), color-stop(60%, rgba(134, 135, 130, 0.3015581232)), to(rgba(134, 135, 130, 0)));
  background: linear-gradient(360deg, #868782 3%, rgba(134, 135, 130, 0.6713060224) 24%, rgba(134, 135, 130, 0.4612219888) 36%, rgba(134, 135, 130, 0.3015581232) 60%, rgba(134, 135, 130, 0) 100%);
}
body.bkg--beige .item-blog-info a:hover {
  color: #868782;
}
body.bkg--beige .blog-container-paginador a.prev:hover, body.bkg--beige .blog-container-paginador a.next:hover {
  background-color: #02151B;
  color: #fff;
}
body.bkg--beige .blog-container-paginador a.prev:hover .icon_pagination .icon-ar, body.bkg--beige .blog-container-paginador a.next:hover .icon_pagination .icon-ar {
  fill: #fff;
}
body.bkg--beige .blog-container-paginador a.active, body.bkg--beige .blog-container-paginador a:hover {
  background-color: #02151B;
  color: #fff;
  border: 1px solid #02151B;
}
body.bkg--orange .item-blog::after {
  background: rgb(232, 108, 74);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #a04935), color-stop(24%, rgba(160, 73, 53, 0.693714986)), color-stop(36%, rgba(160, 73, 53, 0.4836309524)), color-stop(60%, rgba(160, 73, 53, 0.1951155462)), to(rgba(160, 73, 53, 0)));
  background: linear-gradient(360deg, #a04935 3%, rgba(160, 73, 53, 0.693714986) 24%, rgba(160, 73, 53, 0.4836309524) 36%, rgba(160, 73, 53, 0.1951155462) 60%, rgba(160, 73, 53, 0) 100%);
}
body.bkg--orange .item-blog-info a:hover {
  color: #A04935;
}
body.bkg--orange .blog-container-paginador a.prev:hover, body.bkg--orange .blog-container-paginador a.next:hover {
  background-color: #fff;
  color: #A04935;
}
body.bkg--orange .blog-container-paginador a.prev:hover .icon_pagination .icon-ar, body.bkg--orange .blog-container-paginador a.next:hover .icon_pagination .icon-ar {
  fill: #A04935;
}
body.bkg--orange .blog-container-paginador a.active, body.bkg--orange .blog-container-paginador a:hover {
  background-color: #fff;
  color: #A04935;
  border: 1px solid #fff;
}

.hero-banner-article {
  width: 100%;
  position: relative;
}
.hero-banner-article-inner {
  width: 100%;
  position: relative;
  min-height: 60vh;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
  padding: 200px 0 100px 0;
}
@media (min-width: 768px) {
  .hero-banner-article-inner {
    padding: 300px 0 100px 0;
  }
}
.hero-banner-article-inner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: rgb(2, 21, 27);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(2, 21, 27)), color-stop(24%, rgba(2, 21, 27, 0.7217261905)), color-stop(36%, rgba(2, 21, 27, 0.5340511204)), color-stop(60%, rgba(2, 21, 27, 0.312762605)), to(rgba(2, 21, 27, 0)));
  background: linear-gradient(360deg, rgb(2, 21, 27) 3%, rgba(2, 21, 27, 0.7217261905) 24%, rgba(2, 21, 27, 0.5340511204) 36%, rgba(2, 21, 27, 0.312762605) 60%, rgba(2, 21, 27, 0) 100%);
}
.hero-banner-article-information {
  width: 100%;
  position: relative;
  z-index: 100;
}
.hero-banner-article-information a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #D8D7D3;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .hero-banner-article-information a {
    font-size: 18px;
  }
}
.hero-banner-article-information a:hover {
  background-color: #D8D7D3;
  color: #02151B;
}
.hero-banner-article-information a:hover .icon #Trazado_22 {
  fill: #02151B;
}
.hero-banner-article-information a .icon {
  width: auto;
  height: 30px;
  margin-right: 10px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-banner-article-information a .icon #Trazado_22 {
  fill: #D8D7D3;
}
.hero-banner-article-information a .icon svg {
  height: 60%;
  display: block;
}
.hero-banner-article-information h4, .hero-banner-article-information h5, .hero-banner-article-information h6 {
  color: #D8D7D3;
  font-size: 14px;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0 0 20px 0;
  font-style: italic;
}
@media (min-width: 768px) {
  .hero-banner-article-information h4, .hero-banner-article-information h5, .hero-banner-article-information h6 {
    font-size: 18px;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .hero-banner-article-information h4, .hero-banner-article-information h5, .hero-banner-article-information h6 {
    padding-right: 20%;
  }
}
@media (min-width: 1600px) {
  .hero-banner-article-information h4, .hero-banner-article-information h5, .hero-banner-article-information h6 {
    padding-right: 30%;
  }
}
.hero-banner-article-information h1, .hero-banner-article-information h2, .hero-banner-article-information h3 {
  color: #D8D7D3;
  font-size: 22px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .hero-banner-article-information h1, .hero-banner-article-information h2, .hero-banner-article-information h3 {
    font-size: 28px;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .hero-banner-article-information h1, .hero-banner-article-information h2, .hero-banner-article-information h3 {
    font-size: 42px;
    padding-right: 20%;
  }
}
@media (min-width: 1600px) {
  .hero-banner-article-information h1, .hero-banner-article-information h2, .hero-banner-article-information h3 {
    padding-right: 30%;
  }
}
.hero-banner-article-information p {
  margin: 0;
  color: #D8D7D3;
  font-size: 14px;
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .hero-banner-article-information p {
    font-size: 16px;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .hero-banner-article-information p {
    font-size: 20px;
    padding-right: 20%;
  }
}
@media (min-width: 1600px) {
  .hero-banner-article-information p {
    padding-right: 30%;
  }
}

.padding-information {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .padding-information {
    padding: 0 10%;
  }
}
@media (min-width: 1600px) {
  .padding-information {
    padding: 0 15%;
  }
}

body.bkg--beige .hero-banner-article-inner::after {
  background: rgb(134, 135, 130);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #868782), color-stop(24%, rgba(134, 135, 130, 0.6713060224)), color-stop(36%, rgba(134, 135, 130, 0.4612219888)), color-stop(60%, rgba(134, 135, 130, 0.3015581232)), to(rgba(134, 135, 130, 0)));
  background: linear-gradient(360deg, #868782 3%, rgba(134, 135, 130, 0.6713060224) 24%, rgba(134, 135, 130, 0.4612219888) 36%, rgba(134, 135, 130, 0.3015581232) 60%, rgba(134, 135, 130, 0) 100%);
}
body.bkg--orange .hero-banner-article-inner::after {
  background: rgb(232, 108, 74);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #a04935), color-stop(24%, rgba(160, 73, 53, 0.693714986)), color-stop(36%, rgba(160, 73, 53, 0.4836309524)), color-stop(60%, rgba(160, 73, 53, 0.1951155462)), to(rgba(160, 73, 53, 0)));
  background: linear-gradient(360deg, #a04935 3%, rgba(160, 73, 53, 0.693714986) 24%, rgba(160, 73, 53, 0.4836309524) 36%, rgba(160, 73, 53, 0.1951155462) 60%, rgba(160, 73, 53, 0) 100%);
}

.article-blog {
  width: 100%;
  position: relative;
  margin: 20px 0;
}
.article-blog-inner {
  width: 100%;
  position: relative;
}
.article-blog-inner-subtitle {
  width: 100%;
  position: relative;
}
.article-blog-inner-subtitle h3 {
  color: #D8D7D3;
  font-size: 22px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .article-blog-inner-subtitle h3 {
    font-size: 28px;
  }
}
.article-blog-inner-content {
  width: 100%;
  position: relative;
  margin: 0;
  color: #D8D7D3;
  font-size: 14px;
  font-family: "Roboto-Light", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .article-blog-inner-content {
    font-size: 16px;
  }
}
.article-blog-inner-content p {
  margin: 10px 0;
}
.article-blog-inner-content ul, .article-blog-inner-content ol {
  margin: 20px 0;
}
.article-blog-inner-content a {
  color: #A04935;
}
.article-blog-inner-content img, .article-blog-inner-content iframe {
  display: block;
  max-width: 100%;
  margin: 40px auto;
}
.article-blog-inner-content p img, .article-blog-inner-content p iframe {
  display: block;
  min-width: 70%;
  max-width: 100%;
  margin: 40px auto;
  height: auto;
}
.article-blog-inner-content iframe {
  min-height: 350px;
}
.article-blog-inner-content h1 {
  font-size: 38px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  margin: 10px 0;
}
.article-blog-inner-content h2 {
  font-size: 34px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  margin: 10px 0;
}
.article-blog-inner-content h3 {
  font-size: 30px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  margin: 10px 0;
}
.article-blog-inner-content h4 {
  font-size: 28px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  margin: 10px 0;
}
.article-blog-inner-content h5 {
  font-size: 24px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  margin: 10px 0;
}
.article-blog-inner-content h6 {
  font-size: 20px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  margin: 10px 0;
}
.article-blog-inner-content strong {
  font-weight: bolder;
}
.article-blog-inner-content em {
  font-style: italic;
}

body.bkg--beige .article-blog-inner-content a, body.bkg--beige .article-blog-inner-content h1, body.bkg--beige .article-blog-inner-content h2, body.bkg--beige .article-blog-inner-content h3, body.bkg--beige .article-blog-inner-content h4, body.bkg--beige .article-blog-inner-content h5, body.bkg--beige .article-blog-inner-content h6 {
  color: #02151B;
}
body.bkg--orange .article-blog-inner-content a, body.bkg--orange .article-blog-inner-content h1, body.bkg--orange .article-blog-inner-content h2, body.bkg--orange .article-blog-inner-content h3, body.bkg--orange .article-blog-inner-content h4, body.bkg--orange .article-blog-inner-content h5, body.bkg--orange .article-blog-inner-content h6 {
  color: #02151B;
}

.recent-articles {
  width: 100%;
  position: relative;
  margin: 60px 0 40px 0;
  padding-top: 60px;
}
.recent-articles::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.recent-articles-header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .recent-articles-header {
    margin-bottom: 60px;
  }
}
.recent-articles-ttl {
  position: relative;
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .recent-articles-ttl {
    width: calc(100% - 200px);
  }
}
.recent-articles-ttl h3 {
  color: #D8D7D3;
  font-size: 22px;
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
}
@media (min-width: 768px) {
  .recent-articles-ttl h3 {
    font-size: 28px;
  }
}
.recent-articles-action {
  position: relative;
  max-width: 100px;
}
@media (min-width: 768px) {
  .recent-articles-action {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recent-articles-action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #D8D7D3;
  padding: 10px 15px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .recent-articles-action a {
    font-size: 16px;
  }
}
.recent-articles-action a:hover {
  background-color: #D8D7D3;
  color: #02151B;
}
.recent-articles-item {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .recent-articles-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recent-articles-item-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .recent-articles-item-img {
    padding-right: 20px;
    margin: 0;
    width: 140px;
  }
}
.recent-articles-item-img img {
  width: 100%;
  position: relative;
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .recent-articles-item-img img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: none;
    height: 100%;
  }
}
.recent-articles-item-information {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .recent-articles-item-information {
    width: calc(100% - 140px);
  }
}
.recent-articles-item-information h3 {
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
}
.recent-articles-item-information h2 {
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 20px;
  margin: 10px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .recent-articles-item-information h2 {
    font-size: 24px;
  }
}
.recent-articles-item-information a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #D8D7D3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent-articles-item-information a .icon {
  width: auto;
  height: 20px;
  margin-left: 10px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recent-articles-item-information a .icon #Trazado_22 {
  fill: #D8D7D3;
}
.recent-articles-item-information a .icon svg {
  height: 70%;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* End: Slvdr Styles */