/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/sass/child-styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
body {
  font-family: "Lato", sans-serif;
  color: #12207D;
}

header, h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif;
  color: #14628F !important;
}

footer p {
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 20px !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: white;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

section {
  padding-top: 3em;
  padding-bottom: 3em;
}

#cms-cookie-consent {
  font-size: 1.65em;
}

#cms-cookie-consent > div > div {
  border-radius: 5px;
}

.button {
  font-family: "Raleway", sans-serif;
  font-size: 1.65em;
  padding: 0.7em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: #14628F;
  color: #ffde59;
  font-weight: normal;
  font-style: normal;
}

.button:hover {
  background: #0991d4;
  color: #ffde59;
  font-size: 1.65em;
  font-weight: normal;
  font-style: normal;
}

.reveal {
  opacity: 0;
  transition: 1s all ease 0.5s;
}

.reveal.up {
  position: relative;
  transform: translateY(150px);
  transition: 1s all ease 0.5s;
}

.reveal.down {
  position: relative;
  transform: translateY(-150px);
  transition: 1s all ease 0.5s;
}

.reveal.right {
  position: relative;
  transform: translateX(150px);
  transition: 1s all ease 0.5s;
}

.reveal.left {
  position: relative;
  transform: translateX(-150px);
  transition: 1s all ease 0.5s;
}

.reveal.active {
  transform: translate(0);
  opacity: 1;
}

body {
  font-size: 50% !important;
}

@media (min-width: 1300px) {
  body {
    font-size: 62.5% !important;
  }
}
h1 {
  font-size: 3.2em;
  margin-bottom: 0.5em;
  font-weight: 400;
}

h2 {
  font-size: 2.7em !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 400;
}

h3 {
  margin-bottom: 0.5em;
  line-height: 1.1;
  font-size: 2.2em;
}

p, .ginput_container input, .ginput_container textarea, .ginput_container select,
li {
  line-height: 1.6;
  font-weight: 400;
}

p, .ginput_container input, .ginput_container textarea, .ginput_container select {
  margin-bottom: 0.5em;
}

a {
  text-decoration: none !important;
  color: #12207D;
  font-style: italic;
  text-decoration: underline;
}

a:hover {
  color: #12207D;
  text-decoration: underline;
  font-weight: bold;
}

a:active {
  text-decoration: none !important;
  color: #ffde59 !important;
  font-style: italic;
}

i {
  padding-bottom: 0.5em;
}

.wp-block-post-title {
  margin: auto;
  margin: 2em;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.2em;
}

