/**
*  Catedral CSS
*/
.btn:focus,
input:focus,
button:focus,
.form-control:focus {
  box-shadow: none;
  outline: none;
}
address {
  margin-bottom: 0;
}
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/Bariol-Bold.woff') format('woff2'), url('../fonts/Bariol-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_regular_italic-webfont.woff') format('woff2'), url('../fonts/bariol_regular_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_regular-webfont.woff') format('woff2'), url('../fonts/bariol_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Azul muy claro*/
/* Azul oscuro*/
/* Azul medianamente claro*/
/* Azul medianamente oscuro*/
/* Azul medianamente oscuro*/
/* Rojo generico */
/* Verde generico */
:root {
  --blue-1: #ebedf2;
  /* Azul muy claro*/
  --blue-2: #1e3662;
  /* Azul oscuro*/
  --blue-3: #adb9ca;
  /* Azul medianamente claro*/
  --blue-4: #3273c2;
  /* Azul medianamente oscuro*/
  --black-1: #000;
  /* Azul medianamente oscuro*/
}
body {
  font-family: 'Bariol', serif;
}
a {
  color: #3273c2;
}
a:not(p) {
  color: inherit;
}
a:not(p):hover {
  color: #adb9ca;
  text-decoration: none;
}
footer {
  font-family: sans-serif;
  overflow: hidden;
}
footer section {
  margin-bottom: 15px;
}
footer section h5 {
  font-family: Bariol, serif;
  font-size: 1.7em;
  margin-bottom: 5px;
}
footer section p {
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 0;
}
footer:first-child p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer [class*="col-"]:first-child {
    text-align: right;
  }
}
footer [class*="col-"]:not(:first-child):before {
  content: "";
  display: block;
  max-width: 6.4em;
  min-height: 4px;
  background-color: #fff;
  margin-bottom: 1em;
}
footer .social-icon {
  color: #1e3662;
  width: 1em !important;
  background-color: #adb9ca;
  font-size: 2em;
  margin: 10px 15px;
  padding: 0.1em;
  border-radius: 50%;
}
footer .social-icon.fa-pinterest {
  padding: 0;
  background-color: #1e3662;
  color: #adb9ca;
  font-size: 2.1em;
}
footer .social-icon:not(.fa-pinterest):hover {
  background-color: #ebedf2;
}
footer .social-icon.fa-pinterest:hover {
  color: #ebedf2;
}
footer .iconos-empresas {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .iconos-empresas {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  footer .iconos-empresas {
    width: 20%;
    max-width: 300px;
    min-width: 250px;
  }
}
footer .iconos-empresas a {
  width: 30%;
  padding: 0 5px;
}
@media (min-width: 768px) and (max-width: 960px) {
  footer .iconos-empresas a {
    width: 20%;
  }
}
@media (min-width: 960px) {
  footer .iconos-empresas a {
    flex: 0 0 50%;
    height: 100px;
  }
  footer .iconos-empresas a img {
    margin-top: -50px;
  }
}
footer .iconos-empresas img {
  width: 90%;
  padding: 0 10px;
  height: auto;
}
footer .iconos-empresas img:first-of-type {
  padding-left: 0;
}
footer .col-md-3:first-of-type img {
  width: 100%;
  height: auto;
  max-width: 219px;
  max-height: 300px;
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer [class*="col"]:not(:first-child):before {
    max-width: 100%;
  }
  footer address {
    margin-top: 5px;
  }
  footer .row.mt-2 {
    justify-content: center;
  }
}
main > header {
  padding-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 20px #ebedf2 solid;
}
@media (max-width: 768px) {
  main > header {
    padding-top: 50px;
  }
}
main > header h1 {
  margin: 100px auto;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  main > header h1 {
    font-size: 120px;
  }
}
main > header.header-blue h1 {
  width: 100%;
  text-align: center;
  padding: 10px 0 30px;
  margin: 0;
}
@media (min-width: 768px) {
  main > header.header-blue h1 {
    padding: 50px 0 145px;
  }
}
main > header.header-blue h1.add-filter {
  background-color: rgba(84, 84, 84, 0.5);
}
/* bordes superior e inferior pequeños */
.little-borders:after,
.little-borders:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #1e3662;
  margin: auto;
}
.little-borders:after {
  margin-top: 0.5em;
}
.little-borders:before {
  margin-bottom: 0.5em;
}
.little-borders.border-white:after,
.little-borders.border-white:before {
  background-color: #fff;
}
.arrows {
  display: flex;
  justify-content: space-between;
}
.arrows [class*="arrow"] {
  background-color: transparent;
  border: none;
}
.arrows [class*="arrow"] a {
  position: relative;
  color: #fff;
  background-color: #1e3662;
  font-size: 4em;
  padding: 0.05em 0.3em;
  font-weight: 100;
  text-align: center;
}
.arrows [class*="arrow"] a p {
  position: absolute;
  bottom: -42px;
  color: #1e3662;
  font-size: 0.25em;
  left: 15%;
}
/* header */
#slider {
  max-height: 100vh;
  background-color: #fff;
  overflow: hidden;
  /* Tamaño del slider */
}
#slider .owl-stage-outer .owl-stage {
  display: flex;
}
#slider .owl-item {
  display: inline-block;
}
#slider .carousel-inner {
  max-height: 100%;
}
@media (max-width: 350px) {
  #slider {
    display: none;
  }
}
@media (max-width: 500px) {
  #slider {
    height: 220px;
  }
}
@media (min-width: 500px) and (max-width: 900px) {
  #slider {
    height: 320px;
  }
}
#slider + div {
  height: 0!important;
}
#slider [class*="carousel-control"] img {
  width: 50px;
  height: auto;
}
/* Navbar- menu*/
nav {
  z-index: 401;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.5s all linear, 1s background-color linear;
  /* Buscador */
  /* Idiomas */
  /* Mobil version */
}
@media (min-width: 1400px) {
  nav .container-fluid {
    width: 80%;
  }
}
nav.navbar-light .navbar-brand {
  background-image: url('../img/logo-catedral2021.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  height: 50px;
  width: 50px;
}
@media (min-width: 768px) {
  nav.navbar-light .navbar-brand {
    width: 10%;
    padding: 0;
    height: 60px;
  }
}
nav.navbar-light .navbar-brand:hover,
nav.navbar-light .navbar-brand:focus {
  color: transparent;
}
nav.navbar {
  position: absolute;
  margin-top: -56px;
  padding-top: 0;
}
@media (min-width: 768px) {
  nav.navbar {
    margin-top: -60px;
  }
}
nav.stay-top {
  top: 0;
  position: fixed;
  *background-color: #ffffff;
  margin-top: 0;
  padding-bottom: 0;
  /* Buscador */
}
nav.stay-top button.open-search + form {
  top: 60px;
  height: calc(100% - 60px);
}
nav .navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
nav .navbar-nav > li {
  text-align: center;
}
@media (min-width: 940px) {
  nav .navbar-nav > li {
    width: calc(100% / 6);
    /* Ojo si añade elementos al menu, la anchura a la que se ajustan los elementos también influye*/
  }
}
nav .navbar-nav > li ul {
  width: 100%;
}
@media (min-width: 940px) {
  nav .navbar-nav > li.wpml-ls-item {
    width: 60px;
  }
  nav .navbar-nav > li.wpml-ls-item .dropdown-menu {
    min-width: 60px;
  }
  nav .navbar-nav > li.wpml-ls-item .dropdown-menu .dropdown-item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
nav .menu-item.nav-item,
nav .menu-item {
  color: #1e3662;
}
nav .menu-item.nav-item .nav-link,
nav .menu-item .nav-link,
nav .menu-item.nav-item.active .nav-link,
nav .menu-item.active .nav-link,
nav .menu-item.nav-item.show .nav-link,
nav .menu-item.show .nav-link {
  color: inherit;
  margin-left: -8px;
  padding: 1.13rem;
}
nav .menu-item.nav-item .nav-link:hover,
nav .menu-item .nav-link:hover,
nav .menu-item.nav-item.active .nav-link:hover,
nav .menu-item.active .nav-link:hover,
nav .menu-item.nav-item.show .nav-link:hover,
nav .menu-item.show .nav-link:hover,
nav .menu-item.nav-item .nav-link:focus,
nav .menu-item .nav-link:focus,
nav .menu-item.nav-item.active .nav-link:focus,
nav .menu-item.active .nav-link:focus,
nav .menu-item.nav-item.show .nav-link:focus,
nav .menu-item.show .nav-link:focus {
  color: inherit;
}
nav .menu-item.nav-item:hover,
nav .menu-item:hover,
nav .menu-item.nav-item.active,
nav .menu-item.active {
  color: #fff;
  background-color: #1e3662;
}
nav .menu-item.nav-item ul,
nav .menu-item ul {
  padding: 0;
  margin-top: -1px;
}
nav .menu-item.nav-item .dropdown-menu,
nav .menu-item .dropdown-menu {
  min-width: 12em;
}
@media (min-width: 768px) and (max-width: 1650px) {
  nav .menu-item.nav-item .dropdown-menu .dropdown-item,
  nav .menu-item .dropdown-menu .dropdown-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
nav .menu-item.nav-item .menu-item a,
nav .menu-item .menu-item a {
  color: inherit;
}
nav .menu-item.nav-item .menu-item.active,
nav .menu-item .menu-item.active,
nav .menu-item.nav-item .menu-item:hover,
nav .menu-item .menu-item:hover {
  color: #fff;
  background-color: #1e3662 !important;
}
nav .menu-item.nav-item .menu-item.active a,
nav .menu-item .menu-item.active a,
nav .menu-item.nav-item .menu-item:hover a,
nav .menu-item .menu-item:hover a {
  background-color: inherit;
}
nav button.open-search {
  color: #1e3662;
  border: none;
  background-color: transparent;
  height: 60px;
  padding: 0 1em;
  cursor: pointer;
}
nav button.open-search:hover,
nav button.open-search:active,
nav button.open-search:focus {
  background-color: #1e3662;
  color: #fff;
}
nav button.open-search + form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  height: 100%;
  background-color: rgba(30, 54, 98, 0.8);
  justify-content: center;
  align-content: center;
  transition: 0.5s all ease;
}
nav button.open-search + form input,
nav button.open-search + form input:focus {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 3em;
  color: #1e3662;
  border: none;
  text-transform: capitalize;
}
nav button.open-search + form input::placeholder {
  color: #1e3662;
}
nav button.open-search + form button {
  border: none;
  font-size: 3em;
}
nav button.open-search + form button:hover,
nav button.open-search + form button:active,
nav button.open-search + form button:focus {
  background-color: transparent !important;
}
nav button.open-search + form > div:after {
  content: url('../img/cerrar.png');
  position: absolute;
  top: 0;
  right: 0;
}
nav button.open-search.expand {
  /* Buscador abierto */
}
nav button.open-search.expand + form {
  display: flex;
}
nav #languages {
  visibility: hidden;
  /* Ocultación temporal */
  width: 70px;
  height: 60px;
  border-radius: 0;
  background-color: transparent;
  color: #1e3662;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
nav #languages option {
  cursor: pointer;
  background-color: #fff;
  color: #1e3662;
  border-color: #1e3662;
}
nav #languages option:checked,
nav #languages option:focus,
nav #languages option:hover,
nav #languages option:active {
  background-color: #1e3662;
  color: #fff;
}
nav #languages:hover {
  background-color: #1e3662;
  color: #fff;
}
@media (max-width: 768px) {
  nav .nav-link {
    text-align: center;
  }
}
nav .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  nav:not(.stay-top) .dropdown-toggle::after {
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  nav:not(.stay-top) .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767px) {
  nav {
    /* Buscador */
    /* Selector de idiomas */
  }
  nav.navbar-light {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: -50px;
  }
  nav.navbar-light.stay-top {
    margin-top: 0;
  }
  nav #menu-menu-superior ul,
  nav #menu-menu-superior-en ul {
    border: none;
  }
  nav #menu-menu-superior .menu-item:hover:not(.show),
  nav #menu-menu-superior-en .menu-item:hover:not(.show),
  nav #menu-menu-superior .menu-item .active:not(.show),
  nav #menu-menu-superior-en .menu-item .active:not(.show) {
    background-color: #adb9ca !important;
    color: #fff;
  }
  nav #menu-menu-superior > .menu-item,
  nav #menu-menu-superior-en > .menu-item {
    background-color: #1e3662;
    color: #fff;
  }
  nav .navbar-toggler {
    margin-right: 15px;
  }
  nav .navbar-brand {
    margin-left: 15px;
  }
  nav .open-search {
    width: 100%;
    background-color: #1e3662 !important;
    color: #fff !important;
  }
  nav .open-search:hover {
    background-color: #adb9ca !important;
  }
  nav #searchform .form-control {
    max-width: 100%;
  }
  nav #searchform #searchsubmit {
    display: none;
  }
  nav #languages {
    width: 100%;
    background-color: #1e3662;
    color: #fff;
  }
  nav #languages option {
    background-color: #fff;
    color: #1e3662;
    border: none;
  }
  nav #languages option:checked,
  nav #languages option:focus,
  nav #languages option:hover,
  nav #languages option:active {
    background-color: #adb9ca;
    color: #fff;
  }
  nav #languages:hover {
    background-color: #adb9ca;
  }
}
body {
  background-color: darkgrey;
  font-size: 16.15px;
}
/* Secciones de color determinado */
.bg-white {
  background-color: #fff;
}
.bg-blue-1 {
  background-color: #ebedf2;
}
.bg-blue-2 {
  background-color: #1e3662;
}
.bg-blue-3 {
  background-color: #adb9ca;
}
.bg-blue-4 {
  background-color: #3273c2;
}
.bg-top {
  background-position: center top !important;
}
.bg-center {
  background-position: center center !important;
}
.bg-bottom {
  background-position: center bottom !important;
}
.border-blue,
.border-blue-2 {
  border-color: var(--blue-2) !important;
}
.border-blue-3 {
  border-color: var(--blue-3) !important;
}
/* Colores */
.text-blue {
  color: #1e3662;
}
/* Overflow */
.o-hidden {
  overflow: hidden;
}
.o-visible {
  overflow: visible;
}
/* Botones */
.btn {
  border-radius: 0;
  padding: 0 0.5em;
  margin-left: auto;
  color: #fff;
  border: 1px solid #fff;
}
.btn-blue {
  border-color: #1e3662;
  background-color: #fff;
  color: #1e3662;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  color: #fff;
  background-color: #1e3662;
}
.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  color: #1e3662;
  background-color: #fff;
}
.btn-solid,
.btn[class*="form-control"] {
  border-color: #1e3662;
  background-color: #1e3662;
  color: #fff;
}
.btn-solid:hover,
.btn[class*="form-control"]:hover,
.btn-solid:active,
.btn[class*="form-control"]:active,
.btn-solid:focus,
.btn[class*="form-control"]:focus {
  color: #1e3662;
  background-color: #fff;
}
.btn-transparent {
  background-color: transparent;
}
.btn-large {
  padding: 0.5em 2em;
}
.btn-fat {
  padding: 0 2em;
}
.btn-no-border {
  border-color: transparent;
}
/* Campos de formulario */
form {
  color: #1e3662;
}
form label {
  width: 100%;
  font-size: 15px;
}
form .form-control {
  border-radius: 0;
  border-color: #1e3662;
}
form input[type=checkbox],
form input[type=radio] {
  margin: 0.2em;
}
form input[type=checkbox]:before,
form input[type=radio]:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 1px solid #1e3662;
  margin-top: -0.1em;
  padding: 0.3em;
}
form input[type=checkbox]:checked:after,
form input[type=radio]:checked:after {
  content: "";
  background-color: #1e3662;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.8em;
  margin-left: 0.2em;
}
form input[type=radio]:before,
form input[type=radio]:after {
  border-radius: 50%;
}
form div.wpcf7-validation-errors,
form div.wpcf7-acceptance-missing {
  border-color: red;
}
form span[role="alert"] {
  color: red;
}
.bg-catedral {
  background-color: #b48a00;
}
.bg-home-proyectos {
  padding: 80px 0;
  background-color: #1e3662;
  position: relative;
  z-index: 1;
}
.bg-home-proyectos:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(30, 54, 98, 0.7);
}
.bg-home-agenda {
  background: url('../img/bg-agenda.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.bg-home-centenario {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url('../img/catedral-agujas-atardecer-niebla.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5%;
}
.bg-home-centenario h3 {
  text-align: center;
  font-size: 2em;
  color: white;
}
@media (min-width: 480px) {
  .bg-home-centenario h3 {
    font-size: 3em;
  }
}
.bg-home-centenario h3 span {
  font-size: 1.2em;
  text-transform: uppercase;
}
@media (min-width: 1500px) {
  .bg-home-centenario h3 span {
    font-size: 2em;
  }
}
.bg-home-centenario + div {
  height: 400px;
  text-align: center;
}
.bg-home-centenario + div > div:first-child {
  height: 60%;
}
.bg-home-centenario + div > div:not(:first-child) {
  max-width: 80%;
  max-height: 40%;
  margin: auto;
  padding-top: 1%;
}
.bg-home-centenario + div h5 {
  font-size: 2em;
  line-height: 1.5em;
  color: #1e3662;
}
.bg-home-centenario + div h5 b {
  text-transform: capitalize;
  font-weight: 500;
}
.bg-home-centenario-new,
.bg-home-centenario-new + a {
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.bg-home-centenario-new > *:not(img),
.bg-home-centenario-new + a > *:not(img) {
  z-index: 2;
}
@media (max-width: 768px) {
  .bg-home-centenario-new,
  .bg-home-centenario-new + a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .bg-home-centenario-new,
  .bg-home-centenario-new + a {
    height: 470px;
  }
}
.bg-home-centenario-new h3,
.bg-home-centenario-new + a h3 {
  text-align: center;
  font-size: 18.75px;
  color: white;
}
@media (min-width: 480px) {
  .bg-home-centenario-new h3,
  .bg-home-centenario-new + a h3 {
    font-size: 3em;
  }
}
.bg-home-centenario-new h3 span,
.bg-home-centenario-new + a h3 span {
  display: block;
}
@media (min-width: 768px) and (max-width: 1170px) {
  .bg-home-centenario-new h3 span,
  .bg-home-centenario-new + a h3 span {
    font-size: 40px;
  }
}
@media (min-width: 1560px) {
  .bg-home-centenario-new h3 span,
  .bg-home-centenario-new + a h3 span {
    font-size: 107px;
  }
}
.bg-home-centenario-new .btn,
.bg-home-centenario-new + a .btn {
  max-width: 90vw;
}
@media (min-width: 1660px), (min-width: 550px) and (max-width: 767px) {
  .bg-home-centenario-new .btn,
  .bg-home-centenario-new + a .btn {
    font-size: 2em;
  }
}
.bg-home-centenario-new:hover,
.bg-home-centenario-new + a:hover {
  position: relative;
}
.bg-home-centenario-new:hover > img,
.bg-home-centenario-new + a:hover > img {
  transform: scale(1.1);
}
.bg-home-centenario-new:hover:before,
.bg-home-centenario-new + a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-home-centenario-new:hover:after,
.bg-home-centenario-new + a:hover:after {
  content: "+info";
  font-size: 2em;
  color: white;
  position: absolute;
  top: calc(50% - .3em);
  left: calc(50% - 1em);
  z-index: 3;
}
@media (max-width: 768px) {
  .bg-home-centenario-new:hover:before,
  .bg-home-centenario-new + a:hover:before,
  .bg-home-centenario-new:hover:after,
  .bg-home-centenario-new + a:hover:after {
    margin-top: -20px;
    height: calc(100% + 20px);
  }
}
.bg-home-centenario-new > img,
.bg-home-centenario-new + a > img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  top: 0;
  left: 0;
  transition: 0.5s transform ease-in;
  z-index: 1;
}
.bg-home-centenario-new:hover:after {
  content: "";
  background-image: url('../img/play-solid.svg');
  width: 88px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 50px);
  left: calc(50% - 44px);
}
.bg-home-centenario-new h3 {
  width: 100%;
  text-align: right;
  line-height: 0.9em;
  margin-bottom: 0;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .bg-home-centenario-new h3 {
    padding-left: 35px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .bg-home-centenario-new h3 {
    font-size: 50px;
  }
}
@media (min-width: 1560px) {
  .bg-home-centenario-new h3 {
    font-size: 80px;
  }
}
.bg-home-centenario-new h3 span {
  color: #d4d5da;
  font-size: 0.8em;
}
.bg-home-centenario-new p {
  margin-left: auto;
  margin-right: 0.5em;
  font-size: 1em;
  color: #adb9ca;
  *line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 420px) {
  .bg-home-centenario-new p {
    font-size: 2em;
  }
}
@media (min-width: 676px) {
  .bg-home-centenario-new p {
    font-size: 3.5em;
  }
}
@media (min-width: 768px) {
  .bg-home-centenario-new p {
    font-size: 2.5em;
  }
}
@media (min-width: 1560px) {
  .bg-home-centenario-new p {
    font-size: 3.5em;
  }
}
.bg-home-centenario-new + a {
  justify-content: flex-end;
  position: relative;
}
.bg-home-centenario-new + a h3 {
  text-shadow: 0 0 15px #1e3662;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .bg-home-centenario-new + a h3 {
    font-size: 1.4em;
    margin-bottom: 4em;
  }
}
@media (min-width: 990px) {
  .bg-home-centenario-new + a h3 {
    font-size: 2.1em;
    margin-bottom: 2.2em;
  }
}
@media (min-width: 1688px) {
  .bg-home-centenario-new + a h3 {
    font-size: 3.2em;
    margin-bottom: 0.5em;
  }
}
.bg-home-centenario-new + a h3 span {
  display: block;
  font-size: 0.8em;
  font-weight: 100;
  text-transform: none;
}
@media (min-width: 768px) {
  .bg-home-centenario-new + a h3 {
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .bg-home-centenario-new + a img {
    object-position: 50% 30%;
  }
  .bg-home-centenario-new + a h3 {
    z-index: 3;
  }
}
.bg-home-centenario-new + a:hover h3 {
  z-index: 1;
}
@media (max-width: 768px) {
  .bg-home-centenario-new + a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
/* Fuentes */
.font-2 {
  font-family: sans-serif;
}
/* Iconos */
.icon-box-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}
.icon-box-container .icon-box {
  width: 200px;
  height: 200px;
  margin: 10px auto;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s transform ease-out;
  cursor: pointer;
}
@media (max-width: 450px) {
  .icon-box-container .icon-box {
    margin: 0 auto;
    max-width: 50%;
    height: auto;
  }
  .icon-box-container .icon-box img {
    max-width: 100%;
    width: 250px;
    height: auto;
  }
}
.icon-box-container .icon-box:hover {
  transform: scale(1.1);
}
@media (min-width: 1571px) {
  .icon-box-container {
    background-color: #ebedf2;
  }
  .icon-box-container .icon-box {
    margin-bottom: -4%;
  }
}
/* Ultimas noticias*/
.last-notice {
  margin: 10px;
  padding: 0 15px 50px;
  color: var(--blue-2);
  max-width: 380px;
  transition: 0.7s all ease;
}
.last-notice > header > a {
  height: 200px;
  display: block;
  overflow: hidden;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.last-notice:hover {
  box-shadow: 0 0 10px 3px var(--blue-3);
}
.last-notice img {
  object-fit: cover;
  object-position: top center;
}
.last-notice h5 {
  font-size: 30px;
}
.last-notice .text {
  font-size: 17px;
  padding: 1em 0;
}
.last-notice .date {
  border-bottom: 2px solid var(--blue-2);
  margin: 10px;
  margin-right: 50%;
}
.last-notice .date p {
  margin: 0.4em 0;
  font-size: 12px;
  font-weight: 100;
}
.last-notice .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  *padding-left: 2em;
}
/* Agenda */
.agenda-container {
  max-width: 1350px;
  margin: 0 35px;
}
.agenda-container:not(#agenda-loader) {
  max-width: 1310px;
}
@media (max-width: 1090px) {
  .agenda-container {
    max-width: 840px;
  }
}
@media (max-width: 885px) {
  .agenda-container {
    max-width: 583px;
  }
}
@media (max-width: 560px) {
}
.agenda-container.owl-grab .agenda {
  cursor: move;
}
.agenda-container .agenda {
  margin: auto;
  padding: 0 15px;
  color: #1e3662;
  max-width: 230px;
  min-width: 220px;
  height: 510px;
  overflow: auto;
  cursor: grab;
  cursor: -webkit-grab;
}
.agenda-container .agenda header {
  margin-top: 50px;
}
.agenda-container .agenda h5 {
  font-size: 1.5em;
  border-top: 3px solid transparent;
  padding-top: 15px;
  margin-top: 5px;
  overflow: hidden;
}
.agenda-container .agenda .date {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  width: 50px;
  height: 50px;
  font-size: 0.7em;
  background-color: #1e3662;
  color: #fff;
  text-align: center;
}
.agenda-container .agenda .date p {
  margin: 0;
  max-width: 90%;
}
.agenda-container .agenda .img {
  overflow: hidden;
  height: 150px;
}
.agenda-container .agenda .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
  max-width: none;
}
.agenda-container .agenda .btn {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.agenda-container .agenda .text {
  position: absolute;
  font-size: 0.85em;
  font-weight: 100;
  padding-bottom: 80px;
  border-bottom: 3px solid #1e3662;
  width: 200px;
  bottom: 20px;
}
.agenda-container .agenda .text p a {
  color: #adb9ca;
  text-decoration: underline;
}
.agenda-container .agenda .text p a:hover {
  color: #3273c2;
}
.agenda-container .agenda.bg-blue-2 {
  color: #fff;
  height: 460px;
  margin-top: 50px;
}
.agenda-container .agenda.bg-blue-2 h5 {
  border-color: #fff;
}
.agenda-container .agenda.bg-blue-2 .date {
  background-color: #3273c2;
  margin-top: 50px;
}
.agenda-container .agenda.bg-blue-2 .btn {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.agenda-container .agenda.bg-blue-2 .btn:hover,
.agenda-container .agenda.bg-blue-2 .btn:active,
.agenda-container .agenda.bg-blue-2 .btn:focus {
  color: #1e3662;
  background-color: #fff;
}
.agenda-container .agenda.bg-blue-2 .text {
  padding-bottom: 50px;
  border-color: #fff;
  min-height: 250px;
}
.agenda-container .owl-nav {
  font-size: 5em;
}
.agenda-container .owl-nav > button {
  position: absolute;
  top: calc(50% - (125px / 2));
  text-shadow: 0 0 2px #000;
  padding-bottom: 20px!important;
}
.agenda-container .owl-nav > button.disabled {
  cursor: not-allowed;
}
.agenda-container .owl-nav > button[class*=owl-]:hover {
  background: transparent;
  color: #3273c2;
}
.agenda-container .owl-nav button:first-child {
  left: 0;
  bottom: 0;
}
@media (min-width: 1380x) {
  .agenda-container .owl-nav button:first-child {
    left: -35px;
  }
}
@media (min-width: 1401px) {
  .agenda-container .owl-nav button:first-child {
    left: -29px;
  }
}
.agenda-container .owl-nav button:last-child {
  right: 0;
  bottom: 0;
}
@media (min-width: 1380x) {
  .agenda-container .owl-nav button:last-child {
    right: -35px;
  }
}
@media (min-width: 1401px) {
  .agenda-container .owl-nav button:last-child {
    right: -29px;
  }
}
.agenda-container .owl-stage {
  padding-top: 10px;
}
.agenda-container .owl-stage-outer {
  max-width: calc(100vw - 70px);
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}
.agenda-container .owl-dots .owl-dot span {
  *background-color: #ebedf2;
}
.agenda-container .owl-dots .owl-dot.active span {
  background-color: #1e3662;
}
.agenda-container .owl-dots .owl-dot:hover:not(.active) span {
  background-color: #3273c2;
}
#agenda-loader.agenda-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: 1s all ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#agenda-loader.agenda-container article {
  margin: 10px;
  position: relative;
  overflow: visible;
}
#agenda-loader.agenda-container article .date {
  margin-top: 0;
}
.order-selectors {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.order-selectors div {
  margin: 10px;
}
.order-selectors input[type=radio] {
  display: none;
}
.order-selectors input[type=radio]:checked + label {
  background-color: #1e3662;
  color: #fff;
}
/* Home */
.home section > header {
  margin: auto;
  font-size: 3em;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home section > header {
    font-size: 2em;
  }
}
.home section > header h3 {
  font-size: inherit;
}
.home section > header h3:after,
.home section > header h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #1e3662;
  margin: auto;
}
.home section > header h3:after {
  margin-top: 0.5em;
}
.home section > header h3:before {
  margin-bottom: 0.5em;
}
.home section > header h3.border-white:after,
.home section > header h3.border-white:before {
  background-color: #fff;
}
.home section > header h3 span {
  font-weight: 100;
}
.home #video-carousel {
  padding-top: 50px;
}
.home #video-carousel .youtube-video {
  position: relative;
}
.home #video-carousel .youtube-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.home #video-carousel .youtube-video > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home #video-carousel .youtube-video iframe {
  width: 100%;
  height: 100%;
}
.home #video-carousel .slideItem[style*="display: none;"][style*="opacity: 0;"] {
  display: block!important;
  opacity: 1!important;
}
.home #video-carousel .slideItem[style*="display: none;"][style*="opacity: 0;"] .youtube-video {
  pointer-events: none;
}
.home #video-carousel .nextButton {
  background: url("../img/next-arrow.png") no-repeat center;
  right: 0;
}
@media (max-width: 767.98px) {
  .home #video-carousel .nextButton {
    right: -40px;
  }
}
.home #video-carousel .prevButton {
  background: url("../img/prev-arrow.png") no-repeat center;
  left: 0;
}
@media (max-width: 767.98px) {
  .home #video-carousel .prevButton {
    left: -40px;
  }
}
.home #video-carousel .nextButton,
.home #video-carousel .prevButton {
  z-index: 9999;
  background-size: contain;
  top: calc(50% - 20px);
}
@media (min-width: 768px) {
  .home #video-carousel .nextButton,
  .home #video-carousel .prevButton {
    height: 80px;
    top: calc(50% - 40px);
  }
}
.home #video-carousel .bullet {
  background: #fff;
  border: 1px solid #1e3662;
  border-radius: 50%;
}
.home #video-carousel .bullet.bulletActive {
  background: #1e3662;
}
.home .video-popup {
  padding: 20px;
  width: auto;
  max-width: 80%;
  margin: 20px auto;
  position: relative;
}
.home .video-popup:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.home .video-popup > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .video-popup iframe {
  width: 100%;
  height: 100%;
}
.home #videoCentenario .modal-dialog {
  max-width: 100%;
  height: 92%;
}
.home #videoCentenario .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  height: 100%;
}
.home #videoCentenario .modal-dialog .modal-content .modal-header {
  border: none;
}
.home #videoCentenario .modal-dialog .modal-content .modal-header .modal-title {
  display: none;
}
.home #videoCentenario .modal-dialog .modal-content .modal-header .close {
  background-image: url('../img/cerrar.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  opacity: 1;
}
.home #videoCentenario .modal-dialog .modal-content .modal-header .close:hover,
.home #videoCentenario .modal-dialog .modal-content .modal-header .close:focus {
  opacity: 0.8;
}
.home #videoCentenario .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home #videoCentenario .modal-dialog .modal-content .modal-body div {
  width: 1360px;
  height: auto;
  max-height: 90vh;
}
.home #videoCentenario .modal-dialog .modal-content .modal-body div video {
  max-width: 100%;
  width: 100%;
}
/* Proyectos */
@media (min-width: 595px) {
  .single-proyectos main > .row > .container {
    box-shadow: 0 0 20px #adb9ca;
    margin-top: -20px;
    position: relative;
  }
  .single-proyectos main > .row > .container:before {
    content: "";
    position: absolute;
    background-color: #ebedf2;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
  }
  .single-proyectos footer {
    position: relative;
  }
}
/* Article */
.subtitle {
  text-align: justify;
  padding: 20px;
  margin-top: -20px;
  overflow-x: hidden;
}
.subtitle p {
  max-width: 990px;
  color: #1e3662;
  font-weight: 600;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .subtitle p {
    font-size: 25px;
  }
}
article.content {
  text-align: justify;
  font-size: 20px;
  max-width: 900px;
  margin: auto;
  line-height: 2em;
}
/* Galeria loop */
.galeria-prev {
  cursor: pointer;
  transition: 0.5s all ease-out;
  background-color: #1e3662;
  color: #fff;
  max-width: 50%;
}
.galeria-prev:hover {
  z-index: 1;
  background-color: #ebedf2;
  color: #1e3662;
  box-shadow: 0 0 20px #adb9ca;
  transform: scale(1.01);
}
.galeria-prev h3::first-letter {
  text-transform: capitalize;
}
.galeria-prev .image {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 600px) {
  .galeria-prev .image {
    height: 200px;
  }
}
@media (max-width: 350px) {
  .galeria-prev .image {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .galeria-prev {
    min-width: 320px;
  }
}
/* Contacto*/
.contacto {
  background-color: #fff;
  padding-bottom: 3rem;
}
.contacto h3 {
  color: #1e3662;
  padding-bottom: 1em;
  font-size: 30px;
}
.contacto > section {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.contacto address {
  color: #1e3662;
}
@media (min-width: 768px) {
  .contacto address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -3rem;
  }
}
.contacto address h5 {
  font-size: 1.7em;
  margin-top: 1em;
}
.contacto address > section:first-child h5 {
  margin-top: 0;
}
.contacto address p {
  margin: 0;
}
.contacto a {
  color: #3273c2;
}
.contacto a:hover {
  color: inherit;
}
.contacto + section {
  height: 550px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* Patronos */
.patronos,
.contratantes,
.transparencia {
  padding: 20px 0;
}
.patronos > section,
.contratantes > section,
.transparencia > section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.patronos > section > header,
.contratantes > section > header,
.transparencia > section > header {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
}
.patronos > section > header h3,
.contratantes > section > header h3,
.transparencia > section > header h3 {
  font-size: 2em;
  color: #1e3662;
}
.patronos > section > header h3:after,
.contratantes > section > header h3:after,
.transparencia > section > header h3:after,
.patronos > section > header h3:before,
.contratantes > section > header h3:before,
.transparencia > section > header h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #1e3662;
  margin: auto;
}
.patronos > section > header h3:after,
.contratantes > section > header h3:after,
.transparencia > section > header h3:after {
  margin-top: 0.5em;
}
.patronos > section > header h3:before,
.contratantes > section > header h3:before,
.transparencia > section > header h3:before {
  margin-bottom: 0.5em;
}
.patronos > section > header h3.border-white:after,
.contratantes > section > header h3.border-white:after,
.transparencia > section > header h3.border-white:after,
.patronos > section > header h3.border-white:before,
.contratantes > section > header h3.border-white:before,
.transparencia > section > header h3.border-white:before {
  background-color: #fff;
}
@media (max-width: 450px) {
  .patronos > section,
  .contratantes > section,
  .transparencia > section {
    margin-bottom: 40px;
  }
}
.patronos article,
.contratantes article,
.transparencia article {
  width: 100%;
  margin: 10px 20px;
  position: relative;
  color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .patronos article,
  .contratantes article,
  .transparencia article {
    width: 300px;
    margin: 10px;
  }
}
.patronos article header,
.contratantes article header,
.transparencia article header {
  border-top: 2px solid #fff;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}
.patronos article header h5,
.contratantes article header h5,
.transparencia article header h5 {
  font-size: 2em;
  min-height: 2.4em;
}
.patronos article p,
.contratantes article p,
.transparencia article p {
  text-align: center;
}
@media (max-width: 450px) {
  .patronos article,
  .contratantes article,
  .transparencia article {
    padding: 5px;
    flex: 1 0 calc(33% - 20px);
    font-size: 0.5em;
    margin: 5px;
  }
  .patronos article header,
  .contratantes article header,
  .transparencia article header {
    margin-top: 5px;
  }
  .patronos article header .box,
  .contratantes article header .box,
  .transparencia article header .box {
    display: none;
  }
}
/* Contratantes */
.contratantes section article .text-center span,
.transparencia section article .text-center span {
  font-size: 50px;
  display: block;
}
@media (min-width: 768px) {
  .contratantes,
  .transparencia {
    display: flex;
    justify-content: center;
  }
}
/* Colaboradores */
.colaboradores,
.patrocinadores {
  padding: 20px 0;
}
.colaboradores > section,
.patrocinadores > section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.colaboradores > section img,
.patrocinadores > section img {
  max-width: 100%;
  height: auto;
}
.colaboradores > section > header,
.patrocinadores > section > header {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
}
.colaboradores > section > header h3,
.patrocinadores > section > header h3 {
  font-size: 2em;
  color: #1e3662;
}
.colaboradores > section > header h3:after,
.patrocinadores > section > header h3:after,
.colaboradores > section > header h3:before,
.patrocinadores > section > header h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #1e3662;
  margin: auto;
}
.colaboradores > section > header h3:after,
.patrocinadores > section > header h3:after {
  margin-top: 0.5em;
}
.colaboradores > section > header h3:before,
.patrocinadores > section > header h3:before {
  margin-bottom: 0.5em;
}
.colaboradores > section > header h3.border-white:after,
.patrocinadores > section > header h3.border-white:after,
.colaboradores > section > header h3.border-white:before,
.patrocinadores > section > header h3.border-white:before {
  background-color: #fff;
}
.colaboradores article,
.patrocinadores article {
  width: 100%;
  margin: 10px 20px;
  position: relative;
  color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .colaboradores article,
  .patrocinadores article {
    width: 230px;
    margin: 30px;
  }
}
.colaboradores article header,
.patrocinadores article header {
  border-top: 2px solid #fff;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}
.colaboradores article header h5,
.patrocinadores article header h5 {
  font-size: 2em;
}
@media (max-width: 450px) {
  .colaboradores article,
  .patrocinadores article {
    flex: 1 0 40%;
    margin: 2.5%;
    padding: 2.5%;
  }
  .colaboradores article header .box,
  .patrocinadores article header .box {
    display: none;
  }
  .colaboradores article header h5,
  .patrocinadores article header h5 {
    font-size: 1em;
  }
}
/* Detalle de una noticia */
.noticia-detail {
  padding-top: 3%;
  background-color: #fff;
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .noticia-detail {
    width: 80%;
    box-shadow: 0 0 10px #1e3662;
  }
}
.noticia-detail > img {
  width: 90%;
  height: auto;
  padding-top: 0.6em;
}
@media (min-width: 768px) {
  .noticia-detail > img {
    margin-left: 5%;
    padding-right: 1em;
    width: 50%;
    float: left;
  }
}
.noticia-detail header {
  display: inline-block;
  color: #1e3662;
  text-align: left;
  margin: auto;
  max-width: 90%;
}
@media (min-width: 768px) {
  .noticia-detail header {
    max-width: 45%;
  }
}
.noticia-detail header h3 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .noticia-detail header h3 {
    max-width: 90%;
  }
}
.noticia-detail header .fecha {
  font-size: 30px;
  border-bottom: 2px solid #1e3662;
  width: fit-content;
  width: -moz-fit-content;
}
.noticia-detail > div {
  text-align: justify;
  max-width: 90%;
  margin: auto;
  font-size: 15px;
  padding-bottom: 50px;
}
.noticia-detail [class*="arrow"] {
  background-color: transparent;
  border: none;
}
.noticia-detail [class*="arrow"] a {
  position: relative;
  color: #fff;
  background-color: #1e3662;
  font-size: 4em;
  padding: 0.05em 0.3em;
  font-weight: 100;
  text-align: center;
}
.noticia-detail [class*="arrow"] a p {
  position: absolute;
  bottom: -42px;
  color: #1e3662;
  font-size: 0.25em;
  left: 15%;
}
.noticia-detail .arrows {
  display: flex;
  justify-content: space-between;
}
.noticia-detail p a {
  color: #3273c2;
}
.noticia-detail img {
  max-width: 100%;
}
.noticia-detail img.aligncenter {
  display: block;
  margin: auto;
}
.noticia-detail img.alignright {
  float: right;
  margin-left: 12px;
}
.noticia-detail img.alignleft {
  float: left;
  margin-right: 12px;
}
.noticia-detail img.alignnone {
  clear: both;
}
.noticia-detail .wp-caption.alignleft {
  float: left;
  margin-left: 12px;
}
.noticia-detail .wp-caption.alignright {
  float: right;
  margin-right: 12px;
}
/* Detalle agenda */
.agenda-detail {
  padding: 0 50px 125px 50px;
  color: #1e3662;
  max-width: 1500px;
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  .agenda-detail {
    width: 80%;
    box-shadow: 0 0 20px #1e3662;
  }
}
@media (max-width: 768px) {
  .agenda-detail {
    padding-top: 30px;
  }
}
.agenda-detail > img {
  height: auto;
  width: 100%;
  padding-top: 0.6em;
  margin-top: 8%;
}
@media (min-width: 768px) {
  .agenda-detail > img {
    margin-top: 5%;
    padding-right: 1em;
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .agenda-detail header {
    padding-top: 5%;
  }
}
.agenda-detail h3 {
  font-size: 2em;
  border-top: 3px solid transparent;
  padding: 15px 0;
}
.agenda-detail .date {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: -10px;
  width: 50px;
  height: 50px;
  font-size: 0.7em;
  background-color: #1e3662;
  color: #fff;
}
.agenda-detail .date p {
  margin: 0;
  margin-top: 20%;
}
.agenda-detail .btn {
  position: absolute;
  right: 20px;
}
.agenda-detail .text {
  position: relative;
  font-size: 1em;
  font-weight: 100;
}
.agenda-detail .text a {
  color: #adb9ca;
  text-decoration: underline;
}
.agenda-detail .text a:hover {
  color: #3273c2;
}
.agenda-detail .text strong {
  font-weight: 700;
}
.agenda-detail.bg-blue-2 {
  color: #fff;
}
.agenda-detail.bg-blue-2 .date {
  background-color: #3273c2;
}
.agenda-detail.bg-blue-2 .btn {
  border-color: #fff;
  color: #fff;
}
.agenda-detail.bg-blue-2 .btn:hover,
.agenda-detail.bg-blue-2 .btn:active,
.agenda-detail.bg-blue-2 .btn:focus {
  color: #1e3662;
  background-color: #fff;
}
.agenda-detail.bg-blue-2 .text {
  border-color: #fff;
}
.agenda-detail.bg-blue-2 [class*="arrow"] a {
  color: #1e3662;
  background-color: #fff;
}
.agenda-detail.bg-blue-2 [class*="arrow"] a p {
  color: #fff;
}
.agenda-detail .arrows {
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 5%;
  right: 5%;
}
.agenda-detail .wpusb-count {
  color: #000;
}
.agenda-detail .wpusb-default .wpusb-button span,
.agenda-detail .wpusb-square .wpusb-button span,
.agenda-detail .wpusb-rounded .wpusb-button span {
  color: #fff;
}
/* Contacto - Mapa */
#map {
  width: 100%;
  max-height: 100vh;
}
/* Galeria proyectos -> detalle */
.galery {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  padding: 50px;
}
.galery .owl-item {
  overflow-x: hidden;
}
.galery .owl-item img {
  width: auto;
  height: 180px;
  margin: auto;
}
.galery .owl-nav {
  font-size: 5em;
}
.galery .owl-nav > button {
  position: absolute;
  top: calc(50% - (200px / 2));
  text-shadow: 0 0 2px #000;
  padding-bottom: 20px!important;
}
.galery .owl-nav > button.disabled {
  cursor: not-allowed;
}
.galery .owl-nav > button[class*=owl-]:hover {
  background: transparent;
  color: #3273c2;
}
.galery .owl-nav button:first-child {
  left: 0;
  margin-top: 100px;
}
@media (min-width: 600px) {
  .galery .owl-nav button:first-child {
    left: -50px;
  }
}
.galery .owl-nav button:last-child {
  right: 0;
  margin-top: 100px;
}
@media (min-width: 600px) {
  .galery .owl-nav button:last-child {
    right: -50px;
  }
}
.galery .owl-dots .owl-dot span {
  *background-color: #ebedf2;
}
.galery .owl-dots .owl-dot.active span {
  background-color: #1e3662;
}
.galery .owl-dots .owl-dot:hover:not(.active) span {
  background-color: #3273c2;
}
.blog main > header {
  background-position-y: center!important;
}
.blog .d-flex {
  justify-content: center;
}
@media (max-width: 768px) {
  .blog .d-flex {
    flex-wrap: wrap;
  }
}
.blog .pagination {
  flex: 1 0 100%;
  justify-content: center;
}
.blog .pagination .page-link {
  color: #1e3662;
}
.blog .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #1e3662;
  border-color: #1e3662;
}
.error404 .d-flex > div {
  padding-bottom: 150px;
  width: 90%;
  box-shadow: 0 0 10px #1e3662;
  margin: auto;
  text-align: center;
  background-color: #1e3662;
  color: #fff;
}
@media (min-width: 768px) {
  .error404 .d-flex > div h1 {
    font-size: 200px;
  }
  .error404 .d-flex > div p {
    font-size: 100px;
  }
}
.error404 .btn {
  padding: 1em 1em;
}
/* Detalle de una galeria */
.single-galerias .the-galery {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.single-galerias .the-galery .item {
  flex: 0 0 24%;
  margin: 3px;
  height: 100px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-galerias .the-galery .item {
    height: 180px;
  }
}
.single-galerias .the-galery .item img {
  min-width: 100%;
  max-width: 150%;
  width: auto;
}
/* Amigos de la fundación */
.page-template-amigos {
  /* Sweet Alert*/
}
.page-template-amigos header.row {
  border-bottom: 0;
  position: relative;
}
.page-template-amigos article,
.page-template-amigos .ser-amigo,
.page-template-amigos #unirse {
  max-width: 1300px;
  margin: auto;
}
@media (min-width: 768px) {
  .page-template-amigos article,
  .page-template-amigos .ser-amigo,
  .page-template-amigos #unirse {
    width: 90%;
  }
}
.page-template-amigos article,
.page-template-amigos #unirse {
  background-color: #fff;
  padding: 2em 5%;
  box-shadow: 1px 0 20px #1e3662;
}
.page-template-amigos article h4 {
  font-size: 2em;
  color: #1e3662;
  font-weight: 700;
  text-align: center;
  max-width: 15em;
  margin: auto;
}
@media (min-width: 662px) {
  .page-template-amigos article h4 {
    font-size: 2.5em;
  }
}
@media (min-width: 878px) {
  .page-template-amigos article h4 {
    font-size: 3em;
  }
}
.page-template-amigos .ser-amigo {
  position: relative;
  background-color: #fff;
  padding-bottom: 50px;
  box-shadow: 1px 0 20px #1e3662;
}
.page-template-amigos .ser-amigo a {
  position: inherit;
  display: block;
  overflow: hidden;
}
.page-template-amigos .ser-amigo a:hover img {
  transform: scale(1.2);
}
.page-template-amigos .ser-amigo img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  top: 0;
  left: 0;
  transition: 0.5s transform ease-in;
  z-index: 1;
}
.page-template-amigos .ser-amigo h3 {
  font-size: 5em;
  position: inherit;
  z-index: 5;
  text-align: center;
  color: #fff;
  padding: 0.3em 0;
}
@media (min-width: 768px) {
  .page-template-amigos .ser-amigo h3 {
    font-size: 10em;
  }
}
.page-template-amigos .ser-amigo h3 span {
  font-size: 0.5em;
}
.page-template-amigos .ser-amigo h3 strong {
  font-size: 1.4em;
  font-weight: 500;
  display: block;
  margin-top: -0.4em;
}
.page-template-amigos .ser-amigo:before {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-color: #fff;
  position: absolute;
  top: -1em;
  z-index: 5;
}
.page-template-amigos #unirse {
  position: relative;
}
.page-template-amigos #unirse:before {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-color: #fff;
  position: absolute;
  top: -1em;
  left: 0;
  z-index: 5;
}
.page-template-amigos #unirse form .form-control {
  max-height: 38px;
}
.page-template-amigos #unirse form span[role="alert"] {
  display: none;
}
.page-template-amigos #unirse form input[type="checkbox"] {
  margin: 0;
}
.page-template-amigos #unirse form input:not([type="checkbox"]):not([type="submit"]).error,
.page-template-amigos #unirse form textarea.error {
  box-shadow: 1200px 1px rgba(255, 0, 0, 0.1) inset;
}
.page-template-amigos #unirse form input:not([type="checkbox"]):not([type="submit"]).success,
.page-template-amigos #unirse form textarea.success {
  box-shadow: 1200px 1px rgba(0, 187, 0, 0.2) inset;
}
.page-template-amigos #unirse form span.error {
  color: red;
}
.page-template-amigos #unirse form .messages {
  display: none;
}
.page-template-amigos #unirse form label[for="accept"] {
  width: auto;
  margin-left: 5px;
}
.page-template-amigos #unirse form .privacy-policy {
  margin: 1em;
  position: relative;
  display: flex;
}
.page-template-amigos #unirse form .privacy-policy > span {
  margin-right: 6px;
}
.page-template-amigos #unirse form .privacy-policy span.error {
  position: absolute;
  bottom: -1em;
}
.page-template-amigos #unirse form .privacy-policy + div {
  text-align: center;
  margin-top: 2em;
}
.page-template-amigos #unirse form .privacy-policy a {
  color: #3273c2;
}
.page-template-amigos #unirse form .privacy-policy a:hover {
  color: inherit;
}
.page-template-amigos #unirse form .ajax-loader {
  display: none;
  margin: 1em auto;
  width: 50px;
  height: 50px;
  border: 5px solid #1e3662;
  border-bottom-color: #adb9ca;
  border-radius: 50%;
  animation: rotate 1s infinite linear;
}
.page-template-amigos #unirse form .ajax-loader.show {
  display: block;
}
.page-template-amigos #unirse form fieldset {
  margin: 20px;
  border: 1px solid;
  padding: 10px;
  margin-right: 0;
  background-color: #1e3662;
  color: #fff;
}
.page-template-amigos #unirse form fieldset legend {
  width: auto;
  font-size: 1.2em;
  background-color: #3273c2;
  padding: 0 1em;
}
.page-template-amigos #unirse form fieldset input {
  background-color: #fff;
}
@media (max-width: 768px) {
  .page-template-amigos #unirse form fieldset > div:not(:last-of-type) {
    display: inline-block;
    width: calc(70% - 4px);
  }
}
.page-template-amigos #unirse form fieldset > div:first-of-type {
  width: 30%;
}
@media (min-width: 768px) {
  .page-template-amigos #unirse form fieldset > div {
    display: inline-block;
  }
  .page-template-amigos #unirse form fieldset > div:not(:first-of-type) {
    width: 45%;
  }
  .page-template-amigos #unirse form fieldset > div:last-of-type {
    width: calc(25% - 8px);
  }
}
.page-template-amigos #unirse form div {
  position: relative;
}
@media (min-width: 768px) {
  .page-template-amigos #unirse form div:not(.privacy-policy) span > span.error {
    position: absolute;
    right: 5px;
    bottom: 7px;
  }
  .page-template-amigos #unirse form div:not(.privacy-policy) span > span.error:hover {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-template-amigos #unirse form div:nth-of-type(2),
  .page-template-amigos #unirse form div:nth-of-type(3),
  .page-template-amigos #unirse form div:nth-of-type(4),
  .page-template-amigos #unirse form div:nth-of-type(5),
  .page-template-amigos #unirse form div:nth-of-type(6),
  .page-template-amigos #unirse form div:nth-of-type(7),
  .page-template-amigos #unirse form div:nth-of-type(8),
  .page-template-amigos #unirse form div:nth-of-type(10),
  .page-template-amigos #unirse form div:nth-of-type(11),
  .page-template-amigos #unirse form div:nth-of-type(12) {
    display: inline-block;
  }
  .page-template-amigos #unirse form div:nth-of-type(2) {
    width: calc(30% - 2px);
  }
  .page-template-amigos #unirse form div:nth-of-type(3) {
    width: calc(70% - 2px);
  }
  .page-template-amigos #unirse form div:nth-of-type(4),
  .page-template-amigos #unirse form div:nth-of-type(5) {
    width: calc(50% - 2px);
  }
  .page-template-amigos #unirse form div:nth-of-type(6),
  .page-template-amigos #unirse form div:nth-of-type(7),
  .page-template-amigos #unirse form div:nth-of-type(8),
  .page-template-amigos #unirse form div:nth-of-type(10),
  .page-template-amigos #unirse form div:nth-of-type(11),
  .page-template-amigos #unirse form div:nth-of-type(12) {
    width: calc(33% - 1px);
  }
}
.page-template-amigos #unirse form div:hover span > span.error,
.page-template-amigos #unirse form div:focus span > span.error {
  display: none;
}
.page-template-amigos .swal2-actions button {
  border-radius: 0!important;
  background-color: #1e3662 !important;
  border: 1px solid !important;
}
.page-template-amigos .swal2-actions button:focus {
  box-shadow: none!important;
}
.page-template-amigos .swal2-actions button:hover {
  background-color: white!important;
  background-image: none!important;
  color: #1e3662 !important;
  border: 1px solid;
}
/* Página en construcción */
.under-construction {
  display: flex;
}
.under-construction > div {
  padding-bottom: 150px;
  width: 90%;
  box-shadow: 0 0 10px #1e3662;
  margin: auto;
  text-align: center;
  background-color: #1e3662;
  color: #fff;
}
@media (min-width: 768px) {
  .under-construction > div h1 {
    font-size: 200px;
  }
  .under-construction > div p {
    font-size: 100px;
  }
}
.under-construction .btn {
  padding: 1em 1em;
}
/* Flechas owl carrousel */
.owl-nav button img {
  width: 35px;
  height: auto;
}
#content_loader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background: var(--blue-1);
  display: flex;
  align-items: center;
}
#content_loader div {
  margin: 1em auto;
  width: 50px;
  height: 50px;
  border: 5px solid #1e3662;
  border-bottom-color: #adb9ca;
  border-radius: 50%;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#cargar-mas {
  font-size: 6em;
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 0.9;
}
#cargar-mas:hover,
#cargar-mas:focus {
  color: #3273c2;
}
@media (max-width: 768px) {
  .adjust-col {
    padding: 0;
  }
  .adjust-col .container {
    padding: 0;
  }
  .adjust-col .container article {
    padding: 15px;
  }
  .adjust-col .container article:first-child div {
    padding-top: 15px;
  }
}