/*
Theme Name: THEME_NAME
Theme URI: http://wordpress.org/themes/twentythirteen
Author: FooStudio
Author URI: http://foostudio.mx/
Description: THEME_DESCRIPTION
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: TAG_1, TAG_2, etc
Text Domain: twentythirteen
*/
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121212;
  font-size: 12px;
  line-height: 14px;
  background-color: #121212; }

menu, ol, ul {
  padding: 0 0 0 20px; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none; }

button {
  background: transparent;
  border: none; }

a,
button {
  transition: 0.5s; }

a:focus,
a:focus,
button:focus,
input:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'brice-bold', Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase; }

h1 {
  font-size: 35px;
  line-height: 40px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px;
      line-height: 50px; } }

h2 {
  font-size: 32px;
  line-height: 36px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 36px;
      line-height: 40px; } }

h3 {
  font-size: 26px;
  line-height: 32px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 34px;
      line-height: 38px; } }

h4 {
  font-size: 24px;
  line-height: 32px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 32px;
      line-height: 34px; } }

h5 {
  font-size: 22px;
  line-height: 30px; }
  @media (min-width: 768px) {
    h5 {
      font-size: 30px;
      line-height: 32px; } }

h6 {
  font-size: 20px;
  line-height: 28px; }
  @media (min-width: 768px) {
    h6 {
      font-size: 24px;
      line-height: 28px; } }

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

p:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 28px;
    background-color: #000000; } }

@media (min-width: 1200px) {
  .container,
  .container-md {
    max-width: 1285px; } }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
  EXAMPLE Media Queries for Responsive Design.
  These examples override the primary ('mobile first') styles.
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.ring {
  --uib-size: 40px;
  --uib-speed: 2s;
  --uib-color: black;
  height: var(--uib-size);
  width: var(--uib-size);
  vertical-align: middle;
  transform-origin: center;
  -webkit-animation: rotate var(--uib-speed) linear infinite;
  animation: rotate var(--uib-speed) linear infinite; }

.ring circle {
  fill: none;
  stroke: var(--uib-color);
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: stretch calc(var(--uib-speed) * 0.75) ease-in-out infinite;
  animation: stretch calc(var(--uib-speed) * 0.75) ease-in-out infinite; }

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes stretch {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dashoffset: -124px; } }

@keyframes stretch {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dashoffset: -124px; } }

.loader {
  text-align: center;
  padding-top: 20px;
  display: none; }
  .loader.show {
    display: block; }

