/*
Theme Name: THEME_NAME
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Nett
Author URI: http://nett.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: 'founders_groteskregular';
  font-style: normal;
  color: #555555;
  font-size: 18px;
  line-height: 27px; }

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

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

a {
  color: #205353; }
  a:hover {
    color: rgba(32, 83, 83, 0.5); }

button {
  background: transparent;
  border: none; }

a,
button {
  transition: 0.5s; }

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'p22_mackinacregular';
  font-weight: 500;
  font-weight: normal;
  font-style: normal;
  color: #000000; }

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

h1 {
  font-size: 35px;
  line-height: 47px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 38px;
      line-height: 57px; } }

h2 {
  font-size: 32px;
  line-height: 48px; }

h3 {
  font-size: 24px;
  line-height: 36px; }

h4 {
  font-size: 22px;
  line-height: 30px; }

h5 {
  font-size: 21px;
  line-height: 31px; }

h6 {
  font-size: 18px;
  line-height: 27px; }

/*! 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; } }

.wpcf7-not-valid {
  border: 1px solid #d00000; }

.wpcf7-response-output {
  background-color: #FBFAFB;
  border-color: #498F63;
  color: #498F63;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 19px 15px 17px 15px;
  text-align: center; }

.wpcf7-validation-errors {
  background-color: transparent;
  border-color: #d00000;
  color: #d00000; }

.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 12px;
  line-height: 1.2;
  margin-top: -14px; }

label {
  line-height: 30px;
  margin-bottom: 3px; }

input,
textarea,
select,
.form-control {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  color: #666666;
  min-height: 50px; }
  input:focus,
  textarea:focus,
  select:focus,
  .form-control:focus {
    border-color: #205353;
    border-width: 1px;
    box-shadow: none;
    color: #666666; }

.form-control {
  margin-bottom: 15px;
  position: relative; }

form.form-contacto button[type='submit'],
form.form-contacto input[type='submit'],
form.form-contacto input[type='button'] {
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  min-width: 185px;
  padding: 12px 80px 14px 30px;
  position: relative;
  transition: 0.5s;
  text-align: center;
  background-image: url("img/icono-flecha-boton-blanco.svg");
  background-color: #205353;
  border-color: #205353;
  color: #FFFFFF;
  display: block;
  margin-top: 25px;
  width: 100%; }
  form.form-contacto button[type='submit']::after,
  form.form-contacto input[type='submit']::after,
  form.form-contacto input[type='button']::after {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    height: 100%;
    width: 1px; }
  form.form-contacto button[type='submit']::after,
  form.form-contacto input[type='submit']::after,
  form.form-contacto input[type='button']::after {
    background-color: #FFFFFF; }
  form.form-contacto button[type='submit']:hover, form.form-contacto button[type='submit']:focus,
  form.form-contacto input[type='submit']:hover,
  form.form-contacto input[type='submit']:focus,
  form.form-contacto input[type='button']:hover,
  form.form-contacto input[type='button']:focus {
    background-image: url("img/icono-flecha-boton-verde.svg");
    background-color: #FFFFFF;
    color: #2E5253; }
    form.form-contacto button[type='submit']:hover::after, form.form-contacto button[type='submit']:focus::after,
    form.form-contacto input[type='submit']:hover::after,
    form.form-contacto input[type='submit']:focus::after,
    form.form-contacto input[type='button']:hover::after,
    form.form-contacto input[type='button']:focus::after {
      background-color: #205353; }

form.form-contacto.wpcf7-form.submitting .ajax-loader {
  display: block; }

form.form-contacto.wpcf7-form .ajax-loader {
  background-color: rgba(255, 255, 255, 0);
  background-image: url(img/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 25px;
  margin: 30px auto 0;
  width: 25px; }
  form.form-contacto.wpcf7-form .ajax-loader::before {
    content: none; }

form.form-contacto .wpcf7-response-output {
  font-family: 'founders_groteskregular';
  font-style: normal;
  background-color: #FFFFFF;
  border-radius: 3px;
  color: #ff0000;
  font-size: 16px;
  padding: 17px 20px 16px; }

form.form-contacto.sent .wpcf7-response-output {
  color: #46b450; }

form.form-contacto .wpcf7-not-valid {
  border-color: #ff0000; }
  form.form-contacto .wpcf7-not-valid:focus {
    border-color: #205353; }

form.form-contacto .custom-file {
  height: 100%; }

form.form-contacto .custom-file-input {
  min-height: 0;
  position: absolute;
  z-index: -1; }
  form.form-contacto .custom-file-input:focus ~ .custom-file-label {
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    opacity: 0.6; }

form.form-contacto .custom-file-label {
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  min-height: 45px;
  padding-bottom: 9px;
  padding-top: 55px;
  position: relative;
  text-align: center;
  transition: 0.5s; }
  form.form-contacto .custom-file-label::after {
    font-family: 'founders_groteskregular';
    font-style: normal;
    background-color: #EAEAEA;
    border-radius: 3px;
    color: #000000;
    height: 100%;
    max-height: 45px;
    padding-bottom: 10px;
    padding-top: 10px;
    right: auto;
    text-align: center;
    width: 100%; }
  form.form-contacto .custom-file-label:hover {
    opacity: 0.6; }

form.form-contacto .curriculum ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

form.form-contacto .custom-file-input + .wpcf7-not-valid-tip {
  display: block;
  margin-bottom: 14px; }

.wpcf7 .form-contacto .wpcf7-response-output,
.wpcf7 .form-contacto.spam .wpcf7-response-output,
.wpcf7 .form-contacto.aborted .wpcf7-response-output,
.wpcf7 .form-contacto.failed .wpcf7-response-output,
.wpcf7 .form-contacto.invalid .wpcf7-response-output,
.wpcf7 .form-contacto.unaccepted .wpcf7-response-output {
  border-color: #ff0000;
  margin: 30px 0 0; }

@media (min-width: 768px) {
  form.form-contacto button[type='submit'],
  form.form-contacto input[type='submit'] {
    width: 235px; }
  form.form-contacto .custom-file-label {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-left: 202px;
    padding-top: 10px;
    text-align: left; }
    form.form-contacto .custom-file-label::after {
      left: 0;
      right: auto;
      width: 185px; } }

.boton-principal {
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  min-width: 185px;
  padding: 12px 80px 14px 30px;
  position: relative;
  transition: 0.5s;
  text-align: center;
  background-image: url("img/icono-flecha-boton-verde.svg");
  border-color: #2E5253;
  color: #2E5253; }
  .boton-principal::after {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    height: 100%;
    width: 1px; }
  .boton-principal::after {
    background-color: #2E5253; }
  .boton-principal:hover, .boton-principal:focus {
    background-color: #DEEEE9;
    color: #2E5253; }

.boton-principal-blanco {
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  min-width: 185px;
  padding: 12px 80px 14px 30px;
  position: relative;
  transition: 0.5s;
  text-align: center;
  background-image: url("img/icono-flecha-boton-blanco.svg");
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .boton-principal-blanco::after {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    height: 100%;
    width: 1px; }
  .boton-principal-blanco::after {
    background-color: #FFFFFF; }
  .boton-principal-blanco:hover, .boton-principal-blanco:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF; }

.boton-principal-verde {
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  min-width: 185px;
  padding: 12px 80px 14px 30px;
  position: relative;
  transition: 0.5s;
  text-align: center;
  background-image: url("img/icono-flecha-boton-blanco.svg");
  background-color: #205353;
  border-color: #205353;
  color: #FFFFFF; }
  .boton-principal-verde::after {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    height: 100%;
    width: 1px; }
  .boton-principal-verde::after {
    background-color: #FFFFFF;
    transition: 0.5s; }
  .boton-principal-verde:hover, .boton-principal-verde:focus {
    background-image: url("img/icono-flecha-boton-verde.svg");
    background-color: #FFFFFF;
    color: #205353; }
    .boton-principal-verde:hover::after, .boton-principal-verde:focus::after {
      background-color: #205353; }

.footer {
  background-color: #205353;
  color: #FFFFFF;
  overflow: hidden;
  padding: 40px 0;
  position: relative; }
  .footer h3 {
    color: #FFFFFF; }
  .footer .grid-lines {
    display: none; }
  .footer__logo {
    -ms-flex-order: 2;
    order: 2; }
    .footer__logo img {
      max-width: 50%; }
  .footer__menu, .footer__social {
    max-width: 50%;
    width: 100%; }
  .footer__menu--no-title {
    -ms-flex-order: 1;
    order: 1; }
  .footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
  .footer a {
    font-family: 'founders_groteskregular';
    font-style: normal;
    color: #FFFFFF; }
  .footer a:hover {
    opacity: 0.5; }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer li {
    padding: 5px 0; }
  .footer li.active a {
    opacity: 0.7; }
  .footer .icono-social {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 22px;
    margin-bottom: 20px;
    width: 22px; }
  .footer .icono-facebook {
    background-image: url("img/icono-facebook.svg"); }
  .footer .icono-twitter {
    background-image: url("img/icono-twitter.svg"); }
  .footer .icono-instagram {
    background-image: url("img/icono-instagram.svg"); }
  .footer .icono-youtube {
    background-image: url("img/icono-youtube.svg");
    width: 31px; }

@media (min-width: 768px) {
  .footer {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .footer {
    padding: 60px 0; }
    .footer__logo, .footer__menu {
      max-width: 20%; }
    .footer__logo {
      margin-right: auto;
      -ms-flex-order: 0;
      order: 0; }
      .footer__logo img {
        max-width: 100%; }
    .footer__menu--no-title {
      -ms-flex-order: 0;
      order: 0;
      padding-top: 44px; }
    .footer__social {
      margin-right: -30px;
      width: auto; } }

.menu__logo {
  max-height: 44px;
  width: auto; }

.menu-principal-wrapper {
  background-color: #205353;
  padding: 5px 15px 10px 15px; }
  .menu-principal-wrapper > .navbar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

#search-modal,
.menu-item__search-desktop {
  display: none; }

.dropdown-toggle::after {
  content: none; }

.menu-item-desktop {
  display: none; }

.menu-principal-transparente {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

.men_lang a {
  text-transform: uppercase; }

.men_lang .active {
  font-weight: bold; }

@media (min-width: 768px) {
  .menu-principal-wrapper {
    padding: 5px 30px 10px 30px; } }

@media (min-width: 992px) {
  header {
    left: 0;
    position: relative;
    top: 0; }
  .menu-item--formulario-buscar-xs {
    display: none; }
  .menu-principal-wrapper {
    background-color: #205353;
    padding: 5px 30px 10px 70px;
    position: relative; }
    .menu-principal-wrapper.menu-principal-transparente {
      background-color: rgba(255, 255, 255, 0);
      position: absolute; }
    .menu-principal-wrapper #button-open-menu-mobile {
      display: none; }
    .menu-principal-wrapper > .navbar {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .menu-principal-wrapper .navbar-brand {
      margin-right: 6px; }
  .menu-item-desktop {
    display: block; }
  .menu-item-mobile {
    display: none; }
  .menu-principal {
    color: #FFFFFF;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 3px; }
  .menu-principal__items > .menu-item:not(:last-child) {
    margin-right: 3px; }
  .menu-principal__items > .menu-item > a {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    padding: 7px 5px 7px; }
    .menu-principal__items > .menu-item > a:hover {
      opacity: 0.5; }
  .menu-principal__items > .menu-item.menu-item__button > a {
    padding: 7px 10px 7px; }
  .menu-item__search-desktop {
    display: block; }
  .menu-item__search-desktop a::before {
    background-image: url("img/icono-lupa-blanco.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 16px; }
  .menu-item__button {
    margin-left: 8px; }
  .menu-principal__items > .menu-item__button a {
    background-color: #7B8B85;
    border-color: #7B8B85; }
    .menu-principal__items > .menu-item__button a:hover {
      background-color: rgba(0, 0, 0, 0);
      opacity: 1; }
  .menu-item__language {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .menu-item__language span {
      display: none; }
    .menu-item__language ul {
      display: -ms-flexbox;
      display: flex;
      padding-left: 0; }
    .menu-item__language li:not(:last-child)::after {
      content: '/';
      display: inline-block;
      margin-left: 3px;
      margin-right: 5px; }
    .menu-item__language li.active a {
      font-family: 'founders_grotesksemibold';
      font-style: normal;
      color: #FFFFFF; }
      .menu-item__language li.active a:hover {
        color: rgba(255, 255, 255, 0.8); }
    .menu-item__language a {
      color: rgba(255, 255, 255, 0.5);
      display: inline-block;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase; }
      .menu-item__language a:hover {
        color: rgba(255, 255, 255, 0.8); }
  .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu {
    border: 0;
    min-width: 400px;
    opacity: 0;
    padding-top: 22px;
    position: absolute;
    top: calc(100%);
    transform: translateY(-10px);
    transition: .3s ease;
    visibility: hidden;
    z-index: 100; }
    .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu .submenu-container {
      background: #FFFFFF;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
      max-height: 650px;
      overflow: auto;
      padding: 60px; }
    .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu a {
      color: #000000;
      display: block;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 13px;
      padding-top: 5px; }
      .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu a:hover, .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu a:focus {
        opacity: 0.5; }
  .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu-ministries {
    width: 620px; }
    .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu-ministries .submenu-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu-ministries span {
      font-family: 'p22_mackinacregular';
      font-weight: 500;
      font-weight: normal;
      font-style: normal;
      color: #555555;
      display: block;
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 28px;
      width: 100%; }
    .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu-ministries ul {
      width: 50%;
      padding-left: 0; }
    .menu-principal:not(.mm-menu) .menu-item .menu-principal__submenu-ministries li {
      -moz-column-break-inside: avoid;
      break-inside: avoid-column; }
  .menu-principal:not(.mm-menu) .menu-item .dropdown-toggle:hover + .menu-principal__submenu,
  .menu-principal:not(.mm-menu) .menu-item .dropdown-toggle + .menu-principal__submenu:focus,
  .menu-principal:not(.mm-menu) .menu-item .dropdown-toggle + .menu-principal__submenu:hover {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 2000; }
  .dropdown-toggle::after {
    background-image: url("img/icono-dropdown-toggle-blanco.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    border: 0;
    content: '';
    height: 8px;
    vertical-align: baseline;
    width: 12px; }
  #search-modal {
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-85px);
    transition: 0.3s;
    visibility: hidden;
    width: 100%; }
    #search-modal.open {
      transform: translateY(0);
      visibility: visible; }
    #search-modal .modal-close-button {
      color: #555555;
      display: -ms-flexbox;
      display: flex;
      margin-left: 54px;
      padding: 8px; }
      #search-modal .modal-close-button:hover {
        opacity: 0.5; }
      #search-modal .modal-close-button::before {
        background-image: url("img/icono-cerrar-gris.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px;
        content: '';
        display: inline-block;
        height: 18px;
        margin-right: 10px;
        position: relative;
        top: 5px;
        width: 18px; }
  .search-modal__container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
  .search-form {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .search-form .search-icon {
      margin-right: 10px;
      max-height: 15px;
      width: auto; }
    .search-form button[type='submit'] {
      background-color: #7B8B85;
      color: #FFFFFF;
      line-height: 22px;
      padding: 11px 30px 10px; }
      .search-form button[type='submit']:hover, .search-form button[type='submit']:focus {
        background-color: #2E5253; }
    .search-form .input-wrapper {
      margin-right: 30px;
      width: 100%; }
    .search-form .form-control {
      border: 0;
      color: #555555;
      font-size: 18px;
      height: 44px;
      line-height: 22px;
      margin-bottom: 0;
      min-height: 0;
      padding: 0; }
      .search-form .form-control + .input-line {
        background-color: #000000;
        bottom: 1px;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        position: relative;
        transition: 0.3s ease-in-out;
        width: 0%; }
      .search-form .form-control:focus {
        box-shadow: none; }
        .search-form .form-control:focus + .input-line {
          width: 100%; }
  .page-wrapper {
    overflow: hidden; }
    .page-wrapper::after {
      background-color: rgba(0, 0, 0, 0.5);
      content: '';
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: 0.3s;
      visibility: hidden;
      width: 100%; }
  body.menu--modal-open {
    overflow: hidden; }
    body.menu--modal-open .page-wrapper::after {
      opacity: 1;
      visibility: visible; }
    body.menu--modal-open .page-wrapper .menu-principal-transparente {
      z-index: auto; }
    body.menu--modal-open .menu-item__button,
    body.menu--modal-open #button-open-menu-desktop,
    body.menu--modal-open .menu-item__language {
      color: #555555;
      z-index: 2; }
    body.menu--modal-open .menu-item__button a:hover {
      color: #7B8B85; }
    body.menu--modal-open .menu-item__language li.active a {
      font-family: 'founders_grotesksemibold';
      font-style: normal;
      color: #555555; }
      body.menu--modal-open .menu-item__language li.active a:hover {
        color: rgba(85, 85, 85, 0.8); }
    body.menu--modal-open .menu-item__language a {
      color: rgba(85, 85, 85, 0.5); }
      body.menu--modal-open .menu-item__language a:hover {
        color: rgba(85, 85, 85, 0.3); }
  #button-open-menu-desktop {
    margin-left: 8px;
    margin-right: 8px; }
  .menu-principal__items.menu--modal {
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #F5FAF8;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100vh;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto;
    padding: 160px 40px 40px 205px;
    position: absolute;
    right: -30px;
    top: -5px;
    transform: translateX(100%);
    transition: .3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 825px;
    z-index: 2; }
    .menu-principal__items.menu--modal.menu--open {
      transform: translateX(0); }
    .menu-principal__items.menu--modal .menu-item:not(.menu-item-sociales) {
      margin-right: 0;
      max-width: 205px;
      width: 100%; }
    .menu-principal__items.menu--modal .menu-item a {
      color: #000000;
      display: block;
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 16px;
      padding: 0 50px 0 0;
      position: relative; }
    .menu-principal__items.menu--modal .menu-item.menu-item-sociales {
      position: absolute;
      right: 185px;
      top: 160px; }
      .menu-principal__items.menu--modal .menu-item.menu-item-sociales ul {
        padding-left: 0; }
      .menu-principal__items.menu--modal .menu-item.menu-item-sociales a {
        margin-bottom: 8px;
        padding: 0; }
        .menu-principal__items.menu--modal .menu-item.menu-item-sociales a:hover {
          opacity: 0.5; }
    .menu-principal__items.menu--modal .menu-item-dropdown {
      position: relative; }
      .menu-principal__items.menu--modal .menu-item-dropdown:hover > a {
        color: #2E5253; }
        .menu-principal__items.menu--modal .menu-item-dropdown:hover > a::after {
          transform: rotateZ(180deg); }
      .menu-principal__items.menu--modal .menu-item-dropdown > a::after {
        background-image: url("img/icono-menu-lateral-gris.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 6px 13px;
        content: '';
        display: inline-block;
        height: 13px;
        position: absolute;
        right: 20px;
        top: 14px;
        transition: 0.5s;
        width: 13px; }
      .menu-principal__items.menu--modal .menu-item-dropdown > a:hover + .menu-item-submenu,
      .menu-principal__items.menu--modal .menu-item-dropdown .menu-item-submenu:hover {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        z-index: 1; }
    .menu-principal__items.menu--modal .menu-item-submenu {
      left: 100%;
      max-width: 205px;
      opacity: 0;
      padding-left: 0;
      padding-top: 3px;
      position: absolute;
      top: 0;
      transform: translateX(-20px);
      transition: 0.3s;
      visibility: hidden;
      width: 100%;
      z-index: 0; }
      .menu-principal__items.menu--modal .menu-item-submenu li {
        padding-right: 20px; }
      .menu-principal__items.menu--modal .menu-item-submenu a {
        color: #555555;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px; }
        .menu-principal__items.menu--modal .menu-item-submenu a:hover {
          opacity: 0.5; } }

@media (min-width: 1200px) {
  .menu-principal__items > .menu-item > a {
    padding: 7px 8px 7px; }
  .menu-item__button {
    margin-left: 10px; }
  #button-open-menu-desktop {
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 1400px) {
  .menu-principal__items > .menu-item > a {
    padding: 7px 20px 7px; }
  .menu-principal__items > .menu-item.menu-item__button > a {
    padding: 7px 20px 7px; }
  .menu-principal__items > .menu-item:not(:last-child) {
    margin-right: 10px; } }

:root {
  --mb-button-size: 60px;
  --mb-bar-width: 0.3;
  --mb-bar-height: 2px;
  --mb-bar-spacing: 7px; }

#mm-button-open-menu-desktop {
  display: none; }

#button-open-menu-mobile,
#button-open-menu-desktop {
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  padding: 8px; }
  #button-open-menu-mobile img,
  #button-open-menu-desktop img {
    margin-right: 10px;
    max-height: 16px;
    width: auto; }
  #button-open-menu-mobile:hover,
  #button-open-menu-desktop:hover {
    opacity: 0.5; }
  #button-open-menu-mobile .span-close,
  #button-open-menu-desktop .span-close {
    display: none; }

#button-open-menu-mobile {
  padding: 12px 0 4px; }

.mm-panel {
  background-color: #F5FAF8; }

.mm-listitem:after {
  border-color: rgba(221, 221, 221, 0.5);
  left: 0; }

.mm-listitem a:hover {
  background-color: #DEEEE9; }

.mm-listitem.menu-item-sociales {
  display: -ms-flexbox;
  display: flex; }
  .mm-listitem.menu-item-sociales li {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .mm-listitem.menu-item-sociales a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px; }

.buscar-form--mobile {
  display: block;
  position: relative;
  width: 100%; }
  .buscar-form--mobile .form-control {
    background-color: #F5FAF8;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    line-height: 24px;
    margin: 0;
    min-height: 50px;
    padding: 10px 15px 10px 52px;
    transition: 0.5s; }
    .buscar-form--mobile .form-control:focus {
      background-color: #DEEEE9; }
  .buscar-form--mobile button[type="submit"] {
    background-image: url("img/icono-lupa-gris.svg");
    background-position: center 7px;
    background-repeat: no-repeat;
    background-size: 15px;
    height: 30px;
    left: 12px;
    overflow: hidden;
    position: absolute;
    text-indent: -1000px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px; }

.mm-menu .mm-navbar {
  background-color: #FFFFFF;
  border-color: #EBEBEB;
  color: #000000;
  display: block;
  height: 60px; }

.mm-menu .mm-panel:first-child .mm-navbar {
  display: none; }

.mm-menu .mm-panels > .mm-panel:not(:first-child) > .mm-navbar + .mm-listview,
.mm-menu .mm-panels > .mm-panel:not(:first-child) > .mm-navbar + .submenu-container {
  margin-top: 40px; }

.mm-menu .mm-navbar + .submenu-container > span {
  display: none; }

.mm-menu .mm-navbar + .submenu-container ul {
  list-style: none;
  margin: 20px -20px 0;
  margin-bottom: 0;
  padding-left: 0; }

.mm-menu .mm-navbar + .submenu-container .menu-item {
  width: 100%; }
  .mm-menu .mm-navbar + .submenu-container .menu-item a {
    display: block;
    padding: 12px 20px;
    position: relative; }
    .mm-menu .mm-navbar + .submenu-container .menu-item a::after {
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-color: rgba(221, 221, 221, 0.5);
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0; }

.mm-menu .menu-item__button {
  padding: 18px 20px; }
  .mm-menu .menu-item__button a {
    background-color: #7B8B85;
    border: 1px solid #7B8B85;
    color: #FFFFFF;
    padding: 10px 30px 12px;
    text-align: center; }
    .mm-menu .menu-item__button a:hover {
      background-color: #FFFFFF;
      color: #7B8B85; }

.mm-navbar .mm-navbar__title {
  padding: 20px; }

.mm-panels > .mm-panel > .mm-listview {
  margin-bottom: 0;
  margin-top: 0; }

.mm-btn.mm-btn_next::after {
  background-image: url("img/icono-menu-lateral-gris.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  border: 0;
  height: 20px;
  right: 18px;
  transform: none;
  width: 20px; }

.mm-btn.mm-btn_prev::before {
  background-image: url("img/icono-menu-lateral-gris.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  border: 0;
  height: 20px;
  transform: rotateZ(180deg);
  width: 20px; }

.bloque-404 {
  padding: 100px 0;
  position: relative; }
  .bloque-404 > .container {
    position: relative; }
  .bloque-404 .icono-404 {
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 80px; }
    .bloque-404 .icono-404 img {
      max-height: 33px;
      width: auto; }
  .bloque-404 h1 {
    margin-bottom: 10px; }
  .bloque-404_descripcion {
    margin-bottom: 22px; }
    .bloque-404_descripcion a {
      color: #555555;
      text-decoration: underline; }
      .bloque-404_descripcion a:hover {
        opacity: 0.5; }

@media (min-width: 768px) {
  .bloque-404 {
    padding: 140px 0; }
    .bloque-404-container {
      margin: 0 auto;
      max-width: 80%; }
    .bloque-404 .icono-404 {
      margin-bottom: 25px; }
    .bloque-404_descripcion {
      margin-bottom: 32px; } }

@media (min-width: 992px) {
  .bloque-404 {
    padding: 180px 0; }
    .bloque-404-container {
      max-width: 60%; } }

.bloque-acordeon {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px #00000014;
  margin-bottom: 32px;
  width: 100%; }
  .bloque-acordeon__item {
    font-size: 22px;
    line-height: 33px; }
    .bloque-acordeon__item:not(:last-of-type) {
      border-bottom: 1px solid rgba(119, 139, 133, 0.2); }
    .bloque-acordeon__item .bloque-acordeon__colapsable .contenido-administrable {
      margin-bottom: 0; }
  .bloque-acordeon__link {
    display: block;
    padding: 29px 74px 28px 32px;
    position: relative; }
    .bloque-acordeon__link::after {
      background-color: #205353;
      background-image: url("img/icono-menos.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: inherit;
      content: '';
      display: block;
      height: 30px;
      position: absolute;
      right: 32px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px; }
    .bloque-acordeon__link.collapsed::after {
      background-image: url("img/icono-mas.svg");
      background-size: 14px; }
  .bloque-acordeon__colapsable-inner {
    padding: 0 32px 32px; }
  .bloque-acordeon__colapsable .contenido-administrable {
    font-size: 18px;
    line-height: 27px; }
    .bloque-acordeon__colapsable .contenido-administrable a {
      color: #555555; }
      .bloque-acordeon__colapsable .contenido-administrable a:hover {
        color: rgba(85, 85, 85, 0.7); }

.bloque-bg-fondo-2 {
  background-color: #F5FAF8; }

.bloque-cta-full {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-color: #DEEEE9; }
  .bloque-cta-full .container {
    position: relative; }
  .bloque-cta-full .grid-lines {
    display: none; }
  .bloque-cta-full_inner {
    text-align: center; }
  .bloque-cta-full_title {
    margin-bottom: 17px; }
  .bloque-cta-full_title, .bloque-cta-full_description {
    color: #205353; }
  .bloque-cta-full_description {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px; }

@media (min-width: 768px) {
  .bloque-cta-full {
    padding: 60px 0; } }

.bloque-grid-links {
  overflow: hidden;
  padding: 50px 0;
  position: relative; }
  .bloque-grid-links .container {
    position: relative; }
  .bloque-grid-links .grid-lines {
    display: none; }
  .bloque-grid-links .bloque-grid-links_wrapper {
    margin-top: 30px; }
  .bloque-grid-links .grid-link_item {
    -ms-flex-align: center;
    align-items: center;
    background-color: #7B8B85;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 30px;
    position: relative;
    text-align: center; }
    .bloque-grid-links .grid-link_item::before {
      background-color: rgba(0, 0, 0, 0.3);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: 0.5s;
      width: 100%;
      z-index: 0; }
    .bloque-grid-links .grid-link_item:hover::before {
      background-color: rgba(0, 0, 0, 0.5); }
    .bloque-grid-links .grid-link_item .grid-link_title {
      font-family: 'founders_groteskregular';
      font-style: normal;
      display: block;
      font-size: 28px;
      line-height: 37px;
      margin: 0 auto;
      max-width: 160px;
      overflow-wrap: break-word;
      position: relative;
      word-wrap: break-word; }
    .bloque-grid-links .grid-link_item .link-flecha {
      font-family: 'founders_groteskregular';
      font-style: normal;
      display: block;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 21px;
      padding-right: 20px;
      position: relative;
      text-transform: uppercase; }
      .bloque-grid-links .grid-link_item .link-flecha::after {
        background-image: url("img/icono-flecha-boton-blanco.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 15px 10px;
        content: '';
        display: block;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px; }

@media (min-width: 768px) {
  .bloque-grid-links {
    padding: 80px 0; }
    .bloque-grid-links .bloque-titulo {
      margin-bottom: 0; }
    .bloque-grid-links .bloque-grid-links_wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .bloque-grid-links .grid-link_item {
      height: 350px;
      width: 50%; }
      .bloque-grid-links .grid-link_item:nth-child(3n) {
        width: 100%; } }

@media (min-width: 992px) {
  .bloque-grid-links {
    padding: 100px 0; }
    .bloque-grid-links .grid-link_item {
      height: 400px;
      width: 20%;
      padding: 32px 20px; }
      .bloque-grid-links .grid-link_item:nth-child(3n) {
        width: 20%; }
      .bloque-grid-links .grid-link_item .grid-link_title {
        max-width: 140px; } }

@media (min-width: 1200px) {
  .bloque-grid-links .grid-link_item .grid-link_title {
    max-width: 160px; }
  .bloque-grid-links .grid-link_item .link-flecha {
    padding-right: 27px; } }

.bloque-img-info {
  position: relative;
  overflow: hidden;
  padding: 50px 0; }
  .bloque-img-info .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
  .bloque-img-info .grid-lines {
    display: none; }
  .bloque-img-info .bloque-img-info_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .bloque-img-info .bloque-img-info_info-wrapper {
    margin-bottom: 40px; }
    .bloque-img-info .bloque-img-info_info-wrapper p {
      margin-bottom: 25px; }

@media (min-width: 768px) {
  .bloque-img-info {
    padding: 50px 0; }
    .bloque-img-info .bloque-img-info_container {
      -ms-flex-direction: row;
      flex-direction: row; }
    .bloque-img-info .bloque-img-info_container.bloque-img-info_container-reverse {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .bloque-img-info .bloque-img-info_container.bloque-img-info_container-reverse .bloque-img-info_info-wrapper {
        padding-left: 0;
        padding-right: 30px; }
    .bloque-img-info .bloque-img-info_info-wrapper,
    .bloque-img-info .bloque-img-info_img-wrapper {
      width: 50%; }
    .bloque-img-info .bloque-img-info_info-wrapper {
      padding-left: 30px;
      margin-bottom: 0; }
    .bloque-img-info .bloque-img-info_img-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } }

@media (min-width: 992px) {
  .bloque-img-info {
    padding: 55px 0; }
    .bloque-img-info .bloque-img-info_img-wrapper {
      width: 40%; }
    .bloque-img-info .bloque-img-info_info-wrapper {
      width: 60%;
      padding-left: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: start;
      align-items: flex-start; }
    .bloque-img-info .bloque-img-info_container.bloque-img-info_container-reverse .bloque-img-info_info-wrapper {
      padding-right: 65px; } }

@media (min-width: 1200px) {
  .bloque-img-info .bloque-img-info_container.bloque-img-info_container-reverse .bloque-img-info_info-wrapper {
    padding-right: 200px; } }

.bloque-news-brief {
  background-color: #F5FAF8;
  overflow: hidden;
  padding: 50px 0;
  position: relative; }
  .bloque-news-brief .container {
    position: relative; }
  .bloque-news-brief .grid-lines {
    display: none; }

.bloque-news_principal {
  background-color: #979797;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  color: #FFFFFF;
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px 20px;
  position: relative; }
  .bloque-news_principal::before {
    content: '';
    display: block;
    padding-top: 60%; }
  .bloque-news_principal::after {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 0.5s;
    width: 100%;
    z-index: 0; }
  .bloque-news_principal:hover {
    color: rgba(255, 255, 255, 0.9); }
    .bloque-news_principal:hover::after {
      background-color: rgba(0, 0, 0, 0.25); }
  .bloque-news_principal .news-principal_date,
  .bloque-news_principal .news-principal_title {
    position: relative;
    z-index: 1; }
  .bloque-news_principal .news-principal_date {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 21px;
    text-transform: uppercase; }
  .bloque-news_principal .news-principal_title {
    font-family: 'founders_groteskregular';
    font-style: normal;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0; }

.news-item {
  display: block; }
  .news-item:not(:last-child) {
    margin-bottom: 10px; }
  .news-item:hover .news-item_img::after {
    background-color: rgba(0, 0, 0, 0.25); }
  .news-item:hover .news-item_title {
    color: rgba(0, 0, 0, 0.6); }
  .news-item_img {
    background-color: #979797;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .news-item_img::after {
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: 0.5s;
      width: 100%;
      z-index: 0; }
    .news-item_img::before {
      content: '';
      display: block;
      padding-top: 70%; }
  .news-item_body {
    padding: 15px 0; }
  .news-item_date {
    color: #555555;
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 21px;
    margin-bottom: 6px;
    text-transform: uppercase; }
  .news-item_title {
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
    transition: 0.5s; }

@media (min-width: 768px) {
  .bloque-news-brief {
    padding: 80px 0; }
    .bloque-news-brief .bloque-titulo {
      margin-bottom: 0; }
  .bloque-news_principal {
    margin-bottom: 0; }
  .bloque-news_items {
    margin-top: 30px; }
  .news-item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    .news-item_img {
      width: 25%; }
      .news-item_img::before {
        padding-top: 100%; }
    .news-item_body {
      padding: 10px 15px 10px 20px;
      width: 75%; } }

@media (min-width: 992px) {
  .bloque-news-brief {
    padding: 100px 0; }
  .bloque-news_principal::before {
    padding-top: 50%; }
  .news-item:not(:last-child) {
    margin-bottom: 30px; } }

.bloque-slider-events {
  background-color: #F5FAF8;
  overflow: hidden;
  padding: 50px 0;
  position: relative; }
  .bloque-slider-events .container {
    position: relative; }
  .bloque-slider-events .grid-lines {
    display: none; }
  .bloque-slider-events .bloque-titulo {
    margin-bottom: 0; }
  .bloque-slider-events .bloque-boton {
    margin-top: 30px; }

.slider-events .slick-track {
  display: -ms-flexbox;
  display: flex; }

.slider-events .slick-slide {
  height: inherit; }

.slider-events.slider-general .slick-dots {
  margin-top: 0; }

.slide-event {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); }
  .slide-event_img {
    background-color: #979797;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .slide-event_img::after {
      content: '';
      display: block;
      padding-top: 70%; }
  .slide-event_date {
    -ms-flex-align: center;
    align-items: center;
    background-color: #778B85;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 60px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 11px;
    text-align: center;
    width: 60px; }
  .slide-event_month {
    display: block;
    font-size: 13px;
    letter-spacing: 1.4px;
    line-height: 14px;
    text-transform: uppercase; }
  .slide-event_day {
    display: block;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 28px; }
  .slide-event_body {
    padding: 25px 30px; }
    .slide-event_body span {
      color: #555555;
      display: block;
      font-size: 14px;
      letter-spacing: 0.5px;
      letter-spacing: 0.1em;
      line-height: 21px;
      text-transform: uppercase; }
    .slide-event_body h3 {
      font-family: 'founders_groteskregular';
      font-style: normal;
      color: #000000;
      font-weight: 400;
      line-height: 34px;
      margin-bottom: 0; }

@media (min-width: 768px) {
  .bloque-slider-events {
    padding: 80px 0;
    overflow: hidden; }
  .slider-events .slick-list {
    overflow: visible; }
  .slide-event.slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .slide-event {
    margin-right: 30px; }
    .slide-event_img {
      width: 40%; }
      .slide-event_img::after {
        padding-top: 70%; }
    .slide-event_body {
      padding: 40px 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      width: 60%; } }

@media (min-width: 992px) {
  .bloque-slider-events {
    padding: 100px 0; }
  .slider-events .slick-list {
    width: 66.7%; }
  .slide-event {
    margin-right: 60px; } }

@media (min-width: 1200px) {
  .slider-events .slick-list {
    width: 64.8%; } }

.bloque-success {
  padding: 100px 0;
  position: relative; }
  .bloque-success > .container {
    position: relative; }
  .bloque-success .icono-success {
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 80px; }
    .bloque-success .icono-success img {
      max-height: 33px;
      width: auto; }
  .bloque-success h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #000000; }
  .bloque-success_descripcion {
    margin-bottom: 22px;
    max-width: 560px; }

@media (min-width: 768px) {
  .bloque-success {
    padding: 140px 0; }
    .bloque-success-container {
      margin: 0 auto;
      max-width: 80%; }
    .bloque-success .icono-success {
      margin-bottom: 25px; }
    .bloque-success_descripcion {
      margin-bottom: 32px; } }

@media (min-width: 992px) {
  .bloque-success {
    padding: 180px 0; }
    .bloque-success-container {
      max-width: 60%; } }

.bloque-tabs {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-color: #F5FAF8; }
  .bloque-tabs .container {
    position: relative; }
  .bloque-tabs .grid-lines {
    display: none; }
  .bloque-tabs .nav.nav-tabs {
    background-color: #E7F3EF;
    padding: 6px;
    margin-bottom: 30px;
    border: 0; }
    .bloque-tabs .nav.nav-tabs .nav-item {
      width: 100%; }
    .bloque-tabs .nav.nav-tabs .nav-link {
      font-family: 'founders_groteskregular';
      font-style: normal;
      text-transform: uppercase;
      color: #555555;
      border: 0;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 1px;
      padding: 9px 15px;
      width: 100%; }
      .bloque-tabs .nav.nav-tabs .nav-link:hover, .bloque-tabs .nav.nav-tabs .nav-link:focus {
        border: 0; }
      .bloque-tabs .nav.nav-tabs .nav-link:hover {
        opacity: 0.7; }
    .bloque-tabs .nav.nav-tabs .nav-link.active {
      background-color: #FFFFFF;
      box-shadow: 0px 0px 15px 0px #00000014;
      border-radius: 0;
      border: 0; }

@media (min-width: 768px) {
  .bloque-tabs {
    padding: 80px 0; }
    .bloque-tabs .bloque-titulo {
      margin-bottom: 0; }
    .bloque-tabs .nav.nav-tabs {
      margin-bottom: 0; }
      .bloque-tabs .nav.nav-tabs .nav-item {
        width: 50%; }
      .bloque-tabs .nav.nav-tabs .nav-link {
        height: 100%; }
    .bloque-tabs .tab-content {
      margin-top: 30px; } }

@media (min-width: 992px) {
  .bloque-tabs {
    padding: 114px 0 90px; }
    .bloque-tabs .nav.nav-tabs {
      max-width: 350px;
      margin-left: auto; }
  .bloque-tabs .bloque-team {
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .bloque-tabs .bloque-team .card-person {
      width: 31.1%;
      margin-right: 30px; }
      .bloque-tabs .bloque-team .card-person:nth-child(3n) {
        margin-right: 0; } }

@media (min-width: 1200px) {
  .bloque-tabs .bloque-team .card-person {
    width: 31.48%; } }

@media (min-width: 1400px) {
  .bloque-tabs .bloque-team .card-person {
    width: 31.74%; } }

.breadcrumbs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 7px;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .breadcrumbs li:not(:last-child)::after {
    content: '/';
    margin: 0 12px; }

.card-person {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 30px; }
  .card-person_img {
    background-color: #DEEEE9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .card-person_img::before {
      content: '';
      display: block;
      padding-top: 80%; }
  .card-person_body {
    padding: 23px 20px 22px; }
    .card-person_body h5 {
      font-family: 'founders_grotesksemibold';
      font-style: normal;
      color: #000000;
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 0; }
    .card-person_body span {
      display: block; }
    .card-person_body span + a {
      margin-top: 10px; }

.bloque-general {
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  position: relative; }
  .bloque-general > .container {
    position: relative; }
    .bloque-general > .container .grid-lines {
      display: none; }

.contenido-wrapper {
  padding: 50px 0; }
  .contenido-wrapper .bloque-general {
    padding-bottom: 25px;
    padding-top: 25px; }
  .contenido-wrapper .bloque-general:first-child {
    padding-top: 0; }
  .contenido-wrapper .bloque-general:last-child {
    padding-bottom: 0; }

.grid-lines {
  display: none; }

.container-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bloque-subtitulo {
  font-family: 'founders_groteskregular';
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555555;
  padding-left: 35px;
  display: block;
  position: relative;
  margin-bottom: 20px; }
  .bloque-subtitulo::before {
    content: '';
    display: block;
    background-color: #555555;
    width: 23px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.bloque-titulo {
  color: #000000;
  margin-bottom: 20px; }

.titulo-seccion {
  font-family: 'founders_groteskregular';
  font-style: normal;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .bloque-general {
    padding: 80px 0; }
  .contenido-wrapper {
    padding: 80px 0; }
    .contenido-wrapper .bloque-general {
      padding-bottom: 40px;
      padding-top: 40px; }
  .bloque-subtitulo {
    margin-bottom: 28px; }
  .bloque-boton-der {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 992px) {
  .container,
  .grid-lines {
    padding: 0 30px; }
  .bloque-general {
    padding: 100px 0; }
  .contenido-wrapper {
    padding: 100px 0; }
    .contenido-wrapper .bloque-general {
      padding-bottom: 50px;
      padding-top: 50px; } }

.contenido-administrable h1,
.contenido-administrable h2,
.contenido-administrable h3,
.contenido-administrable h4,
.contenido-administrable h5,
.contenido-administrable h6 {
  font-family: 'founders_groteskregular';
  font-style: normal;
  margin-bottom: 16px;
  margin-top: 26px; }

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

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

.contenido-administrable blockquote {
  font-family: 'p22_mackinacregular';
  font-weight: 500;
  font-weight: normal;
  font-style: normal;
  background-image: url("img/icono-quotes.svg");
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  background-color: #F5FAF8;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 26px 55px 26px 25px; }
  .contenido-administrable blockquote p {
    margin-bottom: 7px; }
  .contenido-administrable blockquote em:last-child {
    font-family: 'founders_groteskregular';
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-style: normal;
    color: #778B85; }
    .contenido-administrable blockquote em:last-child::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 1px;
      position: relative;
      top: -4px;
      left: 0;
      margin-right: 10px;
      background-color: #778B85; }

.contenido-administrable a:not(.boton-principal) {
  text-decoration: underline; }

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

.contenido-administrable b,
.contenido-administrable strong {
  font-family: 'founders_grotesksemibold';
  font-style: normal;
  color: #000000; }

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

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

.contenido-administrable ul {
  list-style: none;
  padding-left: 0; }
  .contenido-administrable ul li {
    padding-left: 17px;
    position: relative; }
    .contenido-administrable ul li:not(:last-child) {
      margin-bottom: 13px; }
    .contenido-administrable ul li::before {
      content: '';
      display: inline-block;
      background-color: #778B85;
      height: 1px;
      left: 0;
      position: absolute;
      top: 14px;
      width: 10px; }

.page-wrapper {
  position: relative;
  z-index: -1; }

.mm-wrapper {
  z-index: -1; }

@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: 18px;
    line-height: 32px;
    padding: 26px 95px 26px 32px; } }

@media (min-width: 992px) {
  .contenido-wrapper {
    padding-bottom: 80px;
    padding-top: 80px; }
    .contenido-wrapper .bloque-general {
      padding-bottom: 40px;
      padding-top: 40px; }
  .contenido-administrable h1,
  .contenido-administrable h2,
  .contenido-administrable h3,
  .contenido-administrable h4,
  .contenido-administrable h5,
  .contenido-administrable h6 {
    margin-bottom: 30px;
    margin-top: 39px; } }

.general-tabs {
  background-color: #F2F2F2;
  border: 0;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 6px 30px; }
  .general-tabs .nav-item:not(:last-child) {
    margin-right: 10px; }
  .general-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: #555555;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: 0.5s; }
    .general-tabs .nav-link:hover {
      opacity: 0.5; }
    .general-tabs .nav-link.active {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }

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: #2E5253;
      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: #2E5253; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox']:checked + label::before {
    background-image: url("img/icono-checkbox-negro.svg");
    border-color: #2E5253; }
  .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: #2E5253;
    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: #2E5253; }
  .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'] {
    background-repeat: no-repeat;
    background-position: calc(100% - 19px) center;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    min-width: 185px;
    padding: 12px 80px 14px 30px;
    position: relative;
    transition: 0.5s;
    text-align: center; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button::after,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit']::after,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button::after,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit']::after {
      content: '';
      display: block;
      position: absolute;
      right: 50px;
      top: 0;
      height: 100%;
      width: 1px; }
  .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%; } }

.grid-lines-container {
  display: none; }

.slider-hero-home {
  position: relative;
  z-index: 1;
}

.slider-hero-home .slick-dots {
  -ms-flex-align: center;
  align-items: center;
  bottom: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  line-height: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 40px;
  padding: 0 15px;
  position: static;
  right: 0;
  bottom: 185px;
  position: absolute;
  margin-top: 0; }
  .slider-hero-home .slick-dots li,
  .slider-hero-home .slick-dots li button {
    height: 10px;
    width: 10px; }
  .slider-hero-home .slick-dots li {
    line-height: 0;
    margin: 0 10px; }
  .slider-hero-home .slick-dots li button {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px; }
    .slider-hero-home .slick-dots li button::before {
      content: none; }
  .slider-hero-home .slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 0); }
  @media (min-width: 768px) {
    .slider-hero-home .slick-dots {
      margin-top: 50px; }
      .slider-hero-home .slick-dots li,
      .slider-hero-home .slick-dots li button {
        height: 10px;
        width: 10px; }
      .slider-hero-home .slick-dots li {
        margin-left: 10px;
        margin-right: 10px; } }

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

.slider-hero-home .slick-track {
  display: -ms-flexbox !important;
  display: flex !important; }

.slider-hero-home .slick-slide {
  height: inherit !important; }

.hero-home {
  background-color: #F5FAF8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  overflow: hidden;
  padding: 110px 0 237px;
  position: relative;
  position: relative;
  z-index: -1; }
  .hero-home::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .hero-home .container {
    position: relative; }
  .hero-home .grid-lines {
    display: none; }
  .hero-home .bloque-subtitulo {
    color: #FFFFFF;
    margin-bottom: 17px; }
    .hero-home .bloque-subtitulo::before {
      background-color: #FFFFFF; }
  .hero-home h1 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 20px; }
  .hero-home b {
    font-family: 'p22_mackinacbold';
    font-weight: 500;
    font-weight: normal;
    font-style: normal; }
  .hero-home .hero-about_title {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 57px; }
  .hero-home .hero-home_desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 27px; }
  .hero-home .hero-home_desc.hero-about_desc {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0; }

.hero-home_wrap {
  position: relative; }

.hero_events-slider {
  background-color: #FFFFFF;
  bottom: 0;
  color: #000000;
  padding: 16px 13px;
  position: absolute;
  width: 100%;
  z-index: 51; }
  .hero_events-slider-title {
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 21px;
    text-transform: uppercase; }
  .hero_events-slider .hero_events-slide {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .hero_events-slider .hero_events-date {
    -ms-flex-align: center;
    align-items: center;
    background-color: #778B85;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 15px 7px 18px;
    text-align: center; }
    .hero_events-slider .hero_events-date_month {
      display: -ms-flexbox;
      display: flex;
      font-size: 17px;
      letter-spacing: 0.12em;
      line-height: 18px;
      text-transform: uppercase; }
    .hero_events-slider .hero_events-date_day {
      display: -ms-flexbox;
      display: flex;
      font-size: 42px;
      letter-spacing: 0.12em;
      line-height: 43px; }
  .hero_events-slider .hero_events-body {
    padding: 10px 12px; }
    .hero_events-slider .hero_events-body span {
      color: #555555;
      display: block;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 21px;
      margin-bottom: 2px;
      text-transform: uppercase; }
    .hero_events-slider .hero_events-body h3 {
      font-family: 'founders_groteskregular';
      font-style: normal;
      font-size: 22px;
      font-weight: 400;
      line-height: 26px;
      margin-bottom: 0;
      transition: 0.5s; }
    .hero_events-slider .hero_events-body a:hover h3 {
      color: rgba(0, 0, 0, 0.5); }

@media (min-width: 576px) {
  .slider-hero-home .slick-dots {
    bottom: 15px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 535px;
    margin: 0 auto;
    padding: 0; }
  .hero_events-slider {
    left: auto;
    padding: 12px 30px 4px;
    right: 0;
    width: 410px; }
    .hero_events-slider-title {
      margin-bottom: 10px; } }

@media (min-width: 768px) {
  .slider-hero-home .slick-dots {
    max-width: 715px; }
  .hero-home {
    padding: 160px 0 145px; }
    .hero-home h1 {
      font-size: 35px;
      line-height: 47px;
      margin-bottom: 25px;
      max-width: 820px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .hero-home h1 {
        font-size: 38px;
        line-height: 57px; } }

@media (min-width: 768px) {
    .hero-home .hero-home_desc {
      margin-bottom: 26px; } }

@media (min-width: 992px) {
  .slider-hero-home .slick-dots {
    max-width: 915px; }
  .hero-home {
    padding: 230px 0 148px; } }

@media (min-width: 1200px) {
  .slider-hero-home .slick-dots {
    max-width: 1100px; } }

@media (min-width: 1400px) {
  .slider-hero-home .slick-dots {
    max-width: 1275px; } }

.bloque-paginacion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px; }
  .bloque-paginacion ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
  .bloque-paginacion li:not(:last-child) {
    margin-right: 10px; }
  .bloque-paginacion li.active a {
    background-color: #205353;
    color: #FFFFFF; }
    .bloque-paginacion li.active a:hover {
      background-color: #DEEEE9;
      color: #205353; }
  .bloque-paginacion a {
    font-family: 'founders_grotesksemibold';
    font-style: normal;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #205353;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px; }
    .bloque-paginacion a img {
      max-height: 10px;
      width: auto; }
    .bloque-paginacion a:hover {
      background-color: #DEEEE9;
      color: #205353; }

@media (min-width: 768px) {
  .bloque-paginacion a {
    height: 45px;
    width: 45px; } }

.navigation.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .navigation.pagination .nav-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navigation.pagination .page-numbers {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #205353;
    width: 48px;
    height: 48px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
    color: #205353;
    padding: 0 5px; }
  .navigation.pagination .page-numbers:hover {
    background-color: rgba(32, 83, 83, 0.2); }
  .navigation.pagination .page-numbers.next,
  .navigation.pagination .page-numbers.prev {
    min-width: 75px;
    width: auto; }
  .navigation.pagination .page-numbers.current {
    background-color: #205353;
    color: #FFFFFF; }

.bloque-general.bloque-search-results .navigation.pagination {
  margin-top: 30px; }

.sidebar-main {
  padding-top: 18px; }
  .sidebar-main-heading {
    font-size: 24px;
    line-height: 36px;
    font-family: 'p22_mackinacregular';
    font-weight: 500;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    margin-bottom: 12px; }
    .sidebar-main-heading:not(:first-child) {
      padding-top: 18px; }
  .sidebar-main-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
    .sidebar-main-links a {
      color: #000000;
      display: block;
      padding: 7px 0; }
      .sidebar-main-links a:hover {
        opacity: 0.5; }
    .sidebar-main-links .active a {
      font-family: 'founders_grotesksemibold';
      font-style: normal;
      border-left: 2px solid #205353;
      color: #205353;
      padding-left: 5px; }

.sidebar-secondary {
  padding-top: 32px; }
  .sidebar-secondary-heading {
    font-family: 'p22_mackinacregular';
    font-weight: 500;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    line-height: 21px;
    margin-bottom: 12px; }
    .sidebar-secondary-heading img {
      margin-right: 7px;
      max-height: 15px;
      position: relative;
      top: -1px;
      width: auto; }
  .sidebar-secondary-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
    .sidebar-secondary-links a {
      display: block;
      padding: 7px 0;
      text-decoration: underline; }

@media (min-width: 768px) {
  .sidebar-main {
    padding-top: 0; }
    .sidebar-main-heading {
      margin-bottom: 27px; }
    .sidebar-main-links li {
      margin-bottom: 15px; }
    .sidebar-main-links a {
      padding: 0; }
  .sidebar-secondary {
    padding-top: 0; }
    .sidebar-secondary-links {
      margin-bottom: 10px;
      padding: 0; } }

.slider-general.slick-slider {
  margin-bottom: 0; }

.slider-general .slick-track {
  padding: 30px 0; }

.slider-general .slick-slide {
  outline: none; }

.slider-general .slick-arrow {
  border: 1px solid #205353;
  height: 38px;
  width: 38px;
  z-index: 2;
  top: -18px; }
  .slider-general .slick-arrow::before {
    content: ''; }

.slider-general .slick-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("img/icono-flecha-anterior-slider.svg");
  background-size: 15px 10px;
  left: auto;
  right: 49px; }

.slider-general .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("img/icono-flecha-siguiente-slider.svg");
  background-size: 15px 10px;
  right: 12px; }

.slider-general .slick-disabled {
  opacity: 0.5;
  pointer-events: none; }

.slider-general .slick-dots {
  -ms-flex-align: center;
  align-items: center;
  bottom: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  line-height: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 40px;
  padding: 0 15px;
  position: static;
  right: 0; }
  .slider-general .slick-dots li,
  .slider-general .slick-dots li button {
    height: 10px;
    width: 10px; }
  .slider-general .slick-dots li {
    line-height: 0;
    margin: 0 10px; }
  .slider-general .slick-dots li button {
    background-color: #205353;
    border: 1px solid #205353;
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px; }
    .slider-general .slick-dots li button::before {
      content: none; }
  .slider-general .slick-dots li.slick-active button {
    background-color: rgba(32, 83, 83, 0); }
  @media (min-width: 768px) {
    .slider-general .slick-dots {
      margin-top: 50px; }
      .slider-general .slick-dots li,
      .slider-general .slick-dots li button {
        height: 10px;
        width: 10px; }
      .slider-general .slick-dots li {
        margin-left: 10px;
        margin-right: 10px; } }

.slider-general.slide-events_hero .slick-track {
  padding: 20px 0; }

.slider-general.slide-events_hero .slick-arrow {
  top: 50%;
  background-color: #FFFFFF; }

.slider-general.slide-events_hero .slick-prev {
  right: 0;
  top: 50%;
  transform: translateY(-1px); }

.slider-general.slide-events_hero .slick-next {
  top: 50%;
  right: 0;
  transform: translateY(-38px); }

.slider-general.slider-team .slick-track {
  display: -ms-flexbox;
  display: flex; }

.slider-general.slider-team .slick-arrow {
  top: -25px; }

.slider-general.slider-team .slick-slide {
  height: inherit; }

.slider-general.slider-team .slick-dots {
  margin-top: 0; }

@media (min-width: 576px) {
  .slider-general.slide-events_hero .slick-track {
    padding: 10px 0; } }

@media (min-width: 768px) {
  .slider-general.slider-team .card-person.slick-slide {
    margin-right: 15px;
    margin-left: 15px; } }

.card-person {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-person_img {
    background-color: #DEEEE9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .card-person_img::before {
      content: '';
      display: block;
      padding-top: 80%; }
  .card-person_body {
    padding: 16px 20px 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 240px); }
    .card-person_body h5 {
      font-family: 'founders_grotesksemibold';
      font-style: normal;
      color: #000000;
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 0; }
    .card-person_body span {
      display: block; }
    .card-person_body span + a {
      margin-top: 10px; }
  .card-person .link-mail,
  .card-person .link-phone {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    display: block;
    padding-left: 20px;
    text-decoration: underline; }
  .card-person .link-mail {
    background-image: url("img/icono-correo.svg"); }
  .card-person .link-phone {
    background-image: url("img/icono-telefono.svg"); }
  .card-person .boton-principal-verde {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: auto; }

@media (min-width: 768px) {
  .card-person_body {
    height: calc(100% - 182px); } }

@media (min-width: 992px) {
  .card-person_body {
    height: calc(100% - 226px); } }

@media (min-width: 1200px) {
  .card-person_body {
    height: calc(100% - 270px); } }

@media (min-width: 1400px) {
  .card-person_body {
    height: calc(100% - 330px); } }

.download-item.search-results_item {
  padding-right: 65px;
  position: relative; }
  .download-item.search-results_item::before {
    content: '';
    display: block;
    background-image: url("img/download.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px; }
  .download-item.search-results_item:hover::before {
    background-image: url("img/download-white.svg"); }

@media (min-width: 992px) {
  .download-item.search-results_item {
    padding-right: 70px; }
    .download-item.search-results_item::before {
      right: 33px; } }

.contact-wrapper {
  overflow: hidden;
  padding: 50px 0;
  position: relative; }
  .contact-wrapper .container {
    position: relative; }
  .contact-wrapper .grid-lines {
    display: none; }

.contact-form_title {
  font-size: 32px;
  line-height: 48px;
  color: #000000; }

.contact-form_description {
  margin-bottom: 22px; }

.contact-sidebar {
  padding-top: 30px; }
  .contact-sidebar span {
    color: #000000;
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px; }
  .contact-sidebar_item:not(:last-child) {
    margin-bottom: 17px; }
  .contact-sidebar .contact-link {
    font-family: 'founders_grotesksemibold';
    font-style: normal;
    line-height: 22px;
    text-decoration: underline; }
  .contact-sidebar .contact-social {
    display: inline-block;
    padding: 0 5px 5px;
    margin: 0px 3px; }
    .contact-sidebar .contact-social:first-of-type {
      padding-left: 0px;
      margin-left: 0px; }
    .contact-sidebar .contact-social img {
      width: 21px;
      height: 24px; }

@media (min-width: 768px) {
  .contact-wrapper {
    padding: 80px 0; }
  .contact-sidebar {
    padding-top: 0; } }

@media (min-width: 992px) {
  .contact-wrapper {
    padding: 100px 0; } }

.directory-wrapper .bloque-grid-links {
  padding: 50px 0 25px; }
  .directory-wrapper .bloque-grid-links_wrapper {
    margin-top: 0; }
  .directory-wrapper .bloque-grid-links_block {
    margin-bottom: 32px; }

.directory-wrapper .bloque-other-links {
  overflow: hidden;
  padding: 25px 0 50px;
  position: relative; }
  .directory-wrapper .bloque-other-links .container {
    position: relative; }
  .directory-wrapper .bloque-other-links .grid-lines {
    display: none; }
  .directory-wrapper .bloque-other-links .links-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
    .directory-wrapper .bloque-other-links .links-list li {
      width: 50%; }
    .directory-wrapper .bloque-other-links .links-list a {
      display: inline-block;
      padding: 4px 0;
      text-decoration: underline; }

.directory-detail b,
.directory-detail strong {
  color: #000000; }

.bloque-cta-img {
  background-color: #DEEEE9;
  margin-bottom: 30px; }
  .bloque-cta-img_body {
    color: #205353;
    padding: 20px; }
  .bloque-cta-img h6 {
    font-size: 24px;
    line-height: 36px;
    color: #205353;
    margin-bottom: 21px; }
  .bloque-cta-img span {
    display: block;
    margin-bottom: 17px;
    text-transform: uppercase; }
  .bloque-cta-img p,
  .bloque-cta-img span {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 400; }

.bloque-schedule {
  margin-bottom: 30px; }
  .bloque-schedule h2 {
    margin-bottom: 20px; }
  .bloque-schedule h6 {
    font-family: 'founders_groteskregular';
    font-style: normal;
    color: #555555;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .bloque-schedule-hours:not(:last-child) {
    margin-bottom: 35px; }

.additional-tools .titulo-seccion {
  margin-bottom: 30px; }

.additional-tools ul {
  list-style: none;
  padding-left: 0; }
  .additional-tools ul li {
    padding-left: 17px;
    position: relative; }
    .additional-tools ul li:not(:last-child) {
      margin-bottom: 13px; }
    .additional-tools ul li::before {
      content: '';
      display: inline-block;
      background-color: #778B85;
      height: 1px;
      left: 0;
      position: absolute;
      top: 14px;
      width: 10px; }

@media (min-width: 768px) {
  .directory-wrapper .bloque-grid-links .bloque-titulo {
    margin-bottom: 30px; }
  .bloque-cta-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .bloque-cta-img img {
      width: 50%; }
    .bloque-cta-img_body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 30px;
      width: 50%; }
    .bloque-cta-img h6 {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 18px; }
  .additional-tools ul {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 992px) {
  .directory-wrapper .bloque-grid-links {
    padding: 60px 0 30px; }
  .directory-wrapper .bloque-other-links {
    padding: 30px 0 60px; }
    .directory-wrapper .bloque-other-links .links-list li {
      width: 41%; }
  .bloque-schedule {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px; }
    .bloque-schedule h2 {
      margin-bottom: 27px;
      width: 100%; }
    .bloque-schedule-hours {
      width: 49%; }
    .bloque-schedule-hours:not(:last-child) {
      margin-bottom: 0; } }

.event-heading {
  margin-bottom: 20px;
  padding-top: 12px; }
  .event-heading_date {
    -ms-flex-align: center;
    align-items: center;
    background-color: #778B85;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 87px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    width: 87px; }
    .event-heading_date span:first-child {
      font-size: 19px;
      letter-spacing: 0.12em;
      line-height: 25px;
      text-transform: uppercase; }
    .event-heading_date span:last-child {
      font-size: 46px;
      font-weight: 400;
      line-height: 35px; }
  .event-heading_info span {
    display: block; }
    .event-heading_info span:not(:last-child) {
      margin-bottom: 5px; }
  .event-heading_container {
    padding-top: 10px; }
  .event-heading .news-detail_heading {
    margin-bottom: 1px; }

.event-category,
.event-publication-date {
  color: #555555;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 21px;
  text-transform: uppercase; }

.tarjeta-form {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  margin-top: 32px;
  padding: 17px 15px 30px; }
  .tarjeta-form h2 {
    font-size: 28px;
    line-height: 38px; }
  .tarjeta-form_descripcion {
    margin-bottom: 8px; }

.bloque-news-detail .tarjeta-form {
  margin-bottom: 7px; }

@media (min-width: 768px) {
  .event-heading {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px; }
    .event-heading_container {
      padding-top: 8px; }
    .event-heading_info {
      display: -ms-flexbox;
      display: flex; }
      .event-heading_info span:not(:last-child)::after {
        background-color: #555555;
        border-radius: 50%;
        content: '';
        display: inline-block;
        height: 5px;
        margin: 0 10px;
        position: relative;
        top: -2px;
        width: 5px; }
      .event-heading_info span:not(:last-child) {
        margin-bottom: 0; }
  .tarjeta-form {
    padding: 17px 30px 30px; }
    .tarjeta-form h2 {
      font-size: 32px;
      line-height: 48px; } }

@media (min-width: 992px) {
  .bloque-news-detail .tarjeta-form {
    margin-bottom: 0; } }

.general-excerpt {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px; }

.executive-commite-heading {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 11px; }

.contenido-administrable + .general-tabs {
  margin-top: 30px; }

.tab-content > .content-cards-person.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.content-cards-person .card-person {
  width: 100%; }

@media (min-width: 768px) {
  .general-excerpt {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 35px; }
  .executive-commite-heading {
    margin-bottom: 26px; }
  .content-cards-person .card-person {
    max-width: calc(50% - 15px); }
    .content-cards-person .card-person:nth-child(odd) {
      margin-right: 30px; } }

.contenido-find input, .contenido-find textarea, .contenido-find select, .contenido-find .form-control {
  min-height: 35px; }

.contenido-find .wpgmza-marker-listing-category-filter {
  margin-bottom: 20px !important; }

.contenido-find .wpgmza-marker-listing-category-filter select {
  margin-left: 20px; }

.contenido-find .wpgmza_map.wpgmza-auto-left {
  margin-bottom: 30px; }

.contenido-find .wpgmza_marker_holder {
  border: 0; }

.contenido-find table.dataTable.no-footer {
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px;
  margin-top: 20px; }

.contenido-find .dataTables_length {
  margin-bottom: 20px; }

.contenido-find thead {
  background-color: #205353;
  color: #FFFFFF; }

.contenido-find .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.contenido-find .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #205353;
  color: #FFFFFF !important;
  border: 1px solid #205353; }

.contenido-find .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #205353;
  color: #000000 !important;
  background: #FFFFFF; }

.contenido-find .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 12px; }

.ministries-container {
  overflow: hidden;
  padding: 50px 0;
  position: relative; }
  .ministries-container .container {
    position: relative; }
  .ministries-container .grid-lines {
    display: none; }
  .ministries-container h1 {
    font-size: 32px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 20px; }
  .ministries-container .sidebar-main-heading {
    color: #000000; }
  .ministries-container .contenido-administrable {
    margin-bottom: 30px; }

.events-upcoming_title {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -ms-flex-direction: column;
  flex-direction: column; }
  .events-upcoming_title h3 {
    font-family: 'founders_groteskregular';
    font-style: normal;
    font-size: 32px;
    line-height: 48px;
    color: #000000; }

.events-upcoming_item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  box-shadow: 0px 0px 20px 0px #00000014;
  background-color: #FFFFFF;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.events-upcoming_link:hover {
  background-color: #205353;
  color: #FFFFFF; }
  .events-upcoming_link:hover h3 {
    color: #FFFFFF; }
  .events-upcoming_link:hover .events-upcoming_date {
    background-color: #205353; }

.events-upcoming_img {
  background-color: #778B85;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  .events-upcoming_img::before {
    content: '';
    display: block;
    padding-top: 85%; }

.events-upcoming_date {
  -ms-flex-align: center;
  align-items: center;
  background-color: #778B85;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 70px;
  padding: 10px 13px 7px 13px;
  width: 23%;
  max-width: 70px; }

.events-upcoming_month {
  font-size: 13px;
  letter-spacing: 0.14em;
  line-height: 16px;
  text-transform: uppercase; }

.events-upcoming_day {
  font-size: 26px;
  line-height: 30px; }

.events-upcoming_inner {
  padding: 10px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.events-upcoming_body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77%;
  padding-right: 10px; }
  .events-upcoming_body h3 {
    font-family: 'founders_groteskregular';
    font-style: normal;
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.events-upcoming_cat {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 21px;
  margin-bottom: 4px;
  text-transform: uppercase; }

.bloque-cta {
  background-color: #DEEEE9;
  margin-bottom: 30px;
  padding: 30px 15px;
  text-align: center; }
  .bloque-cta h6 {
    font-size: 24px;
    line-height: 36px;
    color: #205353; }
  .bloque-cta p {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #205353;
    font-size: 18px;
    line-height: 27px; }

.bloque-team h3 {
  font-family: 'founders_groteskregular';
  font-style: normal;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 30px; }

.bloque-team .card-person {
  margin-bottom: 30px; }

.bloque-faqs h3 {
  font-family: 'founders_groteskregular';
  font-style: normal;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 27px; }

@media (min-width: 768px) {
  .events-upcoming {
    margin-bottom: 22px; }
    .events-upcoming_title {
      margin-bottom: 35px;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: row;
      flex-direction: row; }
      .events-upcoming_title h3 {
        margin-bottom: 0; }
    .events-upcoming_item {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .events-upcoming_img {
      max-width: 100px;
      display: -ms-flexbox;
      display: flex; }
      .events-upcoming_img::before {
        content: '';
        display: block;
        padding-top: 100%; }
    .events-upcoming_inner {
      padding: 24px; }
  .bloque-team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .bloque-team h3 {
      width: 100%; }
    .bloque-team .card-person {
      width: 47%; } }

@media (min-width: 992px) {
  .ministries-container {
    padding: 57px 0; }
    .ministries-container h1 {
      margin-bottom: 34px; }
    .ministries-container .ministries-content {
      padding: 0 60px 0; }
  .bloque-cta {
    margin-bottom: 27px;
    padding: 58px 25px 60px; }
    .bloque-cta h6 {
      font-size: 32px;
      line-height: 48px; } }

@media (min-width: 1200px) {
  .ministries-container .ministries-content {
    padding: 0 80px 0; } }

.news-detail_columna-sidebar {
  padding-top: 23px; }

.news-detail_heading {
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 10px; }

.news-detail_date {
  margin-bottom: 27px; }

.comments-area {
  margin-top: 25px; }
  .comments-area .comments-title {
    font-family: 'founders_groteskregular';
    font-style: normal;
    margin-bottom: 29px; }

.comments-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px #0000001F; }
  .comments-wrapper .comment-form-wrapper {
    box-shadow: none; }
  .comments-wrapper .comment {
    padding: 32px;
    border-bottom: 1px solid #DDDDDD; }
  .comments-wrapper .comment-list {
    padding: 0;
    margin: 0;
    list-style: none; }

.comment-form-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px #0000001F;
  padding: 32px; }
  .comment-form-wrapper label {
    display: block; }
  .comment-form-wrapper textarea {
    width: 100%; }
  .comment-form-wrapper .comment-reply-title {
    font-size: 32px;
    line-height: 48px; }
  .comment-form-wrapper .submit {
    background-repeat: no-repeat;
    background-position: calc(100% - 19px) center;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    min-width: 185px;
    padding: 12px 80px 14px 30px;
    position: relative;
    transition: 0.5s;
    text-align: center;
    background-image: url("img/icono-flecha-boton-blanco.svg");
    background-color: #205353;
    border-color: #205353;
    color: #FFFFFF; }
    .comment-form-wrapper .submit::after {
      content: '';
      display: block;
      position: absolute;
      right: 50px;
      top: 0;
      height: 100%;
      width: 1px; }
    .comment-form-wrapper .submit::after {
      background-color: #FFFFFF;
      transition: 0.5s; }
    .comment-form-wrapper .submit:hover, .comment-form-wrapper .submit:focus {
      background-image: url("img/icono-flecha-boton-verde.svg");
      background-color: #FFFFFF;
      color: #205353; }
      .comment-form-wrapper .submit:hover::after, .comment-form-wrapper .submit:focus::after {
        background-color: #205353; }

@media (min-width: 992px) {
  .news-detail_columna-sidebar {
    margin-left: 30px;
    padding-top: 0; }
  .news-detail_date {
    margin-bottom: 32px; } }

@media (min-width: 1200px) {
  .news-detail_columna-sidebar {
    margin-left: 36px; } }

@media (min-width: 1400px) {
  .news-detail_columna-sidebar {
    margin-left: 54px; }
    .news-detail_columna-sidebar .news-item_img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100px; } }

.bloque-news_heading, .bloque-news_heading-top {
  font-size: 32px;
  line-height: 48px; }

.bloque-news_heading {
  margin-bottom: 22px;
  margin-top: 22px; }

.bloque-news_heading-top {
  margin-bottom: 0; }

.logo-news {
  margin-bottom: 40px; }
  .logo-news img {
    max-width: 600px;
    width: 100%;
    height: auto; }

.video-news {
  margin-bottom: 60px; }

.featured-news-section {
  margin-bottom: 30px; }

.news-item-col {
  display: block;
  margin-bottom: 29px; }
  .news-item-col_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 24px;
    position: relative; }
    .news-item-col_img::before {
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: 0.5s;
      width: 100%;
      z-index: 0; }
    .news-item-col_img::after {
      content: '';
      display: table;
      padding-top: 50%; }
  .news-item-col_date {
    color: #555555;
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 21px;
    margin-bottom: 2px;
    text-transform: uppercase; }
  .news-item-col_title {
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    transition: 0.5s; }
  .news-item-col:hover .news-item-col_img::before {
    background-color: rgba(0, 0, 0, 0.25); }
  .news-item-col:hover .news-item-col_title {
    color: rgba(0, 0, 0, 0.6); }

@media (min-width: 768px) {
  .bloque-news_heading {
    margin-bottom: 32px;
    margin-top: 29px; }
  .video-news {
    margin-bottom: 80px; } }

@media (min-width: 768px) {
  .bloque-pteam {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
    column-gap: 30px; }
    .bloque-pteam h3 {
      width: 100%; } }

@media (min-width: 992px) {
  .bloque-pteam .card-person {
    width: 21.9%; } }

@media (min-width: 1200px) {
  .bloque-pteam .card-person {
    width: 22.8%; } }

.link-return {
  color: #555555;
  display: inline-block;
  margin-bottom: 22px; }
  .link-return img {
    margin-right: 12px;
    max-height: 10px;
    position: relative;
    top: -1px;
    width: auto; }
  .link-return:hover {
    color: #555555;
    opacity: 0.5; }

.bloque-search-results {
  position: relative; }
  .bloque-search-results .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.search-results_column, .search-results_sidebar-column {
  width: 100%; }

.search-results_form {
  margin-bottom: 23px; }
  .search-results_form .form-control {
    background-image: url("img/icono-lupa-verde.svg");
    background-position: 12px 18px;
    background-repeat: no-repeat;
    background-size: 15px;
    font-size: 18px;
    line-height: 22px;
    padding: 14px 20px 14px 38px; }

.search-results_heading {
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 15px; }

.search-results_item {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  display: block;
  padding: 24px 30px 22px; }
  .search-results_item-type {
    color: #555555;
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 21px;
    margin-bottom: 1px;
    text-transform: uppercase; }
  .search-results_item-title {
    color: #000000;
    font-size: 28px;
    line-height: 34px; }
  .search-results_item:hover {
    background-color: #205353; }
    .search-results_item:hover .search-results_item-type,
    .search-results_item:hover .search-results_item-title {
      color: #FFFFFF; }
  .search-results_item:not(:last-child) {
    margin-bottom: 15px; }

@media (min-width: 768px) {
  .search-results_column {
    max-width: calc(80% - 60px); }
  .search-results_sidebar-column {
    margin-left: auto;
    max-width: 20%; }
  .search-results_heading {
    margin-bottom: 32px; }
  .search-results_item:not(:last-child) {
    margin-bottom: 32px; } }

.tribe-events-view {
  background-color: #F5FAF8; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border: 0; }

.tribe-events .tribe-events-c-search__button {
  background-color: #778B85; }

.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover {
  background-color: rgba(119, 139, 133, 0.4);
  color: #FFFFFF; }

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  border-radius: 0; }

.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
  background-color: #FFFFFF;
  color: #778B85; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  background-color: #778B85; }

.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
  color: #778B85; }

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
  font-family: 'founders_groteskregular';
  color: #555555;
  border-color: #DDDDDD;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  transition: 0.5s;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px; }

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  padding: 10px 21px 9px 23px; }

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
  font-family: 'founders_groteskregular';
  font-size: 30px;
  line-height: 35px;
  color: #000; }

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-family: 'founders_groteskregular';
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  color: #555555;
  letter-spacing: 1px; }

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  background-color: #778B85;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px; }

.tribe-common .tribe-common-h5,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #FFFFFF; }

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px; }

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-size: 27px;
  font-weight: 400;
  line-height: 35px; }

.tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #778B85; }

.tribe-events .tribe-events-calendar-list__event-title-link {
  font-family: 'founders_groteskregular';
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  color: #000000; }

.tribe-events .tribe-events-calendar-list__event-datetime {
  text-transform: uppercase;
  font-family: 'founders_groteskregular';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px; }

.tribe-events .tribe-events-calendar-list-nav {
  border-color: #778B85; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  text-transform: uppercase;
  font-family: 'founders_groteskregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1px; }

.single-tribe_events .tribe-events-c-subscribe-dropdown__container,
.tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none; }

.tribe-events .tribe-events-c-messages__message {
  background-color: rgba(119, 139, 133, 0.4);
  border-radius: 0; }

.tribe-events .tribe-events-c-messages__message-list-item-link {
  color: #205353; }

.tribe-events .tribe-events-c-messages__message-list-item-link:hover {
  color: #205353;
  opacity: 0.8; }

.tribe-common .tribe-common-anchor-thin-alt {
  border-color: #205353; }

.tribe-common .tribe-common-c-svgicon {
  color: #205353; }

.tribe-events .tribe-events-c-view-selector__list-item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.tribe-events .tribe-events-c-view-selector__button:before {
  background-color: #778B85; }

.tribe-events .tribe-events-calendar-month {
  background-color: white;
  padding: 15px 10px; }

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
  -ms-flex-pack: center;
  justify-content: center; }

.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: rgba(119, 139, 133, 0.4); }

.tribe-events .tribe-events-calendar-month__day-date-daynum {
  color: #555555;
  font-family: 'founders_groteskregular';
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
  text-align: center; }

.tribe-common .tribe-common-b2 {
  text-transform: uppercase; }

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #205353; }

.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
  text-transform: initial; }

.tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden {
  text-transform: initial; }

.tribe-common .tribe-common-h--alt {
  text-transform: uppercase; }

.tribe-events-content blockquote::before,
.tribe-events-content blockquote::after {
  content: none !important; }

.tribe-events-content blockquote p {
  margin-bottom: 0 !important; }

.tribe-events-pg-template {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }

.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #FFFFFF; }

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background: #205353; }

.tribe-events .datepicker .day.current, .tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover {
  background: rgba(119, 139, 133, 0.4); }

@media (min-width: 768px) {
  .tribe-events .tribe-events-calendar-month {
    padding: 40px 32px 32px 32px; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover::after {
    background-color: #205353; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:after {
    height: 3px; }
  .tribe-common .tribe-common-h8 {
    font-family: 'founders_groteskregular';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #205353; }
  .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: #FFFFFF; }
  .tribe-events .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar,
  .tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar {
    border-radius: 0; }
  .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner--focus,
  .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner--hover,
  .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:focus,
  .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:hover {
    background-color: rgba(119, 139, 133, 0.4); }
  .tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #205353; }
    .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:hover {
      background-color: #778B85; } }


/* styles for homepage events table*/
/* Table Styling */
.events-table {
  margin: 2rem 0;
  overflow-x: auto;
}

.events-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.events-table table td {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  vertical-align: middle;
}

.events-table tr:last-child td {
  border-bottom: 2px solid #333;
}

.events-table tr:first-child td {
  border-top: 2px solid #333;
}

/* Column widths */
.event-date {
  width: 20%;
  font-weight: bold;
}

.event-title {
  width: 40%;
  font-weight: bold;
}

.event-venue {
  width: 20%;
}

.event-registration {
  width: 20%;
  text-align: center;
}

.coming-soon {
  display: block;
  font-size: 0.9em;
  line-height: 1.3;
}

.registration-link {
  display: inline-block;
  padding: 5px 15px;
  background-color: #205353;
  color: white !important;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.registration-link:hover {
  background-color: #778B85;
  color: white !important;
}

.registration-link:visited {
  background-color: #205353;
  color: #778B85 !important;
}

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