main section.banner-simple {
  height: 150px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: relative;
  z-index: 1;
}
main section.banner-simple::before {
  background: linear-gradient(180deg, transparent 0%, #f3f5f9 95%, #f3f5f9 100%);
}
main section.home {
  position: relative;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-top: -3rem;
  z-index: 2;
}
main section.home .contenedor * {
  color: #495f77;
  font-weight: 100;
  line-height: 130%;
  font-size: 1rem;
}
main section.home .contenedor .has-text-align-center {
  text-align: center;
}
main section.home .contenedor p {
  margin: 0.5rem 0;
}
main section.home .contenedor strong,
main section.home .contenedor b {
  color: color(display-p3 0.12 0.35 0.33);
  font-weight: 800;
}
main section.home .contenedor h1,
main section.home .contenedor h2,
main section.home .contenedor h3,
main section.home .contenedor h4, main section.home .contenedor > strong {
  font-size: 1.563rem;
  font-weight: 800;
  color: color(display-p3 0.12 0.35 0.33);
}
main section.home .contenedor h1 strong,
main section.home .contenedor h2 strong,
main section.home .contenedor h3 strong,
main section.home .contenedor h4 strong, main section.home .contenedor > strong strong {
  color: color(display-p3 0.09 0.5 0.44);
  font-size: 1.563rem;
  font-weight: 800;
}
main section.home .contenedor h2,
main section.home .contenedor h3,
main section.home .contenedor h4 {
  margin: 1rem 0;
}
main section.home .contenedor ul li,
main section.home .contenedor ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
main section.home .contenedor ul li::marker,
main section.home .contenedor ol li::marker {
  color: #495f77;
}
main section.home .contenedor ol li {
  list-style-type: decimal;
}
main section.home .contenedor > ul, main section.home .contenedor > ol {
  padding: 0.5rem 0;
}
main section.home .contenedor > ul ol li,
main section.home .contenedor > ul ul li, main section.home .contenedor > ol ol li,
main section.home .contenedor > ol ul li {
  padding: 0;
}
main section.home .contenedor > p:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
main section.home .contenedor img {
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 780px) {
  main section.home .contenedor img {
    border-radius: 0.8rem;
  }
}
main section.home .contenedor > .wp-video, main section.home .contenedor > video {
  width: 100% !important;
  height: auto;
  aspect-ratio: 15/8.25;
  border-radius: 1rem;
  overflow: hidden;
}
main section.home .contenedor > .wp-video .mejs-container, main section.home .contenedor > video .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
main section.home .contenedor > .wp-video .mejs-container video, main section.home .contenedor > video .mejs-container video {
  width: 100% !important;
  height: 100% !important;
}
main section.home .contenedor > .wp-video .mejs-overlay, main section.home .contenedor > video .mejs-overlay {
  background: linear-gradient(45deg, black, transparent);
}
main section.home .contenedor > .wp-video .mejs-overlay-button, main section.home .contenedor > video .mejs-overlay-button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiByeD0iMjUiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuMiIvPgo8cGF0aCBkPSJNMzUgMjMuMjY4QzM2LjMzMzMgMjQuMDM3OCAzNi4zMzMzIDI1Ljk2MjMgMzUgMjYuNzMyMUwyMS41IDM0LjUyNjNDMjAuMTY2NyAzNS4yOTYxIDE4LjUgMzQuMzMzOCAxOC41IDMyLjc5NDJMMTguNSAxNy4yMDU4QzE4LjUgMTUuNjY2MiAyMC4xNjY3IDE0LjcwMzkgMjEuNSAxNS40NzM3TDM1IDIzLjI2OFoiIGZpbGw9IiNFRUVFRUUiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
main section.home .contenedor > .wp-video .mejs-controls, main section.home .contenedor > video .mejs-controls {
  opacity: 1;
}
main section.home .contenedor > .wp-video .mejs-controls:has(.mejs-play), main section.home .contenedor > video .mejs-controls:has(.mejs-play) {
  display: none;
}
main section.home .contenedor h1 {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: color(display-p3 0.12 0.35 0.33);
  margin-bottom: 15px;
}
main section.home .contenedor .subtitulo {
  margin: auto;
  width: 35rem;
  max-width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
main section.home .contenedor p {
  margin: 0;
  margin-bottom: 30px;
}
main section#blog {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0 0 140px 0;
}
@media (max-width: 780px) {
  main section#blog .contenedor .filtro {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
main section#blog .contenedor .filtro .filtro-buscador {
  border-radius: 10px;
  background: rgba(31, 90, 83, 0.1);
  color: color(display-p3 0.12 0.35 0.33);
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  width: 15rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 780px) {
  main section#blog .contenedor .filtro .filtro-buscador {
    width: 100%;
  }
}
main section#blog .contenedor .filtro .filtro-buscador input {
  border: none;
  outline: none;
  background-color: transparent;
  flex: 1 1 auto;
  min-width: 0;
}
main section#blog .contenedor .filtro .filtro-buscador input::-moz-placeholder {
  font-size: 0.875rem;
  color: color(display-p3 0.12 0.35 0.33);
  font-weight: 300;
}
main section#blog .contenedor .filtro .filtro-buscador input::placeholder {
  font-size: 0.875rem;
  color: color(display-p3 0.12 0.35 0.33);
  font-weight: 300;
}
main section#blog .contenedor .filtro .filtro-buscador svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
main section#blog .contenedor .filtro .custom-select {
  width: 15rem;
  max-width: 100%;
}
@media (max-width: 780px) {
  main section#blog .contenedor .filtro .custom-select {
    width: 100%;
  }
}
main section#blog .contenedor .filtro .custom-select .select-selected {
  background: rgba(31, 90, 83, 0.1);
}
main section#blog .contenedor .lista-blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 780px) {
  main section#blog .contenedor .lista-blogs {
    grid-template-columns: repeat(1, 1fr);
  }
}
main section#blog .contenedor .lista-blogs .ti_card_blog {
  width: 100%;
}
main section#blog .contenedor .load-more-blog button {
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid color(display-p3 0.89 0.78 0.36);
  background-color: color(display-p3 0.89 0.78 0.36);
  color: color(display-p3 0.12 0.35 0.33);
  border-radius: 3rem 3rem 0 3rem;
  transition: all 0.5s ease;
}
main section#blog .contenedor .load-more-blog button:hover {
  border-color: #ffeb98;
  background-color: #ffeb98;
  border-radius: 3rem;
  color: color(display-p3 0.12 0.35 0.33);
}
main section#blog .contenedor .load-more-blog button {
  width: -moz-fit-content;
  width: fit-content;
}
main section#blog .contenedor .load-more-blog #load-more-posts-spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 3px solid transparent;
  border-top-color: #1f5a53;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
  position: relative;
  z-index: 2;
  margin-left: 0.5rem;
}
main section#blog .contenedor .load-more-blog #load-more-posts-spinner.active {
  display: flex;
}
main section#newsletter {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0 0 100px 0;
}
main section#newsletter .contenedor {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 3rem 0 3rem 3rem;
  padding: 3rem 1.5rem;
}
main section#newsletter .contenedor::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, color(display-p3 0.09 0.5 0.44) 0%, color(display-p3 0.12 0.35 0.33) 100%);
}
main section#newsletter .contenedor > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
main section#newsletter .contenedor .titulo,
main section#newsletter .contenedor .contenido {
  position: relative;
  z-index: 2;
  width: 20rem;
  max-width: 100%;
  margin: 0 auto;
}
main section#newsletter .contenedor .titulo h2 {
  color: #eeeeee;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
}
main section#newsletter .contenedor .titulo p {
  text-align: center;
  font-size: 0.938rem;
  color: #eeeeee;
}
main section#newsletter .contenedor .contenido .wpcf7.js form p:has(button[type=submit]) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main section#newsletter .contenedor .contenido .wpcf7.js form p:has(button[type=submit]) label span input {
  width: 100%;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.1333333333);
  color: #eeeeee;
  outline: none;
}
main section#newsletter .contenedor .contenido .wpcf7.js form p:has(button[type=submit]) label span input::-moz-placeholder {
  color: #eeeeee;
}
main section#newsletter .contenedor .contenido .wpcf7.js form p:has(button[type=submit]) label span input::placeholder {
  color: #eeeeee;
}
main section#newsletter .contenedor .contenido .wpcf7.js form p:has(button[type=submit]) button {
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: color(display-p3 0.12 0.35 0.33);
  border-radius: 3rem 3rem 0 3rem;
  transition: all 0.5s ease;
}
main section#newsletter .contenedor .contenido .wpcf7.js form p:has(button[type=submit]) button:hover {
  border-color: #dedede;
  background-color: #dedede;
  border-radius: 3rem;
  color: color(display-p3 0.12 0.35 0.33);
}
main section#newsletter .contenedor .contenido .wpcf7.js form p:has(button[type=submit]) button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}/*# sourceMappingURL=index.css.map */