.form input[type="text"].form-control,
.form input[type="email"].form-control,
.form textarea.form-control {
  border: 2px solid #121212;
  border-radius: 40px;
  box-shadow: 8px 8px 0 0 #121212;
  margin-bottom: 0;
  min-height: 40px;
  padding: 10px 20px 11px;
  transition: 0.5s; }
  .form input[type="text"].form-control:focus,
  .form input[type="email"].form-control:focus,
  .form textarea.form-control:focus {
    border-color: #FFFFFF; }
  .form input[type="text"].form-control::-moz-placeholder, .form input[type="email"].form-control::-moz-placeholder, .form textarea.form-control::-moz-placeholder {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #112211;
    font-size: 12px;
    line-height: 18px; }
  .form input[type="text"].form-control:-ms-input-placeholder, .form input[type="email"].form-control:-ms-input-placeholder, .form textarea.form-control:-ms-input-placeholder {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #112211;
    font-size: 12px;
    line-height: 18px; }
  .form input[type="text"].form-control::placeholder,
  .form input[type="email"].form-control::placeholder,
  .form textarea.form-control::placeholder {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #112211;
    font-size: 12px;
    line-height: 18px; }

.form textarea.form-control {
  min-height: 82px;
  padding-top: 30px; }

.form-collab-now {
  position: relative; }
  .form-collab-now button[type="submit"] {
    bottom: 2px;
    min-width: 115px;
    position: absolute;
    right: 5px; }
    .form-collab-now button[type="submit"]:focus {
      border-color: #FFFFFF; }
    .form-collab-now button[type="submit"]:hover {
      border-color: #FFFFFF; }

form .custom-file .custom-file-label {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 2px solid #121212;
  border-radius: 40px;
  box-shadow: 20px 10px 0 0 #121212;
  color: #112211;
  font-size: 14px;
  line-height: 18px;
  min-height: 40px;
  overflow: hidden;
  padding: 10px 74px 11px;
  text-align: left;
  text-overflow: ellipsis;
  transition: 0.5s;
  white-space: nowrap; }
  form .custom-file .custom-file-label::after {
    content: none; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #FFFFFF;
  box-shadow: none; }

.mensaje-validacion {
  margin-top: 25px;
  border: 2px solid #121212;
  border-radius: 40px;
  background-color: rgba(18, 18, 18, 0.3);
  color: #FFFFFF;
  display: none;
  padding: 23px 20px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .mensaje-validacion.show {
    display: -ms-flexbox;
    display: flex; }
  .mensaje-validacion p {
    margin: 0; }
  .mensaje-validacion.mensaje-error {
    border: 2px solid #FE5138;
    background-color: rgba(254, 81, 56, 0.8);
    color: #FFFFFF; }
    .mensaje-validacion.mensaje-error .success {
      display: none; }
  .mensaje-validacion.mensaje-success {
    border: 2px solid #0449fe;
    background-color: #0449fe;
    color: #FFFFFF; }
    .mensaje-validacion.mensaje-success .error {
      display: none; }

@media (min-width: 768px) {
  .form input[type="text"].form-control,
  .form input[type="email"].form-control,
  .form textarea.form-control {
    box-shadow: 20px 10px 0 0 #121212;
    margin-bottom: 40px;
    min-height: 40px;
    padding: 10px 74px 11px; }
  .form input[type="text"]::-moz-placeholder, .form input[type="email"]::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 14px; }
  .form input[type="text"]:-ms-input-placeholder, .form input[type="email"]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: 14px; }
  .form input[type="text"]::placeholder,
  .form input[type="email"]::placeholder,
  .form textarea::placeholder {
    font-size: 14px; }
  .form textarea.form-control {
    min-height: 82px;
    padding-top: 30px; }
  .form-collab-now button[type="submit"] {
    min-width: 240px; } }

.boton-principal {
  font-family: 'brice-bold', Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #000000;
  background-color: #F7AA29;
  border-radius: 40px;
  border: 2px solid #121212;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  min-width: 195px;
  padding: 13px 30px 9px;
  transition: 0.5s;
  text-align: center;
  box-shadow: 6px 6px 0px 0px #121212;
  position: relative; }
  @media (min-width: 768px) {
    .boton-principal {
      min-width: 290px;
      box-shadow: 8px 8px 0px 0px #121212; } }
  .boton-principal.boton-verde {
    background-color: #7DC84B; }
  .boton-principal.boton-azul {
    background-color: #04BCFE; }
  .boton-principal.boton-amarillo {
    background-color: #F2E94F; }
  .boton-principal.boton-naranja {
    background-color: #FE5138; }
  .boton-principal.boton-naranja-alt {
    background-color: #F79529; }
  .boton-principal.boton-verde-mobile {
    background-color: #7DC84B; }

.boton-flecha_container {
  display: inline-block;
  position: relative; }
  .boton-flecha_container .boton-principal {
    z-index: 1; }
  .boton-flecha_container .flecha-blanca,
  .boton-flecha_container .flecha-negra {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(calc(-50% + 5px));
    width: 140px;
    z-index: 0; }
  .boton-flecha_container .flecha-blanca {
    background-image: url("img/icono-boton-flecha-blanca.svg"); }
  .boton-flecha_container .flecha-negra {
    background-image: url("img/icono-boton-flecha-negra.svg"); }

a.boton-principal:hover,
button.boton-principal:hover {
  box-shadow: 0px 0px 0px 0px #121212;
  color: #121212; }

.boton-flecha-desktop .flecha-blanca,
.boton-flecha-desktop .flecha-negra {
  display: none; }

.link-flecha-morada {
  font-family: 'brice-bold', Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #301D73;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase; }
  .link-flecha-morada::after {
    background-image: url("img/icono-link-flecha-morada.svg");
    background-size: contain;
    content: '';
    display: inline-block;
    height: 15px;
    position: relative;
    right: -10px;
    top: 4px;
    width: 120px;
    background-position: center;
    background-repeat: no-repeat; }
  .link-flecha-morada:hover {
    color: #301D73;
    opacity: 0.5; }

.boton-principal.boton-icono {
  padding-top: 5px; }
  .boton-principal.boton-icono::after {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("img/icono-arrow-down.svg");
    background-size: contain;
    content: '';
    display: inline-block;
    height: 20px;
    margin-left: 12px;
    position: relative;
    top: 5px;
    width: 18px;
    transform: rotateZ(0);
    transition: 0.5s; }
  .boton-principal.boton-icono[aria-expanded="true"]::after {
    transform: rotateZ(180deg); }

@media (min-width: 768px) {
  .boton-principal.boton-verde-mobile {
    background-color: #F7AA29; }
  .boton-flecha_container .flecha-blanca,
  .boton-flecha_container .flecha-negra {
    height: 33px;
    right: -72px;
    width: 130px; }
  .boton-flecha_container.boton-flecha-desktop .flecha-blanca,
  .boton-flecha_container.boton-flecha-desktop .flecha-negra {
    display: block; } }

.rainbow-line {
  display: -ms-flexbox;
  display: flex;
  min-height: 2px;
  position: relative;
  width: 100%;
  z-index: 3; }
  .rainbow-line span {
    width: 100%; }
    .rainbow-line span.borde-morado {
      background-color: #301D73; }
    .rainbow-line span.borde-azul {
      background-color: #04BCFE; }
    .rainbow-line span.borde-verde {
      background-color: #7DC84B; }
    .rainbow-line span.borde-amarillo {
      background-color: #F3EA4F; }
    .rainbow-line span.borde-amarillo-oscuro {
      background-color: #F7AA29; }
    .rainbow-line span.borde-naranja {
      background-color: #FE5138; }

.footer-lobster {
  bottom: 100%;
  left: 50%;
  max-width: 250px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1; }

.footer-rainbow-line {
  min-height: 16px; }

.footer-container {
  background-color: #121212;
  background-image: url("img/footer-fondo-mobile.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 42px 0 45px;
  position: relative; }

.footer-logo {
  display: block;
  margin: 0 auto 30px;
  max-width: 135px; }

.icono-separador {
  display: block;
  margin: 0 auto 20px;
  max-width: 24px; }

.footer-ubicacion {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px; }

.footer-contacto {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px; }

.footer-menu-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 20px 0 0; }
  .footer-menu-social li {
    margin: 10px 10px 0; }
  .footer-menu-social a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-menu-social a:hover {
      opacity: 0.5; }

.footer-contacto a,
.lobster-header_modal-wrapper .header-mobile-footer_contacto a {
  border: 0;
  color: #FFFFFF;
  display: inline-block; }
  .footer-contacto a:hover,
  .lobster-header_modal-wrapper .header-mobile-footer_contacto a:hover {
    color: #FFFFFF; }

@media (min-width: 768px) {
  .rainbow-line {
    min-height: 5px; }
  .footer-rainbow-line {
    min-height: 13px; }
  .footer-logo {
    margin-bottom: 25px;
    max-width: 260px; }
  .footer-lobster {
    max-width: 350px; }
  .footer-container {
    background-image: url("img/footer-fondo.svg"); }
    .footer-container .icono-separador {
      display: none; }
  .footer-ubicacion {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px; }
  .footer-contacto {
    font-size: 20px;
    line-height: 28px; }
  .footer-menu-social {
    padding-top: 20px; } }

@media (min-width: 1200px) {
  .footer-lobster {
    max-width: 485px; } }

.mburger {
  --mb-animate-timeout: 0;
  --mb-button-size: 25px;
  --mb-bar-width: 1.0;
  --mb-bar-height: 3px;
  --mb-bar-spacing: 7px; }
  .mburger .mburger__top {
    color: #04BCFE; }
  .mburger .mburger__middle {
    color: #F3EA4F; }
  .mburger .mburger__bottom {
    color: #FE5138;
    left: auto;
    right: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width) - 6px); }
  .mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing) + 1px); }

.mm-wrapper_opened .mburger .mburger__top {
  color: #7DC84B; }

.mm-wrapper_opened .mburger .mburger__bottom {
  color: #F3EA4F;
  width: calc(var(--mb-button-size) * var(--mb-bar-width)); }

.menu--modal-open {
  overflow: hidden; }
  .menu--modal-open .lobster-header_modal-wrapper {
    overflow: auto; }

.lobster-wrapper {
  padding-top: 68px; }

:root {
  --app-height: 100%; }

.lobster-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  .lobster-header_content {
    background-color: #000000;
    padding: 11px 0;
    position: relative;
    z-index: 3; }
    .lobster-header_content .container {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .lobster-header .menu-modal {
    background-color: #FFFFFF;
    height: calc(100dvh - 68px);
    height: calc(var(--app-height) - 68px);
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateX(100%);
    transition: 0.5s;
    visibility: hidden;
    width: 100%; }
    .lobster-header .menu-modal.modal--open {
      opacity: 1;
      transform: translateX(0);
      visibility: visible; }
  .lobster-header_modal-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
    padding: 0; }
    .lobster-header_modal-wrapper ul {
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin-bottom: 0; }
    .lobster-header_modal-wrapper a {
      cursor: pointer;
      border-bottom: 2px solid #000000;
      color: #000000;
      display: block; }
      .lobster-header_modal-wrapper a:hover {
        color: #000000; }
  .lobster-header_menu {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 15px; }
    .lobster-header_menu li:nth-child(1) a {
      border-color: #FE5138; }
    .lobster-header_menu li:nth-child(1) .link-icono {
      background-color: #FE5138; }
    .lobster-header_menu li:nth-child(2) a {
      border-color: #F7AA29; }
    .lobster-header_menu li:nth-child(2) .link-icono {
      background-color: #F7AA29; }
    .lobster-header_menu li:nth-child(3) a {
      border-color: #F3EA4F; }
    .lobster-header_menu li:nth-child(3) .link-icono {
      background-color: #F3EA4F; }
    .lobster-header_menu li:nth-child(4) a {
      border-color: #7DC84B; }
    .lobster-header_menu li:nth-child(4) .link-icono {
      background-color: #7DC84B; }
    .lobster-header_menu li:nth-child(5) a {
      border-color: #04BCFE; }
    .lobster-header_menu li:nth-child(5) .link-icono {
      background-color: #04BCFE; }
    .lobster-header_menu a {
      font-family: 'brice-bold', Helvetica, Arial, sans-serif;
      font-style: normal;
      font-size: 18px;
      line-height: 24px;
      position: relative;
      text-align: right;
      text-transform: uppercase; }
      .lobster-header_menu a span {
        background: #FFFFFF;
        display: block;
        overflow: hidden;
        padding: 21px 50px 16px;
        position: relative;
        text-overflow: ellipsis;
        transition: 0.5s;
        white-space: nowrap;
        width: calc(100% - 0px);
        z-index: 2; }
      .lobster-header_menu a .link-icono {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px; }
        .lobster-header_menu a .link-icono img {
          max-height: 42px;
          width: auto; }
      .lobster-header_menu a:hover span {
        width: calc(100% - 70px); }
  .lobster-header_language {
    padding-left: 0; }
    .lobster-header_language a {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: 600;
      background-color: #000000;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      padding: 5px 12px;
      text-transform: uppercase; }
      .lobster-header_language a:hover {
        background-color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0);
        color: #FFFFFF; }
    .lobster-header_language li {
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center; }
      .lobster-header_language li.active a {
        background-color: rgba(0, 0, 0, 0);
        color: #000000; }
        .lobster-header_language li.active a:hover {
          background-color: rgba(0, 0, 0, 0.1);
          border-color: black;
          color: #000000; }
  .lobster-header_sociales {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .lobster-header_sociales ul {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      margin-right: 30px;
      padding-left: 0; }
      .lobster-header_sociales ul li:not(:last-child) {
        margin-right: 18px; }
      .lobster-header_sociales ul a {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0.4; }
        .lobster-header_sociales ul a:hover {
          opacity: 1; }

.lobster-header_mobile-footer {
  margin-top: 260px;
  position: relative; }
  .lobster-header_mobile-footer .rainbow-line:last-child {
    min-height: 10px; }
  .lobster-header_mobile-footer .header-mobile-footer-lobster {
    bottom: 100%;
    left: 50%;
    max-width: 260px;
    position: absolute;
    transform: translateX(-50%); }

.header-mobile-footer {
  background-color: #121212;
  color: #FFFFFF;
  padding: 18px 20px;
  text-align: center; }
  .header-mobile-footer_ubicacion {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 5px; }
  .header-mobile-footer .footer-menu-social {
    padding-top: 3px; }
  .header-mobile-footer a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center; }

@media (min-width: 768px) {
  .lobster-wrapper {
    padding-top: 71px; }
  .menu--modal-open {
    overflow: visible; }
    .menu--modal-open .lobster-header_modal-wrapper {
      overflow: hidden; }
  .lobster-header_menu {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0; }
    .lobster-header_menu:not(:only-child):not(:last-child) {
      margin-right: 10px; }
    .lobster-header_menu li {
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .lobster-header_menu .home-link {
      display: none; }
    .lobster-header_menu a {
      text-align: center; }
      .lobster-header_menu a span {
        background: #d9d9d9;
        font-size: 12px;
        height: 59px;
        line-height: 28px;
        padding: 17px 10px 15px; }
    .lobster-header_menu li:not(:last-child) {
      margin-right: 8px; }
  .lobster-header .menu-modal {
    background-color: #d9d9d9;
    height: auto;
    height: 0;
    left: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    top: 100%;
    transform: none;
    width: 100%; }
    .lobster-header .menu-modal.modal--open {
      height: 113px;
      opacity: 1;
      visibility: visible; }
  .lobster-header_modal-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    padding: 25px 15px; }
    .lobster-header_modal-wrapper a {
      border: 2px solid #000000; }
  .lobster-header_language a {
    font-size: 12px;
    height: 63px;
    padding: 20px 5px; }
  .lobster-header_language li {
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .lobster-header_language li:not(:last-child) {
      margin-right: 5px; }
  .lobster-header_sociales ul {
    margin-right: 50px; }
  .lobster-header_mobile-footer {
    display: none; } }

@media (min-width: 992px) {
  .lobster-header_menu:not(:only-child):not(:last-child) {
    margin-right: 30px; }
  .lobster-header_menu li:not(:last-child) {
    margin-right: 15px; }
  .lobster-header_menu a span {
    font-size: 14px;
    padding: 18px 17px; }
  .lobster-header_modal-wrapper {
    padding: 25px 20px; }
  .lobster-header_language li:not(:last-child) {
    margin-right: 10px; }
  .lobster-header_language a {
    padding: 20px 12px; }
  .lobster-header_sociales ul {
    margin-right: 80px; } }

@media (min-width: 1200px) {
  .lobster-header_menu:not(:only-child):not(:last-child) {
    margin-right: 40px; }
  .lobster-header_menu li:not(:last-child) {
    margin-right: 20px; }
  .lobster-header_menu a span {
    font-size: 18px; }
  .lobster-header_language a {
    font-size: 14px; }
  .lobster-header_sociales ul {
    margin-right: 100px; } }

@media (min-width: 1400px) {
  .lobster-header_menu:not(:only-child):not(:last-child) {
    margin-right: 50px; }
  .lobster-header_menu li:not(:last-child) {
    margin-right: 24px; }
  .lobster-header_sociales ul {
    margin-right: 125px; } }

.hero-simple + .bloque-icono {
  position: relative; }
  .hero-simple + .bloque-icono::before {
    background-image: url("img/adorno-convexo-verde-mobile.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -80px;
    content: '';
    height: 85px;
    left: 0;
    position: absolute;
    width: 100%; }
  .hero-simple + .bloque-icono .bloque-icono_icono {
    left: 50%;
    max-height: 84px;
    position: absolute;
    top: -125px;
    transform: translateX(-50%);
    width: auto; }
  .hero-simple + .bloque-icono.bloque-azul::before {
    background-image: url("img/adorno-convexo-azul-mobile.svg"); }
  .hero-simple + .bloque-icono.bloque-mobile-amarillo::before {
    background-image: url("img/adorno-convexo-amarillo-mobile.svg"); }
  .hero-simple + .bloque-icono.bloque-mobile-amarillo-oscuro::before {
    background-image: url("img/adorno-convexo-amarillo-alt-mobile.svg"); }
  .hero-simple + .bloque-icono.bloque-azul-claro::before {
    background-image: url("img/adorno-convexo-azul-claro-mobile.svg"); }

@media (min-width: 400px) {
  .hero-simple + .bloque-icono::before {
    height: 105px;
    top: -80px; } }

@media (min-width: 500px) {
  .hero-simple + .bloque-icono::before {
    height: 120px;
    top: -85px; } }

@media (min-width: 576px) {
  .hero-simple + .bloque-icono::before {
    height: 160px;
    top: -120px; }
  .hero-simple + .bloque-icono .bloque-icono_icono {
    top: -160px; }
  .hero-simple + .bloque-icono.bloque-azul::before {
    bottom: 96%; } }

@media (min-width: 768px) {
  .hero-simple + .bloque-icono .bloque-icono_icono {
    max-height: 124px;
    top: -125px; }
  .hero-simple + .bloque-icono::before {
    background-image: url("img/adorno-convexo-verde.svg");
    height: 100px;
    top: -95px; }
  .hero-simple + .bloque-icono .bloque-icono_icono {
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }
  .hero-simple + .bloque-icono.bloque-azul::before {
    background-image: url("img/adorno-convexo-azul.svg"); }
  .hero-simple + .bloque-icono.bloque-amarillo::before {
    background-image: url("img/adorno-convexo-amarillo.svg"); }
  .hero-simple + .bloque-icono.bloque-azul-claro::before {
    background-image: url("img/adorno-convexo-azul-claro.svg"); } }

@media (min-width: 992px) {
  .hero-simple + .bloque-icono::before {
    height: 125px;
    top: -110px; }
  .hero-simple + .bloque-icono .bloque-icono_icono {
    top: -150px; } }

@media (min-width: 1200px) {
  .hero-simple + .bloque-icono::before {
    height: 140px;
    top: -120px; }
  .hero-simple + .bloque-icono .bloque-icono_icono {
    top: -170px; } }

@media (min-width: 1400px) {
  .hero-simple + .bloque-icono::before {
    height: 200px;
    top: -140px; }
  .hero-simple + .bloque-icono .bloque-icono_icono {
    top: -180px; } }

.custom-video .video-player {
  border: 3px solid #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .custom-video .video-player .play {
    max-width: 64px; }
  .custom-video .video-player .video-thumbnail,
  .custom-video .video-player .play {
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .custom-video .video-player .video-thumbnail,
  .custom-video .video-player .thumbnail-image {
    height: 100%;
    width: 100%; }
  .custom-video .video-player .thumbnail-image {
    -o-object-fit: cover;
    object-fit: cover; }
  .custom-video .video-player .preview,
  .custom-video .video-player iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .custom-video .video-player [data-hidden="true"] {
    display: none; }

@media (min-width: 768px) {
  .custom-video .video-player .play {
    max-width: 150px; } }

@media (min-width: 992px) {
  .custom-video .video-player .play {
    max-width: 200px; } }

.contenido-administrable h1,
.contenido-administrable h2,
.contenido-administrable h3,
.contenido-administrable h4,
.contenido-administrable h5,
.contenido-administrable h6 {
  margin-bottom: 16px;
  margin-top: 26px; }

.contenido-administrable *:first-child {
  margin-top: 0; }

.contenido-administrable *:last-child {
  margin-bottom: 0; }

.contenido-administrable blockquote {
  background-position: left 8px;
  background-repeat: no-repeat;
  background-size: 40px 38px;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 19px;
  padding-left: 60px; }

.contenido-administrable a:visited {
  color: #000000; }

.contenido-administrable b,
.contenido-administrable strong {
  font-weight: bold; }

.contenido-administrable .wp-caption {
  max-width: 100%; }

.contenido-administrable .wp-caption-text {
  margin-top: 10px; }

@media (min-width: 576px) {
  .contenido-administrable h1,
  .contenido-administrable h2,
  .contenido-administrable h3,
  .contenido-administrable h4,
  .contenido-administrable h5,
  .contenido-administrable h6 {
    margin-bottom: 25px;
    margin-top: 34px; }
  .contenido-administrable blockquote {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 27px;
    margin-top: 29px; } }

@media (min-width: 992px) {
  .contenido-wrapper {
    padding-bottom: 90px;
    padding-top: 90px; }
    .contenido-wrapper .bloque-general {
      padding-bottom: 45px;
      padding-top: 45px; }
  .contenido-administrable h1,
  .contenido-administrable h2,
  .contenido-administrable h3,
  .contenido-administrable h4,
  .contenido-administrable h5,
  .contenido-administrable h6 {
    margin-bottom: 30px;
    margin-top: 39px; }
  .contenido-administrable blockquote {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 39px;
    margin-top: 40px; } }

body .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label div.ginput_container {
  margin-top: 0; }

body .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul li.gfield {
  margin-bottom: 14px;
  margin-top: 0; }

.gform_wrapper.FORMULARIO-CUSTOM_wrapper {
  margin-bottom: 0;
  margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper label.gfield_label,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper legend.gfield_label {
    display: block;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper textarea,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select {
    border: 1px solid #dedede;
    border-radius: 4px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper textarea:focus,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select:focus {
      border-color: #000000;
      box-shadow: none;
      outline: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icono-flecha-select.svg");
    background-color: #FFFFFF;
    background-position: calc(100% - 26px) center;
    background-size: 10px 6px;
    height: 52px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select::-ms-expand {
      display: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 52px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label {
      color: #a7a7a7;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      font-size: 10px;
      letter-spacing: 1px;
      position: relative; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label::before {
      border: 1px solid #dedede;
      content: '';
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 17px;
      margin-right: 10px;
      width: 17px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label a {
      color: #000000;
      text-decoration: underline; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label a:hover {
      color: #000000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox']:checked + label::before {
    background-image: url("../img/icono-checkbox-negro.svg");
    border-color: #000000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label::before {
    background-size: 11px 9px;
    border-radius: 4px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio']:checked + label::after {
    background-color: #000000;
    border-radius: 50%;
    content: '';
    display: block;
    height: 11px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 11px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio']:checked + label::before {
    border-color: #000000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label::before {
    border-radius: 50%; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_required {
    color: inherit; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer {
    margin-top: 20px;
    padding: 0;
    text-align: center; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit'] {
    font-family: 'brice-bold', Helvetica, Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #000000;
    background-color: #F7AA29;
    border-radius: 40px;
    border: 2px solid #121212;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    min-width: 195px;
    padding: 13px 30px 9px;
    transition: 0.5s;
    text-align: center;
    box-shadow: 6px 6px 0px 0px #121212;
    position: relative; }
    @media (min-width: 768px) {
      .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button,
      .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit'],
      .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button,
      .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit'] {
        min-width: 290px;
        box-shadow: 8px 8px 0px 0px #121212; } }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_ajax_spinner {
    margin-top: 20px;
    width: 25px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper div.validation_error {
    border: 0;
    color: #d00000;
    font-weight: inherit;
    margin-bottom: 0;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0;
    padding-top: 25px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    color: #000000;
    margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: 0;
    margin-bottom: 14px !important;
    padding: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield_error textarea {
    border-color: #d00000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_error .gfield_checkbox li input[type='checkbox'] + label::before,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_error .gfield_radio li input[type='radio'] label::before {
    border-color: #d00000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .validation_message {
    display: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gf_browser_chrome select,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gf_browser_gecko select {
    padding: 11px 52px 9px 20px; }
  @media only screen and (min-width: 641px) {
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul.gform_fields {
      margin-left: -15px !important;
      margin-right: -15px !important; }
      .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul.gform_fields li.gfield {
        padding-left: 15px;
        padding-right: 15px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label li ul.gfield_checkbox,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label li ul.gfield_radio {
      width: 100%; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit'],
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit'] {
      width: 100%; } }

.hero-img {
  height: 320px; }
  .hero-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: center;
    object-position: center; }

@media (min-width: 768px) {
  .hero-img {
    height: 365px; } }

.hero-simple {
  background-color: #121212;
  padding: 15px 0 105px; }
  .hero-simple h1 {
    display: -ms-flexbox;
    display: flex; }
    .hero-simple h1 img {
      margin: 0 auto;
      max-width: 340px;
      width: 100%; }

@media (min-width: 576px) {
  .hero-simple {
    padding: 15px 0 145px; } }

@media (min-width: 768px) {
  .hero-simple {
    padding: 60px 0 85px;
    background-color: #000000;
    background-image: url("img/hero-simple-fondo.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; } }

@media (min-width: 992px) {
  .hero-simple {
    padding: 60px 0 105px; } }

@media (min-width: 1200px) {
  .hero-simple {
    padding: 60px 0 125px; } }

@media (min-width: 1400px) {
  .hero-simple {
    padding: 60px 0 145px; } }

.slick-slider.slick-dotted .slick-dots {
  bottom: auto;
  top: 270px; }
  .slick-slider.slick-dotted .slick-dots li {
    width: 10px;
    height: 10px; }
    .slick-slider.slick-dotted .slick-dots li:only-child {
      display: none; }
  .slick-slider.slick-dotted .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: relative; }
    .slick-slider.slick-dotted .slick-dots button::before {
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      width: 17px;
      height: 15px;
      background-size: contain;
      position: absolute;
      opacity: 1;
      top: -4px;
      left: -4px; }
  .slick-slider.slick-dotted .slick-dots .slick-active button::before {
    background-image: url("img/slider-active-dot.svg"); }

.hero-slider .slick-prev {
  top: 155px;
  left: 0;
  background-image: url("img/slider-left-arrow-mobile.svg");
  background-position: left; }

.hero-slider .slick-next {
  top: 155px;
  right: 0;
  background-image: url("img/slider-right-arrow-mobile.svg");
  background-position: right; }

.hero-slider .slick-arrow {
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
  z-index: 1; }
  .hero-slider .slick-arrow:hover {
    opacity: 0.5; }
  .hero-slider .slick-arrow:before {
    content: none; }

.hero-slider.slick-dotted.slick-slider {
  margin-bottom: 0; }

.hero-slider-item .hero-slide-img {
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.hero-slider-item .slider-item-content {
  background-color: #0449fe;
  color: #FFFFFF;
  padding: 63px 0 120px;
  position: relative; }
  .hero-slider-item .slider-item-content::before {
    background-image: url("img/adorno-concavo-azul-mobile.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 97%;
    content: '';
    height: 1280px;
    left: 0;
    position: absolute;
    width: 100%; }
  .hero-slider-item .slider-item-content h1 {
    font-size: 26px;
    line-height: 32px;
    color: #F7AA29;
    margin-bottom: 3px; }
    @media (min-width: 768px) {
      .hero-slider-item .slider-item-content h1 {
        font-size: 34px;
        line-height: 38px; } }
  .hero-slider-item .slider-item-content.bloque-naranja {
    background-color: #FE5138; }
    .hero-slider-item .slider-item-content.bloque-naranja::before {
      background-image: url("img/adorno-concavo-naranja-mobile.svg"); }
    .hero-slider-item .slider-item-content.bloque-naranja h1 {
      color: #FFFFFF; }
    .hero-slider-item .slider-item-content.bloque-naranja .slide-tags span {
      color: #121212; }
      .hero-slider-item .slider-item-content.bloque-naranja .slide-tags span::after {
        color: #FFFFFF; }

.hero-slider-item .slide-tags {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hero-slider-item .slide-tags span {
    text-transform: uppercase; }
    .hero-slider-item .slide-tags span:not(:last-child)::after {
      content: '|';
      margin: 0 8px; }

.hero-slider-item .slide-info {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 55px; }

.hero-slider.slider-block.slick-slider.slick-dotted .slick-dots {
  top: 332px; }

.hero-slider.slider-block .slick-prev,
.hero-slider.slider-block .slick-next {
  top: 175px; }

.hero-slider.slider-block .hero-slider-item .hero-slide-img {
  height: 370px; }

.hero-slider.slider-block .slider-item-content {
  padding: 65px 0 250px; }
  .hero-slider.slider-block .slider-item-content::before {
    background-image: url("img/adorno-convexo-naranja-mobile.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 99%;
    content: '';
    height: 160px;
    left: 0;
    position: absolute;
    width: 100%; }

@media (min-width: 576px) {
  .hero-slider.slider-block.slick-slider.slick-dotted .slick-dots {
    top: 410px; }
  .hero-slider.slider-block .slick-prev,
  .hero-slider.slider-block .slick-next {
    top: 230px; }
  .hero-slider.slider-block .hero-slider-item .hero-slide-img {
    height: 470px; } }

@media (min-width: 768px) {
  .hero-slider .slick-prev {
    top: 130px;
    left: 90px;
    background-image: url("img/slider-left-arrow.svg"); }
  .hero-slider .slick-next {
    top: 130px;
    right: 90px;
    background-image: url("img/slider-right-arrow.svg"); }
  .hero-slider .slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px; }
  .hero-slider-item .hero-slide-img {
    height: 342px; }
  .hero-slider-item .slider-item-content {
    padding: 73px 0 263px; }
    .hero-slider-item .slider-item-content::before {
      background-image: url("img/adorno-concavo-azul.png");
      bottom: 95%; }
    .hero-slider-item .slider-item-content h1 {
      font-size: 32px;
      line-height: 36px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .hero-slider-item .slider-item-content h1 {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .hero-slider-item .slider-item-content.bloque-naranja::before {
      background-image: url("img/adorno-concavo-naranja.svg"); }
  .hero-slider-item .slide-tags {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 24px;
    -ms-flex-pack: center;
    justify-content: center; }
  .hero-slider-item .slide-info {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 60px; }
  .hero-slider.slider-block.slick-slider.slick-dotted .slick-dots {
    top: 515px; }
  .hero-slider.slider-block .slick-prev {
    top: 320px; }
  .hero-slider.slider-block .slick-next {
    top: 320px; }
  .hero-slider.slider-block .hero-slider-item .hero-slide-img {
    height: 690px; }
  .hero-slider.slider-block .slider-item-content {
    margin-bottom: 7%;
    padding: 10px 0; }
    .hero-slider.slider-block .slider-item-content::after {
      background-image: url("img/adorno-convexo-naranja-bottom.svg");
      background-position: top;
      background-repeat: no-repeat;
      background-size: 100%;
      top: 99%;
      content: '';
      height: 150px;
      left: 0;
      position: absolute;
      width: 100%; }
    .hero-slider.slider-block .slider-item-content.bloque-naranja::before {
      background-image: url("img/adorno-convexo-naranja.svg"); } }

@media (min-width: 1200px) {
  .hero-slider .slick-prev {
    top: 130px;
    left: 300px; }
  .hero-slider .slick-next {
    top: 130px;
    right: 300px; }
  .hero-slider-item .slider-item-content::before {
    bottom: 91%; } }

.items-iconos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .items-iconos .item-icono {
    margin-bottom: 20px; }
    .items-iconos .item-icono_img {
      display: none; }
    .items-iconos .item-icono_nombre {
      font-family: 'brice-bold', Helvetica, Arial, sans-serif;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .items-iconos {
    -ms-flex-pack: center;
    justify-content: center; }
    .items-iconos .item-icono {
      max-width: 250px;
      padding: 0 15px; }
      .items-iconos .item-icono_img {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 165px;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        margin-bottom: 30px; }
        .items-iconos .item-icono_img img {
          max-height: 165px;
          width: auto; }
      .items-iconos .item-icono_nombre {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px; } }

.item-persona {
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 65px;
  text-align: center; }
  .item-persona .persona-img {
    border: 3px solid #121212;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto 10px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
    width: 100px; }
  .item-persona .item-persona_nombre {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .item-persona .item-persona_ubicacion {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .item-persona .item-persona_ubicacion.texto-blanco {
      color: #FFFFFF; }
  .item-persona .item-persona_cargo {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #FE5138;
    border-radius: 21px;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-top: auto; }
    .item-persona .item-persona_cargo.fondo-amarillo {
      background-color: #F7AA29;
      color: #121212; }

a.item-persona:hover {
  color: inherit; }
  a.item-persona:hover .persona-img {
    transform: scale(1.1); }

@media (min-width: 768px) {
  .item-persona {
    margin-bottom: 40px; }
    .item-persona .persona-img {
      height: 200px;
      margin: 0 auto 25px;
      width: 200px; }
    .item-persona .item-persona_nombre {
      margin-bottom: 13px; } }

.items-proyectos {
  max-height: inherit;
  overflow: auto;
  -ms-overflow-style: none;
  padding: 0 0 280px;
  scrollbar-width: none; }
  .items-proyectos::-webkit-scrollbar {
    display: none; }

.proyecto-img {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 150px; }
  .proyecto-img img {
    border-radius: 50%;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    width: 125px;
    z-index: 1; }
  .proyecto-img::before {
    background-image: url("img/adorno-img-proyecto.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%; }

.item-proyecto {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  .item-proyecto .proyecto-img {
    left: -70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .item-proyecto:nth-child(even) {
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .item-proyecto:nth-child(even) .proyecto-img {
      left: auto;
      right: -70px; }
  .item-proyecto_info {
    max-width: 205px;
    width: 100%; }
  .item-proyecto .proyecto-info-mobile {
    font-family: 'brice-bold', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: #190369;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .item-proyecto .proyecto-info-mobile {
        font-size: 24px;
        line-height: 28px; } }
    .item-proyecto .proyecto-info-mobile span:not(:last-child)::after {
      content: ',';
      margin: 0 8px 0 0; }
  .item-proyecto .proyecto-nombre,
  .item-proyecto .proyecto-tags {
    display: none; }
  .item-proyecto .proyecto-descripcion {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px; }
  .item-proyecto .boton-flecha_container {
    display: none; }

.boton-show-more-mobile {
  margin-top: 50px; }

@media (min-width: 576px) {
  .proyecto-img {
    height: 200px;
    width: 200px; }
    .proyecto-img img {
      height: 170px;
      width: 170px; }
  .item-proyecto {
    min-height: 200px;
    padding: 0 30px; }
    .item-proyecto_info {
      max-width: 350px; } }

@media (min-width: 768px) {
  .items-proyectos {
    max-height: inherit;
    overflow: auto;
    padding: 300px 0 400px; }
  .proyecto-img {
    height: 300px;
    width: 300px; }
    .proyecto-img img {
      height: 250px;
      width: 250px; }
  .item-proyecto {
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 456px; }
    .item-proyecto:nth-child(even) {
      -ms-flex-pack: center;
      justify-content: center; }
      .item-proyecto:nth-child(even) .proyecto-img {
        right: -102px; }
    .item-proyecto .proyecto-img {
      left: -102px; }
    .item-proyecto .proyecto-info-mobile {
      display: none; }
    .item-proyecto .proyecto-nombre {
      font-size: 32px;
      line-height: 36px;
      display: block; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .item-proyecto .proyecto-nombre {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .item-proyecto_info {
      max-width: 330px; }
    .item-proyecto .proyecto-tags {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #190369;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 12px; }
      .item-proyecto .proyecto-tags span {
        text-transform: uppercase; }
        .item-proyecto .proyecto-tags span:not(:last-child)::after {
          content: '|';
          margin: 0 8px; }
    .item-proyecto .proyecto-descripcion {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 20px; }
    .item-proyecto .boton-flecha_container {
      display: inline-block; }
    .item-proyecto .link-flecha-morada {
      display: none; }
  .boton-show-more-mobile {
    display: none; } }

@media (min-width: 1200px) {
  .proyecto-img {
    height: 456px;
    width: 456px; }
    .proyecto-img img {
      height: 388px;
      width: 388px; }
  .item-proyecto_info {
    max-width: 465px; } }

.modal-persona {
  background-color: #4906FF;
  border-radius: 30px;
  color: #FFFFFF;
  display: none;
  font-size: 12px;
  line-height: 20px;
  max-width: 375px;
  padding: 0;
  width: 100%; }
  .modal-persona.modal-naranja {
    background-color: #FE7438; }
  .modal-persona_foto {
    padding: 35px 30px 0; }
  .modal-persona .proyecto-img {
    height: 250px;
    margin: 0 auto;
    width: 250px; }
    .modal-persona .proyecto-img img {
      height: 211px;
      width: 211px; }
  .modal-persona_info {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #190369;
    padding: 0 30px 35px;
    position: relative;
    z-index: 1; }
    .modal-persona_info::before {
      background-image: url("img/adorno-modal-azul.svg");
      background-position: top;
      background-repeat: no-repeat;
      background-size: 100%;
      content: '';
      height: 100px;
      left: 0;
      position: absolute;
      top: -52px;
      width: 100%; }
  .modal-persona_cargos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .modal-persona_cargos span {
      background-color: #04BCFE;
      border-radius: 20px;
      margin: 0 3px;
      margin-bottom: 10px;
      padding: 6px 15px 5px; }
  .modal-persona_descripcion {
    margin-bottom: 15px; }
  .modal-persona_subheading {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
  .modal-persona_proyectos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .modal-persona_proyectos span:not(:last-child)::after {
      content: '|';
      margin: 0 8px; }
    .modal-persona_proyectos a {
      color: #FFFFFF; }
      .modal-persona_proyectos a:hover {
        color: #FFFFFF;
        opacity: 0.5; }
  .modal-persona_sociales {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 20px; }
    .modal-persona_sociales li {
      padding: 0 5px; }
    .modal-persona_sociales a {
      display: block; }
      .modal-persona_sociales a:hover {
        opacity: 0.5; }
  .modal-persona .fancybox-button {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("img/icono-cerrar.svg");
    background-size: 19px; }
    .modal-persona .fancybox-button svg {
      display: none; }

.slider-imgs.slick-dotted.slick-slider {
  margin-bottom: 0; }
  .slider-imgs.slick-dotted.slick-slider .slick-dots {
    bottom: 21%;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    z-index: 1;
    max-width: calc(100% - 200px);
    width: auto; }
    .slider-imgs.slick-dotted.slick-slider .slick-dots li,
    .slider-imgs.slick-dotted.slick-slider .slick-dots button {
      height: 10px;
      width: 10px; }
    .slider-imgs.slick-dotted.slick-slider .slick-dots li.slick-active {
      margin: 0 15px; }
      .slider-imgs.slick-dotted.slick-slider .slick-dots li.slick-active button {
        background-color: none; }
    .slider-imgs.slick-dotted.slick-slider .slick-dots button::before {
      height: 30px;
      left: -4px;
      top: -12px;
      width: 20px; }

.slider-imgs .slick-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20%;
  height: 15px;
  top: auto;
  width: 70px;
  z-index: 2; }
  .slider-imgs .slick-arrow::before {
    content: none; }
  .slider-imgs .slick-arrow:hover {
    opacity: 0.5; }

.slider-imgs .slick-prev {
  background-image: url("img/slider-imgs-flecha-izq.svg");
  left: 50%;
  transform: translateX(calc(-50% - 100px)); }

.slider-imgs .slick-next {
  background-image: url("img/slider-imgs-flecha-der.svg");
  right: 50%;
  transform: translateX(calc(-50% + 180px)); }

.slider-imgs img {
  min-height: 350px;
  -o-object-fit: cover;
  object-fit: cover; }

@media (min-width: 400px) {
  .slider-imgs.slick-dotted.slick-slider .slick-dots {
    bottom: 31%; }
  .slider-imgs .slick-arrow {
    bottom: 30%; } }

@media (min-width: 576px) {
  .slider-imgs.slick-dotted.slick-slider .slick-dots {
    bottom: 34%; }
  .slider-imgs .slick-arrow {
    bottom: 33%; } }

@media (min-width: 768px) {
  .slider-imgs.slick-dotted.slick-slider .slick-dots {
    bottom: 100px;
    max-width: calc(100% - 380px); }
    .slider-imgs.slick-dotted.slick-slider .slick-dots li,
    .slider-imgs.slick-dotted.slick-slider .slick-dots button {
      height: 24px;
      width: 24px; }
    .slider-imgs.slick-dotted.slick-slider .slick-dots button::before {
      height: 40px;
      left: -8px;
      top: -13px;
      width: 42px; }
  .slider-imgs .slick-arrow {
    bottom: 95px;
    height: 35px;
    width: 160px; }
  .slider-imgs .slick-prev {
    transform: translateX(calc(-50% - 180px)); }
  .slider-imgs .slick-next {
    transform: translateX(calc(-50% + 340px)); }
  .slider-imgs img {
    min-height: 0;
    -o-object-fit: cover;
    object-fit: cover; } }

@media (min-width: 992px) {
  .slider-imgs.slick-dotted.slick-slider .slick-dots {
    bottom: 120px; }
  .slider-imgs .slick-arrow {
    bottom: 115px; } }

@media (min-width: 1200px) {
  .slider-imgs.slick-dotted.slick-slider .slick-dots {
    bottom: 130px; }
  .slider-imgs .slick-arrow {
    bottom: 125px; } }

@media (min-width: 1400px) {
  .slider-imgs.slick-dotted.slick-slider .slick-dots {
    bottom: 180px; }
  .slider-imgs .slick-arrow {
    bottom: 175px; } }

.slider-proyectos {
  margin: 0 50px; }
  .slider-proyectos-container {
    overflow: hidden; }
  .slider-proyectos .slick-list {
    overflow: visible; }
  .slider-proyectos .slide-proyecto {
    color: #FFFFFF;
    text-align: center;
    display: block;
    margin: 0 10px; }
    .slider-proyectos .slide-proyecto_img {
      height: 277px;
      width: 277px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      border: 3px solid #FFFFFF;
      border-radius: 20px;
      transform: scale3d(1, 1, 1);
      transition: 0.5s;
      margin: 0 auto 40px; }
    .slider-proyectos .slide-proyecto_nombre {
      font-family: 'brice-bold', Helvetica, Arial, sans-serif;
      font-style: normal;
      font-size: 26px;
      line-height: 32px;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .slider-proyectos .slide-proyecto_nombre {
          font-size: 34px;
          line-height: 38px; } }
    .slider-proyectos .slide-proyecto_descripcion {
      text-transform: uppercase; }
    .slider-proyectos .slide-proyecto:hover .slide-proyecto_img {
      transform: scale3d(1.1, 1.1, 1.1); }
  .slider-proyectos .slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    background-size: contain;
    top: 145px;
    z-index: 1; }
    .slider-proyectos .slick-arrow::before {
      content: none; }
    .slider-proyectos .slick-arrow:hover {
      opacity: 0.5; }
  .slider-proyectos .slick-prev {
    background-image: url("img/slider-left-arrow.svg");
    left: -25px;
    right: auto; }
  .slider-proyectos .slick-next {
    background-image: url("img/slider-right-arrow.svg");
    right: -25px;
    left: auto; }

@media (min-width: 576px) {
  .slider-proyectos {
    margin: 0 150px; } }

@media (min-width: 768px) {
  .slider-proyectos {
    max-width: 300px; }
    .slider-proyectos .slide-proyecto {
      margin: 0 15px; }
    .slider-proyectos-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; }
    .slider-proyectos .slick-list {
      overflow: hidden;
      padding-top: 30px; }
    .slider-proyectos .slick-arrow {
      top: 175px; } }

.collab-now-wrapper {
  background-color: #7DC84B;
  padding-bottom: 100px; }

.bloque-verde {
  background-color: #7DC84B;
  color: #FFFFFF;
  padding: 32px 0 150px; }
  .bloque-verde_heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 9px; }
    @media (min-width: 768px) {
      .bloque-verde_heading {
        font-size: 24px;
        line-height: 28px; } }
  .bloque-verde .form {
    padding-top: 15px; }
  .bloque-verde h3.texto-mobile {
    color: #000000;
    margin-bottom: 0;
    padding-top: 50px; }

.bloque-ondas-form-negro {
  display: none;
  background-color: #121212;
  color: #FFFFFF;
  padding: 50px 0 150px;
  position: relative; }
  .bloque-ondas-form-negro_heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .bloque-ondas-form-negro_heading {
        font-size: 34px;
        line-height: 38px; } }
  .bloque-ondas-form-negro_descripcion {
    margin-bottom: 45px; }
  .bloque-ondas-form-negro .form-video {
    padding-top: 40px;
    position: relative; }
    .bloque-ondas-form-negro .form-video .custom-file-label {
      padding: 9px 200px 11px 70px; }
    .bloque-ondas-form-negro .form-video button[type="submit"] {
      bottom: 0;
      height: 41px;
      min-width: 0;
      position: absolute;
      right: 0;
      width: 185px;
      z-index: 3; }
      .bloque-ondas-form-negro .form-video button[type="submit"]:focus, .bloque-ondas-form-negro .form-video button[type="submit"]:hover {
        border-color: #FFFFFF; }
  .bloque-ondas-form-negro::before {
    background-image: url("img/adorno-ondas-negro.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 98%;
    content: '';
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%; }
  .bloque-ondas-form-negro::after {
    background-image: url("img/bloque-verde-ondas.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -1%;
    content: '';
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%; }
  .bloque-ondas-form-negro .img-lobster-tail {
    display: block;
    margin: 0 auto;
    max-width: 80px;
    padding-top: 40px;
    width: 100%; }

@media (min-width: 576px) {
  .bloque-ondas-form-negro {
    padding: 50px 0 180px; }
    .bloque-ondas-form-negro::before {
      height: 120px; }
    .bloque-ondas-form-negro::after {
      height: 150px; } }

@media (min-width: 768px) {
  .bloque-verde {
    padding: 50px 0 300px; }
    .bloque-verde .form {
      padding-top: 67px; }
    .bloque-verde_heading {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 27px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-verde_heading {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
  .bloque-ondas-form-negro {
    padding: 50px 0 250px; }
    .bloque-ondas-form-negro_heading {
      font-size: 32px;
      line-height: 36px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-ondas-form-negro_heading {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .bloque-ondas-form-negro_descripcion {
      margin-bottom: 35px; }
    .bloque-ondas-form-negro::before {
      background-position: bottom;
      bottom: 97%;
      height: 200px; }
    .bloque-ondas-form-negro::after {
      background-position: bottom;
      bottom: -1%;
      height: 200px; }
    .bloque-ondas-form-negro .img-lobster-tail {
      max-width: 335px;
      padding-top: 45px; } }

@media (min-width: 1200px) {
  .collab-now-wrapper {
    padding-bottom: 300px; }
  .bloque-ondas-form-negro::before {
    bottom: 95%;
    height: 210px; } }

@media (min-width: 1400px) {
  .bloque-ondas-form-negro {
    padding: 50px 0 350px; }
    .bloque-ondas-form-negro::before {
      background-position: top;
      bottom: 99%;
      height: 200px; }
    .bloque-ondas-form-negro::after {
      background-position: top; } }

.bloque-amarillo-oscuro-ondas {
  background-color: #F7AA29;
  margin-bottom: -6px;
  position: relative;
  z-index: 3; }
  .bloque-amarillo-oscuro-ondas .lobster-badge {
    display: block;
    margin: 0 auto 30px;
    max-width: 80px; }
  .bloque-amarillo-oscuro-ondas .lobster-pinzas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 15px; }
    .bloque-amarillo-oscuro-ondas .lobster-pinzas .lobster-pinza-izq {
      bottom: -45px;
      left: -20px;
      position: relative;
      transform: rotateZ(65deg); }
    .bloque-amarillo-oscuro-ondas .lobster-pinzas .lobster-pinza-der {
      bottom: -45px;
      position: relative;
      right: -20px;
      transform: rotateZ(300deg); }
  .bloque-amarillo-oscuro-ondas_descripcion {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px; }
    .bloque-amarillo-oscuro-ondas_descripcion p {
      margin: 0; }
    .bloque-amarillo-oscuro-ondas_descripcion .texto-mobile-destacado {
      font-family: 'brice-bold', Helvetica, Arial, sans-serif;
      font-style: normal;
      font-size: 24px;
      line-height: 24px;
      padding-top: 10px; }
      .bloque-amarillo-oscuro-ondas_descripcion .texto-mobile-destacado span {
        display: block; }
        .bloque-amarillo-oscuro-ondas_descripcion .texto-mobile-destacado span:first-child {
          color: #000000; }
        .bloque-amarillo-oscuro-ondas_descripcion .texto-mobile-destacado span:last-child {
          color: #FFFFFF; }
  .bloque-amarillo-oscuro-ondas_img {
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%; }
  .bloque-amarillo-oscuro-ondas::before {
    background-image: url("img/bloque-amarillo-oscuro-ondas-top-mobile.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 99%;
    content: '';
    height: 95px;
    left: 0%;
    position: absolute;
    width: 100%; }

.heading-ondas {
  background-image: url("img/heading-ondas-fondo.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 10px 0 50px;
  position: relative;
  z-index: 3; }
  .heading-ondas h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .heading-ondas h2 {
        font-size: 34px;
        line-height: 38px; } }
  .heading-ondas + .slider-block {
    margin-top: -9%;
    z-index: 1; }
  .heading-ondas::before {
    background-image: url("img/heading-ondas-top.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 115px;
    left: 0%;
    position: absolute;
    top: -110px;
    width: 100%; }

.bloque-verde-home {
  background-color: #7DC84B;
  padding: 0 0 300px;
  position: relative;
  z-index: 1; }
  .bloque-verde-home .proyectos-links {
    margin: -200px -15px 0;
    min-height: 400px;
    overflow: hidden;
    position: relative; }
    .bloque-verde-home .proyectos-links .proyecto-img {
      position: absolute; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_mediano {
      height: 224px;
      left: -100px;
      top: 0;
      width: 224px;
      z-index: 1; }
      .bloque-verde-home .proyectos-links .link-proyecto-img_mediano img {
        height: 190px;
        width: 190px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_grande {
      height: 300px;
      left: 50%;
      top: 25px;
      transform: translateX(-50%);
      width: 300px; }
      .bloque-verde-home .proyectos-links .link-proyecto-img_grande img {
        height: 255px;
        width: 255px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_chico {
      height: 207px;
      right: -90px;
      top: 180px;
      width: 207px; }
      .bloque-verde-home .proyectos-links .link-proyecto-img_chico img {
        height: 175px;
        width: 175px; }
    .bloque-verde-home .proyectos-links::after {
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("img/projects-badge-img.png");
      background-size: contain;
      bottom: 10px;
      content: '';
      height: 80px;
      left: 15px;
      position: absolute;
      width: 80px; }
  .bloque-verde-home .boton-flecha_container {
    max-width: 210px; }

@media (min-width: 400px) {
  .bloque-amarillo-oscuro-ondas .lobster-pinzas .lobster-pinza-izq {
    bottom: -55px;
    left: -25px; }
  .bloque-amarillo-oscuro-ondas .lobster-pinzas .lobster-pinza-der {
    bottom: -55px;
    right: -25px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_mediano {
    left: -70px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_chico {
    right: -50px; }
  .bloque-verde-home .boton-flecha_container {
    max-width: 285px; } }

@media (min-width: 500px) {
  .bloque-verde-home .proyectos-links .link-proyecto-img_mediano {
    height: 240px;
    left: -60px;
    width: 240px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_mediano img {
      height: 200px;
      width: 200px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_grande {
    height: 320px;
    width: 320px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_grande img {
      height: 270px;
      width: 270px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_chico {
    height: 230px;
    right: -50px;
    top: 170px;
    width: 230px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_chico img {
      height: 190px;
      width: 190px; }
  .bloque-verde-home .boton-flecha_container {
    max-width: 370px; } }

@media (min-width: 576px) {
  .bloque-amarillo-oscuro-ondas .lobster-pinzas .lobster-pinza-izq {
    bottom: -80px;
    left: -30px; }
  .bloque-amarillo-oscuro-ondas .lobster-pinzas .lobster-pinza-der {
    bottom: -80px;
    right: -30px; }
  .heading-ondas h2 {
    font-size: 32px;
    line-height: 36px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .heading-ondas h2 {
      font-size: 36px;
      line-height: 40px; } }

@media (min-width: 576px) {
  .bloque-verde-home .proyectos-links {
    min-height: 460px; }
    .bloque-verde-home .proyectos-links::after {
      bottom: 0;
      height: 120px;
      width: 120px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_mediano {
      height: 300px;
      left: -70px;
      width: 300px; }
      .bloque-verde-home .proyectos-links .link-proyecto-img_mediano img {
        height: 245px;
        width: 245px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_grande {
      height: 350px;
      top: 25px;
      width: 350px; }
      .bloque-verde-home .proyectos-links .link-proyecto-img_grande img {
        height: 290px;
        width: 290px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_chico {
      height: 280px;
      right: -45px;
      top: 140px;
      width: 280px; }
      .bloque-verde-home .proyectos-links .link-proyecto-img_chico img {
        height: 235px;
        width: 235px; } }

@media (min-width: 768px) {
  .texto-mobile {
    display: none; }
  .bloque-amarillo-oscuro-ondas {
    padding-bottom: 190px; }
    .bloque-amarillo-oscuro-ondas .lobster-pinzas {
      display: none; }
    .bloque-amarillo-oscuro-ondas .lobster-badge {
      display: none; }
    .bloque-amarillo-oscuro-ondas_descripcion {
      font-family: 'brice-bold', Helvetica, Arial, sans-serif;
      font-style: normal;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 32px; }
      .bloque-amarillo-oscuro-ondas_descripcion .texto-mobile-destacado {
        display: none; }
    .bloque-amarillo-oscuro-ondas_img {
      margin: 0 auto 59px;
      max-width: 528px; }
    .bloque-amarillo-oscuro-ondas::before {
      background-image: url("img/bloque-amarillo-oscuro-ondas-top.svg");
      background-size: cover;
      height: 175px; }
  .slider-block + .bloque-verde-home {
    margin-top: -115px; }
  .projects-img-mobile {
    display: none; }
  .bloque-verde-home {
    padding: 150px 0 380px;
    position: static; }
    .bloque-verde-home .projects-img-mobile_container::after {
      content: none; }
    .bloque-verde-home .projects-img-desktop {
      display: block; }
    .bloque-verde-home .proyectos-links {
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 50px 0;
      min-height: 0;
      overflow: visible;
      position: relative; }
      .bloque-verde-home .proyectos-links .proyecto-img {
        position: static; }
      .bloque-verde-home .proyectos-links a.proyecto-img {
        transform: scale3d(1, 1, 1); }
        .bloque-verde-home .proyectos-links a.proyecto-img:hover {
          transform: scale3d(1.1, 1.1, 1.1);
          z-index: 1; }
      .bloque-verde-home .proyectos-links .link-proyecto-img_mediano {
        height: 250px;
        width: 430px;
        z-index: 0; }
        .bloque-verde-home .proyectos-links .link-proyecto-img_mediano img {
          height: 195px;
          width: 195px; }
      .bloque-verde-home .proyectos-links .link-proyecto-img_grande {
        height: 260px;
        margin: 50px -5px 0 -8px;
        width: 475px; }
        .bloque-verde-home .proyectos-links .link-proyecto-img_grande img {
          height: 215px;
          width: 215px; }
      .bloque-verde-home .proyectos-links .link-proyecto-img_chico {
        height: 220px;
        margin-top: 30px;
        width: 400px; }
        .bloque-verde-home .proyectos-links .link-proyecto-img_chico img {
          height: 180px;
          width: 180px; }
      .bloque-verde-home .proyectos-links::after {
        bottom: -130px;
        height: 120px;
        left: 0;
        width: 120px; }
  .heading-ondas {
    padding: 35px 0 100px; }
    .heading-ondas::before {
      height: 150px;
      top: -140px; } }

@media (min-width: 992px) {
  .heading-ondas::before {
    height: 180px;
    top: -170px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_mediano {
    height: 430px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_mediano img {
      height: 260px;
      width: 260px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_grande {
    height: 475px;
    margin: 50px -5px 0 -8px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_grande img {
      height: 290px;
      width: 290px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_chico {
    height: 400px;
    margin-top: 30px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_chico img {
      height: 245px;
      width: 245px; } }

@media (min-width: 1200px) {
  .slider-block + .bloque-verde-home {
    margin-top: -242px; }
  .bloque-amarillo-oscuro-ondas::before {
    background-position: top;
    height: 204px; }
  .bloque-verde-home {
    padding: 300px 0 682px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_mediano img {
      height: 330px;
      width: 330px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_grande img {
      height: 365px;
      width: 365px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_chico img {
      height: 305px;
      width: 305px; }
    .bloque-verde-home .proyectos-links::after {
      bottom: -300px;
      height: 300px;
      width: 300px; }
  .heading-ondas {
    padding: 60px 0 100px; }
    .heading-ondas::before {
      height: 210px;
      top: -140px; } }

@media (min-width: 1400px) {
  .heading-ondas {
    padding: 100px 0 100px; }
    .heading-ondas::before {
      background-position: top;
      height: 180px;
      top: -180px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_mediano img {
    height: 350px;
    width: 350px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_grande {
    margin: 50px -5px 0 -8px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_grande img {
      height: 385px;
      width: 385px; }
  .bloque-verde-home .proyectos-links .link-proyecto-img_chico {
    margin-top: 30px; }
    .bloque-verde-home .proyectos-links .link-proyecto-img_chico img {
      height: 325px;
      width: 325px; } }

.bloque-proyecto-detalle {
  background-color: #F7AA29; }
  .bloque-proyecto-detalle::before {
    background-image: url("img/adorno-convexo-amarillo-alt-mobile.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 85px;
    left: 0;
    position: absolute;
    top: -80px;
    width: 100%; }

.bloque-proyecto-detalle.bloque-naranja {
  background-color: #FE5138;
  color: #FFFFFF; }
  .bloque-proyecto-detalle.bloque-naranja::before {
    background-image: url("img/adorno-convexo-naranja-mobile-2.svg"); }

.bloque-proyecto-detalle.bloque-amarillo {
  background-color: #F3EA4F;
  color: #000000; }
  .bloque-proyecto-detalle.bloque-amarillo::before {
    background-image: url("img/adorno-convexo-amarillo-mobile-2.svg"); }

.bloque-proyecto-detalle.bloque-azul {
  background-color: #0853F9;
  color: #FFFFFF; }
  .bloque-proyecto-detalle.bloque-azul::before {
    background-image: url("img/adorno-convexo-azul-mobile.svg"); }

.bloque-proyecto-detalle.bloque-verde {
  background-color: #7DC84B; }
  .bloque-proyecto-detalle.bloque-verde::before {
    background-image: url("img/adorno-convexo-verde-mobile.svg"); }

.bloque-proyecto-detalle {
  padding: 27px 0 150px;
  position: relative; }
  .bloque-proyecto-detalle .proyecto-detalle_nombre {
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .bloque-proyecto-detalle .proyecto-detalle_nombre {
        font-size: 34px;
        line-height: 38px; } }
  .bloque-proyecto-detalle .proyecto-detalle_tags {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px; }
    .bloque-proyecto-detalle .proyecto-detalle_tags span {
      text-transform: uppercase; }
      .bloque-proyecto-detalle .proyecto-detalle_tags span:not(:last-child)::after {
        color: #FFFFFF;
        content: '|';
        margin: 0 8px; }
  .bloque-proyecto-detalle .img-lobster-tail {
    display: block;
    margin: 36px auto 0;
    max-width: 105px; }
  .bloque-proyecto-detalle.bloque-amarillo .proyecto-detalle_nombre {
    color: #000000; }
  .bloque-proyecto-detalle.bloque-amarillo .proyecto-detalle_tags span:not(:last-child)::after {
    color: #000000; }

.bloque-video-negro {
  background-color: #121212;
  color: #FFFFFF;
  padding: 50px 0;
  position: relative;
  z-index: 1; }
  .bloque-video-negro_encabezado {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .bloque-video-negro_encabezado {
        font-size: 34px;
        line-height: 38px; } }
  .bloque-video-negro .video-descripcion {
    line-height: 18px;
    padding-top: 15px; }
  .bloque-video-negro::before {
    background-image: url("img/adorno-ondas-negro.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 99%;
    content: '';
    height: 110px;
    left: 0;
    position: absolute;
    width: 100%; }
  .bloque-video-negro::after {
    background-image: url("img/adorno-ondas-negro-bottom.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -73px;
    content: '';
    height: 75px;
    left: 0;
    position: absolute;
    width: 100%; }

.bloque-colaboradores-naranja {
  background-color: #FE5138;
  color: #FFFFFF;
  padding: 30px 0 80px;
  position: relative; }
  .bloque-colaboradores-naranja_heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .bloque-colaboradores-naranja_heading {
        font-size: 34px;
        line-height: 38px; } }
  .bloque-colaboradores-naranja::before {
    background-image: url("img/adorno-convexo-naranja-mobile.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 110px;
    left: 0;
    position: absolute;
    top: -72px;
    width: 100%; }

.bloque-creditos-verde {
  background-color: #7DC84B;
  padding: 0 0 300px;
  position: relative; }
  .bloque-creditos-verde::before {
    background-image: url("img/bloque-verde-ondas-borde.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 95px;
    left: 0%;
    position: absolute;
    top: -93px;
    width: 100%; }
  .bloque-creditos-verde .slider-proyectos-heading {
    padding-top: 70px; }
  .bloque-creditos-verde .slider-proyectos-container {
    padding-top: 20px; }
  .bloque-creditos-verde .card-creditos {
    color: #301D73;
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 20px;
    line-height: 24px;
    margin-top: 100px;
    max-height: 880px;
    overflow: auto;
    padding: 0; }
    .bloque-creditos-verde .card-creditos h6 {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #FFFFFF;
      font-size: 20px;
      line-height: 18px; }
    .bloque-creditos-verde .card-creditos p:not(:last-child) {
      margin-bottom: 10px; }

@media (min-width: 400px) {
  .bloque-proyecto-detalle::before {
    height: 105px;
    top: -80px; }
  .bloque-colaboradores-naranja::before {
    height: 150px;
    top: -100px; } }

@media (min-width: 500px) {
  .bloque-proyecto-detalle::before {
    height: 120px;
    top: -85px; } }

@media (min-width: 576px) {
  .bloque-proyecto-detalle::before {
    height: 160px;
    top: -120px; }
  .bloque-colaboradores-naranja::before {
    height: 200px;
    top: -125px; } }

@media (min-width: 768px) {
  .hero-img + .bloque-proyecto-detalle::before {
    background-image: url("img/adorno-concavo-amarillo-alt.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 99%;
    content: '';
    height: 310px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%; }
  .hero-img + .bloque-proyecto-detalle.bloque-naranja::before {
    background-image: url("img/adorno-concavo-naranja.svg"); }
  .hero-img + .bloque-proyecto-detalle.bloque-amarillo::before {
    background-image: url("img/adorno-concavo-amarillo.svg"); }
  .hero-img + .bloque-proyecto-detalle.bloque-azul::before {
    background-image: url("img/adorno-concavo-azul.svg"); }
  .hero-img + .bloque-proyecto-detalle.bloque-verde::before {
    background-image: url("img/adorno-concavo-verde.svg"); }
  .bloque-proyecto-detalle.bloque-naranja {
    background-color: #FE5138;
    color: #FFFFFF; }
  .bloque-proyecto-detalle {
    padding: 50px 0 280px; }
    .bloque-proyecto-detalle .proyecto-detalle_nombre {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 20px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-proyecto-detalle .proyecto-detalle_nombre {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .bloque-proyecto-detalle .proyecto-detalle_tags {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 27px; }
    .bloque-proyecto-detalle .proyecto-detalle_extract {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 25px; }
    .bloque-proyecto-detalle .proyecto-detalle_contenido {
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 20px;
      column-gap: 20px; }
    .bloque-proyecto-detalle .img-lobster-tail {
      display: block;
      margin: 122px auto 0;
      max-width: 295px; }
  .bloque-video-negro {
    padding: 0 0 80px; }
    .bloque-video-negro_encabezado {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 68px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-video-negro_encabezado {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .bloque-video-negro::before {
      height: 150px; }
    .bloque-video-negro::after {
      bottom: -95px;
      height: 95px; }
  .bloque-colaboradores-naranja {
    padding: 18px 0 300px; }
    .bloque-colaboradores-naranja_heading {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 70px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-colaboradores-naranja_heading {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .bloque-colaboradores-naranja::before {
      background-image: url("img/adorno-convexo-naranja.svg");
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: 100%;
      content: '';
      height: 70px;
      left: 0;
      position: absolute;
      top: -68px;
      width: 100%; }
  .bloque-creditos-verde {
    padding: 35px 0 400px; }
    .bloque-creditos-verde::before {
      height: 125px;
      top: -125px; }
    .bloque-creditos-verde .slider-proyectos-heading {
      padding-top: 80px; }
    .bloque-creditos-verde .slider-proyectos-container {
      padding-top: 10px; } }

@media (min-width: 992px) {
  .bloque-colaboradores-naranja::before {
    background-position: bottom;
    height: 85px;
    top: -83px; }
  .bloque-video-negro::before {
    bottom: 99%;
    height: 180px; }
  .bloque-video-negro::after {
    bottom: -120px;
    height: 120px; }
  .bloque-creditos-verde {
    padding-top: 0; }
    .bloque-creditos-verde::before {
      height: 150px;
      top: -150px; } }

@media (min-width: 1200px) {
  .bloque-proyecto-detalle {
    padding: 50px 0 395px; }
  .bloque-colaboradores-naranja::before {
    height: 100px;
    top: -98px; }
  .bloque-video-negro::before {
    bottom: 97%;
    height: 200px; }
  .bloque-video-negro::after {
    bottom: -130px;
    height: 130px; }
  .bloque-creditos-verde {
    padding-bottom: 550px; }
    .bloque-creditos-verde::before {
      height: 175px;
      top: -175px; } }

@media (min-width: 1400px) {
  .bloque-colaboradores-naranja::before {
    height: 160px;
    top: -158px; }
  .bloque-video-negro::before {
    height: 280px;
    top: -275px; }
  .bloque-video-negro::after {
    bottom: -175px;
    height: 175px; }
  .bloque-creditos-verde {
    padding-bottom: 600px; }
    .bloque-creditos-verde::before {
      height: 245px;
      top: -245px; } }

.the-collective-wrapper {
  background-color: #F7AA29;
  padding-bottom: 400px; }

.bloque-amarillo-bloque-amarillo-oscuro-mobile {
  background-color: #F7AA29; }

.bloque-icono.bloque-amarillo {
  padding: 50px 0 170px; }
  .bloque-icono.bloque-amarillo .bloque-amarillo_heading {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .bloque-icono.bloque-amarillo .bloque-amarillo_heading {
        font-size: 24px;
        line-height: 28px; } }
  .bloque-icono.bloque-amarillo .bloque-amarillo_descripcion {
    margin-bottom: 60px; }
  .bloque-icono.bloque-amarillo .items-personas-listado_heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 42px; }
    @media (min-width: 768px) {
      .bloque-icono.bloque-amarillo .items-personas-listado_heading {
        font-size: 24px;
        line-height: 28px; } }
  .bloque-icono.bloque-amarillo .items-personas-listado_subheading {
    font-family: 'brice-bold', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px; }
  .bloque-icono.bloque-amarillo .items-personas-listado_heading, .bloque-icono.bloque-amarillo .items-personas-listado_subheading {
    color: #CF3938; }
  .bloque-icono.bloque-amarillo .items-personas-listado_boton,
  .bloque-icono.bloque-amarillo .items-personas-listado #show-more {
    width: 100%; }
  .bloque-icono.bloque-amarillo .items-personas-listado #show-more + .items-personas-listado_boton .text-collapsed {
    display: none; }
  .bloque-icono.bloque-amarillo .items-personas-listado #show-more.show + .items-personas-listado_boton .text-collapsed {
    display: inline-block; }
  .bloque-icono.bloque-amarillo .items-personas-listado #show-more.show + .items-personas-listado_boton .text-not-collapsed {
    display: none; }
  .bloque-icono.bloque-amarillo .items-personas-listado .card-hidden-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }

.items-personas-listado .item-persona:nth-child(n+12) {
  display: none; }

.bloque-azul-ondas.bloque-mobile-verde {
  background-color: #7DC84B; }

.bloque-azul-ondas {
  position: relative; }
  .bloque-azul-ondas::before {
    background-image: url("img/bloque-verde-ondas-borde-mobile.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 140px;
    left: 0%;
    position: absolute;
    top: -140px;
    width: 100%; }
  .bloque-azul-ondas::after {
    background-image: url("img/bloque-verde-ondas-borde-bottom-mobile.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -140px;
    content: '';
    height: 140px;
    left: 0%;
    position: absolute;
    width: 100%; }
  .bloque-azul-ondas_heading {
    color: #318539;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px; }

.items-personas-listado {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 28px; }
  .items-personas-listado .item-persona {
    margin-bottom: 45px;
    padding: 0 15px;
    width: 100%; }
    .items-personas-listado .item-persona .persona-img {
      height: 100px;
      width: 100px; }
    .items-personas-listado .item-persona_cargo {
      font-size: 12px;
      line-height: 18px;
      min-width: 90px;
      text-transform: uppercase; }

@media (min-width: 400px) {
  .items-personas-listado .item-persona {
    max-width: 50%; } }

@media (min-width: 768px) {
  .the-collective-wrapper {
    padding-bottom: 500px; }
  .bloque-amarillo.bloque-mobile-amarillo-oscuro {
    background-color: #F3EA4F; }
  .bloque-icono.bloque-amarillo {
    padding: 50px 0 250px; }
    .bloque-icono.bloque-amarillo .bloque-amarillo_heading {
      font-size: 32px;
      line-height: 36px;
      color: #121212;
      margin-bottom: 20px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-icono.bloque-amarillo .bloque-amarillo_heading {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .bloque-icono.bloque-amarillo .items-personas-listado_heading {
      font-size: 32px;
      line-height: 36px;
      color: #FE5138;
      margin-bottom: 20px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-icono.bloque-amarillo .items-personas-listado_heading {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .bloque-icono.bloque-amarillo .items-personas-listado_subheading {
      color: #121212;
      font-size: 34px;
      line-height: 48px; }
  .bloque-azul-ondas.bloque-mobile-verde {
    background-color: #04BCFE; }
  .bloque-azul-ondas::before {
    background-image: url("img/bloque-azul-ondas-borde.svg");
    height: 125px;
    top: -120px; }
  .bloque-azul-ondas::after {
    background-image: url("img/bloque-azul-ondas-borde-bottom.svg");
    bottom: -120px;
    height: 125px; }
  .bloque-azul-ondas_heading {
    font-size: 32px;
    line-height: 36px;
    color: #121212;
    margin-bottom: 10px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .bloque-azul-ondas_heading {
      font-size: 36px;
      line-height: 40px; } }

@media (min-width: 768px) {
  .items-personas-listado {
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px; }
    .items-personas-listado .item-persona {
      max-width: 220px;
      width: auto; }
    .items-personas-listado_boton,
    .items-personas-listado #show-more {
      display: none; }
    .items-personas-listado .item-persona:nth-child(n+12) {
      display: block; } }

@media (min-width: 992px) {
  .the-collective-wrapper {
    padding-bottom: 600px; }
  .bloque-azul-ondas::before {
    height: 150px;
    top: -145px; }
  .bloque-azul-ondas::after {
    bottom: -145px;
    height: 150px; } }

@media (min-width: 1200px) {
  .the-collective-wrapper {
    padding-bottom: 800px; }
  .bloque-azul-ondas::before {
    height: 175px;
    top: -170px; }
  .bloque-azul-ondas::after {
    bottom: -170px;
    height: 175px; } }

@media (min-width: 1400px) {
  .bloque-azul-ondas::before {
    height: 245px;
    top: -195px; }
  .bloque-azul-ondas::after {
    bottom: -210px;
    height: 250px; } }

.bloque-azul-claro {
  background-color: #04BCFE;
  padding: 40px 0 200px; }
  .bloque-azul-claro_heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .bloque-azul-claro_heading {
        font-size: 24px;
        line-height: 28px; } }
  .bloque-azul-claro_heading-adicional {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .bloque-azul-claro_heading-adicional {
        font-size: 24px;
        line-height: 28px; } }

.bloque-ondas-naranja {
  background-color: #FE5138;
  color: #FFFFFF;
  padding: 30px 0;
  position: relative; }
  .bloque-ondas-naranja::before {
    background-image: url("img/bloque-naranja-ondas-borde.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 140px;
    left: 0%;
    position: absolute;
    top: -135px;
    width: 100%; }
  .bloque-ondas-naranja::after {
    background-image: url("img/bloque-naranja-ondas-borde-bottom.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -138px;
    content: '';
    height: 140px;
    left: 0%;
    position: absolute;
    width: 100%; }
  .bloque-ondas-naranja_heading {
    font-size: 20px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .bloque-ondas-naranja_heading {
        font-size: 24px;
        line-height: 28px; } }
  .bloque-ondas-naranja_descripcion {
    font-size: 12px;
    line-height: 18px; }
  .bloque-ondas-naranja .img-lobster-tail {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%); }
  .bloque-ondas-naranja .proyecto-img {
    margin-bottom: 20px;
    z-index: 1; }

.bloque-azul-claro-simple {
  background-color: #04BCFE;
  padding: 180px 0 250px; }
  .bloque-azul-claro-simple_heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .bloque-azul-claro-simple_heading {
        font-size: 32px;
        line-height: 34px; } }
  .bloque-azul-claro-simple_subheading {
    font-size: 16px;
    line-height: 20px; }
  .bloque-azul-claro-simple_info {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px; }

@media (min-width: 576px) {
  .bloque-ondas-naranja_container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
  .bloque-ondas-naranja .proyecto-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 226px;
    position: relative;
    width: 226px; }
    .bloque-ondas-naranja .proyecto-img img {
      height: 192px;
      width: 192px; }
  .bloque-ondas-naranja_info {
    margin-left: 30px; } }

@media (min-width: 768px) {
  .bloque-azul-claro {
    padding-top: 30px; }
    .bloque-azul-claro_heading {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 50px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-azul-claro_heading {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .bloque-azul-claro_heading-adicional {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 42px;
      padding-top: 102px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-azul-claro_heading-adicional {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
  .bloque-azul-claro-simple_heading {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 51px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .bloque-azul-claro-simple_heading {
      font-size: 36px;
      line-height: 40px; } }

@media (min-width: 768px) {
  .bloque-azul-claro-simple_subheading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .bloque-azul-claro-simple_subheading {
      font-size: 24px;
      line-height: 28px; } }

@media (min-width: 768px) {
  .bloque-azul-claro-simple_info {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px; }
  .bloque-ondas-naranja_heading {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .bloque-ondas-naranja_heading {
      font-size: 36px;
      line-height: 40px; } }

@media (min-width: 768px) {
  .bloque-ondas-naranja_info {
    margin-left: 40px; }
  .bloque-ondas-naranja_descripcion {
    font-size: 18px;
    line-height: 28px; }
  .bloque-ondas-naranja::before {
    background-image: url("img/bloque-naranja-ondas-borde.svg");
    height: 190px;
    top: -165px; }
  .bloque-ondas-naranja::after {
    bottom: -100px;
    height: 125px; } }

@media (min-width: 992px) {
  .bloque-ondas-naranja::before {
    height: 225px;
    top: -190px; }
  .bloque-ondas-naranja::after {
    bottom: -120px;
    height: 150px; } }

@media (min-width: 1200px) {
  .bloque-azul-claro {
    padding-bottom: 400px; }
  .bloque-azul-claro-simple {
    padding: 300px 0 500px; }
  .bloque-ondas-naranja::before {
    height: 260px;
    top: -220px; }
  .bloque-ondas-naranja::after {
    bottom: -140px;
    height: 175px; }
  .bloque-ondas-naranja .proyecto-img {
    height: 515px;
    width: 515px; }
    .bloque-ondas-naranja .proyecto-img img {
      height: 438px;
      width: 438px; } }

@media (min-width: 1400px) {
  .bloque-ondas-naranja::before {
    height: 400px;
    top: -355px; }
  .bloque-ondas-naranja::after {
    bottom: -220px;
    height: 250px; } }

.bloque-icono.bloque-azul_descripcion {
  margin-bottom: 15px; }

.bloque-icono.bloque-azul .texto-destacado {
  margin-bottom: 25px; }
  .bloque-icono.bloque-azul .texto-destacado.texto-destacado-principal {
    margin-bottom: 15px; }

.bloque-icono.bloque-azul .texto-destacado.texto-mobile {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800; }

.bloque-mobile-amarillo {
  background-color: #FFD500;
  color: #121212; }

.bloque-icono.bloque-mobile-amarillo {
  padding-top: 40px; }

@media (min-width: 768px) {
  .bloque-azul.bloque-mobile-amarillo {
    background-color: #0853F9;
    color: #FFFFFF;
    padding-top: 60px; }
  .bloque-icono.bloque-azul {
    padding-bottom: 100px;
    z-index: 2; }
    .bloque-icono.bloque-azul_descripcion {
      margin-bottom: 33px; }
    .bloque-icono.bloque-azul .texto-destacado {
      font-family: 'brice-bold', Helvetica, Arial, sans-serif;
      font-style: normal;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 27px; }
    .bloque-icono.bloque-azul .texto-destacado-principal {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 0; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .bloque-icono.bloque-azul .texto-destacado-principal {
        font-size: 36px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .bloque-icono.bloque-azul::after {
      background-image: url("img/bloque-azul-ondas-bottom.svg");
      background-position: top;
      background-repeat: no-repeat;
      background-size: 100%;
      bottom: -105px;
      content: '';
      height: 150px;
      left: 0;
      position: absolute;
      width: 100%; }
  .bloque-amarillo-rayas {
    background-color: #F3EA4F;
    background-image: url("img/adorno-bloque-rayas.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    max-height: 880px;
    position: relative; } }

@media (min-width: 992px) {
  .bloque-icono.bloque-azul::after {
    bottom: -125px;
    height: 180px; }
  .bloque-amarillo-rayas {
    max-height: 1200px; } }

@media (min-width: 1200px) {
  .bloque-icono.bloque-azul::after {
    bottom: -140px;
    height: 210px; }
  .bloque-amarillo-rayas {
    max-height: 1400px; } }

@media (min-width: 1400px) {
  .bloque-azul.bloque-mobile-amarillo {
    padding-top: 6px; }
  .bloque-icono.bloque-azul::after {
    bottom: -220px;
    height: 300px; }
  .bloque-amarillo-rayas {
    max-height: 1660px; } }

/*# sourceMappingURL=style.css.map */
