@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.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
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
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.footer__typeOne {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__typeOne {
    flex-direction: row;
    padding: 3rem 0;
    text-align: left;
    align-items: flex-start;
  }
}
.footer__typeOne .column {
  flex: 1 1 0;
  border-bottom: solid 1px #F5F5F5;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer__typeOne .column {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer__typeOne .column ul {
  margin: 0;
  padding-left: 0;
}
.footer__typeOne .column ul li {
  list-style: none;
}
.footer__typeOne .column ul li + li {
  margin-top: 1.2rem;
}
.footer__typeOne .column ul li a {
  text-decoration: none;
  color: #1D1B14;
  font-size: 1.2rem;
}
.footer__typeOne .column:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer__typeOne .column:first-of-type {
  border-bottom: none;
}

.footer_copyright {
  text-align: center;
  padding: 1.4rem;
}
.footer_copyright p {
  color: #1D1B14;
  font-size: 1.2rem;
}

.footer_type__Two {
  background-color: #1D1B14;
  padding: 2rem 3.6rem;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two {
    padding: 5rem 0 1rem;
    position: relative;
    z-index: 2;
  }
}
.footer_type__Two .footer_row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.footer_type__Two .footer_row:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row {
    flex-direction: row;
  }
}
.footer_type__Two .footer_row .column:first-of-type {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column:first-of-type {
    flex-basis: 60%;
    padding-right: 2rem;
  }
}
.footer_type__Two .footer_row .column:last-of-type {
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column:last-of-type {
    flex-basis: 40%;
    margin-right: 1rem;
  }
}
.footer_type__Two .footer_row .column.site_nav {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  border-top: solid 1px #ffffff;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column.site_nav {
    flex-basis: 60%;
    padding-right: 0rem;
    flex-direction: row;
  }
}
.footer_type__Two .footer_row .column.site_nav .footer_nav ul {
  padding-left: 0;
  margin-top: 0;
}
.footer_type__Two .footer_row .column.site_nav .footer_nav ul li {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column.site_nav .footer_nav {
    width: 77%;
    flex-basis: 77%;
    border-top: solid 0px #ffffff;
    margin-top: 0;
    padding-top: 2rem;
  }
  .footer_type__Two .footer_row .column.site_nav .footer_social {
    width: 23%;
    flex-basis: 23%;
    flex-direction: column;
    margin-top: 2rem;
  }
  .footer_type__Two .footer_row .column.site_nav .footer_social p {
    margin-right: 0;
    text-align: center;
  }
  .footer_type__Two .footer_row .column.site_nav .footer_social ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .footer_type__Two .footer_row .column.site_nav .footer_social ul li {
    margin-right: 0;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column.order_first {
    order: 2;
  }
}
.footer_type__Two .footer_row .column.order_last {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column.order_last {
    order: 1;
  }
}
.footer_type__Two .footer_row .column .footer_logos {
  margin: 0 auto 2rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column .footer_logos img {
    margin-right: 6rem;
  }
}
.footer_type__Two .footer_row .column .footer_nav {
  border-top: solid 0px #ffffff;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  order: 2;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column .footer_nav {
    border-top: solid 1px #ffffff;
    padding-top: 3rem;
    margin-top: 0;
    order: 1;
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
.footer_type__Two .footer_row .column .footer_nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
}
.footer_type__Two .footer_row .column .footer_nav a:hover {
  color: #CCAD5B;
  text-decoration: underline;
}
.footer_type__Two .footer_row .column .footer_nav a:hover:after {
  content: "\e904";
  color: #CCAD5B;
  text-decoration: none;
  margin-left: 1rem;
  position: relative;
  top: 0;
  transform: rotate(180deg);
  display: inline-block;
  font-size: 10px;
  font-family: "roicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.footer_type__Two .footer_row .column .footer_nav a:after {
  content: "\e904";
  color: #ffffff;
  margin-left: 1rem;
  position: relative;
  top: 0;
  transform: rotate(180deg);
  display: inline-block;
  font-size: 10px;
  font-family: "roicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.footer_type__Two .footer_row .column .footer_text {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column .footer_text {
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer_type__Two .footer_row .column .footer_text img {
  width: 2rem;
}
.footer_type__Two .footer_row .column .footer_text p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column .footer_text p {
    margin-left: 1rem;
    margin-top: 0;
    padding-right: 10rem;
  }
}
.footer_type__Two .footer_row .column .footer_text p.phone {
  margin-bottom: 2rem;
}
.footer_type__Two .footer_row .column .footer_text p.phone a {
  text-decoration: none;
}
.footer_type__Two .footer_row .column .footer_text a {
  text-decoration: none;
}
.footer_type__Two .footer_row .column .footer_mail {
  margin-bottom: 5rem;
}
.footer_type__Two .footer_row .column .footer_mail a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.footer_type__Two .footer_row .column .footer_mail a img {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column .footer_mail a img {
    margin: 0 22rem 0 auto;
  }
}
.footer_type__Two .footer_row .column .footer_social {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #ffffff;
  padding-top: 2rem;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column .footer_social {
    flex-direction: row;
    margin-top: 6.8rem;
    border-top: solid 0 #ffffff;
    padding-top: 0;
    margin-bottom: 4rem;
    order: 2;
  }
}
.footer_type__Two .footer_row .column .footer_social p {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column .footer_social p {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.footer_type__Two .footer_row .column .footer_social ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.footer_type__Two .footer_row .column .footer_social ul li {
  list-style: none;
  margin-bottom: 1.2rem;
  margin-right: 2rem;
}
.footer_type__Two .footer_row .column .footer_social ul li:last-of-type {
  margin-right: 0;
}
.footer_type__Two .footer_row .column .footer_social ul li a {
  color: #ffffff;
  text-decoration: none;
  border: solid 3px #ffffff;
  padding: 0.6rem;
  border-radius: 50%;
  display: flex;
}
.footer_type__Two .footer_row .column .footer_social ul li a:hover {
  color: #CCAD5B;
  border: solid 3px #CCAD5B;
}
.footer_type__Two .footer_copyright {
  text-align: left;
  padding: 0;
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_copyright {
    margin-top: 0;
    text-align: center;
  }
}
.footer_type__Two .footer_copyright p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_copyright.site {
    margin-left: 0;
    margin-top: 1.4rem;
    text-align: center;
  }
}

.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #CCAD5B;
  z-index: 99999999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
.modal#modalCatalogo {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal.open {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal_dialog {
  position: relative;
  width: 90vw;
  max-height: 90vh;
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .modal_dialog {
    max-width: 1024px;
    width: 87vw;
    height: auto;
    padding: 2.6rem;
  }
}
.modal_dialog .close {
  right: 0px;
  top: -42px;
  position: absolute;
  cursor: pointer;
  width: 4rem;
  z-index: 1;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .modal_dialog .close {
    right: -16px;
    top: 24px;
  }
}
.modal_content {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  overflow-y: scroll;
  height: 100%;
}
.modal_content::-webkit-scrollbar {
  width: 4px;
  background: #ffffff;
  border: none;
  height: 8px;
  position: absolute;
  bottom: 12px;
  cursor: pointer;
}
.modal_content::-webkit-scrollbar-thumb {
  background: #CCAD5B;
  -webkit-box-shadow: none;
  border-top: solid 8px #CCAD5B;
  border-bottom: solid 8px #CCAD5B;
  cursor: pointer;
}
.modal_content::-webkit-scrollbar-thumb:window-inactive {
  background: #CCAD5B;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .modal_content {
    padding: 2.6rem;
  }
}
.modal_content .wrapper {
  padding: 2rem;
}
.modal_content h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #CCAD5B;
}
.modal_content h2 {
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #CCAD5B;
}
.modal_content h3 {
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #CCAD5B;
}
.modal_content h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #CCAD5B;
}
.modal_content h5 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #CCAD5B;
}
.modal_content h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #CCAD5B;
}
.modal_content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D1B14;
}
.modal_content p:last-of-type {
  margin-bottom: 0;
}
.modal_content ul li, .modal_content ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D1B14;
}
.modal_content ul li:last-of-type, .modal_content ol li:last-of-type {
  margin-bottom: 0;
}
.modal_content a {
  color: #CCAD5B;
  text-decoration: underline;
}
.modal_content a.button {
  margin-top: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.modal_content img {
  margin: 2rem 0;
}

.header__typeOne {
  position: absolute;
  z-index: 999999999;
  height: 8rem;
  top: 0rem;
  left: 0rem;
}
@media screen and (min-width: 1024px) {
  .header__typeOne {
    top: 1rem;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 0.8s ease-in-out;
  }
  .grupo-site .header__typeOne {
    top: 4rem;
  }
  .header__typeOne.scroll_up {
    top: -9.1rem;
  }
  .grupo-site .header__typeOne.scroll_up {
    top: -13.1rem;
  }
  .header__typeOne.scroll_down {
    top: 1rem;
    background: rgba(0, 0, 0, 0.5);
  }
  .grupo-site .header__typeOne.scroll_down {
    top: 4rem;
    height: 12rem;
  }
  .grupo-site .header__typeOne.scroll_down .nav {
    margin-left: 0;
  }
  .grupo-site .header__typeOne.scroll_down .nav ul.menu.color_bg {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__typeOne.only_mobile {
    display: none !important;
  }
}
.header__typeOne.only_desktop {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .header__typeOne.only_desktop {
    display: block !important;
  }
}
.header__typeOne .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .header__typeOne .container {
    padding: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .grupo-site .header__typeOne .container {
    flex-direction: column;
  }
}
.header__typeOne .container .nav_box {
  flex-direction: row;
  display: flex;
  align-items: center;
}
.header__typeOne .nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__typeOne .nav {
    position: fixed;
    width: 100vw;
    top: 8rem;
    bottom: 0;
    overflow-y: auto;
    left: 200%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    display: block;
    opacity: 0;
    background-color: #ffffff;
  }
  .header__typeOne .nav.open {
    left: 0%;
    opacity: 1;
    padding-bottom: 3rem;
  }
  .header__typeOne .nav ul.menu {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .header__typeOne .nav ul.menu > li {
    list-style: none;
    padding: 2rem;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    height: auto;
    text-align: center;
  }
  .header__typeOne .nav ul.menu > li:last-of-type {
    border-bottom: none;
  }
  .header__typeOne .nav ul.menu > li a {
    text-decoration: none;
    color: #1D1B14;
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 600;
  }
  .header__typeOne .nav ul.menu > li .sub-menu {
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding-left: 0;
    display: none;
  }
  .header__typeOne .nav ul.menu > li .sub-menu.open {
    display: block;
  }
  .header__typeOne .nav ul.menu > li .sub-menu li {
    padding: 1.4rem;
    list-style: none;
    padding: 3rem 0 0 2rem;
  }
  .header__typeOne .nav ul.menu > li .sub-menu li a {
    color: #707070;
  }
  .header__typeOne .nav ul.menu > li .sub-menu li .sub-menu {
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding-left: 0;
    display: none;
  }
  .header__typeOne .nav ul.menu > li .sub-menu li .sub-menu.open {
    display: block;
  }
  .header__typeOne .nav ul.menu > li .sub-menu li .sub-menu li {
    padding: 1.4rem;
    list-style: none;
    padding: 3rem 0 0 2rem;
  }
  .header__typeOne .nav ul.menu > li .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .header__typeOne .nav ul.menu > li .sub-menu li.menu-item-has-children .mobile-toggle {
    position: absolute;
    right: 0.4rem;
    top: 3.5rem;
    cursor: pointer;
    transform: rotate(45deg);
    transition: all 400ms;
    color: #CCAD5B;
  }
  .header__typeOne .nav ul.menu > li .sub-menu li.menu-item-has-children .mobile-toggle.active {
    transform: rotate(0deg);
  }
  .header__typeOne .nav ul.menu > li.menu-item-has-children {
    position: relative;
  }
  .header__typeOne .nav ul.menu > li.menu-item-has-children .mobile-toggle {
    position: absolute;
    right: 2.4rem;
    top: 2.7rem;
    cursor: pointer;
    transform: rotate(45deg);
    transition: all 400ms;
    color: #CCAD5B;
    font-size: 1.2rem;
  }
  .header__typeOne .nav ul.menu > li.menu-item-has-children .mobile-toggle.active {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 1024px) {
  .header__typeOne .nav {
    display: block;
    margin-left: 2rem;
  }
  .header__typeOne .nav ul.menu {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.8s ease-in-out;
  }
  .header__typeOne .nav ul.menu.color_bg {
    background: rgba(0, 0, 0, 0);
  }
  .header__typeOne .nav ul.menu > li {
    list-style: none;
    padding: 1rem 1.2rem;
    margin: 0;
    height: 6rem;
    vertical-align: top;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
  }
  .header__typeOne .nav ul.menu > li a {
    text-decoration: none;
    font-size: 1.6rem;
    position: relative;
    color: #ffffff;
    text-align: center;
  }
  .header__typeOne .nav ul.menu > li a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: #ffffff;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
  }
  .header__typeOne .nav ul.menu > li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  .header__typeOne .nav ul.menu > li.menu-item-has-children {
    position: relative;
  }
  .header__typeOne .nav ul.menu > li.menu-item-has-children .mobile-toggle {
    display: none;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: 6rem;
    left: 0;
    background-color: #ffffff;
    padding-left: 0;
    min-width: 28rem;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li {
    padding: 1rem;
    list-style: none;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li + li {
    border-top: solid 1px rgba(0, 0, 0, 0.1607843137);
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li a {
    color: #000000;
    text-align: left;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: transparent;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li:hover a {
    color: #ffffff;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li > .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    min-width: 30rem;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li > .sub-menu li {
    padding: 1rem;
    list-style: none;
    display: flex;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li > .sub-menu li a {
    color: #000000;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li > .sub-menu li a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: transparent;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li:hover {
    background-color: #838999;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li:hover > .sub-menu {
    display: block;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li:hover > .sub-menu li a {
    color: #000000;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li:hover > .sub-menu li:hover a {
    color: #ffffff;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li.menu-item-has-children {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__typeOne .nav ul.menu > li > .sub-menu li.menu-item-has-children .mobile-toggle {
    display: none;
  }
  .header__typeOne .nav ul.menu > li:hover .sub-menu {
    display: block;
    padding-left: 0;
  }
  .header__typeOne .nav ul.menu > li:last-of-type > .sub-menu .sub-menu {
    left: -190px;
  }
}
@media screen and (min-width: 1024px) {
  .header__typeOne .nav .menu-header-container {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.header__typeOne .nav .lang_selector_mobile {
  position: fixed;
  bottom: 32px;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.1607843137);
  background-color: #ffffff;
  z-index: 1;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown {
  width: 100%;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown > ul {
  padding: 0;
  margin: 0;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown > ul li {
  list-style: none;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown > ul li .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  border: none;
  padding: 0;
  visibility: hidden;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown > ul li .js-wpml-ls-item-toggle.wpml-ls-item-toggle > span {
  display: none;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown > ul li .wpml-ls-sub-menu {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  visibility: visible;
  justify-content: space-between;
  width: 100%;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown > ul li .wpml-ls-sub-menu .wpml-ls-slot-shortcode_actions {
  list-style: none;
  border-right: solid 1px rgba(0, 0, 0, 0.1607843137);
  flex: 1;
  text-align: center;
  padding: 0;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown > ul li .wpml-ls-sub-menu .wpml-ls-slot-shortcode_actions:last-of-type {
  border-right: none;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown > ul li .wpml-ls-sub-menu .wpml-ls-slot-shortcode_actions:hover a {
  background-color: #838999;
  color: #ffffff;
}
.header__typeOne .nav .lang_selector_mobile .wpml-ls-legacy-dropdown > ul li .wpml-ls-sub-menu .wpml-ls-slot-shortcode_actions a {
  text-decoration: none;
  color: #1D1B14;
  font-size: 1.4rem;
  display: block;
  font-weight: 600;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .header__typeOne .nav .lang_selector_mobile {
    display: none;
  }
}
.header__typeOne #mobileNav {
  display: block;
  width: 35px;
  height: 35px;
  position: fixed;
  background-color: #ffffff;
  top: 20px;
  right: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .header__typeOne #mobileNav {
    display: none;
  }
}
.header__typeOne #mobileNav:hover span:nth-child(1) {
  width: 20px;
}
.header__typeOne #mobileNav:hover span:nth-child(2) {
  width: 20px;
}
.header__typeOne #mobileNav:hover span:nth-child(3) {
  width: 20px;
}
.header__typeOne #mobileNav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #1D1B14;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__typeOne #mobileNav span:nth-child(1) {
  top: 10px;
}
.header__typeOne #mobileNav span:nth-child(2) {
  top: 16px;
}
.header__typeOne #mobileNav span:nth-child(3) {
  top: 22px;
}
.header__typeOne #mobileNav.open {
  z-index: 99;
  transform: rotate(90deg);
}
.header__typeOne .logo {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .header__typeOne .logo {
    margin: 0;
  }
  .grupo-site .header__typeOne .logo {
    max-width: 88px;
  }
}
.header__typeOne .search.left {
  margin-left: auto;
}
.header__typeOne .search em {
  font-size: 2rem;
  color: #CCAD5B;
  cursor: pointer;
}
.header__typeOne .lang_selector {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__typeOne .lang_selector {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.4rem;
    background: rgba(0, 0, 0, 0.7);
    padding: 3px 17px 3px 0;
  }
  .header__typeOne .lang_selector.color_bg {
    background: rgba(0, 0, 0, 0);
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown {
    width: 40px;
    max-width: 100%;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown ul {
    padding-left: 0;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown ul li {
    list-style: none;
    padding-bottom: 6px;
    padding-top: 5px;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    font-size: 1.6rem;
    position: relative;
    color: #ffffff;
    border: none;
    text-decoration: none;
    padding-bottom: 4px;
    background-color: transparent !important;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::before {
    content: "\e904";
    position: absolute;
    color: #ffffff;
    right: 0px;
    font-size: 10px;
    top: 9px;
    transform: rotate(-90deg);
    color: #fff;
    font-family: "roicons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: #ffffff;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
    border: 0;
    border-top: 0;
    right: initial;
    top: inherit;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover::after {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown .mobile_lang {
    display: none;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    display: block;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: #ffffff;
    top: 4rem;
    width: 5rem;
    position: absolute;
    display: none;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
    padding: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1607843137);
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    border: none;
    padding: 10px;
    text-decoration: none;
    color: #1D1B14;
    font-size: 1.6rem;
  }
  .header__typeOne .lang_selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover a {
    background-color: #838999;
    color: #ffffff;
  }
}
.header__typeOne.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background-color: #ffffff;
  z-index: 999999;
  height: 8rem;
}
.header__typeLanding {
  position: relative;
  z-index: 999999;
  height: 8rem;
}
.header__typeLanding .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 0 2rem;
}
.header__typeLanding .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__typeLanding .logo img + img {
  margin-left: 2rem;
}
.header__typeLanding .call_to_me {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__typeLanding .call_to_me--text {
  margin-right: 1rem;
  text-align: right;
}
.header__typeLanding .call_to_me--text h2 {
  font-size: 2.2rem;
  line-height: 2rem;
  color: #ffffff;
}
.header__typeLanding .call_to_me--text p a {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #ffffff;
  text-decoration: none;
}

.searchpage {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 20rem;
  background: #ffffff;
  z-index: 999999999;
  border-bottom: solid 1px #CCAD5B;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0px 6px 5px 0px rgb(230, 230, 230);
  -moz-box-shadow: 0px 6px 5px 0px rgb(230, 230, 230);
  box-shadow: 0px 6px 5px 0px rgb(230, 230, 230);
}
.searchpage.open {
  top: 0;
}
.searchpage .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #CCAD5B;
  color: #ffffff;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
}
.searchpage .form-group input {
  width: 80vw;
}

.button {
  display: inline-flex;
  align-items: center;
  background-color: #CCAD5B;
  color: #ffffff;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto 0 auto;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0.4rem;
  border: none;
}
.button:hover {
  background-color: #866100;
  color: #ffffff;
}
.button--extra_small {
  font-size: 1.1rem;
  height: 2.7rem;
}
.button--small {
  font-size: 1.2rem;
  height: 3.2rem;
}
.button--medium {
  font-size: 1.3rem;
  height: 3.9rem;
}
.button--large {
  font-size: 1.5rem;
  height: 5.2rem;
}
.button--extra_large {
  font-size: 1.8rem;
  height: 6.2rem;
}
.button--icon {
  align-items: center;
  font-size: 1.3rem;
}
.button--icon em {
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
}
.button--icon:hover em {
  color: #ffffff;
}
.button--icon__before em {
  margin-right: 0.5rem;
}
.button.negativo {
  border: 1px solid #CCAD5B;
  color: #CCAD5B;
}
.button.negativo:hover {
  background-color: #CCAD5B;
  color: #ffffff;
}
.button.white {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.button.white:hover {
  background-color: #ffffff;
  color: #1D1B14;
}
.button.primary {
  border: 1px solid #1D1B14;
  color: #1D1B14;
  background-color: transparent;
}
.button.primary:hover {
  background-color: #1D1B14;
  color: #ffffff;
}
.button.secondary {
  color: #1D1B14;
  background-color: #ffffff;
}
.button.secondary:hover {
  background-color: #CCAD5B;
  color: #ffffff;
}
.button.full {
  width: 100%;
}

.titular {
  color: #ffffff;
  padding: 0 2em;
  line-height: 1.1;
  text-align: center;
}
.titular--1 {
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .titular--1 {
    font-size: 3em;
    line-height: 1.25;
  }
}
.titular--2 {
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .titular--2 {
    font-size: 3em;
  }
}
.titular--3 {
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .titular--3 {
    font-size: 3em;
  }
}
.titular--4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
}
.titular--5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  .titular--5 {
    font-size: 1.8em;
  }
}
.titular--6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em !important;
}
@media screen and (min-width: 1024px) {
  .titular--6 {
    font-size: 2.4em;
  }
}
.titular--7 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  .titular--7 {
    font-size: 2.2em;
  }
}
.titular--8 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .titular--8 {
    font-size: 1.6em;
  }
}
.titular--9 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
}
@media screen and (min-width: 1024px) {
  .titular--9 {
    font-size: 2.75em;
  }
}
.titular--10 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  .titular--10 {
    font-size: 1.3em;
  }
}
.titular--11 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
}
.titular--12 {
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .titular--12 {
    font-size: 3em;
    line-height: 1.25;
  }
}
.titular--13 {
  font-size: 1.1em;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .titular--13 {
    font-size: 2.2em;
  }
}

.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, .only-mobile {
    display: none !important;
  }
}

.only_desktop, .only-desktop {
  display: none !important;
}
.only_desktop--flex, .only-desktop--flex {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .only_desktop--flex, .only-desktop--flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .only_desktop, .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;
}

.mb_180 {
  margin-bottom: 18rem;
}
.home .mb_180 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .home .mb_180 {
    margin-bottom: 13rem;
  }
}

.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: #CCAD5B;
  text-decoration: underline;
}
.contact_page--info a.button {
  margin-top: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.contact_page--form form {
  width: 100%;
  margin-left: auto;
}
.prensa .contact_page--form form {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .contact_page--form form {
    width: 90%;
  }
}

.block-contacto {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .block-contacto {
    padding-bottom: 27.7rem;
    background: rgb(244, 246, 253);
    background: linear-gradient(180deg, rgb(244, 246, 253) 0%, rgb(244, 246, 253) 146px, rgb(255, 255, 255) 146px);
  }
}
.block-contacto h2 {
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  padding-top: 0;
  color: #1D1B14;
  font-weight: 400;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .block-contacto h2 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 5rem;
    margin-top: 0;
    padding-top: 90.5px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .block-contacto h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-contacto .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .block-contacto .block_row {
    flex-direction: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .block-contacto .block_row {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-contacto .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
.block-contacto .block_row--column.large {
  flex-basis: 100%;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .block-contacto .block_row--column.large {
    flex-basis: 60%;
    margin-left: 9rem;
    margin-top: 0;
  }
}
.block-contacto .block_row--column.short {
  flex-basis: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .block-contacto .block_row--column.short {
    flex-basis: 40%;
  }
}
.block-contacto .block_row--column.short h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block-contacto .block_row--column.short h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.contact_template .contact_title {
  background-color: #F4F6FD;
  height: 6.6rem;
}
@media screen and (min-width: 768px) {
  .contact_template .contact_title {
    height: 12.5rem;
  }
}

.page-contacto--content {
  margin-top: 4rem;
}
.page-contacto--content h2 {
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  padding-top: 0;
  color: #1D1B14;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-contacto--content h2 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 5rem;
    margin-top: 0;
    padding-top: 90.5px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-contacto--content h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-contacto--content .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .block_row {
    flex-direction: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-contacto--content .block_row {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-contacto--content .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
.page-contacto--content .block_row--column.large {
  flex-basis: 100%;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .block_row--column.large {
    flex-basis: 60%;
    margin-left: 9rem;
    margin-top: 0;
  }
}
.page-contacto--content .block_row--column.short {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .block_row--column.short {
    flex-basis: 40%;
  }
}
.page-contacto--content .block_row--column.short .ico {
  width: 33px;
  height: 30px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .ilmex-site .page-contacto--content .block_row--column.short .ico {
    width: 50px;
    height: 47px;
  }
}
.page-contacto--content .block_row--column.short h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .block_row--column.short h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.page-contacto--content .block_row--column.short .phone {
  display: flex;
  flex-direction: row;
  margin-top: 3.7rem;
}
.ilmex-site .page-contacto--content .block_row--column.short .phone {
  flex-direction: column;
}
.ilmex-site .page-contacto--content .block_row--column.short .phone img {
  margin-bottom: 1rem;
  margin-right: 0;
}
.page-contacto--content .block_row--column.short .phone img {
  margin-right: 1rem;
  position: relative;
  height: 24px;
  width: 24px;
  top: 7px;
}
.page-contacto--content .block_row--column.prensa > h3 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #1D1B14;
  font-weight: 900;
  margin-bottom: 2rem;
}
.page-contacto--content .block_row--column.prensa .mail {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #1D1B14;
  font-weight: 400;
  margin-bottom: 0.8rem;
  text-decoration: none;
  font-family: "Playfair Display", serif;
}
.page-contacto--content .block_row--column.prensa .phone {
  margin-top: 0;
}
.page-contacto--content .block_row--column.prensa .info {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .block_row--column.prensa .info {
    width: 80%;
  }
}
.page-contacto--content .block_row--column.prensa .contact_page--form img {
  width: 5.5rem;
  height: 4.7rem;
  margin-bottom: 2rem;
}
.page-contacto--content .block_row--column.prensa .dossier {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .block_row--column.prensa .dossier {
    margin-top: 10rem;
  }
}
.page-contacto--content .block_row--column.prensa .dossier img {
  width: 5.5rem;
  height: 4.7rem;
  margin-bottom: 2rem;
}
.page-contacto--content .block_row--column.prensa .dossier > h3 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #1D1B14;
  font-weight: 400;
  margin-bottom: 2rem;
}
.page-contacto--content .block_row--column.prensa .dossier > h3 span {
  font-style: italic;
  font-weight: 900;
}
.page-contacto--content .block_row--column.prensa .dossier > a {
  background-color: #CCAD5B;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 2.4;
}
.page-contacto--content .block_row--column.prensa .dossier > a:hover {
  background-color: #1D1B14;
  color: #ffffff;
}
.page-contacto--content .donde_estamos_block.global {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.global {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.global .title_line {
    margin-bottom: 6rem;
    display: flex;
    align-items: center;
  }
  .page-contacto--content .donde_estamos_block.global .title_line .line {
    height: 1px;
    background-color: #1D1B14;
    flex: 1;
    position: relative;
    top: 11px;
  }
  .page-contacto--content .donde_estamos_block.global .title_line .line.before {
    margin-right: 4rem;
  }
  .page-contacto--content .donde_estamos_block.global .title_line .line.after {
    margin-left: 4rem;
  }
}
.page-contacto--content .donde_estamos_block.global .title {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.global .title {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 0rem;
    position: relative;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-contacto--content .donde_estamos_block.global .location {
  display: flex;
  flex-direction: column;
}
.ilmex-site .page-contacto--content .donde_estamos_block.global .location {
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.global .location {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.page-contacto--content .donde_estamos_block.global .location img {
  margin-bottom: 2rem;
  width: 23px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .page-contacto--content .donde_estamos_block.global .location img {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
.page-contacto--content .donde_estamos_block.global .location h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  max-width: 40rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .page-contacto--content .donde_estamos_block.global .location h3 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
.page-contacto--content .donde_estamos_block.global .location .mapa {
  margin-bottom: 15rem;
}
.page-contacto--content .donde_estamos_block.grupo {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .title_line {
    margin-bottom: 6rem;
    display: flex;
    align-items: center;
  }
  .page-contacto--content .donde_estamos_block.grupo .title_line .line {
    height: 1px;
    background-color: #1D1B14;
    flex: 1;
    position: relative;
    top: 11px;
  }
  .page-contacto--content .donde_estamos_block.grupo .title_line .line.before {
    margin-right: 4rem;
  }
  .page-contacto--content .donde_estamos_block.grupo .title_line .line.after {
    margin-left: 4rem;
  }
}
.page-contacto--content .donde_estamos_block.grupo .title {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .title {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 0rem;
    position: relative;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location img {
  width: 28px;
  margin-bottom: 2.6rem;
  padding-left: 3.6rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location img {
    margin: 0 auto 2rem;
    padding-left: 0;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .priority .block_row {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .priority .block_row {
    flex-direction: row;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column:first-of-type {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column:last-of-type {
    margin-left: 0.5rem;
    position: relative;
  }
  .page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column:last-of-type::after {
    content: "";
    height: 41%;
    width: 1px;
    background-color: black;
    position: absolute;
    top: 0;
    left: -4px;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item {
    text-align: center;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item h3 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item p {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  padding: 0 5rem;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item p {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    min-height: auto;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item .mapa {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item .mapa {
    margin-top: 7rem;
    display: block;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item .mapa_mob {
  margin-top: 4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .priority .block_row--column .item .mapa_mob {
    display: none;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .delegations {
  margin-top: 5rem;
  text-align: left;
  margin-bottom: 10rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .delegations {
    margin-top: 0;
    margin-bottom: 18rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .delegations h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 900;
}
.page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row {
    flex-direction: row;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row--column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row--column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row--column:last-of-type .item {
    margin-top: 4rem;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row--column .item {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row--column .item {
    padding: 0 2rem;
    text-align: center;
  }
}
.page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row--column .item h3 {
  font-size: 2rem;
  line-height: 2.9rem;
  color: #1D1B14;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.4rem;
}
.page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row--column .item p {
  font-size: 2rem;
  line-height: 2.9rem;
  color: #1D1B14;
  margin-bottom: 0;
}
.page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row + .block_row {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content .donde_estamos_block.grupo .location .delegations .block_row + .block_row {
    margin-top: 5rem;
  }
}
.page-contacto--content.mt-130 {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .page-contacto--content.mt-130 {
    margin-bottom: 13rem;
    margin-top: 7rem;
  }
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .form-row {
    flex-direction: row;
    margin-bottom: 2rem;
  }
}
.form-row .form-group {
  flex-basis: 100%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .form-row .form-group {
    flex-basis: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
}
.form-row .form-group:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .form-row.large .form-group {
    flex-basis: 100% !important;
  }
  .form-row.large .form-group input {
    box-sizing: border-box;
  }
}
.form-row.large #form-submit {
  margin: 3rem 0 0 0 !important;
}
.form-row.cv .form-group {
  border: solid 1px #A1A1A1;
  height: 4.4rem;
  border-radius: 3px;
}
.form-row.cv .form-group p {
  height: 43px;
}
.form-row.cv .form-group .hide_button {
  position: absolute;
  background: #CCAD5B;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 3;
  height: 39px;
  width: 160px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
.form-row.cv .form-group .hide_button:hover {
  background-color: #000000;
}
.form-row.cv .form-group span {
  position: absolute;
  top: 0;
}
.form-row.cv .form-group .name_file {
  top: 9px;
  left: 0.4rem;
  font-size: 16px;
  color: #A1A1A1;
}
.form-row.cv .form-group input {
  opacity: 0;
}

.form-group {
  position: relative;
}
.form-group select {
  cursor: pointer;
  height: 3.7rem;
  border: none;
  border-bottom: solid 1px #707070;
  background: white;
  font-size: 1.4rem;
  width: 100%;
}
.form-group.selector {
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid #F5F5F5;
}
.form-group.selector .form-label {
  z-index: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #A1A1A1;
}
.form-group.selector .form-label span {
  color: #A1A1A1;
  margin-left: 0.5rem;
}
.form-group.selector select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-size: 1.4rem;
  color: #F5F5F5;
  height: 4rem;
  width: 100%;
  position: relative;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  padding-left: 0;
}
.form-group.selector select::-ms-expand {
  display: none;
}
.form-group.selector select::-webkit-input-placeholder {
  color: #F5F5F5;
}
.form-group.selector select::-moz-input-placeholder {
  color: #F5F5F5;
}
.form-group.selector select::-ms-input-placeholder {
  color: #F5F5F5;
}
.form-group.selector select::-o-input-placeholder {
  color: #F5F5F5;
}
.form-group.selector:after {
  right: 0.4rem;
  top: 2rem;
  z-index: 5;
  pointer-events: none;
  content: " ";
  width: 1rem;
  height: 0;
  position: absolute;
  border-top: 0.5rem solid #1D1B14;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.form-group#checkbox input {
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: relative;
  vertical-align: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: 1rem;
}
.form-group#checkbox input:checked:after {
  content: "";
  background: #CCAD5B;
  height: 1.8rem;
  width: 1.8rem;
  position: relative;
  display: block;
  top: -1px;
  left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.form-group#checkbox label {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
  vertical-align: 0.5rem;
  padding-left: 0;
  color: #1D1B14;
}
.form-group#checkbox label a {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #1D1B14;
}
.form-group#checkbox.has-error label {
  color: red;
}
.form-group .form-label {
  font-size: 1.5rem;
  color: #A1A1A1;
  font-weight: 400;
  margin-bottom: 1rem;
}
.form-group .form-label span {
  color: #A1A1A1;
  margin-left: 0.5rem;
}
.form-group .form-label.form_coment {
  top: auto;
}
.form-group + h2 {
  margin-top: 5rem;
}
.form-group textarea {
  width: 100%;
  background: #ffffff;
  font-size: 1.4rem;
  border: none;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
  height: 6.5rem;
  padding: 1.2rem;
  margin-top: 1rem;
  box-sizing: border-box;
}
.form-group input {
  background: #ffffff;
  padding: 1.2rem;
  height: 1.2rem;
  font-size: 1.4rem;
  box-shadow: none;
  border: none;
  border-bottom: solid 1px #707070;
  color: #1D1B14;
  width: 100%;
}
.form-group input:active, .form-group input:focus {
  outline: none;
  box-shadow: none;
}
.form-group input::last-of-type {
  margin: 2rem auto;
}
.form-group input.placeholder {
  color: transparent;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input:-moz-placeholder {
  color: transparent;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input::-moz-placeholder {
  color: transparent;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input:-ms-input-placeholder {
  color: transparent;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input::-webkit-input-placeholder {
  color: transparent;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input:focus {
  border: none;
  border-bottom: solid 1px #1D1B14;
  box-shadow: none;
}
.form-group small {
  color: #e74c3c;
  position: absolute;
  bottom: -11px;
  left: 0;
  visibility: hidden;
}
.form-group.has-error .form-control {
  border-bottom: 1px solid red;
}
.form-group.has-error .form-label-fixed {
  color: red;
}
.form-group.has-error .form-label {
  color: red;
}
.form-group.has-error .form-label.active {
  opacity: 0;
}
.form-group.has-error small {
  visibility: visible;
}
.form-group label {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #A1A1A1;
}
.form-group.radios {
  margin-top: 2rem;
}
.form-group.radios .radio-inline {
  font-size: 1.2rem;
  color: red;
  letter-spacing: 0;
  margin-right: 1rem;
}
.form-group.radios .radio-inline input {
  margin-right: 0.5rem;
}
.form-group.radios label {
  left: -1.4rem;
  font-size: 1.4rem;
  color: #F5F5F5;
}
.form-group .help-block {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: red;
  display: block;
}
.form-group button, .form-group #form-submit {
  border: none;
  text-align: center;
  background: #ffffff;
  color: #1D1B14;
  border: solid 1px #1D1B14;
  border-radius: 3px;
  margin: 5rem auto 0;
  display: block;
  font-weight: 600;
  font-size: 1.9rem;
  padding: 0 2rem;
  display: flex;
  height: 3.9rem;
}
.form-group button em, .form-group #form-submit em {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .form-group button, .form-group #form-submit {
    margin: 5rem 0 0 0;
  }
}
.form-group button:hover, .form-group #form-submit:hover {
  background: #1D1B14;
  color: #ffffff;
  border: solid 1px #1D1B14;
}
.form-group.large button, .form-group.large #form-submit {
  margin: 3rem 0 0 0 !important;
}

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

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

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input {
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: relative;
  vertical-align: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: 1rem;
}
.wpcf7-acceptance input:checked:after {
  content: "";
  background: #CCAD5B;
  height: 1.8rem;
  width: 1.8rem;
  position: relative;
  display: block;
  top: -1px;
  left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7-acceptance .legal {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
  vertical-align: 0.5rem;
  padding-left: 0;
  color: #1D1B14;
  top: 4px;
}
.wpcf7-acceptance .legal a {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #1D1B14;
}

.wpcf7-not-valid-tip {
  font-size: 0.5em;
}

@font-face {
  font-family: "roicons";
  src: url("../fonts/icons/roicons.eot?biggd1");
  src: url("../fonts/icons/roicons.eot?biggd1#iefix") format("embedded-opentype"), url("../fonts/icons/roicons.ttf?biggd1") format("truetype"), url("../fonts/icons/roicons.woff?biggd1") format("woff"), url("../fonts/icons/roicons.svg?biggd1#roicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "roicons" !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-email-1:before {
  content: "\e906";
}

.icon-icons8-twitterx:before {
  content: "\e905";
}

.icon-Icon-metro-chevron-thin-left-1:before {
  content: "\e903";
  color: #fff;
}

.icon-Icon-metro-chevron-thin-left:before {
  content: "\e904";
  color: #fff;
}

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

.icon-phone-hang-up:before {
  content: "\e943";
}

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

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

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

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

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

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

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

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

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

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

.icon-zoom-in:before {
  content: "\e987";
}

.icon-zoom-out:before {
  content: "\e988";
}

.icon-enlarge:before {
  content: "\e989";
}

.icon-shrink:before {
  content: "\e98a";
}

.icon-enlarge2:before {
  content: "\e98b";
}

.icon-shrink2:before {
  content: "\e98c";
}

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

.icon-heart:before {
  content: "\e9da";
}

.icon-notification:before {
  content: "\ea08";
}

.icon-question:before {
  content: "\ea09";
}

.icon-plus1:before {
  content: "\ea0a";
}

.icon-minus1:before {
  content: "\ea0b";
}

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

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-stop:before {
  content: "\ea17";
}

.icon-previous:before {
  content: "\ea18";
}

.icon-next:before {
  content: "\ea19";
}

.icon-backward:before {
  content: "\ea1a";
}

.icon-forward2:before {
  content: "\ea1b";
}

.icon-play31:before {
  content: "\ea1c";
}

.icon-pause2:before {
  content: "\ea1d";
}

.icon-stop2:before {
  content: "\ea1e";
}

.icon-backward2:before {
  content: "\ea1f";
}

.icon-forward3:before {
  content: "\ea20";
}

.icon-volume-medium:before {
  content: "\ea27";
}

.icon-volume-mute2:before {
  content: "\ea2a";
}

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

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

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

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

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

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

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

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

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

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

.icon-share2:before {
  content: "\ea82";
}

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

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

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-twitter:before {
  content: "\ea96";
}

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

.icon-Vector:before {
  content: "\e902";
  color: #fff;
}

.icon-plus:before {
  content: "\e900";
  color: #1a3d6e;
}

.icon-minus:before {
  content: "\e901";
  color: #1a3d6e;
}

.icon-play3:before {
  content: "\ea21";
  color: #fff;
}

.icon-mail2:before {
  content: "\ea84";
}

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

.icon-linkedin2:before {
  content: "\eaca";
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

* {
  outline: none;
}
*:hover {
  outline: none;
}
*:active {
  outline: none;
}
*:focus {
  outline: none;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 57.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  overflow-x: hidden;
  background-repeat: no-repeat;
}
html.no_scroll, body.no_scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

main, header, footer {
  max-width: 1280px;
  margin: 0 auto;
}

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: 1004px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.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;
}

.wrapper_header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 2rem;
}

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

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

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

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

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

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

p, ul, ol {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #1D1B14;
}

p {
  margin-bottom: 2rem;
}
p:last-of-type {
  margin-bottom: 0;
}

b, strong {
  font-weight: 600;
}

.link {
  color: #CCAD5B;
  font-size: 1.8rem;
  line-height: 2.6rem;
  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 4rem;
  background-color: transparent;
  margin: 0;
  display: inline-block;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  position: relative;
  z-index: 99999999;
  left: 0;
  top: 0;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    display: none !important;
  }
}
.grupo-site .breadcrumb {
  margin-top: 8rem;
}
.breadcrumb span {
  font-size: 1rem;
  display: inline-block;
  color: #ffffff;
  line-height: 5.6rem;
}
.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 0 0;
  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;
}

.block_divider {
  margin: 2rem auto;
  height: 1px;
  width: 0%;
}
@media screen and (max-width: 768px) {
  .block_divider.hide_mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .block_divider {
    width: 33%;
    margin: 3rem auto;
  }
}

/* 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: #F5F5F5;
  line-height: 22px !important;
  font-size: 16px;
  font-weight: 300;
  font-family: "Montserrat", 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 #CCAD5B;
}

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

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #CCAD5B;
  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 #CCAD5B;
}

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

.no_result {
  min-height: 50vh;
}

.clearfix {
  display: block;
  clear: both;
}

.gold {
  color: #CCAD5B !important;
}

.error404 .container {
  background: #b7b7b7;
}
.error404.grupo-site .block_heading.negativo {
  margin-top: 20rem;
}

.instagram {
  margin-bottom: 15rem;
}
.instagram .block_heading {
  margin-bottom: 6rem !important;
}
.instagram h2 {
  font-size: 3.6rem !important;
  line-height: 5rem !important;
}
@media screen and (min-width: 768px) {
  .instagram h2 {
    font-size: 5.2rem !important;
    line-height: 8rem !important;
  }
}

.space_background {
  border-bottom: solid 0.6rem #838999;
  position: relative;
  margin-bottom: 3rem;
}
.space_background:after {
  content: "";
  height: 0.6rem;
  width: 100%;
  background-color: #c3c9d8;
  position: absolute;
  left: 0;
  bottom: -12px;
}

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

#wpadminbar {
  z-index: 99999999999 !important;
}

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

.block_icon_box_grid > div {
  flex-wrap: wrap;
}
.block_icon_box_grid .column-resp {
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  margin-bottom: 3.6rem;
}
.block_icon_box_grid .column-resp.centered {
  text-align: center;
}
.block_icon_box_grid .column-resp.centered img {
  margin: 0 auto 3rem;
}
.block_icon_box_grid .column-resp img {
  margin: 0 0 3rem 0;
}
.block_icon_box_grid .column-resp h2 {
  font-size: 2rem;
  line-height: 24px;
  margin-bottom: 1.5rem;
  color: #09111B;
}
.block_icon_box_grid .column-resp p {
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 2rem;
}

.block_post_masonry_and_grid > div {
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_post_masonry_and_grid > div {
    flex-direction: row;
  }
}
.block_post_masonry_and_grid .column {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
  margin: 0.5rem 0;
  padding: 3rem;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_post_masonry_and_grid .column {
    width: 48%;
    margin-right: 1%;
  }
}
@media screen and (min-width: 1024px) {
  .block_post_masonry_and_grid .column {
    width: 32%;
    margin-right: 1%;
  }
}
.block_post_masonry_and_grid .column .content {
  z-index: 2;
}
.block_post_masonry_and_grid .column .content--white {
  color: #ffffff;
}
.block_post_masonry_and_grid .column .content--white p {
  color: #ffffff;
}
.block_post_masonry_and_grid .column .content--dark {
  color: #1D1B14;
}
.block_post_masonry_and_grid .column .content--dark p {
  color: #1D1B14;
}
.block_post_masonry_and_grid .column .content h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
.block_post_masonry_and_grid .column .content p {
  font-size: 1.2rem;
  line-height: 2.8rem;
  margin-top: 1rem;
}
.block_post_masonry_and_grid .column .content .button {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .block_post_masonry_and_grid.primary .column .content {
    transform: translateY(40px);
    overflow: hidden;
    transition: all 0.5s ease;
  }
  .block_post_masonry_and_grid.primary .column .content .button {
    opacity: 0;
  }
}
.block_post_masonry_and_grid.primary .column:hover::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(233, 233, 233);
  background: linear-gradient(180deg, rgba(233, 233, 233, 0.5032387955) 49%, rgba(233, 233, 233, 0.0270483193) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.block_post_masonry_and_grid.primary .column:hover .content {
  transform: translateY(0px);
}
.block_post_masonry_and_grid.primary .column:hover .content .button {
  opacity: 1;
}
.block_post_masonry_and_grid.on-hover .column {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.block_post_masonry_and_grid.on-hover .column .content {
  opacity: 0;
  transition: all 0.5s ease;
}
.block_post_masonry_and_grid.on-hover .column:hover .content {
  opacity: 1;
}
.block_post_masonry_and_grid.on-hover .column:hover::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.masonry-grid {
  column-count: 1;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .masonry-grid {
    column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  .masonry-grid {
    column-count: 3;
  }
}
.masonry-grid .masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}
.masonry-grid .masonry-item .content {
  position: relative;
}
.masonry-grid .masonry-item .content:before {
  content: "";
  height: 4rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: -26px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 59%, rgba(255, 255, 255, 0.8995973389) 66%, rgba(255, 255, 255, 0.8855917367) 76%, rgba(255, 255, 255, 0.7399334734) 86%, rgba(255, 255, 255, 0.2301295518) 100%);
}
.masonry-grid .masonry-item .content h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  position: relative;
}
.masonry-grid .masonry-item .content p {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 1rem;
}
.masonry-grid .masonry-item .content .button {
  margin: 0;
}

.block_post_carrusel .post_carrusel__typeOne .swiper-slide a {
  text-decoration: none;
  display: block;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide a:hover .content-img .overlay {
  opacity: 0.6;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide span {
  display: block;
  cursor: initial;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide span:hover .content-img .overlay {
  opacity: 0.6;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide .content-txt {
  z-index: 3;
  background: #ffffff;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-6rem);
  padding: 3rem;
  position: relative;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide .content-txt p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #000000;
  font-weight: 700;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide .content-txt span {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #1D1B14;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide .content-img {
  overflow: hidden;
  position: relative;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide .content-img img {
  z-index: 1;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide .content-img .overlay {
  z-index: 2;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide .content-img .overlay p {
  color: #ffffff;
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide {
  width: 28%;
  height: 400px;
  position: relative;
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide.swiper-slide-active .content-txt {
  transform: translateY(0);
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide.swiper-slide-active .content-txt span {
  transform: translateY(0);
}
@media (min-width: 992px) {
  .block_post_carrusel .post_carrusel__typeTwo .swiper-slide.swiper-slide-active .content-txt {
    transform: translateY(7rem);
  }
  .block_post_carrusel .post_carrusel__typeTwo .swiper-slide.swiper-slide-active .content-txt span {
    transform: translateY(3rem);
  }
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide a, .block_post_carrusel .post_carrusel__typeTwo .swiper-slide span {
  text-decoration: none;
  display: block;
  overflow: hidden;
  height: 100%;
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide a:hover .content-txt, .block_post_carrusel .post_carrusel__typeTwo .swiper-slide span:hover .content-txt {
  transform: translateY(0);
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide a:hover .content-txt span, .block_post_carrusel .post_carrusel__typeTwo .swiper-slide span:hover .content-txt span {
  transform: translateY(0);
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide a img, .block_post_carrusel .post_carrusel__typeTwo .swiper-slide span img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide a .content-txt, .block_post_carrusel .post_carrusel__typeTwo .swiper-slide span .content-txt {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9080007003) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  text-align: center;
  padding: 2rem;
  min-height: 10.5rem;
  padding-top: 9rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(7rem);
  transition: all 0.5s ease;
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide a .content-txt p, .block_post_carrusel .post_carrusel__typeTwo .swiper-slide span .content-txt p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.8rem;
}
.block_post_carrusel .post_carrusel__typeTwo .swiper-slide a .content-txt span, .block_post_carrusel .post_carrusel__typeTwo .swiper-slide span .content-txt span {
  color: #ffffff;
  transform: translateY(3rem);
  transition: all 1s ease;
  font-size: 1.7rem;
  line-height: 2.8rem;
  display: block;
}
.block_post_carrusel .out-container {
  margin: 0 auto;
  position: relative;
}
.block_post_carrusel .out-container .swiper__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.block_post_carrusel .out-container .post_carrusel-swiper-button-prev, .block_post_carrusel .out-container .post_carrusel-swiper-button-next {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
}
@media (min-width: 1440px) {
  .block_post_carrusel .out-container .post_carrusel-swiper-button-prev, .block_post_carrusel .out-container .post_carrusel-swiper-button-next {
    background: none;
  }
  .block_post_carrusel .out-container .post_carrusel-swiper-button-prev:hover, .block_post_carrusel .out-container .post_carrusel-swiper-button-next:hover {
    background-color: transparent;
  }
  .block_post_carrusel .out-container .post_carrusel-swiper-button-prev:hover em, .block_post_carrusel .out-container .post_carrusel-swiper-button-next:hover em {
    color: #09111B;
  }
  .block_post_carrusel .out-container .post_carrusel-swiper-button-prev em, .block_post_carrusel .out-container .post_carrusel-swiper-button-next em {
    color: #F5F5F5;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 1440px) {
  .block_post_carrusel .out-container .post_carrusel-swiper-button-prev {
    left: -60px;
  }
}
@media (min-width: 1440px) {
  .block_post_carrusel .out-container .post_carrusel-swiper-button-next {
    right: -60px;
  }
}
.block_post_carrusel .post_carrusel__typeThree .swiper-slide a, .block_post_carrusel .post_carrusel__typeThree .swiper-slide span {
  text-decoration: none;
  display: block;
}
.block_post_carrusel .post_carrusel__typeThree .swiper-slide a:hover .content-img img, .block_post_carrusel .post_carrusel__typeThree .swiper-slide span:hover .content-img img {
  transform: scale(1.1);
}
.block_post_carrusel .post_carrusel__typeThree .swiper-slide .content-txt {
  background: #ffffff;
  text-align: center;
  padding: 2rem;
  position: relative;
}
.block_post_carrusel .post_carrusel__typeThree .swiper-slide .content-txt p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #000000;
  font-weight: 700;
}
.block_post_carrusel .post_carrusel__typeThree .swiper-slide .content-txt span {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #1D1B14;
}
.block_post_carrusel .post_carrusel__typeThree .swiper-slide .content-img {
  overflow: hidden;
  position: relative;
}
.block_post_carrusel .post_carrusel__typeThree .swiper-slide .content-img img {
  z-index: 1;
  transition: all 0.5s ease-in;
}
.block_post_carrusel .post_carrusel__typeThree .swiper-slide .content-img::after {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9080007003) 0%, rgba(255, 255, 255, 0) 100%);
  height: 13rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.block_post_carrusel__navigation .post_carrusel-swiper-button-prev, .block_post_carrusel__navigation .post_carrusel-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #CCAD5B;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.block_post_carrusel__navigation .post_carrusel-swiper-button-prev:hover, .block_post_carrusel__navigation .post_carrusel-swiper-button-next:hover {
  background-color: #39D8D8;
}
.block_post_carrusel__navigation .post_carrusel-swiper-button-prev em, .block_post_carrusel__navigation .post_carrusel-swiper-button-next em {
  font-size: 1.6rem;
  color: #ffffff;
}
.block_post_carrusel__navigation .post_carrusel-swiper-button-prev {
  left: 0;
}
.block_post_carrusel__navigation .post_carrusel-swiper-button-next {
  right: 0;
}

.block_post_carrusel_grid .post_carrusel__typeTwo {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block_post_carrusel_grid .post_carrusel__typeTwo {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 2rem;
    width: 100vw;
    margin-bottom: 5rem;
  }
  .block_post_carrusel_grid .post_carrusel__typeTwo::-webkit-scrollbar {
    width: 1px;
    background: #A1A1A1;
    border: none;
    height: 2px;
    position: absolute;
    bottom: 12px;
  }
  .block_post_carrusel_grid .post_carrusel__typeTwo::-webkit-scrollbar-thumb {
    background: #1D1B14;
    -webkit-box-shadow: none;
    border-top: solid 4px #1D1B14;
    border-bottom: solid 4px #1D1B14;
  }
  .block_post_carrusel_grid .post_carrusel__typeTwo::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(154, 151, 146, 0.3);
  }
  .grupo-site .block_post_carrusel_grid .post_carrusel__typeTwo {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .block_post_carrusel_grid .post_carrusel__typeTwo {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
@media screen and (min-width: 1024px) {
  .block_post_carrusel_grid .post_carrusel__typeTwo {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item {
  height: 30rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item {
    width: 30rem;
    min-width: 30rem;
  }
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span, .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  height: 100%;
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt, .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a:hover .content-txt {
  transform: translateY(5rem);
}
@media screen and (min-width: 768px) {
  .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt, .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a:hover .content-txt {
    transform: translateY(13rem);
  }
  .grupo-site .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt, .grupo-site .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a:hover .content-txt {
    transform: translateY(8rem);
  }
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt span, .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a:hover .content-txt span {
  transform: translateY(0);
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span img, .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt, .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9080007003) 61%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  text-align: center;
  padding: 1rem;
  min-height: 5.5rem;
  padding-top: 9rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(15rem);
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
}
.grupo-site .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt, .grupo-site .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt {
  transform: translateY(5rem);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9080007003) 23%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt, .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt {
    padding: 2rem;
    transform: translateY(22rem);
  }
  .grupo-site .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt, .grupo-site .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt {
    transform: translateY(11rem);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9080007003) 45%, rgba(0, 0, 0, 0) 100%);
  }
  .reduced .ilmex-site .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt, .reduced .ilmex-site .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt {
    transform: translateY(25rem);
  }
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt p, .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt p {
  color: #ffffff;
  font-size: 3rem;
  line-height: 2.8rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 2rem;
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt span, .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt span {
  color: #ffffff;
  transform: translateY(3rem);
  transition: all 1s ease;
  font-size: 1.7rem;
  line-height: 2.8rem;
  display: block;
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item.last_xmnez span .content-txt {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  text-align: left;
  padding: 2rem;
  min-height: 10.5rem;
  position: relative;
  transform: translateY(0);
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item.last_xmnez span .content-txt h2 {
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: 400;
  color: #CCAD5B;
}
@media screen and (min-width: 768px) {
  .block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item.last_xmnez span .content-txt h2 {
    font-size: 4.6rem;
    line-height: 6.2rem;
  }
}
.page-template-page-landing .block_post_carrusel_grid .post_carrusel__typeTwo:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 33%;
  background-color: #1D1B14;
  bottom: -100px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .page-template-page-landing .block_post_carrusel_grid .post_carrusel__typeTwo:after {
    opacity: 0;
  }
}
.block_post_carrusel_grid.reduced {
  max-width: 84rem;
  margin: 0 auto;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
}
@media screen and (min-width: 1024px) {
  .block_post_carrusel_grid.reduced {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .block_post_carrusel_grid.reduced .post_carrusel__typeTwo {
    overflow-x: initial;
    overflow-y: initial;
    position: relative;
    padding-bottom: 0;
    width: initial;
    margin-bottom: 5rem;
    flex-direction: column;
    align-items: center;
  }
  .ilmex-site .block_post_carrusel_grid.reduced .post_carrusel__typeTwo {
    margin-bottom: 0;
  }
  .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .block_post_carrusel_grid.reduced .post_carrusel__typeTwo {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .block_post_carrusel_grid.reduced .post_carrusel__typeTwo {
    grid-template-columns: 1fr 1fr;
  }
}
.block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item {
  height: 41rem;
  max-width: 41rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item {
    width: 100%;
    min-width: auto;
    height: 30rem;
  }
}
.block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item span, .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  height: 100%;
}
.block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt, .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item a:hover .content-txt {
  transform: translateY(9rem);
}
@media screen and (min-width: 768px) {
  .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt, .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item a:hover .content-txt {
    transform: translateY(25rem);
  }
  .ilmex-site .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt, .ilmex-site .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item a:hover .content-txt {
    transform: translateY(25rem);
  }
}
.block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt span, .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item a:hover .content-txt span {
  transform: translateY(0);
}
.block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt, .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt {
  padding: 1rem;
  min-height: 5.5rem;
  padding-top: 9rem;
  transform: translateY(15rem);
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt, .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt {
    padding: 2rem;
    transform: translateY(33rem);
  }
  .ilmex-site .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt, .ilmex-site .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt {
    transform: translateY(32rem);
  }
}
.block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt span, .block_post_carrusel_grid.reduced .post_carrusel__typeTwo .post_carrusel__typeTwo_item a .content-txt span {
  color: #ffffff;
  transform: translateY(3rem);
  transition: all 1s ease;
  font-size: 1.7rem;
  line-height: 2.8rem;
  display: block;
}

.block_carrusel {
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_carrusel {
    width: 80%;
    margin: 0 auto;
  }
}
.block_carrusel .carrusel__typeThree .swiper-slide a, .block_carrusel .carrusel__typeThree .swiper-slide span {
  display: block;
  text-decoration: none;
}
.block_carrusel .carrusel__typeThree .swiper-slide a:hover .content-img img, .block_carrusel .carrusel__typeThree .swiper-slide span:hover .content-img img {
  transform: scale(1.1);
}
.block_carrusel .carrusel__typeThree .swiper-slide a:hover .content-txt p, .block_carrusel .carrusel__typeThree .swiper-slide span:hover .content-txt p {
  color: #CCAD5B;
}
.block_carrusel .carrusel__typeThree .swiper-slide .content-txt {
  background: #ffffff;
  text-align: center;
  padding: 0 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_carrusel .carrusel__typeThree .swiper-slide .content-txt {
    padding: 2rem;
  }
}
.block_carrusel .carrusel__typeThree .swiper-slide .content-txt p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1D1B14;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block_carrusel .carrusel__typeThree .swiper-slide .content-txt p {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
.block_carrusel .carrusel__typeThree .swiper-slide .content-img {
  overflow: hidden;
  position: relative;
}
.block_carrusel .carrusel__typeThree .swiper-slide .content-img img {
  z-index: 1;
  transition: all 0.5s ease-in;
}
.block_carrusel .carrusel__typeThree .swiper-slide .content-img::after {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 6%, rgba(255, 255, 255, 0) 58%);
  height: 13rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.block_carrusel__navigation .carrusel-swiper-button-prev, .block_carrusel__navigation .carrusel-swiper-button-next {
  height: 3rem;
  width: 3rem;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.block_carrusel__navigation .carrusel-swiper-button-prev em, .block_carrusel__navigation .carrusel-swiper-button-next em {
  font-size: 2.4rem;
}
.block_carrusel__navigation .carrusel-swiper-button-prev em::before, .block_carrusel__navigation .carrusel-swiper-button-next em::before {
  color: #A1A1A1;
}
.block_carrusel__navigation .carrusel-swiper-button-prev em:hover::before, .block_carrusel__navigation .carrusel-swiper-button-next em:hover::before {
  color: #CCAD5B;
}
.block_carrusel__navigation .carrusel-swiper-button-prev {
  left: 1rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel__navigation .carrusel-swiper-button-prev {
    left: -5rem;
  }
}
.block_carrusel__navigation .carrusel-swiper-button-next {
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel__navigation .carrusel-swiper-button-next {
    right: -5rem;
  }
}
.block_carrusel__navigation .carrusel-swiper-button-next em {
  display: block;
  transform: rotate(180deg);
}

.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide {
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #F2F4F6;
  padding: 3rem 4rem 4rem 4rem;
  box-sizing: border-box;
  height: auto;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide img {
  margin-bottom: 2rem;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #000000;
  margin-bottom: 2rem;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide p {
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: #1D1B14;
  margin-bottom: 2rem;
}
.block_multipurpose_carousel .out-container {
  max-width: calc(100% - 120px);
  margin: 0 auto;
  position: relative;
}
.block_multipurpose_carousel .out-container .swiper__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev {
  height: 4rem;
  width: 4rem;
  background: #CCAD5B;
  position: absolute;
  z-index: 9;
  left: -60px;
  transform: translateY(-50%);
  cursor: pointer;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #CCAD5B;
  position: absolute;
  z-index: 9;
  right: -60px;
  transform: translateY(-50%);
  cursor: pointer;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev:hover, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next:hover {
  background-color: #39D8D8;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev em, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next em {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.block_photo_scroller {
  position: relative;
  overflow: hidden;
}
.block_photo_scroller .slider__photo_scroller {
  overflow: hidden;
  background-color: rgba(50, 54, 59, 0.9);
}
.block_photo_scroller .slider__photo_scroller .swiper-wrapper {
  align-items: center;
}
.block_photo_scroller .slider__photo_scroller .swiper-wrapper .swiper-slide {
  position: relative;
}
.block_photo_scroller .slider__photo_scroller .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
}
.block_photo_scroller .slider__photo_scroller .swiper-wrapper .swiper-slide.swiper-slide-next {
  position: relative;
}
.block_photo_scroller .slider__photo_scroller .swiper-wrapper .swiper-slide.swiper-slide-next::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(50, 54, 59, 0.7);
  top: 0;
  left: 0;
}
.block_photo_scroller .slider__photo_scroller .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.block_photo_scroller .slider__photo_scroller .photo_scroller__swiper-button-next {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 50%;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
}
.block_photo_scroller .slider__photo_scroller .photo_scroller__swiper-button-prev {
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: 50%;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
}
.block_photo_scroller .slider-navs {
  position: relative;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  transition: all 0.6s ease-in-out;
}
.block_photo_scroller .slider-navs.hide {
  transform: translateY(80px);
}
.block_photo_scroller .slider-navs.hide .photo_scroller__slider-thumbnail {
  opacity: 0;
}
.block_photo_scroller .photo_scroller__slider-thumbnail {
  transition: all 0.6s ease-in-out;
  box-sizing: border-box;
  padding: 0.4rem 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(50, 54, 59, 0.9);
  opacity: 1;
}
.block_photo_scroller .photo_scroller__slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 8rem;
  height: 8rem;
  opacity: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.block_photo_scroller .photo_scroller__slider-thumbnail .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  position: absolute;
  height: 8rem;
  width: 8rem;
}
.block_photo_scroller .photo_scroller__slider-thumbnail .swiper-wrapper .swiper-slide-active {
  position: relative;
}
.block_photo_scroller .photo_scroller__slider-thumbnail .swiper-wrapper .swiper-slide-active::after {
  content: "";
  position: absolute;
  height: 8rem;
  width: 8rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: white;
}
.block_photo_scroller .panel-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.block_photo_scroller .panel-controls .panel-controls__item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  height: 2rem;
  width: 2rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.block_photo_scroller .panel-controls .panel-controls__item:last-of-type {
  margin-right: 0;
}
.block_photo_scroller .panel-controls .panel-controls__item .ico {
  font-size: 2rem;
  color: #ffffff;
  display: block;
  transition: rotate 0.6s ease;
}
.block_photo_scroller .panel-controls .panel-controls__item .ico.rotate {
  transform: rotate(-180deg);
}

.modal-gallery {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
.modal-gallery.open {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-gallery__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.modal-gallery__top--actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.modal-gallery__top--actions > div {
  position: relative;
}
.modal-gallery__top--actions span {
  font-size: 2rem;
  line-height: 2rem;
  margin-right: 2rem;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .modal-gallery__top--actions span {
    font-size: 3rem;
    line-height: 3rem;
    margin-right: 3rem;
  }
}
.modal-gallery__top--actions .share-links {
  background-color: #ffffff;
  padding: 2rem;
  position: absolute;
  right: 20px;
  top: 67px;
  width: 190px;
  font-family: "Montserrat", sans-serif;
  display: none;
}
.modal-gallery__top--actions .share-links.open {
  display: block;
}
.modal-gallery__top--actions .share-links::before {
  content: "";
  position: absolute;
  top: -16px;
  border-top: solid 0px transparent;
  border-right: solid 16px transparent;
  border-bottom: solid 17px #ffffff;
  border-left: solid 16px transparent;
  right: 40px;
}
.modal-gallery__top--actions .share-links p {
  color: #1D1B14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  cursor: pointer;
}
.modal-gallery__top--actions .share-links p:last-of-type {
  margin-bottom: 0;
}
.modal-gallery__top--count {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.modal-gallery__top--count span {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2rem;
  margin-right: 0.5rem;
}
.modal-gallery__top--count span:last-of-type {
  margin-left: 0.5rem;
  margin-right: 0;
}
.modal-gallery__content {
  width: 90vw;
  height: 90vh;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .modal-gallery__content {
    width: 1024px;
    height: auto;
  }
}
.modal-gallery__content .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.modal-gallery__content .swiper-container .swiper-slide {
  overflow: hidden;
  transform: translateY(28%);
}
.modal-gallery__content .swiper-controls {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .modal-gallery__content .swiper-controls {
    top: 50%;
    transform: translateY(-50%);
  }
}
.modal-gallery__content .slider-modal__swiper-button-prev {
  position: absolute;
  z-index: 9;
  left: 1rem;
  cursor: pointer;
  font-size: 3rem;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .modal-gallery__content .slider-modal__swiper-button-prev {
    left: -5rem;
  }
}
.modal-gallery__content .slider-modal__swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}
.modal-gallery__content .slider-modal__swiper-button-next {
  position: absolute;
  z-index: 9;
  right: 1rem;
  cursor: pointer;
  font-size: 3rem;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .modal-gallery__content .slider-modal__swiper-button-next {
    right: -5rem;
  }
}
.modal-gallery__content .slider-modal__swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}
.modal-gallery__content .slider-modal.zoom-in .swiper-slide-active img {
  transition-duration: 300ms;
  transform: translate3d(0px, 0px, 0px) scale(1.3);
}

.block_simple_post_typeOne {
  display: flex;
  flex-wrap: wrap;
}
.block_simple_post_typeOne .typeOne_item {
  display: flex;
  flex-direction: row;
  margin: 10px;
  padding: 2rem;
  box-sizing: content-box;
  background-color: #ffffff;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .block_simple_post_typeOne .typeOne_item {
    flex-basis: calc(47% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .block_simple_post_typeOne .typeOne_item {
    flex-basis: calc(30.33% - 20px);
  }
}
.block_simple_post_typeOne .typeOne_item img.rounded {
  border-radius: 50%;
  height: 8rem;
}
.block_simple_post_typeOne .typeOne_item .content_text {
  margin-left: 1.5rem;
}
.block_simple_post_typeOne .typeOne_item .content_text a {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #000000;
  text-decoration: none;
}
.block_simple_post_typeOne .typeOne_item .content_text a:hover {
  color: #CCAD5B;
}
.block_simple_post_typeOne .typeOne_item .content_text p {
  font-size: 1.4rem;
  line-height: 2.9rem;
  color: #F5F5F5;
  margin-top: 1rem;
}
.block_simple_post_typeOne .typeOne_item.reverse img {
  order: 1;
  margin-left: auto;
}
.block_simple_post_typeOne .typeOne_item.reverse .content_text {
  margin-right: 1.5rem;
}
.block_simple_post_typeOne .typeOne_item.bg_color {
  background: #F2F4F6;
}
.block_simple_post_typeTwo {
  display: flex;
  flex-wrap: wrap;
}
.block_simple_post_typeTwo .typeTwo_item {
  display: flex;
  flex-direction: row;
  margin: 10px;
  padding: 2rem;
  box-sizing: content-box;
  background-color: #ffffff;
  flex-basis: 100%;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_simple_post_typeTwo .typeTwo_item {
    flex-basis: calc(47% - 20px);
  }
}
@media screen and (min-width: 400px) {
  .block_simple_post_typeTwo .typeTwo_item {
    flex-direction: row;
  }
}
.block_simple_post_typeTwo .typeTwo_item img {
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1.2rem;
  order: 1;
}
@media screen and (min-width: 400px) {
  .block_simple_post_typeTwo .typeTwo_item img {
    margin-left: auto;
    height: 14.8rem;
    width: 14.8rem;
    margin-bottom: 0;
    order: 2;
  }
}
.block_simple_post_typeTwo .typeTwo_item .content_text {
  margin-right: 1.5rem;
  order: 2;
}
@media screen and (min-width: 400px) {
  .block_simple_post_typeTwo .typeTwo_item .content_text {
    order: 1;
  }
}
.block_simple_post_typeTwo .typeTwo_item .content_text h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #000000;
  margin-bottom: 1rem;
}
.block_simple_post_typeTwo .typeTwo_item .content_text span {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #F5F5F5;
  margin-top: 1rem;
}
.block_simple_post_typeTwo .typeTwo_item .content_text p {
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: #1D1B14;
  margin-top: 1rem;
}
.block_simple_post_typeTwo .typeTwo_item .content_text .button {
  margin-top: 1.4rem;
}
.block_simple_post_typeTwo .typeTwo_item.reverse img {
  order: 1;
}
.block_simple_post_typeTwo .typeTwo_item.reverse .content_text {
  margin-right: 1.5rem;
}
.block_simple_post_typeTwo .typeTwo_item.bg_color {
  background: #F2F4F6;
}
.block_simple_post_typeThree {
  display: flex;
  flex-wrap: wrap;
}
.block_simple_post_typeThree .typeThree_item {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  flex-basis: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 560px) {
  .block_simple_post_typeThree .typeThree_item {
    flex-basis: 48%;
    margin-right: 1%;
  }
}
@media screen and (min-width: 768px) {
  .block_simple_post_typeThree .typeThree_item {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .block_simple_post_typeThree .typeThree_item {
    flex-basis: 22%;
  }
  .single_post--related .block_simple_post_typeThree .typeThree_item {
    flex-basis: 30%;
  }
}
.block_simple_post_typeThree .typeThree_item .content_text {
  background-color: #ffffff;
  padding: 2rem 0;
}
.block_simple_post_typeThree .typeThree_item .content_text a {
  text-decoration: none;
}
.block_simple_post_typeThree .typeThree_item .content_text h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 0.8rem;
  color: #000000;
}
.block_simple_post_typeThree .typeThree_item .content_text span {
  font-size: 1.2em;
  line-height: 2rem;
  color: #F5F5F5;
  margin-top: 1rem;
  color: #F5F5F5;
}
.block_simple_post_typeThree .typeThree_item .content_text span + span {
  margin-left: 1rem;
}
.block_simple_post_typeThree .typeThree_item .content_text p {
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: #1D1B14;
  margin-top: 1rem;
  color: #1D1B14;
}
.block_simple_post_typeThree .typeThree_item .content_text .button {
  margin-top: 1.4rem;
}

.block_noticias_relacionadas--title {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}
.ilmex-site .block_noticias_relacionadas--title {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .block_noticias_relacionadas--title {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_noticias_relacionadas--title > h2 {
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 400;
  text-align: center;
  color: #1D1B14;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .block_noticias_relacionadas--title > h2 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 4rem;
    position: relative;
  }
  .block_noticias_relacionadas--title > h2::after {
    content: "";
    height: 1px;
    background-color: #1D1B14;
    position: absolute;
    top: 60%;
    width: 30%;
    left: 0;
  }
  .block_noticias_relacionadas--title > h2::before {
    content: "";
    height: 1px;
    background-color: #1D1B14;
    position: absolute;
    top: 60%;
    width: 30%;
    right: 0;
  }
}
.block_noticias_relacionadas--title > p, .block_noticias_relacionadas--title > h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  color: #CCAD5B;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block_noticias_relacionadas--title > p, .block_noticias_relacionadas--title > h3 {
    font-size: 3.2rem;
    line-height: 6rem;
  }
}
.block_noticias_relacionadas--row .related_post {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}
@media screen and (min-width: 768px) {
  .block_noticias_relacionadas--row .related_post {
    grid-template-columns: 1fr 1fr;
    grid-gap: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .block_noticias_relacionadas--row .related_post {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 17px;
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: initial;
  }
  .home-blog .block_noticias_relacionadas--row .related_post {
    margin-bottom: 0;
  }
}
.block_noticias_relacionadas--row .related_post .post_page_item {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 3rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.block_noticias_relacionadas--row .related_post .post_page_item:hover {
  webkit-box-shadow: 0px 0px 18px -4px rgb(84, 84, 84);
  -moz-box-shadow: 0px 0px 18px -4px rgb(84, 84, 84);
  box-shadow: 0px 0px 18px -4px rgb(84, 84, 84);
}
.block_noticias_relacionadas--row .related_post .post_page_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .block_noticias_relacionadas--row .related_post .post_page_item {
    margin-bottom: 0;
  }
}
.block_noticias_relacionadas--row .related_post .post_page_item .categories {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block_noticias_relacionadas--row .related_post .post_page_item .cat {
  font-size: 1.1rem;
  background: #ffffff;
  color: #1D1B14;
  border-radius: 9px;
  padding: 0.6rem;
  text-align: center;
  z-index: 2;
  margin-right: 1rem;
  margin-bottom: 0.6rem;
}
.block_noticias_relacionadas--row .related_post .post_page_item .cat :last-of-type {
  margin-right: 0;
}
.block_noticias_relacionadas--row .related_post .post_page_item img {
  object-fit: cover;
  width: 100%;
  height: 236px;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text {
  padding: 3rem 2.8rem 0rem;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text h2, .block_noticias_relacionadas--row .related_post .post_page_item .content_text h3, .block_noticias_relacionadas--row .related_post .post_page_item .content_text h4, .block_noticias_relacionadas--row .related_post .post_page_item .content_text h5, .block_noticias_relacionadas--row .related_post .post_page_item .content_text h6 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #000000;
  margin-bottom: 2rem;
  font-weight: 400;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #1D1B14;
  margin-bottom: 2rem;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text span {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1D1B14;
  margin-bottom: 2.5rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text span:after {
  content: "\ea21";
  color: #1D1B14;
  font-family: "roicons" !important;
  margin-left: 1rem;
  position: relative;
  top: 0px;
  font-size: 1rem;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text .time {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #838999;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text--bottom {
  padding: 1.5rem 0 0;
  margin-top: auto;
  box-sizing: border-box;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text--bottom span {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1D1B14;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text--bottom span.readmore {
  padding: 0 2.8rem 0.6rem;
  border-bottom: solid 1px #E6E6E6;
  box-sizing: border-box;
  display: block;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text--bottom span.readmore:after {
  content: "\ea21";
  color: #1D1B14;
  font-family: "roicons" !important;
  margin-left: 1rem;
  position: relative;
  top: 0px;
  font-size: 1rem;
}
.block_noticias_relacionadas--row .related_post .post_page_item .content_text--bottom .time {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #838999;
  margin-bottom: 1.2rem;
  padding-top: 1.2rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
.block_noticias_relacionadas--row .button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 200px;
  font-weight: 600;
}
.ilmex-site .block_noticias_relacionadas--row .button {
  max-width: 220px;
  text-align: center;
}
.block_noticias_relacionadas--row .button em {
  margin-left: 1rem;
}

@media screen and (min-width: 1024px) {
  .block_accordion .accordion {
    max-width: 60%;
    margin: 0 auto;
  }
}
.block_accordion .accordion__item {
  margin-bottom: 0.5rem;
}
.block_accordion .accordion__item.active .accordion__header p a {
  background-color: #CCAD5B;
  color: #ffffff;
}
.block_accordion .accordion__item.active .accordion__header p a::after {
  color: #ffffff;
  content: "\ea0b";
}
.block_accordion .accordion__item.active .accordion__content {
  max-height: 500px;
  transition: max-height 0.6s ease-in;
}
.block_accordion .accordion__item .accordion__header p {
  margin: 0;
}
.block_accordion .accordion__item .accordion__header p a {
  background-color: #F2F4F6;
  color: #09111B;
  font-size: 1.6rem;
  line-height: 1.9rem;
  padding: 1.8rem 2rem;
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.block_accordion .accordion__item .accordion__header p a:hover {
  background-color: #CCAD5B;
  color: #ffffff;
}
.block_accordion .accordion__item .accordion__header p a:hover::after {
  color: #ffffff;
}
.block_accordion .accordion__item .accordion__header p a::after {
  font-family: "roicons" !important;
  content: "\ea0a";
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  color: #F5F5F5;
  transition: 0.3s ease-in-out;
}
.block_accordion .accordion__item .accordion__content {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.block_accordion .accordion__item .accordion__content__body {
  padding: 2rem 0;
}
.block_accordion .accordion__item .accordion__content__body p {
  color: #F5F5F5;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.block_accordion .accordion__item .accordion__content__body p:last-of-type {
  margin-bottom: 0;
}
.block_accordion .accordion__item .accordion__content__body em {
  color: red;
}
.block_accordion .accordion__item .accordion__content__body ul li, .block_accordion .accordion__item .accordion__content__body ol li {
  margin-bottom: 1rem;
  color: #F5F5F5;
}
.block_accordion--fill .accordion .accordion__item.active .accordion__header p a {
  background-color: #F2F4F6;
  color: #09111B;
}
.block_accordion--fill .accordion .accordion__item.active .accordion__header p a::after {
  color: #CCAD5B;
}
.block_accordion--fill .accordion .accordion__header p a {
  background-color: #F2F4F6;
  color: #09111B;
}
.block_accordion--fill .accordion .accordion__header p a::after {
  color: #F5F5F5;
}
.block_accordion--fill .accordion .accordion__content {
  background-color: #F2F4F6;
}
.block_accordion--fill .accordion .accordion__content .accordion__content__body {
  padding: 2rem;
}
.block_accordion--fill-icon-left .accordion .accordion__item.active .accordion__header p a {
  background-color: #F2F4F6;
  color: #09111B;
}
.block_accordion--fill-icon-left .accordion .accordion__item.active .accordion__header p a::after {
  color: #CCAD5B;
}
.block_accordion--fill-icon-left .accordion .accordion__header p a {
  background-color: #F2F4F6;
  color: #09111B;
  padding-left: 6rem;
}
.block_accordion--fill-icon-left .accordion .accordion__header p a::after {
  right: auto;
  left: 2rem;
  color: #F5F5F5;
}
.block_accordion--fill-icon-left .accordion .accordion__content {
  background-color: #F2F4F6;
}
.block_accordion--fill-icon-left .accordion .accordion__content .accordion__content__body {
  padding: 2rem;
  padding-left: 6rem;
}

@media screen and (min-width: 1024px) {
  .block_tabs {
    max-width: 60%;
    margin: 0 auto;
  }
}
.block_tabs .tabs_navigation ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.block_tabs .tabs_navigation ul li a {
  padding: 2rem 2.5rem;
  display: inline-block;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  color: #09111B;
  text-decoration: none;
  white-space: nowrap;
}
.block_tabs .tabs_navigation ul li a:hover {
  background-color: #F2F4F6;
}
.block_tabs .tabs_navigation ul li a.current {
  color: #CCAD5B;
  background-color: #F2F4F6;
}
.block_tabs .tabs_content .tab_content {
  display: none;
  padding: 2rem 2.5rem;
  background-color: #F2F4F6;
  box-sizing: border-box;
}
.block_tabs .tabs_content .tab_content.active {
  display: block;
}
.block_tabs .tabs_content .tab_content p {
  line-height: 2.5rem;
}
.block_tabs .tabs_content .tab_content p:last-of-type {
  margin-bottom: 0;
}
.block_tabs .tabs_content .tab_content ul li, .block_tabs .tabs_content .tab_content ol li {
  margin-bottom: 1rem;
  color: #F5F5F5;
}
@media (min-width: 767px) {
  .block_tabs--column > div {
    display: flex;
  }
}
.block_tabs--column .tabs_navigation ul {
  flex-direction: row;
  text-align: right;
}
@media (min-width: 767px) {
  .block_tabs--column .tabs_navigation ul {
    flex-direction: column;
  }
  .block_tabs--column .tabs_navigation ul li a {
    min-width: 146px;
  }
}
.block_tabs--column .tabs_content .tab_content {
  height: 100%;
}

.block-text-media {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .block-text-media {
    margin: 0 -15px;
    align-items: center;
  }
}
.block-text-media__col {
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  order: 1;
}
.block-text-media__col.media {
  order: 0;
  overflow: hidden;
}
.block-text-media__col.media ~ .media {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .block-text-media__col.media ~ .media {
    padding-top: 0;
  }
}
.block-text-media__col.media img {
  margin-bottom: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .block-text-media__col.media img {
    margin-bottom: 0;
    width: initial;
    transition: scale 500ms;
  }
  .block-text-media__col.media img:hover {
    scale: 120%;
  }
}
.block-text-media__col.text {
  padding-top: 16px;
  padding: 1.6rem 3.6rem 0;
}
@media (min-width: 768px) {
  .block-text-media__col.text {
    padding-top: 0;
  }
}
.block-text-media__col.text.colIzq {
  text-align: right;
}
.block-text-media__col.text:first-of-type {
  padding-top: 0;
}
.block-text-media__col.text h2, .block-text-media__col.text h3, .block-text-media__col.text h4, .block-text-media__col.text h5, .block-text-media__col.text h6 {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  line-height: 3.9rem;
  color: #CCAD5B;
  font-weight: 400;
}
.block-text-media__col.text p, .block-text-media__col.text li {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.block-text-media__col.text p {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .block-text-media__col {
    width: 50%;
    order: 0;
  }
}
@media (min-width: 768px) {
  .block-text-media__col {
    padding: 0 15px;
  }
}
.block-text-media__iframe {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.block-text-media__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-text-media__video video {
  width: 100%;
  height: 100%;
}

.block-text-text {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .block-text-text {
    margin: 0 -15px;
  }
}
.block-text-text__col {
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  order: 1;
}
.block-text-text__col.text {
  padding-top: 16px;
  padding: 1.6rem 3.6rem 0;
}
@media (min-width: 768px) {
  .block-text-text__col.text {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .block-text-text__col.text.colIzq {
    text-align: right;
  }
}
.block-text-text__col.text:first-of-type {
  padding-top: 0;
}
.block-text-text__col.text h2, .block-text-text__col.text h3, .block-text-text__col.text h4, .block-text-text__col.text h5, .block-text-text__col.text h6 {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  line-height: 2.9rem;
  color: #CCAD5B;
  font-weight: 400;
}
.block-text-text__col.text p, .block-text-text__col.text li {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.block-text-text__col.text p {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .block-text-text__col {
    width: 50%;
    order: 0;
  }
}
@media (min-width: 768px) {
  .block-text-text__col {
    padding: 0 15px;
  }
}

.block_imagen_destacada {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.block_imagen_destacada .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block_imagen_destacada .content {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .block_imagen_destacada .content {
    width: 60%;
  }
}
.block_imagen_destacada .content h2 {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .block_imagen_destacada .content h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.block_imagen_destacada .content p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .block_imagen_destacada .content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.block-counter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .block-counter ul {
    gap: 30px;
  }
}
.block-counter ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .block-counter ul li {
    width: 25%;
  }
}
.block-counter__number {
  display: block;
  text-align: center;
  font-size: 6rem;
  line-height: 6.2rem;
  color: #CCAD5B;
  font-weight: 600;
}
.block-counter__number--align {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: center;
}
.block-counter__text {
  display: block;
  color: #09111B;
  font-size: 1.9rem;
  line-height: 2.5rem;
  text-align: center;
}

.block_slider {
  position: relative;
}
.block_slider .logo_hero {
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translate(-50%, 0%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block_slider .logo_hero {
    max-width: 50px;
  }
}
.block_slider .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  width: 100%;
  overflow: hidden;
}
.block_slider .swiper-slide.video .video-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.block_slider .overlay {
  position: absolute;
  left: -28%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: skewX(-13deg);
  background: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .block_slider .overlay {
    position: absolute;
    left: -43%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: skewX(-33deg);
    background: rgba(0, 0, 0, 0.9);
  }
}
.block_slider .block_row {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block_slider .block_row.text_left {
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .block_slider .block_row.text_left .content {
    width: 50%;
    margin: 0 0 0 90px;
  }
}
.block_slider .block_row.text_right {
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .block_slider .block_row.text_right .content {
    width: 40%;
    margin: 0 90px 0 0;
  }
}
.block_slider .content {
  width: 85%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .block_slider .content {
    width: 60%;
  }
}
.block_slider .content .label {
  background: #CCAD5B;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 800;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 5rem;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .block_slider .content .label {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.block_slider .content h1, .block_slider .content h2, .block_slider .content h3, .block_slider .content h4, .block_slider .content h5, .block_slider .content h6 {
  color: #ffffff;
  font-size: 5.6rem;
  line-height: 7rem;
  margin-bottom: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .block_slider .content h1, .block_slider .content h2, .block_slider .content h3, .block_slider .content h4, .block_slider .content h5, .block_slider .content h6 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 0;
  }
}
.block_slider .content h1 strong, .block_slider .content h1 span, .block_slider .content h2 strong, .block_slider .content h2 span, .block_slider .content h3 strong, .block_slider .content h3 span, .block_slider .content h4 strong, .block_slider .content h4 span, .block_slider .content h5 strong, .block_slider .content h5 span, .block_slider .content h6 strong, .block_slider .content h6 span {
  font-weight: 900;
  font-style: italic;
  display: block;
}
.block_slider .content p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .block_slider .content p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.block_slider .content .button {
  margin: 6.7rem 0 0;
  font-size: 2.4rem;
  line-height: 2.9;
  font-weight: 500;
}
.block_slider .block_slider-swiper-button-next {
  position: absolute;
  z-index: 99999999;
  right: 1rem;
  top: 50%;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
  transform: rotate(180deg);
  display: block;
}
.block_slider .block_slider-swiper-button-next:hover {
  color: #CCAD5B;
}
.grupo-site .block_slider .block_slider-swiper-button-next {
  display: none;
}
.block_slider .block_slider-swiper-button-prev {
  position: absolute;
  z-index: 99999999;
  left: 1rem;
  top: 50%;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
}
.grupo-site .block_slider .block_slider-swiper-button-prev {
  display: none;
}
.block_slider__navigation .block_slider-swiper-button-prev, .block_slider__navigation .block_slider-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #CCAD5B;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.block_slider__navigation .block_slider-swiper-button-prev:hover, .block_slider__navigation .block_slider-swiper-button-next:hover {
  background-color: #39D8D8;
}
.block_slider__navigation .block_slider-swiper-button-prev em, .block_slider__navigation .block_slider-swiper-button-next em {
  font-size: 1.6rem;
  color: #ffffff;
}
.block_slider__navigation .block_slider-swiper-button-prev {
  left: 0;
  top: initial;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .block_slider__navigation .block_slider-swiper-button-prev {
    top: 50%;
    bottom: 0;
  }
}
.block_slider__navigation .block_slider-swiper-button-next {
  right: 0;
  top: initial;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .block_slider__navigation .block_slider-swiper-button-next {
    top: 50%;
    bottom: 0;
  }
}
.block_slider__swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.block_slider__swiper-pagination span.swiper-pagination-bullet.swiper__dot {
  width: 1rem;
  height: 1rem;
  opacity: 0.8;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s ease-in-out;
}
.block_slider__swiper-pagination span.swiper-pagination-bullet.swiper__dot:hover {
  background-color: #CCAD5B;
  opacity: 1;
}
.block_slider__swiper-pagination span.swiper-pagination-bullet.swiper__dot.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #CCAD5B;
}
.block_slider__swiper-pagination--out {
  z-index: 4;
}
.page-home .block_slider__swiper-pagination {
  bottom: 40px !important;
}
.block_slider__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
}
.block_slider__content .overlay {
  left: -50%;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .page-home .block_slider {
    min-height: 70rem;
  }
}
.page-home .block_slider .logo_hero {
  display: none;
}
.page-home .block_slider .overlay {
  position: absolute;
  left: -28%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: skewX(-13deg);
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .page-home .block_slider .overlay {
    position: absolute;
    left: -49%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: skewX(-16deg);
    background: rgba(0, 0, 0, 0.6);
  }
}
.page-home .block_slider .block_row {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-home .block_slider .block_row.text_left {
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .page-home .block_slider .block_row.text_left .content {
    width: 100%;
    margin: 0 0 0 90px;
  }
}
.page-home .block_slider .content .lines {
  margin-bottom: 2rem;
}
.page-home .block_slider .content .lines span {
  height: 1px;
  width: 200px;
  background: #ffffff;
  display: block;
  margin-bottom: 0.5rem;
}
.page-home .block_slider .content h1 strong, .page-home .block_slider .content h1 span, .page-home .block_slider .content h2 strong, .page-home .block_slider .content h2 span, .page-home .block_slider .content h3 strong, .page-home .block_slider .content h3 span, .page-home .block_slider .content h4 strong, .page-home .block_slider .content h4 span, .page-home .block_slider .content h5 strong, .page-home .block_slider .content h5 span, .page-home .block_slider .content h6 strong, .page-home .block_slider .content h6 span {
  font-weight: 900;
  font-style: italic;
  display: inline-block;
}
.page-home .block_slider .content .button {
  margin: 5rem 0 0;
}
@media screen and (min-width: 1024px) {
  .page-home .block_slider .content .button {
    margin: 6.7rem 0 0;
  }
}

.block_slider_fullpage .block_slider_fullpage__swiper-button-next {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 50%;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
  transform: rotate(180deg);
  display: block;
}
.block_slider_fullpage .block_slider_fullpage__swiper-button-prev {
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: 50%;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
}
.block_slider_fullpage .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30rem;
  width: 100%;
  overflow: hidden;
}
.ilmex-site .block_slider_fullpage .swiper-slide {
  min-height: 50rem;
}
@media screen and (min-width: 1024px) {
  .block_slider_fullpage .swiper-slide {
    min-height: 50rem;
  }
}
.block_slider_fullpage .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block_slider_fullpage .content {
  width: 85%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .block_slider_fullpage .content {
    width: 60%;
  }
}
.block_slider_fullpage .content h2, .block_slider_fullpage .content h3, .block_slider_fullpage .content h4, .block_slider_fullpage .content h5, .block_slider_fullpage .content h6 {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.6px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .block_slider_fullpage .content h2, .block_slider_fullpage .content h3, .block_slider_fullpage .content h4, .block_slider_fullpage .content h5, .block_slider_fullpage .content h6 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-bottom: 0;
  }
}
.block_slider_fullpage .content .button {
  background-color: #CCAD5B;
  color: #ffffff;
  border: solid 1px #CCAD5B;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.block_slider_fullpage .content .button:hover {
  background-color: #000000;
  border: solid 1px #000000;
}
@media screen and (min-width: 1024px) {
  .block_slider_fullpage .content .button {
    margin-top: 3rem;
  }
}
.block_slider_fullpage__navigation .block_slider-swiper-button-prev, .block_slider_fullpage__navigation .block_slider-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #CCAD5B;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.block_slider_fullpage__navigation .block_slider-swiper-button-prev:hover, .block_slider_fullpage__navigation .block_slider-swiper-button-next:hover {
  background-color: #39D8D8;
}
.block_slider_fullpage__navigation .block_slider-swiper-button-prev em, .block_slider_fullpage__navigation .block_slider-swiper-button-next em {
  font-size: 1.6rem;
  color: #ffffff;
}
.block_slider_fullpage__navigation .block_slider-swiper-button-prev {
  left: 0;
  top: initial;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .block_slider_fullpage__navigation .block_slider-swiper-button-prev {
    top: 50%;
    bottom: 0;
  }
}
.block_slider_fullpage__navigation .block_slider-swiper-button-next {
  right: 0;
  top: initial;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .block_slider_fullpage__navigation .block_slider-swiper-button-next {
    top: 50%;
    bottom: 0;
  }
}
.block_slider_fullpage__swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.block_slider_fullpage__swiper-pagination span.swiper-pagination-bullet.swiper__dot {
  width: 1rem;
  height: 1rem;
  opacity: 0.8;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s ease-in-out;
}
.block_slider_fullpage__swiper-pagination span.swiper-pagination-bullet.swiper__dot:hover {
  background-color: #CCAD5B;
  opacity: 1;
}
.block_slider_fullpage__swiper-pagination span.swiper-pagination-bullet.swiper__dot.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #CCAD5B;
}
.block_slider_fullpage__swiper-pagination--out {
  z-index: 4;
}
.page-home .block_slider_fullpage__swiper-pagination {
  bottom: 40px !important;
}

.block_hero_home {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
  width: 100%;
  overflow: hidden;
}
.block_hero_home .video-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.block_hero_home .overlayimg img {
  height: 100%;
  position: absolute;
}
.block_hero_home .block_row {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block_hero_home .block_row.text_left {
  align-items: flex-start;
}
.block_hero_home .block_row.text_left .content {
  padding: 0 3.6rem;
}
@media screen and (min-width: 1024px) {
  .block_hero_home .block_row.text_left .content {
    width: 50%;
    margin: 0 0 0 90px;
    padding: 0;
  }
}
.block_hero_home .block_row.text_left .content .lines {
  margin-bottom: 2rem;
}
.block_hero_home .block_row.text_left .content .lines span {
  height: 1px;
  width: 200px;
  background: #ffffff;
  display: block;
  margin-bottom: 0.5rem;
}
.block_hero_home .block_row.text_left .content h1 {
  color: #ffffff;
  font-size: 5.6rem;
  line-height: 7rem;
  margin-bottom: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .block_hero_home .block_row.text_left .content h1 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 0;
  }
}
.block_hero_home .block_row.text_left .content h1 strong, .block_hero_home .block_row.text_left .content h1 span {
  font-weight: 900;
  font-style: italic;
  display: block;
}

.block-progress-bar {
  padding: 0 20px;
}
.block-progress-bar--outside p {
  color: #09111B;
}
.block-progress-bar--outside .block-progress-bar__bar {
  height: 5px;
  width: 100%;
  background-color: #C0E6EE;
  border-radius: 3px;
}
.block-progress-bar--outside .block-progress-bar__label {
  border-radius: 3px;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color: #CCAD5B;
  transition: 1.5s ease-in-out;
  border-radius: 2px;
}
.block-progress-bar--inside .block-progress-bar__item {
  background-color: #F2F4F6;
  height: 4rem;
  display: flex;
  align-items: center;
}
.block-progress-bar--inside .block-progress-bar__label {
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color: #CCAD5B;
  transition: 1.5s ease-in-out;
  border-radius: 2px;
}
.block-progress-bar--inside .block-progress-bar__label p {
  padding: 0 1.5rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}

.block-testimonial .js-block-testimonial {
  padding-bottom: 40px;
}
.block-testimonial .js-block-testimonial .swiper-pagination {
  bottom: 0;
}
.block-testimonial .js-block-testimonial .swiper-pagination span.swiper-pagination-bullet {
  background-color: #C0E6EE;
  opacity: 1;
}
.block-testimonial .js-block-testimonial .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CCAD5B;
}
.block-testimonial .js-block-testimonial .block-testimonial__item {
  width: 100%;
  max-width: 100%;
}
.block-testimonial .js-block-testimonial .swiper-wrapper {
  flex-wrap: nowrap;
  gap: 0;
  justify-content: flex-start;
}
.block-testimonial .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.block-testimonial__item {
  width: 100%;
}
@media (min-width: 768px) {
  .block-testimonial__item {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  .block-testimonial__item {
    max-width: calc(33.3333333333% - 20px);
  }
}
.block-testimonial__item p {
  margin: 0;
}
.block-testimonial__text {
  margin-bottom: 2rem;
}
.block-testimonial__text p {
  color: #1D1B14;
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.block-testimonial__user p strong {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #09111B;
  display: block;
}
.block-testimonial__user p span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #CCAD5B;
}
.block-testimonial__user p img {
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.block-testimonial--center .block-testimonial__item {
  text-align: center;
}
.block-testimonial--center .block-testimonial__item p img {
  margin: 0 auto 2rem auto;
}
.block-testimonial--invert .block-testimonial__item {
  display: flex;
  flex-direction: column-reverse;
}
.block-testimonial--invert .block-testimonial__item .block-testimonial__text {
  margin-top: 2rem;
  margin-bottom: 0;
}

.block-blockquote {
  margin: 0;
}
.block-blockquote .block-blockquote__author {
  position: relative;
  padding-left: 1.5rem;
}
.block-blockquote .block-blockquote__author::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #1D1B14;
}
.block-blockquote--simple {
  display: block;
  border-left: 1px solid #CCAD5B;
  padding-left: 2rem;
}
.block-blockquote--simple .block-blockquote__quote {
  display: inline-block;
  color: #1D1B14;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.block-blockquote--simple .block-blockquote__author {
  display: block;
  color: #09111B;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.block-blockquote--simple .block-blockquote__author::before {
  background: #09111B;
}
.block-blockquote--center {
  display: block;
  text-align: center;
}
.block-blockquote--center .block-blockquote__quote {
  text-align: center;
  display: block;
  color: #09111B;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
.block-blockquote--center .block-blockquote__author {
  color: #1D1B14;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-blockquote--center .block-blockquote__social {
  display: block;
  margin-top: 2rem;
}
.block-blockquote--center .block-blockquote__social img {
  margin: 0 auto;
}
.block-blockquote--box {
  display: block;
  background-color: #f2f4f6;
  padding: 3rem 4.5rem;
  position: relative;
}
.block-blockquote--box .block-blockquote__quote {
  display: block;
  color: #09111B;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
.block-blockquote--box .block-blockquote__author {
  color: #1D1B14;
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-blockquote--box .block-blockquote__social {
  display: block;
  position: absolute;
  bottom: 3rem;
  right: 4.5rem;
}

.block_icon_list--icon {
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .block_icon_list--icon {
    width: 50%;
    padding-right: 2rem;
  }
}
.block_icon_list--icon li {
  list-style: none;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block_icon_list--icon li span {
  font-size: 1.8rem;
  line-height: 2.1rem;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  margin-left: 2rem;
}
.block_icon_list--icon li a {
  font-size: 1.8rem;
  line-height: 2.1rem;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  margin-left: 2rem;
}
.block_icon_list--icon li a:hover {
  font-weight: 400;
  color: #CCAD5B;
}

.block_text_heading {
  margin-bottom: 2rem;
}
.block_text_heading.content-center {
  margin: 0 auto 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .block_text_heading.content-center {
    width: 70%;
  }
}
.block_text_heading.content-center ul, .block_text_heading.content-center ol {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .block_text_heading.content-center ul, .block_text_heading.content-center ol {
    margin: 0 auto 2rem;
    width: 35%;
  }
}
.block_text_heading.content-center ul li, .block_text_heading.content-center ol li {
  text-align: left;
}
.block_text_heading h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading h2 {
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.grupo-site .block_text_heading h2 {
  font-size: 3.2rem;
  font-weight: 400;
}
.block_text_heading h3 {
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading h3.h2 {
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.grupo-site .block_text_heading h3.h2 {
  font-size: 3.2rem;
  font-weight: 400;
}
.block_text_heading h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading h5 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading p:last-of-type {
  margin-bottom: 0;
}
.block_text_heading ul li, .block_text_heading ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading ul li:last-of-type, .block_text_heading ol li:last-of-type {
  margin-bottom: 0;
}
.block_text_heading a {
  color: #CCAD5B;
  text-decoration: underline;
}
.block_text_heading a.button {
  margin-top: 2rem;
  color: #ffffff;
  text-decoration: none;
}

.block_heading {
  width: 100%;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  max-width: 70%;
}
.page-template-default .block_heading {
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_heading {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
    padding-top: 5rem;
  }
  .block_heading.negativo {
    margin-bottom: -6.2rem;
    transform: translateY(-6.2rem);
    padding-top: 0;
  }
  .grupo-site .block_heading.negativo {
    transform: translateY(-7.7rem);
    padding-top: 0 !important;
  }
}
.block_heading.negativo {
  padding-top: 5rem;
  margin-bottom: 3rem;
}
.grupo-site .block_heading.negativo {
  padding-top: 4rem;
}
.blog .block_heading.negativo {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .block_heading.negativo {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block_heading {
    padding: 0;
  }
}
.block_heading h2, .block_heading h1 {
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 0rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D1B14;
  font-weight: 400;
}
.block_heading h2 strong, .block_heading h1 strong {
  font-style: italic;
  font-weight: 900;
}
.page-template-default .block_heading h2, .page-template-default .block_heading h1 {
  text-align: center;
}
.grupo-site .block_heading h2, .grupo-site .block_heading h1 {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .block_heading h2.mb_left, .block_heading h1.mb_left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .block_heading h2, .block_heading h1 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .page-template-default .block_heading h2, .page-template-default .block_heading h1 {
    text-align: left;
    width: 100%;
  }
}
.block_heading.primary-color h2, .block_heading.primary-color h1 {
  color: #CCAD5B !important;
}
.block_heading.primary-color .title_line {
  margin-bottom: inherit;
}
@media screen and (min-width: 768px) {
  .block_heading.primary-color .title_line {
    margin-bottom: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .block_heading.primary-color .title_line .line {
    display: none !important;
  }
}
.block_heading .title_line {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .block_heading .title_line {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
  }
  .block_heading .title_line .line {
    height: 1px;
    background-color: #1D1B14;
    flex: 1;
    position: relative;
    top: 11px;
  }
  .block_heading .title_line .line.before {
    margin-right: 2rem;
  }
  .block_heading .title_line .line.after {
    margin-left: 2rem;
  }
  .block_heading .title_line h2 {
    width: initial !important;
    text-align: center !important;
    max-width: 82%;
  }
  .grupo-site .block_heading .title_line h2 {
    max-width: 90%;
  }
  .ilmex-site .block_heading .title_line h2 {
    max-width: 84%;
  }
}

.block_imagen_carrusel {
  position: relative;
}
.block_imagen_carrusel .block_imagen_carrusel__typeOne .swiper-slide {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  height: auto;
}
.block_imagen_carrusel .block_imagen_carrusel__typeOne .swiper-slide img {
  margin-bottom: 2rem;
}
.block_imagen_carrusel .block_imagen_carrusel__typeOne .swiper-slide p {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #1D1B14;
  padding: 0 1rem;
  text-align: center;
}
.block_imagen_carrusel .swiper__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-prev {
  height: 4rem;
  width: 4rem;
  background: #CCAD5B;
  position: absolute;
  z-index: 9;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #CCAD5B;
  position: absolute;
  z-index: 9;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-prev, .block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-prev:hover, .block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next:hover {
  background-color: #39D8D8;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-prev em, .block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next em {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.block_card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block_card__item {
  flex-basis: 100%;
  margin-left: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #F2F4F6;
}
.block_card__item:first-of-type {
  margin-left: 0;
}
@media screen and (min-width: 560px) {
  .block_card__item {
    margin-left: 1rem;
    flex-direction: column;
    flex-basis: 48%;
    margin-left: 1rem;
  }
  .block_card__item:first-of-type {
    margin-left: 0;
  }
  .block_card__item:nth-of-type(3) {
    margin-left: 0;
  }
  .block_card__item:nth-of-type(2n+3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block_card__item {
    flex-direction: row;
    margin-left: 1rem;
    flex-direction: column;
    flex-basis: 24%;
    margin-left: 1rem;
  }
  .block_card__item:first-of-type {
    margin-left: 0;
  }
  .block_card__item:nth-of-type(3) {
    margin-left: 1rem;
  }
  .block_card__item:nth-of-type(2n+3) {
    margin-left: 1rem;
  }
  .block_card__item:nth-of-type(5) {
    margin-left: 0;
  }
  .block_card__item:nth-of-type(4n+5) {
    margin-left: 0;
  }
}
.block_card__item .card_img, .block_card__item .card_content {
  flex-basis: 50%;
}
.block_card__item .card_img {
  overflow: hidden;
}
.block_card__item .card_img img {
  width: 100%;
  height: 100%;
  transition: scale 500ms;
}
.block_card__item .card_img img:hover {
  scale: 120%;
}
.block_card__item .card_content {
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: auto;
}
.block_card__item .card_content h2 {
  color: #000000;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  line-height: 2.9rem;
}
.block_card__item .card_content p {
  font-size: 1.5rem;
  line-height: 2.3rem;
  color: #1D1B14;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 560px) {
  .block_card__item .card_content h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
  .block_card__item .card_content p {
    font-size: 1.7rem;
    line-height: 2.9rem;
    color: #1D1B14;
    margin-bottom: 2rem;
  }
}
.block_card__item.item_horizontal {
  flex-direction: column;
  flex-basis: 100%;
  margin-left: 0;
}
@media screen and (min-width: 560px) {
  .block_card__item.item_horizontal {
    flex-direction: column;
    flex-basis: 48%;
    margin-left: 1rem;
  }
  .block_card__item.item_horizontal:first-of-type {
    margin-left: 0;
  }
  .block_card__item.item_horizontal:nth-of-type(3) {
    margin-left: 0;
  }
  .block_card__item.item_horizontal:nth-of-type(2n+3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block_card__item.item_horizontal {
    flex-direction: row;
  }
}
.block_card__item.item_horizontal .card_img, .block_card__item.item_horizontal .card_content {
  flex-basis: 50%;
}
.block_card_single > div {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .block_card_single > div {
    flex-direction: row;
  }
}
.block_card_single .column {
  width: 100%;
  margin: 0.5rem 0;
  padding: 3rem;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 33rem;
  transition: scale 500ms;
}
.block_card_single .column:hover .bg {
  scale: 120%;
}
@media screen and (min-width: 560px) {
  .block_card_single .column {
    width: 33rem;
    height: 33rem;
  }
}
.block_card_single .column::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.block_card_single .column .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.block_card_single .column .content {
  z-index: 2;
}
.block_card_single .column .content--white {
  color: #ffffff;
}
.block_card_single .column .content--white p {
  color: #ffffff;
}
.block_card_single .column .content--dark {
  color: #1D1B14;
}
.block_card_single .column .content--dark p {
  color: #1D1B14;
}
.block_card_single .column .content img {
  max-width: 6rem;
  max-height: 6rem;
  margin: 0 auto 2rem;
}
.block_card_single .column .content h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
}
.block_card_single .column .content .button {
  margin: 0;
  font-weight: 600;
}

.modal_catalogo {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal_catalogo__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.modal_catalogo__content {
  position: relative;
  background: white;
  width: 90%;
  max-width: 600px;
  margin: 10% auto;
  padding: 2rem;
  border-radius: 0.6rem;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.modal_catalogo__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.modal_catalogo__body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}

body.modal-open {
  overflow: hidden;
}

.block_flip_box {
  position: relative;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media (min-width: 1024px) {
  .block_flip_box {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_flip_box__typeOne {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6rem;
}
.block_flip_box__typeOne .block_flip_box_item {
  height: 268px;
  position: relative;
  overflow: hidden;
  border: solid 1px #CCAD5B;
  max-width: 237px;
  min-width: 237px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (max-width: 360px) {
  .block_flip_box__typeOne .block_flip_box_item {
    margin-right: 0;
  }
}
.block_flip_box__typeOne .block_flip_box_item.variation {
  margin-right: 0;
  margin-bottom: 6rem;
}
@media (max-width: 560px) {
  .block_flip_box__typeOne .block_flip_box_item.variation {
    margin-right: 0;
  }
}
.block_flip_box__typeOne .block_flip_box_item:hover .sides .back {
  transform: translateY(0%);
}
.block_flip_box__typeOne .block_flip_box_item .sides {
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
}
.block_flip_box__typeOne .block_flip_box_item .front {
  position: relative;
  height: 268px;
}
@media (min-width: 768px) {
  .block_flip_box__typeOne .block_flip_box_item .front {
    height: 268px;
  }
}
.block_flip_box__typeOne .block_flip_box_item .front .overlay {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
}
.block_flip_box__typeOne .block_flip_box_item .front .overlay img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block_flip_box__typeOne .block_flip_box_item .front .overlay p {
  color: #1D1B14;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 400;
  position: absolute;
  bottom: 16px;
  padding: 0 2rem;
}
.block_flip_box__typeOne .block_flip_box_item .back {
  transition: all 0.8s ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  transform: translateY(102%);
  width: 100%;
}
.block_flip_box__typeOne .block_flip_box_item .back .overlay {
  display: flex;
  flex-direction: column;
  height: 268px;
  background-color: #707070;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.block_flip_box__typeOne .block_flip_box_item .back .overlay span {
  color: #ffffff;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  font-weight: 600;
}
.block_flip_box__typeOne .block_flip_box_item .back .overlay p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.block_flip_box__typeOne .block_flip_box_item .back .overlay a {
  margin: 0 auto;
  font-size: 600;
}
.block_flip_box__typeOne .block_flip_box_item .back.proyecto {
  width: 100%;
}
.block_flip_box__typeOne .block_flip_box_item .back.proyecto .overlay {
  display: flex;
  flex-direction: column;
  height: 268px;
  width: 100%;
  background-color: #707070;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.block_flip_box__typeOne .block_flip_box_item .back.proyecto .overlay p {
  font-size: 2.4rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}
.block_flip_box__typeOne .block_flip_box_item .back.proyecto .overlay span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  display: block;
}
.block_flip_box__typeTwo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.block_flip_box__typeTwo .block_flip_box_item {
  height: 268px;
  position: relative;
  overflow: hidden;
  border: solid 1px #CCAD5B;
  max-width: 237px;
  min-width: 237px;
}
.block_flip_box__typeTwo .block_flip_box_item:hover .sides {
  transform: rotate3d(0, 1, 0, 180deg);
  transition: all 0.8s ease;
}
.block_flip_box__typeTwo .block_flip_box_item:hover .sides .back {
  opacity: 1;
}
.block_flip_box__typeTwo .block_flip_box_item .sides {
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  transform-style: preserve-3d;
}
.block_flip_box__typeTwo .block_flip_box_item .front {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 268px;
}
.block_flip_box__typeTwo .block_flip_box_item .front .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
}
.block_flip_box__typeTwo .block_flip_box_item .front .overlay p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
}
.block_flip_box__typeTwo .block_flip_box_item .back {
  display: flex;
  flex-direction: column;
  height: 268px;
  background-color: #707070;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transform: rotate3d(0, 1, 0, 180deg);
}
.block_flip_box__typeTwo .block_flip_box_item .back span {
  color: #CCAD5B;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
}
.block_flip_box__typeTwo .block_flip_box_item .back p {
  color: #1D1B14;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
.block_flip_box__typeTwo .block_flip_box_item .back a {
  margin: 0;
}

.block_price_table {
  display: grid;
  grid-gap: 4rem;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .block_price_table {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block_price_table_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border: solid 1px #707070;
  padding: 3rem 2rem;
  text-align: center;
}
.block_price_table_item .block_price_table_item_head {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.block_price_table_item .block_price_table_item_head h2 {
  font-size: 2.1rem;
  line-height: 2.4rem;
  color: #000000;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.block_price_table_item .block_price_table_item_head p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #CCAD5B;
}
.block_price_table_item .block_price_table_item_body {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .block_price_table_item .block_price_table_item_body {
    margin-bottom: 3rem;
  }
}
.block_price_table_item .block_price_table_item_body .price {
  margin-bottom: 2.2rem;
}
@media (min-width: 768px) {
  .block_price_table_item .block_price_table_item_body .price {
    margin-bottom: 4rem;
  }
}
.block_price_table_item .block_price_table_item_body .price p {
  font-size: 4.2rem;
  line-height: 5.2rem;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 768px) {
  .block_price_table_item .block_price_table_item_body .price p {
    font-size: 6rem;
    line-height: 7.1rem;
  }
}
.block_price_table_item .block_price_table_item_body .price p span {
  font-size: 4rem;
  line-height: 5rem;
  color: #000000;
}
.block_price_table_item .block_price_table_item_body .description p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #1D1B14;
}
@media (min-width: 768px) {
  .block_price_table_item .block_price_table_item_body .description p {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
}
.block_price_table_item .block_price_table_item_body .description p:last-of-type {
  margin-bottom: 0;
}
.block_price_table_item .block_price_table_item_bottom {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.block_price_table_item .block_price_table_item_bottom a {
  margin-bottom: 2rem;
}
.block_price_table_item .block_price_table_item_bottom p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #1D1B14;
}

/*
* jQuery Mobile v1.4.0pre
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* Some unsets */
.ui-mobile,
.ui-mobile body {
  height: 99.9%;
}

.ui-mobile fieldset,
.ui-page {
  padding: 0;
  margin: 0;
}

.ui-mobile a img,
.ui-mobile fieldset {
  border-width: 0;
}

/* Fixes for fieldset issues on IE10 and FF (see #6077) */
.ui-mobile fieldset {
  min-width: 0;
}

@-moz-document url-prefix() {
  .ui-mobile fieldset {
    display: table-column;
  }
}
/* Viewport */
.ui-mobile-viewport {
  margin: 0;
  overflow-x: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport {
  overflow-x: hidden;
}

/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  display: none;
  border: 0;
}

/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page {
  outline: none;
}

.ui-mobile .ui-page-active {
  display: block;
  overflow: visible;
  overflow-x: hidden;
}

@media screen and (orientation: portrait) {
  .ui-mobile .ui-page {
    min-height: 420px;
  }
}
@media screen and (orientation: landscape) {
  .ui-mobile .ui-page {
    min-height: 300px;
  }
}
/* Fouc */
.ui-mobile-rendering > * {
  visibility: hidden;
}

/* Non-js content hiding */
.ui-nojs {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Loading screen */
.ui-loading .ui-loader {
  display: block;
}

.ui-loader {
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 0;
}

.ui-loader-default {
  background: none;
  filter: Alpha(Opacity=18);
  opacity: 0.18;
  width: 2.875em;
  height: 2.875em;
  margin-left: -1.4375em;
  margin-top: -1.4375em;
}

.ui-loader-verbose {
  width: 12.5em;
  filter: Alpha(Opacity=88);
  opacity: 0.88;
  box-shadow: 0 1px 1px -1px #fff;
  height: auto;
  margin-left: -6.875em;
  margin-top: -2.6875em;
  padding: 0.625em;
}

.ui-loader-default h1 {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ui-loader-verbose h1 {
  font-size: 1em;
  margin: 0;
  text-align: center;
}

.ui-loader .ui-icon-loading {
  background-color: #000;
  display: block;
  margin: 0;
  width: 2.75em;
  height: 2.75em;
  padding: 0.0625em;
  -webkit-border-radius: 2.25em;
  border-radius: 2.25em;
}

.ui-loader-verbose .ui-icon-loading {
  margin: 0 auto 0.625em;
  filter: Alpha(Opacity=75);
  opacity: 0.75;
}

.ui-loader-textonly {
  padding: 0.9375em;
  margin-left: -7.1875em;
}

.ui-loader-textonly .ui-icon-loading {
  display: none;
}

.ui-loader-fakefix {
  position: absolute;
}

/* Headers, content panels */
.ui-bar,
.ui-body {
  position: relative;
  padding: 0.4em 1em;
  overflow: hidden;
  display: block;
  clear: both;
}

.ui-bar h1,
.ui-bar h2,
.ui-bar h3,
.ui-bar h4,
.ui-bar h5,
.ui-bar h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block;
}

.ui-header,
.ui-footer {
  border-width: 1px 0;
  border-style: solid;
  position: relative;
}

.ui-header .ui-title,
.ui-footer .ui-title {
  font-size: 1em;
  min-height: 1.1em;
  text-align: center;
  display: block;
  margin: 0 30%;
  padding: 0.7em 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 !important;
}

.ui-footer .ui-title {
  margin: 0 1em;
}

.ui-content {
  border-width: 0;
  overflow: visible;
  overflow-x: hidden;
  padding: 1em;
}

/* Corner styling for dialogs and popups */
.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}

.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child {
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

/* Buttons and icons */
.ui-btn {
  font-size: 16px;
  margin: 0.5em 0;
  padding: 0.7em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-btn-icon-notext {
  padding: 0;
  width: 1.75em;
  height: 1.75em;
  text-indent: -9999px;
  white-space: nowrap !important;
}

.ui-mini {
  font-size: 12.5px;
}

.ui-mini .ui-btn {
  font-size: inherit;
}

.ui-mini .ui-controlgroup-label {
  font-size: 16px;
}

/* Make buttons in toolbars default to mini and inline. */
.ui-header .ui-btn,
.ui-footer .ui-btn {
  font-size: 12.5px;
  display: inline-block;
  vertical-align: middle;
}

/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
  font-size: 12.5px;
}

.ui-mini.ui-btn-icon-notext,
.ui-mini .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext,
.ui-footer .ui-btn-icon-notext {
  font-size: 16px;
  padding: 0;
}

.ui-btn-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625em;
}

.ui-btn-icon-left {
  padding-left: 2.5em;
}

.ui-btn-icon-right,
.ui-listview > li > .ui-btn[class*=ui-icon-] {
  padding-right: 2.5em;
}

.ui-btn-icon-top {
  padding-top: 2.5em;
}

.ui-btn-icon-bottom {
  padding-bottom: 2.5em;
}

.ui-header .ui-btn-icon-top,
.ui-footer .ui-btn-icon-top,
.ui-header .ui-btn-icon-bottom,
.ui-footer .ui-btn-icon-bottom {
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}

.ui-btn[class*=ui-icon-]:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}

.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-listview > li > .ui-btn[class*=ui-icon-]:after {
  top: 50%;
  margin-top: -11px;
}

.ui-btn-icon-left:after {
  left: 0.5625em;
}

.ui-btn-icon-right:after,
.ui-listview > li > .ui-btn[class*=ui-icon-]:after {
  right: 0.5625em;
}

.ui-mini.ui-btn-icon-left:after,
.ui-mini .ui-btn-icon-left:after,
.ui-header .ui-btn-icon-left:after,
.ui-footer .ui-btn-icon-left:after {
  left: 0.37em;
}

.ui-mini.ui-btn-icon-right:after,
.ui-mini .ui-btn-icon-right:after,
.ui-header .ui-btn-icon-right:after,
.ui-footer .ui-btn-icon-right:after {
  right: 0.37em;
}

.ui-btn-icon-notext:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after {
  left: 50%;
  margin-left: -11px;
}

.ui-btn-icon-top:after {
  top: 0.5625em;
}

.ui-btn-icon-bottom:after {
  top: auto;
  bottom: 0.5625em;
}

/* Buttons in header position classes */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-btn-left > [class*=ui-],
.ui-btn-right > [class*=ui-] {
  margin: 0;
}

.ui-btn-left,
.ui-btn-right {
  position: absolute;
  top: 0.24em;
}

.ui-btn-left {
  left: 0.4em;
}

.ui-btn-right {
  right: 0.4em;
}

.ui-btn-icon-notext.ui-btn-left {
  top: 0.3125em;
  left: 0.3125em;
}

.ui-btn-icon-notext.ui-btn-right {
  top: 0.3125em;
  right: 0.3125em;
}

/* Form labels */
.ui-mobile label,
.ui-controlgroup-label {
  display: block;
  margin: 0 0 0.4em;
}

/* Accessible content hiding */
.ui-hide-label > label,
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label,
.ui-hidden-accessible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* content configurations. */
.ui-grid-a,
.ui-grid-b,
.ui-grid-c,
.ui-grid-d,
.ui-grid-solo {
  overflow: hidden;
}

.ui-block-a,
.ui-block-b,
.ui-block-c,
.ui-block-d,
.ui-block-e {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* force new row */
.ui-block-a {
  clear: left;
}

ul.ui-grid-a,
ul.ui-grid-b,
ul.ui-grid-c,
ul.ui-grid-d,
ul.ui-grid-solo,
li.ui-block-a,
li.ui-block-b,
li.ui-block-c,
li.ui-block-d,
li.ui-block-e {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
}

[class*=ui-grid-] .ui-btn,
[class*=ui-grid-] button.ui-btn-inline,
[class*=ui-grid-] button.ui-btn-icon-notext {
  margin-right: 0.3125em;
  margin-left: 0.3125em;
}

.ui-grid-a > .ui-block-a,
.ui-grid-a > .ui-block-b {
  /* width: 49.95%; IE7 */
  /* margin-right: -.5px; BB5 */
  width: 50%;
}

.ui-grid-b > .ui-block-a,
.ui-grid-b > .ui-block-b,
.ui-grid-b > .ui-block-c {
  /* width: 33.25%; IE7 */
  /* margin-right: -.5px; BB5 */
  width: 33.333%;
}

.ui-grid-c > .ui-block-a,
.ui-grid-c > .ui-block-b,
.ui-grid-c > .ui-block-c,
.ui-grid-c > .ui-block-d {
  /* width: 24.925%; IE7 */
  /* margin-right: -.5px; BB5 */
  width: 25%;
}

.ui-grid-d > .ui-block-a,
.ui-grid-d > .ui-block-b,
.ui-grid-d > .ui-block-c,
.ui-grid-d > .ui-block-d,
.ui-grid-d > .ui-block-e {
  /* width: 19.925%; IE7 */
  width: 20%;
}

.ui-grid-solo > .ui-block-a {
  width: 100%;
  float: none;
}

/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media (max-width: 35em) {
  .ui-responsive > .ui-block-a,
  .ui-responsive > .ui-block-b,
  .ui-responsive > .ui-block-c,
  .ui-responsive > .ui-block-d,
  .ui-responsive > .ui-block-e {
    width: 100%;
    float: none;
  }
}
.ui-table {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

.ui-table th,
.ui-table td {
  line-height: 1.5em;
  text-align: left;
  padding: 0.4em 0.5em;
  vertical-align: top;
}

.ui-table th .ui-btn,
.ui-table td .ui-btn {
  line-height: normal;
}

.ui-table th {
  font-weight: bold;
}

.ui-table caption {
  text-align: left;
  margin-bottom: 1.4em;
  opacity: 0.5;
}

/*
 Styles for the table columntoggle mode
*/
.ui-table-reflow td .ui-table-cell-label,
.ui-table-reflow th .ui-table-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Hide the table headers */
  .ui-table-reflow thead td,
  .ui-table-reflow thead th {
    display: none;
  }
  /* Show the table cells as a block level element */
  .ui-table-reflow td,
  .ui-table-reflow th {
    text-align: left;
    display: block;
  }
  /* Make the label elements a percentage width */
  .ui-table-reflow td .ui-table-cell-label,
  .ui-table-reflow th .ui-table-cell-label {
    padding: 0.4em;
    min-width: 30%;
    width: 50%;
    display: inline-block;
    margin: -0.4em 1em -0.4em -0.4em;
  }
  /*
  	.ui-table-reflow td span,
  	.ui-table-reflow th span { 
  		width: 46%;
  		float: right;

  	}
  */
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .ui-table-reflow th .ui-table-cell-label-top,
  .ui-table-reflow td .ui-table-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: normal;
  }
}
/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 992px) {
  /* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */
  .ui-table-reflow.ui-responsive {
    /*display: table-row-group;*/
  }
  /* Show the table header rows */
  .ui-table-reflow.ui-responsive td,
  .ui-table-reflow.ui-responsive th,
  .ui-table-reflow.ui-responsive tbody th,
  .ui-table-reflow.ui-responsive tbody td,
  .ui-table-reflow.ui-responsive thead td,
  .ui-table-reflow.ui-responsive thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .ui-table-reflow.ui-responsive td .ui-table-cell-label,
  .ui-table-reflow.ui-responsive th .ui-table-cell-label {
    display: none;
  }
}
/* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/
@media (max-width: 992px) {
  .ui-table-reflow.ui-responsive td,
  .ui-table-reflow.ui-responsive th {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
  .ui-table-reflow td span,
  .ui-table-reflow th span {
    display: block;
  }
  .ui-table-reflow tr th .ui-table-cell-label {
    display: none;
  }
  .ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* Show the table header rows and set all cells to display: table-cell */
  .my-custom-breakpoint td,
  .my-custom-breakpoint th,
  .my-custom-breakpoint tbody th,
  .my-custom-breakpoint tbody td,
  .my-custom-breakpoint thead td,
  .my-custom-breakpoint thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .my-custom-breakpoint td .ui-table-cell-label,
  .my-custom-breakpoint th .ui-table-cell-label {
    display: none;
  }
}
.block_table {
  max-width: 600px;
  margin: 0 auto;
}

.block_table table {
  border: none;
}
.block_table table tr td, .block_table table tr th {
  border: none;
  vertical-align: top;
}

.block_table table thead tr:first-child {
  background: #866100;
  color: #ffffff;
}

.block_table table tr td:first-child {
  color: #CCAD5B;
  font-family: "Gilroy-SemiBold";
}

.block_table tr:nth-child(even) {
  background: #F5F5F5;
}

.block_table tr:nth-child(odd) {
  background: #ffffff;
}

@media (max-width: 991px) {
  .block_table table th {
    background: #CCAD5B;
  }
  .block_table table th span {
    color: #ffffff;
    float: left;
  }
  .block_table table tr td:first-child {
    background: #CCAD5B;
    color: #ffffff;
  }
}
.block_popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100%;
  z-index: 999999999;
  display: none;
}
.block_popup.active {
  display: block;
}
.block_popup .content {
  position: absolute;
  width: 87%;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #ffffff;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .block_popup .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    max-width: 500px;
    display: flex;
    flex-direction: row;
  }
}
.block_popup .content .contex_img {
  position: relative;
  height: 200px;
}
.block_popup .content .contex_img img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .block_popup .content .contex_img {
    flex-basis: 50%;
    height: initial;
  }
}
.block_popup .content .contex_text {
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .block_popup .content .contex_text {
    flex-basis: 50%;
  }
}
.block_popup .content .contex_text h1, .block_popup .content .contex_text h2, .block_popup .content .contex_text h3, .block_popup .content .contex_text h4, .block_popup .content .contex_text h5, .block_popup .content .contex_text h6 {
  color: #CCAD5B;
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 1rem;
}
.block_popup .content .contex_text p {
  color: #1D1B14;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.block_popup .content #closePopup {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #CCAD5B;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 9999;
}

.block_hellobar {
  position: fixed;
  top: 0;
  left: 0;
  background: #CCAD5B;
  width: 100vw;
  z-index: 999999999;
  display: none;
  padding: 2.6rem;
  box-sizing: border-box;
}
.block_hellobar.active {
  display: block;
}
.block_hellobar #closeHellobar {
  position: absolute;
  right: 2rem;
  top: 1rem;
  color: #ffffff;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 9999;
}
.block_hellobar .content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.block_hellobar .content p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.block_feed_instagram .sb_instagram_header {
  display: none !important;
}

.block_video_fullscreen_muted {
  height: 100vh;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_video_fullscreen_muted .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 1;
}
.block_video_fullscreen_muted .video-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.block_video_fullscreen_muted .content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 2rem;
}
.block_video_fullscreen_muted .content h1, .block_video_fullscreen_muted .content h2, .block_video_fullscreen_muted .content h3, .block_video_fullscreen_muted .content h4, .block_video_fullscreen_muted .content h5, .block_video_fullscreen_muted .content h6 {
  font-size: 3.4rem;
  line-height: 4.2rem;
  color: #ffffff;
  max-width: 60rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1024px) {
  .block_video_fullscreen_muted .content h1, .block_video_fullscreen_muted .content h2, .block_video_fullscreen_muted .content h3, .block_video_fullscreen_muted .content h4, .block_video_fullscreen_muted .content h5, .block_video_fullscreen_muted .content h6 {
    font-size: 5.6rem;
    line-height: 6.4rem;
    margin: 0 auto 3rem;
  }
}
.block_video_fullscreen_muted .content p, .block_video_fullscreen_muted .content a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .block_video_fullscreen_muted .content p, .block_video_fullscreen_muted .content a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    max-width: 60rem;
    margin: 0 auto 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .block_video_fullscreen_muted .overlay {
    opacity: 0.6;
  }
  .block_video_fullscreen_muted .content {
    padding: 0;
  }
}

.block_full_media_text--row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row {
    flex-direction: row;
  }
}
.block_full_media_text--row .content_col.media {
  position: relative;
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row .content_col.media {
    flex-basis: 40%;
    padding-right: 4.4rem;
  }
}
.block_full_media_text--row .content_col.order-1 {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row .content_col.order-1 {
    order: 2;
  }
}
.block_full_media_text--row .content_col.order-2 {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row .content_col.order-2 {
    order: 1;
  }
}
.block_full_media_text--row .content_col.text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  margin-top: 5rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row .content_col.text {
    flex-basis: 60%;
    padding-right: 128px;
    padding-left: 5rem;
    margin-top: 0;
  }
}
.block_full_media_text--row .content_col.text h1, .block_full_media_text--row .content_col.text h2, .block_full_media_text--row .content_col.text h3, .block_full_media_text--row .content_col.text h4, .block_full_media_text--row .content_col.text h5, .block_full_media_text--row .content_col.text h6 {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #1D1B14;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row .content_col.text h1, .block_full_media_text--row .content_col.text h2, .block_full_media_text--row .content_col.text h3, .block_full_media_text--row .content_col.text h4, .block_full_media_text--row .content_col.text h5, .block_full_media_text--row .content_col.text h6 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_full_media_text--row .content_col.text p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
.block_full_media_text--row .content_col.text p strong {
  color: #CCAD5B;
  font-weight: 400;
}
.block_full_media_text--row .content_col.text.alignR {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row .content_col.text.alignR {
    text-align: right;
    padding-left: 128px;
    padding-right: 5rem;
  }
}

.block_destacado_img_text_ximenez {
  background-color: #F4F6FD;
  padding: 7.5rem 3.7rem;
}
.page-template-default .block_destacado_img_text_ximenez {
  padding: 4rem 3.7rem 8rem;
}
.page-template-default .block_destacado_img_text_ximenez.ilmex-site {
  padding: 4rem 3.7rem 4rem;
}
@media screen and (min-width: 768px) {
  .block_destacado_img_text_ximenez {
    flex-direction: row;
    padding: 5rem 0 15rem;
  }
  .page-template-default .block_destacado_img_text_ximenez {
    padding: 4rem 0 11.5rem;
  }
}
.block_destacado_img_text_ximenez .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_destacado_img_text_ximenez .block_row {
    flex-direction: row;
  }
}
.block_destacado_img_text_ximenez .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
.block_destacado_img_text_ximenez .block_row--column.large {
  flex-basis: 100%;
}
.block_destacado_img_text_ximenez .block_row--column.large a.button {
  text-align: center;
  background: transparent;
  color: #000000;
  border: solid 1px #000000;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.9rem;
  padding: 0 2rem;
  height: 3.9rem;
  width: 20rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_destacado_img_text_ximenez .block_row--column.large a.button:hover {
  background: #000000;
  color: #ffffff;
}
.block_destacado_img_text_ximenez .block_row--column.large a.button em {
  margin-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .block_destacado_img_text_ximenez .block_row--column.large a.button {
    display: inline-flex;
  }
}
.block_destacado_img_text_ximenez .block_row--column.large p > a {
  text-decoration: underline;
  color: #CCAD5B;
}
.block_destacado_img_text_ximenez .block_row--column.pic {
  position: relative;
}
.block_destacado_img_text_ximenez .block_row--column.pic .line::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #1D1B14;
  bottom: -3rem;
  right: 3.7rem;
  left: 0;
}
.block_destacado_img_text_ximenez .block_row--column.pic img {
  margin-top: 3rem;
  height: 295px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ilmex-site .block_destacado_img_text_ximenez .block_row--column.pic img {
    padding-bottom: 3rem;
    border-bottom: solid 1px #1D1B14;
  }
}
@media screen and (min-width: 768px) {
  .block_destacado_img_text_ximenez .block_row--column {
    flex-basis: 40%;
  }
  .block_destacado_img_text_ximenez .block_row--column.large {
    flex-basis: 60%;
    order: 2;
    padding-right: 166px;
    padding-left: 5rem;
  }
  .page-template-default .block_destacado_img_text_ximenez .block_row--column.large {
    padding-right: 99px;
  }
  .block_destacado_img_text_ximenez .block_row--column.pic {
    order: 1;
    padding-right: 4.4rem;
  }
  .block_destacado_img_text_ximenez .block_row--column.pic.line::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 64%;
    background-color: #1D1B14;
    bottom: -2rem;
    right: 4.4rem;
    left: initial;
  }
  .block_destacado_img_text_ximenez .block_row--column.pic img {
    margin-top: 0;
  }
}
.block_destacado_img_text_ximenez.outgrid {
  background-color: #ffffff;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .block_destacado_img_text_ximenez.outgrid {
    flex-direction: row;
    padding: 5rem 0 15rem;
  }
}
.block_destacado_img_text_ximenez.outgrid .block_row--column.pic {
  position: relative;
  order: 1;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block_destacado_img_text_ximenez.outgrid .block_row--column.pic {
    margin-bottom: 0;
  }
}
.block_destacado_img_text_ximenez.outgrid .block_row--column.pic::after {
  content: "";
  display: none;
}
.block_destacado_img_text_ximenez.outgrid .block_row--column.large {
  order: 2;
}
.block_destacado_img_text_ximenez.outgrid .block_row--column.large .content_text {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .block_destacado_img_text_ximenez.outgrid .block_row--column.large .content_text {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_destacado_img_text_ximenez.outgrid .block_row--column.large .content_text p > a {
  text-decoration: underline;
  color: #CCAD5B;
}

.color_destacado {
  color: #CCAD5B;
  font-weight: 800;
}

.grupo-site .block_destacado_img_text_ximenez {
  background-color: #F4F6FD;
  padding: 4rem 3.7rem;
  border-bottom: solid 0.6rem #838999;
  position: relative;
  margin-bottom: 3rem;
}
.grupo-site .block_destacado_img_text_ximenez:after {
  content: "";
  height: 0.6rem;
  width: 100%;
  background-color: #c3c9d8;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.page-template-default .grupo-site .block_destacado_img_text_ximenez {
  padding: 4rem 3.7rem 8rem;
}
@media screen and (min-width: 768px) {
  .grupo-site .block_destacado_img_text_ximenez {
    flex-direction: row;
    padding: 5rem 0 14rem;
    margin-bottom: 4rem;
  }
  .page-template-default .grupo-site .block_destacado_img_text_ximenez {
    padding: 4rem 0 11.5rem;
  }
}
.grupo-site .block_destacado_img_text_ximenez .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .grupo-site .block_destacado_img_text_ximenez .block_row {
    flex-direction: row;
  }
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.large {
  flex-basis: 100%;
  position: relative;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.large a.button {
  text-align: center;
  background: transparent;
  color: #000000;
  border: solid 1px #000000;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.9rem;
  padding: 0 2rem;
  height: 3.9rem;
  width: 20rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.large a.button:hover {
  background: #000000;
  color: #ffffff;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.large a.button em {
  margin-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.large a.button {
    display: inline-flex;
  }
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.large .gold {
  font-weight: 600;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.large .line::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #1D1B14;
  bottom: -3rem;
  right: 3.7rem;
  left: 0;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.large p > a {
  text-decoration: underline;
  color: #CCAD5B;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.pic {
  position: relative;
  display: flex;
  flex-direction: column;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.pic img {
  margin-top: 4rem;
  width: 100%;
  order: 2;
  padding-bottom: 3rem;
  border-bottom: solid 1px #1D1B14;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.pic a.button {
  order: 1;
  text-align: center;
  background: transparent;
  color: #000000;
  border: solid 1px #000000;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.9rem;
  padding: 0 2rem;
  height: 3.9rem;
  width: 20rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.pic a.button:hover {
  background: #000000;
  color: #ffffff;
}
.grupo-site .block_destacado_img_text_ximenez .block_row--column.pic a.button em {
  margin-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.pic a.button {
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  .grupo-site .block_destacado_img_text_ximenez .block_row--column {
    flex-basis: 40%;
  }
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.large {
    flex-basis: 60%;
    order: 1;
    padding-right: 5rem;
    padding-left: 0;
    position: relative;
  }
  .page-template-default .grupo-site .block_destacado_img_text_ximenez .block_row--column.large {
    padding-right: 5rem;
  }
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.large.line::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 64%;
    background-color: #1D1B14;
    bottom: -9rem;
    right: initial;
    left: 0;
  }
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.pic {
    order: 2;
    padding-right: 0;
    display: block;
  }
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.pic img {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: solid 0px #1D1B14;
  }
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.pic a.button {
    margin-top: 7rem;
  }
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.pic a.button:hover {
    background: #000000;
    color: #ffffff;
  }
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.pic a.button em {
    margin-left: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .grupo-site .block_destacado_img_text_ximenez .block_row--column.pic a.button {
    display: inline-flex;
  }
}
.grupo-site .block_destacado_img_text_ximenez.outgrid {
  background-color: #ffffff;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .grupo-site .block_destacado_img_text_ximenez.outgrid {
    flex-direction: row;
    padding: 5rem 0 15rem;
  }
}
.grupo-site .block_destacado_img_text_ximenez.outgrid .block_row--column.pic {
  position: relative;
  order: 1;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .grupo-site .block_destacado_img_text_ximenez.outgrid .block_row--column.pic {
    margin-bottom: 0;
  }
}
.grupo-site .block_destacado_img_text_ximenez.outgrid .block_row--column.pic::after {
  content: "";
  display: none;
}
.grupo-site .block_destacado_img_text_ximenez.outgrid .block_row--column.large {
  order: 2;
}
.grupo-site .block_destacado_img_text_ximenez.outgrid .block_row--column.large .content_text {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .grupo-site .block_destacado_img_text_ximenez.outgrid .block_row--column.large .content_text {
    padding-left: 0;
    padding-right: 0;
  }
}

.block_destacado_texto_xmenz {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz {
    padding: 9rem 0;
  }
}
.block_destacado_texto_xmenz .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 3.6rem;
  box-sizing: border-box;
}
.grupo-site .block_destacado_texto_xmenz .overlay {
  background-color: rgba(84, 84, 84, 0.7);
  backdrop-filter: blur(20px);
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay {
    padding: 9rem 3.6rem 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .block_destacado_texto_xmenz .overlay {
    padding: 9rem 0 6rem;
  }
}
.block_destacado_texto_xmenz .overlay h2 {
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 400;
  text-align: right;
  color: #ffffff;
  margin-bottom: 3.5rem;
}
.block_destacado_texto_xmenz .overlay h2 span, .block_destacado_texto_xmenz .overlay h2 strong {
  font-style: italic;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay h2 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 4rem;
  }
}
.grupo-site .block_destacado_texto_xmenz .overlay h2 {
  color: #ffffff;
  text-align: left;
}
.block_destacado_texto_xmenz .overlay .block_row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }
}
.block_destacado_texto_xmenz .overlay .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
.block_destacado_texto_xmenz .overlay .block_row--column.large.txt-tit .content_text {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row--column.large.txt-tit .content_text {
    border-right: solid 1px #ffffff;
    padding-right: 1.6rem;
  }
  .grupo-site .block_destacado_texto_xmenz .overlay .block_row--column.large.txt-tit .content_text {
    border-right: solid 1px #ffffff;
  }
}
.block_destacado_texto_xmenz .overlay .block_row--column.large.txt-tit .content_text p {
  margin-bottom: 0;
  color: #ffffff;
}
.block_destacado_texto_xmenz .overlay .block_row--column.large.txt-tit .content_text p + p {
  margin-top: 2rem;
}
.block_destacado_texto_xmenz .overlay .block_row--column.large.txt-tit .content_text p > a {
  text-decoration: underline;
  color: #CCAD5B;
}
.grupo-site .block_destacado_texto_xmenz .overlay .block_row--column.large.txt-tit .content_text {
  text-align: left;
}
.grupo-site .block_destacado_texto_xmenz .overlay .block_row--column.large.txt-tit .content_text p {
  color: #ffffff;
}
.block_destacado_texto_xmenz .overlay .block_row--column.large {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row--column.large {
    flex-basis: 60%;
  }
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row--column.large.reverse {
    order: 2;
  }
}
.block_destacado_texto_xmenz .overlay .block_row--column.large.reverse .content_text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row--column.large.reverse .content_text {
    border-right: solid 0px #ffffff;
    padding-right: 0;
    border-left: solid 1px #ffffff;
    padding-left: 1.6rem;
  }
  .grupo-site .block_destacado_texto_xmenz .overlay .block_row--column.large.reverse .content_text {
    border-left: solid 1px #ffffff;
  }
}
.block_destacado_texto_xmenz .overlay .block_row--column.large.reverse .content_text p {
  margin-bottom: 0;
  color: #ffffff;
}
.block_destacado_texto_xmenz .overlay .block_row--column.large.reverse .content_text p + p {
  margin-top: 2rem;
}
.grupo-site .block_destacado_texto_xmenz .overlay .block_row--column.large.reverse .content_text p {
  color: #1D1B14;
}
.block_destacado_texto_xmenz .overlay .block_row--column.large.reverse .content_text p > a {
  text-decoration: underline;
  color: #CCAD5B;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row--column.title.txt-tit {
    order: 1;
    padding-left: 8.5rem;
  }
  .grupo-site .block_destacado_texto_xmenz .overlay .block_row--column.title.txt-tit {
    padding-left: 7rem;
  }
}
.block_destacado_texto_xmenz .overlay .block_row--column.title.txt-tit h3 {
  text-align: left;
}
.block_destacado_texto_xmenz .overlay .block_row--column.title.txt-tit h3 strong {
  font-weight: 900;
  font-style: italic !important;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row--column.title.txt-tit.reverse {
    padding-left: 0rem;
    padding-right: 8.5rem;
  }
}
.block_destacado_texto_xmenz .overlay .block_row--column.title.txt-tit.reverse h3 {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row--column.title.txt-tit.reverse h3 {
    text-align: left;
  }
}
.block_destacado_texto_xmenz .overlay .block_row--column.title {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 5rem;
  margin-bottom: 5rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row--column.title {
    flex-basis: 40%;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-home .block_destacado_texto_xmenz .overlay .block_row--column.title {
    justify-content: flex-start;
  }
  .block_destacado_texto_xmenz .overlay .block_row--column.title.img {
    justify-content: flex-end;
  }
}
.block_destacado_texto_xmenz .overlay .block_row--column.title h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  color: #CCAD5B;
  font-weight: 400;
  color: #CCAD5B;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .block_destacado_texto_xmenz .overlay .block_row--column.title h3 {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.block_destacado_texto_xmenz .overlay .block_row--column.title h3 strong {
  font-weight: 900;
  font-style: italic !important;
}
.block_destacado_texto_xmenz .overlay .block_row--column.title h3 + picture {
  margin-top: 2rem;
}
.grupo-site .block_destacado_texto_xmenz .overlay .block_row--column.title h3 {
  color: #ffffff;
  order: 2;
}
.grupo-site .block_destacado_texto_xmenz .overlay .block_row--column.title h3 + picture {
  order: 1;
  margin-top: 0;
  margin-bottom: 2rem;
}
.grupo-site .block_destacado_texto_xmenz .overlay .block_row--column.title h3 + picture img {
  width: 100%;
}

.block_general {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .block_general {
    margin: 5rem 0;
  }
  .ilmex-site .block_general {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .block_general {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_general .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general .block_row {
    flex-direction: row;
  }
}
.block_general .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general .block_row--column.large.tit-txt {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .block_general .block_row--column.large.tit-txt .content_text {
    border-left: solid 1px #1D1B14;
    padding-left: 1rem;
  }
}
.block_general .block_row--column.large.tit-txt .content_text p {
  margin-bottom: 0;
}
.block_general .block_row--column.large.tit-txt .content_text p + p {
  margin-top: 2rem;
}
.block_general .block_row--column.large.tit-txt .content_text p > a {
  text-decoration: underline;
  color: #CCAD5B;
}
.block_general .block_row--column.large.tit-txt .content_text + img {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .block_general .block_row--column.large.txt-tit .content_text {
    border-right: solid 1px #1D1B14;
    padding-right: 1.6rem;
  }
}
.block_general .block_row--column.large.txt-tit .content_text p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block_general .block_row--column.large.txt-tit .content_text p {
    text-align: right;
  }
}
.block_general .block_row--column.large.txt-tit .content_text p + p {
  margin-top: 2rem;
}
.block_general .block_row--column.large.txt-tit .content_text p + img {
  margin-top: 5rem;
}
.block_general .block_row--column.large.txt-tit .content_text p > a {
  text-decoration: underline;
  color: #CCAD5B;
}
.block_general .block_row--column.large.txt-tit .content_text + img {
  margin-top: 5rem;
}
.block_general .block_row--column.large {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .block_general .block_row--column.large {
    flex-basis: 60%;
  }
}
@media screen and (min-width: 768px) {
  .block_general .block_row--column.title.tit-txt {
    order: 1;
    padding-right: 7.5rem;
  }
}
.block_general .block_row--column.title.tit-txt h3 {
  text-align: right;
}
.block_general .block_row--column.title.tit-txt h3 strong {
  font-weight: 800;
  font-style: italic !important;
}
.block_general .block_row--column.title.tit-txt strong {
  font-weight: 800;
  font-style: italic !important;
}
@media screen and (min-width: 768px) {
  .block_general .block_row--column.title.txt-tit {
    order: 1;
    padding-left: 7.5rem;
  }
}
.block_general .block_row--column.title.txt-tit h3 {
  text-align: left;
}
.block_general .block_row--column.title.txt-tit h3 strong {
  font-weight: 800;
  font-style: italic !important;
}
.block_general .block_row--column.title.txt-tit strong {
  font-weight: 800;
  font-style: italic !important;
}
.block_general .block_row--column.title {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block_general .block_row--column.title {
    flex-basis: 40%;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.block_general .block_row--column.title h3, .block_general .block_row--column.title p {
  font-size: 2.6rem;
  line-height: 4rem;
  color: #CCAD5B;
  font-weight: 400;
  font-style: italic !important;
  font-family: "Playfair Display", serif;
}
.block_general .block_row--column.title h3 strong, .block_general .block_row--column.title p strong {
  font-weight: 800;
  font-style: italic !important;
}
@media screen and (min-width: 768px) {
  .block_general .block_row--column.title h3, .block_general .block_row--column.title p {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.block_general .block_row--column.title strong {
  font-weight: 800;
  font-style: italic !important;
}
.block_general.home .content_text {
  padding-bottom: 7rem;
}
.ilmex-site .block_general.home .content_text {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block_general.home .content_text {
    padding-bottom: 10rem;
  }
  .ilmex-site .block_general.home .content_text {
    padding-bottom: 0;
  }
}
.block_general.home .flex_block {
  margin-top: -3.9rem;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}
.ilmex-site .block_general.home .flex_block {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .block_general.home .flex_block {
    flex-direction: row;
    justify-content: space-between;
  }
}
.block_general.home .flex_block a.button {
  text-align: center;
  background: transparent;
  color: #000000;
  border: solid 1px #000000;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.9rem;
  padding: 0 2rem;
  height: 4.9rem;
  display: flex;
  justify-content: center;
  width: 20rem;
  margin: 0 auto;
}
.block_general.home .flex_block a.button:hover {
  background: #000000;
  color: #ffffff;
}
.block_general.home .flex_block a.button em {
  margin-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .block_general.home .flex_block a.button {
    display: inline-flex;
    width: auto;
    justify-content: flex-start;
    margin: 0;
  }
}
.block_general.home .img_dk {
  display: none;
}
@media screen and (min-width: 768px) {
  .block_general.home .img_dk {
    display: block;
    margin-left: 2rem;
  }
}
.block_general.home .img_mb {
  display: block;
}
@media screen and (min-width: 768px) {
  .block_general.home .img_mb {
    display: none;
  }
}
.block_general.home .title.tit-txt {
  flex-direction: column;
}
.block_general.home .title.tit-txt img {
  margin-top: 3rem;
  padding-bottom: 5rem;
  border-bottom: solid 1px #1D1B14;
}
@media screen and (min-width: 768px) {
  .block_general.line_large .block_row--column.large.tit-txt {
    border-left: solid 1px #866100;
    padding-left: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .block_general.line_large .block_row--column.large.tit-txt .content_text {
    border-left: none;
    padding-left: 0;
  }
}
.block_general.line_large .block_row--column.large.tit-txt .content_text + img {
  margin-top: 3rem;
}
.block_general.line_large .block_row--column.large.tit-txt .content_text + img + .content_text {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .block_general.line_large .block_row--column.large.txt-tit {
    border-right: solid 1px #866100;
    padding-right: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .block_general.line_large .block_row--column.large.txt-tit .content_text {
    border-right: none;
    padding-right: 0;
  }
}
.block_general.line_large .block_row--column.large.txt-tit .content_text + img {
  margin-top: 3rem;
}
.block_general.line_large .block_row--column.large.txt-tit .content_text + img + .content_text {
  margin-top: 3rem;
}
.block_general.grupo-site {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .block_general.grupo-site {
    margin: -1rem 0 8rem;
  }
}
.block_general.grupo-site .icon_wrap {
  align-items: flex-start;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media screen and (max-width: 768px) {
  .block_general.grupo-site .icon_wrap {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
  .block_general.grupo-site .icon_wrap img {
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .block_general.grupo-site .content_text {
    margin-left: 5rem;
    width: 60%;
    margin-bottom: 4rem;
  }
}
.block_general.grupo-site .galeria_tit {
  box-sizing: border-box;
}
.block_general.grupo-site .galeria_tit .title {
  flex-basis: 100%;
}
@media screen and (max-width: 768px) {
  .block_general.grupo-site .galeria_tit .title {
    margin-bottom: 4rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .block_general.grupo-site .galeria_tit .title {
    flex-basis: 40%;
    order: 2;
    margin-left: 2rem;
    align-items: flex-start;
  }
}
.block_general.grupo-site .galeria_tit .pic {
  flex-basis: 100%;
}
@media screen and (max-width: 768px) {
  .block_general.grupo-site .galeria_tit .pic {
    position: relative;
  }
  .block_general.grupo-site .galeria_tit .pic::after {
    content: "";
    height: 1px;
    width: calc(100% - 7.2rem);
    background-color: #1D1B14;
    position: absolute;
    bottom: -3rem;
    left: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .block_general.grupo-site .galeria_tit .pic {
    flex-basis: 60%;
    order: 1;
    border-right: solid 1px #1D1B14;
    padding-right: 3.6rem;
  }
}
.block_general.grupo-site .galeria_tit .pic img {
  width: 100%;
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit {
  position: relative;
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit .block_slider_galeria_tit__swiper-button-next {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0%;
  height: 100%;
  transform: rotate(180deg);
  display: block;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 1.4rem;
  width: 2rem;
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit .block_slider_galeria_tit__swiper-button-next span {
  font-size: 2.4rem;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit .block_slider_galeria_tit__swiper-button-next {
    width: 1.6rem;
    padding: 0 0.6rem;
  }
  .block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit .block_slider_galeria_tit__swiper-button-next span {
    font-size: 2rem;
  }
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit .block_slider_galeria_tit__swiper-button-prev {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 1.4rem;
  width: 2rem;
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit .block_slider_galeria_tit__swiper-button-prev span {
  font-size: 2.4rem;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit .block_slider_galeria_tit__swiper-button-prev {
    width: 1.6rem;
    padding: 0 0.6rem;
  }
  .block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit .block_slider_galeria_tit__swiper-button-prev span {
    font-size: 2rem;
  }
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit .swiper-slide {
  position: relative;
  width: 100% !important;
  overflow: hidden;
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit__js-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit__js-pagination span.swiper-pagination-bullet.swiper__dot {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.8;
  background-color: #707070;
  transition: 0.3s ease-in-out;
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit__js-pagination span.swiper-pagination-bullet.swiper__dot:hover {
  background-color: #ffffff;
  opacity: 1;
}
.block_general.grupo-site .galeria_tit .pic .block_slider_galeria_tit__js-pagination span.swiper-pagination-bullet.swiper__dot.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffffff;
}

.block_general_texto_img {
  margin: 0 0 3rem 0;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .block_general_texto_img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .block_general_texto_img {
    margin: 5rem 0 0;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
  }
}
.block_general_texto_img .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img .block_row {
    flex-direction: row;
  }
}
.block_general_texto_img .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img .block_row--column.large.txt-img {
    order: 2;
  }
}
.block_general_texto_img .block_row--column.large.txt-img .content_text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img .block_row--column.large.txt-img .content_text {
    border-left: solid 1px #1D1B14;
    padding-left: 1.6rem;
    margin-bottom: 0;
  }
}
.block_general_texto_img .block_row--column.large.txt-img .content_text p {
  margin-bottom: 0;
}
.block_general_texto_img .block_row--column.large.txt-img .content_text p + p {
  margin-top: 2rem;
}
.block_general_texto_img .block_row--column.large.txt-img .content_text p > a {
  text-decoration: underline;
  color: #CCAD5B;
}
.block_general_texto_img .block_row--column.large.txt-img .content_text p strong > a {
  text-decoration: underline;
  color: #CCAD5B;
}
.block_general_texto_img .block_row--column.large.txt-img img {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: solid 1px #1D1B14;
  margin-bottom: 5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img .block_row--column.large.txt-img img {
    padding-left: 7.5rem;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    justify-content: initial;
    width: auto;
    border-bottom: solid 0 #1D1B14;
  }
}
.block_general_texto_img .block_row--column.large.img-txt img {
  width: 100%;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img .block_row--column.large.img-txt img {
    padding-right: 7.5rem;
    width: auto;
    margin-bottom: 0;
  }
}
.block_general_texto_img .block_row--column.large {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img .block_row--column.large {
    flex-basis: 60%;
  }
}
@media screen and (min-width: 768px) {
  .block_general_texto_img .block_row--column.short.txt-img {
    order: 1;
  }
}
.block_general_texto_img .block_row--column.short.img-txt .content_text {
  padding-bottom: 3rem;
  border-bottom: solid 1px #1D1B14;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img .block_row--column.short.img-txt {
    order: 1;
  }
  .block_general_texto_img .block_row--column.short.img-txt .content_text {
    padding-bottom: 0;
    border-bottom: solid 0 #1D1B14;
    margin-bottom: 0;
  }
  .block_general_texto_img .block_row--column.short.img-txt .content_text p {
    margin-bottom: 0;
  }
  .block_general_texto_img .block_row--column.short.img-txt .content_text p + p {
    margin-top: 2rem;
  }
  .block_general_texto_img .block_row--column.short.img-txt .content_text p > a {
    text-decoration: underline;
    color: #CCAD5B;
  }
  .block_general_texto_img .block_row--column.short.img-txt .content_text p strong > a {
    text-decoration: underline;
    color: #CCAD5B;
  }
}
.block_general_texto_img .block_row--column.short {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img .block_row--column.short {
    flex-basis: 40%;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.block_general_texto_img.var {
  margin: 0 0 3rem 0;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  text-align: right;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img.var {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .block_general_texto_img.var {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_general_texto_img.var .title {
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  padding-top: 0;
  color: #1D1B14;
  font-weight: 400;
  text-align: left;
}
.block_general_texto_img.var .title strong {
  font-weight: 800;
  font-style: italic !important;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img.var .title {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 5rem;
    margin-top: 0;
    padding-top: 0;
    text-align: right;
  }
}
.block_general_texto_img.var .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img.var .block_row {
    flex-direction: row;
  }
}
.block_general_texto_img.var .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img.var .block_row--column {
    flex-basis: 50%;
  }
  .block_general_texto_img.var .block_row--column.alingR {
    text-align: right;
  }
}
.block_general_texto_img.var .block_row--column.icono {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_general_texto_img.var .block_row--column.icono img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block_general_texto_img.var .block_row--column.icono img {
    margin-top: 6rem;
    border-bottom: solid 0px #1D1B14;
    max-width: 100px;
  }
}
.block_general_texto_img.var .block_row--column.order1 {
  order: 2;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img.var .block_row--column.order1 {
    order: 1;
  }
}
.block_general_texto_img.var .block_row--column.order2 {
  order: 1;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img.var .block_row--column.order2 {
    order: 2;
  }
}
.block_general_texto_img.var .block_row--column .content_text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img.var .block_row--column .content_text {
    border-left: solid 1px #1D1B14;
    padding-left: 1.6rem;
    margin-bottom: 0;
    margin-left: 7rem;
  }
}
.block_general_texto_img.var .block_row--column .content_text p {
  margin-bottom: 0;
}
.block_general_texto_img.var .block_row--column .content_text p + p {
  margin-top: 2rem;
}
.block_general_texto_img.var .block_row--column img {
  margin-top: 5rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: solid 1px #1D1B14;
  margin-bottom: 5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img.var .block_row--column img {
    padding-left: 8.5rem;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    justify-content: initial;
    width: auto;
    border-bottom: solid 0 #1D1B14;
  }
}
.block_general_texto_img.var .block_row--column .ecogreen {
  padding: 0;
  float: right;
  margin-top: 3rem;
}
.block_general_texto_img.var .block_row--column h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  color: #CCAD5B;
  font-weight: 400;
  text-align: right;
  margin-top: 4rem;
}
.block_general_texto_img.var .block_row--column h3 strong {
  font-weight: 800;
  font-style: italic !important;
}
@media screen and (min-width: 768px) {
  .block_general_texto_img.var .block_row--column h3 {
    font-size: 4.8rem;
    line-height: 6rem;
    margin-left: 5rem;
    margin-top: 0;
  }
}

.mt50 {
  margin-top: 5rem;
}

.block_especial_ximenez {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .block_especial_ximenez {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_especial_ximenez h2 {
  text-align: left;
  color: #1D1B14;
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.block_especial_ximenez h2 strong {
  font-weight: 800;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez h2 {
    font-size: 7.6rem;
    line-height: 8rem;
    z-index: 1;
    position: relative;
    padding: 0 0 8rem 0rem;
    text-align: center;
    margin-bottom: initial;
  }
}
.block_especial_ximenez .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez .block_row {
    flex-direction: row;
  }
}
.block_especial_ximenez .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez .block_row--column {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez .block_row--column .content_text {
    border-right: solid 1px #1D1B14;
    padding-right: 1.6rem;
  }
}
.block_especial_ximenez .block_row--column .content_text p {
  margin-bottom: 0;
}
.block_especial_ximenez .block_row--column .content_text p + p {
  margin-top: 2rem;
}
.block_especial_ximenez .block_row--column .content_text p a {
  text-decoration: underline;
  color: #CCAD5B;
}
.block_especial_ximenez .block_row--column h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  color: #CCAD5B;
  font-weight: 400;
  text-align: right;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez .block_row--column h3 {
    font-size: 4.8rem;
    line-height: 6rem;
    margin-top: 5rem;
    padding-right: 2rem;
    text-align: left;
  }
}
.block_especial_ximenez .block_row--column.pic {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #1D1B14;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez .block_row--column.pic {
    order: 1;
    border-bottom: solid 0px #1D1B14;
    margin-bottom: 0;
  }
}
.block_especial_ximenez .block_row--column.pic img {
  margin-bottom: 7rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez .block_row--column.pic img {
    order: 1;
    margin-top: initial;
  }
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez .block_row--column.pic .content_text {
    order: 2;
  }
}
.block_especial_ximenez .block_row--column.pic .content_text p {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .block_especial_ximenez .block_row--column.mt {
    padding-left: 10rem;
    order: 2;
  }
}

.block_hero_slim {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 42rem;
  padding-bottom: 2rem;
  height: auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_hero_slim {
    height: 42.3rem;
    padding-bottom: initial;
  }
}
.block_hero_slim .overlay {
  position: absolute;
  left: -35%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: skewX(-9deg);
  background-color: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .block_hero_slim .overlay {
    position: absolute;
    left: -20%;
    top: 0;
    width: 66%;
    height: 100%;
    z-index: 1;
    transform: skewX(-13deg);
    background-color: rgba(0, 0, 0, 0.6);
    mix-blend-mode: multiply;
  }
}
.block_hero_slim_group {
  margin-top: 12rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_hero_slim_group {
    margin-top: 5rem;
  }
}
.block_hero_slim_content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 3rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .block_hero_slim_content {
    padding: 0;
    margin-top: 0rem;
  }
}
.block_hero_slim_content .label {
  background: #1D1B14;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  display: inline-block;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .block_hero_slim_content .label {
    margin-bottom: 1rem;
  }
}
.block_hero_slim_content .title > h1, .block_hero_slim_content .title > h2 {
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 4.7rem;
  margin-bottom: 0;
  font-weight: 400;
  padding-top: 0;
}
.block_hero_slim_content .title > h1 strong, .block_hero_slim_content .title > h2 strong {
  font-style: italic;
  font-weight: 900;
}
.ilmex-site .block_hero_slim_content .title > h1 strong, .ilmex-site .block_hero_slim_content .title > h2 strong {
  font-style: italic;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .block_hero_slim_content .title > h1, .block_hero_slim_content .title > h2 {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}
.block_hero_slim_content .title > h1 span, .block_hero_slim_content .title > h2 span {
  font-weight: 900;
  font-style: italic;
}

.block_sostenibilidad {
  padding: 4rem 0 11.5rem;
}
.block_sostenibilidad .title {
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 3rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D1B14;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .title {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 5rem;
    margin-top: 0;
    padding-top: 0;
  }
}
.block_sostenibilidad .block_row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .block_row {
    flex-direction: row;
  }
}
.block_sostenibilidad .block_row--col.text {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .block_row--col.text {
    padding-top: 1rem;
    flex-basis: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .block_sostenibilidad .block_row--col.text {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_sostenibilidad .block_row--col.text h1, .block_sostenibilidad .block_row--col.text h2, .block_sostenibilidad .block_row--col.text h3, .block_sostenibilidad .block_row--col.text h4, .block_sostenibilidad .block_row--col.text h5, .block_sostenibilidad .block_row--col.text h6 {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #1D1B14;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .block_sostenibilidad .block_row--col.text h1, .block_sostenibilidad .block_row--col.text h2, .block_sostenibilidad .block_row--col.text h3, .block_sostenibilidad .block_row--col.text h4, .block_sostenibilidad .block_row--col.text h5, .block_sostenibilidad .block_row--col.text h6 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    order: 1;
  }
}
.block_sostenibilidad .block_row--col.text p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
.block_sostenibilidad .block_row--col.text p strong {
  color: #CCAD5B;
  font-weight: 400;
}
.block_sostenibilidad .block_row--col.text p a {
  color: #CCAD5B;
}
.block_sostenibilidad .block_row--col.pic {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .block_row--col.pic {
    flex-basis: 45%;
    order: 2;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block_sostenibilidad .block_row--col.pic {
    transform: translateX(49px);
  }
}
@media screen and (min-width: 1300px) {
  .block_sostenibilidad .block_row--col.pic {
    transform: translateX(138px);
  }
}
.block_sostenibilidad .full_img {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .full_img {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
  .iluminacion-site .block_sostenibilidad .full_img {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.block_sostenibilidad .columns_editor {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .columns_editor {
    flex-direction: row;
  }
}
.block_sostenibilidad .columns_editor--col h1, .block_sostenibilidad .columns_editor--col h2, .block_sostenibilidad .columns_editor--col h3, .block_sostenibilidad .columns_editor--col h4, .block_sostenibilidad .columns_editor--col h5, .block_sostenibilidad .columns_editor--col h6 {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #1D1B14;
  margin-bottom: 2rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .block_sostenibilidad .columns_editor--col h1, .block_sostenibilidad .columns_editor--col h2, .block_sostenibilidad .columns_editor--col h3, .block_sostenibilidad .columns_editor--col h4, .block_sostenibilidad .columns_editor--col h5, .block_sostenibilidad .columns_editor--col h6 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.block_sostenibilidad .columns_editor--col p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
.block_sostenibilidad .columns_editor--col p strong {
  color: #CCAD5B;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .block_sostenibilidad .columns_editor--col p {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .columns_editor--col.left {
    flex-basis: 55%;
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .columns_editor--col.last {
    flex-basis: 45%;
    padding-left: 2.4rem;
    display: flex;
    flex-direction: column;
  }
}
.block_sostenibilidad .columns_editor--col .alignL {
  margin-left: auto;
}
.block_sostenibilidad .columns_editor--col .alignCM {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .columns_editor--col .alignCM {
    margin: 0;
  }
}
.block_sostenibilidad .columns_editor--col .order {
  margin: 2rem auto 20px;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad .columns_editor--col .order {
    margin: 2rem 0 0;
  }
}
.block_sostenibilidad.ilmex {
  padding: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad.ilmex {
    padding: 0 0 11rem;
  }
}
.block_sostenibilidad.ilmex .block_divider {
  width: 290px;
  margin: 1rem auto 4rem;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad.ilmex .block_divider {
    display: none;
  }
}
.block_sostenibilidad.ilmex .title {
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 3rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D1B14;
  font-weight: 400;
  text-align: left;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
.block_sostenibilidad.ilmex .title strong {
  font-style: italic !important;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad.ilmex .title {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 5rem;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.block_sostenibilidad.ilmex .columns_editor {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad.ilmex .columns_editor {
    flex-direction: row;
  }
}
.block_sostenibilidad.ilmex .columns_editor--col h1, .block_sostenibilidad.ilmex .columns_editor--col h2, .block_sostenibilidad.ilmex .columns_editor--col h3, .block_sostenibilidad.ilmex .columns_editor--col h4, .block_sostenibilidad.ilmex .columns_editor--col h5, .block_sostenibilidad.ilmex .columns_editor--col h6 {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #1D1B14;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .block_sostenibilidad.ilmex .columns_editor--col h1, .block_sostenibilidad.ilmex .columns_editor--col h2, .block_sostenibilidad.ilmex .columns_editor--col h3, .block_sostenibilidad.ilmex .columns_editor--col h4, .block_sostenibilidad.ilmex .columns_editor--col h5, .block_sostenibilidad.ilmex .columns_editor--col h6 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.block_sostenibilidad.ilmex .columns_editor--col p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.block_sostenibilidad.ilmex .columns_editor--col p strong, .block_sostenibilidad.ilmex .columns_editor--col p span {
  color: #1D1B14;
  font-weight: 600;
}
.block_sostenibilidad.ilmex .columns_editor--col p strong.gold, .block_sostenibilidad.ilmex .columns_editor--col p span.gold {
  color: #CCAD5B;
}
@media screen and (min-width: 1024px) {
  .block_sostenibilidad.ilmex .columns_editor--col p {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.block_sostenibilidad.ilmex .columns_editor--col img {
  width: 100%;
}
.block_sostenibilidad.ilmex .columns_editor--col img.mobile {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad.ilmex .columns_editor--col img.mobile {
    display: none;
  }
}
.block_sostenibilidad.ilmex .columns_editor--col img.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad.ilmex .columns_editor--col img.desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad.ilmex .columns_editor--col.left {
    flex-basis: 55%;
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad.ilmex .columns_editor--col.last {
    flex-basis: 45%;
    padding-left: 12.4rem;
    display: flex;
    flex-direction: column;
  }
}
.block_sostenibilidad.ilmex .columns_editor--col.last.justCenter {
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .block_sostenibilidad.ilmex .columns_editor--col.last.justCenter {
    padding-right: 0rem;
    margin-top: 0;
  }
}
.block_sostenibilidad.ilmex .columns_editor--col.last.justCenter img {
  margin: -20px auto 0;
  max-width: 200px;
}
@media screen and (min-width: 1024px) {
  .block_sostenibilidad.ilmex .columns_editor--col.last.justCenter img {
    max-width: 234px;
    margin: 0 auto;
  }
}
.block_sostenibilidad.ilmex .columns_editor--col .alignL {
  margin-left: auto;
}
.block_sostenibilidad.ilmex .columns_editor--col .alignCM {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .block_sostenibilidad.ilmex .columns_editor--col .alignCM {
    margin: 0;
  }
}

.block_timeline.vertical .block_timeline--repeater {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_timeline.vertical .block_timeline--repeater {
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.block_timeline.vertical .block_timeline--item {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-basis: 100%;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block_timeline.vertical .block_timeline--item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5rem;
    margin-bottom: 0;
    flex-basis: 50%;
  }
  .block_timeline.vertical .block_timeline--item:nth-child(odd) {
    text-align: right;
    align-items: flex-end;
    padding-right: 3rem;
    border-right: solid 5px #CCAD5B;
    height: 100%;
  }
  .block_timeline.vertical .block_timeline--item:nth-child(odd)::after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    border: solid 0.5rem #ffffff;
    border-radius: 50%;
    background-color: #838999;
    top: 170px;
    right: -15px;
    position: absolute;
  }
  .block_timeline.vertical .block_timeline--item:nth-child(even) {
    text-align: left;
    padding-left: 3rem;
    border-left: solid 5px #CCAD5B;
    height: 100%;
    margin-left: calc(50% + 3rem);
  }
  .block_timeline.vertical .block_timeline--item:nth-child(even)::after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    border: solid 0.5rem #ffffff;
    border-radius: 50%;
    background-color: #838999;
    top: 170px;
    left: -15px;
    position: absolute;
  }
  .block_timeline.vertical .block_timeline--item:first-of-type {
    padding-top: 0;
  }
  .block_timeline.vertical .block_timeline--item:first-of-type::after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    border: solid 0.5rem #ffffff;
    border-radius: 50%;
    background-color: #838999;
    top: 118px;
    right: -15px;
    position: absolute;
  }
}
.block_timeline.vertical .block_timeline--item img {
  margin-bottom: 3.6rem;
  width: 8.6rem;
  height: 8rem;
}
@media screen and (min-width: 768px) {
  .block_timeline.vertical .block_timeline--item img {
    margin-bottom: 2rem;
  }
}
.block_timeline.vertical .block_timeline--item h2 {
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: 400;
  color: #CCAD5B;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 360px) {
  .block_timeline.vertical .block_timeline--item h2 {
    font-size: 4rem;
  }
}
.block_timeline.vertical .block_timeline--item p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #1D1B14;
}
@media screen and (max-width: 360px) {
  .block_timeline.vertical .block_timeline--item p {
    font-size: 1.6rem;
  }
}
.block_timeline.vertical .block_timeline--item .line {
  margin-top: 3rem;
  height: 1px;
  background-color: #1D1B14;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block_timeline.vertical .block_timeline--item .line {
    width: 60%;
  }
}
.block_timeline.horizontal .block_timeline--repeater {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_timeline.horizontal .block_timeline--repeater {
    flex-direction: row;
    width: 100%;
    height: 350px;
    overflow: auto;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .block_timeline.horizontal .block_timeline--repeater {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_timeline.horizontal .block_timeline--repeater .block_timeline--item {
  text-align: center;
  align-items: center;
  flex: 1;
  margin-bottom: 4rem;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item {
    width: 14.28%;
    min-height: 172px;
    margin-bottom: 0;
  }
}
.block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(odd) {
  display: flex;
  flex-direction: column;
  align-self: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(odd) {
    border-bottom: solid 6px #CCAD5B;
    align-self: flex-start;
  }
}
.block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(odd) .content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(odd) .content {
    padding-top: 2rem;
  }
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(odd) .content::before {
    content: "";
    background: #ffffff;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
  }
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(odd) .content::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8.5px 14.7px 8.5px;
    border-color: white white #838999 white;
    transform: rotate(0deg) translateX(-50%);
    position: absolute;
    bottom: -33px;
    left: 50%;
  }
}
.block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(even) {
  align-self: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(even) {
    border-top: solid 6px #CCAD5B;
    align-self: flex-end;
  }
}
.block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(even) .content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(even) .content {
    padding-top: 2rem;
  }
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(even) .content::before {
    content: "";
    background: #ffffff;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item:nth-child(even) .content::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14.7px 8.5px 0 8.5px;
    border-color: #838999 transparent transparent transparent;
    transform: rotate(0deg) translateX(-50%);
    position: absolute;
    top: -7px;
    left: 50%;
  }
}
.block_timeline.horizontal .block_timeline--repeater .block_timeline--item:first-of-type {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item:first-of-type {
    align-self: flex-start;
  }
}
.block_timeline.horizontal .block_timeline--repeater .block_timeline--item img {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item img {
    width: 4rem;
    height: 4rem;
  }
}
.block_timeline.horizontal .block_timeline--repeater .block_timeline--item p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1D1B14;
}
@media screen and (min-width: 768px) {
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    min-height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .block_timeline.horizontal .block_timeline--repeater .block_timeline--item p {
    font-size: 2rem;
    line-height: 2.4rem;
    min-height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .block_timeline.horizontal .line {
    border-bottom: solid 1px #1D1B14;
    margin-left: 3.6rem;
    margin-right: 3.6rem;
  }
}

.block_titular_texto_img_grupo {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block_titular_texto_img_grupo {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.block_titular_texto_img_grupo .block_row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_titular_texto_img_grupo .block_row {
    flex-direction: row;
  }
}
.block_titular_texto_img_grupo .block_row--column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block_titular_texto_img_grupo .block_row--column {
    width: 50%;
  }
  .block_titular_texto_img_grupo .block_row--column:last-of-type {
    padding-right: 2rem;
  }
}
.block_titular_texto_img_grupo .block_row--column h3 {
  font-size: 3.6rem;
  line-height: 5rem;
  color: #1D1B14;
  margin-bottom: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block_titular_texto_img_grupo .block_row--column h3 {
    font-size: 7.6rem;
    line-height: 9rem;
    text-align: right;
    margin-right: 9rem;
  }
}
.block_titular_texto_img_grupo .block_row--column p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #1D1B14;
  margin-top: 1rem;
}
.block_titular_texto_img_grupo .block_row--column p a {
  text-decoration: underline;
  color: #CCAD5B;
}
.block_titular_texto_img_grupo .block_row--column .quote {
  margin-left: 0rem;
  margin-top: 2rem;
  padding-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .block_titular_texto_img_grupo .block_row--column .quote {
    margin-left: 2rem;
    margin-top: 6rem;
  }
}
.block_titular_texto_img_grupo .block_row--column .quote p {
  font-size: 1.8rem;
  line-height: 2.9rem;
  color: #CCAD5B;
  font-weight: 800;
  font-style: italic;
  margin-left: 2rem;
  margin-top: 0;
  position: relative;
}
.block_titular_texto_img_grupo .block_row--column .quote p::before {
  content: "";
  height: 78%;
  width: 1px;
  background: #838999;
  position: absolute;
  left: -2rem;
  top: 12px;
}

.block_sostenibilidad_grupo {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .block_sostenibilidad_grupo {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_sostenibilidad_grupo .sostenibilidad {
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .block_sostenibilidad_grupo .sostenibilidad {
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .block_sostenibilidad_grupo .sostenibilidad {
    border-bottom: solid 1px #1D1B14;
    padding-bottom: 5rem;
  }
}
.block_sostenibilidad_grupo .sostenibilidad .block_row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .block_sostenibilidad_grupo .sostenibilidad .block_row {
    flex-direction: row;
  }
}
.block_sostenibilidad_grupo .sostenibilidad .block_row--column {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .block_sostenibilidad_grupo .sostenibilidad .block_row--column {
    width: 50%;
  }
  .block_sostenibilidad_grupo .sostenibilidad .block_row--column:first-of-type {
    padding-right: 8.4rem;
  }
  .block_sostenibilidad_grupo .sostenibilidad .block_row--column:last-of-type {
    margin-top: 3rem;
  }
}
.block_sostenibilidad_grupo .sostenibilidad .block_row--column h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  color: #CCAD5B;
  text-align: center;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .block_sostenibilidad_grupo .sostenibilidad .block_row--column h3 {
    text-align: right;
    margin-bottom: 3rem;
    font-size: 7.6rem;
    line-height: 9rem;
    font-weight: 400;
  }
}
.block_sostenibilidad_grupo .sostenibilidad .block_row--column h3 strong {
  font-style: italic !important;
  font-weight: 900;
}
.block_sostenibilidad_grupo .sostenibilidad .block_row--column p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #1D1B14;
}
.block_sostenibilidad_grupo .sostenibilidad .block_row--column img {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .block_sostenibilidad_grupo .compromiso {
    border-bottom: solid 1px #1D1B14;
    padding-bottom: 5rem;
  }
}
.block_sostenibilidad_grupo .compromiso .block_heading {
  padding: 0;
}
.block_sostenibilidad_grupo .compromiso .title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .block_sostenibilidad_grupo .compromiso .title {
    text-align: center !important;
  }
}
.block_sostenibilidad_grupo .compromiso .block_row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .block_sostenibilidad_grupo .compromiso .block_row {
    flex-direction: row;
  }
}
.block_sostenibilidad_grupo .compromiso .block_row--column {
  width: 100%;
}
@media (min-width: 768px) {
  .block_sostenibilidad_grupo .compromiso .block_row--column:first-of-type {
    width: 35%;
  }
  .block_sostenibilidad_grupo .compromiso .block_row--column:last-of-type {
    width: 65%;
    padding-right: 4rem;
    margin-left: 10rem;
  }
}
.block_sostenibilidad_grupo .compromiso .block_row--column p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #1D1B14;
}
.block_sostenibilidad_grupo .compromiso .block_row--column img {
  width: 100%;
  margin-bottom: 5rem;
}

.location_distributor {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .location_distributor {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .location_distributor {
    padding-left: 0;
    padding-right: 0;
  }
}
.location_distributor--item {
  background-color: #F4F6FD;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  min-height: 10rem;
  color: #1D1B14;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.location_distributor--item:hover {
  background-color: #838999;
  color: #ffffff;
}
.location_distributor--item strong {
  font-weight: 800;
}

.block_modal_catalogo {
  padding: 2rem 0;
}
.block_modal_catalogo > .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block_modal_catalogo--title {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}
.ilmex-site .block_modal_catalogo--title {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .block_modal_catalogo--title {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_modal_catalogo--title > h2 {
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 400;
  text-align: center;
  color: #1D1B14;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .block_modal_catalogo--title > h2 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 4rem;
    position: relative;
  }
  .block_modal_catalogo--title > h2::after {
    content: "";
    height: 1px;
    background-color: #1D1B14;
    position: absolute;
    top: 60%;
    width: 15%;
    left: 0;
  }
  .block_modal_catalogo--title > h2::before {
    content: "";
    height: 1px;
    background-color: #1D1B14;
    position: absolute;
    top: 60%;
    width: 15%;
    right: 0;
  }
}
.block_modal_catalogo--title > p, .block_modal_catalogo--title > h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  color: #CCAD5B;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block_modal_catalogo--title > p, .block_modal_catalogo--title > h3 {
    font-size: 3.2rem;
    line-height: 6rem;
  }
}
.block_modal_catalogo .toggleModal {
  margin: 4rem auto 2rem;
}

.single_post--hero {
  position: relative;
  background-color: #F4F6FD;
  min-height: 12.6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.grupo-site .single_post--hero {
  background-color: #F4F6FD;
  border-bottom: solid 0.6rem #838999;
  position: relative;
  margin-bottom: 3rem;
  min-height: 11rem;
}
@media screen and (min-width: 768px) {
  .grupo-site .single_post--hero {
    min-height: 10rem;
  }
}
.grupo-site .single_post--hero:after {
  content: "";
  height: 0.6rem;
  width: 100%;
  background-color: #c3c9d8;
  position: absolute;
  left: 0;
  bottom: -12px;
}
@media screen and (min-width: 768px) {
  .single_post--hero {
    padding-left: 0;
    padding-right: 0;
    height: 14.6rem;
  }
}
.single_post--hero .single_row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .single_post--hero .single_row {
    flex-direction: row;
  }
}
.single_post--hero .single_row .single_column {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .single_post--hero .single_row .single_column {
    flex-basis: 50%;
  }
}
.single_post--hero .single_row .single_column .cat {
  font-size: 1.1rem;
  background: #ffffff;
  color: #1D1B14;
  border-radius: 9px;
  padding: 0.6rem;
  text-align: center;
  margin-top: 1.6rem;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .single_post--hero .single_row .single_column .cat {
    margin-top: 4.6rem;
  }
  .grupo-site .single_post--hero .single_row .single_column .cat {
    margin-top: 3.6rem;
  }
}
.single_post--hero .single_row .single_column .cat :last-of-type {
  margin-right: 0;
}
.single_post--hero .single_row .single_column a.button {
  float: right;
  margin-top: 1rem;
  border-radius: 3px;
  height: 3.9rem;
  text-align: center;
  background: transparent;
  color: #1D1B14;
  border: solid 1px #1D1B14;
  border-radius: 3px;
  display: block;
  font-weight: 600;
  font-size: 1.9rem;
  padding: 0 2rem;
  display: flex;
  height: 3.9rem;
}
@media screen and (min-width: 768px) {
  .single_post--hero .single_row .single_column a.button {
    margin-top: 2.5rem;
  }
}
.single_post--hero .single_row .single_column a.button em {
  margin-right: 1rem;
  font-weight: 400;
}
.single_post--hero .single_row .single_column a.button:hover {
  background: #1D1B14;
  color: #ffffff;
  border: solid 1px #1D1B14;
}
.single_post--title {
  margin-top: 3rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .single_post--title {
    transform: translateY(-5rem);
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .grupo-site .single_post--title {
    transform: translateY(0);
    margin-bottom: 3rem;
  }
}
.single_post--title h1 {
  font-size: 3.6rem;
  line-height: 5rem;
  padding-top: 0;
  color: #1D1B14;
  font-weight: 400;
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .single_post--title h1 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-top: 0;
    padding-top: 0;
  }
}
.single_post--title p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.single_post--content {
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .single_post--content {
    margin: 0rem auto 5.4rem;
  }
}
.single_post--content > .miniatura {
  max-width: 579px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .single_post--content > .miniatura {
    float: left;
    margin-right: 8.5rem;
    margin-bottom: 5rem;
  }
}
.single_post--content > .miniatura img {
  object-fit: cover;
  height: 450px;
}
.single_post--content > .miniatura figcaption {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 2.5rem;
  color: #838999;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single_post--content > .miniatura figcaption {
    text-align: right;
  }
}
.single_post--content > .content {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .single_post--content > .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.single_post--content > .content > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}
.single_post--content > .content em {
  word-wrap: break-word;
}
.single_post--content > .content > p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1.8rem;
}
.single_post--content > .content > p.date {
  color: #CCAD5B;
}
.single_post--content > .content > p:last-of-type {
  margin-bottom: 0;
}
.single_post--content > .content > p.quote {
  position: relative;
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: right;
  color: #838999;
  margin-bottom: 2.2rem;
  font-family: "Playfair Display", serif;
  width: 100%;
  margin-left: auto;
  margin-top: 8rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single_post--content > .content > p.quote {
    width: 55%;
    font-size: 3.7rem;
    line-height: 5.2rem;
  }
}
.single_post--content > .content > p.quote::before {
  content: "“";
  font-size: 14rem;
  color: #CCAD5B;
  position: absolute;
  left: 50%;
  top: -24px;
}
.single_post--content > .content > p.name {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #838999;
}
@media screen and (max-width: 768px) {
  .ilmex-site .single_post--content > .content > p.name + h2 {
    margin: 2rem 0;
    border-bottom: solid 1px #1D1B14;
    padding-bottom: 2rem;
  }
}
.single_post--content > .content > ul li, .single_post--content > .content ol li {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
}
.single_post--content > .content > ul li:last-of-type, .single_post--content > .content ol li:last-of-type {
  margin-bottom: 0;
}
.single_post--content > .content > a {
  color: #CCAD5B;
  text-decoration: underline;
}
.single_post--content > .content > a.button {
  margin-top: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.single_post--content > .content > h2, .single_post--content > .content > h3, .single_post--content > .content > h4, .single_post--content > .content > h5, .single_post--content > .content > h6 {
  font-size: 2.4em;
  line-height: 2.9rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single_post--content > .content > h2, .single_post--content > .content > h3, .single_post--content > .content > h4, .single_post--content > .content > h5, .single_post--content > .content > h6 {
    font-size: 3.6rem;
    line-height: 4rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.single_post--content > .content > h2 strong, .single_post--content > .content > h3 strong, .single_post--content > .content > h4 strong, .single_post--content > .content > h5 strong, .single_post--content > .content > h6 strong {
  font-weight: 800;
  font-style: italic;
}
.single_post--releated-heading .block_noticias_relacionadas--title {
  margin-top: 5rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .single_post--releated-heading .block_noticias_relacionadas--title {
    padding-left: 0;
    padding-right: 0;
    margin-top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .single_post--releated-heading .block_noticias_relacionadas--title h2 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 4rem;
    position: relative;
  }
  .single_post--releated-heading .block_noticias_relacionadas--title h2::after {
    content: "";
    height: 1px;
    background-color: #1D1B14;
    position: absolute;
    top: 60%;
    width: 10%;
    left: 0;
  }
  .single_post--releated-heading .block_noticias_relacionadas--title h2::before {
    content: "";
    height: 1px;
    background-color: #1D1B14;
    position: absolute;
    top: 60%;
    width: 10%;
    right: 0;
  }
}
.single_post .single_bottom {
  display: flex;
}
@media screen and (min-width: 768px) {
  .single_post .single_bottom {
    display: block;
  }
}
.single_post .single_bottom a.button {
  float: right;
  margin-top: 1rem;
  border-radius: 3px;
  height: 3.9rem;
  text-align: center;
  background: transparent;
  color: #1D1B14;
  border: solid 1px #1D1B14;
  border-radius: 3px;
  display: block;
  font-weight: 600;
  font-size: 1.9rem;
  padding: 0 2rem;
  display: flex;
  height: 3.9rem;
}
@media screen and (min-width: 768px) {
  .single_post .single_bottom a.button {
    margin-top: 2.5rem;
  }
}
.single_post .single_bottom a.button em {
  margin-left: 1rem;
  font-weight: 400;
}
.single_post .single_bottom a.button:hover {
  background: #1D1B14;
  color: #ffffff;
  border: solid 1px #1D1B14;
}
.single_post .cta_group {
  margin: 2rem 0;
}
.single_post .cta_group .share_mb {
  margin-bottom: 0.6rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}
.single_post .cta_group .share_mb em {
  top: 3px;
  position: relative;
  font-size: 2rem;
  color: #CCAD5B;
}
@media screen and (min-width: 768px) {
  .single_post .cta_group .share_mb {
    display: none;
  }
}
.single_post .cta_group .share_dk {
  display: none;
}
@media screen and (min-width: 768px) {
  .single_post .cta_group .share_dk {
    display: block;
  }
  .single_post .cta_group .share_dk p {
    margin-bottom: 0.6rem;
    font-weight: 900;
  }
}
.single_post .cta_group .share_dk .group {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single_post .cta_group .share_dk .group a {
  text-decoration: none;
  color: #1D1B14;
}
.single_post .cta_group .share_dk .group a:hover {
  color: #CCAD5B;
}
.single_post .cta_group .share_dk .group a:hover em {
  color: #CCAD5B;
}
.single_post .cta_group .share_dk .group a em {
  color: #1D1B14;
  font-size: 2.2rem;
}
.single_post .cta_group .share_dk .group a em + em {
  margin-left: 1rem;
}
.single_post .cta_group .share_dk .group a em.icon-email-1 {
  font-size: 3rem;
}

.home-blog {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .home-blog {
    margin-top: 10rem;
  }
}
.home-blog .block_noticias_relacionadas--row .related_post .post_page_item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .home-blog .block_noticias_relacionadas--row .related_post .post_page_item {
    margin-bottom: 9rem;
  }
}

.blog_title {
  background-color: #F4F6FD;
  height: 6.6rem;
}
@media screen and (min-width: 768px) {
  .blog_title {
    height: 12.5rem;
  }
}

.navi {
  display: flex;
  justify-content: center;
}
.navi .wp-pagenavi span {
  border: none;
  font-size: 1.7rem;
}
.navi .wp-pagenavi a {
  font-size: 1.7rem;
  color: #CCAD5B;
}
.navi .wp-pagenavi a.nextpostslink, .navi .wp-pagenavi a.previouspostslink {
  top: -1px;
  position: relative;
  font-size: 2.6rem !important;
  color: black;
}

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

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: none;
}

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

.block_slider_post {
  position: relative;
}
.block_slider_post .block_slider_post__swiper-button-next {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0%;
  height: 100%;
  transform: rotate(180deg);
  display: block;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 1.4rem;
  width: 2rem;
}
.block_slider_post .block_slider_post__swiper-button-next span {
  font-size: 2.4rem;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .block_slider_post .block_slider_post__swiper-button-next {
    width: 1.6rem;
    padding: 0 0.6rem;
  }
  .block_slider_post .block_slider_post__swiper-button-next span {
    font-size: 2rem;
  }
}
.block_slider_post .block_slider_post__swiper-button-prev {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 1.4rem;
  width: 2rem;
}
.block_slider_post .block_slider_post__swiper-button-prev span {
  font-size: 2.4rem;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .block_slider_post .block_slider_post__swiper-button-prev {
    width: 1.6rem;
    padding: 0 0.6rem;
  }
  .block_slider_post .block_slider_post__swiper-button-prev span {
    font-size: 2rem;
  }
}
.block_slider_post .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block_slider_post-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.block_slider_post-pagination span.swiper-pagination-bullet.swiper__dot {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.8;
  background-color: #707070;
  transition: 0.3s ease-in-out;
}
.block_slider_post-pagination span.swiper-pagination-bullet.swiper__dot:hover {
  background-color: #ffffff;
  opacity: 1;
}
.block_slider_post-pagination span.swiper-pagination-bullet.swiper__dot.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffffff;
}

.trabaja_page .trabaja_title {
  background-color: #F4F6FD;
  height: 6.6rem;
}
@media screen and (min-width: 768px) {
  .trabaja_page .trabaja_title {
    height: 12.5rem;
  }
}
.trabaja_page .block_row {
  display: flex;
  flex-direction: column;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  margin-top: 5rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .trabaja_page .block_row {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30rem;
  }
}
.trabaja_page .block_row--column {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .trabaja_page .block_row--column.process {
    flex-basis: 60%;
    min-height: 650px;
  }
}
.trabaja_page .block_row--column.process .process_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .trabaja_page .block_row--column.process .process_item {
    flex-direction: row;
    margin-bottom: 4rem;
  }
}
.trabaja_page .block_row--column.process .process_item--datos {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .trabaja_page .block_row--column.process .process_item--datos {
    margin-bottom: 0;
    min-width: 134px;
  }
}
.trabaja_page .block_row--column.process .process_item--datos .box {
  background-color: #F4F6FD;
  padding: 2rem 0.8rem;
  border-radius: 5px;
  margin-bottom: 3rem;
}
.trabaja_page .block_row--column.process .process_item--datos p {
  display: flex;
  flex-direction: row;
}
.trabaja_page .block_row--column.process .process_item--datos .estado {
  color: #009D2A;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.trabaja_page .block_row--column.process .process_item--datos .estado img {
  margin-right: 0.8rem;
}
.trabaja_page .block_row--column.process .process_item--datos .ubicacion {
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 2rem;
}
.trabaja_page .block_row--column.process .process_item--datos .ubicacion img {
  margin-right: 0.8rem;
}
.trabaja_page .block_row--column.process .process_item--info {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .trabaja_page .block_row--column.process .process_item--info {
    padding-left: 4rem;
  }
}
.trabaja_page .block_row--column.process .process_item--info .title {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: #32363B;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}
.trabaja_page .block_row--column.process .process_item--info .date {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #838999;
  margin-bottom: 2rem;
}
.trabaja_page .block_row--column.process .process_item--info .description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1D1B14;
  margin-bottom: 2rem;
  color: #000000;
}
.trabaja_page .block_row--column.process .process_item--info a {
  text-align: center;
  background: transparent;
  color: #000000;
  border: solid 1px #000000;
  border-radius: 3px;
  display: block;
  font-weight: 600;
  font-size: 1.9rem;
  padding: 0 2rem;
  display: inline-flex;
  height: 3.9rem;
}
.trabaja_page .block_row--column.process .process_item--info a:hover {
  color: #ffffff;
  background-color: #000000;
}
.trabaja_page .block_row--column.process .process_item--info a em {
  margin-left: 0.8rem;
}
.trabaja_page .block_row--column.process .process_item--info .line {
  display: block;
  margin-top: 3rem;
  height: 1px;
  width: 100%;
  background-color: #1D1B14;
}
@media screen and (min-width: 768px) {
  .trabaja_page .block_row--column.process .process_item--info .line {
    width: 75%;
    margin-top: 7rem;
  }
}
.trabaja_page .block_row--column.process h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .trabaja_page .block_row--column.process h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.trabaja_page .block_row--column.form {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .trabaja_page .block_row--column.form {
    flex-basis: 40%;
    padding-left: 7rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .trabaja_page .block_row--column.form .form_trabaja_box {
    border: solid 1px #707070;
    border-radius: 9px;
    padding: 2rem 1.6rem 4rem;
  }
  .trabaja_page .block_row--column.form .form_trabaja_box.columna-fija {
    max-width: 331px;
    position: fixed;
    top: 2rem;
    z-index: 0;
    box-sizing: border-box;
  }
  .trabaja_page .block_row--column.form .form_trabaja_box.columna-fija.fin {
    top: initial;
    bottom: 400px;
  }
}
.trabaja_page .block_row--column.form .form_trabaja_box h2 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 3.5rem;
  font-weight: 400;
}
.trabaja_page .block_row--column.form .form_trabaja_box h2 strong {
  font-weight: 800;
}

.actualidad_page .actualidad {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .actualidad_page .actualidad {
    margin-top: 5rem;
  }
}
.actualidad_page .actualidad img {
  margin: 5rem auto 3rem;
  width: 5.5rem;
  height: 4.7rem;
}
@media screen and (min-width: 768px) {
  .actualidad_page .actualidad img {
    margin: 0 0 3rem 0;
  }
}
.actualidad_page .actualidad .block_heading {
  max-width: 100% !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .actualidad_page .actualidad .block_heading {
    align-items: center;
    flex-direction: row;
  }
}
.actualidad_page .actualidad .block_heading .title {
  margin-bottom: 5rem;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .actualidad_page .actualidad .block_heading .title {
    text-align: center !important;
    margin-bottom: 3rem;
    margin-left: 0;
  }
}
.actualidad_page .actualidad h3 {
  color: #CCAD5B;
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .actualidad_page .actualidad h3 {
    font-size: 3.2rem;
    line-height: 6rem;
    text-align: left;
  }
}
.actualidad_page .actualidad_title {
  background-color: #F4F6FD;
  padding: 4rem 3.7rem;
  border-bottom: solid 0.6rem #838999;
  position: relative;
  margin-bottom: 3rem;
}
.actualidad_page .actualidad_title:after {
  content: "";
  height: 0.6rem;
  width: 100%;
  background-color: #c3c9d8;
  position: absolute;
  left: 0;
  bottom: -12px;
}
@media screen and (min-width: 768px) {
  .actualidad_page .block_sala_prensa {
    margin-bottom: 10rem;
  }
}
.actualidad_page .block_sala_prensa .block_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .actualidad_page .block_sala_prensa .block_row {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12rem;
  }
}
.actualidad_page .block_sala_prensa .block_row--column {
  box-sizing: border-box;
  display: flex;
}
@media screen and (min-width: 768px) {
  .actualidad_page .block_sala_prensa .block_row--column.text {
    flex-basis: 60%;
  }
}
.actualidad_page .block_sala_prensa .block_row--column.text p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #1D1B14;
}
.actualidad_page .block_sala_prensa .block_row--column.ctas a.button {
  border-radius: 3px;
  height: 3.9rem;
  text-align: center;
  background: transparent;
  color: #1D1B14;
  border: solid 1px #1D1B14;
  border-radius: 3px;
  display: block;
  font-weight: 600;
  font-size: 1.9rem;
  padding: 0 2rem;
  display: flex;
  height: 3.9rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .actualidad_page .block_sala_prensa .block_row--column.ctas a.button {
    margin: 0;
  }
}
.actualidad_page .block_sala_prensa .block_row--column.ctas a.button em {
  margin-left: 1rem;
  font-weight: 400;
}
.actualidad_page .block_sala_prensa .block_row--column.ctas a.button:hover {
  background: #1D1B14;
  color: #ffffff;
  border: solid 1px #1D1B14;
}
@media screen and (min-width: 768px) {
  .actualidad_page .block_sala_prensa .block_row--column.ctas {
    flex-basis: 40%;
    justify-content: flex-end;
  }
}
.actualidad_page .actualidad_noticias {
  margin-bottom: 10rem;
}
.actualidad_page .actualidad_noticias a.button {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .actualidad_page .actualidad_noticias a.button {
    justify-content: flex-end;
    margin: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .actualidad_page .actualidad_noticias {
    margin-bottom: 19rem;
  }
}

.block_gallery .grid {
  display: grid;
  grid-gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block_gallery .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .block_gallery .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block_gallery .grid .grid-item {
  height: 100%;
  min-height: 300px;
  height: 25vh;
  position: relative;
  overflow: hidden;
}
.block_gallery .grid .grid-item:hover img {
  transform: scale(1.2);
}
.block_gallery .grid .grid-item:hover .overlay {
  opacity: 1;
}
.block_gallery .grid .grid-item img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.block_gallery .grid .grid-item .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.block_gallery .grid .grid-item .overlay p {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  padding: 0 2rem;
  font-weight: bold;
}
.block_gallery--filter .block_filter {
  padding: 2rem 0;
}
.block_gallery--filter .block_filter .filter-button-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block_gallery--filter .block_filter .filter-button-group button {
  margin: 0.5rem;
}
.block_gallery--filter .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
.block_gallery--filter .grid .grid-item {
  height: 100%;
  min-height: 150px;
  height: 25vh;
  width: 48%;
  position: relative;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 1%;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block_gallery--filter .grid .grid-item {
    height: 25vh;
    width: 32%;
    min-height: 300px;
  }
}
@media (min-width: 1025px) {
  .block_gallery--filter .grid .grid-item {
    height: 25vh;
    width: 24%;
    min-height: 300px;
  }
}
.block_gallery--filter .grid .grid-item:hover img {
  transform: scale(1.2);
}
.block_gallery--filter .grid .grid-item img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.block_gallery--filter .filter-button-group button {
  border: none;
  background: none;
  text-transform: uppercase;
  color: #1D1B14;
}
.block_gallery--filter .filter-button-group button.active {
  color: #CCAD5B;
}
.block_gallery--filter .filter-button-group button:hover {
  color: #CCAD5B;
}
.block_gallery--filter-portfolio .block_filter {
  padding: 2rem 0;
}
.block_gallery--filter-portfolio .block_filter .filter-button-group_p {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block_gallery--filter-portfolio .block_filter .filter-button-group_p button {
  margin: 0.5rem;
}
.block_gallery--filter-portfolio .grid_p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
.block_gallery--filter-portfolio .grid_p .grid-item_p {
  height: 100%;
  min-height: 150px;
  height: 25vh;
  width: 50%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block_gallery--filter-portfolio .grid_p .grid-item_p {
    height: 25vh;
    width: 33%;
    min-height: 300px;
  }
}
@media (min-width: 1025px) {
  .block_gallery--filter-portfolio .grid_p .grid-item_p {
    height: 25vh;
    width: 25%;
    min-height: 300px;
  }
}
.block_gallery--filter-portfolio .grid_p .grid-item_p:hover img {
  transform: scale(1.2);
}
.block_gallery--filter-portfolio .grid_p .grid-item_p:hover .overlay {
  opacity: 1;
}
.block_gallery--filter-portfolio .grid_p .grid-item_p img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.block_gallery--filter-portfolio .grid_p .grid-item_p .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.block_gallery--filter-portfolio .grid_p .grid-item_p .overlay p {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  padding: 0 2rem;
  font-weight: bold;
}
.block_gallery--filter-portfolio .filter-button-group_p button {
  border: none;
  background: none;
  text-transform: uppercase;
  color: #1D1B14;
}
.block_gallery--filter-portfolio .filter-button-group_p button.active {
  color: #CCAD5B;
}
.block_gallery--filter-portfolio .filter-button-group_p button:hover {
  color: #CCAD5B;
}

.video_container {
  position: relative;
  padding-bottom: 46.25%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .video_container {
    margin-bottom: 10rem;
  }
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 51rem;
}

.proyectos_wrap {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (min-width: 768px) {
  .proyectos_wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.proyectos_wrap .block_divider {
  margin: 6rem auto 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .proyectos_wrap .block_divider {
    margin: 10rem auto;
    width: 33%;
  }
}

.hero_landing {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
.hero_landing_form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: start;
  align-items: flex-start;
  padding: 5rem 0;
}
.hero_landing_form--content {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
}
.hero_landing_form--content h1 {
  font-size: 3.2em;
  line-height: 4rem;
  color: #ffffff;
}
.hero_landing_form--content h2, .hero_landing_form--content h3, .hero_landing_form--content h4, .hero_landing_form--content h5, .hero_landing_form--content h6 {
  font-size: 2.6em;
  line-height: 3.2rem;
  color: #ffffff;
}
.hero_landing_form--content a {
  text-decoration: underline;
}
.hero_landing_form--content .checkpoint {
  margin-top: auto;
}
.hero_landing_form--content .checkpoint p {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.2rem;
}
.hero_landing_form--content .checkpoint p img {
  margin-right: 1rem;
}
.hero_landing_form--content .checkpoint p span {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #ffffff;
}
.hero_landing_form--formulario {
  flex-basis: 40%;
}/*# sourceMappingURL=styles.css.map */