@import "fonts.css";
/** WP-IMG **/
.wp-caption {
  max-width: 100%;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .wp-caption-text,
.wp-caption .wp-caption-text {
  font-size: 0.5em;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/** END WP-IMG **/
/* General properties */
@media only screen and (min-width: 576px) {
  :root {
    font-size: 18px;
  }
}
body {
  background-color: #fff;
  font-family: "Montserrat", "sans-serif";
  color: #0b162b;
}
@media only screen and (min-width: 576px) {
  body {
    font-size: 15px;
  }
}
body > nav {
  background-color: #fff;
}
.btn {
  padding: 5px 20px;
  border-radius: 4em;
  font-weight: 600;
  transition: 0.5s all ease;
  font-size: 15px;
}
.btn:not(:disabled):hover,
.btn:not(:disabled):focus,
.btn:not(:disabled):active,
.btn:not(:disabled):active:focus {
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #0c6ecc;
  border-color: #0c6ecc;
  color: #fff;
  text-transform: uppercase;
}
.btn.btn-primary:not(:disabled):hover,
.btn.btn-primary:not(:disabled):focus,
.btn.btn-primary:not(:disabled):active,
.btn.btn-primary:not(:disabled):active:focus {
  background-color: #fff;
  border-color: #0c6ecc;
  color: #0c6ecc;
}
.btn.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #0c6ecc;
}
.btn.btn-secondary:not(:disabled):hover,
.btn.btn-secondary:not(:disabled):focus,
.btn.btn-secondary:not(:disabled):active,
.btn.btn-secondary:not(:disabled):active:focus {
  background-color: #0c6ecc;
  border-color: #fff;
  color: #fff;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-icon {
  padding: 0.8em 1.75em;
}
.two-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .two-btns {
    justify-content: space-between;
  }
}
.two-btns .btn {
  margin-bottom: 15px;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
}
a:hover {
  color: #231f20;
}
a.link {
  color: #999;
}
p a {
  color: #999;
}
p a[href*="mailto:"] {
  word-break: break-all;
}
nav.navbar {
  flex-wrap: wrap;
}
nav.navbar:after {
  content: "";
  display: block;
  width: calc(100% + 2rem);
  height: 20px;
  margin: 0 -1rem -20px -1rem;
  background-image: url("../img/blue-separator.svg");
  background-size: cover;
  background-position: left bottom;
  /* Gradient: */
  transform: rotate(180deg);
  z-index: 2;
}
body:not(.home) nav.navbar.blue-header:before {
  display: block;
  width: calc(100% + 1rem);
  height: 20px;
  background-color: #e5ebf0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 -1rem;
}
nav.navbar .container-fluid {
  align-items: center;
}
@media only screen and (max-width: 1139.98px) {
  nav.navbar .container-fluid.contain {
    max-width: 100%;
  }
}
nav.navbar .navbar-brand img,
nav.navbar a img {
  height: auto;
  width: 52vw;
}
@media only screen and (min-width: 576px) {
  nav.navbar .navbar-brand img,
  nav.navbar a img {
    width: 20vw;
  }
}
@media only screen and (min-width: 768px) {
  nav.navbar .navbar-brand img,
  nav.navbar a img {
    width: 200px;
  }
}
@media (min-width: 1260px) {
  nav.navbar .navbar-brand img,
  nav.navbar a img {
    width: auto;
    height: 64px;
  }
}
@media (max-width: 314px) {
  nav.navbar .navbar-brand img,
  nav.navbar a img {
    width: 120px;
  }
}
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
  nav.navbar .navbar-brand img,
  nav.navbar a img {
    width: 100px;
  }
}
@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {
  nav.navbar .navbar-brand img,
  nav.navbar a img {
    width: 100px;
  }
}
nav.navbar #main-menu {
  align-items: stretch;
}
nav.navbar #main-menu ul .menu-item {
  color: #0b162b;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.5s background-color ease;
}
@media (min-width: 992px) and (max-width: 1252px) {
  nav.navbar #main-menu ul .menu-item {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  nav.navbar #main-menu ul .menu-item {
    flex-wrap: wrap;
  }
  nav.navbar #main-menu ul .menu-item .dropdown-menu {
    width: 100%;
  }
}
nav.navbar #main-menu ul .menu-item.current-menu-item,
nav.navbar #main-menu ul .menu-item:hover {
  color: #0c6ecc;
}
nav.navbar #main-menu ul .menu-item .nav-link {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  nav.navbar #main-menu ul .menu-item .nav-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item) {
  border-width: 1px;
  border-style: solid;
  border-radius: 4em;
  font-weight: 600;
  transition: 0.5s all ease;
  font-size: 15px;
  background-color: #0c6ecc;
  border-color: #0c6ecc;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
}
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item):not(:disabled):hover,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item):not(:disabled):focus,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item):not(:disabled):active,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item):not(:disabled):active:focus {
  box-shadow: none;
}
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-primary {
  background-color: #0c6ecc;
  border-color: #0c6ecc;
  color: #fff;
  text-transform: uppercase;
}
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-primary:not(:disabled):hover,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-primary:not(:disabled):focus,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-primary:not(:disabled):active,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-primary:not(:disabled):active:focus {
  background-color: #fff;
  border-color: #0c6ecc;
  color: #0c6ecc;
}
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #0c6ecc;
}
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-secondary:not(:disabled):hover,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-secondary:not(:disabled):focus,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-secondary:not(:disabled):active,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-secondary:not(:disabled):active:focus {
  background-color: #0c6ecc;
  border-color: #fff;
  color: #fff;
}
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-square {
  border-radius: 0;
}
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item).btn-icon {
  padding: 0.8em 1.75em;
}
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item):not(:disabled):hover,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item):not(:disabled):focus,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item):not(:disabled):active,
nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item):not(:disabled):active:focus {
  background-color: #fff;
  border-color: #0c6ecc;
  color: #0c6ecc;
}
@media only screen and (max-width: 991.98px) {
  nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item) {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1252px) {
  nav.navbar #main-menu ul .menu-item:last-of-type a:not(.dropdown-item) {
    font-size: 11px;
  }
}
nav.navbar #main-menu ul .dropdown:hover > .dropdown-menu {
  display: block;
}
nav.navbar .navbar-toggler {
  border: 0;
  color: #fff;
}
nav.navbar .navbar-toggler:focus {
  outline: none;
}
@media (max-width: 270px) {
  nav.navbar .navbar-toggler {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 768px) {
  nav.navbar .navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
nav.navbar .search-toggler {
  background-color: transparent;
  border: none;
  height: 2em;
  margin-left: 1em;
  color: #0c6ecc;
  font-size: 1.3em;
  font-weight: 100;
}
nav.navbar .search-toggler:hover {
  color: #4aa1f4;
}
@media only screen and (max-width: 991.98px) {
  nav.navbar .search-toggler {
    margin-right: 0;
    margin-left: auto;
  }
}
nav.navbar #searchform {
  width: calc(100% + 2rem);
  padding: 0 15px;
  box-sizing: content-box;
  background-color: #0c6ecc;
  color: #fff;
  margin-right: -18px;
  margin-left: -18px;
}
nav.navbar #searchform input {
  width: 100%;
  color: #0c6ecc;
  font-size: 10px;
  line-height: 3;
  max-width: calc(100% - 30px);
  padding: 0.75em 1.5em;
  height: auto;
  border-radius: 2em;
  border: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  nav.navbar #searchform input {
    font-size: 20px;
    line-height: 1.5;
  }
}
nav.navbar #searchform input::placeholder {
  color: #0c6ecc;
}
nav.navbar #searchform button {
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 1.4em;
}
nav.navbar #searchform button#searchsubmit {
  font-size: 1em;
  margin-left: 5px;
  border: 1px solid #fff;
  border-radius: 4em;
  transition: 0.5s all ease;
  padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  nav.navbar #searchform button#searchsubmit {
    padding: 5px 20px;
  }
}
nav.navbar #searchform button:focus {
  outline: none;
}
nav.navbar .dropdown-toggle:after {
  margin-left: 1em;
}
.social-media {
  display: flex;
}
.social-media a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  margin: 5px;
  color: #0c6ecc;
  background-color: #fff;
  width: 37px;
  height: 37px;
  border: 1px solid #0c6ecc;
  border-radius: 50%;
  transition: 0.5s all ease;
}
.social-media a:hover {
  color: #fff;
  background-color: #0c6ecc;
  text-decoration: none;
}
.dot-before:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.blue-dot:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.blue-dot:before {
  color: #0c6ecc;
}
.orange-dot:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.orange-dot:before {
  color: #f75e12;
}
.green-dot:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.green-dot:before {
  color: #52a327;
}
.red-dot:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.red-dot:before {
  color: #e30916;
}
.black-dot:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.black-dot:before {
  color: #000;
}
.golden-dot:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.golden-dot:before {
  color: goldenrod;
}
.white-dot:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.white-dot:before {
  color: #fff;
}
.separator {
  width: 90%;
  margin: 25px auto;
  border-top: 1px solid #0c6ecc;
}
@media only screen and (min-width: 992px) {
  .separator {
    width: 100%;
    margin: 70px 15px;
  }
}
.color-blue {
  color: #0c6ecc;
}
.check-list li {
  list-style: none;
}
.check-list li:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #77de48;
  margin-right: 0.5em;
}
textarea.form-control {
  border: 2px solid transparent;
  border-bottom-color: #0c6ecc;
  border-radius: 0;
  margin: 0 10px;
  color: #0b162b;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  textarea.form-control {
    font-size: 14px;
  }
}
textarea.form-control:focus {
  color: #0b162b;
  background-color: #fff;
  border-color: transparent transparent #0c6ecc;
  outline: 0;
  box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0c6ecc;
  background-color: #0c6ecc;
}
.category-selector .select2-container {
  margin: 0 10px;
}
.category-selector .select2-container .select2-selection {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0;
  border: 2px solid transparent;
  border-bottom-color: #0c6ecc;
}
@media only screen and (min-width: 576px) {
  .category-selector .select2-container .select2-selection {
    font-size: 20px;
  }
}
.category-selector .select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
}
.category-selector .select2-container .select2-selection__arrow {
  height: 100%;
}
.category-selector .select2-container .select2-selection__arrow b {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  border: none;
  position: absolute;
  top: 20%;
  left: 0;
  width: 20px;
  color: #a4b8cb;
}
.category-selector .select2-container .select2-selection__arrow b:before {
  content: "\f107";
  display: block;
  height: calc(1.5em + .75rem + 2px);
}
.info-ofrecemos {
  background-color: #e5ebf0;
  padding: 80px 0;
}
.info-ofrecemos ul {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 940px) {
  .info-ofrecemos ul {
    max-width: 920px;
    margin: 0 auto;
  }
}
.info-ofrecemos ul li {
  list-style: none;
  border: 1px solid #a4b8cb;
  margin: 0 10px 15px;
  width: 100%;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .info-ofrecemos ul li {
    width: calc(50% -  10px*2);
  }
}
@media only screen and (min-width: 1140px) {
  .info-ofrecemos ul li {
    width: calc(25% -  10px*2);
  }
}
.info-ofrecemos ul li .icon {
  margin-bottom: 1em;
}
.info-ofrecemos ul li .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.info-ofrecemos ul li a:hover {
  text-decoration: none;
}
.info-ofrecemos ul li.inactive {
  opacity: 0.3;
}
/* Specific properties */
@media only screen and (max-width: 575.98px) {
  .home main .btn-primary {
    width: max-content;
    margin: 0 auto;
  }
}
.section-title {
  margin-bottom: 24px;
  font-weight: bold;
  line-height: 1.25;
  font-size: 20px;
}
@media only screen and (min-width: 576px) {
  .section-title {
    font-size: 24px;
  }
}
.page-template-inscribirse .header {
  background-color: #e5ebf0;
  padding: 50px 0 20px;
  position: relative;
}
.page-template-inscribirse .header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #e5ebf0;
}
.page-template-inscribirse #inscribirse-form .is-invalid[id$="-error"] {
  display: none !important;
}
.page-template-inscribirse #inscribirse-form .is-invalid[id$="-error"][style*="display: none;"] + .invalid-feedback,
.page-template-inscribirse #inscribirse-form .is-invalid[id$="-error"][style*="display: none;"] + [for="terms-conditions"] + .invalid-feedback {
  display: none;
}
.page-template-inscribirse #inscribirse-form .invalid-feedback {
  padding: 0 20px;
}
.page-template-inscribirse #inscribirse-form .form-row label {
  font-weight: 700;
  margin: 20px 10px 0;
}
.page-template-inscribirse #inscribirse-form .form-row input.form-control {
  border-radius: 0;
  border: 1px solid rgba(153, 153, 153, 0.6);
}
.slider {
  background-color: #999;
  position: relative;
}
.slider .social-media {
  position: absolute;
  flex-direction: column;
  right: 30px;
  top: 15%;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .slider .social-media {
    display: none;
  }
}
.slider:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url("../img/blue-separator.svg");
  background-size: cover;
  background-position: left bottom;
  z-index: 1;
}
.slider .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slider .owl-carousel .item {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider .owl-carousel .item img {
  display: none;
  height: 200px !important;
}
@media only screen and (max-width: 575.98px) {
  .slider .owl-carousel .item {
    min-height: auto;
    display: block;
  }
  .slider .owl-carousel .item img {
    display: block;
  }
}
.slider .owl-carousel .item .item-content {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 576px) {
  .slider .owl-carousel .item .item-content {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .slider .owl-carousel .item .item-content {
    max-width: 28%;
  }
}
.slider .owl-carousel .item .item-content .title {
  font-family: "Montserrat", "serif";
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #000;
}
@media only screen and (min-width: 1140px) {
  .slider .owl-carousel .item .item-content .title {
    font-size: 28px;
  }
}
.slider .owl-carousel .item .item-content .subtitle {
  font-size: 13px;
}
.slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  text-align: right;
}
@media only screen and (min-width: 576px) {
  .slider .owl-carousel .owl-nav {
    left: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .slider .owl-carousel .owl-nav {
    width: 28%;
  }
}
.slider .owl-carousel .owl-nav button {
  margin: 0;
}
.slider .owl-carousel .owl-nav button svg {
  width: 40px;
  height: 40px;
}
.slider .owl-carousel .owl-nav button svg .icon-background {
  fill: #0c6ecc;
}
.slider .owl-carousel .owl-nav button svg [style^="fill:#"] {
  fill: #fff !important;
}
.slider .owl-carousel .owl-nav button.disabled {
  opacity: 1;
}
.slider .owl-carousel .owl-nav button.disabled svg .icon-background {
  fill: #fff;
}
.slider .owl-carousel .owl-nav button.disabled svg [style^="fill:#"] {
  fill: #0c6ecc !important;
}
.slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 3%;
  width: 100%;
}
.slider .owl-carousel .owl-dots .owl-dot span {
  background-color: #fff;
}
.slider .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #0c6ecc;
}
@media only screen and (min-width: 576px) {
  #agenda {
    padding: 50px 0;
  }
  .home #agenda {
    padding: 30px 0;
  }
}
#date-range {
  position: relative;
}
#date-range,
#date-range .title,
#date-range input[type="reset"] {
  color: #0b162b;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.23;
}
@media only screen and (min-width: 576px) {
  #date-range,
  #date-range .title,
  #date-range input[type="reset"] {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #date-range .form-control {
    width: 8em;
    border-radius: 0;
    border: 1px solid rgba(153, 153, 153, 0.6);
    cursor: pointer;
  }
}
@media (min-width: 1200px) and (max-width: 1252px) {
  #date-range .form-control {
    width: 6em;
    padding: 0.375rem 0.25rem;
  }
}
#date-range input[type="reset"] {
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 576px) {
  #date-range input[type="reset"] {
    font-size: 15px;
  }
}
#date-range .form-control {
  text-align: center;
}
@media only screen and (max-width: 575.98px) {
  #date-range .title {
    margin-bottom: 25px;
  }
  #date-range input {
    margin-bottom: 15px;
  }
  #date-range input.form-control {
    width: 7em;
    padding: 0.375rem 0.2rem;
  }
}
.event {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  color: #fff;
  min-height: 320px;
}
@media only screen and (min-width: 1140px) {
  .event {
    min-height: 370px;
  }
}
.event .post-image-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  z-index: -1;
  transition: 0.5s opacity ease-in;
  cursor: pointer;
}
.event:hover .post-image-overlay {
  opacity: 1;
  z-index: 0;
}
.event .event-body .event-date {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.event .event-body .event-date time {
  padding-bottom: 8px;
  border-bottom: 5px solid #fff;
}
.event .event-body .event-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 576px) {
  .event .event-body .event-title {
    font-size: 24px;
  }
}
.event .event-body .event-category {
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
}
.event .event-footer .event-location {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.27;
}
.event .event-footer .event-location:hover {
  color: inherit;
}
.event .event-footer .event-more {
  display: block;
  margin-right: 3px;
  margin-left: auto;
  max-width: 40%;
}
.col-12 > .event {
  background-color: #f75e12;
}
.col-12:nth-child(4n-2) > .event {
  background-color: #0c6ecc;
}
.col-12:nth-child(4n-1) > .event {
  background-color: #52a327;
}
.col-12:nth-child(4n) > .event {
  background-color: #e30916;
}
#actualidad,
#noticias {
  padding-top: 20px;
}
@media only screen and (min-width: 576px) {
  #actualidad,
  #noticias {
    padding: 50px 0 50px;
  }
}
.home #actualidad,
.home #noticias {
  padding-top: 20px;
}
@media only screen and (min-width: 576px) {
  #actualidad .grid,
  #noticias .grid {
    margin-top: 40px;
  }
}
#actualidad .grid .grid-item,
#noticias .grid .grid-item {
  width: 100%;
  border-bottom: 1px solid #0c6ecc;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #actualidad .grid .grid-item,
  #noticias .grid .grid-item {
    width: calc(50% -  20px);
  }
}
@media only screen and (min-width: 1140px) {
  #actualidad .grid .grid-item,
  #noticias .grid .grid-item {
    width: calc(25% -  20px);
  }
}
#actualidad .grid .grid-item img,
#noticias .grid .grid-item img {
  width: 100%;
  height: auto;
}
#actualidad .grid .grid-item .grid-body,
#noticias .grid .grid-item .grid-body {
  background-color: #fff;
  display: block;
  width: calc(100% - 30px);
  padding: 22px 18px;
  margin: 0 auto -30px;
  transform: translateY(-30px);
}
#actualidad .grid .grid-item .grid-body .title,
#noticias .grid .grid-item .grid-body .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.23;
  color: #0b162b;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  #actualidad .grid .grid-item .grid-body .title,
  #noticias .grid .grid-item .grid-body .title {
    font-size: 16px;
  }
}
@media (min-width: 1480px) {
  #actualidad .grid .grid-item .grid-body .title,
  #noticias .grid .grid-item .grid-body .title {
    font-size: 24px;
  }
}
#actualidad .grid .grid-item .grid-body .date,
#noticias .grid .grid-item .grid-body .date {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.22;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #0c6ecc;
}
@media only screen and (min-width: 576px) {
  #actualidad .grid .grid-item .grid-body .date,
  #noticias .grid .grid-item .grid-body .date {
    font-size: 11px;
  }
}
@media (min-width: 1480px) {
  #actualidad .grid .grid-item .grid-body .date,
  #noticias .grid .grid-item .grid-body .date {
    font-size: 15px;
  }
}
#actualidad .grid .grid-item .grid-body:hover,
#noticias .grid .grid-item .grid-body:hover {
  background-color: #e5ebf0;
  text-decoration: none;
}
#actualidad .grid.loading,
#noticias .grid.loading {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#actualidad .grid.loading:before,
#noticias .grid.loading:before {
  content: "";
  display: block;
  background-color: #f8f9fa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#actualidad .grid.loading:after,