@media screen and (max-width: 999px) {
  .wp-block-post-title {
    margin-top: 4em;
  }
}
@media (max-width: 599px) {
  .wp-block-post-title {
    font-size: 3.5em;
    margin: 1em;
    margin-top: 2em;
  }
  .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #14628F;
    background: #14628F;
  }
}
.full-height img {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

.full-width, .hero-quote {
  max-width: none !important;
}

.full-width img, .hero-quote img {
  width: 100%;
}

.wp-block-columns {
  padding: 5em 2em 2em 2em;
  gap: 4em !important;
}

.wp-block-columns ul {
  margin-left: 4em;
  padding-left: 2em;
  margin-bottom: 0.5em;
}

.wp-block-gallery {
  flex-wrap: nowrap;
}

.wp-block-button__link {
  font-size: 2em;
  font-style: normal;
}

.wp-block-button__link:hover {
  font-size: 2em;
  background-color: #0991d4 !important;
  font-weight: normal;
  font-style: normal;
}

.wp-block-image {
  margin: 0 !important;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  line-height: 0;
  display: inline-block;
  font-size: 20px !important;
  padding: 0;
  background-color: inherit;
  color: white;
}

.home-carousel {
  max-width: 100% !important;
  position: relative;
  margin: 0;
}

.home-carousel .wp-block-gallery {
  gap: 0 !important;
}

.home-carousel .wp-block-image {
  max-height: 100em;
  min-height: 80em;
}

.hero-quote {
  padding: 13em 2em;
}

.hero-quote i {
  font-size: 4em;
  padding-bottom: 1.4em;
}

.carousel-three-images {
  margin: 0 10em !important;
  overflow: visible !important;
}

.carousel-three-images figure {
  padding-bottom: 1em;
}

.carousel-three-images h2 {
  font-size: 2.75em;
  background-color: #EEFCFA;
  z-index: 10;
  position: relative;
  line-height: 1.3;
  margin: 0.5em auto;
  padding: 0 0.5em;
  transition: padding 1s;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
}

.carousel-three-images h2:hover {
  padding: 0 2em;
  transition: padding 1s;
}

.carousel-three-images hr {
  position: relative;
  top: -3.3em;
  width: 100% !important;
  height: 1px !important;
}

.carousel-three-images p, .carousel-three-images .ginput_container input, .ginput_container .carousel-three-images input, .carousel-three-images .ginput_container textarea, .ginput_container .carousel-three-images textarea, .carousel-three-images .ginput_container select, .ginput_container .carousel-three-images select {
  font-size: 1.5em;
  margin: 1em;
  line-height: 1.3;
}

.carousel-three-images .wp-block-button__link {
  font-size: 1.5em;
  padding: 0.5em 1em;
}

.carousel-three-images .wp-block-gallery {
  gap: 1.3em !important;
}

.carousel-three-images .wp-block-image {
  margin: -5px 4px -5px -4px !important;
}

.carousel-three-images .glide__track {
  overflow: hidden;
}

.carousel-three-images .glide__arrows {
  display: flex;
  justify-content: space-between;
  transform: translateY(-220px);
  position: relative;
}

.carousel-three-images .glide__arrow {
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 2em;
  font-weight: 200;
  color: #14628F;
}

.carousel-three-images .glide__arrow--right {
  margin-right: -40px;
}

.carousel-three-images .glide__arrow--left {
  margin-left: -40px;
}

@media (max-width: 1300px) {
  .carousel-three-images .glide__arrow {
    display: none;
  }
}
.hero-quote.short {
  padding: 7em 2em !important;
}

.home-carousel.short .wp-block-gallery {
  max-height: 60em;
}

.home-carousel.short img {
  max-height: 60em;
}

.coming-soon {
  height: 95vh;
  display: flex;
  align-items: center;
}

.coming-soon h1 {
  text-align: center;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #14628F;
  transition: background-color 1s;
}

header p, header .ginput_container input, .ginput_container header input, header .ginput_container textarea, .ginput_container header textarea, header .ginput_container select, .ginput_container header select {
  font-weight: 500;
  padding-left: 1.5em;
  align-self: flex-start;
}

header li {
  color: white !important;
  text-decoration: none !important;
  font-style: normal;
  font-size: 20px;
}

header li:hover a:hover {
  color: #ffde59 !important;
  font-style: normal;
  font-size: 20px;
  font-weight: normal;
}

header li:active {
  color: #ffde59 !important;
  text-decoration: none !important;
  font-style: normal;
  font-size: 20px;
}

header a {
  color: white !important;
  text-decoration: none !important;
  font-style: normal;
  font-size: 20px;
}

header .header__container {
  max-width: 120em;
  margin: auto;
  padding: 1em 2em;
}

@media screen and (max-width: 999px) {
  header .header__container {
    align-items: center !important;
    flex-direction: column !important;
  }
}
@media (max-width: 599px) {
  header .header__container {
    align-items: space-between;
    flex-direction: row !important;
  }
}
header .wp-block-site-logo {
  max-width: 20em;
  transition: max-width 1s;
}

header .wp-block-navigation {
  font-size: 2em;
  gap: 2em !important;
}

header .wp-block-navigation span {
  color: white !important;
}

header .wp-block-navigation span:hover {
  color: #ffde59 !important;
}

header .wp-block-navigation__submenu-container li {
  padding: 0.5em;
  color: black !important;
}

header .wp-block-navigation__responsive-container.has-modal-open ul {
  align-self: center;
  align-items: center !important;
  color: black !important;
}

header .wp-block-navigation__responsive-container.has-modal-open li {
  align-items: center !important;
  color: black !important;
}

header .wp-block-navigation__responsive-container.has-modal-open button {
  display: inline-block !important;
  width: 1em;
  height: 1em;
  padding-top: 0.5em;
}

.wp-block-navigation-item__content a {
  color: #14628F;
}

/* Si los elementos 'li' necesitan también el color en su texto (sin enlaces), se lo aplicamos directamente */
.wp-block-navigation-item {
  color: #14628F;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  background: #14628F;
  color: white !important;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container span {
  color: white !important;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container span:hover {
  color: #ffde59 !important;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container span:active {
  color: #ffde59 !important;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container li {
  color: white !important;
}

/* Finalmente, establecemos el color para cualquier texto directamente dentro de los 'ul' si es necesario */
.wp-block-navigation .wp-block-navigation-link > ul {
  color: white;
}

header .wp-block-navigation__responsive-container.has-modal-open svg {
  pointer-events: none;
  color: white;
}

header .wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__submenu-container {
  padding-top: 1em !important;
  display: none;
  background: #14628F;
}

header .wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__submenu-container.show {
  display: block;
  background: #14628F;
}

header.header__sticky {
  background-color: #14628F;
  transition: background-color 1s;
}

header.header__sticky .wp-block-site-logo {
  max-width: 11em;
  transition: max-width 1s;
}

.text__body-container {
  margin: auto;
  padding-top: 20em;
  background: white;
}

.text__main-image {
  margin-bottom: 2em;
}

.text__main-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 60em;
}

.text__wide-container {
  margin: auto;
  max-width: 130em;
  padding: 2em;
}

.gform_wrapper {
  max-width: 70em !important;
  padding: 2em;
}

.gform_title {
  text-transform: uppercase;
  text-align: center;
}

.gform_description {
  display: none;
}

.gform_required_legend {
  font-size: 1.35em;
}

.gform_confirmation_message {
  padding: 2em;
  font-size: 1.5em;
}

.gfield_label {
  font-size: 1.85em !important;
  font-weight: 400 !important;
}

.gfield_html {
  font-size: 1.1em;
}

.ginput_container input, .ginput_container textarea, .ginput_container select {
  border: 1px solid #ced4da;
  border-radius: 0.25em;
  font-family: "Raleway", sans-serif;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
  fill: currentColor;
  color: #ffde59 !important;
}

.wp-block-heading.has-text-align-center {
  /* Tus propiedades CSS van aquí */
  text-align: center; /* Asegúrate de que está alineado al centro, aunque ya debería estarlo */
  margin-bottom: 1em; /* Ejemplo de espaciado debajo del encabezado */
}

footer .wp-block-columns:first-child {
  max-width: 120em;
  padding: 6em 2em;
  margin: 0em auto 0 auto;
  gap: 0 !important;
  background: #14628F;
}

footer .wp-block-columns:first-child .wp-block-column {
  border-left: solid 2px #ced4da;
  padding: 1em 3em;
}

@media (max-width: 781px) {
  footer .wp-block-columns:first-child .wp-block-column {
    border: none;
  }
}
footer .wp-block-columns:first-child .wp-block-column:last-child {
  border-right: solid 2px #ced4da;
}

@media (max-width: 781px) {
  footer .wp-block-columns:first-child .wp-block-column:last-child {
    border: none;
  }
}
footer .wp-block-social-links {
  padding: 1em 0 !important;
  font-size: 2em !important;
}

footer .credits {
  max-width: 115em;
  padding: 1em 1em 1em 1em;
  background: #14628F;
  color: white !important;
}

footer .a .a:hover {
  color: white !important;
  font-style: normal;
}

/*# sourceMappingURL=child-index.css.map*/