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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Usage: @include rotate(90deg); 

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

Usage: @include scale(1.3); 

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

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

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

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

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

Usage: @include translateX(100px); 

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

Usage: @include translateY(100%);  

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

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

.relative {
  position: relative; }

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

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

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

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

.noBreak {
  white-space: nowrap; }

.overflow {
  overflow: hidden; }

.pointer {
  cursor: pointer; }

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

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

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

.notOpacity {
  opacity: 1 !important; }

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

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

.w100 {
  width: 100% !important; }

.h100 {
  height: 100% !important; }

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

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

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

.stroke-white {
  stroke: white; }

.absolute {
  position: absolute; }

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

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

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

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

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

.contact_page {
  position: relative; }
  .contact_page--hero {
    width: 100%;
    height: 50rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .contact_page--hero {
        height: 40rem; } }
  .contact_page--info {
    padding: 4rem;
    text-align: center; }
    .contact_page--info h1 {
      font-size: 3.6rem;
      line-height: 4.4rem;
      margin-bottom: 1.2rem;
      margin-top: 0;
      padding-top: 0; }
    .contact_page--info h2 {
      font-size: 3rem;
      line-height: 3.8rem;
      margin-bottom: 1.2rem;
      margin-top: 0;
      padding-top: 0; }
    .contact_page--info h3 {
      font-size: 2.5rem;
      line-height: 3.3rem;
      margin-bottom: 1.2rem;
      margin-top: 0;
      padding-top: 0; }
    .contact_page--info h4 {
      font-size: 2rem;
      line-height: 2.8rem;
      margin-bottom: 1.2rem;
      margin-top: 0;
      padding-top: 0; }
    .contact_page--info h5 {
      font-size: 1.8rem;
      line-height: 2.6rem;
      margin-bottom: 1.2rem;
      margin-top: 0;
      padding-top: 0; }
    .contact_page--info h6 {
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-bottom: 1.2rem;
      margin-top: 0;
      padding-top: 0; }
    .contact_page--info p {
      font-size: 1.6rem;
      line-height: 2.5rem;
      margin-bottom: 1.2rem;
      margin-top: 0;
      padding-top: 0; }
      .contact_page--info p:last-of-type {
        margin-bottom: 0; }
    .contact_page--info ul li, .contact_page--info ol li {
      font-size: 1.6rem;
      line-height: 2.5rem;
      margin-bottom: 1rem;
      margin-top: 0;
      padding-top: 0; }
      .contact_page--info ul li:last-of-type, .contact_page--info ol li:last-of-type {
        margin-bottom: 0; }
    .contact_page--info a {
      color: #AC9465;
      text-decoration: underline; }
      .contact_page--info a.button {
        margin-top: 2rem;
        color: #ffffff;
        text-decoration: none; }
  .contact_page--form {
    padding: 2rem;
    background-color: #F4F3F1;
    margin-bottom: 20rem;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .contact_page--form {
        padding: 4rem;
        max-width: 60%;
        margin: 0 auto 20rem; } }
    .contact_page--form form {
      width: 100%; }

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

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