#noticias .grid.loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 5px solid #0c6ecc;
  border-radius: 50%;
  border-left-color: transparent;
  z-index: 1;
  animation: 1.5s rotate linear infinite;
}
#actualidad .grid.loading .grid-item,
#noticias .grid.loading .grid-item {
  float: none;
}
@media only screen and (min-width: 768px) {
  #actualidad:not(#noticias) .grid .grid-item:nth-child(2n),
  #noticias:not(#noticias) .grid .grid-item:nth-child(2n) {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1140px) {
  #actualidad:not(#noticias) .grid .grid-item:nth-child(2n),
  #noticias:not(#noticias) .grid .grid-item:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1140px) {
  #actualidad:not(#noticias) .grid .grid-item:nth-child(3n-1),
  #noticias:not(#noticias) .grid .grid-item:nth-child(3n-1) {
    width: 50%;
  }
  #actualidad:not(#noticias) .grid .grid-item:nth-child(3n-1) .grid-body,
  #noticias:not(#noticias) .grid .grid-item:nth-child(3n-1) .grid-body {
    width: calc(80% - 30px);
    padding: 22px 42px;
    margin: 0 40px -70px auto;
    transform: translateY(-70px);
  }
}
@media only screen and (min-width: 1140px) {
  #actualidad:not(#noticias) .grid .grid-item:nth-child(3n),
  #noticias:not(#noticias) .grid .grid-item:nth-child(3n) {
    margin-left: 20px;
  }
}
#actualidad:after,
#noticias:after {
  content: "";
  clear: both;
}
@media only screen and (min-width: 576px) {
  #noticias-miembros .grid-miembros {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #noticias-miembros .grid-miembros {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
#noticias-miembros .grid-miembros .grid-item {
  width: 100%;
  margin: 35px auto;
  border-bottom: 1px solid #0c6ecc;
}
@media only screen and (min-width: 768px) {
  #noticias-miembros .grid-miembros .grid-item {
    width: calc(50% -  20px);
    float: left;
  }
}
@media only screen and (min-width: 1140px) {
  #noticias-miembros .grid-miembros .grid-item {
    width: calc(25% -  20px*2);
    margin: 0 20px 35px;
  }
  .home #noticias-miembros .grid-miembros .grid-item {
    width: calc(25% -  20px*2);
  }
}
#noticias-miembros .grid-miembros .grid-item img {
  width: 100%;
  height: auto;
}
#noticias-miembros .grid-miembros .grid-item .grid-body {
  background-color: #fff;
  display: block;
  width: calc(100% - 30px);
  padding: 22px 18px;
  margin: 0 auto -30px;
  transform: translateY(-30px);
}
#noticias-miembros .grid-miembros .grid-item .grid-body .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.23;
  color: #0b162b;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  #noticias-miembros .grid-miembros .grid-item .grid-body .title {
    font-size: 15px;
  }
}
@media (min-width: 1480px) {
  #noticias-miembros .grid-miembros .grid-item .grid-body .title {
    font-size: 24px;
  }
}
#noticias-miembros .grid-miembros .grid-item .grid-body .date {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #0c6ecc;
}
@media only screen and (min-width: 576px) {
  #noticias-miembros .grid-miembros .grid-item .grid-body .date {
    font-size: 8px;
  }
}
@media (min-width: 1480px) {
  #noticias-miembros .grid-miembros .grid-item .grid-body .date {
    font-size: 14px;
  }
}
#noticias-miembros .grid-miembros .grid-item .grid-body:hover {
  background-color: #e5ebf0;
  text-decoration: none;
}
#nuestros-numeros {
  background-image: url(../img/bg-map.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 0;
}
#nuestros-numeros ul.d-flex {
  flex-wrap: wrap;
  padding: 0;
}
#nuestros-numeros ul.d-flex li {
  flex-basis: 50%;
  padding: 0 10px;
  font-size: 0.7em;
  color: rgba(255, 255, 255, 0.5);
  list-style: none;
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  #nuestros-numeros ul.d-flex li {
    padding: 0 0 0 30px;
    font-size: 1em;
  }
}
#nuestros-numeros ul.d-flex li .number-animation {
  display: block;
  width: 100%;
  border-bottom: 5px solid #0c6ecc;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.13;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  #nuestros-numeros ul.d-flex li .number-animation {
    font-size: 53px;
  }
}
@media only screen and (min-width: 1140px) {
  #nuestros-numeros ul.d-flex li .number-animation {
    font-size: 64px;
  }
}
#nuestros-numeros ul.d-flex li .description {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 1830px) {
  #nuestros-numeros .contain {
    position: relative;
    /*&:before {
                content: url('../img/numbers-dots.svg');
                position: absolute;
                top: -90%;
                left: calc(~"100% + 50px");
            }
            &:after {
                content: url('../img/numbers-dots.svg');
                position: absolute;
                bottom: -90%;
                right: calc(~"100% + 50px");
            }*/
  }
}
#unirse {
  padding: 25px 0;
  background-color: rgba(164, 184, 203, 0.29);
}
@media only screen and (min-width: 576px) {
  #unirse {
    padding: 50px 0;
  }
}
#unirse .title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) {
  #unirse .title {
    font-size: 33px;
  }
}
@media (min-width: 800px) {
  #unirse .title {
    max-width: 780px;
    margin: 0 auto 50px;
  }
}
#unirse .btn {
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.5em 1.5em;
}
@media only screen and (max-width: 575.98px) {
  #unirse .btn {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  #unirse {
    position: relative;
  }
  #unirse:before {
    content: "";
    position: absolute;
    top: -50%;
    right: 0;
    width: 370px;
    height: 200%;
    background-image: url("../img/icon-network-180.svg");
    background-position: left center;
    background-size: 250% 100%;
    overflow: hidden;
  }
  #unirse:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 370px;
    height: 200%;
    background-image: url("../img/icon-network.svg");
    background-position: right top;
    background-size: 337% 100%;
    overflow: hidden;
  }
}
#nuestra-red,
#nuestros-miembros {
  padding: 50px 0;
}
.home #nuestra-red,
.home #nuestros-miembros {
  padding: 20px;
}
@media only screen and (min-width: 576px) {
  #nuestra-red,
  #nuestros-miembros {
    padding: 110px 0;
  }
  .home #nuestra-red,
  .home #nuestros-miembros {
    padding: 50px;
  }
}
#nuestra-red .section-subtitle,
#nuestros-miembros .section-subtitle {
  color: #0b162b;
  font-weight: 400;
}
@media only screen and (min-width: 576px) {
  #nuestra-red .section-subtitle,
  #nuestros-miembros .section-subtitle {
    font-size: 1em;
  }
}
#nuestra-red .btn,
#nuestros-miembros .btn {
  text-transform: uppercase;
  margin-top: 15px;
  padding: 0.5em 1.5em;
  font-size: 15px;
}
@media only screen and (max-width: 575.98px) {
  #nuestra-red .btn,
  #nuestros-miembros .btn {
    font-size: 15px;
  }
}
#nuestra-red .item,
#nuestros-miembros .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#nuestra-red .item .company,
#nuestros-miembros .item .company {
  display: block;
  width: 33%;
  cursor: grab;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  #nuestra-red .item .company,
  #nuestros-miembros .item .company {
    width: 20%;
  }
}
#nuestra-red .item .company img,
#nuestros-miembros .item .company img {
  width: 170px;
  height: auto;
}
#nuestra-red .owl-carousel .owl-nav button.owl-next,
#nuestros-miembros .owl-carousel .owl-nav button.owl-next,
#nuestra-red .owl-carousel .owl-nav button.owl-prev,
#nuestros-miembros .owl-carousel .owl-nav button.owl-prev {
  border-radius: 0;
}
#nuestra-red .owl-carousel .owl-nav button.owl-next .icon-background,
#nuestros-miembros .owl-carousel .owl-nav button.owl-next .icon-background,
#nuestra-red .owl-carousel .owl-nav button.owl-prev .icon-background,
#nuestros-miembros .owl-carousel .owl-nav button.owl-prev .icon-background {
  fill: #fff;
}
#nuestra-red .owl-carousel .owl-nav button.owl-next:hover .icon-background,
#nuestros-miembros .owl-carousel .owl-nav button.owl-next:hover .icon-background,
#nuestra-red .owl-carousel .owl-nav button.owl-prev:hover .icon-background,
#nuestros-miembros .owl-carousel .owl-nav button.owl-prev:hover .icon-background {
  fill: #e5ebf0;
}
#nuestra-red .position-fixed,
#nuestros-miembros .position-fixed {
  position: fixed;
  right: 30px;
  bottom: 120px;
  z-index: 20;
}
.page-template-noticias-miembros-red .post-header {
  background-color: #e5ebf0;
  padding: 20px 0;
  position: relative;
}
.page-template-noticias-miembros-red .post-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: #e5ebf0;
}
.page-template-noticias-miembros-red article > a:hover {
  text-decoration: none;
}
.page-template-noticias-miembros-red article .img-fluid {
  padding-top: 20px;
}

