:root {
  --black: #070707;
  --azul-oscuro: #2a3649;
  --aqua-claro: #86cac0;
  --white: white;
  --aqua-oscuro: #0e486b;
  --aqua-medio: #41b7ad;
  --gris-claro: #999;
  --gris-oscuro: #464646;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

li {
  color: var(--black);
}

.header {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0e486bb3;
  flex-direction: column;
  height: 150px;
  display: flex;
  position: relative;
}

.slider-prin {
  z-index: 0;
  height: 70vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.top-bar {
  background-color: #2a3649e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.top-bar.container {
  padding-left: 0%;
  padding-right: 0%;
}

.top-bar.interiores {
  background-color: var(--azul-oscuro);
}

.menu-bar {
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.links {
  grid-column-gap: 30px;
  flex: 1;
  display: flex;
}

.links.social {
  grid-column-gap: 10px;
  flex: 0 auto;
}

.links.social.footer-social {
  grid-column-gap: 20px;
  justify-content: flex-start;
}

.social-link-block {
  grid-column-gap: 40px;
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.social-link-block.social {
  width: 30px;
  height: 30px;
  position: relative;
}

.social-link-block.social.footer-ls {
  width: 40px;
  height: 40px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.navbar {
  background-color: #0000;
}

.image {
  width: 280px;
}

.container {
  width: 90vw;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container.pagina-centro {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.nav-menu {
  height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: color .6s;
}

.nav-link:hover {
  color: var(--aqua-claro);
}

.nav-link.special {
  background-color: var(--white);
  box-shadow: 2px 4px 0 0 var(--aqua-claro);
  color: var(--aqua-oscuro);
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition-property: all;
}

.nav-link.special:hover {
  background-color: var(--aqua-medio);
  box-shadow: 2px 4px 0 0 var(--white);
  color: var(--white);
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
}

.slide._1 {
  background-image: url('../images/sample-image.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide._2 {
  background-image: url('../images/church.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide.s1 {
  background-image: url('../images/sample-image.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slider-principal {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-content-wrapper {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.frase-wrapper {
  z-index: 1;
  background-color: #2a3649bf;
  width: 43%;
  min-height: 30px;
  padding: 2vw 2vw 2.5vw 5vw;
  position: absolute;
  inset: 240px auto auto 0%;
}

.frase {
  color: #fff;
  text-shadow: 3px 2px 1px var(--azul-oscuro);
  font-family: Cairo, sans-serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
}

.slide {
  background-position: 50% 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-gradient {
  z-index: 0;
  background-image: linear-gradient(#fff0, #fff);
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.right-arrow-slider {
  display: block;
}

.left-arrow-slider, .slide-nav-slider {
  display: none;
}

.destacados {
  z-index: 5;
  justify-content: space-between;
  min-height: 10vw;
  margin-top: 37vw;
  margin-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  transition: all 1s;
  display: flex;
  position: relative;
}

.destacados:hover {
  min-height: 50vw;
}

.btn-destacado {
  border-top: 12px solid var(--black);
  color: var(--black);
  width: 20vw;
  height: 55px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.btn-dest-text {
  text-align: center;
  height: 100%;
  margin-top: 2px;
  padding: 11px;
}

.btn-dest-text.normal {
  background-color: #fffc;
}

.btn-dest-text.hover {
  color: var(--white);
}

.btn-eventos {
  border-top: 12px solid var(--aqua-oscuro);
  color: var(--black);
  width: 20%;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.btn-instalaciones {
  border-top: 12px solid var(--aqua-medio);
  color: var(--black);
  width: 20%;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.btn-servicios {
  border-top: 12px solid var(--aqua-claro);
  color: var(--black);
  width: 20%;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.destacado-content-wrapper {
  grid-column-gap: 5vw;
  justify-content: center;
  margin-top: 58px;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 80px;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

.fotos-dest {
  flex: 1;
  position: relative;
}

.texto-desc {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.texto-desc.banner-content-wrapper {
  width: 50%;
}

.texto-desc.rec {
  flex: 1;
  padding-top: 30px;
}

.img-dest-1 {
  z-index: 1;
  border: 20px none var(--white);
  box-shadow: 20px -20px 0 0 var(--white);
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  width: 26vw;
  height: 26vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img-dest-2 {
  z-index: 0;
  box-shadow: 20px -20px 0 0 var(--gris-claro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 20px #000;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.texto-secundario {
  color: var(--gris-claro);
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #fff;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.texto-secundario.banner, .texto-secundario.white-text {
  color: var(--white);
  text-shadow: none;
}

.texto-primario {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 45px;
}

.texto-primario.banner, .texto-primario.white-text {
  color: var(--white);
}

.texto-primario.recorrido {
  color: var(--aqua-oscuro);
  flex: none;
  align-items: flex-start;
  display: block;
}

.texto-primario.aqua-oscuro {
  color: var(--aqua-oscuro);
}

.texto-primario.aqua-oscuro.title-interior {
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  display: block;
}

.texto-primario.aqua-oscuro.title-light {
  color: var(--gris-claro);
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}

.texto-primario.aqua-md-text {
  color: var(--aqua-medio);
}

.texto-destacado {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.button {
  background-color: var(--aqua-medio);
  color: var(--white);
  border-radius: 20px;
  margin-top: 10px;
  padding: 12px 28px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button.aqua-md {
  background-color: var(--aqua-medio);
}

.btn-destacado-bg {
  border-top: 12px solid var(--black);
  opacity: .7;
  color: var(--black);
  width: 20vw;
  height: 55px;
  margin-top: -55px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.collection-list {
  grid-column-gap: 2vw;
  justify-content: space-between;
  display: flex;
}

.banner {
  background-image: linear-gradient(135deg, var(--aqua-oscuro) 30%, #275878ba);
  padding: 102px 5vw;
  position: relative;
}

.rich-text-white {
  color: var(--white);
}

.banner-bg {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.recorrido {
  grid-column-gap: 3vw;
  flex-flow: row;
  justify-content: center;
  padding-top: 86px;
  padding-bottom: 86px;
  display: flex;
  overflow: hidden;
}

.recorrido.container {
  flex: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.video-recorrido {
  box-shadow: -20px 20px 0 0 var(--aqua-oscuro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 370px;
  display: block;
}

.play-icon {
  background-image: url('../images/play-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  margin-top: -25px;
}

.centros {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.encabezado-bloque {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.centros-wrapper {
  grid-column-gap: 0px;
  padding: 20px;
  display: flex;
}

.centros-wrapper.slide-wrap {
  display: flex;
}

.centro {
  grid-row-gap: 15px;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 20vw;
  height: 100%;
  min-height: 100px;
  margin-right: 30px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 10px #0000003d;
}

.foto-centro {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 20vw;
}

.tit-centro {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.subtit-centro {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.loc-centro {
  color: var(--aqua-oscuro);
  background-image: url('../images/location-dot-solid.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 20px;
  min-height: 40px;
  padding-left: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow: visible;
}

.button-centro {
  background-color: var(--aqua-oscuro);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin: 10px 20px 20px;
  padding: 12px 28px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.button-centro.btn-centro {
  margin-left: 10px;
}

.button-centro.btn-centro:hover {
  background-color: var(--aqua-medio);
}

.desc-centro {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.centros-mask {
  padding: 20px;
  overflow: hidden;
}

.contacto {
  background-color: var(--azul-oscuro);
  margin-left: 5vw;
  margin-right: 5vw;
}

.contact-form-wrapper {
  background-color: var(--azul-oscuro);
  padding: 5vw;
}

.contact-form-wrapper.pagina-centro {
  background-color: var(--gris-oscuro);
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  justify-content: center;
  width: 100%;
  display: flex;
}

.input {
  height: 50px;
  margin-bottom: 0;
  padding: 10px 10px 14px 49px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.input.nombre {
  background-image: url('../images/nombre-completo.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.input.email {
  background-image: url('../images/email.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.input.phone {
  background-image: url('../images/phone.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.input.tipo-evento {
  background-image: url('../images/evento.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.logos {
  background-color: #f3f3f3;
  margin-top: 5vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.logo-centro {
  opacity: .37;
  filter: grayscale();
  mix-blend-mode: multiply;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  transition: all .8s;
}

.logo-centro:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.collection-logos-list {
  justify-content: space-around;
  display: flex;
}

.footer {
  background-color: var(--aqua-oscuro);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.footer-3-col-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-col-1 {
  grid-row-gap: 30px;
  border-right: 1px solid #41b7ad4d;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.aqua-md-text {
  color: var(--aqua-claro);
  font-family: Montserrat, sans-serif;
}

.footer-col-v {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-col-v.border-left {
  border-left: 1px solid #41b7ad4d;
}

.footer-contact-data {
  color: var(--white);
  background-image: url('../images/c-email.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.footer-contact-data.phone {
  background-image: url('../images/c_phone.png');
  font-family: Montserrat, sans-serif;
  display: none;
}

.footer-contact-data-wrapper {
  grid-row-gap: 18px;
  border-bottom: 1px solid #41b7ad4d;
  flex-direction: column;
  min-height: 80px;
  padding-bottom: 20px;
  display: flex;
}

.footer-contact-data-wrapper.no-border {
  border-bottom-style: none;
}

.footer-social-wrapper {
  grid-row-gap: 18px;
  flex-direction: column;
  min-height: 80px;
  display: flex;
}

.link-compuesto {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 55px;
  text-decoration: none;
}

.link-compuesto.agenda {
  background-image: url('../images/calendar-check-regular.png');
  background-size: contain;
}

.link-compuesto.politica {
  background-image: url('../images/lock-solid.png');
  background-size: contain;
}

.text-small {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
}

.copyright {
  background-color: var(--azul-oscuro);
  color: var(--gris-claro);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.link-via-web {
  color: var(--gris-claro);
  background-image: url('../images/viaweb-ico.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
  padding-left: 24px;
  text-decoration: none;
}

.text-block {
  padding-top: 35px;
  padding-bottom: 35px;
}

.header-interiores {
  z-index: 1;
  background-color: var(--aqua-oscuro);
  opacity: 1;
  mix-blend-mode: normal;
  flex-direction: column;
  height: 179px;
  display: flex;
  position: relative;
}

.centro-content-wrapper {
  grid-column-gap: 5vw;
  justify-content: center;
  margin-top: 58px;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 80px;
  display: flex;
  position: static;
  inset: 0 0% 0%;
}

.centro-content-wrapper.pagina-centro {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.nombre-centro {
  display: flex;
}

.subtitle {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.subtitle.banner, .subtitle.white-text {
  color: var(--white);
}

.subtitle.recorrido {
  color: var(--aqua-oscuro);
  flex: none;
  align-items: flex-start;
  display: block;
}

.subtitle.aqua-oscuro {
  color: var(--aqua-oscuro);
}

.subtitle.aqua-md-text {
  color: var(--aqua-medio);
}

.button-centro-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--aqua-medio);
  color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 228px;
  height: 43px;
  margin-top: 10px;
  padding: 12px 28px 12px 0;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-centro-page.aqua-md {
  background-color: var(--aqua-medio);
}

.icon-button-centro {
  background-color: var(--white);
  border: 5px solid #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.icon-button-centro.bloque {
  width: 100px;
  height: 100px;
  padding: 22px;
}

.buttons-centro-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.espacios-wrapper.recorrido-centro {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.video-centro {
  box-shadow: -20px 20px 0 0 var(--aqua-oscuro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 370px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.list-item-centro {
  border-left: 5px solid #000;
  padding-left: 10px;
  list-style-type: none;
}

.centro-list-item {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.centro-listado {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.html-embed {
  flex: none;
  width: 18px;
}

.centro-li-text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 14px;
}

.embed-code-centro {
  box-shadow: -20px 20px 0 0 var(--aqua-oscuro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 370px;
  display: block;
}

.titulo-bloque-centro-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.titulo-bloque-centro {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.imagen-icon-centro {
  flex: 1;
}

.image-3 {
  flex: none;
}

.content-wrapper {
  grid-column-gap: 20px;
  margin-left: 120px;
  display: flex;
}

.ubicacion-wrapper.recorrido-centro {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.body-pagina {
  font-family: Lato, sans-serif;
}

.collection-list-wrapper {
  width: 100%;
}

.tipos-eventos-wrapper.recorrido-centro, .otros-servicios-wrapper.recorrido-centro, .galeria-wrapper.recorrido-centro {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.collection-list-imgs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.datos-contacto-wrapper.recorrido-centro {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.form-label {
  color: var(--white);
}

.linea-color-centro {
  z-index: -1;
  width: 5px;
  position: absolute;
  inset: 350px auto 740px 47px;
}

.text-block-centro {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.image-5 {
  width: 100%;
  height: 145px;
}

.header-contact-data {
  color: var(--white);
  background-image: url('../images/c-email.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 28px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.header-contact-data.phone {
  background-image: url('../images/c_phone.png');
  background-size: 18px;
}

.dropdown-toggle {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 12px;
}

.dropdown-link {
  border-bottom: 1px solid var(--aqua-oscuro);
  color: var(--aqua-oscuro);
}

.social-icon {
  background-image: url('../images/ico_fb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.section-imagen-principal {
  background-image: url('../images/sample-image.jpg');
  background-position: 50%;
  background-size: auto;
  height: 520px;
  margin-top: -180px;
  position: relative;
  inset: 0% 0% auto;
}

.section-uno {
  padding: 30px 60px 40px;
}

.div-block-2 {
  display: flex;
}

.txt-page, .txt-page-title {
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.section-dos {
  background-color: var(--aqua-oscuro);
  padding: 40px 60px;
}

.title-gray-center {
  color: #bababa;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.title-blue-center {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
}

.title-blue-center.margin0 {
  color: var(--aqua-oscuro);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--aqua-oscuro);
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.div-iconos {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.div-01 {
  text-align: left;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-02, .div-03 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.html-icono {
  color: #fff;
  background-color: #fff0;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  display: flex;
}

.txt-page-subtitle {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.txt-page-white {
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.html-icono-special {
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 11px 13px 0;
  font-size: 0;
  display: block;
  box-shadow: 0 0 0 6px #ffffffbf;
}

.icono {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
  box-shadow: 0 0 0 6px #ffffff70;
}

.section-tres {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.title-azul-center {
  color: var(--gris-claro);
  text-align: center;
  -webkit-text-stroke-color: var(--gris-claro);
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.button-2 {
  background-color: var(--aqua-oscuro);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 28px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  box-shadow: 4px 4px #59cbc199;
}

.section-centros {
  background-color: #f3f3f3;
  padding: 30px 60px 70px;
}

.text-block-2 {
  color: #2a3649;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.item-centros {
  text-align: left;
  background-color: #fff;
  border-top: 10px solid #0e486b;
  border-radius: 0;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.image-6 {
  object-fit: cover;
  height: 190px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.txt-subtitle {
  color: #333;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.collection-item {
  padding-right: 10px;
}

.section {
  padding: 20px 60px 60px;
}

.text-block-4, .text-block-5 {
  font-family: Montserrat, sans-serif;
}

.link-block {
  text-decoration: none;
}

.link, .link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.section-map {
  height: 70vh;
  position: absolute;
}

.txt-location {
  color: #333;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.button-3 {
  text-align: center;
}

.collection-item-2, .collection-list-wrapper-2 {
  display: flex;
}

.collection-list-wrapper-3 {
  overflow: hidden;
}

.section-header {
  background-color: var(--aqua-oscuro);
}

.section-2, .section-3 {
  padding-top: 20px;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  background-color: #ddd0;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.recorrido-1 {
  grid-column-gap: 3vw;
  flex-flow: row;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.recorrido-1.container {
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .frase-wrapper {
    padding-left: 4vw;
    position: relative;
    left: auto;
    right: auto;
  }

  .frase {
    font-size: 30px;
    line-height: 33px;
  }

  .destacados {
    flex-direction: column;
    margin-top: 18vw;
  }

  .btn-destacado, .btn-dest-text.hover {
    display: none;
  }

  .destacado-content-wrapper {
    flex-wrap: nowrap;
    display: flex;
    position: static;
  }

  .fotos-dest.pagina-centro {
    display: none;
  }

  .texto-desc {
    grid-row-gap: 0px;
    align-items: center;
    width: 60%;
  }

  .texto-desc.banner-content-wrapper {
    text-align: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .texto-desc.rec {
    grid-row-gap: 0px;
    align-items: stretch;
    width: 100%;
  }

  .texto-secundario {
    font-size: 20px;
    line-height: 23px;
  }

  .texto-primario {
    margin-top: 0;
    font-size: 40px;
    line-height: 43px;
  }

  .texto-primario.aqua-oscuro {
    margin-top: 10px;
    font-size: 40px;
    line-height: 43px;
  }

  .texto-primario.aqua-md-text {
    margin-top: 10px;
  }

  .btn-destacado-bg {
    opacity: 1;
    border-top-style: none;
    width: auto;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .collection-list {
    flex-direction: column;
  }

  .banner {
    background-image: linear-gradient(to bottom, var(--aqua-oscuro), #275878ba);
    padding: 54px 0;
  }

  .centro {
    width: 30vw;
  }

  .foto-centro {
    height: 20vw;
  }

  .collection-logos-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-3-col-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-col-1 {
    grid-column-gap: 30px;
    border-bottom: 1px solid #41b7ad4d;
    border-right-style: none;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .footer-col-v {
    grid-row-gap: 10px;
  }

  .footer-contact-data-wrapper {
    justify-content: center;
  }

  .footer-contact-data-wrapper.no-border {
    padding-bottom: 0;
  }

  .footer-social-wrapper {
    grid-row-gap: 0px;
    justify-content: center;
  }

  .copyright {
    padding: 0 5vw;
  }

  .centro-content-wrapper.pagina-centro {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: -19px;
  }

  .subtitle {
    text-align: center;
    margin-top: 0;
  }

  .buttons-centro-wrapper {
    display: none;
  }

  .centro-listado {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .embed-code-centro {
    width: 100%;
    margin-bottom: 26px;
  }

  .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .linea-color-centro {
    top: 311px;
  }

  .text-block-centro {
    text-align: center;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 120px;
  }

  .top-bar {
    display: none;
  }

  .container.pagina-centro {
    grid-row-gap: 40px;
    margin-top: 23px;
  }

  .frase-wrapper {
    width: 53%;
    top: 156px;
  }

  .destacado-content-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 40px;
  }

  .fotos-dest {
    grid-column-gap: 40px;
    flex: none;
    justify-content: flex-start;
    display: flex;
  }

  .texto-desc {
    align-items: center;
    width: 80%;
  }

  .img-dest-1 {
    width: 30vw;
    height: 30vw;
    position: static;
  }

  .img-dest-2 {
    position: static;
  }

  .texto-secundario {
    font-size: 15px;
    line-height: 18px;
  }

  .texto-primario {
    font-size: 30px;
    line-height: 33px;
  }

  .rich-text-white {
    text-align: justify;
  }

  .recorrido {
    flex-direction: column;
  }

  .recorrido.container {
    align-items: center;
  }

  .video-recorrido {
    width: 90%;
  }

  .header-interiores {
    height: 120px;
  }

  .linea-color-centro {
    top: 264px;
  }

  .rich-text-block {
    text-align: justify;
  }

  .rich-text-block-2 {
    text-align: center;
  }

  .recorrido-1 {
    flex-direction: column;
  }

  .recorrido-1.container {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 80px;
  }

  .container {
    align-items: center;
    display: flex;
  }

  .container.pagina-centro {
    align-items: stretch;
    width: 100vw;
  }

  .container.menu-container {
    z-index: 999999;
    position: relative;
  }

  .frase-wrapper {
    width: 50%;
    padding-left: 6vw;
    top: 111px;
  }

  .frase {
    font-size: 20px;
    line-height: 23px;
  }

  .destacado-content-wrapper {
    margin-top: 109px;
  }

  .fotos-dest.pagina-centro {
    display: none;
  }

  .texto-desc {
    width: 90%;
  }

  .texto-desc.banner-content-wrapper {
    align-items: stretch;
    width: 90%;
  }

  .texto-secundario.white-text, .texto-primario.aqua-oscuro {
    text-align: center;
  }

  .texto-primario.aqua-oscuro.title-interior {
    text-align: left;
    font-size: 34px;
  }

  .texto-primario.aqua-oscuro.title-light {
    text-align: left;
    font-size: 21px;
  }

  .button {
    text-align: center;
    flex: 1;
  }

  .btn-destacado-bg {
    margin-top: -35px;
  }

  .banner {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rich-text-white {
    text-align: center;
  }

  .recorrido.container {
    align-items: center;
    padding-left: 20px;
  }

  .video-recorrido {
    width: 90%;
    height: 230px;
  }

  .centro {
    width: 80vw;
  }

  .foto-centro {
    height: 50vw;
  }

  .desc-centro {
    margin-bottom: 0;
  }

  .contact-form-wrapper {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }

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

  .footer {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .footer-col-1 {
    flex-direction: column;
    padding-right: 0;
  }

  .aqua-md-text {
    text-align: center;
  }

  .footer-col-v.border-left {
    border-left-style: none;
  }

  .header-interiores {
    height: 80px;
  }

  .subtitle {
    text-align: center;
    font-size: 25px;
    line-height: 28px;
  }

  .icon-button-centro.bloque {
    width: 60px;
    height: 60px;
    padding: 11px;
  }

  .buttons-centro-wrapper {
    display: none;
  }

  .espacios-wrapper.recorrido-centro {
    grid-column-gap: 0px;
  }

  .centro-listado {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .embed-code-centro {
    margin-left: 20px;
  }

  .titulo-bloque-centro-wrapper {
    grid-column-gap: 15px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .titulo-bloque-centro {
    font-size: 20px;
    line-height: 20px;
  }

  .content-wrapper {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .linea-color-centro {
    display: none;
  }

  .rich-text-block {
    text-align: center;
  }

  .logo-image {
    max-width: 80%;
  }

  .image-5 {
    width: 100%;
  }

  .section-imagen-principal {
    height: 420px;
  }

  .section-uno, .section-dos {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-iconos {
    flex-flow: column;
  }

  .div-01, .div-02, .div-03 {
    width: 100%;
  }

  .section-tres {
    padding-left: 25px;
    padding-right: 25px;
  }

  .title-azul-center {
    padding-left: 0;
    padding-right: 0;
  }

  .section-centros {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-item {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 5px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2, .section-4 {
    height: 100%;
  }

  .recorrido-1.container {
    align-items: center;
    padding-left: 20px;
  }
}

#w-node-_8ad7d3f1-f368-5e81-349e-87063545b75f-3545b75c, #w-node-_8ad7d3f1-f368-5e81-349e-87063545b763-3545b75c, #w-node-_8ad7d3f1-f368-5e81-349e-87063545b773-3545b75c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8ad7d3f1-f368-5e81-349e-87063545b75f-3545b75c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8ad7d3f1-f368-5e81-349e-87063545b763-3545b75c, #w-node-_8ad7d3f1-f368-5e81-349e-87063545b773-3545b75c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8ad7d3f1-f368-5e81-349e-87063545b763-3545b75c, #w-node-_8ad7d3f1-f368-5e81-349e-87063545b773-3545b75c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