#wizard {
  padding: 2.4rem 0;
  margin-bottom: 3.2rem; }
  @media screen and (min-width: 560px) {
    #wizard {
      padding: 3.2rem; } }
  #wizard .step {
    max-width: 50rem;
    width: 100%; }
    #wizard .step h2 {
      font-size: 25.23px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      margin-bottom: 2.4rem;
      font-family: "GT Sectra Display", serif; }
    #wizard .step .link {
      text-align: center;
      cursor: pointer; }
  #wizard h3 {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1.6rem; }
    #wizard h3 span {
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px; }
  #wizard .selection_group {
    display: flex;
    flex-direction: column;
    position: relative; }
    #wizard .selection_group .group {
      margin-bottom: 2.4rem; }
      #wizard .selection_group .group .info {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 2.6rem;
        color: #333130;
        margin-bottom: 1.6rem; }
      #wizard .selection_group .group .input_label {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 2.6rem;
        color: #333130;
        margin-bottom: 1.6rem; }
      #wizard .selection_group .group .input_content {
        display: flex;
        flex-direction: row;
        position: relative; }
        #wizard .selection_group .group .input_content em {
          position: absolute;
          left: 1.4rem;
          top: 1.4rem;
          font-size: 1.8rem;
          top: 16px;
          color: #333333; }
          #wizard .selection_group .group .input_content em.icon-Icon {
            top: 15px; }
        #wizard .selection_group .group .input_content.wlabel {
          flex-direction: column; }
          #wizard .selection_group .group .input_content.wlabel label {
            color: #706E6A;
            font-size: 1.4rem;
            line-height: 2.2rem;
            position: absolute;
            top: 13px;
            left: 44px;
            transition: all 0.3s ease-in-out;
            z-index: 0; }
          #wizard .selection_group .group .input_content.wlabel.active label {
            font-size: .9rem;
            top: 2px; }
          #wizard .selection_group .group .input_content.wlabel > input {
            padding: 1rem 1.6rem 1rem 4.2rem;
            background-color: transparent;
            position: relative;
            z-index: 1; }
            #wizard .selection_group .group .input_content.wlabel > input:focus + label {
              top: 0;
              font-size: 10px;
              transition: all 0.3s ease;
              position: absolute; }
            #wizard .selection_group .group .input_content.wlabel > input.filled {
              padding: 1.6rem 1.6rem 0.6rem 4.2rem; }
              #wizard .selection_group .group .input_content.wlabel > input.filled + label {
                top: 0;
                font-size: 10px;
                color: #333333;
                transition: all 0.3s ease;
                position: absolute; }
            #wizard .selection_group .group .input_content.wlabel > input.filled + label,
            #wizard .selection_group .group .input_content.wlabel > input:focus + label {
              top: 0;
              font-size: 10px;
              color: #333333;
              transition: all 0.3s ease;
              position: absolute; }
          #wizard .selection_group .group .input_content.wlabel.filled label {
            top: 0px;
            font-size: 10px;
            color: #333333;
            transition: all 0.3s ease;
            position: absolute; }
      #wizard .selection_group .group.range > p {
        margin-bottom: 64px; }
        #wizard .selection_group .group.range > p em {
          font-size: 2.4rem;
          margin-left: 1.6rem; }
    #wizard .selection_group input {
      width: 100%;
      background: #ffffff;
      padding: 1.6rem 1.6rem 1.6rem 4.2rem;
      height: 4.7rem;
      font-size: 1.4rem;
      box-shadow: none;
      border: solid 1px #AEABA9;
      color: #32363B; }
      #wizard .selection_group input:active, #wizard .selection_group input:focus {
        outline: none;
        box-shadow: none;
        border: solid 1px #32363B; }
      #wizard .selection_group input.placeholder {
        color: #706E6A;
        font-size: 1.3rem;
        line-height: 2.3rem; }
      #wizard .selection_group input:-moz-placeholder {
        color: #706E6A;
        font-size: 1.3rem;
        line-height: 2.3rem; }
      #wizard .selection_group input::-moz-placeholder {
        color: #706E6A;
        font-size: 1.3rem;
        line-height: 2.3rem; }
      #wizard .selection_group input:-ms-input-placeholder {
        color: #706E6A;
        font-size: 1.3rem;
        line-height: 2.3rem; }
      #wizard .selection_group input::-webkit-input-placeholder {
        color: #706E6A;
        font-size: 1.3rem;
        line-height: 2.3rem; }
      #wizard .selection_group input:focus {
        border: solid 1px #32363B;
        box-shadow: none; }
      #wizard .selection_group input.filled {
        border: solid 1px #32363B; }
      #wizard .selection_group input.no_pad {
        padding: 1rem 1.6rem; }
    #wizard .selection_group input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px white inset;
      box-shadow: 0 0 0 1000px white inset;
      -webkit-text-fill-color: black;
      /* Opcional: para mantener el color del texto */ }
    #wizard .selection_group textarea {
      width: 100%;
      background: #ffffff;
      font-size: 1.4rem;
      border: 1px solid #AEABA9;
      padding: 1.2rem;
      width: 100%;
      height: 200px; }
      #wizard .selection_group textarea:focus {
        border: solid 1px #32363B;
        box-shadow: none; }
    #wizard .selection_group .radio {
      background: #ffffff;
      padding: 1.6rem;
      min-height: 5.8rem;
      font-size: 1.6rem;
      line-height: 2.6rem;
      font-weight: 700;
      box-shadow: none;
      border: solid 1px #AEABA9;
      color: #32363B;
      border-radius: 0px;
      margin-bottom: .8rem;
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 42px;
      cursor: pointer;
      box-sizing: border-box; }
      #wizard .selection_group .radio::before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        padding: 0;
        position: absolute;
        left: 15px;
        box-sizing: border-box; }
      #wizard .selection_group .radio::after {
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 50%;
        padding: 0;
        border: 2px solid #cccccc;
        position: absolute;
        left: 12px;
        background-color: #ffffff;
        box-sizing: border-box; }
      #wizard .selection_group .radio.active {
        border: solid 2px #333333; }
      #wizard .selection_group .radio:hover {
        background-color: #F5F5F5; }
    #wizard .selection_group .checkbox {
      background: #ffffff;
      padding: 1.6rem;
      min-height: 5.8rem;
      font-size: 1.6rem;
      line-height: 2.6rem;
      font-weight: 700;
      box-shadow: none;
      border: solid 1px #AEABA9;
      color: #32363B;
      border-radius: 0px;
      margin-bottom: 1.6rem;
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 42px;
      cursor: pointer;
      box-sizing: border-box; }
      #wizard .selection_group .checkbox::before {
        content: '';
        width: 11px;
        height: 11px;
        border-radius: 0%;
        padding: 0;
        position: absolute;
        left: 15px;
        box-sizing: border-box; }
      #wizard .selection_group .checkbox::after {
        content: '';
        width: 17px;
        height: 17px;
        border-radius: 8%;
        padding: 0;
        border: 2px solid #cccccc;
        position: absolute;
        left: 12px;
        box-sizing: border-box; }
      #wizard .selection_group .checkbox.active {
        border: solid 2px #333333; }
      #wizard .selection_group .checkbox:hover {
        background-color: #F5F5F5; }
      #wizard .selection_group .checkbox:last-of-type {
        margin-bottom: 0; }
    #wizard .selection_group input[type="radio"] {
      left: initial;
      opacity: 0;
      display: none; }
    #wizard .selection_group input[type="checkbox"] {
      left: initial;
      opacity: 0;
      display: none; }
    #wizard .selection_group .radio:has(:checked)::before, #wizard .selection_group .checkbox:has(:checked)::before {
      background-color: #AC9465;
      border: none;
      z-index: 1; }
    #wizard .selection_group .radio:has(:checked)::after, #wizard .selection_group .checkbox:has(:checked)::after {
      content: '';
      background-color: #ffffff;
      border: 2px solid #cccccc; }
    #wizard .selection_group .input_legal {
      position: relative;
      margin-bottom: 1.6rem; }
      #wizard .selection_group .input_legal input[type="checkbox"] {
        left: initial;
        opacity: 0;
        display: none; }
      #wizard .selection_group .input_legal .label_check_legal {
        margin-left: 2rem;
        color: #ABABAB; }
        #wizard .selection_group .input_legal .label_check_legal::before {
          content: '';
          width: 8px;
          height: 8px;
          border-radius: 8%;
          padding: 0;
          position: absolute;
          left: 4px;
          box-sizing: border-box; }
        #wizard .selection_group .input_legal .label_check_legal::after {
          content: '';
          width: 16px;
          height: 16px;
          border-radius: 8%;
          padding: 0;
          border: 2px solid #cccccc;
          position: absolute;
          left: 0px;
          top: -2px;
          box-sizing: border-box; }
        #wizard .selection_group .input_legal .label_check_legal.active::before {
          content: '';
          width: 8px;
          height: 8px;
          border-radius: 8%;
          padding: 0;
          position: absolute;
          left: 4px;
          top: 2px;
          box-sizing: border-box;
          background-color: #333333; }
      #wizard .selection_group .input_legal a {
        color: #008193; }
  #wizard .button:disabled {
    opacity: .6;
    cursor: not-allowed; }
  #wizard .button {
    width: 100%;
    justify-content: center; }

.tooltip-container {
  position: relative; }

.info-icon {
  cursor: pointer;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle; }

.tooltip-panel {
  display: none;
  position: absolute;
  left: 50%;
  top: -52px;
  background: #F4EFE8;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
  width: 321px;
  z-index: 8; }

.tooltip-panel::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 20px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #F4EFE8 transparent; }

.tooltip-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem; }

.tooltip-header .close-tooltip {
  background: none;
  border: none;
  font-size: 3.2rem;
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2rem; }

.tooltip-panel p {
  color: #2d2d2d;
  margin: 0 0 0.8 0;
  font-size: 1.3rem;
  line-height: 2.3rem; }
  .tooltip-panel p.bold {
    font-weight: 700; }