.page-template-noticias-miembros-red article .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.23;
}
@media only screen and (min-width: 576px) {
  .page-template-noticias-miembros-red article .title {
    font-size: 21px;
  }
}
.page-template-noticias-miembros-red article .date {
  color: #0c6ecc;
  font-weight: 600;
}
.page-template-noticias-miembros-red .sidebar {
  background-color: #fff;
  padding-top: 20px;
}
.page-template-noticias-miembros-red .sidebar .aside-title {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.25;
  font-size: 20px;
}
@media only screen and (min-width: 576px) {
  .page-template-noticias-miembros-red .sidebar .aside-title {
    font-size: 24px;
  }
}
.page-template-eventos {
  /*.event-header {
        background-color: @blue-3;
        padding: 60px 0;
        position: relative;
        &:after {
            content: "";
            position: absolute;
            display: block;
            top: 100%;
            left: 0;
            height: 200%;
            width: 100%;
            background-color: @blue-3;
        }
        .form-control {
            background-color: @blue-3;
            width: 25%;
            text-align: center;
        }
    }*/
}
@media (max-width: 1251px) {
  .page-template-eventos .two-btns {
    justify-content: center;
  }
}
.page-template-eventos .two-btns .btn {
  margin: 50px 0 0;
}
@media (max-width: 1479px) {
  .page-template-eventos .two-btns .btn {
    padding: 0.5em 1.5em;
  }
  .page-template-eventos .two-btns .btn:not(.btn-icon) {
    padding: 0.5em 2.75em;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-template-eventos .two-btns .btn {
    margin: 25px 0 0;
  }
}
.page-template-eventos .two-btns .showed,
.page-template-eventos .two-btns :focus.showed {
  background-color: #0c6ecc;
  color: #fff;
}
.page-template-eventos .two-btns .showed .event-more,
.page-template-eventos .two-btns :focus.showed .event-more {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 575.98px) {
  .page-template-eventos #agenda {
    padding: 30px 0;
  }
}
.page-template-eventos #agenda .separator {
  border-top: 1px solid #706f6d;
}
.page-template-eventos #unirse:after {
  display: none;
}
.page-template-nuestra-red #nuestra-red {
  padding: 30px 15px;
  width: calc(100% + 30px);
  margin: 0 -15px;
  background-color: #e5ebf0;
}
@media only screen and (min-width: 768px) {
  .page-template-nuestra-red #nuestra-red {
    background-image: url("../img/fondo-nuestra-red.png");
    background-size: 35%;
    background-position: right;
    background-repeat: no-repeat;
  }
  .page-template-nuestra-red #nuestra-red img {
    display: none;
  }
}
.page-template-nuestra-red #nuestros-miembros {
  padding-top: 50px;
}
.page-template-nuestra-red #nuestros-miembros .item {
  justify-content: flex-start;
}
.page-template-nuestra-red #nuestros-miembros .item .company {
  width: 33%;
  padding-bottom: 0;
  transition: 0.2s all linear;
}
@media only screen and (min-width: 768px) {
  .page-template-nuestra-red #nuestros-miembros .item .company {
    width: 20%;
  }
}
.page-template-nuestra-red #nuestros-miembros .item .company p {
  opacity: 0;
  background-color: #0c6ecc;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  transition: 0.2s opacity linear;
  margin-top: 15px;
}
.page-template-nuestra-red #nuestros-miembros .item .company:hover {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(12, 110, 204, 0.6);
}
.page-template-nuestra-red #nuestros-miembros .item .company:hover p {
  opacity: 1;
}
.page-template-nuestra-red #nuestros-miembros .item.loading {
  position: relative;
  padding-bottom: 50px;
}
.page-template-nuestra-red #nuestros-miembros .item.loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 5px solid #0c6ecc;
  border-radius: 50%;
  border-left-color: transparent;
  z-index: 1;
  animation: 1.5s rotate linear infinite;
}
.page-template-nuestra-red #nuestros-miembros .btn.position-md-absolute {
  right: 20px;
  top: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-nuestra-red #nuestros-miembros .btn.position-md-absolute {
    position: absolute;
  }
}
.page-template-nuestra-red #nuestros-miembros .member-filters {
  background-color: #e5ebf0;
  color: #0c6ecc;
  font-weight: 700;
  position: fixed;
  right: 20px;
  bottom: 160px;
  overflow-y: scroll;
  max-height: calc(95vh - 160px);
  width: 248px;
  max-width: 62%;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .page-template-nuestra-red #nuestros-miembros .member-filters {
    right: 40px;
    bottom: 165px;
  }
}
.page-template-nuestra-red #nuestros-miembros .member-filters .btn.position-absolute {
  background-color: transparent;
  border-color: transparent;
  padding: 0 1em;
  font-size: 1.9em;
  right: 0;
  top: 0;
  margin-top: 0;
}
.page-template-nuestra-red #nuestros-miembros .member-filters .btn.position-absolute:hover {
  color: #fff;
}
.page-template-nuestra-red #nuestros-miembros .member-filters h3,
.page-template-nuestra-red #nuestros-miembros .member-filters h4 {
  padding-left: 2rem;
}
.page-template-nuestra-red #nuestros-miembros .member-filters h3 {
  font-size: 20px;
  color: #e5ebf0;
  background-color: #0c6ecc;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-template-nuestra-red #nuestros-miembros .member-filters h4 {
  font-size: 16px;
}
.page-template-nuestra-red #nuestros-miembros .member-filters ul {
  margin-bottom: 0;
  list-style: none;
  font-size: 12px;
  padding-left: 10px;
}
.page-template-nuestra-red #nuestros-miembros .cleanFilters {
  font-size: 10px;
  margin-left: 68px;
  margin-bottom: 10px;
}
.page-template-nuestra-red #nuestros-miembros .member-detail {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #0c6ecc;
  padding: 70px 40px;
  z-index: 1;
}
.page-template-nuestra-red #nuestros-miembros .member-detail .close {
  position: absolute;
  top: 20px;
  right: 20px;
  float: none;
  color: #0c6ecc;
  opacity: 1;
}
.page-template-nuestra-red #nuestros-miembros .member-detail .text {
  background-color: #e5ebf0;
  padding: 70px 25px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page-template-nuestra-red #nuestros-miembros .member-detail .text:before {
    content: "";
    display: block;
    position: absolute;
    left: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #e5ebf0;
    z-index: -1;
  }
}
.page-template-nuestra-red #nuestros-miembros .member-detail .text p {
  color: #0b162b;
  font-weight: 600;
}
.page-template-nuestra-red #nuestros-miembros .member-detail .text p strong,
.page-template-nuestra-red #nuestros-miembros .member-detail .text p b {
  font-weight: 700;
}
.page-template-nuestra-red #nuestros-miembros .member-detail > .row > .col-12:not(.text) {
  display: flex;
  align-items: center;
}
.page-template-nuestra-red #nuestros-miembros .member-detail .info {
  background-color: #0c6ecc;
  padding: 70px 20px;
}
.page-template-nuestra-red #nuestros-miembros .member-detail .info .title {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
}
.page-template-nuestra-red #nuestros-miembros .member-detail .info .title:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 10px 0 25px;
}
.page-template-nuestra-red #nuestros-miembros .member-detail .info,
.page-template-nuestra-red #nuestros-miembros .member-detail .info a {
  color: #fff;
  font-weight: 600;
}
.page-template-nuestra-red #nuestros-miembros .member-detail .info + .col-xl-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(164, 184, 203, 0.3);
  padding: 70px 0;
}
.page-template-nuestra-red #nuestros-miembros .member-detail .info + .col-xl-5 img {
  width: 80%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .page-template-nuestra-red #nuestros-miembros .member-detail .col-md-7 .text-left {
    padding: 50px 0;
    width: 100%;
  }
}
.page-template-nuestra-red #nuestros-miembros:not(.visible) [href="#filters"] {
  opacity: 0;
}
.page-template-nuestra-red #nuestros-grupos {
  padding-top: 25px;
}
.page-template-nuestra-red #nuestros-grupos .check-list,
.page-template-nuestra-red #nuestros-grupos .groups-text {
  width: 25em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-nuestra-red #nuestros-grupos .check-list a,
.page-template-nuestra-red #nuestros-grupos .groups-text a {
  margin-left: 20%;
}
@media only screen and (max-width: 767.98px) {
  .page-template-nuestra-red #nuestros-grupos .check-list a,
  .page-template-nuestra-red #nuestros-grupos .groups-text a {
    margin-left: 30%;
  }
}
.page-template-nuestra-red #nuestros-grupos .size-img {
  max-width: 35%;
  margin-left: 28%;
}
@media only screen and (max-width: 767.98px) {
  .page-template-nuestra-red #nuestros-grupos .size-img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.page-template-nuestra-red #leading-business,
.page-template-nuestra-red #leading-professional {
  padding: 1.5em;
}
.page-template-nuestra-red #leading-business .title,
.page-template-nuestra-red #leading-professional .title {
  color: #0b162b;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.page-template-nuestra-red #leading-business p,
