/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,100;0,400;0,600;0,700;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss (1) ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  Usage: @include rotate(90deg); 

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

  Usage: @include scale(1.3); 

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

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

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

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

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

  Usage: @include translateX(100px); 

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

  Usage: @include translateY(100%);  

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  transform
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
footer {
  background-color: #0000B9;
}

.footer_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.8rem 0 4.8rem;
  border-bottom: solid 1px rgba(216, 216, 216, 0.3490196078);
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer_top {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4.8rem 0 2.4rem;
  }
}
.footer_top .footer_col {
  border-bottom: solid 1px rgba(216, 216, 216, 0.3490196078);
  padding-bottom: 4.8rem;
}
.footer_top .footer_col:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_top .footer_col:first-of-type {
    padding-right: 2.4rem;
    padding-bottom: 0;
    border-right: solid 1px rgba(216, 216, 216, 0.3490196078);
    border-bottom: none;
    max-width: 292px;
  }
}
.footer_top .footer_col:last-of-type {
  border-right: none;
  border-top: solid 1px rgba(216, 216, 216, 0.3490196078);
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_col:last-of-type {
    border-bottom: none;
    padding-bottom: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer_top .footer_col:last-of-type {
    padding-left: 2.4rem;
    margin-left: auto;
    padding-top: 0;
    border-top: none;
    border-left: solid 1px rgba(216, 216, 216, 0.3490196078);
  }
  .footer_top .footer_col:last-of-type img {
    margin-left: auto;
  }
}
.footer_top .footer_col.navs {
  padding: 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_col.navs {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer_top .footer_col.navs {
    flex-grow: 1;
    padding: 0 4.8rem;
    border-bottom: 0;
  }
}
.footer_top .footer_col.pyme {
  border-bottom: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_col.pyme {
    width: 100%;
    flex-direction: column;
  }
  .footer_top .footer_col.pyme img {
    margin: 0 auto;
  }
}
.footer_top .footer_col .logo {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_col .logo {
    margin: 0 auto 4.8rem;
  }
}
.footer_top .footer_col .social p {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_col .social p {
    text-align: center;
  }
}
.footer_top .footer_col .social ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_col .social ul {
    justify-content: center;
  }
}
.footer_top .footer_col .social ul li {
  list-style: none;
  height: 3.2rem;
  display: flex;
  align-items: center;
}
.footer_top .footer_col .social ul li a {
  color: #ffffff;
  font-size: 3.2rem;
  text-decoration: none;
}
.footer_top .footer_col h3 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_col h3 {
    text-align: center;
  }
}
.footer_top .footer_col .row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer_top .footer_col .row {
    flex-direction: row;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_top .footer_col .row nav:first-of-type {
    margin-bottom: 2.4rem;
  }
}
.footer_top .footer_col .row nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer_top .footer_col .row nav ul {
    text-align: left;
    align-items: flex-start;
  }
}
.footer_top .footer_col .row nav ul li {
  list-style: none;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_col .row nav ul li {
    text-align: center;
  }
}
.footer_top .footer_col .row nav ul li:last-of-type {
  padding-bottom: 0;
}
.footer_top .footer_col .row nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer_top .footer_col .row nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer_top .footer_col .row nav:last-of-type {
    margin-left: auto;
  }
}

.footer_typeLarge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.8rem 0 4.8rem;
  gap: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .footer_typeLarge {
    gap: 2.4rem;
    padding: 2.4rem 0 4.8rem;
  }
}
.footer_typeLarge .column.logo {
  margin: 0 auto;
}
.footer_typeLarge .column.navs nav {
  border-top: solid 1px rgba(216, 216, 216, 0.3490196078);
  border-bottom: solid 1px rgba(216, 216, 216, 0.3490196078);
}
.footer_typeLarge .column.navs nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 4.8rem 0;
  gap: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .footer_typeLarge .column.navs nav ul {
    flex-direction: row;
    padding: 2.4rem 0;
  }
}
.footer_typeLarge .column.navs nav ul li {
  list-style: none;
}
.footer_typeLarge .column.navs nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer_typeLarge .column.navs nav ul li a:hover {
  text-decoration: underline;
}
.footer_typeLarge .column nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer_typeLarge .column nav ul {
    flex-direction: row;
  }
}
.footer_typeLarge .column nav ul li {
  list-style: none;
}
.footer_typeLarge .column nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer_typeLarge .column nav ul li a:hover {
  text-decoration: underline;
}
.footer_typeLarge .column.social {
  border-bottom: solid 1px rgba(216, 216, 216, 0.3490196078);
}
@media screen and (min-width: 1024px) {
  .footer_typeLarge .column.social {
    padding-bottom: 2.4rem;
  }
}
.footer_typeLarge .column.social ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
}
.footer_typeLarge .column.social ul li {
  list-style: none;
  padding: 0 2.4rem;
  height: 8rem;
  display: flex;
  align-items: center;
  border-right: solid 1px rgba(216, 216, 216, 0.3490196078);
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .footer_typeLarge .column.social ul li {
    padding: 0 6.4rem;
    margin-bottom: auto;
  }
}
.footer_typeLarge .column.social ul li a {
  color: #ffffff;
  font-size: 3.2rem;
  text-decoration: none;
}
.footer_typeLarge .column.social ul li:last-of-type {
  border-right: none;
}
.footer_typeLarge .column.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .footer_typeLarge .column.info {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .footer_typeLarge .column.info .legal {
    margin-left: auto;
  }
}
.footer_typeLarge .column.info .legal ul {
  padding: 0;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .footer_typeLarge .column.info .legal ul {
    flex-direction: column;
    justify-content: center;
  }
}
.footer_typeLarge .column.info .legal ul li {
  position: relative;
  margin-right: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .footer_typeLarge .column.info .legal ul li {
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .footer_typeLarge .column.info .legal ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer_typeLarge .column.info .legal ul li::after {
    content: "|";
    color: #ffffff;
    position: relative;
    left: 16px;
  }
  .footer_typeLarge .column.info .legal ul li:last-of-type::after {
    content: "";
  }
}
.footer_typeLarge .column.info p {
  color: #ffffff;
}
.footer_typeLarge .column.info p a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 0.6rem;
}
.footer_typeLarge .column.info p a:hover {
  text-decoration: underline;
}

.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 #A1A1A1;
  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: #2D2D2D;
  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 {
  border-top: solid 1px #6FC3D7;
  text-align: center;
  padding: 1.4rem;
}
.footer_copyright p {
  color: #2D2D2D;
  font-size: 1.2rem;
}

.footer_type__Two {
  background-color: #574108;
  padding: 5rem 0 1rem;
}
.footer_type__Two .footer_row {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.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%;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column:first-of-type {
    flex-basis: 40%;
    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: 60%;
  }
}
.footer_type__Two .footer_row .column .footer_logos {
  display: flex;
  flex-direction: row;
}
.footer_type__Two .footer_row .column .footer_logos img + img {
  margin-left: 2rem;
}
.footer_type__Two .footer_row .column .footer_nav {
  border-top: solid 1px #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer_type__Two .footer_row .column .footer_nav {
    flex-direction: row;
  }
  .footer_type__Two .footer_row .column .footer_nav .menu-footer_main-container {
    margin-right: 8rem;
  }
}
.footer_type__Two .footer_row .column .footer_nav ul {
  padding: 3rem 0 0 0;
  margin: 0;
}
.footer_type__Two .footer_row .column .footer_nav ul li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.footer_type__Two .footer_row .column .footer_nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer_type__Two .footer_row .column .footer_nav ul li a:after {
  content: ">";
  margin-left: 1rem;
}
.footer_type__Two .footer_row .column .footer_text p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.footer_type__Two .footer_row .column .footer_social {
  margin-bottom: 4rem;
}
.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;
}
.footer_type__Two .footer_row .column .footer_social ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer_type__Two .footer_row .column .footer_copyright_two p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
}