.tooltip-panel strong {
  color: #2d2d2d;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-bottom: .8rem; }
  .tooltip-panel strong em {
    margin-right: .8rem; }

.dual-range {
  --range-size:16px;
  height: 8px;
  background: #F4EFE8;
  border-radius: 50px;
  position: relative;
  user-select: none;
  margin: 20px 0 44px;
  max-width: 100%; }
  .dual-range .highlight {
    position: absolute;
    top: 3px;
    height: 4px;
    width: calc(calc(var(--x-2) - var(--x-1)) + calc(var(--range-size)));
    left: var(--x-1);
    z-index: 1;
    border-radius: 50px;
    background: #AC9465; }
  .dual-range .handle {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #AC9465;
    border: 2px solid #ffffff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: grab;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(172, 148, 101, 0.1);
    transition: box-shadow .2s 0s; }
    .dual-range .handle:active {
      cursor: grabbing; }
    .dual-range .handle:hover {
      box-shadow: 0 0 0 5px rgba(172, 148, 101, 0.1); }
    .dual-range .handle.left {
      left: var(--x-1); }
    .dual-range .handle.right {
      left: var(--x-2); }
      .dual-range .handle.right span {
        color: #AC9465; }
    .dual-range .handle span {
      background: #ffffff;
      border-radius: 3px;
      padding: 12px;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      position: absolute;
      transition: .2s 0s;
      bottom: calc(100% + 10px); }

.suggestions {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 47px;
  background: #ffffff;
  border: 1px solid #ddd;
  width: calc(100% - 2px);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }

.suggestions.hidden {
  display: none; }

.suggestions li {
  padding: 8px 10px;
  cursor: pointer; }

.suggestions li:hover {
  background-color: #f0f0f0; }

.input_content {
  position: relative; }

.metro-suggestions {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #ffffff;
  border: 1px solid #ddd;
  width: calc(100% - 2px);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }

.metro-suggestions.hidden {
  display: none; }

.metro-suggestions li {
  padding: 8px 10px;
  cursor: pointer; }

.metro-suggestions li:hover {
  background-color: #f0f0f0; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-Light.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-BoldItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-Black.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-LightItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-Bold.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-BlackItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-Italic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-ThinItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-MediumItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-Thin.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-Medium.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../dist/fonts/icons/Roboto-Regular.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GT Sectra Display';
  src: url(../dist/fonts/icons/GTSectraDisplay-LightItalic.eot);
  src: url(../dist/fonts/icons/GTSectraDisplay-LightItalic.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/GTSectraDisplay-LightItalic.woff2) format("woff2"), url(../dist/fonts/icons/GTSectraDisplay-LightItalic.woff) format("woff"), url(../dist/fonts/icons/GTSectraDisplay-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GT Sectra Display';
  src: url(../dist/fonts/icons/GTSectraDisplay-Light.eot);
  src: url(../dist/fonts/icons/GTSectraDisplay-Light.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/GTSectraDisplay-Light.woff2) format("woff2"), url(../dist/fonts/icons/GTSectraDisplay-Light.woff) format("woff"), url(../dist/fonts/icons/GTSectraDisplay-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GT Sectra Display';
  src: url(../dist/fonts/icons/GTSectraDisplay-Bold.eot);
  src: url(../dist/fonts/icons/GTSectraDisplay-Bold.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/GTSectraDisplay-Bold.woff2) format("woff2"), url(../dist/fonts/icons/GTSectraDisplay-Bold.woff) format("woff"), url(../dist/fonts/icons/GTSectraDisplay-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GT Sectra Display';
  src: url(../dist/fonts/icons/GTSectraDisplay-RegularItalic.eot);
  src: url(../dist/fonts/icons/GTSectraDisplay-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/GTSectraDisplay-RegularItalic.woff2) format("woff2"), url(../dist/fonts/icons/GTSectraDisplay-RegularItalic.woff) format("woff"), url(../dist/fonts/icons/GTSectraDisplay-RegularItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GT Sectra Display';
  src: url(../dist/fonts/icons/GTSectraDisplay-Regular.eot);
  src: url(../dist/fonts/icons/GTSectraDisplay-Regular.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/GTSectraDisplay-Regular.woff2) format("woff2"), url(../dist/fonts/icons/GTSectraDisplay-Regular.woff) format("woff"), url(../dist/fonts/icons/GTSectraDisplay-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GT Sectra Display';
  src: url(../dist/fonts/icons/GTSectraDisplay-Medium.eot);
  src: url(../dist/fonts/icons/GTSectraDisplay-Medium.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/GTSectraDisplay-Medium.woff2) format("woff2"), url(../dist/fonts/icons/GTSectraDisplay-Medium.woff) format("woff"), url(../dist/fonts/icons/GTSectraDisplay-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GT Sectra Display';
  src: url(../dist/fonts/icons/GTSectraDisplay-MediumItalic.eot);
  src: url(../dist/fonts/icons/GTSectraDisplay-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/GTSectraDisplay-MediumItalic.woff2) format("woff2"), url(../dist/fonts/icons/GTSectraDisplay-MediumItalic.woff) format("woff"), url(../dist/fonts/icons/GTSectraDisplay-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GT Sectra Display';
  src: url(../dist/fonts/icons/GTSectraDisplay-BoldItalic.eot);
  src: url(../dist/fonts/icons/GTSectraDisplay-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/GTSectraDisplay-BoldItalic.woff2) format("woff2"), url(../dist/fonts/icons/GTSectraDisplay-BoldItalic.woff) format("woff"), url(../dist/fonts/icons/GTSectraDisplay-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'icomoon';
  src: url(../dist/fonts/icons/icomoon.eot);
  src: url(../dist/fonts/icons/icomoon.eot#iefix) format("embedded-opentype"), url(../dist/fonts/icons/icomoon.ttf) format("truetype"), url(../dist/fonts/icons/icomoon.woff) format("woff"), url(../dist/fonts/icons/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-Info-Square:before {
  content: "\e925";
  color: #ac9465; }

.icon-menu-1:before {
  content: "\e924";
  color: #ac9465; }

.icon-telephone:before {
  content: "\e927"; }

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

.icon-Search:before {
  content: "\e926";
  color: #fff; }

.icon-share:before {
  content: "\e900";
  color: #ac9465; }

.icon-tren:before {
  content: "\e901";
  color: #ac9465; }

.icon-metro-2:before {
  content: "\e902";
  color: #ac9465; }

.icon-aparcabicis .path1:before {
  content: "\e903";
  color: #61b457; }

.icon-aparcabicis .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: white; }

.icon-metro .path1:before {
  content: "\e905";
  color: white; }

.icon-metro .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: #e8112d; }

.icon-metro .path3:before {
  content: "\e907";
  margin-left: -1em;
  color: #0038a8; }

.icon-metro .path4:before {
  content: "\e908";
  margin-left: -1em;
  color: white; }

.icon-cercanias .path1:before {
  content: "\e909";
  color: #ef2c30; }

.icon-cercanias .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: white; }

.icon-accesible .path1:before {
  content: "\e90b";
  color: #204a87; }

.icon-accesible .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: white; }

.icon-accesible .path3:before {
  content: "\e90d";
  margin-left: -1em;
  color: white; }

.icon-parking .path1:before {
  content: "\e90e";
  color: #204a87; }

.icon-parking .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: white; }

.icon-info-icon .path1:before {
  content: "\e910";
  color: #003ca6; }

.icon-info-icon .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: white; }

.icon-info-icon .path3:before {
  content: "\e912";
  margin-left: -1em;
  color: white; }

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

.icon-zonas-deportivas:before {
  content: "\e914";
  color: #ac9465; }

.icon-centros-deportivos:before {
  content: "\e915";
  color: #ac9465; }

.icon-biblioteca:before {
  content: "\e916";
  color: #ac9465; }

.icon-teatro:before {
  content: "\e917";
  color: #ac9465; }

.icon-email:before {
  content: "\e918"; }

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

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

.icon-Download:before {
  content: "\e91b"; }

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

.icon-centros-culturales:before {
  content: "\e91d";
  color: #ac9465; }

.icon-centros-comerciales:before {
  content: "\e91e";
  color: #ac9465; }

.icon-carreteras:before {
  content: "\e91f";
  color: #ac9465; }

.icon-parques:before {
  content: "\e920";
  color: #ac9465; }

.icon-home:before {
  content: "\e921"; }

.icon-centro-salud:before {
  content: "\e922";
  color: #ac9465; }

.icon-hospital:before {
  content: "\e923";
  color: #ac9465; }

.button {
  display: inline-flex;
  align-items: center;
  background-color: #AC9465;
  color: #ffffff;
  padding: 0.8rem 2.4rem;
  margin: 0 auto 0 auto;
  text-decoration: none;
  cursor: pointer;
  border: none;
  min-height: 4.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem; }
  .button:hover {
    background-color: #333130;
    color: #ffffff; }
  .button.negativo {
    border: 1px solid #746343;
    color: #746343;
    background-color: transparent; }
    .button.negativo:hover {
      background-color: #746343;
      color: #ffffff; }
      .button.negativo:hover em {
        color: #ffffff; }
    .button.negativo em {
      color: #746343; }
  .button em {
    font-size: 2.4rem;
    margin-left: 2.4rem; }

.hero {
  min-height: 600px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .hero {
      min-height: 600px;
      display: flex;
      justify-content: center;
      align-items: center; } }
  .hero picture img {
    object-fit: cover;
    height: 600px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: bottom; }
  .hero .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    z-index: 2;
    max-width: 600px;
    padding: 0 2rem; }
    .hero .content h1 {
      font-size: 4.8rem;
      line-height: 5.8rem;
      color: #ffffff;
      font-style: italic;
      font-weight: 400;
      font-family: "GT Sectra Display", serif;
      text-align: center; }
      .hero .content h1 span {
        color: #AC9465; }
      @media screen and (min-width: 1024px) {
        .hero .content h1 {
          font-size: 6rem;
          line-height: 7.2rem; } }

.block_wizard {
  max-width: 75rem;
  margin: 2.4rem auto;
  background-color: #ffffff;
  border-radius: 1.6rem; }
  @media screen and (min-width: 1024px) {
    .block_wizard {
      margin: 3.2rem auto; } }
  .block_wizard #wizard {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    @media screen and (min-width: 1024px) {
      .block_wizard #wizard {
        padding: 4.8rem 3.2rem; } }
  .block_wizard .step {
    display: none; }
  .block_wizard .step.active {
    display: block; }
  .block_wizard .hidden {
    display: none; }
  .block_wizard .email-container {
    flex-wrap: wrap; }
  .block_wizard .error {
    color: #b52121;
    margin-top: 5px;
    font-size: 1.2rem; }

#wizard-progress {
  display: flex;
  justify-content: center;
  background-color: #F4F3F1;
  padding: 4rem 0; }
  @media screen and (min-width: 560px) {
    #wizard-progress {
      padding: 4rem 0; } }

.line {
  height: 1px;
  background-color: #AC9465;
  max-width: 20px;
  width: 100%;
  top: 12px;
  position: relative;
  max-width: 40px; }
  @media screen and (min-width: 560px) {
    .line {
      max-width: 113px;
      top: 21px; } }

.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 135px; }
  .step-indicator span {
    color: #AC9465;
    background-color: #ffffff;
    border: 1px solid #AC9465;
    border-radius: 50%;
    font-size: 1.4rem;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .step-indicator span {
        font-size: 2rem;
        width: 4.4rem;
        height: 4.4rem;
        padding: 1.6rem; } }
    .step-indicator span.ok {
      display: none; }
  .step-indicator p {
    margin-top: .8rem;
    color: #AC9465;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .step-indicator p {
        width: 72px; } }
  .step-indicator.active span {
    background-color: #AC9465;
    color: white; }
  .step-indicator.filled span {
    background-color: #746343;
    color: white; }
    .step-indicator.filled span.number {
      display: none; }
    .step-indicator.filled span.ok {
      display: flex; }

.velo {
  display: none; }
  .velo.active {
    position: fixed;
    z-index: 99999;
    background: #ffffff;
    height: 100%;
    width: 100vW;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.6rem; }
  .velo img {
    max-width: 105px; }
  .velo .progress_response {
    background-color: #F4EFE8;
    height: 1rem;
    width: 18.3rem; }
    .velo .progress_response--load {
      background-color: #AC9465;
      height: 1rem;
      width: 1%;
      transition: width 1s linear; }
  .velo .progress_text {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 100%;
    text-align: center;
    color: #333130; }
    .velo .progress_text p {
      font-size: 16.8px;
      font-style: normal;
      font-weight: 400;
      line-height: 26.8px;
      line-height: 26.8px;
      position: absolute;
      width: 100%;
      margin: 0;
      top: 0;
      opacity: 0;
      transform: translateY(100%);
      transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
      .velo .progress_text p.active {
        opacity: 1;
        transform: translateY(0); }
      .velo .progress_text p.inactive {
        opacity: 0;
        transform: translateY(-100%); }

.municipios_list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 3.2;
  margin-bottom: 3.2rem; }
  @media screen and (min-width: 560px) {
    .municipios_list {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 4.8rem 2.4rem;
      margin-top: 6.4rem;
      margin-bottom: 6.4rem; } }
  .municipios_list--item {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 100%; }
    @media screen and (min-width: 560px) {
      .municipios_list--item {
        flex: 1 1 calc((100% - 1 * 2.4rem) / 2);
        max-width: calc((100% - 1 * 2.4rem) / 2); } }
    @media screen and (min-width: 768px) {
      .municipios_list--item {
        flex: 1 1 calc((100% - 2 * 2.4rem) / 3);
        max-width: calc((100% - 2 * 2.4rem) / 3); } }
    .municipios_list--item .content_img {
      position: relative; }
    .municipios_list--item .content_text {
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 1.6rem;
      padding: 2.4rem; }
      .municipios_list--item .content_text h2 {
        font-size: 2.4rem;
        line-height: 2.8rem;
        font-weight: 700;
        color: #353027;
        font-family: "Roboto", sans-serif; }

footer {
  margin-top: 6.4rem;
  padding: 2.4rem;
  border-top: solid 1px #746343; }
  @media screen and (min-width: 1024px) {
    footer {
      margin-top: 3.2rem;
      padding: 2.4rem 0; } }
  footer .footer {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 1024px) {
      footer .footer {
        flex-direction: row;
        justify-content: center; } }
    footer .footer .column {
      display: flex;
      flex-direction: column;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        footer .footer .column {
          flex-direction: row;
          text-align: initial;
          width: 100%; }
          footer .footer .column:last-of-type {
            justify-content: flex-end; } }
      footer .footer .column p {
        font-size: 1.3rem;
        line-height: 1.3rem;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        color: #746343; }
        footer .footer .column p + p {
          margin-top: 1.2rem;
          margin-left: 0; }
          @media screen and (min-width: 1024px) {
            footer .footer .column p + p {
              margin-top: 0;
              margin-left: 1.2rem; } }
      footer .footer .column > a {
        font-size: 1.3rem;
        line-height: 1.3rem;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        color: #746343;
        text-decoration: none;
        margin-top: 2.4rem; }
        @media screen and (min-width: 1024px) {
          footer .footer .column > a {
            margin-top: 0;
            margin-left: 1.6rem; } }
      footer .footer .column ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 1.6rem;
        margin-top: 2.4rem; }
        @media screen and (min-width: 1024px) {
          footer .footer .column ul {
            margin-top: 0;
            flex-direction: row; } }
        footer .footer .column ul li {
          list-style: none; }
          footer .footer .column ul li a {
            font-size: 1.3rem;
            line-height: 1.3rem;
            font-weight: 700;
            font-family: "Roboto", sans-serif;
            color: #746343;
            text-decoration: none; }

.header__typeOne {
  background-color: #333130;
  padding: 0 2rem;
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 9; }
  .header__typeOne .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.3rem 2rem 0;
    display: flex;
    height: 96px; }
    .header__typeOne .container #mobileNav {
      margin-left: auto;
      padding-top: 1rem; }
      .header__typeOne .container #mobileNav em {
        font-size: 1.2rem;
        color: #AC9465;
        cursor: pointer; }
      @media screen and (min-width: 1024px) {
        .header__typeOne .container #mobileNav {
          display: none; } }
    @media screen and (max-width: 1024px) {
      .header__typeOne .container .nav {
        height: 100dvh;
        position: absolute;
        left: -100vh;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        top: 96px;
        bottom: 0;
        z-index: 1;
        width: 0%;
        opacity: 0;
        padding: 0;
        background-color: #ffffff;
        padding: 4.8rem 2.4rem 2.4rem;
        z-index: -1; }
        .header__typeOne .container .nav.active {
          left: 0;
          opacity: 1;
          z-index: 9999999;
          width: 100%; } }
    @media (min-width: 1024px) {
      .header__typeOne .container .nav {
        margin-left: auto; } }
    .header__typeOne .container .nav ul.menu {
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0; }
      @media (min-width: 1024px) {
        .header__typeOne .container .nav ul.menu {
          flex-direction: row;
          gap: 3.2rem; } }
      .header__typeOne .container .nav ul.menu > li {
        list-style: none;
        padding: 0.6rem 0rem 3.2rem 0rem; }
        @media (max-width: 1024px) {
          .header__typeOne .container .nav ul.menu > li {
            padding: 0;
            margin-bottom: 2.4rem;
            display: flex;
            justify-content: space-between; } }
        .header__typeOne .container .nav ul.menu > li a {
          font-size: 1.6rem;
          line-height: 2.6rem;
          font-weight: 400;
          color: #ffffff;
          text-decoration: none; }
          @media (max-width: 1024px) {
            .header__typeOne .container .nav ul.menu > li a {
              color: #333130; } }
        .header__typeOne .container .nav ul.menu > li:hover a {
          color: #AC9465; }
        .header__typeOne .container .nav ul.menu > li.active a {
          color: #AC9465; }
        .header__typeOne .container .nav ul.menu > li em {
          display: none; }
          @media screen and (max-width: 1024px) {
            .header__typeOne .container .nav ul.menu > li em {
              display: block;
              cursor: pointer;
              color: #AC9465;
              font-size: 2.4rem; } }
      .header__typeOne .container .nav ul.menu .megamenu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 96px;
        background-color: #ffffff;
        padding: 3.2rem 1rem; }
        .header__typeOne .container .nav ul.menu .megamenu.menu-show {
          display: block; }
          .header__typeOne .container .nav ul.menu .megamenu.menu-show::-webkit-scrollbar {
            opacity: 0; }
        @media screen and (max-width: 1024px) {
          .header__typeOne .container .nav ul.menu .megamenu {
            top: 0;
            bottom: 0; }
            .header__typeOne .container .nav ul.menu .megamenu.active {
              display: block; }
              .header__typeOne .container .nav ul.menu .megamenu.active .mobile_panel {
                z-index: 1;
                position: relative; }
                .header__typeOne .container .nav ul.menu .megamenu.active .mobile_panel.active {
                  z-index: 1;
                  position: relative; }
            .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep {
              padding-left: 2.4rem;
              padding-right: 2.4rem; }
              .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column.panel1 {
                z-index: 999;
                position: absolute;
                background: #ffffff;
                width: 100%;
                height: 100%;
                left: 0;
                bottom: 0;
                top: 0;
                right: 0;
                padding-left: 2.4rem;
                padding-right: 2.4rem;
                box-sizing: border-box;
                height: calc(100dvh - 144px);
                overflow-y: auto; }
              .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list {
                padding: 0; }
                .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 {
                  list-style: none;
                  margin-bottom: 1.6rem;
                  display: flex;
                  flex-direction: row;
                  justify-content: space-between;
                  align-items: center; }
                  .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2:last-of-type {
                    margin-bottom: 0; }
                  .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 a {
                    text-decoration: none;
                    position: relative;
                    color: #000000;
                    font-size: 1.6rem;
                    line-height: 2.6rem;
                    font-weight: 400;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                    padding-right: 2.4rem;
                    color: #333130; }
                  .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 em {
                    display: none; } }
          @media screen and (max-width: 1024px) and (max-width: 1024px) {
            .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 em {
              display: block;
              cursor: pointer;
              color: #AC9465;
              font-size: 2.4rem; } }
        @media screen and (max-width: 1024px) {
                  .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2:hover a {
                    color: #AC9465; }
                  .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 {
                    display: none;
                    z-index: 999;
                    position: absolute;
                    background: #ffffff;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    bottom: 0;
                    top: 0;
                    right: 0;
                    padding-left: 2.4rem;
                    padding-right: 2.4rem;
                    padding-top: 2.4rem;
                    box-sizing: border-box;
                    height: calc(100dvh - 144px);
                    overflow-y: auto; }
                    .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2.active {
                      display: block; }
                    .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list {
                      background: #ffffff;
                      padding: 0; }
                      .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 {
                        list-style: none;
                        margin-bottom: 1.6rem;
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        align-items: center; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3:last-of-type {
                          margin-bottom: 0; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 a {
                          text-decoration: none;
                          position: relative;
                          color: #000000;
                          font-size: 1.6rem;
                          line-height: 2.6rem;
                          font-weight: 400;
                          display: flex;
                          flex-direction: row;
                          justify-content: space-between;
                          align-items: center;
                          padding-right: 2.4rem; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 em {
                          display: block;
                          cursor: pointer;
                          color: #AC9465;
                          font-size: 2.4rem;
                          display: block; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3:first-of-type a {
                          font-weight: 700;
                          color: #AC9465; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3:hover a {
                          color: #AC9465; } }
        @media screen and (min-width: 1024px) {
          .header__typeOne .container .nav ul.menu .megamenu {
            background-color: #ffffff;
            padding: 0;
            height: 100vh; }
            .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep {
              height: 100%; }
              .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column {
                background-color: #F4F3F1;
                box-sizing: border-box;
                width: 288px;
                max-width: 288px;
                padding: 2.4rem 0;
                height: 100%;
                z-index: 2; }
                .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list {
                  padding: 0; }
                  .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 {
                    list-style: none;
                    margin-bottom: 2.4rem;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                    padding: 0 2.4rem; }
                    .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2:last-of-type {
                      margin-bottom: 0; }
                    .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2:hover .panel2 {
                      display: block; }
                    .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2:hover a {
                      color: #AC9465; }
                    .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 a {
                      text-decoration: none;
                      position: relative;
                      color: #000000;
                      font-size: 1.6rem;
                      line-height: 2.6rem;
                      font-weight: 400; }
                      .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 a:hover {
                        color: #AC9465; }
                    .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 em {
                      display: block;
                      cursor: pointer;
                      color: #AC9465;
                      font-size: 2.4rem;
                      display: block;
                      margin-left: auto; }
                    .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 {
                      display: none;
                      top: 0;
                      height: 100%;
                      position: absolute;
                      z-index: 3;
                      left: 288px;
                      padding: 2.4rem 0;
                      background-color: #F9F9F8; }
                      .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 > .goback.backLevel2 {
                        display: block; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 > .goback.backLevel2 span {
                          display: none; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 > .goback.backLevel2 p {
                          margin-top: 0; }
                      .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 {
                        list-style: none;
                        margin-bottom: 2.4rem;
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        align-items: center;
                        padding: 0 2.4rem; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 a {
                          text-decoration: none;
                          position: relative;
                          color: #000000;
                          font-size: 1.6rem;
                          line-height: 2.6rem;
                          font-weight: 400; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 em {
                          display: block;
                          cursor: pointer;
                          color: #AC9465;
                          font-size: 2.4rem;
                          display: block;
                          margin-left: auto; }
                        .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3:hover a {
                          color: #AC9465; }
                .header__typeOne .container .nav ul.menu .megamenu .megamenu_deep .megamenu_deep--column.panel2 {
                  background-color: #ffffff; } }

.goback {
  border-bottom: dashed 1px #CECCC8;
  padding-top: 2.4rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem; }
  .goback.lastLevel {
    padding-top: 0; }
  @media screen and (min-width: 1024px) {
    .goback {
      padding-right: 2.4rem;
      padding-left: 2.4rem;
      display: none; } }
  .goback span {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #AC9465;
    margin-bottom: 1.6rem;
    display: flex;
    cursor: pointer; }
    .goback span em {
      transform: rotate(179deg);
      position: relative;
      top: -1px;
      margin-right: 1.6rem; }
  .goback p {
    color: #333130;
    font-weight: 700; }

.typ_hero {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
  gap: 3.2rem;
  margin-top: 9.6rem;
  padding-top: 3.2rem; }
  @media screen and (min-width: 1024px) {
    .typ_hero {
      flex-direction: row;
      margin-bottom: 6.4rem;
      gap: 4.4rem;
      padding-top: 6.4rem; } }
  @media screen and (min-width: 1024px) {
    .typ_hero > img {
      margin: 0 auto; } }
  .typ_hero--content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    .typ_hero--content h1 {
      font-size: 4.8rem;
      line-height: 5.8rem;
      font-weight: 400;
      font-family: "GT Sectra Display", serif;
      color: #353027;
      font-style: italic; }
      @media screen and (min-width: 1024px) {
        .typ_hero--content h1 {
          font-size: 6rem;
          line-height: 7.2rem;
          margin-bottom: 2.4rem; } }
      .typ_hero--content h1 span {
        color: #AC9465; }
    .typ_hero--content p.bold {
      font-size: 2rem;
      line-height: 3rem;
      font-weight: 700;
      color: #333; }
    .typ_hero--content p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2.6rem;
      color: #353027; }
    .typ_hero--content .botonera {
      display: flex;
      flex-direction: row;
      gap: 1.6rem; }

.typ_result_list {
  display: flex;
  flex-direction: column;
  padding: 2.4rem 0 0 0;
  margin-bottom: 6.4rem;
  gap: 2.4rem; }
  @media screen and (min-width: 768px) {
    .typ_result_list {
      flex-direction: row;
      flex-wrap: wrap;
      padding: 2.4rem 2.4rem 0 2.4rem;
      gap: 4.8rem; } }
  .typ_result_list--item {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 100%; }
    @media screen and (min-width: 768px) {
      .typ_result_list--item {
        flex: 1 1 calc((100% - 1 * 4.8rem) / 2);
        max-width: calc((100% - 1 * 4.8rem) / 2); } }
    @media screen and (min-width: 1024px) {
      .typ_result_list--item {
        flex: 1 1 calc((100% - 2 * 4.8rem) / 3);
        max-width: calc((100% - 2 * 4.8rem) / 3); } }
    .typ_result_list--item:nth-of-type(2) {
      position: relative; }
      .typ_result_list--item:nth-of-type(2)::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        border-right: dashed 1px #C5C1BF;
        right: -2.4rem; }
        @media screen and (max-width: 1024px) {
          .typ_result_list--item:nth-of-type(2)::after {
            display: none; } }
      .typ_result_list--item:nth-of-type(2)::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        border-left: dashed 1px #C5C1BF;
        left: -2.4rem; }
        @media screen and (max-width: 768px) {
          .typ_result_list--item:nth-of-type(2)::before {
            display: none; } }
    .typ_result_list--item picture {
      position: relative; }
      .typ_result_list--item picture img {
        height: 200px;
        object-fit: cover;
        width: 100%; }
    .typ_result_list--item .text {
      background-color: #F4EFE8;
      padding: 2.4rem;
      display: flex;
      flex-direction: column;
      gap: 1.6rem;
      padding: 2.4rem;
      height: 100%; }
      .typ_result_list--item .text h3 {
        font-size: 2.4rem;
        line-height: 2.8rem;
        font-weight: 700;
        color: #353027;
        font-family: "Roboto", sans-serif;
        text-align: center; }
      .typ_result_list--item .text ul, .typ_result_list--item .text ol {
        padding-left: 0;
        margin: 0; }
        .typ_result_list--item .text ul li, .typ_result_list--item .text ol li {
          list-style: none;
          font-size: 1.6rem;
          line-height: 2.6rem;
          color: #000000;
          margin-bottom: 1.8rem;
          margin-left: 17px;
          padding-left: 14px;
          position: relative;
          color: #333130; }
          .typ_result_list--item .text ul li::before, .typ_result_list--item .text ol li::before {
            content: "\e91a";
            color: #AC9465;
            font-family: 'icomoon';
            font-size: 2.4rem;
            height: 2.4rem;
            top: 1px;
            left: -18px;
            position: absolute; }
      .typ_result_list--item .text .button {
        margin-top: auto; }

.row_municipio {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2.4rem; }
  @media screen and (min-width: 1024px) {
    .row_municipio {
      flex-direction: row;
      gap: 4.8rem; } }
  .row_municipio .municipio_result:only-child {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .row_municipio .municipio_result {
      margin-bottom: 0; } }
  .row_municipio .municipio_result:nth-of-type(2) {
    position: relative; }
    .row_municipio .municipio_result:nth-of-type(2)::before {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      border-left: dashed 1px #C5C1BF;
      left: -2.4rem;
      top: 0;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        .row_municipio .municipio_result:nth-of-type(2)::before {
          display: none; } }
  .row_municipio .municipio_result_list {
    margin-bottom: 0;
    height: initial; }

.municipio_result {
  margin-bottom: 2.4rem; }
  @media screen and (min-width: 1024px) {
    .municipio_result {
      margin-bottom: 4.8rem; } }
  .municipio_result_list {
    display: flex;
    flex-direction: column;
    padding: 2.4rem 0 0 0;
    margin-bottom: 6.4rem;
    gap: 2.4rem; }
    @media screen and (min-width: 1024px) {
      .municipio_result_list {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 2.4rem 2.4rem 0 2.4rem;
        gap: 4.8rem;
        width: 100%;
        height: 100%; } }
    .municipio_result_list--item-single {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      background-color: #F4EFE8;
      padding: 2.4rem;
      gap: 2.4rem; }
      .municipio_result_list--item-single .title {
        display: flex;
        gap: 0.8rem; }
        .municipio_result_list--item-single .title img {
          width: 3.2rem;
          height: 3.2rem; }
        .municipio_result_list--item-single .title h2 {
          color: #333130;
          font-size: 2.4rem;
          line-height: 2.8rem; }
      .municipio_result_list--item-single p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        color: #333130; }
      .municipio_result_list--item-single__item {
        display: flex;
        flex-direction: column;
        gap: 0.8rem; }
        .municipio_result_list--item-single__item .item {
          display: flex;
          gap: 0.8rem; }
          .municipio_result_list--item-single__item .item img {
            width: 2.4rem;
            height: 2.4rem;
            font-size: 2.4rem; }
          .municipio_result_list--item-single__item .item p {
            font-size: 1.6rem;
            line-height: 2.6rem;
            color: #333130; }
            .municipio_result_list--item-single__item .item p strong {
              font-weight: 700; }
            .municipio_result_list--item-single__item .item p a {
              font-size: 1.6rem;
              line-height: 2.6rem;
              color: #333130;
              text-decoration: underline; }
          .municipio_result_list--item-single__item .item a {
            font-size: 1.6rem;
            line-height: 2.6rem;
            color: #333130;
            text-decoration: underline; }
      .municipio_result_list--item-single:not(:first-of-type) {
        position: relative; }
        .municipio_result_list--item-single:not(:first-of-type)::before {
          content: '';
          position: absolute;
          width: 1px;
          height: 100%;
          border-left: dashed 1px #C5C1BF;
          left: -2.4rem;
          top: 0; }
          @media screen and (max-width: 1024px) {
            .municipio_result_list--item-single:not(:first-of-type)::before {
              display: none; } }

.banner {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.4rem; }
  @media screen and (min-width: 768px) {
    .banner {
      flex-direction: row;
      justify-content: center; } }
  .banner_text {
    background-color: #464443;
    padding: 2.4rem; }
    @media screen and (min-width: 768px) {
      .banner_text {
        flex-direction: row;
        padding: 4.8rem 6.4rem; } }
    .banner_text h2 {
      font-size: 4.8rem;
      line-height: 5.8rem;
      font-weight: 400;
      font-family: "GT Sectra Display", serif;
      color: #ffffff;
      font-style: italic;
      margin-bottom: 1.6rem; }
      .banner_text h2 span {
        color: #AC9465; }
    .banner_text p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2.6rem;
      color: #ffffff;
      margin-bottom: 2.4rem; }
  .banner_img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .banner_img img {
        min-height: 267px; } }

.iframe h2 {
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #353027;
  font-style: italic;
  font-weight: 400;
  font-family: "GT Sectra Display", serif; }
  @media screen and (min-width: 768px) {
    .iframe h2 {
      font-size: 6rem;
      line-height: 7.2rem; } }
  .iframe h2 span {
    color: #AC9465; }

.title_box {
  padding: 0.8rem 2.4rem;
  display: flex;
  align-items: center;
  background-color: #333130; }
  .title_box h2 {
    font-size: 4.8rem;
    line-height: 5.8rem;
    color: #ffffff;
    font-style: italic;
    font-weight: 400;
    font-family: "GT Sectra Display", serif; }
    @media screen and (min-width: 768px) {
      .title_box h2 {
        font-size: 3.6rem;
        line-height: 4.8rem; } }
    .title_box h2 span {
      color: #AC9465; }

.botonera .mobile {
  display: flex; }
  @media screen and (min-width: 1024px) {
    .botonera .mobile {
      display: none; } }

.botonera .desktop {
  display: none; }
  @media screen and (min-width: 1024px) {
    .botonera .desktop {
      display: flex;
      position: relative; }
      .botonera .desktop .popup_share {
        position: absolute;
        top: 0;
        left: 0%;
        width: 100%;
        height: 4.7rem;
        background-color: #746343;
        display: none;
        justify-content: center;
        align-items: center; }
        .botonera .desktop .popup_share.open {
          display: flex;
          gap: 1.4rem; }
        .botonera .desktop .popup_share a {
          text-decoration: none; }
          .botonera .desktop .popup_share a em {
            color: #ffffff;
            font-size: 2rem;
            margin-left: 0;
            position: relative;
            top: 4px; }
            .botonera .desktop .popup_share a em::before {
              color: #ffffff; }
          .botonera .desktop .popup_share a svg {
            position: relative;
            top: 4px; } }

.botonera .button {
  margin: 0; }

.lp_content {
  display: flex;
  flex-direction: column;
  margin-top: 9.6rem;
  padding: 4.8rem 0; }
  @media screen and (min-width: 768px) {
    .lp_content {
      flex-direction: row;
      gap: 9.7rem; } }
  @media screen and (min-width: 768px) {
    .lp_content--column.large {
      flex-basis: 55%; }
    .lp_content--column.short {
      flex-basis: 45%; }
    .lp_content--column.order_1 {
      order: 2; }
    .lp_content--column.order_2 {
      order: 1; } }
  @media screen and (max-width: 768px) {
    .lp_content--column:last-of-type {
      margin-top: 4.8rem; }
    .lp_content--column.no_margin {
      margin-top: 2.4rem; } }
  .lp_content--column h1, .lp_content--column h2 {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
    line-height: 3.8rem;
    color: #353027; }
  .lp_content--column .accordion_list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    .lp_content--column .accordion_list .accordion_item .accordion__header {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .lp_content--column .accordion_list .accordion_item .accordion__header img {
        margin-right: 1.6rem;
        height: 4.2rem;
        width: 4.2rem; }
      .lp_content--column .accordion_list .accordion_item .accordion__header p {
        font-size: 2.4rem;
        line-height: 2.8rem;
        color: #353027;
        font-weight: 700; }
      .lp_content--column .accordion_list .accordion_item .accordion__header em {
        position: relative;
        transform: rotate(90deg);
        font-size: 2.4rem;
        color: #333333;
        margin-left: .8rem;
        transition: 0.3s ease-in-out; }
    .lp_content--column .accordion_list .accordion_item .accordion__content {
      max-height: 0;
      transition: max-height 0.3s ease-out;
      overflow: hidden; }
      .lp_content--column .accordion_list .accordion_item .accordion__content__body {
        padding-top: 1.6rem; }
        .lp_content--column .accordion_list .accordion_item .accordion__content__body p {
          font-size: 1.6rem;
          line-height: 2.6rem;
          color: #333;
          margin-bottom: 2rem; }
        .lp_content--column .accordion_list .accordion_item .accordion__content__body .pic_line {
          position: relative;
          margin-bottom: 2rem; }
          .lp_content--column .accordion_list .accordion_item .accordion__content__body .pic_line em {
            position: absolute;
            bottom: 0;
            right: 0;
            font-size: 2.4rem;
            color: #ffffff;
            padding: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #706E6A;
            cursor: pointer; }
        .lp_content--column .accordion_list .accordion_item .accordion__content__body .button {
          margin: 0 0 2rem 0; }
        .lp_content--column .accordion_list .accordion_item .accordion__content__body .subtitle {
          font-size: 2rem;
          line-height: 3rem;
          color: #333333;
          margin-bottom: 1.6rem;
          font-weight: 700; }
        .lp_content--column .accordion_list .accordion_item .accordion__content__body .servicios_linea {
          padding: 2.4rem;
          margin-bottom: 2.4rem;
          display: flex;
          flex-direction: column;
          gap: 2.4rem;
          background-color: #F4F3F1; }
          @media screen and (min-width: 768px) {
            .lp_content--column .accordion_list .accordion_item .accordion__content__body .servicios_linea {
              flex-direction: row; } }
          .lp_content--column .accordion_list .accordion_item .accordion__content__body .servicios_linea .columns {
            display: flex;
            flex-direction: column;
            gap: 2.4rem; }
            .lp_content--column .accordion_list .accordion_item .accordion__content__body .servicios_linea .columns .servicios_linea--item {
              display: flex;
              gap: .8rem;
              align-items: flex-start; }
              .lp_content--column .accordion_list .accordion_item .accordion__content__body .servicios_linea .columns .servicios_linea--item img {
                width: 2.4rem;
                position: relative;
                top: 6px; }
              .lp_content--column .accordion_list .accordion_item .accordion__content__body .servicios_linea .columns .servicios_linea--item .text .title_info {
                font-size: 1.6rem;
                line-height: 2.6rem;
                color: #353027;
                font-weight: 700; }
              .lp_content--column .accordion_list .accordion_item .accordion__content__body .servicios_linea .columns .servicios_linea--item .text a {
                font-size: 1.6rem;
                line-height: 2.6rem;
                color: #353027;
                text-decoration: underline; }
              .lp_content--column .accordion_list .accordion_item .accordion__content__body .servicios_linea .columns .servicios_linea--item .text > p {
                font-size: 1.6rem;
                line-height: 2.6rem;
                color: #353027;
                margin-bottom: 0; }
    .lp_content--column .accordion_list .accordion_item.active .accordion__header em {
      transform: rotate(-90deg); }
    .lp_content--column .accordion_list .accordion_item.active .accordion__content {
      max-height: 500px;
      transition: max-height 0.6s ease-in; }
  .lp_content--column .line_detail {
    display: flex;
    margin-bottom: 2.4rem; }
    .lp_content--column .line_detail img {
      margin-right: 1.6rem;
      height: 4.2rem;
      width: 4.2rem;
      position: relative;
      top: 6px; }
    .lp_content--column .line_detail p {
      font-size: 3.2rem;
      line-height: 3.8rem;
      color: #353027;
      font-weight: 700; }
    .lp_content--column .line_detail span {
      font-size: 2rem;
      line-height: 3rem;
      color: #706E6A;
      font-weight: 700;
      display: block; }
  .lp_content--column .info_metro {
    padding: 2.4rem;
    margin-bottom: 2.4rem;
    background-color: #F4F3F1; }
    .lp_content--column .info_metro p {
      font-size: 1.6rem;
      line-height: 2.6rem;
      color: #353027; }
      .lp_content--column .info_metro p strong {
        font-weight: 700; }
    .lp_content--column .info_metro .note {
      margin-top: 2.4rem;
      display: flex;
      gap: 0.8rem; }
      .lp_content--column .info_metro .note em {
        font-size: 2.4rem; }
      .lp_content--column .info_metro .note p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        color: #353027; }
        .lp_content--column .info_metro .note p strong {
          font-weight: 700; }
      .lp_content--column .info_metro .note .text p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        color: #353027; }
        .lp_content--column .info_metro .note .text p strong {
          font-weight: 700; }
  .lp_content--column .mapa {
    position: relative; }
    .lp_content--column .mapa img {
      width: 100%; }
    .lp_content--column .mapa em {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 2.4rem;
      color: #333333;
      padding: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #FF001C;
      cursor: pointer; }
    .lp_content--column .mapa.linea em {
      background-color: #706E6A;
      color: #ffffff; }
  .lp_content--column .other_lines {
    margin-top: 2.4rem; }
    .lp_content--column .other_lines p {
      font-size: 2.4rem;
      line-height: 2.8rem;
      color: #353027;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 0.8rem; }
      @media screen and (min-width: 768px) {
        .lp_content--column .other_lines p em {
          display: none; } }
      .lp_content--column .other_lines p em {
        position: relative;
        transform: rotate(90deg);
        font-size: 2.4rem;
        color: #333333;
        margin-left: .8rem;
        transition: 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .lp_content--column .other_lines .accordion_lines {
        max-height: 0;
        transition: max-height 0.3s ease-out;
        overflow: hidden; }
      .lp_content--column .other_lines.active p em {
        transform: rotate(-90deg); }
      .lp_content--column .other_lines.active .accordion_lines {
        max-height: 500px;
        transition: max-height 0.6s ease-in; } }
    .lp_content--column .other_lines .lines {
      margin: 2.4rem 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 1.8rem;
      max-width: 300px; }
    .lp_content--column .other_lines .border {
      border-top: dashed 1px #C5C1BF; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  display: none;
  /* Oculto por defecto */
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw; }
  .modal #closeModal {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 4.8rem;
    width: 4.8rem;
    height: 4.8rem; }
  .modal img {
    max-width: 100%;
    height: auto;
    display: block; }
  .modal.active {
    display: flex;
    justify-content: center;
    align-items: center; }

.typ_print {
  display: none; }

@media print {
  .typ_print {
    display: inherit !important; }
  main {
    margin-top: -100px; }
    main .wrapper-xs > *:not(.typ_print) {
      display: none; }
  header, footer {
    display: none !important; }
  .typ_hero {
    flex-direction: row;
    padding-top: 0px !important;
    margin-bottom: 20px !important; }
    .typ_hero > * {
      width: 50%; }
    .typ_hero img {
      width: 300px !important;
      height: auto !important; }
  h2 {
    font-size: 28px !important; }
  h2 {
    font-size: 24px !important; }
  h3 {
    font-size: 16px !important; }
  p {
    font-size: 14px !important; }
  .title_box {
    padding: 0px !important; }
  .typ_result_list {
    flex-direction: row;
    margin-bottom: 0px !important; }
  .typ_result_list--item img {
    height: 200px !important; }
  .typ_result_list--item .text {
    padding: 0px !important; }
  .banner {
    margin: 0px !important; }
  footer {
    margin-top: 0px !important; }
  * {
    height: fit-content !important; } }

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

::-webkit-scrollbar {
  display: none; }

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

html, body {
  overflow-x: hidden; }
  html.no_scroll, body.no_scroll {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  html#roboto, body#roboto {
    font-family: "Roboto", sans-serif; }

main.fixed {
  margin-top: 8rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link {
  color: #AC9465;
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: block; }
  .link--underline {
    text-decoration: underline; }

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

.breadcrumb {
  padding: 0.9rem 0 2rem 2rem;
  background-color: transparent;
  margin: 0;
  display: inline-block;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  position: absolute;
  z-index: 99999999; }
  .breadcrumb span {
    font-size: 1.4rem;
    display: inline-block;
    color: #ffffff;
    line-height: 18px; }
    .breadcrumb span a {
      margin: 0; }
  .breadcrumb > span + span {
    display: inline-flex;
    position: relative; }
    .breadcrumb > span + span.current-item {
      opacity: 0.6;
      position: relative; }
      .breadcrumb > span + span.current-item:before {
        content: "/";
        display: inline-block;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0 1rem;
        color: #333333;
        position: relative; }
    .breadcrumb > span + span:after {
      content: ""; }
    .breadcrumb > span + span:before {
      content: "/";
      display: inline-block;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0 1rem;
      color: #ffffff;
      position: relative; }
  .breadcrumb > .active {
    color: #ffffff; }
    .breadcrumb > .active:after {
      content: "";
      color: #ffffff; }

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

.reveal__down {
  opacity: 0;
  transform: translateY(2em); }
  .reveal__down.active {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.7s ease-in-out 0.8s; }

.reveal__right {
  opacity: 0;
  transform: translateX(100%); }
  .reveal__right.active {
    transform: translateX(0);
    opacity: 1;
    transition: all 1.5s ease-in-out 0.5s; }

.reveal__left {
  opacity: 0;
  transform: translateX(-2em); }
  .reveal__left.active {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.6s ease-in-out 0.7s; }

.reveal__content {
  opacity: 0; }
  .reveal__content.active {
    opacity: 1;
    transition: all 0.4s ease-in-out 0.6s; }

.reveal__cascade1 {
  opacity: 0;
  transform: translateY(2em); }
  .reveal__cascade1.active {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s ease-in-out 0.5s; }

.reveal__cascade2 {
  opacity: 0;
  transform: translateY(2em); }
  .reveal__cascade2.active {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s ease-in-out 0.6s; }

.reveal__cascade3 {
  opacity: 0;
  transform: translateY(2em); }
  .reveal__cascade3.active {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.7s ease-in-out 0.8s; }

.reveal__cascade4 {
  opacity: 0;
  transform: translateY(2em); }
  .reveal__cascade4.active {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.9s ease-in-out 1s; }

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

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

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

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

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

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

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

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

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

.no_result {
  min-height: 50vh; }

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

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

iframe#inmuebles-destacados {
  border: none !important;
  margin-top: 24px; }