.page-template-nuestra-red #leading-professional p,
.page-template-nuestra-red #leading-business ul,
.page-template-nuestra-red #leading-professional ul {
  color: #0b162b;
}
.page-template-nuestra-red #leading-business p,
.page-template-nuestra-red #leading-professional p {
  font-weight: 600;
}
.page-template-nuestra-red [href="#leading-business"],
.page-template-nuestra-red [href="#leading-professional"] {
  padding: 0.2em 1em;
  position: relative;
}
.page-template-nuestra-red [href="#leading-business"]:after,
.page-template-nuestra-red [href="#leading-professional"]:after {
  content: "";
  position: absolute;
  width: 2em;
  height: calc(100% + 2px);
  background-color: #0c6ecc;
  top: -1px;
  left: calc(100% + 10px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-image: url("../img/icon-arrow-bottom.png");
}
.page-template-nuestra-red [href="#leading-business"][aria-expanded="true"]:after,
.page-template-nuestra-red [href="#leading-professional"][aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.page-template-nuestra-red .bg-blue {
  background-color: #e5ebf0;
}
.single-event .event-header {
  background-color: #e5ebf0;
  padding: 60px 0;
  position: relative;
}
.single-event .event-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: #e5ebf0;
}
.single-event .event-header .form-control {
  background-color: #e5ebf0;
  width: 25%;
  text-align: center;
  border-radius: 0;
  border: 1px solid rgba(153, 153, 153, 0.6);
}
.single-event article {
  z-index: 1;
  /*.back-to-events {
            display: block;
            height: 70px;
            svg {
                transform: translateY(-25px)rotate(45deg);
                transform-origin: center;
                width: 50px;
                .prefix__cls-1 {
                    stroke: @black-2;
                }
            }
        }*/
}
.single-event article .date,
.single-event article .title {
  color: #0c6ecc;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 576px) {
  .single-event article .date,
  .single-event article .title {
    font-size: 28px;
  }
}
.single-event article .date {
  background-color: #0c6ecc;
  color: #fff;
  padding: 0.02em 0.5em;
  display: table;
  margin-top: -0.8em;
  margin-left: -1.5rem;
}
@media only screen and (min-width: 576px) {
  .single-event article .date {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .single-event article .main-content:after {
    content: "";
    position: absolute;
    display: block;
    width: 30%;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #fff;
  }
}
.single-event article .category {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .single-event article .category {
    font-size: 25px;
  }
}
.single-event article .btn {
  margin: 25px 0;
  margin: 50px 0;
}
@media only screen and (min-width: 576px) {
  .single-event article .btn {
    margin: 50px 0;
  }
}
.single-event article .btn .event-more {
  margin-left: 1em;
  transform: rotate(90deg);
}
.single-event article .wp-post-image {
  height: auto;
}
@media (min-width: 1830px) {
  .single-event article .separator {
    position: relative;
    /*&:after {
                    content: url('../img/numbers-dots.svg');
                    position: absolute;
                    bottom: -90%;
                    right: calc(~"100% + 50px");
                }*/
  }
  .single-event article .separator:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: 100%;
    left: calc(100% + 50px);
  }
}
@media (max-width: 1480px) {
  .single-event article .content {
    margin-top: 25px;
  }
}
.single-event article .content p {
  margin-bottom: 25px;
}
.single-event article .content p img {
  height: auto;
}
.single-event article .details-title {
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .single-event article .details-title {
    font-size: 1.1em;
  }
}
.single-event article .details-title:after {
  content: ": ";
}
.single-event article ul.details-content li {
  font-size: 0.9em;
  color: #000;
  list-style: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .single-event article ul.details-content li {
    font-size: 1.1em;
  }
}
.single-event article ul.details-content li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #0c6ecc;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-left: -40px;
  margin-right: 0.4em;
}
.single-event article ul.details-content li .title {
  font-size: 0.98em;
  color: inherit;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-right: 0;
  text-transform: uppercase;
}
.single-event article ul.details-content li .title:after {
  content: ": ";
}
.single-event article ul.details-content li p {
  display: inline;
  margin-bottom: 0.5em;
}
.single-event article .highlighted-text {
  font-weight: 800;
  color: #0c6ecc;
}
@media only screen and (max-width: 767.98px) {
  .single-event .two-btns > a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.single-event .bg-blue {
  background-color: #0c6ecc;
  color: #fff;
  padding: 30px 0;
}
.single-event .bg-blue .title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .single-event .bg-blue .title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .single-event .bg-blue .title .location-icon {
    position: absolute;
    left: 0;
  }
}
.single-event .bg-blue .subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (min-width: 576px) {
  .single-event .bg-blue .subtitle {
    font-size: 20px;
  }
}
.single-event .bg-blue #map {
  width: 100%;
  height: 350px;
}
@media (min-width: 1830px) {
  .single-event .add-dots {
    position: relative;
  }
  .single-event .add-dots:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: 100px;
    left: calc(100% + 50px);
    height: 300px;
    overflow: hidden;
  }
}
.single-event .to-calendar {
  font-size: 12px;
}
.single-event .separator {
  border-top: 1px solid #706f6d;
}
.page-template-quieres-conocernos main {
  padding: 50px 0 0;
}
@media only screen and (min-width: 576px) {
  .page-template-quieres-conocernos main {
    padding: 110px 0 0;
  }
}
@media (min-width: 1830px) {
  .page-template-quieres-conocernos main .section-title {
    position: relative;
  }
  .page-template-quieres-conocernos main .section-title:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: 0;
    left: calc(100% + 50px);
    overflow: hidden;
  }
}
.page-template-quieres-conocernos .row:not(.no-gutters) {
  padding: 0 15px;
}
.page-template-quieres-conocernos .sections {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .page-template-quieres-conocernos .sections {
    margin-top: 80px;
  }
}
.page-template-quieres-conocernos .sections .item {
  margin: 0 10px 35px;
  width: 100%;
  border-bottom: 1px solid #0c6ecc;
}
@media only screen and (min-width: 768px) {
  .page-template-quieres-conocernos .sections .item {
    width: calc(50% -  10px*2);
  }
}
@media only screen and (min-width: 1140px) {
  .page-template-quieres-conocernos .sections .item {
    width: calc(25% -  10px*2);
  }
}
.page-template-quieres-conocernos .sections .item .item-icon {
  position: relative;
}
.page-template-quieres-conocernos .sections .item .item-icon img {
  width: 100%;
  height: auto;
}
.page-template-quieres-conocernos .sections .item .item-icon .icon {
  width: 80px;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.page-template-quieres-conocernos .sections .item .item-body {
  background-color: #fff;
  display: block;
  width: calc(100% - 30px);
  padding: 22px 18px;
  margin: 0 auto -30px;
  transform: translateY(-30px);
}
.page-template-quieres-conocernos .sections .item .item-body .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.23;
  color: #0b162b;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1140px) {
  .page-template-quieres-conocernos .sections .item .item-body .title {
    font-size: 26px;
  }
}
.page-template-quieres-conocernos .sections .item .item-body .text {
  margin-bottom: 0;
  color: #0b162b;
  line-height: 1.67;
}
.page-template-quieres-conocernos .sections .item .item-body:hover {
  text-decoration: none;
}
@media (min-width: 1830px) {
  .page-template-quieres-conocernos #nuestra-red {
    position: relative;
  }
  .page-template-quieres-conocernos #nuestra-red:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    bottom: -25px;
    right: calc(100% + 50px);
    overflow: hidden;
  }
}
@media (min-width: 1830px) {
  .page-template-quieres-conocernos #nuestra-red .section-title:after {
    display: none;
  }
}
.page-template-quieres-conocernos #messages {
  padding: 50px 0;
  background-color: rgba(164, 184, 203, 0.29);
}
@media only screen and (min-width: 576px) {
  .page-template-quieres-conocernos #messages {
    padding: 107px 0;
  }
}
.page-template-quieres-conocernos #messages .text {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 50px;
  padding: 0 15px;
}
@media only screen and (min-width: 576px) {
  .page-template-quieres-conocernos #messages .text {
    font-size: 26px;
  }
}
@media (min-width: 940px) {
  .page-template-quieres-conocernos #messages .text {
    max-width: 920px;
    margin: 0 auto 50px;
  }
}
.page-template-quieres-conocernos #messages .author {
  color: #e30916;
  font-weight: bold;
}
.page-template-quieres-conocernos #messages .owl-carousel {
  overflow: hidden;
}
.page-template-quieres-conocernos #messages .owl-carousel .owl-nav button.owl-next,
.page-template-quieres-conocernos #messages .owl-carousel .owl-nav button.owl-prev {
  border-radius: 0;
}
.page-template-quieres-conocernos #messages .owl-carousel .owl-nav button.owl-next svg,
.page-template-quieres-conocernos #messages .owl-carousel .owl-nav button.owl-prev svg {
  fill: transparent;
}
.page-template-quieres-conocernos #messages .owl-carousel .owl-nav button.owl-next:hover,
.page-template-quieres-conocernos #messages .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #fff;
}
@media (min-width: 1600px) {
  .page-template-quieres-conocernos #messages {
    position: relative;
  }
  .page-template-quieres-conocernos #messages:before {
    content: "";
    position: absolute;
    top: -50%;
    right: 0;
    width: 370px;
    height: 200%;
    background-image: url("../img/icon-network-180.svg");
    background-position: left center;
    background-size: 400% 100%;
    overflow: hidden;
  }
  .page-template-quieres-conocernos #messages:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 370px;
    height: 100%;
    background-image: url("../img/icon-network.svg");
    background-position: right top;
    background-size: 260% 100%;
    overflow: hidden;
  }
}
.page-template-escaparate-innovacion main {
  padding: 50px 15px 0;
}
@media only screen and (min-width: 576px) {
  .page-template-escaparate-innovacion main {
    padding: 110px 15px 0;
  }
}
.page-template-escaparate-innovacion .row {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-escaparate-innovacion .filters .separator {
  border-top-color: #a4b8cb;
}
.page-template-escaparate-innovacion .filters label {
  font-weight: 600;
  margin: 0 15px;
}
.page-template-escaparate-innovacion .filters .form-control {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1830px) {
  .page-template-escaparate-innovacion .filters {
    position: relative;
  }
  .page-template-escaparate-innovacion .filters:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    bottom: -120%;
    left: calc(100% + 50px);
    z-index: -1;
  }
}
.page-template-escaparate-innovacion .companies {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-escaparate-innovacion .companies .company {
  border: 1px solid #a4b8cb;
  margin: 0 10px 35px;
  width: 100%;
  padding: 30px 20px 20px;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1140px) {
  .page-template-escaparate-innovacion .companies .company {
    width: calc(33% -  10px*2);
  }
}
.page-template-escaparate-innovacion .companies .company .category {
  color: #a4b8cb;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.page-template-escaparate-innovacion .companies .company .category:after {
  content: "";
  position: absolute;
  display: block;
  width: 60%;
  height: 3px;
  background-color: #a4b8cb;
  margin-top: 0.5em;
}
.page-template-escaparate-innovacion .companies .company .company-body {
  flex: 1 1 auto;
}
.page-template-escaparate-innovacion .companies .company .company-body .title,
.page-template-escaparate-innovacion .companies .company .company-body .text {
  color: #0c6ecc;
}
.page-template-escaparate-innovacion .companies .company .company-body .title {
  font-size: 2em;
  text-transform: uppercase;
}
.page-template-escaparate-innovacion .companies .company .company-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .page-template-escaparate-innovacion .companies .company .company-footer {
    justify-content: space-between;
  }
}
.page-template-escaparate-innovacion .companies .company .company-footer .btn {
  padding: 0.5em 1.5em;
}
@media only screen and (max-width: 575.98px) {
  .page-template-escaparate-innovacion .companies .company .company-footer .btn {
    margin: 1em 0 2em;
  }
}
.page-template-escaparate-innovacion .companies .company .company-footer img {
  height: auto;
}
@media (min-width: 1830px) {
  .page-template-escaparate-innovacion .companies {
    position: relative;
  }
  .page-template-escaparate-innovacion .companies:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    bottom: 0;
    right: calc(100% + 50px);
  }
}
.page-template-grupo-leading-business main {
  padding: 50px 15px 0;
}
@media only screen and (min-width: 576px) {
  .page-template-grupo-leading-business main {
    padding: 110px 15px 0;
  }
}
.page-template-grupo-leading-business main .btn {
  text-transform: uppercase;
}
.page-template-grupo-leading-business main .section-title {
  font-weight: bold;
}
.page-template-grupo-leading-business .row {
  padding: 0 15px;
}
.page-template-grupo-leading-business .separator {
  border-top-width: 40px;
  border-top-color: rgba(164, 184, 203, 0.4);
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 992px) {
  .page-template-grupo-leading-business .separator {
    width: calc(100% + 30px);
  }
}
.page-template-grupo-leading-business #leading-business .section-title {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .page-template-grupo-leading-business #leading-business .section-title {
    margin-bottom: 150px;
  }
}
.page-template-grupo-leading-business #leading-business .acceder {
  text-align: center;
}
@media (min-width: 940px) {
  .page-template-grupo-leading-business #leading-business .acceder {
    max-width: 920px;
    margin: 0 auto;
  }
}
.page-template-grupo-leading-business #leading-business .acceder .btn {
  display: block;
  padding: 0.8em 3em;
  max-width: 400px;
  margin: 80px auto 0;
}
@media (min-width: 1830px) {
  .page-template-grupo-leading-business #leading-business {
    position: relative;
  }
  .page-template-grupo-leading-business #leading-business:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    bottom: 20px;
    left: calc(100% + 50px);
    z-index: -1;
  }
}
.page-template-grupo-leading-business #nuestros-clusters .text,
.page-template-grupo-leading-business #nuestros-parques .text {
  margin-bottom: 80px;
}
@media (min-width: 1830px) {
  .page-template-grupo-leading-business .clusters {
    position: relative;
  }
  .page-template-grupo-leading-business .clusters:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: 0;
    right: calc(100% + 50px);
    z-index: -1;
  }
}
@media (min-width: 1830px) {
  .page-template-grupo-leading-business #nuestros-parques {
    position: relative;
  }
  .page-template-grupo-leading-business #nuestros-parques:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: 15px;
    left: calc(100% + 50px);
    z-index: -1;
  }
  .page-template-grupo-leading-business #nuestros-parques:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    bottom: 20px;
    right: calc(100% + 50px);
    transform: translateY(50%);
    z-index: -1;
  }
}
.page-template-grupo-leading-business .clusters,
.page-template-grupo-leading-business .parques {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.page-template-grupo-leading-business .clusters .cluster,
.page-template-grupo-leading-business .parques .cluster,
.page-template-grupo-leading-business .clusters .parque,
.page-template-grupo-leading-business .parques .parque {
  border: 1px solid #0c6ecc;
  margin: 0 10px 15px;
  padding: 20px;
  text-align: center;
}
.page-template-grupo-leading-business .clusters .cluster .title,
.page-template-grupo-leading-business .parques .cluster .title,
.page-template-grupo-leading-business .clusters .parque .title,
.page-template-grupo-leading-business .parques .parque .title {
  color: #0c6ecc;
  font-size: 26px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 40px;
  font-weight: bold;
}
@media only screen and (min-width: 1140px) {
  .page-template-grupo-leading-business .clusters .cluster .title,
  .page-template-grupo-leading-business .parques .cluster .title,
  .page-template-grupo-leading-business .clusters .parque .title,
  .page-template-grupo-leading-business .parques .parque .title {
    padding-right: 3em;
  }
}
.page-template-grupo-leading-business .clusters .cluster .icon,
.page-template-grupo-leading-business .parques .cluster .icon,
.page-template-grupo-leading-business .clusters .parque .icon,
.page-template-grupo-leading-business .parques .parque .icon {
  height: auto;
}
.page-template-grupo-leading-business .clusters .cluster .btn,
.page-template-grupo-leading-business .parques .cluster .btn,
.page-template-grupo-leading-business .clusters .parque .btn,
.page-template-grupo-leading-business .parques .parque .btn {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 0.8em 1.5em;
}
.page-template-grupo-leading-business .clusters .cluster,
.page-template-grupo-leading-business .parques .cluster {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-grupo-leading-business .clusters .cluster,
  .page-template-grupo-leading-business .parques .cluster {
    width: calc(50% -  10px*2);
  }
}
@media only screen and (min-width: 1140px) {
  .page-template-grupo-leading-business .clusters .cluster,
  .page-template-grupo-leading-business .parques .cluster {
    width: calc(33% -  10px*2);
  }
}
.page-template-grupo-leading-business .clusters .parque,
.page-template-grupo-leading-business .parques .parque {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-grupo-leading-business .clusters .parque,
  .page-template-grupo-leading-business .parques .parque {
    width: calc(50% -  10px*2);
  }
}
@media only screen and (min-width: 1140px) {
  .page-template-grupo-leading-business .clusters .parque,
  .page-template-grupo-leading-business .parques .parque {
    width: calc(33% -  10px*2);
  }
  .page-template-grupo-leading-business .clusters .parque:nth-child(2n),
  .page-template-grupo-leading-business .parques .parque:nth-child(2n) {
    margin-right: 10%;
  }
  .page-template-grupo-leading-business .clusters .parque:nth-child(2n-1),
  .page-template-grupo-leading-business .parques .parque:nth-child(2n-1) {
    margin-left: 10%;
  }
}
.page-template-grupo-leading-business .parques {
  justify-content: center;
}
.blog .post-header {
  background-color: #e5ebf0;
  padding: 20px 0;
  position: relative;
}
.blog .post-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: #e5ebf0;
}
.blog #noticias {
  padding-top: 0;
}
.blog #noticias .grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.blog #noticias .grid .grid-item {
  float: none;
  margin: 0 20px 15px;
  background-color: #e5ebf0;
  border-bottom: 0;
}
@media only screen and (min-width: 1140px) {
  .blog #noticias .grid .grid-item {
    width: calc(33% -  20px);
  }
}
@media only screen and (min-width: 768px) {
  .blog #noticias .grid .grid-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .blog #noticias .grid .grid-item:nth-child(2n) {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .blog #noticias .grid .grid-item:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog #noticias .grid .grid-item:nth-child(1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .blog #noticias .grid .grid-item:nth-child(1) {
    width: calc(66% -  20px);
    background-color: #fff;
  }
  .blog #noticias .grid .grid-item:nth-child(1) .grid-body {
    background-color: #fff;
    width: calc(100% - 30px);
    padding: 22px 18px;
    margin: 0 auto -30px;
    transform: translateY(-30px);
  }
  .blog #noticias .grid .grid-item:nth-child(1) .grid-body .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1140px) and only screen and (min-width: 576px) {
  .blog #noticias .grid .grid-item:nth-child(1) .grid-body .title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1140px) and (min-width: 1480px) {
  .blog #noticias .grid .grid-item:nth-child(1) .grid-body .title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .blog #noticias .grid .grid-item:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .blog #noticias .grid .grid-item:nth-child(2) {
    width: calc(33% -  20px);
  }
}
.blog #noticias .grid .grid-item .grid-body {
  display: flex;
  flex-direction: column;
  background-color: #e5ebf0;
  margin: 0 auto;
  transform: translateY(0);
  padding: 22px 0;
}
.blog #noticias .grid .grid-item .grid-body .title {
  flex: 1 1 auto;
}
@media (min-width: 1480px) {
  .blog #noticias .grid .grid-item .grid-body .title {
    font-size: 16px;
  }
}
.blog #noticias .grid .grid-item .grid-body.calc-heights {
  min-height: auto !important;
}
.blog #noticias .grid .grouped-items {
  width: calc(50% -  20px);
}
.blog #noticias .grid .grouped-items .grid-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 0 15px;
  position: relative;
}
.blog #noticias .grid .grouped-items .grid-item img {
  position: absolute;
  width: 30%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog #noticias .grid .grouped-items .grid-item .grid-body {
  width: 70%;
  padding: 15px;
  margin-left: 30%;
}
.blog #noticias .grid .grouped-items .grid-item:first-of-type {
  float: none;
  background-color: #e5ebf0;
  border-bottom: 0;
}
.blog #noticias .grid .grouped-items .grid-item:first-of-type .grid-body {
  background-color: #e5ebf0;
  margin: 0 auto;
  margin-left: 30%;
  transform: translateY(0);
  padding: 15px;
}
@media (min-width: 1480px) {
  .blog #noticias .grid .grouped-items .grid-item:first-of-type .grid-body .title {
    font-size: 18px;
  }
}
.blog #noticias .section-title {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.25;
}
@media only screen and (min-width: 576px) {
  .blog #noticias .section-title {
    font-size: 24px;
  }
}
.blog #noticias .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
  transition: 0.2s opacity linear;
}
.blog #noticias .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: -0.3rem;
  transform: translateY(-100%);
  display: inline;
}
.blog #noticias .owl-carousel .owl-nav button.owl-prev svg {
  width: 35px;
  height: 35px;
}
.blog #noticias .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: -0.3rem;
  transform: translateY(-100%);
  display: inline;
}
.blog #noticias .owl-carousel .owl-nav button.owl-next svg {
  width: 35px;
  height: 35px;
}
.blog #noticias .owl-carousel:hover .owl-nav {
  opacity: 1;
}
.blog #noticias .owl-nav .icon-background {
  fill: #fff;
}
.blog #galery .title {
  margin-bottom: 0;
}
.blog aside .aside-title {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.25;
  font-size: 20px;
}
@media only screen and (min-width: 576px) {
  .blog aside .aside-title {
    font-size: 24px;
  }
}
.blog aside .no-results {
  font-size: 15px;
}
@media only screen and (min-width: 576px) {
  .blog aside .no-results {
    font-size: 18px;
  }
}
.blog aside .owl-carousel .item {
  /*position: relative;
        height: 240px;
        @media @min-sm {
          height: 340px;
        }
        img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }*/
}
.blog aside .owl-carousel .item img {
  width: 100%;
  height: auto;
}
.blog aside .owl-carousel .owl-nav {
  position: absolute;
  opacity: 0;
  transition: 0.2s opacity linear;
}
.blog aside .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -8.5rem;
  left: -0.3rem;
  display: inline;
}
.blog aside .owl-carousel .owl-nav button.owl-prev svg {
  width: 35px;
  height: 35px;
}
.blog aside .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: -8.5rem;
  left: 22.1rem;
  display: inline;
}
.blog aside .owl-carousel .owl-nav button.owl-next svg {
  width: 35px;
  height: 35px;
}
.blog aside .owl-carousel:hover .owl-nav {
  opacity: 1;
}
.blog aside .aside-video {
  position: relative;
}
.blog aside .aside-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.blog aside .aside-video > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog aside .aside-video iframe {
  width: 100%;
  height: 100%;
}
.single-post .post-header {
  background-color: #e5ebf0;
  padding: 60px 0;
  position: relative;
}
.single-post .post-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: #e5ebf0;
}
.single-post .post-header .form-control {
  background-color: #e5ebf0;
  width: 25%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-post .main-content:after {
    content: "";
    position: absolute;
    display: block;
    width: 30%;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #fff;
  }
}
.single-post .main-content .date,
.single-post .main-content .title {
  color: #0c6ecc;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 576px) {
  .single-post .main-content .date,
  .single-post .main-content .title {
    font-size: 28px;
  }
}
.single-post .main-content .date {
  background-color: #0c6ecc;
  color: #fff;
  padding: 0.02em 0.5em;
  display: table;
  margin-top: -0.8em;
  margin-left: -1.5rem;
  font-size: 15px;
}
@media only screen and (min-width: 576px) {
  .single-post .main-content .date {
    font-size: 20px;
  }
}
.single-post .main-content h4 > strong {
  padding-left: 1.5em;
  font-size: 20px;
  display: block;
  position: relative;
  margin-bottom: 1em;
}
.single-post .main-content h4 > strong:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.single-post .main-content h4 > strong:before {
  color: #0c6ecc;
}
.single-post .main-content h4 > strong:before {
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 18px;
}
.single-post .main-content p {
  text-align: justify;
  font-size: 15px;
}
.single-post .main-content p [class*=wp-image][height] {
  height: auto;
}
.single-post .main-content p a {
  color: #0c6ecc;
}
.single-post .main-content .embed-video,
.single-post .main-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 20px;
}
.single-post .main-content .embed-video:before,
.single-post .main-content .wp-block-embed-youtube .wp-block-embed__wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.single-post .main-content .embed-video > *,
.single-post .main-content .wp-block-embed-youtube .wp-block-embed__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-post .main-content .embed-video iframe,
.single-post .main-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
.single-post .bg-blue {
  background-color: #0c6ecc;
  color: #fff;
}
.single-post .wp-post-image {
  height: auto;
}
.single-post .last-news [class*="-dot"],
.single-post .upcoming-events [class*="-dot"] {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .single-post .last-news [class*="-dot"],
  .single-post .upcoming-events [class*="-dot"] {
    font-size: 21px;
  }
}
.single-post .last-news .row,
.single-post .upcoming-events .row {
  text-decoration: none;
}
.single-post .last-news {
  padding: 15px 30px;
}
.single-post .last-news .date,
.single-post .last-news .title {
  color: #0c6ecc;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .single-post .last-news .date,
  .single-post .last-news .title {
    font-size: 16px;
  }
}
.single-post .last-news .date {
  background-color: #0c6ecc;
  color: #fff;
  width: fit-content;
  padding: 0.02em 0.5em;
  margin-bottom: 10px;
}
.single-post .upcoming-events {
  padding: 15px 30px;
}
.single-post .upcoming-events .title {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .single-post .upcoming-events .title {
    font-size: 16px;
  }
}
.single-post .upcoming-events .row {
  background-color: #f75e12;
  margin-bottom: 15px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.single-post .upcoming-events .row:nth-of-type(4n-2) {
  background-color: #0c6ecc;
}
.single-post .upcoming-events .row:nth-of-type(4n-1) {
  background-color: #52a327;
}
.single-post .upcoming-events .row:nth-of-type(4n) {
  background-color: #e30916;
}
.single-post .upcoming-events .row .col-3,
.single-post .upcoming-events .row .col-9 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.single-post .upcoming-events .row .col-3 {
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
}
.single-post .upcoming-events .row .col-3 span {
  font-size: 1.7rem;
  line-height: 1;
  display: block;
}
.single-post .upcoming-events .row .col-3:before {
  content: "";
  position: absolute;
  left: calc(100% - 2.5px);
  top: -5px;
  display: block;
  width: 5px;
  height: calc(100% + 10px);
  background-color: #fff;
}
.single-post .upcoming-events .row .col-3 > div {
  font-size: 13px;
}
.single-post .upcoming-events .row .col-9 {
  padding-right: 40px;
}
.single-post .upcoming-events .row .col-9:after {
  content: "";
  background-image: url(../img/icon-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: -5px;
  width: 30px;
  height: calc(100% + 10px);
}
.single-post #galery,
.single-post #movile-galery {
  position: relative;
  padding: 0 50px;
}
.single-post #galery .owl-nav .owl-prev,
.single-post #movile-galery .owl-nav .owl-prev,
.single-post #galery .owl-nav .owl-next,
.single-post #movile-galery .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - (37px / 2));
  transform: translateY(-50%);
}
.single-post #galery .owl-nav .owl-prev svg,
.single-post #movile-galery .owl-nav .owl-prev svg,
.single-post #galery .owl-nav .owl-next svg,
.single-post #movile-galery .owl-nav .owl-next svg {
  width: 20px;
}
.single-post #galery .owl-nav .owl-prev:hover,
.single-post #movile-galery .owl-nav .owl-prev:hover,
.single-post #galery .owl-nav .owl-next:hover,
.single-post #movile-galery .owl-nav .owl-next:hover {
  background-color: transparent;
}
.single-post #galery .owl-nav .owl-prev,
.single-post #movile-galery .owl-nav .owl-prev {
  left: 0;
}
.single-post #galery .owl-nav .owl-next,
.single-post #movile-galery .owl-nav .owl-next {
  right: 0;
}
.single-post #galery .owl-stage .owl-item .item,
.single-post #movile-galery .owl-stage .owl-item .item {
  position: relative;
  height: 50vw;
}
@media only screen and (min-width: 768px) {
  .single-post #galery .owl-stage .owl-item .item,
  .single-post #movile-galery .owl-stage .owl-item .item {
    height: 30vw;
  }
}
.single-post #galery .owl-stage .owl-item .item img,
.single-post #movile-galery .owl-stage .owl-item .item img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  object-position: center;
}
.single-post .social-share {
  display: flex;
}
.single-post .social-share .title {
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  color: #0c6ecc;
}
.single-post .social-share .title:after {
  content: ": ";
  margin-right: 1em;
}
.single-post .social-share a {
  display: block;
  padding: 4px;
  margin: 0 2px;
  background-color: #0c6ecc;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  /*
            &[href*="facebook.com"] {
                background-color: #29487d;
            }
            &[href*="twitter.com"] {
                background-color: #1da1f2;
            }
            &[href*="linkedin.com"] {
                background-color: #0073b0;
            }
            &[href*="mailto:"] {
                background-color: @green;
            }*/
}
@media only screen and (min-width: 768px) {
  .single-post .social-share a i {
    transform: translateY(1px);
  }
}
.page-template-innovacion-mapa main {
  padding: 50px 15px 0;
}
@media only screen and (min-width: 576px) {
  .page-template-innovacion-mapa main {
    padding: 110px 15px 0;
  }
}
.page-template-innovacion-mapa main .btn {
  text-transform: uppercase;
}
.page-template-innovacion-mapa main .section-title {
  font-weight: bold;
}
@media only screen and (max-width: 991.98px) {
  .page-template-innovacion-mapa .category-selector {
    margin-top: 40px;
  }
}
.page-template-innovacion-mapa .category-selector label {
  font-weight: 600;
}
.page-template-innovacion-mapa .category-selector .select2-container {
  margin: 0;
}
.page-template-innovacion-mapa .category-selector .select2-selection__rendered {
  color: #0c6ecc;
  font-weight: 600;
}
.page-template-innovacion-mapa .companies {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1140px) {
  .page-template-innovacion-mapa .companies {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.page-template-innovacion-mapa .companies .company {
  border: 1px solid #a4b8cb;
  margin: 0 10px 35px;
  width: 100%;
  padding: 20px 20px;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1140px) {
  .page-template-innovacion-mapa .companies .company {
    width: calc(33% -  10px*2);
  }
}
.page-template-innovacion-mapa .companies .company .category {
  color: #a4b8cb;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.page-template-innovacion-mapa .companies .company .category:after {
  content: "";
  position: absolute;
  display: block;
  width: 60%;
  height: 5px;
  border-radius: 3px;
  background-color: #a4b8cb;
  margin-top: 0.5em;
}
.page-template-innovacion-mapa .companies .company .company-body {
  flex: 1 1 auto;
}
.page-template-innovacion-mapa .companies .company .company-body .title,
.page-template-innovacion-mapa .companies .company .company-body .text {
  color: #0c6ecc;
}
.page-template-innovacion-mapa .companies .company .company-body .title {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .page-template-innovacion-mapa .companies .company .company-body .title {
    font-size: 22px;
  }
}
.page-template-innovacion-mapa .companies .company .company-body .text {
  font-size: 13px;
}
@media only screen and (min-width: 576px) {
  .page-template-innovacion-mapa .companies .company .company-body .text {
    font-size: 15px;
  }
}
.page-template-innovacion-mapa .companies .company .company-footer {
  text-align: center;
}
.page-template-innovacion-mapa .companies .company .company-footer .btn {
  font-size: 15px;
  padding: 0.94em 3.5em;
}
.page-template-innovacion-mapa .companies .company .company-footer img {
  width: 90%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .page-template-innovacion-mapa .companies .company .company-footer img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}
.page-template-innovacion-mapa #unirse:after {
  top: 25%;
  height: 150%;
  background-image: url(../img/icon-network-180.svg);
  background-size: 281% 100%;
}
.page-template-innovacion-ayudas .helps-header {
  background-color: #e5ebf0;
  padding: 30px 0;
  position: relative;
}
.page-template-innovacion-ayudas .helps-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: #e5ebf0;
  z-index: -1;
}
.page-template-innovacion-ayudas .helps-header .form-control {
  background-color: #e5ebf0;
  width: 25%;
  text-align: center;
}
.page-template-innovacion-ayudas main {
  padding: 0 15px;
}
@media only screen and (min-width: 576px) {
  .page-template-innovacion-ayudas main {
    padding: 0 15px;
  }
}
.page-template-innovacion-ayudas main .section-title {
  font-weight: bold;
}
@media only screen and (max-width: 991.98px) {
  .page-template-innovacion-ayudas .category-selector {
    margin-top: 40px;
  }
}
.page-template-innovacion-ayudas .category-selector label {
  font-weight: 600;
}
.page-template-innovacion-ayudas .category-selector .select2-container {
  margin: 0;
}
.page-template-innovacion-ayudas .category-selector .select2-container .select2-selection {
  border: 1px solid #0c6ecc;
  padding: 0.5rem 1em;
  border-radius: 1em;
}
.page-template-innovacion-ayudas .category-selector .select2-container .select2-selection__arrow b {
  border-color: #0c6ecc transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
}
.page-template-innovacion-ayudas .category-selector .select2-container .select2-selection__arrow b:before {
  display: none;
}
.page-template-innovacion-ayudas .category-selector .select2-selection__rendered {
  color: #0c6ecc;
  text-transform: uppercase;
}
.page-template-innovacion-ayudas .helps-type,
.page-template-innovacion-ayudas .helps-leaded {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 1;
}
.page-template-innovacion-ayudas .helps-type .color-blue,
.page-template-innovacion-ayudas .helps-leaded .color-blue {
  font-weight: 600;
  flex-basis: 14em;
  text-align: right;
}
.page-template-innovacion-ayudas .helps-type input,
.page-template-innovacion-ayudas .helps-leaded input {
  display: none;
}
.page-template-innovacion-ayudas .helps-type input + label,
.page-template-innovacion-ayudas .helps-leaded input + label {
  padding: 0 1.5em;
  margin: 0 1.5em;
  position: relative;
  cursor: pointer;
}
.page-template-innovacion-ayudas .helps-type input:checked + label,
.page-template-innovacion-ayudas .helps-leaded input:checked + label {
  font-weight: 600;
}
.page-template-innovacion-ayudas .helps-type .more-categories,
.page-template-innovacion-ayudas .helps-leaded .more-categories {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .page-template-innovacion-ayudas .helps-type .more-categories,
  .page-template-innovacion-ayudas .helps-leaded .more-categories {
    padding-left: 195px;
  }
}
.page-template-innovacion-ayudas .helps-type .event-more,
.page-template-innovacion-ayudas .helps-leaded .event-more {
  margin-left: 1em;
  transform: rotate(90deg);
}
.page-template-innovacion-ayudas .helps-type .showed,
.page-template-innovacion-ayudas .helps-leaded .showed,
.page-template-innovacion-ayudas .helps-type :focus.showed,
.page-template-innovacion-ayudas .helps-leaded :focus.showed {
  background-color: #0c6ecc;
  color: #fff;
}
.page-template-innovacion-ayudas .helps-type .showed .event-more,
.page-template-innovacion-ayudas .helps-leaded .showed .event-more,
.page-template-innovacion-ayudas .helps-type :focus.showed .event-more,
.page-template-innovacion-ayudas .helps-leaded :focus.showed .event-more {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767.98px) {
  .page-template-innovacion-ayudas .helps-type .groups-text,
  .page-template-innovacion-ayudas .helps-leaded .groups-text {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.page-template-innovacion-ayudas .helps-type input + label {
  --square-color: grey;
}
.page-template-innovacion-ayudas .helps-type input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.25em;
  top: 0.15em;
  width: 1em;
  height: 1em;
  background-color: var(--square-color);
}
.page-template-innovacion-ayudas .helps-leaded input + label {
  padding: 0;
}
.page-template-innovacion-ayudas .helps-leaded input + label:not(:first-of-type):after {
  content: "";
  display: block;
  position: absolute;
  left: -1.5em;
  top: 0.15em;
  width: 2px;
  height: 1em;
  background-color: #0c6ecc;
}
.page-template-innovacion-ayudas .helps {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-template-innovacion-ayudas .helps .help {
  border: 1px solid #a4b8cb;
  margin: 0 10px 35px;
  width: 100%;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  --square-color: grey;
}
@media only screen and (min-width: 1140px) {
  .page-template-innovacion-ayudas .helps .help {
    width: calc(33% -  10px*2);
  }
}
.page-template-innovacion-ayudas .helps .help:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 50px;
  height: 50px;
  background: var(--square-color);
  /* Old browsers */
  background: -moz-linear-gradient(45deg, var(--square-color) 50%, #fff 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, var(--square-color) 50%, #fff 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, var(--square-color) 50%, #fff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@white', endColorstr='var(--square-color)', GradientType=1);
  /* IE6-9 */
}
.page-template-innovacion-ayudas .helps .help .date {
  color: #0c6ecc;
  font-weight: bold;
  position: relative;
  line-height: 1.22;
  margin-bottom: 2.5em;
  text-transform: uppercase;
}
.page-template-innovacion-ayudas .helps .help .date:after {
  content: "";
  position: absolute;
  display: block;
  width: 60%;
  height: 5px;
  border-radius: 3px;
  background-color: #0c6ecc;
  margin-top: 0.5em;
}
.page-template-innovacion-ayudas .helps .help .help-body {
  flex: 1 1 auto;
  position: relative;
}
.page-template-innovacion-ayudas .helps .help .help-body .title {
  color: #0c6ecc;
  font-size: 19px;
  margin-bottom: 1em;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .page-template-innovacion-ayudas .helps .help .help-body .title {
    font-size: 20px;
  }
}
.page-template-innovacion-ayudas .helps .help .help-body:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 60%;
  height: 5px;
  border-radius: 3px;
  background-color: #0c6ecc;
  margin-top: 0.5em;
  z-index: 1;
}
.page-template-innovacion-ayudas .helps .help .help-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0c6ecc;
  font-weight: 600;
}
.page-template-innovacion-ayudas .helps .help .help-footer .btn {
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.5em 1.5em;
}
@media only screen and (max-width: 575.98px) {
  .page-template-innovacion-ayudas .helps .help .help-footer .btn {
    font-size: 16px;
  }
}
.page-template-innovacion-ayudas .helps-btn {
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.5em 1.5em;
}
@media only screen and (max-width: 575.98px) {
  .page-template-innovacion-ayudas .helps-btn {
    font-size: 16px;
  }
}
.page-template-innovacion-ayudas #unirse {
  margin-top: 50px;
}
@media only screen and (min-width: 1140px) {
  .page-template-innovacion-ayudas #unirse {
    margin-top: 100px;
  }
}
.page-template-innovacion-ayudas #unirse .title {
  margin-bottom: 24px;
  font-weight: bold;
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 576px) {
  .page-template-innovacion-ayudas #unirse .title {
    font-size: 24px;
  }
}
.page-template-innovacion-ayudas #unirse .btn {
  text-transform: uppercase;
}
.page-template-innovacion-ayudas #unirse:after {
  top: 25%;
  height: 150%;
  background-image: url(../img/icon-network-180.svg);
  background-size: 281% 100%;
}
#single-helps .help-footer {
  display: inline-flex;
  width: 100%;
  padding-bottom: 20px;
}
.page-template-que-ofrecemos main {
  padding: 50px 15px 0;
}
@media only screen and (min-width: 576px) {
  .page-template-que-ofrecemos main {
    padding: 110px 15px 0;
  }
}
.page-template-que-ofrecemos main .section-title + .text {
  margin-bottom: 100px;
}
.page-template-que-ofrecemos .info-servicios {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .page-template-que-ofrecemos .info-servicios {
    padding-bottom: 150px;
  }
}
.page-template-que-ofrecemos .info-servicios .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #0c6ecc;
  padding: 20px;
  margin: 10px;
  border: 1px solid #0c6ecc;
}
@media only screen and (min-width: 768px) {
  .page-template-que-ofrecemos .info-servicios .item {
    width: calc(50% -  10px*2);
  }
}
@media only screen and (min-width: 1140px) {
  .page-template-que-ofrecemos .info-servicios .item {
    width: calc(33% -  10px*2);
  }
}
.page-template-que-ofrecemos .info-servicios .item .title {
  flex: 1 1 auto;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (min-width: 576px) {
  .page-template-que-ofrecemos .info-servicios .item .title {
    font-size: 26px;
  }
}
.page-template-que-ofrecemos .info-servicios .item .text {
  flex: 1 1 auto;
  line-height: 1.67;
  margin-bottom: 60px;
}
.page-template-que-ofrecemos .info-servicios .item .icon {
  align-self: flex-end;
  max-width: 100%;
}
.page-template-que-ofrecemos-diagnosticos main {
  padding: 50px 15px 0;
}
@media only screen and (min-width: 576px) {
  .page-template-que-ofrecemos-diagnosticos main {
    padding: 110px 15px 0;
  }
}
.page-template-que-ofrecemos-diagnosticos main .section-title + .text {
  margin-bottom: 100px;
}
.page-template-que-ofrecemos-diagnosticos .tipos {
  justify-content: center;
  margin-bottom: 140px;
}
.page-template-que-ofrecemos-diagnosticos .tipos .tipo {
  padding: 20px;
  border: 1px solid #a4b8cb;
  margin: 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .page-template-que-ofrecemos-diagnosticos .tipos .tipo {
    width: calc(100% / 3 - 20px);
    padding: 40px;
  }
}
.page-template-que-ofrecemos-diagnosticos .tipos .tipo .icon {
  width: 80%;
  height: auto;
  margin-bottom: 1.5em;
}
.page-template-que-ofrecemos-diagnosticos .tipos .tipo .title {
  flex: 1 1 auto;
  padding: 2em;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.page-template-que-ofrecemos-diagnosticos .tipos .tipo .btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.page-template-que-ofrecemos-diagnosticos .tipos .tipo .btn:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 1830px) {
  .page-template-que-ofrecemos-diagnosticos .tipos {
    position: relative;
  }
  .page-template-que-ofrecemos-diagnosticos .tipos:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: -50%;
    left: calc(100% + 50px);
    z-index: -1;
  }
  .page-template-que-ofrecemos-diagnosticos .tipos:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    bottom: -30px;
    right: calc(100% + 50px);
    transform: translateY(50%);
    z-index: 0;
  }
}
.page-template-que-ofrecemos-lean-manufacturing main {
  padding: 50px 15px 0;
}
@media only screen and (min-width: 576px) {
  .page-template-que-ofrecemos-lean-manufacturing main {
    padding: 110px 15px 0;
  }
}
.page-template-que-ofrecemos-lean-manufacturing main .section-title + .text {
  margin-bottom: 100px;
}
.page-template-que-ofrecemos-lean-manufacturing main .header {
  align-items: center;
}
@media (min-width: 1830px) {
  .page-template-que-ofrecemos-lean-manufacturing main .header {
    position: relative;
  }
  .page-template-que-ofrecemos-lean-manufacturing main .header:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: -50px;
    left: calc(100% + 50px);
    z-index: -1;
  }
  .page-template-que-ofrecemos-lean-manufacturing main .header:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    bottom: 0;
    right: calc(100% + 50px);
    transform: translateY(101%);
    z-index: 0;
  }
}
.page-template-que-ofrecemos-lean-manufacturing .events {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .page-template-que-ofrecemos-lean-manufacturing .events {
    margin-bottom: 150px;
  }
}
.page-template-que-ofrecemos-lean-manufacturing .events .event {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  padding: 40px 20px;
  height: auto;
}
.page-template-que-ofrecemos-lean-manufacturing .events .event .event-date {
  text-transform: none;
}
.page-template-que-ofrecemos-lean-manufacturing .events .event .event-title {
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.page-template-que-ofrecemos-lean-manufacturing .events .event .event-duration,
.page-template-que-ofrecemos-lean-manufacturing .events .event .event-schedule,
.page-template-que-ofrecemos-lean-manufacturing .events .event .event-place {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
}
.page-template-que-ofrecemos-webinars main {
  padding: 50px 15px 0;
}
@media only screen and (min-width: 576px) {
  .page-template-que-ofrecemos-webinars main {
    padding: 110px 15px 0;
  }
}
.page-template-que-ofrecemos-webinars main .section-title + .text {
  margin-bottom: 100px;
}
.page-template-que-ofrecemos-webinars main .header {
  align-items: center;
  margin-bottom: 150px;
}
@media (min-width: 1830px) {
  .page-template-que-ofrecemos-webinars main .header {
    position: relative;
  }
  .page-template-que-ofrecemos-webinars main .header:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: -50px;
    left: calc(100% + 50px);
    z-index: -1;
  }
  .page-template-que-ofrecemos-webinars main .header:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    bottom: 0;
    right: calc(100% + 50px);
    transform: translateY(50%);
    z-index: 0;
  }
}
.page-template-que-ofrecemos-webinars main .header .btn {
  margin: 50px 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .page-template-que-ofrecemos-webinars main .header .btn {
    margin-top: 100px;
  }
}
.page-template-que-ofrecemos-escaparate-de-innovacion main {
  padding: 50px 15px 0;
}
@media only screen and (min-width: 576px) {
  .page-template-que-ofrecemos-escaparate-de-innovacion main {
    padding: 110px 15px 0;
  }
}
.page-template-que-ofrecemos-escaparate-de-innovacion main .section-title + .text {
  margin-bottom: 100px;
}
.page-template-que-ofrecemos-escaparate-de-innovacion main .header {
  align-items: center;
  margin-bottom: 150px;
}
@media (min-width: 1830px) {
  .page-template-que-ofrecemos-escaparate-de-innovacion main .header {
    position: relative;
  }
  .page-template-que-ofrecemos-escaparate-de-innovacion main .header:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: -50px;
    left: calc(100% + 50px);
    z-index: -1;
  }
  .page-template-que-ofrecemos-escaparate-de-innovacion main .header:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    bottom: 0;
    right: calc(100% + 50px);
    transform: translateY(50%);
    z-index: 0;
  }
}
.page-template-que-ofrecemos-escaparate-de-innovacion main .header .border-bottom {
  padding-bottom: 1rem;
  border-bottom-color: #0c6ecc !important;
}
.page-template-que-ofrecemos-escaparate-de-innovacion main .header .d-xl-flex {
  justify-content: space-between;
}
.page-template-que-ofrecemos-escaparate-de-innovacion main .header .d-xl-flex .btn {
  display: block;
  margin: 50px 0;
  text-transform: uppercase;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media only screen and (min-width: 992px) {
  .page-template-que-ofrecemos-escaparate-de-innovacion main .header .d-xl-flex .btn {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1140px) {
  .page-template-que-ofrecemos-escaparate-de-innovacion main .header .d-xl-flex .btn {
    width: 49%;
  }
}
.page-template-servicios main .section-title + .text {
  margin-bottom: 100px;
}
.page-template-servicios #quieres-conocernos {
  padding: 50px 15px 0;
  background-color: #e5ebf0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+57,ffffff+57,e5ebf0+57 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5ebf0 60%, #fff 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5ebf0 60%, #fff 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5ebf0 60%, #fff 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@white', endColorstr='@blue-3', GradientType=0);
  /* IE6-9 */
  margin: 0 -15px;
  /*
    @media (min-width: 1600px) {
      & {
        position: relative;
        &:before {
          content: "";
          position: absolute;
          top: -50%;
          right: 0;
          width: 370px;
          height: 200%;
          background-image: url("../img/icon-network-180.svg");
          background-position: left center;
          background-size: 400% 100%;
          overflow: hidden;
        }
        &:after {
          content: "";
          position: absolute;
          top: -50%;
          left: 0;
          width: 370px;
          height: 200%;
          background-image: url("../img/icon-network.svg");
          background-position: right top;
          background-size: 400% 100%;
          overflow: hidden;
        }
      }
    }
    */
}
@media only screen and (min-width: 576px) {
  .page-template-servicios #quieres-conocernos {
    padding: 80px 15px 100px;
  }
}
.page-template-servicios #quieres-conocernos .sections {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .page-template-servicios #quieres-conocernos .sections {
    margin-top: 80px;
  }
}
.page-template-servicios #quieres-conocernos .sections .item {
  margin: 0 10px 35px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-template-servicios #quieres-conocernos .sections .item {
    width: calc(50% -  10px * 2);
  }
}
@media only screen and (min-width: 1140px) {
  .page-template-servicios #quieres-conocernos .sections .item {
    width: calc(25% -  10px * 2);
  }
}
.page-template-servicios #quieres-conocernos .sections .item .item-body,
.page-template-servicios #quieres-conocernos .sections .item .item-icon {
  background-color: #0c6ecc;
  display: block;
  width: calc(100% - 30px);
  padding: 22px 18px;
  margin: 0 auto;
}
.page-template-servicios #quieres-conocernos .sections .item .item-body .title,
.page-template-servicios #quieres-conocernos .sections .item .item-icon .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.23;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  min-height: calc(2.46em + 8px);
  position: relative;
}
@media only screen and (min-width: 1140px) {
  .page-template-servicios #quieres-conocernos .sections .item .item-body .title,
  .page-template-servicios #quieres-conocernos .sections .item .item-icon .title {
    font-size: 28px;
  }
}
.page-template-servicios #quieres-conocernos .sections .item .item-body .title:after,
.page-template-servicios #quieres-conocernos .sections .item .item-icon .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 5px auto 0;
  height: 8px;
  background-color: #fff;
}
.page-template-servicios #quieres-conocernos .sections .item .item-body .text,
.page-template-servicios #quieres-conocernos .sections .item .item-icon .text {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.67;
}
.page-template-servicios #quieres-conocernos .sections .item .item-body:hover,
.page-template-servicios #quieres-conocernos .sections .item .item-icon:hover {
  text-decoration: none;
}
.page-template-servicios #quieres-conocernos .sections .item .item-body {
  padding-top: 0;
  text-align: justify;
}
.page-template-servicios #quieres-conocernos .sections .item .item-icon {
  padding-bottom: 0;
}
.page-template-servicios #quieres-conocernos .sections .item.white .item-body,
.page-template-servicios #quieres-conocernos .sections .item.white .item-icon {
  background-color: #fff;
}
.page-template-servicios #quieres-conocernos .sections .item.white .item-body .title,
.page-template-servicios #quieres-conocernos .sections .item.white .item-icon .title {
  color: #0c6ecc;
}
.page-template-servicios #quieres-conocernos .sections .item.white .item-body .text,
.page-template-servicios #quieres-conocernos .sections .item.white .item-icon .text {
  color: #231f20;
}
.page-template-servicios #quieres-conocernos .sections .item.white .item-body .title:after,
.page-template-servicios #quieres-conocernos .sections .item.white .item-icon .title:after {
  background-color: #0c6ecc;
}
.page-template-servicios #quieres-conocernos .sections .item .item-icon {
  position: relative;
  margin-top: 15px;
}
.page-template-servicios #quieres-conocernos .sections .item .item-icon img {
  width: 100%;
  height: auto;
}
.page-template-servicios #quieres-conocernos .sections .item .item-icon img:not(.icon) {
  visibility: hidden;
}
.page-template-servicios #quieres-conocernos .sections .item .item-icon .icon {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}
.page-template-servicios #partners {
  margin: 0 -15px;
}
.page-template-servicios #partners > .row {
  margin-left: 0;
  margin-right: 0;
}
.page-template-servicios #partners .bg-blue {
  background-color: #0c6ecc;
  background-image: url("../img/bg-redes-de-pertenencia.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 15px;
}
.page-template-servicios #partners .bg-blue .item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.page-template-servicios #partners .bg-blue .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.page-template-servicios #partners .bg-blue .owl-carousel .owl-nav.disabled .icon-background {
  fill: #fff;
}
.page-template-servicios #partners .bg-blue .owl-carousel .owl-nav.disabled button.owl-prev {
  position: absolute;
  top: 2.5rem;
  left: -5rem;
  display: inline;
}
.page-template-servicios #partners .bg-blue .owl-carousel .owl-nav.disabled button.owl-next {
  position: absolute;
  top: 2.5rem;
  left: 77rem;
  display: inline;
}
@media (max-width: 1530px) {
  .page-template-servicios #partners .bg-blue .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
}
.page-template-servicios #partners .bg-blue .owl-carousel .owl-dots .owl-dot.active span,
.page-template-servicios #partners .bg-blue .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #000;
}
.page-template-servicios #partners .bg-blue .owl-carousel .owl-dots.disabled {
  display: block !important;
}
.page-template-servicios .areas-list [role="menu"] {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap;
}
.page-template-servicios .areas-list [role="menu"] li {
  margin: 10px;
}
.page-template-servicios .areas-list [role="menu"] li a {
  text-decoration: none;
}
.page-template-servicios .areas-list [role="menu"] li a:hover {
  color: #0c6ecc;
}
.page-template-servicios .areas {
  counter-reset: elements;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .page-template-servicios .areas .row:nth-last-of-type(2n) .img {
    order: 1;
    text-align: right;
  }
  .page-template-servicios .areas .row:nth-last-of-type(2n) .img:before {
    right: auto !important;
    left: 0;
    margin-right: 0;
    margin-left: -7px;
    color: #e5ebf0 !important;
  }
  .page-template-servicios .areas .row:nth-last-of-type(2n):not(.img) {
    background-color: #e5ebf0;
  }
}
.page-template-servicios .areas .row .col-12 .title {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #0c6ecc;
  text-transform: uppercase;
  position: relative;
  font-size: 27px;
}
.page-template-servicios .areas .row .col-12 .title:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.page-template-servicios .areas .row .col-12 .title:before {
  color: #0c6ecc;
}
@media only screen and (min-width: 768px) {
  .page-template-servicios .areas .row .col-12 .title:before {
    position: absolute;
    left: -1.5em;
    top: 0.1em;
  }
}
.page-template-servicios .areas .row .col-12 > div:not(.elem-footer),
.page-template-servicios .areas .row .col-12 p {
  flex: 1 1 auto;
  font-size: 15px;
  color: #0b162b;
}
.page-template-servicios .areas .row .col-12 .elem-footer {
  text-align: center;
}
@media only screen and (min-width: 1600px) {
  .page-template-servicios .areas .row .col-12 .elem-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.page-template-servicios .areas .row .col-12 .elem-footer .btn {
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.5em 1.5em;
}
@media only screen and (max-width: 575.98px) {
  .page-template-servicios .areas .row .col-12 .elem-footer .btn {
    font-size: 16px;
  }
}
.page-template-servicios .areas .row .col-12.img:before {
  content: counter(elements);
  counter-increment: elements;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 120px;
  line-height: 0.7;
  color: #fff;
  font-weight: 700;
  margin-right: -11px;
}
@media only screen and (max-width: 767.98px) {
  .page-template-servicios .areas .row .col-12.img {
    text-align: center;
  }
}
.page-template-servicios .areas .row .col-12.img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  .page-template-servicios .areas .row .col-12.img {
    background-image: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .page-template-servicios .areas .row .col-12.img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-template-servicios .areas .row .col-12.img img {
    display: none;
  }
}
.page-template-servicios .areas .row .col-12:not(.img) {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .page-template-servicios .areas .row .col-12:not(.img) {
    padding: 50px;
    min-height: 25vw;
  }
}
.page-template-servicios .btn.btn-primary.back-to-menu {
  position: fixed;
  padding: 0.5em 1em;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion main {
  padding: 50px 15px 0;
}
@media only screen and (min-width: 576px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion main {
    padding: 110px 15px 0;
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion main .section-title + .text {
  text-transform: uppercase;
  margin-bottom: 100px;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones {
    padding-bottom: 150px;
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #0c6ecc;
  padding: 20px;
  margin: 10px;
  border: 1px solid #0c6ecc;
}
@media only screen and (min-width: 768px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones .item {
    width: calc(50% -  10px*2);
  }
}
@media only screen and (min-width: 1140px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones .item {
    width: calc(33% -  10px*2);
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones .item .title {
  flex: 1 1 auto;
  font-weight: bold;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones .item .text {
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones .item .text {
    margin-bottom: 100px;
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones .item .icon {
  align-self: flex-end;
  max-width: 100%;
}
@media (min-width: 1830px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones {
    position: relative;
  }
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .financiaciones:before {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: -50%;
    left: calc(100% + 50px);
    z-index: -1;
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .nuestro-servicio {
  background-color: #e5ebf0;
  text-align: center;
  padding: 70px 0;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .nuestro-servicio .text {
  font-size: 21px;
}
@media (min-width: 800px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .nuestro-servicio .text {
    font-size: 26px;
    max-width: 680px;
    margin: 0 auto;
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .nuestro-servicio .contain {
  width: 100%;
}
@media (min-width: 1830px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .nuestro-servicio .contain {
    position: relative;
  }
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .nuestro-servicio .contain:after {
    content: url("../img/numbers-dots.svg");
    position: absolute;
    top: 10%;
    right: calc(100% + 50px);
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio {
    padding: 150px 0;
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio .title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form .form-control {
  border-bottom-color: #999;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form .form-control.is-invalid {
  border-bottom-color: #e30916;
}
@media (min-width: 800px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form {
    max-width: 680px;
    margin: 0 auto;
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form .opciones {
  display: flex;
  justify-content: space-around;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form .opciones label {
  display: block;
  width: 165px;
  text-align: center;
  max-width: 33%;
  color: #999;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #999;
}
@media only screen and (max-width: 575.98px) {
  .page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form .opciones label {
    font-size: 0.6rem;
  }
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form .opciones label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 20px auto 30px;
  border: 1px solid #999;
  border-radius: 50%;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form .opciones input:checked + label {
  background-color: #0c6ecc;
  color: #fff;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form .opciones input:checked + label:before {
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form [for="privacyPolicy"]:before,
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form [for="privacyPolicy"]:after {
  width: 25px;
  height: 25px;
  left: -30px;
  top: 0;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion #solicitar-servicio form [id$="-error"] {
  display: none !important;
}
.page-template-que-ofrecemos-areas-de-trabajo-360-financiacion .bg-dark-blue {
  background-color: #0b162b;
}
.chat .chat-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  width: 80px;
  max-width: 25vw;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #chat-modal {
    justify-content: flex-end;
    align-items: flex-end;
  }
  #chat-modal.show {
    display: flex !important;
  }
}
#chat-modal.sended .modal-body,
#chat-modal.sended .modal-footer {
  background-color: #0c6ecc;
}
#chat-modal.sended .btn {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #chat-modal .modal-dialog {
    margin: 40px 120px;
  }
}
#chat-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.24);
}
#chat-modal .modal-dialog .modal-content .modal-header {
  background-color: #0c6ecc;
  color: #fff;
  border-radius: 0;
  border-bottom: none;
}
#chat-modal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
}
#chat-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
}
#chat-modal .modal-dialog .modal-content .modal-body label {
  color: #0b162b;
  font-weight: 700;
}
#chat-modal .modal-dialog .modal-content .modal-body input.form-control,
#chat-modal .modal-dialog .modal-content .modal-body textarea.form-control {
  margin: 0;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
}
#chat-modal .modal-dialog .modal-content .modal-body .position-absolute {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#chat-modal .modal-dialog .modal-content .modal-body .position-absolute > div {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
#chat-modal .modal-dialog .modal-content .modal-body .position-absolute > div p {
  color: #fff;
  font-weight: 800;
  font-size: 1.2em;
}
#chat-modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  border-radius: 0;
}
#chat-modal .modal-dialog .modal-content .modal-footer .btn {
  margin: auto;
  text-transform: uppercase;
  font-size: 15px;
}
.single-helps .post-header {
  background-color: #e5ebf0;
  padding: 30px 0;
  position: relative;
}
.single-helps .post-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: #e5ebf0;
}
.single-helps .post-header .form-control {
  background-color: #e5ebf0;
  width: 25%;
  text-align: center;
}
.single-helps .main-content {
  /*@media @min-sm {
      &:after {
        content: "";
        position: absolute;
        display: block;
        width: 30%;
        height: 100%;
        left: 100%;
        top: 0;
        background-color: @white;
      }
    }*/
}
.single-helps .main-content .date,
.single-helps .main-content .title {
  color: #0c6ecc;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 576px) {
  .single-helps .main-content .date,
  .single-helps .main-content .title {
    font-size: 28px;
  }
}
.single-helps .main-content .date {
  background-color: #0c6ecc;
  color: #fff;
  padding: 0.02em 0.5em;
  width: fit-content;
  margin-top: -0.8em;
  margin-left: -1.5rem;
}
.single-helps .main-content h4 > strong {
  padding-left: 1.2em;
  font-size: 25px;
  display: block;
  position: relative;
  margin-bottom: 1em;
}
.single-helps .main-content h4 > strong:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 0.4em;
}
.single-helps .main-content h4 > strong:before {
  color: #0c6ecc;
}
.single-helps .main-content h4 > strong:before {
  position: absolute;
  left: 2px;
  top: 4px;
}
.single-helps .main-content p {
  color: #0b162b;
}
.single-helps .main-content p b,
.single-helps .main-content p strong {
  font-weight: 700;
}
.single-helps .last-helps {
  padding: 15px 30px;
}
.single-helps .last-helps [class*="-dot"] {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .single-helps .last-helps [class*="-dot"] {
    font-size: 24px;
  }
}
.single-helps .last-helps .row {
  text-decoration: none;
}
.single-helps .last-helps .date,
.single-helps .last-helps .title {
  color: #0c6ecc;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .single-helps .last-helps .date,
  .single-helps .last-helps .title {
    font-size: 16px;
  }
}
.single-helps .last-helps .title {
  margin-bottom: 0;
}
.single-helps .last-helps .date {
  background-color: #0c6ecc;
  color: #fff;
  width: fit-content;
  padding: 0.02em 0.5em;
  margin-bottom: 10px;
  margin-left: 0;
}
.page-template-hazte-miembro .header {
  background-color: #e5ebf0;
  padding: 50px 0 20px;
  position: relative;
}
.page-template-hazte-miembro .header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 150%;
  width: 100%;
  background-color: #e5ebf0;
}
.page-template-hazte-miembro .intro {
  color: #0b162b;
}
.page-template-hazte-miembro .if-you-prefer {
  color: #333;
  font-weight: 700;
}
.page-template-hazte-miembro .if-you-prefer a {
  color: #0c6ecc;
}
@media (min-width: 1000px) {
  .page-template-hazte-miembro #pasos {
    position: relative;
  }
  .page-template-hazte-miembro #pasos:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 370px;
    height: 120%;
    background-image: url("../img/icon-network.svg");
    background-position: left center;
    background-size: 175% 100%;
    overflow: hidden;
    z-index: 1;
    transform-origin: bottom right;
  }
}
@media (min-width: 1850px) {
  .page-template-hazte-miembro #pasos:before {
    transform: scale(1.3);
  }
}
.page-template-hazte-miembro #drop-zone {
  position: relative;
  background-color: rgba(12, 110, 204, 0.05);
  padding: 50px;
  margin-bottom: 20px;
  border: 2px dashed #0c6ecc;
}
@media only screen and (min-width: 768px) {
  .page-template-hazte-miembro #drop-zone {
    width: 50%;
  }
}
.page-template-hazte-miembro #drop-zone,
.page-template-hazte-miembro #drop-zone a {
  color: #0c6ecc;
}
.page-template-hazte-miembro #drop-zone.error {
  box-shadow: 0 0 15px #e30916;
}
.page-template-hazte-miembro #drop-zone > div {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-template-hazte-miembro #drop-zone #pdf-error {
  color: #e30916;
}
/* #miembro-modal {
    .modal-content {
        border-radius: 0;
        border: 0;
        box-shadow: 0 0 30px fade(@black, 24%);
        .modal-header {
            background-color: @blue;
            color: @white;
            border-radius: 0;
            border-bottom: none;
            .close {
                color: @white;
                opacity: 1;
            }
            .modal-title {
                font-weight: 700;
            }
        }
        .modal-body {
            h6 {
                color: @blue-2;
                font-weight: 800;
                font-size: 1.2em;
            }
            p {
                color: @grey-3;
            }

            .separator {
                margin: 0 0 20px;
                border-top-color: fade(@grey-3, 40%);
            }
        }
        .modal-footer {
            border-top: none;
            //border-radius: 0;
            padding-bottom: 45px;
            .btn {
                margin: auto;
                text-transform: uppercase;
                font-size: 15px;
            }
        }
    }
}*/
footer {
  padding-top: 10px;
  background-color: #0c6ecc;
  color: #fff;
  line-height: 2;
  font-size: 14px;
  position: relative;
}
footer a,
footer a:hover {
  color: inherit;
}
footer .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1140px) {
  footer .title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1252px) {
  footer iframe {
    height: 110px;
  }
}
footer form input.email {
  height: auto;
  padding: 0.7em 1em;
  border-color: #fff;
  margin: 0 0 28px;
  border-radius: 15px;
  font-size: 0.9rem;
}
footer form label.custom-control-label[for="accept-politics"] {
  line-height: 1.5;
}
footer form label.custom-control-label[for="accept-politics"]:before {
  border-radius: 50%;
  border-color: #fff !important;
}
footer form .btn {
  text-transform: uppercase;
  padding: 0.7em 2.5em;
  font-size: 15px;
}
@media only screen and (max-width: 1139.98px) {
  footer form .btn {
    margin: 20px 0;
  }
}
footer .location .title,
footer .social .title {
  font-size: 16px;
  line-height: 1.67;
}
footer .location .text {
  line-height: 1.33;
}
footer .social-media a {
  border-color: #fff;
}
@media (max-width: 1199.98px) {
  footer .social-media {
    justify-content: center;
    margin: 25px 0;
  }
}
footer .border-top {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}
footer .bg-white {
  color: #000;
  font-weight: 600;
  padding: 24px 0;
}
footer .bg-white img {
  margin: 0 15px;
}
footer .text-md-right,
footer .text-md-left {
  font-size: 0.8em;
}
.page-template-cancel-asistence .header {
  background-color: #e5ebf0;
  padding: 50px 0;
  position: relative;
}
.page-template-cancel-asistence .header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #e5ebf0;
}
.page-template-cancel-asistence .subtitle {
  font-size: 1.2em;
}
.page-template-default .type-page header {
  background-color: #e5ebf0;
  padding: 50px 0 20px;
  position: relative;
}
.page-template-default .type-page header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 150%;
  width: 100%;
  background-color: #e5ebf0;
}
.page-template-default .type-page .contain {
  padding: 15px;
}
.page-template-default .type-page .contain p,
.page-template-default .type-page .contain ul,
.page-template-default .type-page .contain ol {
  color: #999;
  line-height: 1.8;
}
.page-template-default .type-page .contain p a,
.page-template-default .type-page .contain ul a,
.page-template-default .type-page .contain ol a {
  color: #0c6ecc;
}
.page-template-default .type-page .contain p[class*="-dot"],
.page-template-default .type-page .contain ul[class*="-dot"],
.page-template-default .type-page .contain ol[class*="-dot"] {
  color: #0b162b;
}
.page-template-default .type-page .contain p[class*="-dot"]:before,
.page-template-default .type-page .contain ul[class*="-dot"]:before,
.page-template-default .type-page .contain ol[class*="-dot"]:before {
  font-size: 0.7em;
  vertical-align: text-top;
}
.page-template-default .type-page .contain h4 {
  background-color: #0c6ecc;
  color: #fff;
  margin: 20px 0;
  padding: 10px;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
}
.search .aside-title {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.25;
}
@media only screen and (min-width: 576px) {
  .search .aside-title {
    font-size: 24px;
  }
}
.search-results .event {
  color: inherit;
}
.search-results .post-header {
  background-color: #e5ebf0;
  padding: 20px 0;
  position: relative;
}
.search-results .post-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #e5ebf0;
}
.search-results .pagination {
  display: inline-flex;
  font-weight: 600;
  color: #0c6ecc;
  margin-left: 43%;
}
.search-results .pagination p a {
  color: #0c6ecc;
  font-size: 26px;
  padding-left: 15px;
}
.search-results .sidebar {
  background-color: #fff;
  padding-top: 20px;
}
.search-results .results {
  background-color: #fff;
}
.search-results .date {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  background-color: #0c6ecc;
  color: #fff;
  padding: 0.02em 0.5em;
  display: table;
  margin-top: -0.8em;
  margin-left: -1.5rem;
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 576px) {
  .search-results .date {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .search-results .date + h4 {
    font-size: 20px;
  }
}
.search-results .section {
  font-size: 14px;
  display: inline-flex;
  font-weight: 600;
}
.search-results .section .tittle-section {
  padding-right: 5px;
  color: #0c6ecc;
}
.search-results .post {
  margin-bottom: 50px;
  margin-left: 27px;
  border-bottom: 1px solid #999;
}
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern {
  padding: 5px 20px;
  border-radius: 4em;
  font-weight: 600;
  transition: 0.5s all ease;
  font-size: 15px;
  background-color: #0c6ecc;
  border-color: #0c6ecc;
  color: #fff;
  text-transform: uppercase;
  background-image: none;
}
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern:not(:disabled):hover,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern:not(:disabled):focus,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern:not(:disabled):active,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern:not(:disabled):active:focus {
  box-shadow: none;
}
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-primary {
  background-color: #0c6ecc;
  border-color: #0c6ecc;
  color: #fff;
  text-transform: uppercase;
}
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-primary:not(:disabled):hover,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-primary:not(:disabled):focus,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-primary:not(:disabled):active,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-primary:not(:disabled):active:focus {
  background-color: #fff;
  border-color: #0c6ecc;
  color: #0c6ecc;
}
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #0c6ecc;
}
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-secondary:not(:disabled):hover,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-secondary:not(:disabled):focus,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-secondary:not(:disabled):active,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-secondary:not(:disabled):active:focus {
  background-color: #0c6ecc;
  border-color: #fff;
  color: #fff;
}
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-square {
  border-radius: 0;
}
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern.btn-icon {
  padding: 0.8em 1.75em;
}
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern:not(:disabled):hover,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern:not(:disabled):focus,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern:not(:disabled):active,
.page-template-default.wpb-js-composer .contain .vc_btn3.vc_general.vc_btn3-style-modern:not(:disabled):active:focus {
  background-color: #fff;
  border-color: #0c6ecc;
  color: #0c6ecc;
}
.page-template-default.wpb-js-composer .contain .wpb_wrapper h2 {
  font-size: 24px;
}
.page-template-default.wpb-js-composer .contain .wpb_wrapper h3 {
  font-size: 20px;
}
.page-template-default.wpb-js-composer .contain .wpb_wrapper h5 {
  font-size: 14px;
}
.page-template-default.wpb-js-composer .contain .wpb_wrapper h6 {
  font-size: 12px;
}
.page-template-default.wpb-js-composer .contain .wpb_wrapper p {
  font-size: 14px;
  color: #0b162b;
  margin-block-end: 18px;
}
@media (min-width: 836px) {
  .contain {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1028px) {
  .contain {
    max-width: 980px;
  }
}
@media (min-width: 1252px) {
  .contain {
    max-width: 1220px;
  }
}
@media (min-width: 1480px) {
  .contain {
    max-width: 1400px;
  }
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar {
  background-color: #0c6ecc;
  color: #fff !important;
  border-radius: 20px;
  margin-top: 5px;
  border: 1px solid #0c6ecc;
  transition: 0.5s background-color, color linear;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar:hover {
  background-color: #fff;
  color: #0c6ecc !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:visited {
  color: #333;
}
.opacity-transition {
  transition: 0.5s opacity ease;
}
.bg-default {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.switcher {
  position: relative;
  display: inline-block;
  margin-bottom: -6px;
  margin-right: 15px;
  width: 66px;
  height: 28px;
}
.switcher .switcher-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid grey;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.switcher .switcher-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 1px;
  bottom: 0;
  background-color: grey;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.switcher.checked .switcher-slider {
  background-color: transparent;
}
.switcher.checked .switcher-slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}
.do-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .do-container {
    max-width: 540px;
  }
}
@media (min-width: 540px) {
  .do-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .do-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .do-container {
    max-width: 1140px;
  }
}