.header__typeMegamenu {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header__typeMegamenu .header_main {
  display: flex;
  align-items: center;
  height: 6rem;
  box-sizing: border-box;
  padding: 0.8rem 2.4rem;
  position: relative;
  z-index: 999999;
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .header_main {
    display: none;
  }
}
.header__typeMegamenu .header_main #mobileNav {
  display: block;
  width: 23px;
  height: 20px;
  top: 19px;
  left: 24px;
  -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;
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .header_main #mobileNav {
    display: none;
  }
}
.header__typeMegamenu .header_main #mobileNav:hover span:nth-child(1) {
  width: 28px;
}
.header__typeMegamenu .header_main #mobileNav:hover span:nth-child(2) {
  width: 23px;
}
.header__typeMegamenu .header_main #mobileNav:hover span:nth-child(3) {
  width: 28px;
}
.header__typeMegamenu .header_main #mobileNav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0071F2;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -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__typeMegamenu .header_main #mobileNav span:nth-child(1) {
  top: 0px;
  width: 24px;
}
.header__typeMegamenu .header_main #mobileNav span:nth-child(2) {
  top: 8px;
  width: 24px;
}
.header__typeMegamenu .header_main #mobileNav span:nth-child(3) {
  top: 16px;
  width: 24px;
}
.header__typeMegamenu .header_main .logo {
  margin: 0 auto;
  padding-left: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .header_main .logo {
    margin: 0;
    padding: initial;
  }
}
.header__typeMegamenu .header_main .logo img {
  width: 150px;
}
.header__typeMegamenu .header_main .logo video {
  width: 180px;
  margin-top: 8px;
}
.header__typeMegamenu .header_main #mobileNavAlt {
  font-size: 3rem;
  cursor: pointer;
  color: #0071F2;
  margin-right: 0.8rem;
  padding: 0.4rem;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .header_navigation {
    height: 100dvh;
    position: absolute;
    left: -100vh;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    padding: 0;
    background-color: #ffffff;
    padding-bottom: 2.4rem;
  }
  .header__typeMegamenu .header_navigation.active {
    left: 0;
    opacity: 1;
    z-index: 9999999;
  }
}
.header__typeMegamenu .header_top_menu {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.4rem 2.4rem 2.4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .header_top_menu {
    flex-direction: row;
    padding: 1rem 2.4rem 2rem 2.4rem;
  }
}
.header__typeMegamenu .header_top_menu #mobileClose {
  display: block;
  position: absolute;
  top: 2.4rem;
}
.header__typeMegamenu .header_top_menu #mobileClose span {
  background: #0071F2;
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  border-radius: 10px;
  opacity: 1;
  cursor: pointer;
}
.header__typeMegamenu .header_top_menu #mobileClose span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header__typeMegamenu .header_top_menu #mobileClose span:nth-child(2) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .header_top_menu #mobileClose {
    display: none;
  }
}
.header__typeMegamenu .header_top_menu .menu_partners {
  order: 1;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .header_top_menu .menu_partners {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .header_top_menu .menu_partners {
    order: 0;
    width: 33%;
  }
}
.header__typeMegamenu .header_top_menu .menu_partners ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.header__typeMegamenu .header_top_menu .menu_partners ul li {
  list-style: none;
  padding: 0.8rem;
}
.header__typeMegamenu .header_top_menu .menu_partners ul li a {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #646464;
}
.header__typeMegamenu .header_top_menu .menu_partners ul li + li {
  position: relative;
}
.header__typeMegamenu .header_top_menu .menu_partners ul li + li::before {
  content: "|";
  position: absolute;
  left: -3px;
  color: #D8D8D8;
}
.header__typeMegamenu .header_top_menu .logo {
  order: 0;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .header_top_menu .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .header_top_menu .logo {
    order: 1;
    width: 33%;
    display: flex;
    justify-content: center;
  }
}
.header__typeMegamenu .header_top_menu .logo img {
  width: 150px;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .header__typeMegamenu .header_top_menu .logo img {
    width: 280px;
    max-height: 50px;
    object-fit: cover;
  }
}
.header__typeMegamenu .header_top_menu .logo video {
  width: 180px;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .header_top_menu .logo video {
    width: 280px;
    max-height: 50px;
    object-fit: cover;
    margin-top: 2.2rem;
  }
}
.header__typeMegamenu .header_top_menu .search {
  order: 1;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .header_top_menu .search {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .header_top_menu .search {
    order: 1;
    width: 33%;
  }
}
.header__typeMegamenu .header_top_menu .search #form_search {
  position: relative;
  display: flex;
  width: 75%;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .header_top_menu .search #form_search {
    width: 98%;
  }
}
@media screen and (max-width: 560px) {
  .header__typeMegamenu .header_top_menu .search #form_search {
    width: 75%;
  }
}
.header__typeMegamenu .header_top_menu .search #form_search .form-group {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .header_top_menu .search #form_search .form-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.header__typeMegamenu .header_top_menu .search #form_search .form-control {
  background-color: #F4F9FF;
  border: none;
  border-radius: 2px;
  height: 4rem;
  box-sizing: border-box;
  padding: 0.8rem 1.6rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .header_top_menu .search #form_search .form-control {
    flex: 1;
    min-width: 0;
    font-size: 1.3rem;
  }
}
.header__typeMegamenu .header_top_menu .search #form_search button {
  background-color: #F4F9FF;
  border: none;
  border-radius: 2px;
  height: 4rem;
  box-sizing: border-box;
  font-size: 18px;
  top: 0px;
  left: -5px;
  position: relative;
  padding: 0.8rem 1.6rem;
  color: #0071F2;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .header_top_menu .search #form_search button {
    left: 0;
  }
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .current-flag img {
  cursor: pointer;
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown {
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 2.4rem;
  box-shadow: 0px 172px 48px 0px rgba(0, 0, 0, 0), 0px 110px 44px 0px rgba(0, 0, 0, 0.01), 0px 62px 37px 0px rgba(0, 0, 0, 0.05), 0px 27px 27px 0px rgba(0, 0, 0, 0.09), 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 3.7rem;
  width: 25rem;
  right: 0;
  min-height: 20rem;
  display: none;
}
@media screen and (max-width: 660px) {
  .header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown {
    width: 27rem;
  }
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown::before {
  content: "";
  border-bottom: 17px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -12px;
  right: 0px;
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown #closeDrop {
  font-size: 3.2rem;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 10px;
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  margin-bottom: 0.8rem;
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown .current-language > span {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-bottom: 1.2rem;
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown .current-language .current-lang {
  background-color: #FCFDFF;
  border: solid 1px #EAF3FD;
  border-radius: 0.4rem;
  padding: 0.8rem 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
  width: fit-content;
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown .other-langs > span {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-bottom: 0.8rem;
  display: block;
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown .other-langs .list-lang a {
  background-color: #FCFDFF;
  border: solid 1px #EAF3FD;
  border-radius: 0.4rem;
  padding: 0.8rem 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  width: fit-content;
  cursor: pointer;
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown .other-langs .list-lang a label {
  font-size: 1.1rem;
  color: #2D2D2D;
  cursor: pointer;
}
.header__typeMegamenu .header_top_menu .search #roiup-geolocation .dropdown .other-langs .list-lang a:last-of-type {
  margin-bottom: 0;
}
.header__typeMegamenu .header_top_menu .search #search-button {
  display: flex;
}
.header__typeMegamenu .header_top_menu .search .IAmode {
  max-width: 40px;
  max-height: 40px;
  top: 0px;
  position: relative;
  margin: 0 1.6rem 0 0.8rem;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .header_top_menu .search .IAmode {
    margin: 0 0.8rem 0 0.8rem;
  }
}
.header__typeMegamenu .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .container {
    align-items: center;
    flex-direction: row;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .header__typeMegamenu .container {
    transition: transform 0.3s ease-in-out;
  }
  .header__typeMegamenu .container.up {
    transform: translateY(-100px);
  }
}
.header__typeMegamenu .container .header_nav {
  position: relative;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.header__typeMegamenu .container .header_nav .nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    height: auto;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu {
  display: flex;
  flex-direction: row;
  margin-left: 0;
  max-width: 1300px;
  padding-left: 0;
  margin: 0 0 0 0;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu {
    flex-direction: column;
    margin-bottom: 2.4rem;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu {
    height: calc(100dvh - 278px);
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu.pasive {
    overflow: hidden;
    overflow: hidden;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item {
  list-style: none;
  padding: 1.4rem 1.4rem 2.4rem 1.4rem;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item {
    padding: 0rem 1.4rem 0 2.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 44px;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a {
  text-decoration: none;
  color: #0300AE;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #2D2D2D;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a.active {
  color: #0071F2;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a:hover {
  color: #0071F2;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item em {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item em {
    display: block;
    cursor: pointer;
    color: #0071F2;
    font-size: 2.4rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.menu-show {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.menu-show::-webkit-scrollbar {
    opacity: 0;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 57px;
  background-color: #F4F9FF;
  padding: 3.2rem 1rem;
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu {
    padding: 0.8rem 0;
    background-color: #ffffff;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.active {
    display: block;
    top: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.active::after {
    content: "";
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple.active .mobile_panel {
    z-index: 1;
    position: relative;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple.active .mobile_panel.panel1s {
    height: calc(100dvh - 278px);
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple.active .mobile_panel.panel1s.pasive {
    overflow: hidden;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links {
    width: 100%;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list {
    padding: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 {
    list-style: none;
    margin-bottom: 1.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2:last-of-type {
    margin-bottom: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 a {
    text-decoration: none;
    position: relative;
    color: #2D2D2D;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 p {
    display: none;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication {
    max-width: 364px;
    margin-top: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 4.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text .title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #2D2D2D;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text .description {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #2D2D2D;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text a em {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple {
    display: flex;
    flex-direction: row;
    gap: 3.2rem;
    box-sizing: border-box;
    max-width: 1248px;
    margin: 0 auto;
    z-index: 1;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links {
    width: 65%;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem 4.8rem;
    list-style: none;
    box-sizing: border-box;
    padding-left: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li {
    flex: 1 1 calc((100% - 9.6rem) / 3);
    max-width: calc((100% - 9.6rem) / 3);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a {
    text-decoration: none;
    position: relative;
    color: #2D2D2D;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a {
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a:hover {
    color: #0071F2;
    padding-left: 5px;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #646464;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li em {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li em {
    display: block;
    cursor: pointer;
    color: #0071F2;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication {
    max-width: 364px;
    margin-left: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text .title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #2D2D2D;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text .description {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #2D2D2D;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text a em {
    display: block;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication.slim img {
    max-height: 174px;
    aspect-ratio: 2/1;
    object-fit: cover;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple ul.megamenu_list .li.menu_item_2 {
    flex: 1 1 calc((100% - 19.2rem) / 4);
    max-width: calc((100% - 19.2rem) / 4);
  }
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep.active .mobile_panel {
    z-index: 1;
    position: relative;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep.active .mobile_panel.active {
    z-index: 1;
    position: relative;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column.panel1 {
    height: calc(100dvh - 278px);
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column.panel1.pasive {
    overflow: hidden;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list {
    padding: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list .panel0 {
    height: calc(100dvh - 278px);
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 {
    list-style: none;
    margin-bottom: 1.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2:last-of-type {
    margin-bottom: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 a {
    text-decoration: none;
    position: relative;
    color: #2D2D2D;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 em {
    display: block;
    cursor: pointer;
    color: #0071F2;
    font-size: 2.4rem;
    display: block;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 {
    display: none;
    z-index: 999;
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    box-sizing: border-box;
    height: calc(100dvh - 278px);
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2.pasive {
    overflow: hidden;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2.active {
    display: block;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list {
    background: #ffffff;
    padding: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 {
    list-style: none;
    margin-bottom: 1.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3:last-of-type {
    margin-bottom: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 a {
    text-decoration: none;
    position: relative;
    color: #2D2D2D;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 em {
    display: block;
    cursor: pointer;
    color: #0071F2;
    font-size: 2.4rem;
    display: block;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 .panel3 {
    display: none;
    z-index: 999;
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    box-sizing: border-box;
    height: calc(100dvh - 278px);
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 .panel3.pasive {
    overflow: hidden;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 .panel3.active {
    display: block;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 .panel3 .megamenu_list {
    background: #ffffff;
    height: 100vh;
    padding: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 .panel3 .megamenu_list li.menu_item_4 {
    list-style: none;
    margin-bottom: 1.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 .panel3 .megamenu_list li.menu_item_4:last-of-type {
    margin-bottom: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list li.menu_item_3 .panel3 .megamenu_list li.menu_item_4 a {
    text-decoration: none;
    position: relative;
    color: #646464;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep {
    background-color: #F4F9FF;
    padding: 0;
    height: calc(100vh - 220px);
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.33);
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep {
    height: 100%;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column {
    background-color: #ffffff;
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 4.8rem;
    padding-top: 3.2rem;
    padding-bottom: 6.4rem;
    height: 100%;
    z-index: 2;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list {
    padding: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 {
    list-style: none;
    margin-bottom: 0.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2:last-of-type {
    margin-bottom: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2:hover .panel2 {
    display: block;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2:hover a {
    color: #0071F2;
    padding-left: 5px;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 a {
    text-decoration: none;
    position: relative;
    color: #2D2D2D;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 700;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 a:hover {
    color: #0071F2;
    transform: translateX(5px);
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 em {
    display: block;
    cursor: pointer;
    color: #0071F2;
    font-size: 2.4rem;
    display: block;
    margin-left: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 {
    display: none;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 33%;
    padding-left: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 > .goback.backLevel2 {
    display: block;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 > .goback.backLevel2 span {
    display: none;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 > .goback.backLevel2 p {
    margin-top: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 {
    list-style: none;
    margin-bottom: 0.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3:hover .panel3 {
    display: block;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3:hover a {
    color: #0071F2;
    transform: translateX(5px);
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 a {
    text-decoration: none;
    position: relative;
    color: #2D2D2D;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 em {
    display: block;
    cursor: pointer;
    color: #0071F2;
    font-size: 2.4rem;
    display: block;
    margin-left: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 .panel3 {
    display: none;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    z-index: 4;
    left: 100%;
    padding-left: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 .panel3 > .goback.backLevel3 {
    display: block;
    padding-right: 2.4rem;
    padding-left: 0rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 .panel3 > .goback.backLevel3 span {
    display: none;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 .panel3 > .goback.backLevel3 p {
    margin-top: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 .panel3 .megamenu_list .menu_item_4 {
    list-style: none;
    margin-bottom: 0.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 .panel3 .megamenu_list .menu_item_4 a {
    text-decoration: none;
    position: relative;
    color: #646464;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.deep .megamenu_deep .megamenu_deep--column ul.megamenu_list li.menu_item_2 .panel2 .megamenu_list .menu_item_3 .panel3 .megamenu_list .menu_item_4 a:hover {
    color: #0071F2;
    transform: translateX(5px);
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback {
  display: block;
  cursor: pointer;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback {
    margin-bottom: 1.6rem;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback span {
  color: #006BEA;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback span em {
  margin-right: 0.8rem;
  transform: rotate(-180deg);
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #2D2D2D;
  padding-bottom: 2.4rem;
  margin-top: 0.8rem;
  border-bottom: solid 1px #D8D8D8;
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback {
    display: none;
  }
}
.header__typeMegamenu .container .header_nav .nav .contact_button {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav .contact_button {
    background-color: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0 2.4rem 2.4rem 2.4rem;
    box-sizing: border-box;
    z-index: 999;
    margin-bottom: 0;
  }
}
.header__typeMegamenu .container .header_nav .nav .header-button {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 2rem;
}
.header__typeMegamenu .container .header_nav .nav .header-button em {
  margin-right: 0.8rem;
  top: 0.1rem;
}
.header__typeMegamenu .container .header_nav .nav .header-button em::before {
  color: #ffffff;
}

.searchpage {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 20rem;
  background: #ffffff;
  z-index: 999999999;
  border-bottom: solid 1px #0071F2;
  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: #0071F2;
  color: #ffffff;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
}
.searchpage .form-group input {
  width: 80vw;
}

.roiup-geolocation {
  margin-top: 17px;
  align-items: flex-start !important;
}

.IAmode {
  max-width: 40px;
  max-height: 40px;
  top: 0px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .IAmode {
    top: 2px;
    margin: 0 1.6rem 0 0.4rem;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  background-color: #33FFBD;
  color: #0000B9;
  padding: 0.8rem 1.6rem;
  margin: 0 auto 0 auto;
  text-decoration: none;
  cursor: pointer;
  border-radius: 25px;
  border: none;
  height: 4.2rem;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.button:hover {
  background-color: #007D53;
  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: #0071F2;
}
.button--icon__before em {
  margin-right: 0.5rem;
}
.button.negativo {
  border: 1px solid #006BEA;
  color: #006BEA;
  background-color: #ffffff;
}
.button.negativo:hover {
  border: 1px solid #006BEA;
  background-color: #006BEA;
  color: #ffffff;
}
.button.negativo:hover em {
  color: #ffffff;
}
.button.negativo--hero {
  border: 1px solid #006BEA;
  color: #006BEA;
  background-color: #ffffff;
}
.button.negativo--hero:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.button.negativo--hero:hover em {
  color: #ffffff;
}
.button.infografia {
  border: 1px solid #006BEA;
  color: #006BEA;
  background-color: #FAFDFF;
}
.button.infografia:hover {
  border: 1px solid #FAFDFF;
}
.button.full {
  width: 100%;
}
.button--gosh {
  border: solid 1px #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.button--gosh:hover {
  color: #0071F2;
  border: solid 1px #0071F2;
  background-color: transparent;
}
.button--negative {
  border: solid 1px #006BEA;
  color: #006BEA;
  background-color: #ffffff;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
.button--negative:hover {
  color: #0071F2;
  border: solid 1px #0071F2;
  background-color: #ffffff;
}
.button em {
  font-size: 2.1rem;
  margin-left: 0.8rem;
}

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

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

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

.notOpacity {
  opacity: 1 !important;
}

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

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

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

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

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

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

.stroke-white {
  stroke: white;
}

.absolute {
  position: absolute;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .contact_office_page {
    margin-top: 0.8rem;
  }
  .contact_office_page .wrapper-xs {
    padding: 0;
  }
  .contact_office_page .row_office {
    padding: 0 2.4rem;
  }
}
.contact_office_page_tab--head {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .contact_office_page_tab--head {
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.contact_office_page_tab--head ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact_office_page_tab--head ul {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .contact_office_page_tab--head ul::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    bottom: 2rem;
    display: none;
  }
  .contact_office_page_tab--head ul::-webkit-scrollbar-thumb {
    background: #0071F2;
    -webkit-box-shadow: none;
  }
  .contact_office_page_tab--head ul::-webkit-scrollbar-thumb:window-inactive {
    background: #D8D8D8;
  }
}
.contact_office_page_tab--head ul li {
  list-style: none;
  border-bottom: solid 1px #D8D8D8;
  color: #8D8D8D;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
}
.contact_office_page_tab--head ul li.active {
  border-bottom: solid 1px #0071F2;
  color: #0071F2;
  font-weight: 700;
}
.contact_office_page_tab--head ul li:hover {
  color: #2D2D2D;
  background-color: #EAF3FD;
}
.contact_office_page_tab--body .content {
  display: none;
}
.contact_office_page_tab--body .content.active {
  display: block;
}
.contact_office_page_tab--body .content .row_office {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .contact_office_page_tab--body .content .row_office {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.contact_office_page_tab--body .content .row_office .item {
  background-color: #ffffff;
  position: relative;
  padding: 1.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1 1 100%;
  box-sizing: border-box;
  border-radius: 0.8rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 560px) {
  .contact_office_page_tab--body .content .row_office .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .contact_office_page_tab--body .content .row_office .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.contact_office_page_tab--body .content .row_office .item h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  font-weight: 700;
}
.contact_office_page_tab--body .content .row_office .item p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  align-items: center;
}
.contact_office_page_tab--body .content .row_office .item p em {
  font-size: 2.4rem;
  height: 2.4rem;
  width: 2.4rem;
  position: relative;
  top: 1px;
  color: #0071F2;
}
.contact_office_page_tab--body .content .row_office .item p em.icon-Vector-Stroke1 {
  font-size: 1.9rem;
  top: 3px;
}
.contact_office_page_tab--body .content .row_office .item p a {
  text-decoration: none;
  color: #2D2D2D;
}

.contact-page-template {
  background-color: #F4F9FF;
}

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

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

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

.section_form {
  padding: 4.8rem 0;
  position: relative;
  background-image: url(../dist/fonts/icons/FondoClaroMB.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section_form {
    padding: 9.6rem 0;
    background-image: url(../dist/fonts/icons/FondoClaro.jpg);
  }
}
.section_form--container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section_form--container {
    flex-direction: row;
  }
}
.section_form--container .column {
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .section_form--container .column {
    flex: 1 1 calc(50% - 2.4rem);
  }
}
.section_form--container .column.form h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section_form--container .column.form h2 {
    width: 60%;
  }
}
.section_form--container .column.form p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section_form--container .column.form p {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .section_form--container .column.pic {
    display: none;
  }
}
.section_form--container .column.pic img {
  transform: translateY(50px);
}

.form-styles {
  border-radius: 0.8rem;
  background-color: #EAF3FD;
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .form-styles {
    padding: 4.8rem;
  }
}
.form-styles h2 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2.4rem;
}
.form-styles form p {
  margin-bottom: 1.6rem;
  position: relative;
}
.form-styles form p label {
  font-size: 1.3rem;
  color: #2D2D2D;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.form-styles form p label br {
  display: none;
}
.form-styles form p label .custom-select {
  background: #ffffff;
  z-index: 99;
  position: absolute;
  right: 1.6rem;
  top: 36px;
  display: none;
}
.form-styles form p label .custom-select:after {
  content: "\e922";
  color: #0071F2;
  font-family: "roicons" !important;
  font-size: 2rem;
  font-style: normal;
}
.form-styles form p label span {
  box-sizing: border-box;
}
.form-styles form p label span input {
  margin-top: 0.8rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.6rem;
  color: #2D2D2D;
  font-size: 1.6rem;
  border: solid 1px #B8D5FA;
  width: 100%;
  max-width: 461px;
  box-sizing: border-box;
}
.form-styles form p label span input::-webkit-input-placeholder {
  color: #8D8D8D;
}
.form-styles form p label span input::-moz-input-placeholder {
  color: #8D8D8D;
}
.form-styles form p label span input::-ms-input-placeholder {
  color: #8D8D8D;
}
.form-styles form p label span input::-o-input-placeholder {
  color: #8D8D8D;
}
.form-styles form p label span select {
  border-radius: 0.4rem;
  border: solid 1px #B8D5FA;
  font-size: 1.6rem;
  color: #2D2D2D;
  height: 4.8rem;
  width: 100%;
  margin-top: 0.8rem;
  box-sizing: border-box;
  position: relative;
  box-shadow: none;
  background: #ffffff;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer;
}
.form-styles form p label span select::-ms-expand {
  display: none;
}
.form-styles form p label span select {
  padding-left: 1.6rem;
}
.form-styles form p label span select::-webkit-input-placeholder {
  color: #2D2D2D;
}
.form-styles form p label span select::-moz-input-placeholder {
  color: #2D2D2D;
}
.form-styles form p label span select::-ms-input-placeholder {
  color: #2D2D2D;
}
.form-styles form p label span select::-o-input-placeholder {
  color: #2D2D2D;
}
.form-styles form p label span select {
  background: url(../dist/fonts/icons/direction-down.png);
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 11px;
  background-color: white;
}
.form-styles form p label span textarea {
  margin-top: 0.8rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.6rem;
  color: #2D2D2D;
  font-size: 1.6rem;
  border: solid 1px #B8D5FA;
  width: 100%;
  max-width: 461px;
  box-sizing: border-box;
  height: 96px;
}
.form-styles form p label span textarea::-webkit-input-placeholder {
  color: #8D8D8D;
}
.form-styles form p label span textarea::-moz-input-placeholder {
  color: #8D8D8D;
}
.form-styles form p label span textarea::-ms-input-placeholder {
  color: #8D8D8D;
}
.form-styles form p label span textarea::-o-input-placeholder {
  color: #8D8D8D;
}
.form-styles form .file_input > p {
  margin-bottom: 0.8rem;
}
.form-styles form .add_field {
  margin-top: 0.8rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
  padding: 1.6rem;
  color: #8D8D8D;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border: solid 1px #B8D5FA;
  width: 100%;
  width: 190px;
  box-sizing: border-box;
  height: 48px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1.6rem;
}
.form-styles form .add_field > p {
  top: -5px;
  position: relative;
  display: flex;
  align-items: center;
}
.form-styles form .add_field .file_hide {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 0px;
  z-index: 2;
}
.form-styles form .add_field em {
  color: #006BEA;
  font-size: 2.4rem;
}
.form-styles form .add_field span {
  color: #006BEA;
  font-size: 1.6rem;
  margin-left: 0.8rem;
}
.form-styles form .file_hide input {
  position: relative;
  left: -75px;
}
.form-styles form .legal_input .wpcf7-list-item.first.last {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  font-size: 1.3rem;
  color: #2D2D2D;
}
.form-styles form .legal_input input {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0.8rem;
}
.form-styles form .texto_legal {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.form-styles form .texto_legal + p {
  margin-bottom: 0;
}
.form-styles form .texto_legal a {
  color: #006BEA;
}
.form-styles form input[type=submit] {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  margin: 0 auto 0 auto;
  text-decoration: none;
  cursor: pointer;
  border-radius: 25px;
  height: 4.2rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  border: 1px solid #006BEA;
  color: #006BEA;
  background-color: #ffffff;
}
.form-styles form input[type=submit]:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.form-styles.bottom--form {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.form-styles.bottom--form form {
  max-width: 550px;
  margin-top: 4.8rem;
}
.form-styles.bottom--form form p label {
  color: #ffffff;
}
.form-styles.bottom--form form p label span input {
  max-width: 550px;
  height: 4.8rem;
}
.form-styles.bottom--form form p label span textarea {
  max-width: 550px;
}
.form-styles.bottom--form form .texto_legal {
  font-size: 1.3rem;
  line-height: 2.3rem;
}
.form-styles.bottom--form form .texto_legal a {
  color: #ffffff;
}
.form-styles.bottom--form form .legal_input input {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  margin-top: 0px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  flex-shrink: 0;
}
.form-styles.bottom--form form .legal_input .wpcf7-list-item-label {
  color: #ffffff;
}

.section_form .wpcf7-response-output {
  color: #ffffff;
}
.section_form .wpcf7-not-valid-tip {
  background-color: #FC3964;
  color: #ffffff !important;
  padding: 0 4px;
}
.section_form .wpcf7-response-output {
  background-color: #FC3964 !important;
  color: #ffffff !important;
  padding: 0 4px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #FC3964 !important;
  color: #ffffff !important;
  padding: 2px 4px;
  border: transparent;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  background-color: #46b450 !important;
}

@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Light.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-BoldItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Black.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-LightItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Bold.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-BlackItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Italic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-ThinItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-MediumItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Thin.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Medium.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Regular.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tahoma";
  src: url(../dist/fonts/icons/Tahoma.eot);
  src: url(../dist/fonts/icons/Tahoma.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Tahoma.woff2) format("woff2"), url(../dist/fonts/icons/Tahoma.woff) format("woff"), url(../dist/fonts/icons/Tahoma.ttf) format("../../fonts/tahoma/Truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tahoma";
  src: url(../dist/fonts/icons/Tahoma-Bold.eot);
  src: url(../dist/fonts/icons/Tahoma-Bold.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Tahoma-Bold.woff2) format("woff2"), url(../dist/fonts/icons/Tahoma-Bold.woff) format("woff"), url(../dist/fonts/icons/Tahoma-Bold.ttf) format("../../fonts/tahoma/Truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roicons";
  src: url(../dist/fonts/icons/roicons.eot);
  src: url(../dist/fonts/icons/roicons.eot#iefix) format("embedded-opentype"), url(../dist/fonts/icons/roicons.ttf) format("../../fonts/tahoma/Truetype"), url(../dist/fonts/icons/roicons.woff) format("woff"), url(../dist/fonts/icons/roicons.svg#roicons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "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-phone--android-phone-mobile-device-smartphone-iphone-2:before {
  content: "\e942";
}

.icon-chatting-01:before {
  content: "\e941";
}

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

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

.icon-Seo1:before {
  content: "\e914";
}

.icon-mail1:before {
  content: "\e925";
}

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

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

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

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

.icon-globe-converted:before {
  content: "\e901";
}

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

.icon-x:before {
  content: "\e903";
}

.icon-Wellness:before {
  content: "\e904";
}

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

.icon-Travel:before {
  content: "\e906";
}

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

.icon-tick:before {
  content: "\e908";
}

.icon-threads:before {
  content: "\e909";
}

.icon-target:before {
  content: "\e90a";
}

.icon-student:before {
  content: "\e90b";
}

.icon-Social-media:before {
  content: "\e90c";
}

.icon-Seo .path1:before {
  content: "\e90d";
  color: rgb(30, 30, 30);
}

.icon-Seo .path2:before {
  content: "\e90e";
  margin-left: -0.9794921875em;
  color: rgb(231, 231, 231);
}

.icon-Seo .path3:before {
  content: "\e90f";
  margin-left: -0.9794921875em;
  color: rgb(255, 255, 255);
  opacity: 0.1;
}

.icon-Seo .path4:before {
  content: "\e910";
  margin-left: -0.9794921875em;
  color: #007aff;
}

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

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

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

.icon-people:before {
  content: "\e915";
}

.icon-Paid-media:before {
  content: "\e916";
}

.icon-Numer-1 .path1:before {
  content: "\e917";
  color: #007aff;
}

.icon-Numer-1 .path2:before {
  content: "\e918";
  margin-left: -0.984375em;
  color: rgb(255, 255, 255);
}

.icon-Number .path1:before {
  content: "\e919";
  color: #007aff;
}

.icon-Number .path2:before {
  content: "\e91a";
  margin-left: -0.984375em;
  color: rgb(255, 255, 255);
}

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

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

.icon-Metricas:before {
  content: "\e91d";
}

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

.icon-medal:before {
  content: "\e91f";
}

.icon-Marketing .path1:before {
  content: "\e920";
  color: rgb(30, 30, 30);
}

.icon-Marketing .path2:before {
  content: "\e921";
  margin-left: -0.9794921875em;
  color: rgb(231, 231, 231);
}

.icon-Marketing .path3:before {
  content: "\e922";
  margin-left: -0.9794921875em;
  color: rgb(255, 255, 255);
  opacity: 0.1;
}

.icon-Marketing .path4:before {
  content: "\e923";
  margin-left: -0.9794921875em;
  color: #007aff;
}

.icon-Marketing .path5:before {
  content: "\e924";
  margin-left: -0.9794921875em;
  color: #007aff;
}

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

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

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

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

.icon-Lifescience:before {
  content: "\e92a";
}

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

.icon-instagram:before {
  content: "\e92c";
  color: #fff;
}

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

.icon-Fintech:before {
  content: "\e92e";
}

.icon-filter:before {
  content: "\e92f";
}

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

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

.icon-External-link:before {
  content: "\e932";
}

.icon-Experiencias:before {
  content: "\e933";
}

.icon-Creatividad:before {
  content: "\e934";
}

.icon-Construccin:before {
  content: "\e935";
}

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

.icon-briefcase-01:before {
  content: "\e937";
}

.icon-Brand:before {
  content: "\e938";
}

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

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

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

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

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

html,
body {
  overflow-x: hidden;
  box-sizing: border-box;
}
html.no_scroll,
body.no_scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
html#roboto,
body#roboto {
  font-family: "Poppins", sans-serif;
}
html#poppins,
body#poppins {
  font-family: "Poppins", sans-serif !important;
}
html#montserrat,
body#montserrat {
  font-family: "Montserrat", sans-serif !important;
}
html#opensans,
body#opensans {
  font-family: "Open Sans", sans-serif !important;
}
html#lato,
body#lato {
  font-family: "Lato", sans-serif !important;
}

body {
  padding-top: 56px !important;
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 140px !important;
  }
}
body.menu_visible::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link {
  color: #006BEA;
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
}
.link em {
  margin-left: 0.6rem;
  top: 1px;
  position: relative;
  font-size: 2.4rem;
}
.link--underline {
  text-decoration: underline;
}
.link:hover {
  color: #0300AE;
}

.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: #F4F9FF;
}
.sample .button {
  margin-bottom: 2rem;
}

.breadcrumb {
  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;
  margin-bottom: 1.6rem;
}
.breadcrumb span {
  font-size: 1.4rem;
  display: inline-block;
  color: #838383;
  line-height: 18px;
}
.breadcrumb span a {
  margin: 0;
}
.breadcrumb > span + span {
  display: inline-flex;
  position: relative;
}
.breadcrumb > span + span.current-item {
  opacity: 0.6;
  position: relative;
}
.breadcrumb > span + span.current-item:before {
  content: "/";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 1rem;
  color: #333333;
  position: relative;
}
.breadcrumb > span + span:after {
  content: "";
}
.breadcrumb > span + span:before {
  content: "/";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 1rem;
  color: #0071F2;
  position: relative;
}
.breadcrumb > .active {
  color: #2D2D2D;
}
.breadcrumb > .active:after {
  content: "";
  color: #2D2D2D;
}
.breadcrumb nav a {
  color: #838383;
  font-size: 1.3rem;
}
.breadcrumb nav a:hover {
  color: #1770CE;
}
.breadcrumb nav .separator {
  color: #0071F2;
  margin: 0 0.8rem;
}
.breadcrumb nav .separator::after {
  content: "\e93c";
  font-family: "roicons" !important;
  color: #0071f2;
  font-size: 2rem;
  position: relative;
  top: 5px;
}
.breadcrumb nav .last {
  color: #2D2D2D;
  font-size: 1.3rem;
  margin-top: 4px;
}
.breadcrumb.component {
  padding-top: 4.8rem;
}

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

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

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

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

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  margin-right: 30px;
  color: #A1A1A1;
  line-height: 22px !important;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", 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 #6FC3D7;
}

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

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

#goTop {
  position: fixed;
  bottom: 20rem;
  right: -10rem;
  padding: 1.2rem;
  background-color: #6FC3D7;
  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: #4f5feb;
}
#goTop em {
  color: #ffffff;
  font-size: 1.5rem;
}

.no_result {
  min-height: 50vh;
}

.error404 main {
  background-color: #f5f9ff;
}

#error_page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2.4rem;
  padding: 2.4rem 0rem 4.8rem;
}
@media screen and (min-width: 768px) {
  #error_page {
    flex-direction: row;
    padding: 9.6rem 2.4rem;
  }
}
#error_page .column {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #error_page .column:first-of-type {
    padding: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  #error_page .column:last-of-type img {
    max-width: 136px;
  }
}
#error_page .column img {
  margin: 0 auto 1.6rem;
}
#error_page .column h1 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #2d2d2d;
  margin-bottom: 2.4rem;
}
#error_page .column p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2d2d2d;
}
#error_page .column a {
  margin-top: 1.6rem;
}

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

.title_section_link {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin-bottom: 2.4rem;
  gap: 2.4rem;
  position: relative;
  z-index: 1;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .title_section_link {
    flex-direction: row;
    margin-bottom: 4.8rem;
  }
}
.title_section_link h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #007FFF;
}
@media screen and (min-width: 768px) {
  .title_section_link h2 {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .title_section_link a {
    margin-left: auto;
  }
}
.title_section_link.light h2 {
  color: #ffffff;
}
.title_section_link.light .link {
  color: #C6E2FF;
}
.title_section_link.light .link:hover {
  color: #0300AE;
}

a {
  text-decoration: none;
}

.grey_bg {
  background-color: #F4F9FF;
}

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

.bg_blue {
  background-color: #F4F9FF;
}

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

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

.geo-detected-country {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 18px;
  background-color: #0071f2;
  color: #f5f9ff;
  text-align: center;
  font-size: 22px;
  z-index: 9999999;
}
.geo-detected-country #close_county_modal {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.block_icon_box_grid .block_icon-box_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 560px) {
  .block_icon_box_grid .block_icon-box_content {
    flex-direction: row;
    gap: 4.8rem 2.4rem;
  }
}
.block_icon_box_grid .block_icon-box_content--column-resp {
  flex: 1 1 0;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .block_icon_box_grid .block_icon-box_content--column-resp {
    margin-bottom: 2.4rem;
  }
  .block_icon_box_grid .block_icon-box_content--column-resp:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 560px) {
  .block_icon_box_grid .block_icon-box_content--column-resp {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .block_icon_box_grid .block_icon-box_content--column-resp {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.block_icon_box_grid .block_icon-box_content--column-resp img {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1.6rem;
}
.block_icon_box_grid .block_icon-box_content--column-resp h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.block_icon_box_grid .block_icon-box_content--column-resp p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.block_icon_box_grid .block_icon-box_content--column-resp a {
  color: #C6E2FF;
}
.block_icon_box_grid .block_icon-box_content--column-resp a em {
  top: 3px;
}
.block_icon_box_grid .block_icon-box_content--column-resp a:hover {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .block_icon_box_grid .block_icon-box_content {
    margin-top: 4.8rem;
  }
}

.block_grid_box_servicios_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 560px) {
  .block_grid_box_servicios_content {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.block_grid_box_servicios_content--column-resp {
  flex: 1 1 0;
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  box-sizing: border-box;
  background-color: #F9F9F9;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .block_grid_box_servicios_content--column-resp {
    margin-bottom: 2.4rem;
  }
  .block_grid_box_servicios_content--column-resp:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 560px) {
  .block_grid_box_servicios_content--column-resp {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .block_grid_box_servicios_content--column-resp {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .block_grid_box_servicios_content--column-resp {
    flex: 1 1 calc((100% - 7.2rem) / 4);
    max-width: calc((100% - 7.2rem) / 4);
  }
}
.block_grid_box_servicios_content--column-resp h2, .block_grid_box_servicios_content--column-resp h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.block_grid_box_servicios_content--column-resp p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-bottom: 2.4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block_grid_box_servicios_content--column-resp a {
  color: #006BEA;
  margin-top: auto;
}
.block_grid_box_servicios_content--column-resp a em {
  top: 0px;
}
.block_grid_box_servicios_content--column-resp a:hover {
  color: #0071F2;
}

.section_block_icon_box_grid {
  background-image: url(../dist/fonts/icons/FondoOscuro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.8rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section_block_icon_box_grid {
    padding: 9.6rem 0;
  }
}

.section_block_grid_box_servicios {
  padding: 4.8rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section_block_grid_box_servicios {
    padding: 9.6rem 0;
  }
}
.section_block_grid_box_servicios.subsection {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .section_block_grid_box_servicios.subsection {
    padding: 0;
  }
}
.section_block_grid_box_servicios.subsection .title_section_link {
  margin-bottom: 2.4rem;
}
.section_block_grid_box_servicios.subsection .title_section_link h2, .section_block_grid_box_servicios.subsection .title_section_link h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

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

.block_post_masonry_and_grid > div {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .block_post_masonry_and_grid > div {
    flex-direction: row;
  }
}
.block_post_masonry_and_grid .column {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  transition: background-size 0.3s ease, background-position 0.3s ease;
  height: 460px;
  min-height: 460px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 2.4rem;
  flex: 1;
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .block_post_masonry_and_grid .column:hover {
    background-size: 118% 118%;
    background-position: top left;
  }
}
@media screen and (min-width: 560px) {
  .block_post_masonry_and_grid .column {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .block_post_masonry_and_grid .column {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.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: #2D2D2D;
}
.block_post_masonry_and_grid .column .content--dark p {
  color: #2D2D2D;
}
.block_post_masonry_and_grid .column .content h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.block_post_masonry_and_grid .column .content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.8rem;
}
.block_post_masonry_and_grid .column .content .link {
  margin: 0;
}
.block_post_masonry_and_grid.primary .column {
  position: relative;
}
.block_post_masonry_and_grid.primary .column::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(3, 21, 69);
  background: -moz-linear-gradient(0deg, rgb(3, 21, 69) 0%, rgba(3, 21, 69, 0) 47%);
  background: -webkit-linear-gradient(0deg, rgb(3, 21, 69) 0%, rgba(3, 21, 69, 0) 47%);
  background: linear-gradient(0deg, rgb(3, 21, 69) 0%, rgba(3, 21, 69, 0) 47%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#031545",endColorstr="#031545",GradientType=1);
}
@media screen and (max-width: 768px) {
  .block_post_masonry_and_grid.primary .column::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(3, 21, 69);
    background: -moz-linear-gradient(0deg, rgb(3, 21, 69) 0%, rgba(3, 21, 69, 0) 47%);
    background: -webkit-linear-gradient(0deg, rgb(3, 21, 69) 0%, rgba(3, 21, 69, 0) 47%);
    background: linear-gradient(0deg, rgb(3, 21, 69) 0%, rgba(3, 21, 69, 0) 47%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#031545",endColorstr="#031545",GradientType=1);
  }
}
@media screen and (min-width: 1024px) {
  .block_post_masonry_and_grid.primary .column .content {
    transform: translateY(70%);
    transition: all 0.5s ease;
  }
  .block_post_masonry_and_grid.primary .column .content h2 {
    position: relative;
    left: 2.4px;
  }
  .block_post_masonry_and_grid.primary .column .content p {
    opacity: 0;
    position: relative;
    left: -100%;
    transition: all 0.5s ease;
    transition-delay: 0.1s;
  }
  .block_post_masonry_and_grid.primary .column .content a {
    opacity: 0;
    color: #ffffff;
  }
  .block_post_masonry_and_grid.primary .column .content a:hover {
    color: #ffffff;
  }
}
.block_post_masonry_and_grid.primary .column:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(29, 41, 116, 0.6);
}
.block_post_masonry_and_grid.primary .column:hover .content {
  transform: translateY(0%);
}
.block_post_masonry_and_grid.primary .column:hover .content p {
  bottom: 0%;
  opacity: 1;
  position: relative;
  left: 0;
}
.block_post_masonry_and_grid.primary .column:hover .content a {
  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: #333333;
  font-weight: 700;
}
.block_post_carrusel .post_carrusel__typeOne .swiper-slide .content-txt span {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #2D2D2D;
}
.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: #333333;
  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: #32363B;
  }
  .block_post_carrusel .out-container .post_carrusel-swiper-button-prev em, .block_post_carrusel .out-container .post_carrusel-swiper-button-next em {
    color: #A1A1A1;
    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: #333333;
  font-weight: 700;
}
.block_post_carrusel .post_carrusel__typeThree .swiper-slide .content-txt span {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #2D2D2D;
}
.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: #6FC3D7;
  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: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .block_post_carrusel_grid .post_carrusel__typeTwo {
    grid-template-columns: 1fr 1fr;
  }
}
@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: 400px;
  position: relative;
  overflow: hidden;
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span {
  text-decoration: none;
  display: block;
  overflow: hidden;
  height: 100%;
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt {
  transform: translateY(0);
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span:hover .content-txt span {
  transform: translateY(0);
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item 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_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item 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_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.8rem;
}
.block_post_carrusel_grid .post_carrusel__typeTwo .post_carrusel__typeTwo_item span .content-txt span {
  color: #ffffff;
  transform: translateY(3rem);
  transition: all 1s ease;
  font-size: 1.7rem;
  line-height: 2.8rem;
  display: block;
}

.block_multipurpose_carousel {
  padding: 4.8rem 0 4.8rem 2.4rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_multipurpose_carousel {
    padding: 9.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .block_multipurpose_carousel .wrapper-xs {
    padding: 0;
  }
  .block_multipurpose_carousel .wrapper-xs .title_section_link {
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .block_multipurpose_carousel .wrapper-xs {
    padding: 0 4.4rem;
  }
}
.block_multipurpose_carousel .wrapper-xs .title_section_link {
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-wrapper {
    flex-direction: row;
    gap: 2.4rem;
  }
  .block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-wrapper .swiper-slide {
    width: 267px;
  }
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-wrapper {
  padding-bottom: 30px;
  align-items: stretch;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 1px #0071F2;
  height: auto;
}
@media screen and (max-width: 768px) {
  .block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide {
    margin-right: 0 !important;
  }
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_img {
  background-color: #ffffff;
  padding: 1.8rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_img img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_img img[src$=".svg"] {
  width: 100%;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .info em {
  font-size: 2.2rem;
  margin-right: 0.8rem;
  color: #0071F2;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .info p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #2D2D2D;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body .info p span {
  font-weight: 700;
}
.block_multipurpose_carousel .multipurpose_carousel__typeOne .swiper-slide .item_body a {
  padding: 1.6rem 0 0;
}
.block_multipurpose_carousel .out-container {
  max-width: calc(100% - 0px);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .block_multipurpose_carousel .out-container {
    padding: 0 2.5rem;
  }
}
.block_multipurpose_carousel .out-container .swiper__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .block_multipurpose_carousel .out-container .swiper__controls {
    display: none;
  }
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev {
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  position: absolute;
  z-index: 9;
  left: -58px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev {
    left: -59px;
  }
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  position: absolute;
  z-index: 9;
  right: -58px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next {
    right: -10px;
  }
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 1px #EAF3FD;
}
.block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-prev em, .block_multipurpose_carousel .out-container .multipurpose_carousel-swiper-button-next em {
  color: #0071F2;
  font-size: 2.4rem;
  line-height: 1.6rem;
}
.block_multipurpose_carousel .out-container .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .block_multipurpose_carousel .out-container .swiper-pagination {
    display: none;
  }
}
.block_multipurpose_carousel .out-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 2px;
  height: 14px;
  width: 14px;
  background-color: #A1A1A1;
}
.block_multipurpose_carousel .out-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007FFF;
}
.block_multipurpose_carousel::after {
  content: url(../dist/fonts/icons/fondo_derecha.png);
  position: absolute;
  bottom: 0%;
  right: 0%;
  opacity: 0.4;
  height: auto;
  z-index: -1;
}

.block_grid_exito {
  padding: 4.8rem 2.4rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_grid_exito {
    padding: 9.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .block_grid_exito .wrapper-xs {
    padding: 0;
  }
}
.block_grid_exito {
  display: flex;
}
.block_grid_exito .grid_exito {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  gap: 2.4rem;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_grid_exito .grid_exito {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.block_grid_exito .item {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 1px #0071F2;
  flex: 0 0 100%;
  max-width: 364px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block_grid_exito .item {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .block_grid_exito .item {
    flex: 0 0 calc(49% - 2.4rem);
  }
}
@media screen and (min-width: 1024px) {
  .block_grid_exito .item {
    flex: 0 0 calc(33% - 2.4rem);
  }
}
.block_grid_exito .item .item_img {
  background-color: #ffffff;
  padding: 1.8rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
}
.block_grid_exito .item .item_body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
}
.block_grid_exito .item .item_body .info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block_grid_exito .item .item_body .info em {
  font-size: 2.4rem;
  margin-right: 0.6rem;
  color: #0071F2;
}
.block_grid_exito .item .item_body .info p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #2D2D2D;
}
.block_grid_exito .item .item_body .info p span {
  font-weight: 700;
}
.block_grid_exito .item .item_body a {
  padding: 1.6rem 0 0;
}

.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: "Poppins", 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: #2D2D2D;
  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: #333333;
  text-decoration: none;
}
.block_simple_post_typeOne .typeOne_item .content_text a:hover {
  color: #6FC3D7;
}
.block_simple_post_typeOne .typeOne_item .content_text p {
  font-size: 1.4rem;
  line-height: 2.9rem;
  color: #A1A1A1;
  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: #333333;
  margin-bottom: 1rem;
}
.block_simple_post_typeTwo .typeTwo_item .content_text span {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #A1A1A1;
  margin-top: 1rem;
}
.block_simple_post_typeTwo .typeTwo_item .content_text p {
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: #2D2D2D;
  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;
  margin: 0;
}
.block_simple_post_typeTwo .typeTwo_item.reverse .content_text {
  margin-right: 1.5rem;
  margin-left: auto;
}
.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: #333333;
}
.block_simple_post_typeThree .typeThree_item .content_text span {
  font-size: 1.2em;
  line-height: 2rem;
  color: #A1A1A1;
  margin-top: 1rem;
  color: #A1A1A1;
}
.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: #2D2D2D;
  margin-top: 1rem;
  color: #2D2D2D;
}
.block_simple_post_typeThree .typeThree_item .content_text .button {
  margin-top: 1.4rem;
}

.block-text-media {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .block-text-media {
    gap: 9.6rem;
    flex-direction: row;
  }
}
.block-text-media__col {
  width: 100%;
  box-sizing: border-box;
  order: 1;
}
.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.text {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .block-text-media__col.text {
    padding-top: 0;
  }
}
.block-text-media__col.text:first-of-type {
  padding-top: 0;
}
.block-text-media__col.text:first-of-type ~ .media {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .block-text-media__col:first-of-type {
    flex-basis: 40%;
    order: 0;
  }
  .block-text-media__col:last-of-type {
    flex-basis: 60%;
  }
}
.block-text-media__col .block-text-media__galeria-pagination {
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.block-text-media__col .block-text-media__galeria-pagination span.swiper-pagination-bullet.swiper__dot {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.8;
  background-color: #6FC3D7;
  transition: 0.3s ease-in-out;
}
.block-text-media__col .block-text-media__galeria-pagination span.swiper-pagination-bullet.swiper__dot:hover {
  background-color: #4f5feb;
  opacity: 1;
}
.block-text-media__col .block-text-media__galeria-pagination span.swiper-pagination-bullet.swiper__dot.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #4f5feb;
}
.block-text-media__col .block-text-media__galeria-pagination_dcha {
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.block-text-media__col .block-text-media__galeria-pagination_dcha span.swiper-pagination-bullet.swiper__dot {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.8;
  background-color: #6FC3D7;
  transition: 0.3s ease-in-out;
}
.block-text-media__col .block-text-media__galeria-pagination_dcha span.swiper-pagination-bullet.swiper__dot:hover {
  background-color: #4f5feb;
  opacity: 1;
}
.block-text-media__col .block-text-media__galeria-pagination_dcha span.swiper-pagination-bullet.swiper__dot.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #4f5feb;
}
.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-media__galeria .block-text-media__galeria_dcha {
  position: relative;
}
.block-text-media__galeria .block-text-media__galeria_dcha__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-text-media__galeria .block-text-media__galeria_dcha__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-text-media__galeria .block-text-media__galeria_dcha__swiper-button-next {
    width: 1.6rem;
    padding: 0 0.6rem;
  }
  .block-text-media__galeria .block-text-media__galeria_dcha__swiper-button-next span {
    font-size: 2rem;
  }
}
.block-text-media__galeria .block-text-media__galeria_dcha__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-text-media__galeria .block-text-media__galeria_dcha__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-text-media__galeria .block-text-media__galeria_dcha__swiper-button-prev {
    width: 1.6rem;
    padding: 0 0.6rem;
  }
  .block-text-media__galeria .block-text-media__galeria_dcha__swiper-button-prev span {
    font-size: 2rem;
  }
}
.block-text-media__galeria .block-text-media__galeria_dcha .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block-text-text {
  display: flex;
  flex-direction: column;
  margin: 0 -8px;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .block-text-text {
    gap: 9.6rem;
    flex-direction: row;
  }
}
.block-text-text__col {
  width: 100%;
  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;
}
@media (min-width: 768px) {
  .block-text-text__col:first-of-type {
    flex-basis: 40%;
    order: 0;
  }
  .block-text-text__col:last-of-type {
    flex-basis: 60%;
  }
}

.text-media {
  box-sizing: border-box;
  padding: 4.8rem 2.4rem;
}
.text-media.short {
  padding: 2.4rem 2.4rem 4.8rem;
}
@media (min-width: 1024px) {
  .text-media {
    padding: 9.6rem 0;
  }
  .text-media.short {
    padding: 2.4rem 0 4.8rem 0;
  }
}
.text-media.bg_color {
  background: #F2F4F6;
}
.text-media .wrapper-xs {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .text-media .wrapper-xs {
    padding: 0 2.4rem;
  }
}
.text-media .block-text-media__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
.text-media h2, .text-media h3, .text-media h4, .text-media h5, .text-media h6 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #2D2D2D;
  font-weight: 700;
  color: #007FFF;
}
.text-media p, .text-media li, .text-media a {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.text-media a {
  color: #006BEA;
}
.text-media a.button {
  color: #006BEA;
}
.text-media a.button em {
  font-size: 2rem;
  margin-left: 1rem;
}

@media screen and (min-width: 1024px) {
  .seccion_banner {
    padding-bottom: 9.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .seccion_banner.page_tendencias {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .seccion_banner .wrapper-xs {
    padding: 0;
  }
}

.block_imagen_destacada {
  position: relative;
  height: 100%;
  min-height: 756px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .block_imagen_destacada {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .block_imagen_destacada {
    width: 100%;
    min-height: 340px;
  }
}
.block_imagen_destacada picture img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .block_imagen_destacada picture img {
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
  }
}
.block_imagen_destacada .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-left: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .block_imagen_destacada .overlay {
    padding-right: 16.7rem;
    padding-top: 6.8rem;
    padding-bottom: 5.2rem;
    padding-left: initial;
    position: relative;
  }
}
.block_imagen_destacada .content {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .block_imagen_destacada .content {
    width: 54%;
    margin-left: auto;
  }
}
.block_imagen_destacada .content {
  text-align: left;
}
.block_imagen_destacada .content h2 {
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .block_imagen_destacada .content h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.block_imagen_destacada .content p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.6rem;
}
.block_imagen_destacada .content a {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.block_imagen_destacada .content a em {
  margin-left: 0.8rem;
  font-size: 2.4rem;
  position: relative;
  top: 1px;
}

.seccion_counter {
  padding: 4.8rem 2.4rem;
}
@media (min-width: 1024px) {
  .seccion_counter {
    padding: 4.8rem 0 9.6rem;
  }
}
.seccion_counter .wrapper-xs {
  padding: 0;
}
.seccion_counter h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
@media (min-width: 1024px) {
  .seccion_counter h2 {
    margin-bottom: 4.8rem;
  }
}

.block-counter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .block-counter ul {
    gap: 0;
  }
}
.block-counter ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #C6E2FF;
  padding: 4.8rem 0;
}
.block-counter ul li:first-of-type {
  padding: 0 0 4.8rem 0;
}
@media (min-width: 1024px) {
  .block-counter ul li:first-of-type {
    padding: 1.6rem 0;
  }
}
@media (min-width: 1024px) {
  .block-counter ul li {
    flex: 1;
    border-right: solid 1px #D8D8D8;
    border-bottom: none;
    padding: 1.6rem 0;
  }
  .block-counter ul li:last-of-type {
    border-right: none;
  }
}
.block-counter__number {
  display: block;
  text-align: center;
  font-size: 6rem;
  line-height: 7.2rem;
  color: #49BFE4;
  font-weight: 700;
  background: linear-gradient(88deg, #0071F2 -16.22%, #49BFE4 116.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.block-counter__number--align {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: center;
}
.block-counter__text {
  display: block;
  color: #8D8D8D;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}

.block_slider {
  position: relative;
}
.block_slider .boxed {
  padding: 0;
}
.block_slider .boxed .swiper-slide {
  min-height: 55vh;
}
.block_slider .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 620px;
  width: 100%;
}
.block_slider .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_slider .overlay.text_left {
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .block_slider .overlay.text_left .content {
    width: 40%;
    margin: 0 0 0 90px;
  }
}
.block_slider .overlay.text_left .content .button {
  margin: 1rem 0;
}
.block_slider .overlay.text_right {
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .block_slider .overlay.text_right .content {
    width: 40%;
    margin: 0 90px 0 0;
  }
}
.block_slider .overlay.text_right .content .button {
  margin: 1rem 0;
}
.block_slider .content {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .block_slider .content {
    width: 60%;
  }
}
.block_slider .content h2 {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .block_slider .content h2 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
.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__navigation .block_slider-swiper-button-prev, .block_slider__navigation .block_slider-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #6FC3D7;
  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;
}
.block_slider__swiper-pagination span.swiper-pagination-bullet.swiper__dot:hover {
  background-color: #6FC3D7;
  opacity: 1;
}
.block_slider__swiper-pagination span.swiper-pagination-bullet.swiper__dot.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #6FC3D7;
}

.section_testimonials {
  position: relative;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.section_testimonials:after {
  content: url(../dist/fonts/icons/pattern_desktop.svg);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.6;
}
.section_testimonials .block_testimonials {
  position: relative;
  z-index: 2;
  padding: 9.6rem 0rem 4.8rem;
}
@media screen and (min-width: 1024px) {
  .section_testimonials .block_testimonials {
    padding: 15rem 0 9.6rem 0;
  }
}
.section_testimonials .block_testimonials h2.title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
  text-align: center;
  color: #007FFF;
}
.section_testimonials .block_testimonials--top {
  margin-bottom: 6.8rem;
}
.section_testimonials .block_testimonials--top .testimonial__text {
  display: none;
}
.section_testimonials .block_testimonials--top .testimonial__text.active {
  display: block;
}
.section_testimonials .block_testimonials--top .testimonial__text p {
  max-width: 70rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-align: center;
}
.section_testimonials .block_testimonials--body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .section_testimonials .block_testimonials--body {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .section_testimonials .block_testimonials--body {
    flex-direction: row;
    gap: 0;
  }
}
.section_testimonials .block_testimonials--body .testimonial__user {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
  padding-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .section_testimonials .block_testimonials--body .testimonial__user {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .section_testimonials .block_testimonials--body .testimonial__user {
    width: 33%;
    opacity: 0.6;
  }
}
.section_testimonials .block_testimonials--body .testimonial__user.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .section_testimonials .block_testimonials--body .testimonial__user.active {
    background-color: #F4F9FF;
  }
}
@media screen and (min-width: 768px) {
  .section_testimonials .block_testimonials--body .testimonial__user.active {
    opacity: 1;
  }
}
.section_testimonials .block_testimonials--body .testimonial__user img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.section_testimonials .block_testimonials--body .testimonial__user .info p {
  padding-right: 2.4rem;
}
.section_testimonials .block_testimonials--body .testimonial__user .info p.name {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
.section_testimonials .block_testimonials--body .testimonial__user .info p.position {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
}
.section_testimonials .wrapper-xs {
  position: relative;
}
.section_testimonials .position-top {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .dinamicBar {
    background-color: #C6E2FF;
    width: 100%;
    height: 1px;
    position: relative;
  }
  .dinamicBar .bar {
    background-color: #33FFBD;
    width: 34.0136054422%;
    height: 3px;
    position: absolute;
    top: -1px;
    transition: all 0.8s ease-in-out;
  }
  .dinamicBar.testimonio1 .bar {
    left: 0% !important;
  }
  .dinamicBar.testimonio2 .bar {
    left: 33% !important;
  }
  .dinamicBar.testimonio3 .bar {
    left: 66% !important;
  }
}
.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: #2D2D2D;
}
.block-blockquote--simple {
  display: block;
  border-left: 1px solid #6FC3D7;
  padding-left: 2rem;
}
.block-blockquote--simple .block-blockquote__quote {
  display: inline-block;
  color: #2D2D2D;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.block-blockquote--simple .block-blockquote__author {
  display: block;
  color: #32363B;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.block-blockquote--simple .block-blockquote__author::before {
  background: #32363B;
}
.block-blockquote--center {
  display: block;
  text-align: center;
}
.block-blockquote--center .block-blockquote__quote {
  text-align: center;
  display: block;
  color: #32363B;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
.block-blockquote--center .block-blockquote__author {
  color: #2D2D2D;
  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: #32363B;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
.block-blockquote--box .block-blockquote__author {
  color: #2D2D2D;
  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: #333333;
  font-weight: 500;
  margin-left: 2rem;
}
.block_icon_list--icon li a {
  font-size: 1.8rem;
  line-height: 2.1rem;
  display: inline-block;
  color: #333333;
  font-weight: 500;
  margin-left: 2rem;
}
.block_icon_list--icon li a:hover {
  font-weight: 400;
  color: #6FC3D7;
}

.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;
  color: #007FFF;
}
.block_text_heading h2 {
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #007FFF;
}
.block_text_heading h3 {
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #007FFF;
}
.block_text_heading h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #007FFF;
}
.block_text_heading h5 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #007FFF;
}
.block_text_heading h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #007FFF;
}
.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: #6FC3D7;
  text-decoration: underline;
}
.block_text_heading a.button {
  margin-top: 2rem;
  color: #ffffff;
  text-decoration: none;
}

.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: #2D2D2D;
  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: #6FC3D7;
  position: absolute;
  z-index: 9;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: solid 1px #EAF3FD;
}
.block_imagen_carrusel .swiper__controls .imagen_carrusel-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #6FC3D7;
  position: absolute;
  z-index: 9;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: solid 1px #EAF3FD;
}
.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;
}

.section_reconocimiento {
  overflow-x: hidden;
}

.block_card {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  z-index: 2;
  position: relative;
  padding: 2.4rem 0;
  margin-top: 2.4rem;
}
.block_card .swiper-wrapper {
  height: auto;
}
.block_card .swiper-slide {
  width: 244px;
}
@media screen and (min-width: 1024px) {
  .block_card .swiper-slide {
    width: 25%;
  }
}
.block_card__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 2.4rem;
  border-radius: 0.8rem;
  transition: all 1s ease;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .block_card__item {
    flex: 1;
  }
}
.block_card__item:hover {
  box-shadow: 0px 144px 40px 0px rgba(0, 0, 0, 0), 0px 92px 37px 0px rgba(0, 0, 0, 0.01), 0px 52px 31px 0px rgba(0, 0, 0, 0.05), 0px 23px 23px 0px rgba(0, 0, 0, 0.09), 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
}
.block_card__item span {
  background-color: #33FFBD;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  color: #0000B9;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
}
.block_card__item .card_img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_card__item .card_content {
  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__title {
  display: block;
  width: 100%;
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  padding: 1.6rem 0;
  margin-bottom: 1.6rem;
}
.block_card__item .card_content__title h2 {
  color: #2D2D2D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}
.block_card__item .card_content__title > p.blue1 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #006BEA;
}
.block_card__item .card_content p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #2D2D2D;
}
.section_reconocimiento {
  background-color: #F4F9FF;
  padding: 4.8rem 2.4rem;
}
@media screen and (min-width: 1024px) {
  .section_reconocimiento {
    padding: 9.6rem 0;
  }
}
.section_reconocimiento .title {
  text-align: center;
  z-index: 2;
  position: relative;
  color: #007FFF;
}
.section_reconocimiento p {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.section_cards_tendencias {
  padding: 4.8rem 2.4rem;
  background-color: #F4F9FF;
}
@media screen and (min-width: 1024px) {
  .section_cards_tendencias {
    padding: 9.6rem;
  }
}
.section_cards_tendencias .wrapper-xs {
  padding: 0;
}
.section_cards_tendencias .subtitle {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
.section_cards_tendencias .tendencias_repeater {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section_cards_tendencias .tendencias_repeater {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section_cards_tendencias .tendencias_repeater .tendencias_repeater_item {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.8rem;
  padding: 2.4rem 6.2rem;
  height: 364px;
  min-height: 364px;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.section_cards_tendencias .tendencias_repeater .tendencias_repeater_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #041743;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.section_cards_tendencias .tendencias_repeater .tendencias_repeater_item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 185, 0.6980392157);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .section_cards_tendencias .tendencias_repeater .tendencias_repeater_item {
    max-width: 364px;
  }
}
@media screen and (min-width: 768px) {
  .section_cards_tendencias .tendencias_repeater .tendencias_repeater_item {
    flex: 1 1 calc((100% - 4.8rem) / 2);
    max-width: calc((100% - 4.8rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .section_cards_tendencias .tendencias_repeater .tendencias_repeater_item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.section_cards_tendencias .tendencias_repeater .tendencias_repeater_item h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section_cards_tendencias .tendencias_repeater .tendencias_repeater_item span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #C6E2FF;
  position: relative;
  z-index: 2;
}
.section_cards_tendencias .tendencias_repeater .tendencias_repeater_item span em {
  font-size: 2rem;
  position: relative;
  top: 3px;
}

.section_cards_publicaciones {
  padding: 4.8rem 2.4rem;
}
@media screen and (min-width: 1024px) {
  .section_cards_publicaciones {
    padding: 9.6rem;
  }
}
.section_cards_publicaciones .wrapper-xs {
  padding: 0;
}
.section_cards_publicaciones .tendencias_repeater {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section_cards_publicaciones .tendencias_repeater {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section_cards_publicaciones .tendencias_repeater .tendencias_repeater_item {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}

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

.block_full_media_text {
  padding: 4.8rem 0;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text {
    padding: 9.6rem 0;
  }
}
.block_full_media_text.bg_color {
  background-color: #F4F9FF;
}
.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 {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row .content_col {
    width: 50%;
  }
}
.block_full_media_text--row .content_col.media {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row .content_col.media img {
    width: 700px;
    max-width: fit-content;
    margin-left: 12rem;
  }
  .block_full_media_text--row .content_col.media img.left_media {
    transform: translateX(-23rem);
    margin-left: 0;
  }
}
.block_full_media_text--row .content_col.media img {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .block_full_media_text--row .content_col.media img {
    margin-bottom: 0;
  }
}
.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;
}
.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: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
  margin-bottom: 2.4rem;
}
@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 {
    margin-bottom: 4.8rem;
  }
}
.block_full_media_text--row .content_col.text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.block_full_media_text--row .content_col.text p + p {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text p + h1 {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text p + h2 {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text p + h3 {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text p + h4 {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text p + h5 {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text p + h6 {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text p + img {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text p + ul {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text p + ol {
  margin-top: 2.4rem;
}
.block_full_media_text--row .content_col.text ul, .block_full_media_text--row .content_col.text ol {
  margin-bottom: 2.4rem;
  padding-left: 0;
}
.block_full_media_text--row .content_col.text ul li, .block_full_media_text--row .content_col.text ol li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-bottom: 1.8rem;
  margin-left: 17px;
  padding-left: 14px;
  position: relative;
}
.block_full_media_text--row .content_col.text ul li::before, .block_full_media_text--row .content_col.text ol li::before {
  content: "\e936";
  color: #0071F2;
  font-family: "roicons";
  font-size: 2.4rem;
  height: 2.4rem;
  top: 1px;
  left: -18px;
  position: absolute;
}
.block_full_media_text--row .content_col.text .interior_img {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_full_media_text--row .content_col.text .interior_img {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
}

.block_hero_slim {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .block_hero_slim {
    min-height: 550px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .block_hero_slim {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .block_hero_slim {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .block_hero_slim {
    height: 484px;
  }
}
.block_hero_slim_group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 4;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_hero_slim_group {
    flex-direction: row;
    align-items: center;
  }
}
.block_hero_slim_content {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}
.block_hero_slim_content.text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_hero_slim_content.text {
    padding-left: 4.8rem;
    flex-basis: 60%;
    max-width: 60%;
  }
}
.block_hero_slim_content.text p {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
@media screen and (min-width: 400px) {
  .block_hero_slim_content.text p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.block_hero_slim_content.text h1 {
  color: #ffffff;
  font-size: 0.3 0.6rem;
  line-height: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 400px) {
  .block_hero_slim_content.text h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .block_hero_slim_content.text h1 {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
}
.block_hero_slim_content.text h1.es {
  display: block;
}
.block_hero_slim_content.text h1.ar {
  display: none;
}
.block_hero_slim_content.text h1.co {
  display: none;
}
.block_hero_slim_content.text h1.mx {
  display: none;
}
.block_hero_slim_content.text h1.pe {
  display: none;
}
.block_hero_slim_content.text h1 .show {
  display: block !important;
}
.block_hero_slim_content.text .cta-block {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  justify-content: flex-start;
  align-items: flex-start;
}
.block_hero_slim_content.text .cta-block a {
  margin: 0;
}
.block_hero_slim_content.text .glassdoor {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  align-items: center;
}
.block_hero_slim_content.text .glassdoor_value {
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.block_hero_slim_content.text .glassdoor_value span {
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 700;
}
.block_hero_slim_content.text .glassdoor_rating {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.2rem 0;
}
.block_hero_slim_content.text .glassdoor_rating p {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  width: 55%;
}
.block_hero_slim_content.text .glassdoor_rating .stars {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.block_hero_slim_content.text .glassdoor_rating .stars img {
  width: 1.8rem;
  height: 1.8rem;
}
.block_hero_slim_content.pic {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .block_hero_slim_content.pic {
    flex-basis: 40%;
    justify-content: end;
  }
}
.block_hero_slim_content.pic img {
  cursor: url(../dist/fonts/icons/icon-play.png), auto;
}
.block_hero_slim .video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.block_destacado_img_text_fondo {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .block_destacado_img_text_fondo {
    padding: 9.6rem 0 4.8rem;
  }
}
.block_destacado_img_text_fondo .wrapper-xs {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .block_destacado_img_text_fondo .wrapper-xs {
    padding: 0 2.4rem;
  }
}
.block_destacado_img_text_fondo .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .block_destacado_img_text_fondo .block_row {
    flex-direction: row;
    gap: 3.2rem;
  }
}
.block_destacado_img_text_fondo .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
.block_destacado_img_text_fondo .block_row--column.large {
  flex-basis: 100%;
  padding: 4.8rem 2.4rem;
}
.block_destacado_img_text_fondo .block_row--column.pic {
  position: relative;
}
.block_destacado_img_text_fondo .block_row--column.pic img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .block_destacado_img_text_fondo .block_row--column {
    flex-basis: 50%;
    width: 50%;
  }
  .block_destacado_img_text_fondo .block_row--column.large {
    flex-basis: 50%;
    order: 1;
    padding: 0;
  }
  .block_destacado_img_text_fondo .block_row--column.pic {
    order: 2;
  }
  .block_destacado_img_text_fondo .block_row--column.pic img {
    margin-top: 10.2rem;
    width: 700px;
    max-width: fit-content;
    margin-left: 7rem;
  }
}
.block_destacado_img_text_fondo .block_row--column h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
  margin-bottom: 2.4rem;
}
.block_destacado_img_text_fondo .block_row--column .content_text {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_destacado_img_text_fondo .block_row--column .content_text {
    column-count: 2;
  }
}
.block_destacado_img_text_fondo .block_row--column .content_text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .block_destacado_img_text_fondo .block_row--column .content_text p + p {
    margin-top: 2.4rem;
  }
}

.block_destacado_cols {
  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_cols {
    padding: 9rem 0;
  }
}
.block_destacado_cols .overlay {
  background-color: rgba(84, 84, 84, 0.7);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 3.6rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_destacado_cols .overlay {
    padding: 9rem 3.6rem 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .block_destacado_cols .overlay {
    padding: 9rem 0 6rem;
  }
}
.block_destacado_cols .overlay h2 {
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 400;
  text-align: right;
  color: #ffffff;
  margin-bottom: 3.5rem;
}
.block_destacado_cols .overlay h2 span, .block_destacado_cols .overlay h2 strong {
  font-style: italic;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .block_destacado_cols .overlay h2 {
    font-size: 7.6rem;
    line-height: 9rem;
    margin-bottom: 4rem;
  }
}
.block_destacado_cols .overlay .block_row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_destacado_cols .overlay .block_row {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }
}
.block_destacado_cols .overlay .block_row--column {
  flex-basis: 100%;
  box-sizing: border-box;
}
.block_destacado_cols .overlay .block_row--column.large.txt-tit .content_text {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .block_destacado_cols .overlay .block_row--column.large.txt-tit .content_text {
    border-right: solid 1px #ffffff;
    padding-right: 1.6rem;
  }
}
.block_destacado_cols .overlay .block_row--column.large.txt-tit .content_text p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.block_destacado_cols .overlay .block_row--column.large.txt-tit .content_text p + p {
  margin-top: 2rem;
}
.block_destacado_cols .overlay .block_row--column.large.txt-tit .content_text p > a {
  text-decoration: underline;
  color: #6FC3D7;
}
@media screen and (min-width: 768px) {
  .block_destacado_cols .overlay .block_row--column.title.txt-tit {
    order: 1;
    padding-left: 8.5rem;
  }
  .grupo-site .block_destacado_cols .overlay .block_row--column.title.txt-tit {
    padding-left: 7rem;
  }
}
.block_destacado_cols .overlay .block_row--column.title.txt-tit h3 {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic !important;
}
.block_destacado_cols .overlay .block_row--column.title.txt-tit h3 strong {
  font-weight: 900;
  font-style: italic !important;
}
.block_destacado_cols .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_cols .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_cols .overlay .block_row--column.title {
    justify-content: flex-start;
  }
  .block_destacado_cols .overlay .block_row--column.title.img {
    justify-content: flex-end;
  }
}
.block_destacado_cols .overlay .block_row--column.title h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  color: #6FC3D7;
  font-weight: 400;
  color: #6FC3D7;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .block_destacado_cols .overlay .block_row--column.title h3 {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.block_destacado_cols .overlay .block_row--column.title h3 strong {
  font-weight: 900;
  font-style: italic !important;
}
.block_destacado_cols .overlay .block_row--column.title h3 + picture {
  margin-top: 2rem;
}
.grupo-site .block_destacado_cols .overlay .block_row--column.title h3 {
  color: #ffffff;
  order: 2;
}
.grupo-site .block_destacado_cols .overlay .block_row--column.title h3 + picture {
  order: 1;
  margin-top: 0;
  margin-bottom: 2rem;
}
.grupo-site .block_destacado_cols .overlay .block_row--column.title h3 + picture img {
  width: 100%;
}

.block_bg_carrusel, .cpt_single_case_studie--galeria {
  height: 100%;
  width: 100%;
  padding: 4.8rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .block_bg_carrusel, .cpt_single_case_studie--galeria {
    padding: 9.6rem 0;
  }
}
.block_bg_carrusel .column_left, .cpt_single_case_studie--galeria .column_left {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .block_bg_carrusel .column_left, .cpt_single_case_studie--galeria .column_left {
    flex-direction: row;
    gap: 6.4rem;
    padding-top: 0;
  }
}
.block_bg_carrusel .column_left h2, .cpt_single_case_studie--galeria .column_left h2 {
  color: #007FFF;
  font-size: 3.2rem;
  line-height: 3.8rem;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .cpt_single_case_studie--galeria .block_bg_carrusel .column_left h2, .cpt_single_case_studie--galeria .cpt_single_case_studie--galeria .column_left h2 {
    max-width: 100%;
  }
}
.block_bg_carrusel .column_left p, .cpt_single_case_studie--galeria .column_left p {
  color: #2D2D2D;
  font-size: 1.6rem;
  line-height: 2.6rem;
  max-width: 358px;
}
@media screen and (min-width: 560px) {
  .block_bg_carrusel .column_right, .cpt_single_case_studie--galeria .column_right {
    width: 100%;
  }
}
.block_bg_carrusel .block_bg_carrusel__js, .cpt_single_case_studie--galeria .block_bg_carrusel__js {
  position: relative;
  overflow: inherit;
  margin-bottom: 4.8rem;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-slide, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide {
  padding-right: 2.4rem;
  box-sizing: border-box;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-slide .caja, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide .caja {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-slide .info_bio, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide .info_bio {
  background-color: rgba(8, 27, 50, 0.6980392157);
  padding: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
  bottom: -100%;
}
@media screen and (min-width: 768px) {
  .block_bg_carrusel .block_bg_carrusel__js .swiper-slide .info_bio, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide .info_bio {
    padding: 2.4rem 0.8rem 2.4rem 4.8rem;
  }
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-slide .info_bio h2, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide .info_bio h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-slide .info_bio div, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide .info_bio div {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-slide .info_bio div em, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide .info_bio div em {
  color: #0071F2;
  font-size: 2rem;
  position: relative;
  top: 2px;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-slide .info_bio div p, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide .info_bio div p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-slide .info_bio div p span, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide .info_bio div p span {
  font-weight: 700;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-slide .info_bio div p:last-of-type, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide .info_bio div p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block_bg_carrusel .block_bg_carrusel__js .swiper-slide:hover .info_bio, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-slide:hover .info_bio {
    bottom: 0;
  }
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-pagination, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-pagination {
  bottom: -4rem;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-pagination .swiper-pagination-bullet, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-pagination .swiper-pagination-bullet {
  border-radius: 2px;
  height: 14px;
  width: 14px;
  background-color: #A1A1A1;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-pagination .swiper-pagination-bullet-active, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007FFF;
}
.block_bg_carrusel .block_bg_carrusel__js .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .cpt_single_case_studie--galeria .block_bg_carrusel__js .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1) !important;
}
@media screen and (max-width: 768px) {
  .block_bg_carrusel .block_bg_carrusel__js.inTop .swiper-slide .info_bio, .cpt_single_case_studie--galeria .block_bg_carrusel__js.inTop .swiper-slide .info_bio {
    bottom: 0;
  }
}
.block_bg_carrusel .block_bg_carrusel__navigation, .cpt_single_case_studie--galeria .block_bg_carrusel__navigation {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  z-index: 2;
  margin-top: 0.8rem;
  justify-content: flex-start;
}
.block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev, .cpt_single_case_studie--galeria .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev {
  background: #ffffff;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #EAF3FD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev em, .cpt_single_case_studie--galeria .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev em {
  color: #0071F2;
  font-size: 2.2rem;
}
.block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next, .cpt_single_case_studie--galeria .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next {
  background: #ffffff;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #EAF3FD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next em, .cpt_single_case_studie--galeria .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next em {
  color: #0071F2;
  font-size: 2.2rem;
}
.block_bg_carrusel.alternative, .cpt_single_case_studie--galeria.alternative {
  background-color: #6FC3D7;
}
.block_bg_carrusel.alternative .wrapper, .cpt_single_case_studie--galeria.alternative .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 560px) {
  .block_bg_carrusel.alternative .wrapper, .cpt_single_case_studie--galeria.alternative .wrapper {
    flex-direction: row;
  }
}
.block_video_modal {
  position: relative;
  padding-top: 40px;
}
.block_video_modal img {
  margin: 0 auto;
}

.hidden-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  display: flex;
  transform: scale(0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-clip-path: inset(37% 50% 37% 50%);
  clip-path: inset(37% 50% 37% 50%);
  will-change: clip-path;
}
@media screen and (min-width: 768px) {
  .hidden-video {
    padding: 3em;
  }
}
.hidden-video.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(37% 0px 37% 0px);
  clip-path: inset(37% 0px 37% 0px);
}
.hidden-video.ad {
  -webkit-clip-path: inset(0px 0px 0% 0px);
  clip-path: inset(0px 0px 0% 0px);
}
.hidden-video #bgvideo {
  width: 100%;
  height: auto;
  max-width: 70vw;
}
.hidden-video .close-video {
  position: absolute;
  top: 20px;
  right: 16px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hidden-video .close-video {
    right: 90px;
  }
}
.hidden-video .close-video span {
  height: 1px;
  width: 40px;
  background: white;
  border-radius: 9px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.hidden-video .close-video span:nth-child(1) {
  right: -41px;
  transform: rotate(135deg);
}
.hidden-video .close-video span:nth-child(2) {
  transform: rotate(-135deg);
}

.block_service_list .content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .block_service_list .content {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .block_service_list .content .col_l {
    width: 50%;
  }
}
.block_service_list .content .col_l img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .block_service_list .content .col_l img {
    width: 100%;
  }
}
.block_service_list .content .col_r {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding: 4.8rem 2.4rem;
}
@media screen and (min-width: 1024px) {
  .block_service_list .content .col_r {
    width: 50%;
    padding: 4.8rem 6.4rem;
    align-items: center;
    justify-content: center;
  }
}
.block_service_list .content .col_r h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
  max-width: 700px;
}
.block_service_list .content .col_r .list_items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .block_service_list .content .col_r .list_items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem;
    max-width: 700px;
  }
}
.block_service_list .content .col_r .list_items .item {
  flex-basis: 100%;
  list-style: none;
  color: #2D2D2D;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_service_list .content .col_r .list_items .item {
    flex-basis: 48%;
  }
}
.block_service_list .content .col_r .list_items .item h3 {
  font-size: 2rem;
  line-height: 3rem;
}
.block_service_list .content .col_r .list_items .item p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.block_service_list.type_two {
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .block_service_list.type_two {
    padding-bottom: 9.6rem;
  }
}
.block_service_list.type_two .content .col_l {
  padding: 0 2.4rem;
}
@media screen and (min-width: 1024px) {
  .block_service_list.type_two .content .col_l {
    order: 2;
    margin-left: auto;
    padding: initial;
  }
  .block_service_list.type_two .content .col_l img {
    height: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .block_service_list.type_two .content .col_r {
    order: 1;
    padding: 4.8rem;
    align-items: initial;
    justify-content: initial;
    max-width: 558px;
  }
}
@media screen and (min-width: 1024px) {
  .block_service_list.type_two .content .col_r .list_items {
    gap: 3.8rem;
  }
  .block_service_list.type_two .content .col_r .list_items .item {
    flex-basis: 46%;
  }
}

.block_sticky {
  padding-top: 2.4rem;
  padding-bottom: 4.8rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .block_sticky {
    padding-top: 2.4rem;
    padding-bottom: 15.5rem;
  }
}
.block_sticky__columns {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_sticky__columns {
    flex-direction: row;
  }
  .variation .block_sticky__columns {
    gap: 4.8rem;
  }
}
.block_sticky__columns .column_l {
  background: #ffffff;
}
.variation .block_sticky__columns .column_l {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .block_sticky__columns .column_l {
    flex-basis: 30%;
    top: 0;
  }
}
.block_sticky__columns .column_l__text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_sticky__columns .column_l__text {
    padding-top: 6.8rem;
  }
  .variation .block_sticky__columns .column_l__text {
    padding-top: 0;
  }
}
.block_sticky__columns .column_l__text h2 {
  font-size: 3.2rem;
  color: #007FFF;
  line-height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .block_sticky__columns .column_l__text h2 {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
}
.variation .block_sticky__columns .column_l__text h2 {
  font-size: 3.2rem;
  color: #2D2D2D;
  line-height: 3.8rem;
}
.block_sticky__columns .column_l__text p {
  color: #2D2D2D;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.variation .block_sticky__columns .column_l__text p {
  font-size: 2rem;
  color: #2D2D2D;
  line-height: 3rem;
}
.block_sticky__columns .column_l__text img {
  width: 12.8em;
  height: 12.8rem;
}
.block_sticky__columns .column_r {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_sticky__columns .column_r {
    flex-direction: row;
    gap: 4.8rem 2.4rem;
    flex-basis: 70%;
  }
}
.block_sticky__columns .column_r .card_item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .block_sticky__columns .column_r .card_item {
    flex: 1 1 calc(49% - 2.4rem);
  }
}
.block_sticky__columns .column_r .card_item img {
  width: 4.8rem;
  height: 4.8rem;
}
.block_sticky__columns .column_r .card_item h3 {
  font-size: 2rem;
  line-height: 2rem;
  color: #2D2D2D;
}
.block_sticky__columns .column_r .card_item p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #2D2D2D;
}
.block_sticky.variation {
  background-color: #F4F9FF;
  padding: 4.8rem 0;
}
@media screen and (min-width: 1024px) {
  .block_sticky.variation {
    padding: 9.6rem 0;
  }
}

.section_card_post {
  padding: 4.8rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section_card_post {
    padding: 9.6rem 0;
  }
  .cat_publicaciones_page .section_card_post {
    padding: 2.4rem 0 0 0;
  }
}
.section_card_post .aditional_text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-left: solid 4px #33FFBD;
  padding-left: 3.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .section_card_post .aditional_text {
    flex-direction: row;
    gap: 6rem;
    padding-left: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.section_card_post .aditional_text h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #2D2D2D;
}
@media screen and (min-width: 1024px) {
  .section_card_post .aditional_text h2 {
    min-width: 170px;
  }
}
.section_card_post .aditional_text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section_card_post .block_card_post .block_card_post--container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .section_card_post .block_card_post .block_card_post--container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.section_card_post .block_card_post .block_card_post--container .card_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  align-self: stretch;
}
.page-template-page-publicacion .section_card_post .block_card_post .block_card_post--container .card_item {
  background-color: transparent;
}
.cat_publicaciones_page .section_card_post .block_card_post .block_card_post--container .card_item {
  width: 100%;
  flex: initial;
}
@media screen and (min-width: 768px) {
  .cat_publicaciones_page .section_card_post .block_card_post .block_card_post--container .card_item {
    width: calc(50% - 2.4rem);
    flex: initial;
  }
}
@media screen and (min-width: 1024px) {
  .cat_publicaciones_page .section_card_post .block_card_post .block_card_post--container .card_item {
    width: calc(33% - 2.4rem);
    flex: initial;
  }
}
@media screen and (min-width: 560px) {
  .section_card_post .block_card_post .block_card_post--container .card_item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .section_card_post .block_card_post .block_card_post--container .card_item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.section_card_post .block_card_post .block_card_post--container .card_item__img {
  overflow: hidden;
}
.section_card_post .block_card_post .block_card_post--container .card_item__img img {
  width: 100%;
  aspect-ratio: 192/100;
  object-fit: cover;
}
.section_card_post .block_card_post .block_card_post--container .card_item__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .section_card_post .block_card_post .block_card_post--container .card_item__text {
    margin-top: 2.4rem;
    flex-grow: 1;
  }
}
.section_card_post .block_card_post .block_card_post--container .card_item__text h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cat_publicaciones_page .section_card_post .block_card_post .block_card_post--container .card_item__text h3 {
  font-size: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_card_post .block_card_post .block_card_post--container .card_item__text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 5.6rem;
}
.cat_publicaciones_page .section_card_post .block_card_post .block_card_post--container .card_item__text p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 7.8rem;
}
.section_card_post .block_card_post .block_card_post--container .card_item__text .link {
  margin: auto 0 0.8rem 0;
}
.section_card_post.grid_publicaciones_page {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .section_card_post.grid_publicaciones_page {
    padding: 2.4rem 0 0 0;
  }
}

.block_banner_interaction .banner {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 0 28px -4px rgba(16, 24, 40, 0.03);
  grid-column-gap: 50px;
}
@media screen and (min-width: 768px) {
  .block_banner_interaction .banner {
    flex-direction: row;
    padding: 3rem;
  }
}
.block_banner_interaction .banner_text {
  margin-bottom: 3rem;
}
.block_banner_interaction .banner_text i {
  background: #4f5feb;
  height: 5rem;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.block_banner_interaction .banner_text h2 {
  margin-top: 3rem;
  font-size: 3.8rem;
  line-height: 4.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .block_banner_interaction .banner_text h2 {
    font-size: 4rem;
    line-height: 4.4rem;
    margin-bottom: 2rem;
  }
}
.block_banner_interaction .banner_text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .block_banner_interaction .banner_text {
    margin-bottom: 0;
    width: 60%;
  }
}
.block_banner_interaction .banner_text a {
  background-color: #4f5feb;
}
.block_banner_interaction .banner_text a:hover {
  background-color: #6FC3D7;
}
@media screen and (min-width: 768px) {
  .block_banner_interaction .banner_img {
    width: 40%;
  }
}
.block_banner_interaction .banner_img .content {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
}
.block_banner_interaction .banner_img .content img {
  object-fit: cover;
  height: 100%;
}
.block_banner_interaction .banner_img .content a {
  position: absolute;
  bottom: 2rem;
  display: flex;
  height: 4rem;
  width: auto;
  right: 2rem;
  left: 2rem;
  justify-content: center;
}

.block_goal {
  padding: 4.8rem 0;
  background-color: #F4F9FF;
}
@media screen and (min-width: 1024px) {
  .block_goal {
    padding: 9.6rem 0;
  }
}
.block_goal .column_row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .block_goal .column_row {
    flex-direction: row;
    gap: 3rem;
    padding: 0 16rem;
    margin: 0 auto;
  }
}
.block_goal .column_row .column {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .block_goal .column_row .column {
    width: 50%;
    padding-right: 2.4rem;
  }
}
.block_goal .column_row .column img {
  width: 128px;
  height: 128px;
  margin-bottom: 2.4rem;
}
.block_goal .column_row .column h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .block_goal .column_row .column h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.block_goal .column_row .column p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2.4rem;
}
.block_goal .column_row .column p:last-of-type {
  margin-bottom: 0;
}

.section_partners {
  background-color: #F4F9FF;
}

.block_partner {
  display: flex;
  flex-direction: column;
  padding: 4.8rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_partner {
    flex-direction: row;
    align-items: center;
    padding: 13.6rem 0 14.3rem;
  }
}
.block_partner .partners_colums.text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .block_partner .partners_colums.text {
    flex-basis: 40%;
    gap: 2.4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1089px) {
  .block_partner .partners_colums.text {
    flex-basis: 30%;
  }
}
@media (min-width: 1090px) and (max-width: 1200px) {
  .block_partner .partners_colums.text {
    flex-basis: 35%;
  }
}
.block_partner .partners_colums.text h3 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
  font-weight: 700;
}
.block_partner .partners_colums.text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  font-weight: 400;
}
.block_partner .partners_colums.logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
  flex-basis: 100%;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .block_partner .partners_colums.logos {
    max-width: 345px;
    margin: 46px auto;
  }
}
@media screen and (min-width: 1024px) {
  .block_partner .partners_colums.logos {
    flex-basis: 60%;
    padding-left: 4.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1089px) {
  .block_partner .partners_colums.logos {
    flex-basis: 70%;
  }
}
@media (min-width: 1090px) and (max-width: 1200px) {
  .block_partner .partners_colums.logos {
    flex-basis: 65%;
  }
}
.block_partner .partners_colums.logos .logo_box {
  background-color: #ffffff;
  box-shadow: 0px 116.757px 32.432px 0px rgba(3, 21, 69, 0), 0px 74.595px 30px 0px rgba(3, 21, 69, 0.01), 0px 42.162px 25.135px 0px rgba(3, 21, 69, 0.05), 0px 18.649px 18.649px 0px rgba(3, 21, 69, 0.09), 0px 4.865px 10.541px 0px rgba(3, 21, 69, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 170px;
  width: 120px;
  padding: 0 1.6rem;
}
@media screen and (max-width: 560px) {
  .block_partner .partners_colums.logos .logo_box {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .block_partner .partners_colums.logos .logo_box {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .block_partner .partners_colums.logos .logo_box {
    width: 128px;
  }
}
.block_partner .partners_colums.logos .logo_box img {
  filter: grayscale(0);
}
@media screen and (min-width: 1024px) {
  .block_partner .partners_colums.logos .logo_box img {
    filter: grayscale(100);
  }
}
.block_partner .partners_colums.logos .logo_box:hover img {
  filter: grayscale(0);
}
.block_partner .partners_colums.logos .logo_box:nth-child(2) {
  transform: translateY(0);
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .block_partner .partners_colums.logos .logo_box:nth-child(2) {
    transform: translateY(40px);
  }
}
@media screen and (min-width: 1024px) {
  .block_partner .partners_colums.logos .logo_box:nth-child(2) {
    transform: translateY(-40px);
  }
}
.block_partner .partners_colums.logos .logo_box:nth-child(4) {
  transform: translateY(0);
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .block_partner .partners_colums.logos .logo_box:nth-child(4) {
    transform: translateY(40px);
  }
}
@media screen and (min-width: 1024px) {
  .block_partner .partners_colums.logos .logo_box:nth-child(4) {
    transform: translateY(-40px);
  }
}
.block_partner .partners_colums.logos .logo_box:nth-child(6) {
  transform: translateY(0);
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .block_partner .partners_colums.logos .logo_box:nth-child(6) {
    transform: translateY(40px);
  }
}
@media screen and (min-width: 1024px) {
  .block_partner .partners_colums.logos .logo_box:nth-child(6) {
    transform: translateY(-40px);
  }
}
.block_partner .partners_colums.logos .logo_box:nth-child(8) {
  transform: translateY(0);
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .block_partner .partners_colums.logos .logo_box:nth-child(8) {
    transform: translateY(40px);
  }
}
@media screen and (min-width: 1024px) {
  .block_partner .partners_colums.logos .logo_box:nth-child(8) {
    transform: translateY(-40px);
  }
}

.section_microcard {
  padding: 4.8rem 0;
  position: relative;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section_microcard {
    padding: 9.6rem 0;
  }
}
.section_microcard .block_microcard {
  position: relative;
  z-index: 2;
}
.section_microcard .block_microcard--container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .section_microcard .block_microcard--container {
    flex-direction: row;
  }
}
.section_microcard .block_microcard--container .block_microcard--content {
  flex: 1 1 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_microcard .block_microcard--container .block_microcard--content {
    flex-direction: row;
  }
}
.section_microcard .block_microcard--container .block_microcard--content.vertical .culumn {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .section_microcard .block_microcard--container .block_microcard--content.vertical .culumn {
    flex: 1 1 calc(50% - 2.4rem);
  }
}
.section_microcard .block_microcard--container .block_microcard--content.vertical .culumn:first-of-type .microcard img {
  height: 259px;
  width: 100%;
  object-fit: cover;
}
.section_microcard .block_microcard--container .block_microcard--content.vertical .culumn:first-of-type .microcard .box {
  height: 284px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .section_microcard .block_microcard--container .block_microcard--content.vertical .culumn:first-of-type .microcard .box {
    padding: 2.4rem;
  }
}
.section_microcard .block_microcard--container .block_microcard--content.vertical .culumn:first-of-type .microcard .box .link {
  margin-top: auto;
}
.section_microcard .block_microcard--container .block_microcard--content.horizontal {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
.section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn:first-of-type .microcard {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn:first-of-type .microcard {
    flex-direction: row;
    flex: 1 1 50%;
  }
  .section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn:first-of-type .microcard img {
    width: 50%;
    height: 259px;
  }
  .section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn:first-of-type .microcard a {
    margin-top: auto;
  }
}
.section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn:first-of-type .microcard img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn:first-of-type .microcard .box {
    padding: 2.4rem;
  }
}
.section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn:last-of-type {
  flex: 1 1 100%;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn:last-of-type {
    flex-direction: row;
    flex: 1 1 calc(50% - 2.4rem);
  }
}
.section_microcard .block_microcard--container .block_microcard--content.horizontal .culumn:last-of-type .box p {
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .section_microcard .block_microcard--container .block_microcard--content .microcard {
    max-width: 390px;
    margin: 0 auto;
  }
}
.section_microcard .block_microcard--container .block_microcard--content .microcard .box {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  gap: 1.6rem;
  background-color: #ffffff;
  height: 259px;
  box-sizing: border-box;
}
.section_microcard .block_microcard--container .block_microcard--content .microcard .box img {
  width: 4.8rem;
  height: 4.8rem;
}
.section_microcard .block_microcard--container .block_microcard--content .microcard .box h2, .section_microcard .block_microcard--container .block_microcard--content .microcard .box h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.section_microcard .block_microcard--container .block_microcard--content .microcard .box p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_microcard .block_microcard--container .block_microcard--content .microcard .box p.dos {
  -webkit-line-clamp: 2;
  min-height: 52px;
}

.dpto_template--hero {
  background-image: url(../dist/fonts/icons/ForndoHero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .dpto_template--hero {
    min-height: 124px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .dpto_template--hero {
    padding: 4.8rem 0;
  }
}
.dpto_template--hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .dpto_template--hero h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .dpto_template--navigation {
    display: none;
  }
}
.dpto_template--navigation {
  background-color: #F9F9F9;
}
.dpto_template--navigation .nav_dpto ul.child-siblings-pages-list {
  padding: 0.8rem 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .dpto_template--navigation .nav_dpto ul.child-siblings-pages-list {
    flex-direction: row;
    justify-content: center;
  }
}
.dpto_template--navigation .nav_dpto ul.child-siblings-pages-list li {
  list-style: none;
  padding: 0.2rem;
  position: relative;
}
.dpto_template--navigation .nav_dpto ul.child-siblings-pages-list li:after {
  content: "|";
  color: #D8D8D8;
  right: 0px;
  position: relative;
}
.dpto_template--navigation .nav_dpto ul.child-siblings-pages-list li:last-of-type:after {
  content: "";
}
.dpto_template--navigation .nav_dpto ul.child-siblings-pages-list li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
}
.dpto_template--navigation .nav_dpto ul.child-siblings-pages-list li.active-page a {
  font-weight: 700;
}
.dpto_template--navigation .nav_dpto .cat ul {
  padding: 0.8rem 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .dpto_template--navigation .nav_dpto .cat ul {
    flex-direction: row;
    justify-content: center;
  }
}
.dpto_template--navigation .nav_dpto .cat ul li {
  list-style: none;
  padding: 0.2rem 0.8rem;
  position: relative;
}
.dpto_template--navigation .nav_dpto .cat ul li:after {
  content: "|";
  color: #D8D8D8;
  right: -8px;
  position: relative;
}
.dpto_template--navigation .nav_dpto .cat ul li:last-of-type:after {
  content: "";
}
.dpto_template--navigation .nav_dpto .cat ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
}
.dpto_template--navigation .nav_dpto .cat ul li.active-page a {
  font-weight: 700;
}
.dpto_template--content {
  padding: 4.8rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-publicaciones-distribuidora .dpto_template--content {
    padding: 2.4rem 0;
  }
  .dpto_template--content .breadcrumb {
    margin-top: 3rem !important;
  }
  .page-publicaciones-distribuidora .dpto_template--content .breadcrumb {
    margin-top: 0rem !important;
  }
  .page-publicaciones-distribuidora .dpto_template--content .breadcrumb {
    margin-top: 0rem !important;
  }
  .page-template-page-contacto-php .dpto_template--content {
    padding-bottom: 4.8rem !important;
  }
}
.dpto_template--content .dpto_info {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .dpto_template--content .dpto_info--block {
    flex-direction: row;
  }
}
.dpto_template--content .dpto_info--block .sidebar {
  background-color: #FCFCFC;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .dpto_template--content .dpto_info--block .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .dpto_template--content .dpto_info--block .sidebar {
    width: 30%;
    min-width: 267px;
    box-sizing: border-box;
    position: sticky;
    top: 7.4rem;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .dpto_template--content .dpto_info--block .sidebar {
    top: 0;
  }
}
.dpto_template--content .dpto_info--block .sidebar ul {
  padding: 0.8rem 0;
  margin: 0;
  border: solid 1px #EFEFEF;
  background-color: #FCFCFC;
  border-radius: 0 0 0.4rem 0.4rem;
}
@media screen and (max-width: 768px) {
  .dpto_template--content .dpto_info--block .sidebar ul {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dpto_template--content .dpto_info--block .sidebar ul {
    display: block !important;
    border-top: none;
    position: relative;
    z-index: 9;
  }
}
.dpto_template--content .dpto_info--block .sidebar ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
}
.dpto_template--content .dpto_info--block .sidebar ul li a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: rgba(33, 36, 39, 0.88);
  text-decoration: none;
}
.dpto_template--content .dpto_info--block .sidebar ul li:hover {
  background-color: #EFEFEF;
  cursor: pointer;
}
.dpto_template--content .dpto_info--block .sidebar ul li.active a {
  font-weight: 700;
  color: #2D2D2D;
  border-left: solid 2px #33FFBD;
  padding-left: 1.6rem;
  display: flex;
}
.dpto_template--content .dpto_info--block .sidebar ul li.active:hover {
  background-color: transparent;
  cursor: initial;
}
.dpto_template--content .dpto_info--block .sidebar ul li.subitem {
  padding: 0.4rem 2.4rem 0.4rem 4.1rem;
}
.dpto_template--content .dpto_info--block .sidebar ul li.subitem a {
  font-size: 1.4rem;
}
.dpto_template--content .dpto_info--block .sidebar ul .button {
  margin: 1.6rem 2.4rem 2.4rem 2.4rem;
  font-size: 1.4rem;
  box-sizing: border-box;
  display: flex;
  height: auto;
  padding: 0.8rem;
  justify-content: center;
}
.dpto_template--content .dpto_info--block .sidebar ul .button em {
  margin-right: 0.8rem;
  margin-left: 0;
}
.dpto_template--content .dpto_info--block .sidebar p {
  border: solid 1px #EFEFEF;
  padding: 1.6rem 2.4rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .dpto_template--content .dpto_info--block .sidebar p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.dpto_template--content .dpto_info--block .sidebar p em {
  display: block;
  cursor: pointer;
  color: #0071F2;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .dpto_template--content .dpto_info--block .sidebar p em {
    display: none;
  }
}
.dpto_template--content .dpto_info--block .content h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
.dpto_template--content .dpto_info--block .content h3, .dpto_template--content .dpto_info--block .content h4, .dpto_template--content .dpto_info--block .content h5, .dpto_template--content .dpto_info--block .content h6 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
.dpto_template--content .dpto_info--block .content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #2D2D2D;
}
.dpto_template--content .dpto_info--block .content p em {
  display: block;
}
@media screen and (min-width: 768px) {
  .dpto_template--content .dpto_info--block .content p em {
    display: none;
  }
}
.dpto_template--content .dpto_info--block .content p a {
  color: #006BEA;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.dpto_template--content .dpto_info--block .content p a:hover {
  color: #0071F2;
}
.dpto_template--content .dpto_info--block .content p + p {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + h1 {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + h2 {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + h3 {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + h4 {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + h5 {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + h6 {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + img {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + ul {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + ol {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content p + div {
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content a {
  color: #006BEA;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.dpto_template--content .dpto_info--block .content a:hover {
  color: #0071F2;
}
.dpto_template--content .dpto_info--block .content ul, .dpto_template--content .dpto_info--block .content ol {
  margin-bottom: 2.4rem;
  padding-left: 0;
}
.dpto_template--content .dpto_info--block .content ul li, .dpto_template--content .dpto_info--block .content ol li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-bottom: 1.8rem;
  margin-left: 17px;
  padding-left: 14px;
  position: relative;
}
.dpto_template--content .dpto_info--block .content ul li::before, .dpto_template--content .dpto_info--block .content ol li::before {
  content: "\e936";
  color: #0071F2;
  font-family: "roicons";
  font-size: 2.4rem;
  height: 2.4rem;
  top: 1px;
  left: -18px;
  position: absolute;
}
.dpto_template--content .dpto_info--block .content ul li > ul, .dpto_template--content .dpto_info--block .content ul li > ol, .dpto_template--content .dpto_info--block .content ol li > ul, .dpto_template--content .dpto_info--block .content ol li > ol {
  padding-left: 3rem;
  margin-top: 2rem;
}
.dpto_template--content .dpto_info--block .content ul > ul, .dpto_template--content .dpto_info--block .content ul > ol, .dpto_template--content .dpto_info--block .content ol > ul, .dpto_template--content .dpto_info--block .content ol > ol {
  padding-left: 3rem;
}
.dpto_template--content .dpto_info--block .content img {
  margin-bottom: 2.4rem;
  width: 100%;
}
.dpto_template--content .dpto_info--block .content iframe {
  margin-bottom: 2.4rem;
  max-width: 100%;
  margin-bottom: 2.4rem;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.dpto_template--content .dpto_info--block .content iframe p {
  margin-bottom: 0;
}
.dpto_template--content .dpto_info--block .content blockquote {
  display: inline;
}
a .dpto_template--content .dpto_info--block .content blockquote + a {
  margin-left: 1.6rem;
}
.dpto_template--content .dpto_info--block .content blockquote p {
  font-style: italic;
}
.dpto_template--content .dpto_info--block .content .wp-video {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  margin-bottom: 2.4rem;
}
.dpto_template--content .dpto_info--block .content .wp-video video {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
}
.dpto_template--content .dpto_info--block .content .mejs-container, .dpto_template--content .dpto_info--block .content .mejs-embed, .dpto_template--content .dpto_info--block .content .mejs-embed body, .dpto_template--content .dpto_info--block .content .mejs-container .mejs-controls {
  background: #222;
  width: 100% !important;
}
.dpto_template--content .dpto_info--block .content .listado_items_links {
  background-color: #FCFDFF;
  max-width: 560px;
  margin-top: 2.4rem;
}
.dpto_template--content .dpto_info--block .content .listado_items_links p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  border: solid 1px #EAF3FD;
  padding: 1.6rem 2.4rem;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
.dpto_template--content .dpto_info--block .content .listado_items_links ul {
  padding: 0;
  margin: 0;
  border: solid 1px #EAF3FD;
  border-top: none;
  background-color: #FCFDFF;
  border-radius: 0 0 0.4rem 0.4rem;
}
.dpto_template--content .dpto_info--block .content .listado_items_links ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
  margin-bottom: 0;
}
.dpto_template--content .dpto_info--block .content .listado_items_links ul li::before {
  content: "";
  display: none;
}
.dpto_template--content .dpto_info--block .content .listado_items_links ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-decoration: none;
}
.dpto_template--content .dpto_info--block .content .listado_items_links ul li:hover a {
  color: #006BEA;
}
@media screen and (min-width: 768px) {
  .dpto_template.dpto_first_level .dpto_template--content {
    padding: 4.8rem 0 9.6rem;
    overflow-x: hidden;
  }
  .dpto_template.dpto_first_level .dpto_template--content::after {
    content: url(../dist/fonts/icons/fondo_izquierda.png);
    position: absolute;
    bottom: 0%;
    left: 0%;
    opacity: 0.4;
    height: auto;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-page-contacto-php .dpto_template.dpto_first_level .dpto_template--content {
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-publicaciones-distribuidora .dpto_template.dpto_second_level .dpto_template--content {
    padding: 2.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .dpto_template.dpto_second_level .dpto_template--content {
    padding: 4.8rem 0 9.6rem;
  }
  .dpto_template.dpto_second_level .dpto_template--content::after {
    content: url(../dist/fonts/icons/fondo_izquierda.png);
    position: absolute;
    bottom: 0%;
    left: 0%;
    opacity: 0.4;
    height: auto;
    z-index: -1;
  }
  .page-template-page-reconocimientos .dpto_template.dpto_second_level .dpto_template--content:after, .page-template-page-partners .dpto_template.dpto_second_level .dpto_template--content:after, .page-template-page-organigrama .dpto_template.dpto_second_level .dpto_template--content:after, .page-template-page-podcast .dpto_template.dpto_second_level .dpto_template--content:after, .page-template-page-redes-sociales .dpto_template.dpto_second_level .dpto_template--content:after, .page-template-page-research .dpto_template.dpto_second_level .dpto_template--content:after, .page-template-page-publicaciones .dpto_template.dpto_second_level .dpto_template--content:after {
    content: "";
    display: none;
  }
}

.cpt_single_empleo {
  position: relative;
}
.cpt_single_empleo--hero {
  background-image: url(../dist/fonts/icons/ForndoHero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cpt_single_empleo--hero {
    min-height: 124px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--hero {
    padding: 4.8rem 0;
  }
}
.cpt_single_empleo--hero h1, .cpt_single_empleo--hero .h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--hero h1, .cpt_single_empleo--hero .h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.cpt_single_empleo--content {
  position: relative;
  background-color: #F1F9FF;
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content {
    padding: 4.8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .cpt_single_empleo--content .breadcrumb {
    margin-top: 3rem !important;
  }
}
.cpt_single_empleo--content .return_page {
  margin-top: 0.8rem;
  padding: 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .return_page {
    margin-top: 3.2;
  }
}
.cpt_single_empleo--content .return_page a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #006BEA;
}
.cpt_single_empleo--content .return_page a em {
  font-size: 2rem;
  margin-right: 1rem;
  color: #006BEA;
}
.cpt_single_empleo--content .destacado_vacante--principal {
  background-color: #EAF3FD;
  border-radius: 0.8rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  margin: 2.4rem 0;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .destacado_vacante--principal {
    padding: 4.8rem;
    max-width: 65%;
    margin: 4.8rem 0;
  }
}
.cpt_single_empleo--content .destacado_vacante--principal .date {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #838383;
}
.cpt_single_empleo--content .destacado_vacante--principal h1, .cpt_single_empleo--content .destacado_vacante--principal h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
.cpt_single_empleo--content .destacado_vacante--principal .destacado_vacante_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .destacado_vacante--principal .destacado_vacante_list {
    flex-direction: row;
    gap: 1.6rem;
    flex-wrap: wrap;
  }
}
.cpt_single_empleo--content .destacado_vacante--principal .destacado_vacante_list p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.cpt_single_empleo--content .destacado_vacante--principal .destacado_vacante_list p > span {
  font-weight: 700;
}
.cpt_single_empleo--content .destacado_vacante--principal .destacado_vacante_list p em {
  font-size: 2rem;
  color: #0071F2;
  margin-right: 0.8rem;
  top: 3px;
  position: relative;
}
.cpt_single_empleo--content .destacado_vacante--principal .destacado_vacante_list .line {
  display: none;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .destacado_vacante--principal .destacado_vacante_list .line {
    background-color: #DCECFF;
    width: 1px;
    height: 2.6rem;
    display: block;
  }
}
.cpt_single_empleo--content .destacado_vacante--principal a.button {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .destacado_vacante--content {
    max-width: 65%;
  }
}
.cpt_single_empleo--content .destacado_vacante--content h2, .cpt_single_empleo--content .destacado_vacante--content h3, .cpt_single_empleo--content .destacado_vacante--content h4, .cpt_single_empleo--content .destacado_vacante--content h5, .cpt_single_empleo--content .destacado_vacante--content h6 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .destacado_vacante--content h2, .cpt_single_empleo--content .destacado_vacante--content h3, .cpt_single_empleo--content .destacado_vacante--content h4, .cpt_single_empleo--content .destacado_vacante--content h5, .cpt_single_empleo--content .destacado_vacante--content h6 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2.4rem;
  }
}
.cpt_single_empleo--content .destacado_vacante--content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #2D2D2D;
  margin-bottom: 2.4rem;
}
.cpt_single_empleo--content .destacado_vacante--content p em {
  display: block;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .destacado_vacante--content p em {
    display: none;
  }
}
.cpt_single_empleo--content .destacado_vacante--content p a {
  color: #C6E2FF;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.cpt_single_empleo--content .destacado_vacante--content p a:hover {
  color: #33FFBD;
}
.cpt_single_empleo--content .destacado_vacante--content a {
  color: #C6E2FF;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.cpt_single_empleo--content .destacado_vacante--content a:hover {
  color: #33FFBD;
}
.cpt_single_empleo--content .destacado_vacante--content .excerpt {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .destacado_vacante--content .excerpt {
    margin-bottom: 4.8rem;
  }
}
.cpt_single_empleo--content .destacado_vacante--content .list {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .destacado_vacante--content .list {
    margin-bottom: 4.8rem;
  }
}
.cpt_single_empleo--content .destacado_vacante--content ul {
  margin-bottom: 2.4rem;
  padding-left: 0;
}
.cpt_single_empleo--content .destacado_vacante--content ul li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-bottom: 1.8rem;
  position: relative;
  margin-bottom: 1.8rem;
  margin-left: 17px;
  padding-left: 14px;
  position: relative;
}
.cpt_single_empleo--content .destacado_vacante--content ul li::before {
  content: "\e936";
  color: #0071F2;
  font-family: "roicons";
  font-size: 2.4rem;
  height: 2.4rem;
  top: 1px;
  left: -18px;
  position: absolute;
}
.cpt_single_empleo--content .destacado_vacante--form {
  max-width: 100%;
  z-index: 1;
  position: relative;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 400px) {
  .cpt_single_empleo--content .destacado_vacante--form {
    max-width: 461px;
  }
}
@media screen and (min-width: 768px) {
  .cpt_single_empleo--content .destacado_vacante--form {
    padding-bottom: 4.8rem;
  }
}
.cpt_single_empleo--content::after {
  content: url(../dist/fonts/icons/fondo_derecha.png);
  position: absolute;
  bottom: 0%;
  right: 0%;
  opacity: 0.4;
  height: auto;
}

.general_vacantes {
  position: relative;
}
.general_vacantes--hero {
  background-image: url(../dist/fonts/icons/ForndoHero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .general_vacantes--hero {
    min-height: 124px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .general_vacantes--hero {
    padding: 4.8rem 0;
  }
}
.general_vacantes--hero h1, .general_vacantes--hero .h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .general_vacantes--hero h1, .general_vacantes--hero .h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.general_vacantes--content {
  background-color: #F1F9FF;
  padding-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .general_vacantes--content .vacantes_page {
    padding-bottom: 9.6rem;
  }
}
.general_vacantes--content .vacantes_page--head {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .general_vacantes--content .vacantes_page--head .wrapper-xs {
    padding: 0 0 0 2.4rem;
  }
}
.general_vacantes--content .vacantes_page--head .titles > h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-align: center;
}
.general_vacantes--content .vacantes_page--head .titles > p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
}
.general_vacantes--content .vacantes_page--countries {
  margin-top: 4.8rem;
}
.general_vacantes--content .vacantes_page--countries ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .general_vacantes--content .vacantes_page--countries ul {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .general_vacantes--content .vacantes_page--countries ul {
    overflow-x: auto;
  }
  .general_vacantes--content .vacantes_page--countries ul::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    bottom: 2rem;
    display: none;
  }
  .general_vacantes--content .vacantes_page--countries ul::-webkit-scrollbar-thumb {
    background: #0071F2;
    -webkit-box-shadow: none;
  }
  .general_vacantes--content .vacantes_page--countries ul::-webkit-scrollbar-thumb:window-inactive {
    background: #D8D8D8;
  }
}
.general_vacantes--content .vacantes_page--countries ul li {
  list-style: none;
  border-bottom: solid 1px #D8D8D8;
  color: #8D8D8D;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  position: relative;
}
.general_vacantes--content .vacantes_page--countries ul li::after {
  content: "";
  width: 1.6rem;
  height: 1px;
  background-color: #D8D8D8;
  position: absolute;
  bottom: -1px;
  right: -1.6rem;
}
.general_vacantes--content .vacantes_page--countries ul li.active {
  border-bottom: solid 1px #0071F2;
}
.general_vacantes--content .vacantes_page--countries ul li.active a {
  color: #0071F2 !important;
  font-weight: 700;
}
.general_vacantes--content .vacantes_page--countries ul li:hover {
  background-color: #EAF3FD;
}
.general_vacantes--content .vacantes_page--countries ul li:hover a {
  color: #0071F2;
}
.general_vacantes--content .vacantes_page--countries ul li:last-of-type::after {
  content: "";
  width: 0;
  height: 0;
}
.general_vacantes--content .vacantes_page--countries ul li a {
  color: #8D8D8D;
}
.general_vacantes--content .vacantes_page--tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .general_vacantes--content .vacantes_page--tags {
    justify-content: center;
    align-items: center;
  }
}
.general_vacantes--content .vacantes_page--tags span {
  border-radius: 0.8rem;
  padding: 0.8rem;
  background-color: #E8E8E8;
  cursor: pointer;
}
.general_vacantes--content .vacantes_page--tags span.active {
  background-color: #2D2D2D;
}
.general_vacantes--content .vacantes_page--tags span.active a {
  color: #ffffff !important;
}
.general_vacantes--content .vacantes_page--tags span.active:hover {
  background-color: #2D2D2D;
}
.general_vacantes--content .vacantes_page--tags span.active:hover a {
  color: #646464 !important;
}
.general_vacantes--content .vacantes_page--tags span:hover {
  background-color: #EFEFEF;
}
.general_vacantes--content .vacantes_page--tags span:hover a {
  color: #646464 !important;
}
.general_vacantes--content .vacantes_page--tags span a {
  font-size: 1.6rem;
  color: #646464;
}
.general_vacantes--content .vacantes_page--body {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .general_vacantes--content .vacantes_page--body {
    margin-top: 4.8rem;
    margin-bottom: 9.6rem;
  }
}
.general_vacantes--content .vacantes_page--body .card_vacantes {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .general_vacantes--content .vacantes_page--body .card_vacantes {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 0.8rem;
  box-shadow: 0px 27px 8px 0px rgba(3, 21, 69, 0), 0px 18px 7px 0px rgba(3, 21, 69, 0.01), 0px 10px 6px 0px rgba(3, 21, 69, 0.05), 0px 4px 4px 0px rgba(3, 21, 69, 0.09), 0px 1px 2px 0px rgba(3, 21, 69, 0.1);
}
@media screen and (min-width: 768px) {
  .general_vacantes--content .vacantes_page--body .card_vacantes--item {
    flex: 1 1 calc(49% - 2.4rem);
    max-width: 364px;
  }
}
@media screen and (min-width: 1024px) {
  .general_vacantes--content .vacantes_page--body .card_vacantes--item {
    flex: 1 1 calc(33% - 2.4rem);
    max-width: 364px;
  }
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item .item_detalle {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.8rem;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item .item_detalle:last-of-type {
  margin-bottom: 0;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item .item_detalle em {
  font-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  color: #0071F2;
  margin-right: 1.6rem;
  position: relative;
  top: 2px;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item .item_detalle p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item .item_detalle p > span {
  font-weight: 700;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item a {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  padding: 0.8rem 0;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty {
  background-color: #DCECFF;
  box-shadow: none;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty h2 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.6rem;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.6rem;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form .form-group {
  display: flex;
  flex-direction: column;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form label {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form input {
  margin-bottom: 1.6rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.6rem;
  color: #2D2D2D;
  font-size: 1.6rem;
  border: none;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form input::-webkit-input-placeholder {
  color: #8D8D8D;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form input::-moz-input-placeholder {
  color: #8D8D8D;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form input::-ms-input-placeholder {
  color: #8D8D8D;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form input::-o-input-placeholder {
  color: #8D8D8D;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form button em {
  color: #0000B9;
  margin-right: 0.8rem;
  font-size: 2.4rem;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form button:hover {
  color: #ffffff;
}
.general_vacantes--content .vacantes_page--body .card_vacantes--item.empty form button:hover em {
  color: #ffffff;
}
.general_vacantes--content .vacantes_page--banner {
  background-color: #E8F3FF;
}
.general_vacantes--content .vacantes_page--banner .content_box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .general_vacantes--content .vacantes_page--banner .content_box {
    flex-direction: row;
  }
}
.general_vacantes--content .vacantes_page--banner .text {
  width: 100%;
  padding: 4.8rem 0 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .general_vacantes--content .vacantes_page--banner .text {
    width: 50%;
    padding: 9.6rem 4.8rem 4.8rem 4.8rem;
  }
}
.general_vacantes--content .vacantes_page--banner .text h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
.general_vacantes--content .vacantes_page--banner .text p {
  font-size: 2rem;
  line-height: 3rem;
}
.general_vacantes--content .vacantes_page--banner .text p b, .general_vacantes--content .vacantes_page--banner .text p strong {
  font-weight: 700;
}
.general_vacantes--content .vacantes_page--banner .text a {
  margin-top: 2.4rem;
}
.general_vacantes--content .vacantes_page--banner .pic {
  width: 100%;
  position: relative;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .general_vacantes--content .vacantes_page--banner .pic {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .general_vacantes--content .vacantes_page--banner .pic img {
    position: absolute;
    bottom: 0;
    object-fit: container;
    width: 510px;
    height: 468px;
  }
}
.general_vacantes--content.typ {
  background-color: #F1F9FF;
}
.general_vacantes--content.typ .vacantes_page--typ {
  padding-bottom: 4.8rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .general_vacantes--content.typ .vacantes_page--typ {
    padding-bottom: 9.6rem;
  }
}
.general_vacantes--content.typ .vacantes_page--typ .item_typ {
  position: relative;
  z-index: 1;
  max-width: 557px;
  background-color: #EAF3FD;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  padding: 2.4rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .general_vacantes--content.typ .vacantes_page--typ .item_typ {
    padding: 4.8rem;
    margin-top: 4.8rem;
  }
}
.general_vacantes--content.typ .vacantes_page--typ .item_typ em {
  font-size: 6.4rem;
  color: #007FFF;
}
.general_vacantes--content.typ .vacantes_page--typ .item_typ h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.general_vacantes--content.typ .vacantes_page--typ .item_typ p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.general_vacantes--content.typ .vacantes_page--typ .item_typ a {
  margin: 0;
}
.general_vacantes--content.typ .vacantes_page--typ::after {
  content: url(../dist/fonts/icons/fondo_derecha.png);
  position: absolute;
  bottom: 0%;
  right: 0%;
  opacity: 0.4;
  height: auto;
  z-index: -1;
}

.section_infografia {
  position: relative;
}
.section_infografia picture img {
  width: 100%;
  height: 100%;
}
.section_infografia--download {
  padding: 2.4rem;
  background-color: #F4F9FF;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .section_infografia--download {
    position: absolute;
    bottom: -4rem;
    right: 50%;
    padding: 0;
    background-color: transparent;
    transform: translateX(50%);
  }
}
.section_infografia--download img {
  margin-right: 0.8rem;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}

.section_destacados_cols {
  padding-bottom: 4.8rem;
  padding-top: 4.8rem;
}
.section_destacados_cols .destacados_content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .section_destacados_cols .destacados_content {
    flex-direction: row;
  }
}
.section_destacados_cols .destacados_content--col {
  flex: 1 1 100%;
}
@media screen and (min-width: 1024px) {
  .section_destacados_cols .destacados_content--col {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.section_destacados_cols .destacados_content--col h2 {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: solid 1px #C6E2FF;
}
.section_destacados_cols .destacados_content--col .items_repeater {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.section_destacados_cols .destacados_content--col .item {
  border: solid 1px #EAF3FD;
  padding: 0.8rem 1.8rem;
  border-radius: 0.4rem;
  min-height: 7rem;
  box-sizing: border-box;
}
.section_destacados_cols .destacados_content--col .item.partner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FBFDFF;
}
.section_destacados_cols .destacados_content--col .item.partner img {
  max-height: 4.4rem;
  object-fit: contain;
}
.section_destacados_cols .destacados_content--col .item.cliente {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.4rem;
  box-sizing: border-box;
  justify-content: center;
  background-color: #FBFDFF;
}
.section_destacados_cols .destacados_content--col .item.cliente img {
  max-height: 4.4rem;
  width: 10rem;
  object-fit: contain;
}
.section_destacados_cols .destacados_content--col .item.cliente a {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section_destacados_cols .destacados_content--col .item.reconocimiento {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 0.8rem;
  background-color: #FBFDFF;
}
.section_destacados_cols .destacados_content--col .item.reconocimiento img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.section_destacados_cols .destacados_content--col .item.reconocimiento .text p.title {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #2D2D2D;
}
.section_destacados_cols .destacados_content--col .item.reconocimiento .text p.site {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #006BEA;
}

.section_destacados_cols_grid {
  padding: 4.8rem 2.4rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section_destacados_cols_grid {
    padding: 9.6rem 0;
  }
}
.page-template-page-sectores-detalle .section_destacados_cols_grid .wrapper-xs {
  padding: 0;
}
.section_destacados_cols_grid .destacados_content .items_repeater {
  flex-direction: column;
  gap: 2.4rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .section_destacados_cols_grid .destacados_content .items_repeater {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section_destacados_cols_grid .destacados_content .items_repeater .item {
  border: solid 1px #EAF3FD;
  padding: 0.8rem 1.8rem;
  border-radius: 0.4rem;
  min-height: 7rem;
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
}
.section_destacados_cols_grid .destacados_content .items_repeater .item.partner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FBFDFF;
}
.page-template-page-sectores-detalle .section_destacados_cols_grid .destacados_content .items_repeater .item.partner {
  background-color: #FCFDFF;
}
.section_destacados_cols_grid .destacados_content .items_repeater .item.partner img {
  max-height: 4.4rem;
}
@media screen and (min-width: 768px) {
  .section_destacados_cols_grid .destacados_content .items_repeater .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .section_destacados_cols_grid .destacados_content .items_repeater .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
  .page-template-page-sectores-detalle .section_destacados_cols_grid .destacados_content .items_repeater .item {
    flex: 1 1 calc((100% - 7.2rem) / 4);
    max-width: calc((100% - 7.2rem) / 4);
  }
}

.block_anchor_content {
  padding: 4.8rem 0;
  background-color: #F1F9FF;
  overflow: hidden;
  position: relative;
}
.block_anchor_content--link {
  background-color: #EAF3FD;
  padding: 4.8rem 2.4rem;
  margin: 4.8rem 0;
  box-sizing: border-box;
  border-radius: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .block_anchor_content--link {
    padding: 4.8rem;
    width: 65%;
    max-width: 80rem;
  }
}
.block_anchor_content--link ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0;
  margin: 0;
}
.block_anchor_content--link ul li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.block_anchor_content--link ul li em {
  color: #0071F2;
  font-size: 2.4rem;
}
.block_anchor_content--link ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #2D2D2D;
}
.block_anchor_content--content {
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .block_anchor_content--content {
    width: 65%;
    max-width: 80rem;
  }
}
.block_anchor_content--content .content-box {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: solid 1px #C6E2FF;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.block_anchor_content--content .content-box h1, .block_anchor_content--content .content-box h2, .block_anchor_content--content .content-box h3, .block_anchor_content--content .content-box h4, .block_anchor_content--content .content-box h5, .block_anchor_content--content .content-box h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}
.block_anchor_content--content .content-box p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.block_anchor_content--content .content-box p :empty {
  display: none;
}
.block_anchor_content--content .content-box p a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.block_anchor_content--content .content-box a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #0071F2;
}
.block_anchor_content--content .content-box ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.block_anchor_content--content .content-box ol li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.block_anchor_content--content .content-box strong, .block_anchor_content--content .content-box b {
  font-weight: 700;
}
.block_anchor_content--content .content-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.block_oficina_tab {
  background-color: #F4F9FF;
  padding: 4.8rem 0;
}
@media screen and (min-width: 1024px) {
  .block_oficina_tab {
    padding: 9.6rem;
  }
}
.block_oficina_tab .title_section_link {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .block_oficina_tab > .wrapper-xs {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .block_oficina_tab .title_section_link {
    padding: 0 2.4rem;
    margin-left: 2.4rem;
  }
}
.block_oficina_tab--head {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .block_oficina_tab--head {
    margin-left: 2.4rem;
  }
}
.block_oficina_tab--head ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .block_oficina_tab--head ul {
    overflow-x: auto;
  }
  .block_oficina_tab--head ul::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    bottom: 2rem;
    display: none;
  }
  .block_oficina_tab--head ul::-webkit-scrollbar-thumb {
    background: #0071F2;
    -webkit-box-shadow: none;
  }
  .block_oficina_tab--head ul::-webkit-scrollbar-thumb:window-inactive {
    background: #D8D8D8;
  }
}
.block_oficina_tab--head ul li {
  list-style: none;
  border-bottom: solid 1px #D8D8D8;
  color: #8D8D8D;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
}
.block_oficina_tab--head ul li.active {
  border-bottom: solid 1px #0071F2;
  color: #0071F2;
  font-weight: 700;
}
.block_oficina_tab--head ul li:hover {
  color: #2D2D2D;
  background-color: #EAF3FD;
}
@media screen and (max-width: 768px) {
  .block_oficina_tab--body {
    padding: 0 2.4rem;
  }
}
.block_oficina_tab--body .content {
  display: none;
}
.block_oficina_tab--body .content.active {
  display: block;
}
.block_oficina_tab--body .content .tab_row_oficina {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.block_oficina_tab--body .content .item_oficina {
  flex: 1 1 100%;
  overflow: hidden;
  position: relative;
  height: 342px;
  max-width: 342px;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .block_oficina_tab--body .content .item_oficina {
    flex: 1 1 calc(49% - 2.4rem);
    height: 364px;
    max-width: calc(49% - 2.4rem);
  }
}
@media screen and (min-width: 1024px) {
  .block_oficina_tab--body .content .item_oficina {
    flex: 1 1 calc(33% - 2.4rem);
    max-width: calc(33% - 2.4rem);
  }
}
.block_oficina_tab--body .content .item_oficina_content {
  background-color: rgba(4, 23, 67, 0.0235294118);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  gap: 0.4rem;
}
.block_oficina_tab--body .content .item_oficina_content h2 {
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
}
.block_oficina_tab--body .content .item_oficina_content p {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
}
.block_oficina_tab--body .content .item_oficina .overlay {
  background-color: #041743;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 9;
}
.block_oficina_tab--body .content .item_oficina_galeria {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block_oficina_tab--body .content .item_oficina_galeria img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_oficina_tab--body .content .item_oficina_galeria img:nth-of-type(1) {
  z-index: 7;
}
.block_oficina_tab--body .content .item_oficina_galeria img:nth-of-type(2) {
  z-index: 6;
}
.block_oficina_tab--body .content .item_oficina_galeria img:nth-of-type(3) {
  z-index: 5;
}
.block_oficina_tab--body .content .item_oficina_galeria img:nth-of-type(4) {
  z-index: 4;
}
.block_oficina_tab--body .content .item_oficina_galeria img:nth-of-type(5) {
  z-index: 3;
}
.block_oficina_tab--body .content .item_oficina_galeria img:nth-of-type(6) {
  z-index: 2;
}
.block_oficina_tab--body .content .item_oficina:hover .item_oficina_content {
  opacity: 0;
}
.block_oficina_tab--body .content .item_oficina:hover .overlay {
  opacity: 0;
}

@keyframes imageSequence1 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageSequence2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageSequence3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageSequence4 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageSequence5 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.item_oficina_galeria img:nth-child(5) {
  opacity: 1;
}

.item_oficina:hover .item_oficina_galeria img {
  opacity: 0;
  transition: opacity 0.9s linear;
}

.item_oficina:hover .item_oficina_galeria img:nth-child(6) {
  opacity: 1 !important;
}

.item_oficina:hover .item_oficina_galeria img:nth-child(1) {
  animation: imageSequence1 1.8s infinite;
}

.item_oficina:hover .item_oficina_galeria img:nth-child(2) {
  animation: imageSequence2 1.8s infinite;
}

.item_oficina:hover .item_oficina_galeria img:nth-child(3) {
  animation: imageSequence3 1.8s infinite;
}

.item_oficina:hover .item_oficina_galeria img:nth-child(4) {
  animation: imageSequence4 1.8s infinite;
}

.item_oficina:hover .item_oficina_galeria img:nth-child(5) {
  animation: imageSequence5 1.8s infinite;
}

.item_oficina:hover .item_oficina_galeria img {
  animation-play-state: running;
}

.block_media_filtros_people {
  overflow: hidden;
}
.block_media_filtros_people--row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .block_media_filtros_people--row {
    flex-direction: row;
  }
}
.block_media_filtros_people .content_col {
  width: 100%;
  box-sizing: border-box;
  order: 1;
}
.block_media_filtros_people .content_col.media {
  position: relative;
}
.block_media_filtros_people .content_col.media ~ .media {
  padding: 0;
}
@media (min-width: 768px) {
  .block_media_filtros_people .content_col.media ~ .media {
    padding: 0;
  }
}
.block_media_filtros_people .content_col.media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .block_media_filtros_people .content_col.media img {
    position: relative;
  }
}
.block_media_filtros_people .content_col.text {
  padding: 4.8rem 0;
  background-color: #F1F9FF;
}
@media (min-width: 768px) {
  .block_media_filtros_people .content_col.text {
    padding: 9.6rem;
  }
}
@media (min-width: 1700px) {
  .block_media_filtros_people .content_col.text h2, .block_media_filtros_people .content_col.text p, .block_media_filtros_people .content_col.text .filtros_oficinas-body {
    width: 80%;
  }
}
.block_media_filtros_people .content_col.text:first-of-type {
  padding: 0;
}
.block_media_filtros_people .content_col.text:first-of-type ~ .media {
  padding: 0;
}
.block_media_filtros_people .content_col.text h2, .block_media_filtros_people .content_col.text h3, .block_media_filtros_people .content_col.text h4, .block_media_filtros_people .content_col.text h5, .block_media_filtros_people .content_col.text h6 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #2D2D2D;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #007FFF;
}
@media (max-width: 768px) {
  .block_media_filtros_people .content_col.text h2, .block_media_filtros_people .content_col.text h3, .block_media_filtros_people .content_col.text h4, .block_media_filtros_people .content_col.text h5, .block_media_filtros_people .content_col.text h6 {
    padding: 2.4rem 2.4rem 0 2.4rem;
  }
}
.block_media_filtros_people .content_col.text p, .block_media_filtros_people .content_col.text li, .block_media_filtros_people .content_col.text a {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  .block_media_filtros_people .content_col.text p {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
}
@media (max-width: 768px) {
  .block_media_filtros_people .content_col.text a {
    margin: 0 2.4rem;
  }
}
@media (min-width: 768px) {
  .block_media_filtros_people .content_col:first-of-type {
    flex-basis: 50%;
    order: 0;
  }
  .block_media_filtros_people .content_col:last-of-type {
    flex-basis: 50%;
  }
}

.text-media {
  box-sizing: border-box;
  padding: 4.8rem 2.4rem;
}
@media (min-width: 1024px) {
  .text-media {
    padding: 9.6rem 0;
  }
}
.text-media .block-text-media__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
.text-media h2, .text-media h3, .text-media h4, .text-media h5, .text-media h6 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #2D2D2D;
  font-weight: 700;
  color: #007FFF;
}
.text-media p, .text-media li, .text-media a {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.text-media a {
  color: #006BEA;
}
.text-media a.button {
  color: #006BEA;
}
.text-media a.button em {
  font-size: 2rem;
  margin-left: 1rem;
}

.filtros_oficinas-head {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .filtros_oficinas-head {
    margin-top: 4.8rem;
  }
}
.filtros_oficinas-head ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .filtros_oficinas-head ul {
    overflow-x: auto;
    padding-left: 2.4rem;
  }
  .filtros_oficinas-head ul::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    bottom: 2rem;
    display: none;
  }
  .filtros_oficinas-head ul::-webkit-scrollbar-thumb {
    background: #0071F2;
    -webkit-box-shadow: none;
  }
  .filtros_oficinas-head ul::-webkit-scrollbar-thumb:window-inactive {
    background: #D8D8D8;
  }
}
.filtros_oficinas-head ul li {
  list-style: none;
  border-bottom: solid 1px #D8D8D8;
  color: #8D8D8D;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  position: relative;
}
.filtros_oficinas-head ul li::after {
  content: "";
  width: 1.6rem;
  height: 1px;
  background-color: #D8D8D8;
  position: absolute;
  bottom: -1px;
  right: -1.6rem;
}
.filtros_oficinas-head ul li.active {
  border-bottom: solid 1px #0071F2;
  color: #0071F2;
  font-weight: 700;
}
.filtros_oficinas-head ul li:hover {
  color: #2D2D2D;
  background-color: #EAF3FD;
}
.filtros_oficinas-head ul li:last-of-type::after {
  content: "";
  width: 0;
  height: 0;
}

.filtros_oficinas-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 2.4rem 0;
}
@media (max-width: 768px) {
  .filtros_oficinas-body {
    padding: 2.4rem;
  }
}
.filtros_oficinas-body .hidden {
  display: none;
}
.filtros_oficinas-body > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.filtros_oficinas-body span {
  border-radius: 0.8rem;
  padding: 0.8rem;
  font-size: 1.6rem;
  color: #646464;
  background-color: #E8E8E8;
  cursor: pointer;
}
.filtros_oficinas-body span.active {
  color: #ffffff;
  background-color: #2D2D2D;
}
.filtros_oficinas-body span:hover {
  color: #646464;
  background-color: #EFEFEF;
}

.section_instagram {
  padding: 4.8rem 0;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .section_instagram {
    padding: 9.6rem 0;
  }
}
.section_instagram h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_instagram h2 {
    margin-bottom: 4.8rem;
  }
}
.section_instagram .socials_links {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_instagram .socials_links {
    margin-top: 4.8rem;
  }
}
.section_instagram .socials_links p {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
.section_instagram .socials_links ul {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .section_instagram .socials_links ul {
    gap: 4.8rem;
  }
}
.section_instagram .socials_links ul li {
  list-style: none;
}
.section_instagram .socials_links ul li a {
  font-size: 3.2rem;
}
.section_instagram .socials_links ul li a::before {
  color: #0071F2;
}

.eapps-instagram-feed-header {
  padding: 0 !important;
}

.section_publicaciones_tendencias {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .section_publicaciones_tendencias {
    padding: 9.6rem 0;
  }
}
.section_publicaciones_tendencias .cols_publicaciones {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section_publicaciones_tendencias .cols_publicaciones {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section_publicaciones_tendencias .cols_publicaciones .column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section_publicaciones_tendencias .cols_publicaciones .column {
    width: calc(49% - 2.4rem);
  }
}
@media screen and (min-width: 1024px) {
  .section_publicaciones_tendencias .cols_publicaciones .column {
    width: calc(33% - 2.4rem);
  }
}
.section_publicaciones_tendencias .cols_publicaciones .column.first {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.section_publicaciones_tendencias .cols_publicaciones .column.first h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.section_publicaciones_tendencias .cols_publicaciones .column.first p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section_publicaciones_tendencias .cols_publicaciones .column.mid .listado_items_links {
  background-color: #FCFDFF;
}
.section_publicaciones_tendencias .cols_publicaciones .column.mid .listado_items_links p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  border: solid 1px #EAF3FD;
  padding: 1.6rem 2.4rem;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
.section_publicaciones_tendencias .cols_publicaciones .column.mid .listado_items_links ul {
  padding: 0;
  margin: 0;
  border: solid 1px #EAF3FD;
  border-top: none;
  background-color: #ffffff;
  border-radius: 0 0 0.4rem 0.4rem;
}
.section_publicaciones_tendencias .cols_publicaciones .column.mid .listado_items_links ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
}
.section_publicaciones_tendencias .cols_publicaciones .column.mid .listado_items_links ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-decoration: none;
}
.section_publicaciones_tendencias .cols_publicaciones .column.mid .listado_items_links ul li:hover a {
  color: #006BEA;
}
.section_publicaciones_tendencias .cols_publicaciones .column.last h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.6rem;
}
.section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider .publicaciones_slider_item, .section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider .estadisticas_slider_item, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider .publicaciones_slider_item, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider .estadisticas_slider_item {
  overflow: hidden;
  max-width: 364px;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider .publicaciones_slider_item h2, .section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider .estadisticas_slider_item h2, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider .publicaciones_slider_item h2, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider .estadisticas_slider_item h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider .publicaciones_slider_item p, .section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider .estadisticas_slider_item p, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider .publicaciones_slider_item p, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider .estadisticas_slider_item p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider__navigation, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider__navigation {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  z-index: 2;
  margin-top: 1.6rem;
  justify-content: flex-start;
}
.section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider__navigation .publicaciones_slider-swiper-button-prev, .section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider__navigation .estadisticas_slider-swiper-button-prev, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider__navigation .publicaciones_slider-swiper-button-prev, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider__navigation .estadisticas_slider-swiper-button-prev {
  background: #ffffff;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #EAF3FD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider__navigation .publicaciones_slider-swiper-button-prev em, .section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider__navigation .estadisticas_slider-swiper-button-prev em, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider__navigation .publicaciones_slider-swiper-button-prev em, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider__navigation .estadisticas_slider-swiper-button-prev em {
  color: #0071F2;
  font-size: 2.2rem;
}
.section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider__navigation .publicaciones_slider-swiper-button-next, .section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider__navigation .estadisticas_slider-swiper-button-next, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider__navigation .publicaciones_slider-swiper-button-next, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider__navigation .estadisticas_slider-swiper-button-next {
  background: #ffffff;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #EAF3FD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider__navigation .publicaciones_slider-swiper-button-next em, .section_publicaciones_tendencias .cols_publicaciones .column.last .publicaciones_slider__navigation .estadisticas_slider-swiper-button-next em, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider__navigation .publicaciones_slider-swiper-button-next em, .section_publicaciones_tendencias .cols_publicaciones .column.last .estadisticas_slider__navigation .estadisticas_slider-swiper-button-next em {
  color: #0071F2;
  font-size: 2.2rem;
}

.section_videos_tendencias {
  position: relative;
  background-color: #F4F9FF;
  overflow: hidden;
}
.section_videos_tendencias .text-media {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section_videos_tendencias .text-media {
    padding: 4.8rem 0;
  }
}
.section_videos_tendencias::after {
  content: url(../dist/fonts/icons/fondo_izquierda.png);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  height: auto;
  z-index: -1;
}

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

.tendencias_page_infografia {
  padding: 4.8rem 0;
  background-image: url(../dist/fonts/icons/ForndoHero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tendencias_page_infografia {
    padding: 9.6rem 0;
  }
}
.tendencias_page_infografia--row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .tendencias_page_infografia--row {
    flex-direction: row;
  }
}
.tendencias_page_infografia--row .column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tendencias_page_infografia--row .column {
    width: 50%;
  }
}
.tendencias_page_infografia--row .column.pic {
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .tendencias_page_infografia--row .column.pic {
    padding-left: 2.4rem;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }
}
.tendencias_page_infografia h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
.tendencias_page_infografia p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.tendencias_page_infografia .listado_items_links {
  margin-top: 2.4rem;
  background-color: #FCFDFF;
}
.tendencias_page_infografia .listado_items_links > p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  border: solid 1px #EAF3FD;
  padding: 1.6rem 2.4rem;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
.tendencias_page_infografia .listado_items_links ul {
  padding: 0;
  margin: 0;
  border: solid 1px #EAF3FD;
  border-top: none;
  background-color: #ffffff;
  border-radius: 0 0 0.4rem 0.4rem;
}
.tendencias_page_infografia .listado_items_links ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
}
.tendencias_page_infografia .listado_items_links ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-decoration: none;
}
.tendencias_page_infografia .listado_items_links ul li:hover a {
  color: #006BEA;
}

.section_roi_cast {
  padding: 4.8rem 0;
  background-color: #F4F9FF;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section_roi_cast {
    padding: 9.6rem 0;
  }
}
.section_roi_cast--row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_roi_cast--row {
    flex-direction: row;
  }
}
.section_roi_cast--row .column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section_roi_cast--row .column.first {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .section_roi_cast--row .column.last {
    width: 35%;
  }
}
.section_roi_cast--row .column.last .listado_items_links {
  margin-top: 2.4rem;
  background-color: #FCFDFF;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section_roi_cast--row .column.last .listado_items_links {
    margin-top: 0;
  }
}
.section_roi_cast--row .column.last .listado_items_links > p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  border: solid 1px #EAF3FD;
  padding: 1.6rem 2.4rem;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
.section_roi_cast--row .column.last .listado_items_links ul {
  padding: 0;
  margin: 0;
  border: solid 1px #EAF3FD;
  border-top: none;
  background-color: #ffffff;
  border-radius: 0 0 0.4rem 0.4rem;
}
.section_roi_cast--row .column.last .listado_items_links ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
}
.section_roi_cast--row .column.last .listado_items_links ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-decoration: none;
}
.section_roi_cast--row .column.last .listado_items_links ul li:hover a {
  color: #006BEA;
}
.section_roi_cast--row .column .content_text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.section_roi_cast--row .column .content_text h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
}
@media screen and (min-width: 768px) {
  .section_roi_cast--row .column .content_text h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.section_roi_cast--row .column .content_text h2 em {
  margin-right: 0.8rem;
  font-size: 4.8rem;
  width: 4.8rem;
  height: 4.8rem;
}
.section_roi_cast--row .column .content_text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section_roi_cast--row .column .media_iframe {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.section_roi_cast--row .column .media_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

#flexible_content > section:first-of-type {
  background-color: #F9F9F9;
}

.news_distributor {
  padding: 2.4rem 0 4.8rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news_distributor {
    padding: 4.8rem 0 9.6rem 0;
  }
}
.news_distributor .breadcrumb {
  margin-bottom: 2.4rem;
}

.news_hero {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .news_hero {
    flex-direction: row;
    gap: 4.8rem;
    align-items: center;
    justify-content: center;
    max-width: 844px;
    margin: 0 auto 2.4rem;
  }
}
.news_hero img {
  max-width: 250px;
  margin: 0 auto;
}
.news_hero .text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.news_hero .text h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.news_hero .text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.section_card_news {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .section_card_news {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section_card_news--item {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 267px;
  position: relative;
  z-index: 1;
}
.section_card_news--item h2 {
  font-size: 2rem;
  line-height: 3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px;
  color: #2D2D2D;
}
.section_card_news--item span {
  font-size: 1.6rem;
  color: #006BEA;
}
.section_card_news--item span em {
  font-size: 2.4rem;
  position: relative;
  top: 4px;
}
.section_card_news--item {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .section_card_news--item {
    width: calc(42% - 2.4rem);
  }
}
@media screen and (min-width: 768px) {
  .section_card_news--item {
    width: calc(28% - 2.4rem);
  }
}
@media screen and (min-width: 1024px) {
  .section_card_news--item {
    width: calc(21% - 2.4rem);
  }
}

.filtros_clientes_page {
  padding: 4.8rem 0;
  overflow: hidden;
}
.filtros_clientes_page::after {
  content: url(../dist/fonts/icons/fondo_izquierda.png);
  position: absolute;
  bottom: 0%;
  left: 0%;
  opacity: 0.4;
  height: auto;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .filtros_clientes_page {
    padding: 4.8rem 0 9.6rem 0;
    position: relative;
  }
}
.filtros_clientes_page .filtors_clientes--row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  margin-top: 2.4rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .filtros_clientes_page .filtors_clientes--row {
    flex-direction: row;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: -1000%;
    z-index: 9999999999;
    transition: all 0.3s ease;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros.open {
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    box-sizing: border-box;
    left: 0;
    padding: 2rem;
    overflow: hidden;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros.open .listado_items_links {
    padding-bottom: 6rem;
    overflow: scroll;
    height: calc(100vh - 4.4rem);
    box-sizing: border-box;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros.open .listado_items_links::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    bottom: 2rem;
    display: none;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros.open .listado_items_links::-webkit-scrollbar-thumb {
    background: #0071F2;
    -webkit-box-shadow: none;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros.open .listado_items_links::-webkit-scrollbar-thumb:window-inactive {
    background: #D8D8D8;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros.open .listado_items_links #close_filters {
    display: block;
    position: absolute;
    right: 2.4rem;
    top: 2.8rem;
    font-size: 2.4rem;
    color: #0071F2;
    cursor: pointer;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros.open .button_aplly_box {
    display: block;
    position: fixed;
    bottom: 2.4rem;
    left: 2.4rem;
    right: 2.4rem;
    background-color: #ffffff;
    padding-bottom: 0.8rem;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros.open .button_aplly_box .button_apply_filters {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros.open .button_aplly_box .button_apply_filters {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros {
    width: 35%;
    height: 100%;
    max-width: 267px;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    bottom: 2rem;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros::-webkit-scrollbar-thumb {
    background: #33FFBD;
    -webkit-box-shadow: none;
  }
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros::-webkit-scrollbar-thumb:window-inactive {
    background: #D8D8D8;
  }
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros #close_filters {
  display: none;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links {
  background-color: #FCFDFF;
  border: solid 1px #EFEFEF;
  border-top: none;
  border-radius: 0.4rem;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links > p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  border-top: solid 1px #EFEFEF;
  border-bottom: solid 1px #EFEFEF;
  padding: 1.6rem 2.4rem;
  color: #2D2D2D;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links ul {
  padding: 0;
  margin: 0;
  border-radius: 0 0 0.4rem 0.4rem;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links ul li {
  list-style: none;
  padding: 0.4rem 2.4rem;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links ul li span {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-decoration: none;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links ul li:hover {
  background-color: #E0E0E0;
  cursor: pointer;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links ul li.active {
  color: #2D2D2D;
  border-left: solid 2px #33FFBD;
  padding-left: 1.6rem;
  margin-left: 1.6rem;
  display: flex;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links .check_group {
  padding: 0.8rem 2.4rem;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links .check_group label {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  cursor: pointer;
  width: 100%;
  display: block;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links .check_group label input {
  margin-right: 0.8rem;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links .check_group:hover {
  background-color: #E0E0E0;
  cursor: pointer;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links .check_group input {
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: relative;
  vertical-align: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: 1rem;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links .check_group input:after {
  content: "";
  background: #ffffff;
  height: 1.7rem;
  width: 1.7rem;
  position: relative;
  display: block;
  top: -1px;
  left: -1px;
  border: solid 1px #EFEFEF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links .check_group input:checked:after {
  content: "\ea25";
  font-family: "roicons" !important;
  background: #ffffff;
  height: 1.7rem;
  width: 1.7rem;
  position: relative;
  display: block;
  top: -1px;
  left: -1px;
  color: #006BEA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .listado_items_links .button_aplly_box {
    display: none;
  }
}
.filtros_clientes_page .filtors_clientes--row .column.sidebar_filtros .button_aplly_box__desktop button {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.filtros_clientes_page .filtors_clientes--row .column.cards {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filtros_clientes_page .filtors_clientes--row .column.cards {
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
  }
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 1px #EAF3FD;
  border-radius: 0.8rem;
  width: 100%;
  flex: 1 1 100%;
}
@media screen and (min-width: 560px) {
  .filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente .item_img img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente .item_img img[src$=".svg"] {
  width: 100%;
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente .item_img {
  background-color: #ffffff;
  padding: 1.8rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  border-bottom: solid 1px #EAF3FD;
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente .item_body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
  background-color: #FCFDFF;
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente .item_body .info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente .item_body .info em {
  font-size: 2.2rem;
  margin-right: 0.6rem;
  color: #0071F2;
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente .item_body .info p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #2D2D2D;
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente .item_body .info p span {
  font-weight: 700;
}
.filtros_clientes_page .filtors_clientes--row .column.cards .cards_cliente .item_body a {
  padding: 1.6rem 0 0;
  border-top: solid 1px #EAF3FD;
}
.filtros_clientes_page .button_launch_filters {
  border: 1px solid #006BEA;
  color: #006BEA;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtros_clientes_page .button_launch_filters:hover {
  background-color: #006BEA;
  color: #ffffff;
}
.filtros_clientes_page .button_launch_filters em {
  margin-right: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .filtros_clientes_page .button_launch_filters {
    display: none;
  }
}

.block_carrusel_tecnologias {
  padding: 2.4rem 0 9.6rem 0;
  position: relative;
  background-color: #F4F9FF;
}
@media screen and (min-width: 768px) {
  .block_carrusel_tecnologias {
    padding: 9.6rem 0;
  }
}
.block_carrusel_tecnologias h2 {
  text-align: center;
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
}
@media screen and (min-width: 768px) {
  .block_carrusel_tecnologias h2 {
    margin-bottom: 4.8rem;
  }
}
.block_carrusel_tecnologias__js {
  max-width: 873px;
}
@media screen and (max-width: 1024px) {
  .block_carrusel_tecnologias__js {
    margin: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .block_carrusel_tecnologias__js {
    margin: 0;
  }
}
.block_carrusel_tecnologias__js .item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel_tecnologias__js .item {
    flex-direction: row;
    gap: 4.8rem;
    align-items: center;
  }
}
.block_carrusel_tecnologias__js .item .pic {
  background-color: #ffffff;
  border: solid 1px #E8E8E8;
  padding: 43.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  width: 100%;
  box-sizing: border-box;
}
.block_carrusel_tecnologias__js .item .pic img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .block_carrusel_tecnologias__js .item .pic {
    max-width: 354px;
  }
}
.block_carrusel_tecnologias__js .item .text h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2.4rem;
}
.block_carrusel_tecnologias__js .item .text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.block_carrusel_tecnologias .out-container {
  max-width: calc(100% - 0px);
  margin: 0 auto;
  position: relative;
}
.block_carrusel_tecnologias .out-container .block_carrusel_tecnologias__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block_carrusel_tecnologias .out-container .block_carrusel_tecnologias__navigation {
    top: initial;
    transform: translateY(0%);
    bottom: -3.8rem;
  }
}
.block_carrusel_tecnologias .out-container .block_carrusel_tecnologias-swiper-button-prev {
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  position: absolute;
  z-index: 9;
  left: 0px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #EAF3FD;
}
.block_carrusel_tecnologias .out-container .block_carrusel_tecnologias-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  position: absolute;
  z-index: 9;
  right: 0px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #EAF3FD;
}
@media screen and (max-width: 768px) {
  .block_carrusel_tecnologias .out-container .block_carrusel_tecnologias-swiper-button-next {
    left: 56px;
    right: initial;
  }
}
.block_carrusel_tecnologias .out-container .block_carrusel_tecnologias-swiper-button-prev, .block_carrusel_tecnologias .out-container .block_carrusel_tecnologias-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 1px #EAF3FD;
}
.block_carrusel_tecnologias .out-container .block_carrusel_tecnologias-swiper-button-prev em, .block_carrusel_tecnologias .out-container .block_carrusel_tecnologias-swiper-button-next em {
  color: #0071F2;
  font-size: 2.4rem;
  line-height: 1.6rem;
}
.block_carrusel_tecnologias .out-container .swiper-pagination {
  bottom: -4rem;
}
@media screen and (max-width: 768px) {
  .block_carrusel_tecnologias .out-container .swiper-pagination {
    display: none;
  }
}
.block_carrusel_tecnologias .out-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 2px;
  height: 14px;
  width: 14px;
  background-color: #A1A1A1;
}
.block_carrusel_tecnologias .out-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007FFF;
}

.block_general_img_text {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .block_general_img_text {
    padding: 9.6rem 0;
  }
}
.block_general_img_text .title {
  text-align: left;
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
@media screen and (min-width: 768px) {
  .block_general_img_text .title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4.8rem;
  }
}
.block_general_img_text img {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_general_img_text img {
    margin-bottom: 4.8rem;
  }
}
.block_general_img_text .content_text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_general_img_text .content_text {
    flex-direction: row;
    padding: 0 6.4rem;
  }
  .block_general_img_text .content_text--col {
    width: 50%;
  }
}
.block_general_img_text .content_text--col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block_general_img_text .content_text--col h1, .block_general_img_text .content_text--col h2, .block_general_img_text .content_text--col h3, .block_general_img_text .content_text--col h4, .block_general_img_text .content_text--col h5, .block_general_img_text .content_text--col h6 {
  font-size: 2rem;
  line-height: 3rem;
}
.block_general_img_text .content_text--col p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.block_listado_links {
  padding: 4.8rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block_listado_links {
    padding: 9.6rem 0;
  }
}
.block_listado_links::after {
  content: url(../dist/fonts/icons/fondo_horizontal_small.svg);
  position: absolute;
  top: 0;
  right: 0%;
  width: 84%;
  opacity: 0.4;
  height: auto;
  z-index: 0;
}
.block_listado_links .content_cols {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_listado_links .content_cols {
    flex-direction: row;
  }
}
.block_listado_links .content_cols .column {
  flex: 1 1 100%;
  max-width: 384px;
}
@media screen and (min-width: 768px) {
  .block_listado_links .content_cols .column {
    flex: 1 1 calc(33% - 2.4rem);
    padding: 2.4rem;
  }
}
.block_listado_links .content_cols .column h3 {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: solid 1px #C6E2FF;
}
.block_listado_links .content_cols .column .column_items {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 0;
  padding: 0.8rem;
}
.block_listado_links .content_cols .column .column_items .item {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
.block_listado_links .content_cols .column .column_items .item em {
  font-size: 2.4rem;
  color: #0071F2;
}
.block_listado_links .content_cols .column .column_items .item a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #646464;
  text-decoration: none;
}

.section_block_item_icon_text {
  padding: 4.8rem 0;
  position: relative;
  background-color: #F4F9FF;
}
@media screen and (min-width: 768px) {
  .section_block_item_icon_text {
    padding: 9.6rem 0;
  }
}
.section_block_item_icon_text .aditional_text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .section_block_item_icon_text .aditional_text {
    flex-direction: row;
    gap: 6rem;
    padding-left: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.section_block_item_icon_text .aditional_text h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #2D2D2D;
}
@media screen and (min-width: 1024px) {
  .section_block_item_icon_text .aditional_text h2 {
    min-width: 170px;
  }
}
.section_block_item_icon_text .aditional_text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section_block_item_icon_text .block_item_icon_text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .section_block_item_icon_text .block_item_icon_text {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section_block_item_icon_text .block_item_icon_text .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .section_block_item_icon_text .block_item_icon_text .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .section_block_item_icon_text .block_item_icon_text .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.section_block_item_icon_text .block_item_icon_text .item--img img {
  width: 4.8rem;
  height: 4.8rem;
}
.section_block_item_icon_text .block_item_icon_text .item--text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.section_block_item_icon_text .block_item_icon_text .item--text h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
}
.section_block_item_icon_text .block_item_icon_text .item--text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
}

.observatorio_card_post {
  padding: 4.8rem 0;
  position: relative;
}
.observatorio_card_post.bg_grey {
  background-color: #F4F9FF;
}
@media screen and (min-width: 1024px) {
  .observatorio_card_post {
    padding: 9.6rem 0;
  }
}
.observatorio_card_post .title {
  margin-bottom: 2.4rem;
  color: #007FFF;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
  font-size: 3.2rem;
  line-height: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .observatorio_card_post .title {
    margin-bottom: 4.2rem;
  }
}
.observatorio_card_post .observatorio_repeater .observatorio_repeater--container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .observatorio_card_post .observatorio_repeater .observatorio_repeater--container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.observatorio_card_post .observatorio_repeater .observatorio_repeater--container .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .observatorio_card_post .observatorio_repeater .observatorio_repeater--container .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .observatorio_card_post .observatorio_repeater .observatorio_repeater--container .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.observatorio_card_post .observatorio_repeater .observatorio_repeater--container .item__img img {
  width: 100%;
}
.observatorio_card_post .observatorio_repeater .observatorio_repeater--container .item__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .observatorio_card_post .observatorio_repeater .observatorio_repeater--container .item__text {
    margin-top: 2.4rem;
  }
}
.observatorio_card_post .observatorio_repeater .observatorio_repeater--container .item__text h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.observatorio_card_post .observatorio_repeater .observatorio_repeater--container .item__text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.observatorio_card_post.page_research {
  background-color: #F9F9F9;
}
.observatorio_card_post.page_research .title {
  margin-bottom: 2.4rem;
  color: #007FFF;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .observatorio_card_post.page_research .title {
    margin-bottom: 2.4rem;
  }
}
.observatorio_card_post.page_research .pb_96 {
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .observatorio_card_post.page_research .pb_96 {
    padding-bottom: 9.6rem;
  }
}
.observatorio_card_post.page_research .banner_observatorios {
  background-image: url(../dist/fonts/icons/ForndoHero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  overflow: hidden;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4.8rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 124px;
  margin-top: 2.4rem;
  height: 496px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .observatorio_card_post.page_research .banner_observatorios {
    height: initial;
  }
}
@media screen and (min-width: 768px) {
  .observatorio_card_post.page_research .banner_observatorios {
    padding: 4.8rem 0;
  }
}

.page_research--publicaciones {
  padding: 4.8rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page_research--publicaciones {
    padding: 9.6rem 0;
  }
}
.page_research--publicaciones.bgcolor {
  background-color: #F4F9FF;
}
.page_research--publicaciones .title {
  margin-bottom: 2.4rem;
  color: #007FFF;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
.page_research--publicaciones .card_research .card_research--container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .page_research--publicaciones .card_research .card_research--container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.8rem 2.4rem;
  }
}
.page_research--publicaciones .card_research .card_research--container .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .page_research--publicaciones .card_research .card_research--container .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .page_research--publicaciones .card_research .card_research--container .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.page_research--publicaciones .card_research .card_research--container .item h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.page_research--publicaciones .card_research .card_research--container .item__img {
  position: relative;
}
.page_research--publicaciones .card_research .card_research--container .item__img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.page_research--publicaciones .card_research .card_research--container .item__img .tag {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  background-color: #006BEA;
  border-radius: 25px;
  padding: 0.8rem 1.6rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.page_research--publicaciones .card_research .card_research--container .item__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page_research--publicaciones .card_research .card_research--container .item__text {
    margin-top: 2.4rem;
  }
}
.page_research--publicaciones .card_research .card_research--container .item__text h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page_research--publicaciones .card_research .card_research--container .item__text h3 > a {
  color: #2D2D2D;
}
.page_research--publicaciones .card_research .card_research--container .item__text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page_research--publicaciones .card_research .card_research--container .item__text p > a {
  color: #2D2D2D;
}
.page_research--publicaciones .card_research .card_research--container .item__text .link {
  margin: 1.6rem 0 0 0;
  padding: 0;
}
.page_research--publicaciones .card_research .card_research--container .item__text .button {
  align-self: flex-start;
}

.page-research-news {
  padding: 4.8rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-research-news {
    padding: 9.6rem 0;
  }
}
.page-research-news .title {
  margin-bottom: 2.4rem;
  color: #007FFF;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
.page-research-news .section_card_news > h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.page-research-news .section_card_news_outstanding {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 4.8rem 2.4rem;
}
@media screen and (min-width: 560px) {
  .page-research-news .section_card_news_outstanding {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-research-news .section_card_news_outstanding .news_outstanding {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .page-research-news .section_card_news_outstanding .news_outstanding {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .page-research-news .section_card_news_outstanding .news_outstanding {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.page-research-news .section_card_news_outstanding .news_outstanding .item {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  z-index: 1;
}
.page-research-news .section_card_news_outstanding .news_outstanding .item h2 {
  font-size: 2rem;
  line-height: 3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px;
  color: #2D2D2D;
}
.page-research-news .section_card_news_outstanding .news_outstanding .item span {
  font-size: 1.6rem;
  color: #006BEA;
}
.page-research-news .section_card_news_outstanding .news_outstanding .item span em {
  font-size: 2.4rem;
  position: relative;
  top: 4px;
}
.page-research-news .section_card_news_outstanding .news_outstanding > a {
  margin-top: 2.4rem;
  align-self: flex-start;
}

.comites {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .comites {
    margin-top: 4.8rem;
  }
}
.comites h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
.comites h3 {
  background-color: #EFEFEF;
  padding: 1.6rem 4.8rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  text-transform: uppercase;
  border-radius: 50px;
  text-align: center;
  min-height: 6.2rem;
  box-sizing: border-box;
}
.comites .comite_block {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .comites .comite_block {
    flex-direction: row;
    align-items: center;
    margin-top: 4.8rem;
  }
}
.comites .comite_block--columns .person {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.4rem;
}
.comites .comite_block--columns .person:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .comites .comite_block--columns .person {
    flex-direction: row;
  }
}
.comites .comite_block--columns .person img {
  max-width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .comites .comite_block--columns .person img {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
}
.comites .comite_block--columns .person > .item {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.comites .comite_block--columns .person > .item > span {
  border-radius: 50px;
  background-color: #007FFF;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 700;
  padding: 1.6rem;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 360px) {
  .comites .comite_block--columns .person > .item > span {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .comites .comite_block--columns .person > .item > span {
    font-size: 2rem;
    line-height: 3rem;
    display: inline-block;
    padding: 1.6rem 3.8rem;
  }
}
.comites .comite_block--columns .person > .item .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 0.8rem;
}
.comites .comite_block--columns .person > .item .head p {
  color: #2D2D2D;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 360px) {
  .comites .comite_block--columns .person > .item .head p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.comites .comite_block--columns .person > .item .head a {
  color: #2D2D2D;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.comites .comite_block--columns .person > .item .head .separator {
  width: 1px;
  height: 16px;
  background-color: #BBB;
  margin: 0 0.8rem;
}
@media screen and (max-width: 1024px) {
  .comites .comite_block--columns.first {
    margin-bottom: 2.4rem;
  }
}
.comites .comite_block--columns.first .person img {
  max-width: 120px;
  height: 120px;
}
.comites .comite_block--columns.first .person .item > span {
  background-color: #33FFBD;
  color: #0000B9;
  display: block;
}
@media screen and (min-width: 1024px) {
  .comites .comite_block--columns.first .person {
    position: relative;
    margin-top: 32px;
  }
  .comites .comite_block--columns.first .person:after {
    content: url(../dist/fonts/icons/line-horizontal.svg);
    transform: translateY(-18px);
  }
}
.comites .comite_block--columns.middle {
  background-image: url(../dist/fonts/icons/line-vertical.svg);
  background-repeat: repeat-y;
  width: 2px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .comites .comite_block--columns.middle {
    display: none;
  }
}
.comites .comite_block--columns.middle::after {
  content: "";
  height: 50px;
  width: 2px;
  background-color: white;
  position: absolute;
  top: 0;
}
.comites .comite_block--columns.middle::before {
  content: "";
  height: 50px;
  width: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
}
.comites .comite_block--columns.last .person {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .comites .comite_block--columns.last .person:before {
    content: url(../dist/fonts/icons/line-arrow.svg);
  }
}
@media screen and (max-width: 1024px) {
  .comites .comite_block--columns.last .person .item span {
    width: 100%;
  }
}

.organigrama_section {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .organigrama_section {
    padding: 4.8rem 0 9.6rem;
  }
}
.organigrama_section .heads_block h3 {
  background-color: #EFEFEF;
  padding: 1.6rem 4.8rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  text-transform: uppercase;
  border-radius: 50px;
  text-align: center;
  min-height: 6.2rem;
  box-sizing: border-box;
}
.organigrama_section .heads_block--list {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .organigrama_section .heads_block--list {
    margin-top: 4.8rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.organigrama_section .heads_block--list .item {
  box-sizing: border-box;
  text-align: center;
}
.organigrama_section .heads_block--list .item > span {
  border-radius: 50px;
  background-color: #007FFF;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 700;
  padding: 1.6rem;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 360px) {
  .organigrama_section .heads_block--list .item > span {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .organigrama_section .heads_block--list .item > span {
    font-size: 2rem;
    line-height: 3rem;
    display: inline-block;
    padding: 1.6rem 4.8rem;
  }
}
.organigrama_section .heads_block--list .item .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 0.8rem;
}
.organigrama_section .heads_block--list .item .head p {
  color: #2D2D2D;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 360px) {
  .organigrama_section .heads_block--list .item .head p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.organigrama_section .heads_block--list .item .head a {
  color: #2D2D2D;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.organigrama_section .heads_block--list .item .head .separator {
  width: 1px;
  height: 16px;
  background-color: #BBB;
  margin: 0 0.8rem;
}

.section_dptos_empresa {
  padding: 2.4rem 0 4.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section_dptos_empresa {
    padding: 4.8rem 0;
  }
}
.section_dptos_empresa--row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_dptos_empresa--row {
    flex-direction: row;
  }
}
.section_dptos_empresa--row .column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section_dptos_empresa--row .column.first {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .section_dptos_empresa--row .column.last {
    width: 35%;
  }
}
.section_dptos_empresa--row .column.last .listado_items_links {
  background-color: #FCFDFF;
  position: relative;
  z-index: 1;
}
.section_dptos_empresa--row .column.last .listado_items_links > p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  border: solid 1px #EAF3FD;
  padding: 1.6rem 2.4rem;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
.section_dptos_empresa--row .column.last .listado_items_links ul {
  padding: 0;
  margin: 0;
  border: solid 1px #EAF3FD;
  border-top: none;
  background-color: #FCFDFF;
  border-radius: 0 0 0.4rem 0.4rem;
}
.section_dptos_empresa--row .column.last .listado_items_links ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
}
.section_dptos_empresa--row .column.last .listado_items_links ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-decoration: none;
}
.section_dptos_empresa--row .column.last .listado_items_links ul li:hover a {
  color: #006BEA;
}
.section_dptos_empresa--row .column .content_text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.section_dptos_empresa--row .column .content_text h1, .section_dptos_empresa--row .column .content_text h2, .section_dptos_empresa--row .column .content_text h3, .section_dptos_empresa--row .column .content_text h4, .section_dptos_empresa--row .column .content_text h5, .section_dptos_empresa--row .column .content_text h6 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
}
.section_dptos_empresa--row .column .content_text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section_dptos_empresa--row .column .content_text ul, .section_dptos_empresa--row .column .content_text ol {
  padding-left: 0;
}
.section_dptos_empresa--row .column .content_text ul li, .section_dptos_empresa--row .column .content_text ol li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-bottom: 1.8rem;
  position: relative;
  margin-bottom: 1.8rem;
  margin-left: 17px;
  padding-left: 14px;
  position: relative;
}
.section_dptos_empresa--row .column .content_text ul li::before, .section_dptos_empresa--row .column .content_text ol li::before {
  content: "\e936";
  color: #0071F2;
  font-family: "roicons";
  font-size: 2.4rem;
  height: 2.4rem;
  top: 1px;
  left: -18px;
  position: absolute;
}

.section_dpto_item {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .section_dpto_item {
    padding: 9.6rem 0;
  }
}
.section_dpto_item:nth-child(odd) {
  background-color: #F4F9FF;
}
.section_dpto_item:nth-child(odd) .block_grid_box_servicios_content--column-resp {
  background-color: #ffffff;
}
.section_dpto_item--content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section_dpto_item--content {
    flex-direction: row;
    align-items: center;
    gap: 4.8rem;
  }
}
.section_dpto_item--content .column.pics {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section_dpto_item--content .column.pics {
    flex-basis: 33%;
  }
}
.section_dpto_item--content .column.pics .head_box {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  align-self: flex-start;
}
.section_dpto_item--content .column.pics .head_box img {
  width: 100%;
  border-radius: 0.8rem;
}
.section_dpto_item--content .column.pics .head_box .info_bio {
  background-color: rgba(8, 27, 50, 0.6980392157);
  padding: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
  bottom: -100%;
}
@media screen and (min-width: 768px) {
  .section_dpto_item--content .column.pics .head_box .info_bio {
    padding: 2.4rem;
  }
}
.section_dpto_item--content .column.pics .head_box .info_bio h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.section_dpto_item--content .column.pics .head_box .info_bio div {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.section_dpto_item--content .column.pics .head_box .info_bio div em {
  color: #0071F2;
  font-size: 2rem;
  position: relative;
  top: 2px;
}
.section_dpto_item--content .column.pics .head_box .info_bio div p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.section_dpto_item--content .column.pics .head_box .info_bio div p span {
  font-weight: 700;
}
.section_dpto_item--content .column.pics .head_box .info_bio div p:last-of-type {
  margin-bottom: 0;
}
.section_dpto_item--content .column.pics .head_box:hover .info_bio {
  bottom: 0;
}
.section_dpto_item--content .column.text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_dpto_item--content .column.text {
    flex-basis: 66%;
  }
}
.section_dpto_item--content .column.text h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
}
.section_dpto_item--content .column.text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section_dpto_item--content.large {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .section_dpto_item--content.large {
    flex-direction: row;
    align-items: self-start;
    gap: 0;
  }
}
.section_dpto_item--content.large .column.pics {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .section_dpto_item--content.large .column.pics {
    flex-direction: row;
    flex-basis: 66%;
  }
  .section_dpto_item--content.large .column.pics img {
    width: 100%;
  }
}
@media screen and (min-width: 560px) {
  .section_dpto_item--content.large .column.text {
    flex-basis: calc(33% - 2.4rem);
    margin-left: 2.4rem;
  }
}
.section_dpto_item .subsection {
  margin-top: 6.4rem;
}

.map_office_organigrama_page {
  background: linear-gradient(0deg, #F9F9F9 0%, #F9F9F9 100%);
  padding: 4.8rem 0;
}
@media screen and (min-width: 1024px) {
  .map_office_organigrama_page {
    padding: 9.6rem;
  }
}
.map_office_organigrama_page .title {
  text-align: center;
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 4.8rem;
  color: #007FFF;
  padding-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .map_office_organigrama_page > .wrapper-xs {
    padding: 0;
  }
}
.map_office_organigrama_page .map_office_tab--head {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .map_office_organigrama_page .map_office_tab--head {
    margin-left: 2.4rem;
  }
}
.map_office_organigrama_page .map_office_tab--head ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .map_office_organigrama_page .map_office_tab--head ul {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .map_office_organigrama_page .map_office_tab--head ul::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    bottom: 2rem;
    display: none;
  }
  .map_office_organigrama_page .map_office_tab--head ul::-webkit-scrollbar-thumb {
    background: #0071F2;
    -webkit-box-shadow: none;
  }
  .map_office_organigrama_page .map_office_tab--head ul::-webkit-scrollbar-thumb:window-inactive {
    background: #D8D8D8;
  }
}
.map_office_organigrama_page .map_office_tab--head ul li {
  list-style: none;
  border-bottom: solid 1px #D8D8D8;
  color: #8D8D8D;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
}
.map_office_organigrama_page .map_office_tab--head ul li.active {
  border-bottom: solid 1px #0071F2;
  color: #0071F2;
  font-weight: 700;
}
.map_office_organigrama_page .map_office_tab--head ul li:hover {
  color: #2D2D2D;
  background-color: #EAF3FD;
}
@media screen and (max-width: 768px) {
  .map_office_organigrama_page .map_office_tab--body {
    padding: 0 2.4rem;
  }
}
.map_office_organigrama_page .map_office_tab--body .content {
  display: none;
}
.map_office_organigrama_page .map_office_tab--body .content.active {
  display: block;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais {
  display: flex;
  justify-content: center;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .map_office_organigrama_page .map_office_tab--body .content .item_pais_info {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.8rem 2.4rem;
  }
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item {
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
}
.cat_publicaciones_page .map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item {
  width: 100%;
  flex: initial;
}
@media screen and (min-width: 560px) {
  .map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
    box-sizing: border-box;
  }
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.text h2, .map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.text h3, .map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.text h4, .map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.text h5, .map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.text h6 {
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  align-self: flex-start;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief img {
  width: 100%;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief .info_bio {
  background-color: rgba(8, 27, 50, 0.6980392157);
  padding: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
  bottom: -100%;
}
@media screen and (min-width: 768px) {
  .map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief .info_bio {
    padding: 2.4rem;
  }
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief .info_bio h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief .info_bio div {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief .info_bio div em {
  color: #0071F2;
  font-size: 2rem;
  position: relative;
  top: 2px;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief .info_bio div p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief .info_bio div p span {
  font-weight: 700;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief .info_bio div p:last-of-type {
  margin-bottom: 0;
}
.map_office_organigrama_page .map_office_tab--body .content .item_pais_info .item.chief:hover .info_bio {
  bottom: 0;
}

.global_map_office {
  background-color: #F4F9FF;
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .global_map_office {
    padding: 9.6rem 0 12rem;
  }
}
.global_map_office--text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .global_map_office--text {
    flex-direction: row;
    gap: 4.8rem;
    align-items: center;
  }
}
.global_map_office--text h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
}
.global_map_office--text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.global_map_office .content_map {
  position: relative;
}
.global_map_office .content_map--img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .global_map_office .content_map--img {
    margin: 0 -2.4rem;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .global_map_office .content_map--img img {
    position: relative;
    width: 1024px;
    object-fit: cover;
    height: 100%;
    left: 0;
  }
}
.global_map_office .content_map--img .cards {
  display: none;
}
@media screen and (min-width: 768px) {
  .global_map_office .content_map--img .cards {
    display: block;
  }
}
.global_map_office .content_map--img .card {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1.6rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 176px;
  position: absolute;
}
.global_map_office .content_map--img .card h2 {
  font-size: 2rem;
  line-height: 3rem;
}
.global_map_office .content_map--img .card p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  align-items: center;
}
.global_map_office .content_map--img .card p em {
  font-size: 2.1rem;
  width: 2.4rem;
  height: 2.4rem;
  color: #0071F2;
  top: 3px;
  position: relative;
}
.global_map_office .content_map--img .card p em.icon-Vector-Stroke1 {
  font-size: 1.9rem;
  top: 4px;
}
.global_map_office .content_map--img .card p a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global_map_office .content_map--img .card.mexico {
    left: 1%;
    top: -2%;
  }
}
@media screen and (min-width: 1024px) {
  .global_map_office .content_map--img .card.mexico {
    left: 0%;
    top: 1%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global_map_office .content_map--img .card.colombia {
    left: 1%;
    bottom: -6px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .global_map_office .content_map--img .card.colombia {
    left: 8%;
    bottom: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .global_map_office .content_map--img .card.colombia {
    left: 8%;
    bottom: 1%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global_map_office .content_map--img .card.portugal {
    left: 41%;
    bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .global_map_office .content_map--img .card.portugal {
    left: 41%;
    bottom: 50%;
    transform: translateY(100%);
  }
}
@media screen and (min-width: 1200px) {
  .global_map_office .content_map--img .card.portugal {
    left: 41%;
    bottom: 22%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global_map_office .content_map--img .card.spain {
    right: 0%;
    top: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .global_map_office .content_map--img .card.spain {
    right: 10%;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global_map_office .content_map--img .card.argentina {
    bottom: -116px;
    left: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .global_map_office .content_map--img .card.argentina {
    left: 50%;
    bottom: -85px;
  }
}
.global_map_office .content_map--info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .global_map_office .content_map--info {
    display: none;
  }
}
.global_map_office .content_map--info .card {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1.6rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 176px;
}
.global_map_office .content_map--info .card h2 {
  font-size: 2rem;
  line-height: 3rem;
}
.global_map_office .content_map--info .card p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  align-items: center;
}
.global_map_office .content_map--info .card p em {
  font-size: 2.1rem;
  width: 2.4rem;
  height: 2.4rem;
  color: #0071F2;
}
.global_map_office .content_map--info .card p em.icon-Vector-Stroke1 {
  font-size: 1.9rem;
}
.global_map_office .content_map--info .card p a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-decoration: none;
}

.partners_page {
  padding: 4.8rem 0;
  background-color: #F9F9F9;
}
@media screen and (min-width: 768px) {
  .partners_page {
    padding: 9.6rem 0;
  }
}
.partners_page .item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
  padding: 2.4rem 0;
  border-bottom: 1px dashed #D8D8D8;
}
.partners_page .item:last-of-type {
  border-bottom: none;
  padding: 2.4rem 0 0 0;
}
.partners_page .item:first-of-type {
  padding: 0 0 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .partners_page .item {
    flex-direction: row;
    align-items: center;
    align-items: center;
    padding: 4.8rem 0;
  }
  .partners_page .item:nth-child(even) .column.pic {
    order: 2;
  }
  .partners_page .item:nth-child(even) .column .text {
    order: 1;
  }
  .partners_page .item:last-of-type {
    border-bottom: none;
    padding: 4.8rem 0 0 0;
  }
}
.partners_page .item .column.pic {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  border-bottom: 0.8rem;
  box-sizing: border-box;
  min-height: 267px;
}
@media screen and (min-width: 768px) {
  .partners_page .item .column.pic {
    flex-basis: 25%;
    padding: 4.8rem;
  }
}
.partners_page .item .column.text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .partners_page .item .column.text {
    flex-basis: 75%;
  }
}
.partners_page .item .column.text h1, .partners_page .item .column.text h2, .partners_page .item .column.text h3, .partners_page .item .column.text h4, .partners_page .item .column.text h5, .partners_page .item .column.text h6 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
}
.partners_page .item .column.text p {
  color: #2D2D2D;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.partners_page .item .column.text a {
  color: #2D2D2D;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.reconocimientos_page {
  padding: 4.8rem 0;
  background-color: #F9F9F9;
}
.reconocimientos_page .reconocimientos_list_page {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .reconocimientos_page .reconocimientos_list_page {
    flex-direction: row;
    align-items: initial;
    flex-wrap: wrap;
  }
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  padding: 2.4rem;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  border-radius: 0.8rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .reconocimientos_page .reconocimientos_list_page > .block_card__item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
    box-sizing: border-box;
  }
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item:hover {
  box-shadow: none;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .group span {
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  position: relative;
  top: initial;
  left: initial;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .group span.year {
  background-color: #0000B9;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .group span.country {
  background-color: #23F8B6;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .card_img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .card_content {
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: auto;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .card_content__title {
  display: block;
  width: 100%;
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  padding: 1.6rem 0;
  margin-bottom: 1.6rem;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .card_content__title h2 {
  color: #2D2D2D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .card_content__title > p.blue1 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #006BEA;
}
.reconocimientos_page .reconocimientos_list_page > .block_card__item .card_content p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #2D2D2D;
}

.roicast_page {
  padding: 4.8rem 0;
  background-color: #F9F9F9;
}
@media screen and (min-width: 768px) {
  .roicast_page {
    padding: 9.6rem 0;
  }
}
.roicast_page .title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
.roicast_page_list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .roicast_page_list {
    flex-direction: row;
    align-items: initial;
    flex-wrap: wrap;
  }
}
.roicast_page_list .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .roicast_page_list .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.roicast_page_list .item_top {
  position: relative;
  overflow: hidden;
  height: 206px;
  border-radius: 0.8rem;
}
.roicast_page_list .item_top .thumb {
  height: 204px;
  width: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 2;
}
.roicast_page_list .item_top .video_frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 204px;
  width: 100%;
  z-index: 1;
}
.roicast_page_list .item_top .video_frame .video_container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .roicast_page_list .item_top .video_frame .video_container {
    margin-bottom: 10rem;
  }
}
.roicast_page_list .item_top .video_frame .video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 51rem;
}
.roicast_page_list .item_top .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 204px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.roicast_page_list .item_top .play img {
  width: 50px;
  height: 50px;
  transform: translateY(1000%);
  transition: all 0.5s ease;
}
.roicast_page_list .item_bottom {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}
.roicast_page_list .item_bottom span {
  background-color: #0071F2;
  color: #ffffff;
  border-radius: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
}
.roicast_page_list .item_bottom h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
}
.roicast_page_list .item_bottom p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
}
.roicast_page_list .item:hover .item_top .play img {
  transform: translateY(0);
}

.roicast_page_platform {
  background-color: #EFEFEF;
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .roicast_page_platform {
    padding: 9.6rem 0;
  }
}
.roicast_page_platform h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
.roicast_page_platform .platform_list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .roicast_page_platform .platform_list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: initial;
  }
}
.roicast_page_platform .platform_list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 8px;
  box-shadow: 0px 116.757px 32.432px 0px rgba(0, 0, 0, 0), 0px 74.595px 30px 0px rgba(0, 0, 0, 0.01), 0px 42.162px 25.135px 0px rgba(0, 0, 0, 0.05), 0px 18.649px 18.649px 0px rgba(0, 0, 0, 0.09), 0px 4.865px 10.541px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .roicast_page_platform .platform_list .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .roicast_page_platform .platform_list .item {
    flex: 1 1 calc((100% - 7.2rem) / 4);
    max-width: calc((100% - 7.2rem) / 4);
  }
}
@media screen and (max-width: 768px) {
  .roicast_page_platform .platform_list .item .box {
    width: 210px;
    margin: 0 auto;
  }
}
.roicast_page_platform .platform_list .item p {
  font-weight: 700;
  font-size: 1.3rem;
  color: #2D2D2D;
  margin-bottom: 0.8rem;
}

.rrss_page {
  padding: 4.8rem 0;
  background-color: #F9F9F9;
}
@media screen and (min-width: 768px) {
  .rrss_page {
    padding: 9.6rem 0;
  }
}
.rrss_page .title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .rrss_page .title {
    margin-bottom: 4.8rem;
  }
}
.rrss_page_list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .rrss_page_list {
    flex-direction: row;
    align-items: initial;
    flex-wrap: wrap;
  }
}
.rrss_page_list .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  padding: 2.5rem 3rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  border: solid 1px #EFEFEF;
}
@media screen and (min-width: 560px) {
  .rrss_page_list .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .rrss_page_list .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.rrss_page_list .item img {
  margin-bottom: 2.4rem;
  width: 6.4rem;
  height: 6.4rem;
}
.rrss_page_list .item h2 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.6rem;
  color: #2D2D2D;
}
.rrss_page_list .item p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
}
.rrss_page_list .item a {
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #0071F2;
}

.sectores_page {
  padding: 4.8rem 0;
  background-color: #F9F9F9;
}
@media screen and (min-width: 768px) {
  .sectores_page {
    padding: 9.6rem 0;
  }
}
.sectores_page .title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sectores_page .title {
    margin-bottom: 4.8rem;
  }
}
.sectores_page_list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .sectores_page_list {
    flex-direction: row;
    align-items: initial;
    flex-wrap: wrap;
  }
}
.sectores_page_list .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  gap: 1.6rem;
}
@media screen and (min-width: 560px) {
  .sectores_page_list .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .sectores_page_list .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.sectores_page_list .item img {
  width: 4.8rem;
  height: 4.8rem;
}
.sectores_page_list .item h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
}
.sectores_page_list .item p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
}
.sectores_page_list .item a {
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #0071F2;
}

.observatorio_card_post {
  padding: 4.8rem 0;
  position: relative;
  background-color: #F9F9F9;
}
@media screen and (min-width: 1024px) {
  .observatorio_card_post {
    padding: 9.6rem 0;
  }
}
.observatorio_card_post .title {
  margin-bottom: 2.4rem;
  color: #007FFF;
  border-left: solid 4px #33FFBD;
  padding-left: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .observatorio_card_post .title {
    margin-bottom: 4.2rem;
  }
}
.observatorio_card_post .block_card_post .block_card_post--container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 560px) {
  .observatorio_card_post .block_card_post .block_card_post--container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.observatorio_card_post .block_card_post .block_card_post--container .card_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (min-width: 560px) {
  .observatorio_card_post .block_card_post .block_card_post--container .card_item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .observatorio_card_post .block_card_post .block_card_post--container .card_item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.observatorio_card_post .block_card_post .block_card_post--container .card_item__img img {
  width: 100%;
}
.observatorio_card_post .block_card_post .block_card_post--container .card_item__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .observatorio_card_post .block_card_post .block_card_post--container .card_item__text {
    margin-top: 2.4rem;
  }
}
.observatorio_card_post .block_card_post .block_card_post--container .card_item__text h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.observatorio_card_post .block_card_post .block_card_post--container .card_item__text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cpt_single_case_studie .breadcrumb {
  margin-top: 4.8rem;
}
.cpt_single_case_studie .case_info {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie .case_info {
    margin-bottom: 4.8rem;
  }
}
.cpt_single_case_studie .case_info img {
  margin: 0 auto 2.4rem;
  max-width: 300px;
}
.cpt_single_case_studie .case_info .details_list {
  border-top: solid 1px #EFEFEF;
  border-bottom: solid 1px #EFEFEF;
  padding: 2.4rem 0;
  display: flex;
  flex-direction: row;
  align-items: initial;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 2.4rem;
  max-width: 946px;
  margin: 0 auto;
  align-items: flex-start;
}
.cpt_single_case_studie .case_info .details_list .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1 1 calc((100% - 2.4rem) / 2);
  max-width: calc((100% - 2.4rem) / 2);
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .cpt_single_case_studie .case_info .details_list .detail {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie .case_info .details_list .detail {
    flex: 1 1 calc((100% - 9.6rem) / 5);
    max-width: calc((100% - 9.6rem) / 5);
  }
}
.cpt_single_case_studie .case_info .details_list .detail em {
  font-size: 3.2rem;
  height: 3.2rem;
  width: 3.2rem;
  margin-bottom: 0.8rem;
  color: #0071F2;
}
.cpt_single_case_studie .case_info .details_list .detail h2, .cpt_single_case_studie .case_info .details_list .detail p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
}
.cpt_single_case_studie--problema .text-media {
  padding: 4.8rem 0;
}
.cpt_single_case_studie--problema .block-text-media__col.text {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie--problema .block-text-media__col:first-of-type {
    flex-basis: 55%;
  }
  .cpt_single_case_studie--problema .block-text-media__col:last-of-type {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .cpt_single_case_studie--problema .block-text-media img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cpt_single_case_studie--solucion .block_destacado_img_text_fondo .wrapper-xs {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie--solucion .block_destacado_img_text_fondo .block_row .block_row--column.pic img {
    margin-top: 4.2rem;
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie--solucion .block_destacado_img_text_fondo .block_row .block_row--column .content_text p:first-of-type {
    margin-right: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cpt_single_case_studie--solucion .block_destacado_img_text_fondo .block_row .block_row--column.large {
    padding: 3.2rem 2.4rem 0 2.4rem;
  }
}
.cpt_single_case_studie--resultados {
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie--resultados {
    padding: 4.8rem 0;
  }
}
.cpt_single_case_studie--resultados .content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie--resultados .content {
    flex-direction: row;
    gap: 12rem;
    align-items: center;
  }
}
.cpt_single_case_studie--resultados .content .columns.text h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie--resultados .content .columns.text h2 {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
}
.cpt_single_case_studie--resultados .content .columns.text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie--resultados .content .columns.text {
    flex-basis: 30%;
  }
}
.cpt_single_case_studie--resultados .content .columns.list {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie--resultados .content .columns.list {
    flex-basis: 50%;
    margin-top: 0;
  }
}
.cpt_single_case_studie--resultados .content .columns.list ul {
  padding-left: 0;
  margin: 0;
}
.cpt_single_case_studie--resultados .content .columns.list ul li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-bottom: 1.8rem;
  position: relative;
  margin-bottom: 1.8rem;
  margin-left: 17px;
  padding-left: 14px;
  position: relative;
}
.cpt_single_case_studie--resultados .content .columns.list ul li::before {
  content: "\e936";
  color: #0071F2;
  font-family: "roicons";
  font-size: 2.4rem;
  height: 2.4rem;
  top: 1px;
  left: -18px;
  position: absolute;
}
.cpt_single_case_studie--otros_casos {
  background-color: #F1F9FF;
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .cpt_single_case_studie--otros_casos {
    padding: 9.6rem 0;
  }
}
.cpt_single_case_studie--otros_casos h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 4.8rem;
  color: #007FFF;
}
.cpt_single_case_studie--otros_casos .content_case {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 660px) {
  .cpt_single_case_studie--otros_casos .content_case {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cpt_single_case_studie--otros_casos .content_case + h2 {
  margin-top: 4.8rem;
  color: #007FFF;
}
.cpt_single_case_studie--otros_casos .content_case .cards_cliente {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 1px #EAF3FD;
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 660px) {
  .cpt_single_case_studie--otros_casos .content_case .cards_cliente {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .cpt_single_case_studie--otros_casos .content_case .cards_cliente {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.cpt_single_case_studie--otros_casos .content_case .cards_cliente .item_img {
  background-color: #ffffff;
  padding: 1.8rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  border-bottom: solid 1px #EAF3FD;
}
.cpt_single_case_studie--otros_casos .content_case .cards_cliente .item_img img {
  max-width: 180px;
}
.cpt_single_case_studie--otros_casos .content_case .cards_cliente .item_body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
  background-color: #FCFDFF;
}
.cpt_single_case_studie--otros_casos .content_case .cards_cliente .item_body .info {
  display: flex;
  flex-direction: row;
}
.cpt_single_case_studie--otros_casos .content_case .cards_cliente .item_body .info em {
  font-size: 2.2rem;
  margin-right: 0.8rem;
  color: #0071F2;
  position: relative;
  top: 2px;
}
.cpt_single_case_studie--otros_casos .content_case .cards_cliente .item_body .info p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #2D2D2D;
}
.cpt_single_case_studie--otros_casos .content_case .cards_cliente .item_body .info p span {
  font-weight: 700;
}
.cpt_single_case_studie--otros_casos .content_case .cards_cliente .item_body a {
  padding: 1.6rem 0 0;
  border-top: solid 1px #EAF3FD;
}

@media screen and (max-width: 768px) {
  .cpt_single_case_studie--galeria .column_left h2, .cpt_single_case_studie--galeria .column_left p {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.testimonios_cpt_home {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .testimonios_cpt_home {
    margin-bottom: 9.6rem;
  }
}
.testimonios_cpt_home .breadcrumb {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .testimonios_cpt_home .breadcrumb {
    margin-top: 4.8rem;
  }
}
.testimonios_cpt_home .testimonios_row {
  position: relative;
  margin: 2.4rem 0rem 0rem;
  box-sizing: border-box;
}
.testimonios_cpt_home .testimonios_row .cards {
  float: left;
  width: 100%;
  padding: 0 0 3.2rem;
  box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  break-inside: avoid;
  overflow: hidden;
  border-top: solid 1px #E0E0E0;
  padding-top: 2.4rem;
}
.testimonios_cpt_home .testimonios_row .cards:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .testimonios_cpt_home .testimonios_row .cards {
    width: 48%;
  }
  .testimonios_cpt_home .testimonios_row .cards:nth-of-type(2) {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .testimonios_cpt_home .testimonios_row .cards {
    width: 32%;
  }
  .testimonios_cpt_home .testimonios_row .cards:nth-of-type(2) {
    border-top: none;
    padding-top: 0;
  }
  .testimonios_cpt_home .testimonios_row .cards:nth-of-type(3) {
    border-top: none;
    padding-top: 0;
  }
}
.testimonios_cpt_home .testimonios_row .cards .item_img img {
  object-fit: contain;
}
.testimonios_cpt_home .testimonios_row .cards .item_body p {
  color: #2D2D2D;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  margin-bottom: 2.4rem;
}
.testimonios_cpt_home .testimonios_row .cards .item_body p:last-of-type {
  margin-bottom: 0;
}
.testimonios_cpt_home .testimonios_row .cards .item_body ul li, .testimonios_cpt_home .testimonios_row .cards .item_body ol li {
  margin-bottom: 1.6rem;
  line-height: 2.6rem;
}
.testimonios_cpt_home .testimonios_row .cards .item_body ul li:last-of-type, .testimonios_cpt_home .testimonios_row .cards .item_body ol li:last-of-type {
  margin-bottom: 0;
}
.testimonios_cpt_home .testimonios_row .cards .item_footer {
  display: flex;
  gap: 2rem;
}
.testimonios_cpt_home .testimonios_row .cards .item_footer img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  object-fit: cover;
}
.testimonios_cpt_home .testimonios_row .cards .item_footer .info p.name {
  color: #2D2D2D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}
.testimonios_cpt_home .testimonios_row .cards .item_footer .info p.cargo {
  color: #2D2D2D;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
}
.testimonios_cpt_home .navi {
  clear: both;
  text-align: center;
  margin-top: 2.4rem;
}

.search_page {
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .search_page {
    padding-top: 2.4rem;
  }
}
.search_page #search-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.search_page .search_post_result {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1.6rem;
}
.search_page .search_post_result span {
  font-weight: 700;
}
.search_page .filter_type {
  margin: 4.8rem 0;
}
.search_page .filter_type ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search_page .filter_type ul {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .search_page .filter_type ul::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    bottom: 2rem;
    display: none;
  }
  .search_page .filter_type ul::-webkit-scrollbar-thumb {
    background: #0071F2;
    -webkit-box-shadow: none;
  }
  .search_page .filter_type ul::-webkit-scrollbar-thumb:window-inactive {
    background: #D8D8D8;
  }
}
.search_page .filter_type ul li {
  list-style: none;
  border-bottom: solid 1px #D8D8D8;
  color: #8D8D8D;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  white-space: nowrap;
}
.search_page .filter_type ul li.active {
  border-bottom: solid 1px #0071F2;
  color: #0071F2;
  font-weight: 700;
}
.search_page .filter_type ul li:hover {
  color: #2D2D2D;
  background-color: #EAF3FD;
}

.single_post--hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single_post--hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.single_post--hero .info_post {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .single_post--hero .info_post {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.single_post--hero .info_post ul.post-categories {
  padding-left: 0;
  margin-bottom: 0.4rem;
}
.single_post--hero .info_post ul.post-categories li {
  list-style: none;
}
.single_post--hero .info_post ul.post-categories li a {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
  border-radius: 0.8rem;
  background-color: #6FC3D7;
  padding: 0.4rem 0.6rem;
  text-decoration: none;
  display: inline-block;
}
.single_post--hero .info_post span {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
  display: inline-block;
  font-weight: 700;
  margin-top: 0.9rem;
}
@media screen and (min-width: 1024px) {
  .single_post--hero .info_post span {
    margin-left: 1rem;
  }
}
.single_post--hero h1 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .single_post--hero h1 {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
.single_post--content {
  margin: 3rem auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .single_post--content {
    max-width: 70%;
    margin: 8rem auto;
  }
}
.single_post--content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}
.single_post--content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.single_post--content p.date {
  color: #6FC3D7;
}
.single_post--content p:last-of-type {
  margin-bottom: 0;
}
.single_post--content ul li, .single_post--content ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
}
.single_post--content ul li:last-of-type, .single_post--content ol li:last-of-type {
  margin-bottom: 0;
}
.single_post--content a {
  color: #6FC3D7;
  text-decoration: underline;
}
.single_post--content a.button {
  margin-top: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.single_post--share {
  margin: 2rem auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .single_post--share {
    max-width: 70%;
    margin: 2rem auto;
  }
}
.single_post--share h2 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  color: #2D2D2D;
  font-weight: 400;
}
.single_post--share .social-share {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.single_post--share .social-share li {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background-color: #6FC3D7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_post--share .social-share li:hover {
  background-color: #4f5feb;
}
.single_post--share .social-share li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  top: 2px;
}
.single_post--share .social-share li a em {
  display: inline-block;
  font-size: 1.6rem;
}
.single_post--related {
  margin: 2em auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .single_post--related {
    max-width: 70%;
    padding: 0;
    margin: 3rem auto;
  }
}
.single_post--related h2 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  color: #2D2D2D;
  font-weight: 400;
}

.menu-blog_menu-container ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .menu-blog_menu-container ul {
    flex-direction: row;
    justify-content: center;
  }
}
.menu-blog_menu-container ul li {
  list-style: none;
  padding: 0.8rem;
  position: relative;
}
.menu-blog_menu-container ul li:after {
  content: "|";
  color: #D8D8D8;
  right: -8px;
  position: relative;
}
.menu-blog_menu-container ul li:last-of-type:after {
  content: "";
}
.menu-blog_menu-container ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
}
.menu-blog_menu-container ul li.active-page a {
  font-weight: 700;
}

.home_blog--hero {
  background-image: url(../dist/fonts/icons/ForndoHero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .home_blog--hero {
    min-height: 124px;
  }
}
@media screen and (min-width: 768px) {
  .home_blog--hero {
    padding: 4.8rem 0;
  }
}
.home_blog--hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home_blog--hero h1 {
    font-size: 4rem;
    line-height: 4.8rem;
    padding: 0 2.4rem;
  }
}
.home_blog--hero span {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ffffff;
  text-align: center;
  margin-top: 1.6rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .home_blog--hero span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.home_blog--content {
  padding: 2.4rem 0 4.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home_blog--content {
    padding: 4.8rem 0;
  }
}
.home_blog--content .blog_top {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .home_blog--content .blog_top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home_blog--content .blog_top .column {
  width: 100%;
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .home_blog--content .blog_top .column:first-of-type {
    flex-basis: 50%;
  }
  .home_blog--content .blog_top .column:last-of-type {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .home_blog--content .blog_top .column:first-of-type {
    flex-basis: 60%;
  }
  .home_blog--content .blog_top .column:last-of-type {
    flex-basis: 40%;
  }
}
.home_blog--content .blog_top .column.search_bar {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.home_blog--content .blog_top .column.search_bar #form_search {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home_blog--content .blog_top .column.search_bar #form_search {
    position: relative;
    align-items: center;
    display: flex;
    width: initial;
  }
}
.home_blog--content .blog_top .column.search_bar #form_search .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .home_blog--content .blog_top .column.search_bar #form_search .form-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.home_blog--content .blog_top .column.search_bar #form_search .form-control {
  background-color: #ffffff;
  border: solid 1px #B8D5FA;
  border-radius: 2px;
  height: 4rem;
  box-sizing: border-box;
  padding: 0.8rem 0.8rem 0.8rem 1.6rem;
  min-width: 308px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .home_blog--content .blog_top .column.search_bar #form_search .form-control {
    width: 100%;
    font-size: 1.3rem;
    min-width: initial;
  }
}
.home_blog--content .blog_top .column.search_bar #form_search button {
  background-color: #006BEA;
  border: none;
  border-radius: 2px;
  height: 4rem;
  box-sizing: border-box;
  font-size: 2.4rem;
  left: -2px;
  position: relative;
  padding: 0.8rem 1.6rem;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .home_blog--content .blog_top .column.search_bar #form_search button {
    top: 0;
    left: 0;
  }
}
.home_blog--content .blog_top .column.search_bar #form_search button:hover {
  background-color: #0071F2;
}
.home_blog--content .blog_top .center.search_bar {
  justify-content: center;
}
.home_blog--content .blog_top .center.search_bar #form_search .form-control {
  min-width: 440px;
}
.home_blog--content .title {
  margin-top: 2.4rem;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
}
.home_blog--content .home_blog--list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  margin-top: 2.4rem;
  position: relative;
}
@media screen and (min-width: 560px) {
  .home_blog--content .home_blog--list {
    flex-direction: row;
    align-items: initial;
    flex-wrap: wrap;
  }
}
.home_blog--content .home_blog--list .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .home_blog--content .home_blog--list .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .home_blog--content .home_blog--list .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.home_blog--content .home_blog--list .item img {
  width: 100%;
  margin-bottom: 1.6rem;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.home_blog--content .home_blog--list .item h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.8rem;
}
.home_blog--content .home_blog--list .item span {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #006BEA;
  margin-bottom: 0.8rem;
}
.home_blog--content .home_blog--list .item p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.8rem;
}
.home_blog--content .home_blog--list .item p:empty {
  display: none;
}
.home_blog--content .home_blog--list .item a {
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #0071F2;
}
.home_blog--content .dpto_info {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home_blog--content .dpto_info--block {
    flex-direction: row;
  }
}
.home_blog--content .dpto_info--block .sidebar {
  background-color: #FCFCFC;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .home_blog--content .dpto_info--block .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .home_blog--content .dpto_info--block .sidebar {
    width: 30%;
    min-width: 267px;
    box-sizing: border-box;
    position: sticky;
    top: 13.4rem;
    height: 100%;
  }
}
.home_blog--content .dpto_info--block .sidebar ul {
  padding: 0.8rem 0;
  margin: 0;
  border: solid 1px #EFEFEF;
  background-color: #FCFCFC;
  border-radius: 0 0 0.4rem 0.4rem;
}
@media screen and (max-width: 768px) {
  .home_blog--content .dpto_info--block .sidebar ul {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .home_blog--content .dpto_info--block .sidebar ul {
    display: block !important;
    position: relative;
    z-index: 9;
    border-top: none;
  }
}
.home_blog--content .dpto_info--block .sidebar ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
}
.home_blog--content .dpto_info--block .sidebar ul li a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: rgba(33, 36, 39, 0.88);
  text-decoration: none;
}
.home_blog--content .dpto_info--block .sidebar ul li:hover {
  background-color: #EFEFEF;
  cursor: pointer;
}
.home_blog--content .dpto_info--block .sidebar ul li.active a {
  font-weight: 700;
  color: #2D2D2D;
  border-left: solid 2px #33FFBD;
  padding-left: 1.6rem;
  display: flex;
}
.home_blog--content .dpto_info--block .sidebar ul li.active:hover {
  background-color: transparent;
  cursor: initial;
}
.home_blog--content .dpto_info--block .sidebar ul li.subitem {
  padding: 0.4rem 2.4rem 0.4rem 4.1rem;
}
.home_blog--content .dpto_info--block .sidebar ul li.subitem a {
  font-size: 1.4rem;
}
.home_blog--content .dpto_info--block .sidebar ul .button {
  margin: 1.6rem 2.4rem 2.4rem 2.4rem;
  font-size: 1.4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: auto;
  padding: 0.8rem;
}
.home_blog--content .dpto_info--block .sidebar ul .button em {
  margin-right: 0.8rem;
  margin-left: 0;
}
.home_blog--content .dpto_info--block .sidebar p {
  border: solid 1px #EFEFEF;
  padding: 1.6rem 2.4rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .home_blog--content .dpto_info--block .sidebar p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.home_blog--content .dpto_info--block .sidebar p em {
  display: block;
  cursor: pointer;
  color: #0071F2;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .home_blog--content .dpto_info--block .sidebar p em {
    display: none;
  }
}
.home_blog--content .dpto_info--block .content #content_post h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
.home_blog--content .dpto_info--block .content #content_post h3, .home_blog--content .dpto_info--block .content #content_post h4, .home_blog--content .dpto_info--block .content #content_post h5, .home_blog--content .dpto_info--block .content #content_post h6 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 2.4rem;
  color: #007FFF;
}
.home_blog--content .dpto_info--block .content #content_post p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #2D2D2D;
}
.home_blog--content .dpto_info--block .content #content_post p em {
  display: block;
}
@media screen and (min-width: 768px) {
  .home_blog--content .dpto_info--block .content #content_post p em {
    display: none;
  }
}
.home_blog--content .dpto_info--block .content #content_post p a {
  color: #006BEA;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.home_blog--content .dpto_info--block .content #content_post p a:hover {
  color: #0071F2;
}
.home_blog--content .dpto_info--block .content #content_post p + p {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + h1 {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + h2 {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + h3 {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + h4 {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + h5 {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + h6 {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + img {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + ul {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + ol {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post p + div {
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post a {
  color: #006BEA;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.home_blog--content .dpto_info--block .content #content_post a:hover {
  color: #33FFBD;
}
.home_blog--content .dpto_info--block .content #content_post a.comment-reply-link {
  color: #006BEA;
  font-size: 1.3rem;
}
.home_blog--content .dpto_info--block .content #content_post ul, .home_blog--content .dpto_info--block .content #content_post ol {
  margin-bottom: 2.4rem;
  padding-left: 0;
}
.home_blog--content .dpto_info--block .content #content_post ul li, .home_blog--content .dpto_info--block .content #content_post ol li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-bottom: 1.8rem;
  position: relative;
  margin-bottom: 1.8rem;
  margin-left: 17px;
  padding-left: 14px;
  position: relative;
}
.home_blog--content .dpto_info--block .content #content_post ul li::before, .home_blog--content .dpto_info--block .content #content_post ol li::before {
  content: "\e936";
  color: #0071F2;
  font-family: "roicons";
  font-size: 2.4rem;
  height: 2.4rem;
  top: 1px;
  left: -18px;
  position: absolute;
}
.home_blog--content .dpto_info--block .content #content_post ul li a, .home_blog--content .dpto_info--block .content #content_post ol li a {
  color: #006BEA;
}
.home_blog--content .dpto_info--block .content #content_post img {
  margin-bottom: 2.4rem;
  width: 100%;
}
.home_blog--content .dpto_info--block .content #content_post picture {
  margin-bottom: 2.4rem;
}
.home_blog--content .dpto_info--block .content #content_post iframe {
  margin-bottom: 2.4rem;
  max-width: 100%;
}
.home_blog--content .dpto_info--block .content #content_post iframe p {
  margin-bottom: 0;
}
.home_blog--content .dpto_info--block .content .listado_items_links {
  background-color: #FCFDFF;
  max-width: 560px;
  margin-top: 2.4rem;
}
.home_blog--content .dpto_info--block .content .listado_items_links p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  border: solid 1px #EAF3FD;
  padding: 1.6rem 2.4rem;
  color: #2D2D2D;
  border-radius: 0.4rem 0.4rem 0 0;
}
.home_blog--content .dpto_info--block .content .listado_items_links ul {
  padding: 0;
  margin: 0;
  border: solid 1px #EAF3FD;
  border-top: none;
  background-color: #FCFDFF;
  border-radius: 0 0 0.4rem 0.4rem;
}
.home_blog--content .dpto_info--block .content .listado_items_links ul li {
  list-style: none;
  padding: 0.8rem 2.4rem;
  margin-bottom: 0;
}
.home_blog--content .dpto_info--block .content .listado_items_links ul li::before {
  content: "";
  display: none;
}
.home_blog--content .dpto_info--block .content .listado_items_links ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-decoration: none;
}
.home_blog--content .dpto_info--block .content .listado_items_links ul li:hover a {
  color: #006BEA;
}
.home_blog--content .dpto_info--block .content .post_share {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.home_blog--content .dpto_info--block .content .post_share > h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  margin-bottom: 2.4rem;
}
.home_blog--content .dpto_info--block .content .post_share .social-share {
  display: flex;
  flex-direction: row;
  gap: 4.8rem;
  padding: 0;
  margin: 0;
}
.home_blog--content .dpto_info--block .content .post_share .social-share li {
  list-style: none;
}
.home_blog--content .dpto_info--block .content .post_share .social-share li a em {
  font-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
}
.home_blog--content .dpto_info--block .content .post_share .social-share li a em::before {
  color: #0071F2;
}
.home_blog--content .dpto_info--block .content .comment_box {
  background-color: #F4F9FF;
  padding: 2.4rem;
  max-width: 850px;
}
@media screen and (min-width: 768px) {
  .home_blog--content .dpto_info--block .content .comment_box {
    padding: 4.8rem;
  }
}
.home_blog--content .dpto_info--block .content .comment_box h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
  margin-bottom: 2.4rem;
}
.home_blog--content .dpto_info--block .content .comment_box > h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  margin-bottom: 2.4rem;
}
.home_blog--content .dpto_info--block .content .comment_box > h3#comments {
  display: none;
}
.home_blog--content .dpto_info--block .content .comment_box .commentlist > li::before {
  display: none;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-author {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #838383;
}
.home_blog--content .dpto_info--block .content .comment_box .reply {
  margin-top: 0;
}
.home_blog--content .dpto_info--block .content .comment_box .commentmetadata {
  margin-bottom: 0.8rem;
}
.home_blog--content .dpto_info--block .content .comment_box .commentmetadata a {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #838383;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond > h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #2D2D2D;
  margin-bottom: 2.4rem;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond #commentform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-comment {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-comment label {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #2D2D2D;
  margin-bottom: 0.8rem;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-comment textarea {
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.6rem;
  color: #2D2D2D;
  font-size: 1.6rem;
  border: solid 1px #B8D5FA;
  width: 100%;
  box-sizing: border-box;
  height: 96px;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-comment textarea::-webkit-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-comment textarea::-moz-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-comment textarea::-ms-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-comment textarea::-o-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-author {
  display: flex;
  flex-direction: column;
  margin-top: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-author {
    width: calc(50% - 2.4rem);
    margin-right: 2.4rem;
  }
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-author label {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #2D2D2D;
  margin-bottom: 0.8rem;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-author input {
  margin-top: 0.8rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.6rem;
  color: #2D2D2D;
  font-size: 1.6rem;
  border: solid 1px #B8D5FA;
  width: 100%;
  box-sizing: border-box;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-author input::-webkit-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-author input::-moz-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-author input::-ms-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-author input::-o-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-email {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-email {
    width: 50%;
  }
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-email label {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #2D2D2D;
  margin-bottom: 0.8rem;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-email input {
  margin-top: 0.8rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.6rem;
  color: #2D2D2D;
  font-size: 1.6rem;
  border: solid 1px #B8D5FA;
  width: 100%;
  box-sizing: border-box;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-email input::-webkit-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-email input::-moz-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-email input::-ms-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-email input::-o-input-placeholder {
  color: #8D8D8D;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .comment-form-url {
  display: none;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .form-submit {
  margin-top: 3.2rem;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .form-submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  margin: 0 auto 0 auto;
  text-decoration: none;
  cursor: pointer;
  border-radius: 25px;
  height: 4.2rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  border: 1px solid #006BEA;
  color: #006BEA;
  background-color: #ffffff;
}
.home_blog--content .dpto_info--block .content .comment_box .comment-respond .form-submit input[type=submit]:hover {
  border: none;
}
.home_blog--content::after {
  content: url(../dist/fonts/icons/fondo_izquierda.png);
  position: absolute;
  bottom: 0%;
  left: 0%;
  opacity: 0.4;
  height: auto;
  z-index: -1;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .search-results .home_blog--content:after {
    content: "";
    display: none;
  }
}
.home_blog .related_post {
  background-color: #F4F9FF;
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .home_blog .related_post {
    padding: 9.6rem 0;
  }
}
.home_blog .related_post .title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #007FFF;
}
.home_blog .related_post--list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  margin-top: 4.8rem;
}
@media screen and (min-width: 560px) {
  .home_blog .related_post--list {
    flex-direction: row;
    align-items: initial;
    flex-wrap: wrap;
  }
}
.home_blog .related_post--list .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .home_blog .related_post--list .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .home_blog .related_post--list .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.home_blog .related_post--list .item img {
  width: 100%;
  margin-bottom: 1.6rem;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.home_blog .related_post--list .item h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.8rem;
}
.home_blog .related_post--list .item span {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #006BEA;
  margin-bottom: 0.8rem;
}
.home_blog .related_post--list .item p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.8rem;
}
.home_blog .related_post--list .item p:empty {
  display: none;
}
.home_blog .related_post--list .item a {
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #0071F2;
}

.search_blog--list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 560px) {
  .search_blog--list {
    flex-direction: row;
    align-items: initial;
    flex-wrap: wrap;
  }
}
.search_blog--list .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (min-width: 560px) {
  .search_blog--list .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .search_blog--list .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.search_blog--list .item img {
  width: 100%;
  margin-bottom: 1.6rem;
}
.search_blog--list .item h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.8rem;
}
.search_blog--list .item span {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #006BEA;
  margin-bottom: 0.8rem;
}
.search_blog--list .item p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.8rem;
}
.search_blog--list .item p:empty {
  display: none;
}
.search_blog--list .item a {
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #0071F2;
}

.navi {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.navi .wp-pagenavi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.navi .wp-pagenavi span {
  font-size: 1.6rem;
  height: 4rem;
  width: 4rem;
  box-sizing: border-box;
  border: solid 1px #EFEFEF;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0071F2;
  color: #ffffff;
}
.navi .wp-pagenavi a {
  font-size: 1.6rem;
  height: 4rem;
  width: 4rem;
  box-sizing: border-box;
  border: solid 1px #EFEFEF;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2D2D2D;
}
.navi .wp-pagenavi a:hover {
  background-color: #0071F2;
  color: #ffffff;
}
.navi .wp-pagenavi a.nextpostslink {
  font-family: "roicons" !important;
}
.navi .wp-pagenavi a.nextpostslink:before {
  content: "\e93c";
  font-size: 2.2rem !important;
  color: #0071F2;
}
.navi .wp-pagenavi a.nextpostslink:hover:before {
  content: "\e93c";
  font-size: 2.2rem !important;
  color: #ffffff;
}
.navi .wp-pagenavi a.previouspostslink {
  font-family: "roicons" !important;
}
.navi .wp-pagenavi a.previouspostslink:before {
  content: "\e93f";
  font-size: 2.2rem !important;
  color: #0071F2;
}
.navi .wp-pagenavi a.previouspostslink:hover:before {
  content: "\e93f";
  font-size: 2.2rem !important;
  color: #ffffff;
}
.navi .wp-pagenavi a.next {
  font-family: "roicons" !important;
}
.navi .wp-pagenavi a.next:before {
  content: "\e93c";
  font-size: 2.2rem !important;
  color: #0071F2;
}
.navi .wp-pagenavi a.next:hover:before {
  content: "\e93c";
  font-size: 2.2rem !important;
  color: #ffffff;
}
.navi .wp-pagenavi a.prev {
  font-family: "roicons" !important;
}
.navi .wp-pagenavi a.prev:before {
  content: "\e93f";
  font-size: 2.2rem !important;
  color: #0071F2;
}
.navi .wp-pagenavi a.prev:hover:before {
  content: "\e93f";
  font-size: 2.2rem !important;
  color: #ffffff;
}

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

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

.block_gallery .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
@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: 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 .grid .grid-item {
    height: 25vh;
    width: 32%;
    min-height: 300px;
  }
}
@media (min-width: 1025px) {
  .block_gallery .grid .grid-item {
    height: 25vh;
    width: 24%;
    min-height: 300px;
  }
}
.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 screen and (min-width: 1024px) {
  .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: #2D2D2D;
}
.block_gallery--filter .filter-button-group button.active {
  color: #6FC3D7;
}
.block_gallery--filter .filter-button-group button:hover {
  color: #6FC3D7;
}
