@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-width: none;
}
*::-webkit-scrollbar,
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  height: 0 !important;
  display: none !important;
}
*::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent !important;
}
*::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: transparent !important;
}
*::-webkit-scrollbar-corner,
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  background: transparent !important;
}
*::-webkit-resizer,
html::-webkit-resizer,
body::-webkit-resizer {
  background: transparent !important;
}
*,
html,
body {
  scrollbar-gutter: stable both-edges;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #17B70E;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

.uppercase {
  text-transform: uppercase;
}

.container,
.container--md,
.container--sm,
.container--xs,
.container--xxs,
.container--min {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.container {
  max-width: 1440px;
}

.container--md {
  max-width: 1200px;
}

.container--sm {
  max-width: 1000px;
}

.container--xs {
  max-width: 900px;
}

.container--xxs {
  max-width: 800px;
}

.container--min {
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .container,
  .container--md,
  .container--sm,
  .container--xs,
  .container--xxs,
  .container--min {
    padding: 0 40px;
  }
}
.hide {
  display: none !important;
}

.pdt {
  padding-top: 70px;
}

.pdb {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .pdt {
    padding-top: 50px;
  }
  .pdb {
    padding-bottom: 50px;
  }
  .hide-desktop {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  background-color: #fff;
  z-index: 100000000;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
#loader .loader {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
}
#loader .loader img {
  width: 200px;
  max-width: 200px;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
  position: relative;
}

.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  z-index: -1 !important;
  opacity: 0 !important;
}

.line-hr hr {
  border: none;
  height: 2px;
  background-color: #f1f1f1;
}

hr {
  border: none;
  height: 2px;
  background-color: #f1f1f1;
}
hr.mt-50 {
  margin-top: 50px;
}

.no-scroll {
  overflow: hidden;
}

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

.main-border-top {
  border-top: 1px solid #f1f1f1;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.bg-white {
  background-color: #fff;
}

.logo-placeholder {
  position: absolute;
  width: 400px;
  height: 400px;
  opacity: 0.07;
}
.logo-placeholder.left-bottom {
  left: -10%;
  bottom: 0;
}
.logo-placeholder.rigth-top {
  right: -10%;
  top: 0;
}
.logo-placeholder.left-center {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.margen-bottom {
  padding: 50px 0;
}

.hidden {
  overflow: hidden !important;
}

.imagen-full {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.espacio-top-lg {
  margin-top: 100px !important;
}

.text-primary {
  color: #17B70E !important;
}

.text-secondary {
  color: #0E3D37 !important;
}

.text-white {
  color: #fff !important;
}

.text-center {
  text-align: center !important;
}

.imagen-rounded img,
.imagen-border-round img {
  border-radius: 16px !important;
}

/* Bloque header titulo */
.bk-header__line-left {
  padding-left: 30px;
  border-left: 3px solid #17B70E;
}
.bk-header.row {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
.bk-header.row .col {
  flex: 1;
}
.bk-header.row .col-2 {
  flex: 2;
}
.bk-header.row .col-3 {
  flex: 3;
}
.bk-header.row .col-4 {
  flex: 4;
}
.bk-header.row .col-5 {
  flex: 5;
}
.bk-header.row .col-6 {
  flex: 6;
}
.bk-header.row .col-7 {
  flex: 7;
}
.bk-header.row .col-8 {
  flex: 8;
}
.bk-header.row .col-9 {
  flex: 9;
}
.bk-header.row .col-10 {
  flex: 10;
}
.bk-header.row .col-11 {
  flex: 11;
}
.bk-header.row .col-12 {
  flex: 12;
}
.bk-header__title .subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.bk-header__title .title {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  color: #0E3D37;
}
.bk-header__title .info p {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
.bk-header__see-all {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .bk-header__title .title {
    font-size: 30px;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.text-frase {
  font-size: 40px;
  font-weight: 600;
  color: #0E3D37;
}

@media (max-width: 1024) {
  .espacio-top-lg {
    margin-top: 50px !important;
  }
}
@media (max-width: 768px) {
  .logo-placeholder {
    width: 250px;
    height: 250px;
  }
  .espacio-top-lg {
    margin-top: 0 !important;
  }
  .bk-header.row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .bk-header__see-all {
    justify-content: flex-start;
  }
}
.copy-right {
  background-color: #080808;
  padding: 20px 0;
  border-top: 1px solid #2f2f2f;
}
.copy-right .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.copy-right .row .col {
  width: calc(50% - 1rem);
}
.copy-right .row .text p {
  font-size: 14px;
  color: #B1B1B1;
}
.copy-right .row .firma a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.copy-right .row .firma a span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.33);
}
.copy-right .row .firma a svg {
  width: 90px;
  height: auto;
  margin-left: 0.5rem;
  opacity: 0.5;
}

.footer {
  background-color: #080808;
  padding: 60px 0;
}
.footer hr {
  border: none;
  height: 1px;
  margin: 60px 0;
  background-color: #2f2f2f;
}
.footer__logo-redes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.footer__logo-redes .logo img {
  width: 350px;
  height: auto;
  opacity: 0.8;
}
.footer__logo-redes .redes {
  display: flex;
  gap: 1rem;
}
.footer__logo-redes .redes a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
}
.footer__logo-redes .redes a i {
  font-size: 20px;
  color: rgba(23, 183, 14, 0.7);
}
.footer__logo-redes .redes a .borde-punteado-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__logo-redes .redes a .borde-punteado-svg circle {
  stroke: rgba(23, 183, 14, 0.7);
  stroke-dasharray: 26 5;
  stroke-width: 4px;
  fill: none;
  transition: stroke-dasharray 0.3s ease;
}
.footer__logo-redes .redes a:hover .borde-punteado-svg circle {
  stroke-dasharray: 0;
  stroke: #17B70E;
}
.footer__logo-redes .redes a:hover i {
  color: #17B70E;
}
.footer .contato-title,
.footer .menu-title,
.footer .boletin-title {
  font-size: 14px;
  color: #17B70E;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 1rem;
  font-weight: 600;
}
.footer__boletin-menu {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 8rem;
}
.footer__boletin-menu .boletin-input {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  padding: 5px 20px;
  background-color: #3c3c3c;
  color: #c6c5c5;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.footer__boletin-menu .boletin-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.footer__boletin-menu .menu-wra {
  display: flex;
  gap: 4rem;
}
.footer__boletin-menu .menu-wra .menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: calc(50% - 2rem);
}
.footer__boletin-menu .menu-wra .menu .nav-container ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__boletin-menu .menu-wra .menu .nav-container ul li a {
  font-size: 15px;
  color: #F3F6F7;
  opacity: 0.6;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 4px;
}
.footer__boletin-menu .menu-wra .menu .nav-container ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(23, 183, 14, 0.7);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.footer__boletin-menu .menu-wra .menu .nav-container ul li a:hover {
  opacity: 1;
  color: #17B70E;
}
.footer__boletin-menu .menu-wra .menu .nav-container ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer__data-contacto {
  margin-top: 60px;
}
.footer__data-contacto .contacto-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.footer__data-contacto .contacto-wrap .contacto {
  width: 33%;
  text-align: center;
}
.footer__data-contacto .contacto-wrap .contacto-valor {
  color: #F3F6F7;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 400;
}
.footer__reclamos {
  margin-top: 50px;
}
.footer__reclamos .link_reclamos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer__reclamos .link_reclamos svg {
  width: 40px;
  height: auto;
  opacity: 0.5;
}
.footer__reclamos .link_reclamos p {
  font-size: 14px;
  font-weight: 600;
  color: #B1B1B1;
  width: calc(100% - 50px - 10px);
}
.footer__reclamos .link_reclamos:hover svg {
  opacity: 1;
}
.footer__reclamos .link_reclamos:hover p {
  color: #17B70E;
}

@media (max-width: 1024px) {
  .footer hr {
    margin: 40px 0;
  }
  .footer__boletin-menu {
    display: none;
  }
  .footer__logo-redes {
    flex-direction: column;
  }
  .footer__logo-redes .logo img {
    width: 250px;
  }
  .footer__data-contacto .contacto-wrap {
    flex-direction: column;
  }
  .footer__data-contacto .contacto-wrap .contacto {
    width: 100% !important;
  }
  .copy-right .row {
    flex-direction: column;
  }
  .copy-right .row .col {
    width: 100% !important;
    text-align: center;
  }
  .copy-right .row .firma a {
    justify-content: center !important;
  }
}
.site-header {
  position: relative;
  top: 0;
  transition: all 0.4s ease-in-out;
  z-index: 999;
  will-change: transform;
}

.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-100%);
  animation: slideDown 0.4s ease forwards;
}
.site-header.is-sticky .header__barra {
  display: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header__menu {
  height: 80px;
  width: 100%;
  background-color: #fff;
}
.header__menu .container {
  height: 100%;
}
.header__menu .menu-flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu .menu-flex .menu {
  height: 100%;
}
.header__menu .logo img {
  max-width: 210px;
  width: 100%;
  height: auto;
}
.header__menu .nav-container {
  height: 100%;
}
.header__menu .nav-container > ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 100%;
}
.header__menu .nav-container > ul > li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-bottom: 3px solid transparent;
}
.header__menu .nav-container > ul > li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__menu .nav-container > ul > li.current-menu-item {
  border-bottom: 3px solid #17B70E;
}
.header__menu .nav-container > ul > li.current-menu-item a {
  color: #17B70E;
}
.header__menu .nav-container > ul > li:hover {
  border-bottom: 3px solid #17B70E;
}
.header__menu .nav-container > ul > li:hover .mega-submenu {
  display: flex;
}
.header__menu .nav-container > ul li a {
  font-size: 15px;
  color: #0E3D37;
  display: inline-flex;
  font-weight: 500;
}
.header__menu .nav-container > ul li:hover a {
  color: #17B70E;
}
.header__menu .nav-container > ul .mega-submenu {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  padding-right: 20px;
  margin-top: 3px;
  border-radius: 0 0 15px 15px;
  display: none;
  flex-direction: row-reverse;
  left: 0;
  gap: 1rem;
  top: 100%;
  width: max-content;
  border-top: 2px solid transparent;
}
.header__menu .nav-container > ul .mega-submenu.open-left {
  left: auto;
  right: 0;
}
.header__menu .nav-container > ul .mega-submenu.open-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.header__menu .nav-container > ul .mega-submenu .submenu-imagen {
  width: 350px;
}
.header__menu .nav-container > ul .mega-submenu .submenu-imagen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.header__menu .nav-container > ul .mega-submenu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #17B70E;
  display: none;
}
.header__menu .nav-container > ul .mega-submenu.open-left::before {
  left: auto;
  right: 20px;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li {
  padding: 0 20px;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li.current-menu-item {
  border-left: 3px solid #17B70E;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li.current-menu-item a {
  color: #17B70E;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li a {
  font-size: 14px;
  color: #0E3D37;
  padding-bottom: 5px;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(23, 183, 14, 0.7);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li a:hover {
  opacity: 1;
  color: #17B70E;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.header__menu .nav-container > ul .mega-submenu.no-imagen {
  padding-right: 0;
  padding-left: 0;
}
.header__barra {
  background-color: #0E3D37;
}
.header__barra .nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__barra .nav-container ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}
.header__barra .nav-container ul li {
  margin: 8px 0;
  padding-right: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header__barra .nav-container ul li.current-menu-item a {
  color: #17B70E;
}
.header__barra .nav-container ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.header__barra .nav-container ul li a:hover {
  color: #17B70E;
}
.header__barra .nav-container ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.menu_amburguesa, .header_menu_mobile {
  display: none;
}

@media (max-width: 1024px) {
  .header__menu {
    height: 72px;
  }
  .header__menu .nav-container {
    display: none;
  }
  .header__menu .logo img {
    max-width: 180px;
  }
  .header__barra {
    display: none;
  }
  .menu_amburguesa {
    display: block;
  }
  .menu_amburguesa .btn_amburguesa {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: 0;
  }
  .menu_amburguesa .btn_amburguesa svg {
    width: 36px;
    height: auto;
  }
  .menu_amburguesa .btn_amburguesa svg path, .menu_amburguesa .btn_amburguesa svg rect {
    fill: #0E3D37;
  }
  .header_menu_mobile {
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateX(-200%);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .header_menu_mobile .container_mobile {
    width: 80%;
    height: 100%;
    max-width: 450px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    padding: 50px 20px;
  }
  .header_menu_mobile .container_mobile .menu_mobile nav > ul > li > a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #0E3D37;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    font-weight: 500;
    opacity: 1;
  }
  .header_menu_mobile .container_mobile .menu_mobile nav > ul > li > a:hover {
    color: #0E3D37;
  }
  .header_menu_mobile .container_mobile .menu_mobile nav ul li {
    position: relative;
  }
  .header_menu_mobile .container_mobile .menu_mobile nav ul li.sub-items::after {
    user-select: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 13px;
    right: 0;
    color: #0E3D37;
    font-size: 15px;
  }
  .header_menu_mobile .container_mobile .menu_mobile .sub-menu {
    display: none;
    padding-left: 20px;
  }
  .header_menu_mobile .container_mobile .menu_mobile .sub-menu li a {
    display: block;
    padding: 7px 0;
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    opacity: 0.6;
  }
  .header_menu_mobile .container_mobile .menu_mobile .sub-menu.active {
    display: block;
  }
  .header_menu_mobile .container_mobile .menu_mobile hr {
    border: none;
    height: 1px;
    background-color: #ebeaea;
    margin: 30px 0;
  }
  .header_menu_mobile .menu_mobile__close {
    background-color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    outline: 0;
    cursor: pointer;
  }
  .header_menu_mobile .menu_mobile__close svg {
    width: 25px;
    height: 25px;
  }
  .header_menu_mobile.active {
    opacity: 1;
    transform: translateX(0);
  }
}
.wp-content p {
  color: #555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
.wp-content p + p {
  margin-top: 1.5rem;
}
.wp-content p.texto-grande {
  font-size: 40px;
}
.wp-content p:has(img.aligncenter) {
  text-align: center;
}
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 {
  margin-bottom: 1rem;
  color: #0E3D37;
}
.wp-content h1 small, .wp-content h2 small, .wp-content h3 small, .wp-content h4 small, .wp-content h5 small, .wp-content h6 small {
  font-weight: 300;
}
.wp-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.wp-content h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 80px;
  background-color: #17B70E;
}
.wp-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.wp-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
.wp-content h4 {
  font-size: 1.4rem;
  font-weight: 600;
}
.wp-content h5 {
  font-size: 1.1rem;
  font-weight: 500;
}
.wp-content h6 {
  font-size: 0.9rem;
  font-weight: 500;
}
.wp-content ul,
.wp-content ol {
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.wp-content ul li,
.wp-content ol li {
  color: #555;
  position: relative;
  padding-left: 1.8rem;
  font-size: 16px;
}
.wp-content ul li strong, .wp-content ul li b,
.wp-content ol li strong,
.wp-content ol li b {
  color: #0E3D37;
}
.wp-content ul li::before,
.wp-content ol li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #17B70E;
}
.wp-content ul.list-linkedin li::before,
.wp-content ol.list-linkedin li::before {
  content: "\f08c";
  font-family: "Font Awesome 6 Brands";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #17B70E;
}
.wp-content ul li.icon-cross::before,
.wp-content ol li.icon-cross::before {
  content: "\f654";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #17B70E;
}
.wp-content a {
  color: #0E3D37;
  text-decoration: underline;
}
.wp-content a:hover {
  text-decoration: underline;
  color: #17B70E;
}
.wp-content a:hover strong {
  color: #17B70E;
}
.wp-content a:hover p {
  color: #17B70E;
}
.wp-content a:hover span {
  color: #17B70E;
}
.wp-content em {
  font-style: italic;
}
.wp-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}
.wp-content blockquote {
  border-left: 4px solid #17B70E;
  padding: 0.5rem;
  padding-left: 1rem;
  margin: 1em 0;
  font-style: italic;
  color: #17B70E;
  background-color: #ecf8f6;
}
.wp-content img {
  border-radius: 16px !important;
}
.wp-content.text-white p, .wp-content.text-white h1, .wp-content.text-white h2, .wp-content.text-white h3, .wp-content.text-white h4, .wp-content.text-white h5, .wp-content.text-white h6, .wp-content.text-white li {
  color: #fff;
}

@media (max-width: 768px) {
  .wp-content h1 {
    font-size: 2.5rem;
  }
  .wp-content h2 {
    font-size: 2rem;
  }
  .wp-content h3 {
    font-size: 1.5rem;
  }
  .wp-content h4 {
    font-size: 1.2rem;
  }
  .wp-content h5 {
    font-size: 1rem;
  }
  .wp-content h6 {
    font-size: 0.9rem;
  }
  .wp-content p.texto-grande {
    font-size: 32px;
  }
}
.columns {
  display: grid;
  grid-template-columns: 1fr;
}
.columns.align-center {
  align-items: center;
}
.columns.align-start {
  align-items: start;
}
.columns.align-end {
  align-items: end;
}
.columns.has-2-columns {
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.columns.has-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6rem;
}

.html-botones {
  margin-top: 40px;
  display: flex;
  gap: 3rem;
  align-items: center;
}
.html-botones.left {
  justify-content: flex-start;
}
.html-botones.center {
  justify-content: center;
}
.html-botones.right {
  justify-content: flex-end;
}
.html-botones.no-margin {
  margin: 0;
}

@media (max-width: 768px) {
  .columns {
    grid-template-columns: 1fr !important;
  }
  .columns.has-2-columns {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .columns.has-3-columns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
  .columns.align-center .columns__item {
    text-align: center;
  }
  .html-botones {
    gap: 2rem;
  }
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion__item {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  position: relative;
}
.accordion__item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #17B70E;
  transition: all 0.3s ease;
}
.accordion__item.item-active::before {
  width: 100%;
}
.accordion__item:hover::before {
  width: 100%;
}
.accordion__trigger {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.1rem;
  padding: 1em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0E3D37;
  border-radius: 6px;
  font-weight: 600;
}
.accordion__trigger[aria-expanded=true] {
  background-color: #17B70E;
  color: #fff;
}
.accordion__trigger[aria-expanded=true] .icon {
  color: #fff;
}
.accordion__trigger .icon {
  transition: transform 0.3s ease;
  color: #dadada;
}
.accordion__trigger.icon-title {
  color: #17B70E;
  padding-left: 20px;
}
.accordion__trigger.icon-title .wrap-title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.accordion__trigger.icon-title .wrap-title .icono img {
  width: 24px;
  height: 24px;
}
.accordion__trigger.icon-title[aria-expanded=true] {
  background-color: rgba(43, 184, 12, 0.04);
  padding-left: 20px;
}
.accordion__trigger.icon-title[aria-expanded=true] .icon {
  color: #17B70E;
}
.accordion__content {
  padding: 2em;
  display: none;
}
.accordion__content[hidden] {
  display: none;
}

/* TUS ESTILOS ORIGINALES */
.banner-video-wrapper {
  width: 100%;
}

.banner-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.banner-video iframe,
.banner-video .banner-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover;
}

.banner-video iframe {
  z-index: 1;
}

.banner-video .banner-poster {
  z-index: 2;
}

.banner-video .banner-poster.is-loaded {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.banner-video-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
}
.banner-video-content .container {
  height: 100%;
}
.banner-video-content .wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}
.banner-video-content .icono img {
  width: 100px;
  height: auto;
}
.banner-video-content .titulo h1, .banner-video-content .titulo h2 {
  font-size: 46px;
  color: #fff;
  line-height: 1.3;
}
.banner-video-content .titulo h1 span, .banner-video-content .titulo h2 span {
  font-weight: 400;
}
.banner-video-content .titulo small {
  font-size: clamp(1rem, 4vw, 4.4rem);
  display: block;
}
.banner-video-content .subtitulo .font-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.banner-video-content .descripcion p {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
.banner-video-content .botones {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (max-width: 768px) {
  .banner-video-content {
    align-items: center;
    padding: 20px 0;
  }
  .banner-video-content .wrap {
    padding: 0 20px;
  }
  .banner-video-content .titulo h1, .banner-video-content .titulo h2 {
    font-size: 28px;
  }
  .banner-video-content .descripcion {
    display: none;
  }
}
.no-image-slide {
  min-height: 450px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.no-image-slide .banner-video-content {
  position: relative;
  width: 100%;
  background-color: transparent;
}

@media screen and (max-width: 1300px) {
  .banner-video-content .wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner-video-content .titulo h1 {
    white-space: pre-wrap;
  }
  .banner-video-content .wrap {
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.page-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-video__wrap {
  position: relative;
  width: 100%;
  background-color: #000;
}
.page-video__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-video__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-video__play {
  background-color: #fff;
  border: none;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  cursor: pointer;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.page-video__play svg {
  width: 35px;
  height: 35px;
}
.page-video__play svg path {
  fill: #17B70E;
}
.page-video__play::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -10px;
  left: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  border-radius: 50%;
  animation: infinite botonAnimado 1.5s;
}
.page-video__iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #000;
}
.page-video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes botonAnimado {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .page-video__play {
    height: 60px;
    width: 60px;
  }
  .page-video__play svg {
    width: 25px;
    height: 25px;
  }
  .page-video__play::before {
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px;
  }
}
.btn-link {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  align-items: center;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  position: relative;
  gap: 10px;
  transition: all 0.3s;
}
.btn-link i {
  font-size: 17px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 2px;
}
.btn-link.link-icon-left i {
  right: auto;
  left: 0;
}
.btn-link::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E6E6E6;
}
.btn-link::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
}
.btn-link:hover::after {
  width: 100%;
}
.btn-link:hover {
  padding-right: 30px;
}
.btn-link:hover i {
  opacity: 1;
}
.btn-link.link-icon-left:hover {
  padding-right: 0;
  padding-left: 30px;
}

.wp-content a.btn-link {
  text-decoration: none !important;
}

.link-white {
  color: #fff;
}
.link-white::before {
  background-color: rgba(255, 255, 255, 0.4745098039);
}
.link-white::after {
  background-color: #fff;
}
.link-white.hover-secondary:hover {
  color: #0E3D37;
}
.link-white.hover-secondary:hover::after {
  background-color: #0E3D37;
}
.link-white.hover-primary:hover {
  color: #17B70E;
}
.link-white.hover-primary:hover::after {
  background-color: #17B70E;
}
.link-white.hover-black:hover {
  color: #0E3D37;
}
.link-white.hover-black:hover::after {
  background-color: #0E3D37;
}

.link-black {
  color: #000;
}
.link-black::before {
  background-color: #E6E6E6;
}
.link-black::after {
  background-color: #0E3D37;
}
.link-black:hover {
  color: #0E3D37;
}
.link-black.hover-secondary:hover {
  color: #0E3D37;
}
.link-black.hover-secondary:hover::after {
  background-color: #0E3D37;
}
.link-black.hover-primary:hover {
  color: #17B70E;
}
.link-black.hover-primary:hover::after {
  background-color: #17B70E;
}
.link-black.hover-white:hover {
  color: #fff;
}
.link-black.hover-white:hover::after {
  background-color: #fff;
}
.link-black.hover-black:hover {
  color: #0E3D37;
}
.link-black.hover-black:hover::after {
  background-color: #0E3D37;
}

.link-secondary {
  color: #0E3D37;
}
.link-secondary::before {
  background-color: #E6E6E6;
}
.link-secondary::after {
  background-color: #17B70E;
}
.link-secondary:hover {
  color: #17B70E;
}
.link-secondary.hover-black:hover {
  color: #0E3D37;
}
.link-secondary.hover-black:hover::after {
  background-color: #0E3D37;
}
.link-secondary.hover-primary:hover {
  color: #17B70E;
}
.link-secondary.hover-primary:hover::after {
  background-color: #17B70E;
}
.link-secondary.hover-white:hover {
  color: #fff;
}
.link-secondary.hover-white:hover::after {
  background-color: #fff;
}
.link-secondary.hover-secondary:hover {
  color: #0E3D37;
}
.link-secondary.hover-secondary:hover::after {
  background-color: #0E3D37;
}

.link-primary {
  color: #17B70E;
}
.link-primary::before {
  background-color: #E6E6E6;
}
.link-primary::after {
  background-color: #0E3D37;
}
.link-primary:hover {
  color: #0E3D37;
}
.link-primary.hover-black:hover {
  color: #0E3D37;
}
.link-primary.hover-black:hover::after {
  background-color: #0E3D37;
}
.link-primary.hover-secondary:hover {
  color: #0E3D37;
}
.link-primary.hover-secondary:hover::after {
  background-color: #0E3D37;
}
.link-primary.hover-white:hover {
  color: #fff;
}
.link-primary.hover-white:hover::after {
  background-color: #fff;
}
.link-primary.hover-primary:hover {
  color: #17B70E;
}
.link-primary.hover-primary:hover::after {
  background-color: #17B70E;
}

.btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  height: 48px;
  gap: 10px;
  padding: 0 20px;
  transition: all 0.3s;
  box-sizing: border-box;
  border-radius: 5px;
}
.btn i {
  transition: all 0.3s;
  font-size: 20px;
}
.btn:hover i {
  transform: rotate(0);
}
.btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  user-select: none;
}
.btn.w100 {
  width: 100%;
}

.btn-secondary {
  background-color: #0E3D37;
  color: #fff;
}
.btn-secondary span {
  background-color: #17B70E;
}
.btn-secondary span i {
  color: #fff;
}
.btn-secondary:hover {
  background-color: #17B70E;
}
.btn-secondary.hover-white:hover {
  background-color: #fff;
  color: #0E3D37;
}
.btn-secondary.hover-white:hover i {
  color: #0E3D37;
}
.btn-secondary.hover-secondary:hover {
  background-color: #0E3D37;
  color: #fff;
}
.btn-secondary.hover-secondary:hover i {
  color: #fff;
}
.btn-secondary.hover-black:hover {
  background-color: #0E3D37;
  color: #fff;
}
.btn-secondary.hover-black:hover i {
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #0E3D37;
}
.btn-white i {
  color: #fff;
}
.btn-white:hover {
  background-color: #0E3D37;
  color: #fff;
}
.btn-white.hover-dark:hover {
  background-color: #0E3D37;
  color: #fff;
}
.btn-white.hover-dark:hover i {
  color: #0E3D37;
}
.btn-white.hover-primary:hover {
  background-color: #17B70E;
  color: #fff;
}
.btn-white.hover-primary:hover i {
  color: #fff;
}
.btn-white.hover-secondary:hover {
  background-color: #0E3D37;
  color: #fff;
}
.btn-white.hover-secondary:hover i {
  color: #fff;
}
.btn-white.hover-white:hover {
  background-color: #fff;
  color: #0E3D37;
}
.btn-white.hover-white:hover i {
  color: #0E3D37;
}

.btn-black {
  background-color: #0E3D37;
  color: #fff;
}
.btn-black i {
  color: #0E3D37;
}
.btn-black:hover {
  background-color: #fff;
  color: #0E3D37;
}
.btn-black.hover-white:hover {
  background-color: #fff;
  color: #0E3D37;
}
.btn-black.hover-white:hover i {
  color: #fff;
}
.btn-black.hover-primary:hover {
  background-color: #17B70E;
  color: #fff;
}
.btn-black.hover-primary:hover i {
  color: #fff;
}
.btn-black.hover-black:hover {
  background-color: #0E3D37;
  color: #fff;
}
.btn-black.hover-black:hover i {
  color: #fff;
}
.btn-black.hover-secondary:hover {
  background-color: #0E3D37;
  color: #fff;
}
.btn-black.hover-secondary:hover i {
  color: #fff;
}

.btn-primary {
  background-color: #17B70E;
  color: #fff;
}
.btn-primary i {
  color: #fff;
}
.btn-primary:hover {
  background-color: #0E3D37;
}
.btn-primary.hover-white:hover {
  background-color: #fff;
  color: #17B70E;
}
.btn-primary.hover-white:hover i {
  color: #17B70E;
}
.btn-primary.hover-primary:hover {
  background-color: #17B70E;
  color: #fff;
}
.btn-primary.hover-primary:hover i {
  color: #fff;
}
.btn-primary.hover-secondary:hover {
  background-color: #0E3D37;
  color: #fff;
}
.btn-primary.hover-secondary:hover i {
  color: #fff;
}
.btn-primary.hover-black:hover {
  background-color: #0E3D37;
  color: #fff;
}
.btn-primary.hover-black:hover i {
  color: #fff;
}

.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-swiper-arrow {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
}
.custom-swiper-arrow svg {
  display: none;
}
.custom-swiper-arrow .borde-punteado-svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-swiper-arrow .borde-punteado-svg circle {
  stroke: rgba(23, 183, 14, 0.7);
  stroke-dasharray: 26 5;
  stroke-width: 4px;
  fill: none;
  transition: stroke-dasharray 0.3s ease;
}
.custom-swiper-arrow.swiper-bottom-right {
  bottom: 20px;
  top: auto;
  left: auto;
  right: 20px;
}
.custom-swiper-arrow.swiper-bottom-right.prev {
  right: 78px;
}
.custom-swiper-arrow.swiper-bottom-left {
  bottom: 20px;
  top: auto;
  right: auto;
  left: 20px;
}
.custom-swiper-arrow.swiper-bottom-left.next {
  left: 78px;
}
.custom-swiper-arrow.swiper-top-right {
  top: 30px;
  bottom: auto;
  left: auto;
  right: 20px;
}
.custom-swiper-arrow.swiper-top-right.prev {
  right: 78px;
}
.custom-swiper-arrow.left-20 {
  left: 20px;
}
.custom-swiper-arrow.right-20 {
  right: 20px;
}
.custom-swiper-arrow.white {
  background-color: transparent;
  color: #fff;
}
.custom-swiper-arrow.white .borde-punteado-svg circle {
  stroke: #fff;
}
.custom-swiper-arrow.white:hover {
  background-color: #fff;
  color: #0E3D37;
}
.custom-swiper-arrow.secondary {
  background-color: transparent;
  color: #0E3D37;
}
.custom-swiper-arrow.secondary .borde-punteado-svg circle {
  stroke: #0E3D37;
}
.custom-swiper-arrow.secondary:hover {
  background-color: #0E3D37;
  color: #fff;
}
.custom-swiper-arrow.primary {
  background-color: transparent;
  color: #17B70E;
}
.custom-swiper-arrow.primary .borde-punteado-svg circle {
  stroke: #17B70E;
}
.custom-swiper-arrow.primary:hover {
  background-color: #17B70E;
  color: #fff;
}

.nav-outside-swiper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.nav-outside-swiper .custom-swiper-arrow {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  margin: 0;
}

.home-banner {
  background: #0E3D37;
  background: linear-gradient(90deg, rgb(14, 61, 55) 0%, rgb(14, 61, 55) 35%, rgb(61, 101, 96) 100%);
  position: relative;
}
.home-banner .swiper-slide {
  height: 100%;
}

.home-aliazas {
  background-color: #0E3D37;
}
.home-aliazas__clients .clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  border: 2px dashed rgba(23, 183, 14, 0.3);
}
.home-aliazas__clients .clients-grid .clients-item {
  border-right: 2px dashed rgba(23, 183, 14, 0.3);
  border-bottom: 2px dashed rgba(23, 183, 14, 0.3);
  padding: 40px;
}
.home-aliazas__clients .clients-grid .clients-item:nth-child(4n) {
  border-right: none;
}
.home-aliazas__clients .clients-grid .clients-item:nth-last-of-type(-n + 4) {
  border-bottom: none;
}
.home-aliazas__clients .clients-grid .clients-item img {
  width: 100%;
  height: auto;
  display: block;
}
.home-aliazas__clients .clients-grid .puntos {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #17B70E;
  border-radius: 50%;
}
.home-aliazas__clients .clients-grid .puntos.top-left {
  top: -3px;
  left: -3px;
}
.home-aliazas__clients .clients-grid .puntos.top-right {
  top: -3px;
  right: -3px;
}
.home-aliazas__clients .clients-grid .puntos.bottom-left {
  bottom: -3px;
  left: -3px;
}
.home-aliazas__clients .clients-grid .puntos.bottom-right {
  bottom: -3px;
  right: -3px;
}
.home-aliazas__clients .clients-see-all {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .home-aliazas__clients .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-aliazas__clients .clients-grid .clients-item {
    padding: 20px;
  }
  .home-aliazas__clients .clients-grid .clients-item:nth-child(2n) {
    border-right: none;
  }
  .home-aliazas__clients .clients-grid .clients-item:nth-last-of-type(-n + 2) {
    border-bottom: none;
  }
}
.blog-grid {
  display: grid;
  gap: 1rem;
}
.blog-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.blog-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.blog-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.blog-grid.grid-1 {
  grid-template-columns: 1fr;
}

.blog-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-item__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-item__date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.blog-item__date svg {
  width: 20px;
  height: 20px;
}
.blog-item__date svg path, .blog-item__date svg circle {
  fill: #A5A5A5;
}
.blog-item__date span {
  color: #A5A5A5;
  font-size: 14px;
}
.blog-item__title {
  font-size: 18px;
  font-weight: 600;
  color: #0E3D37;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.blog-item__extacto {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.blog-item__btn {
  margin-top: 25px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.blog-item__categorias {
  margin: 5px 0 10px 0;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.blog-item__categorias .news-category {
  background: #17B70E;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
}
.blog-item:hover .blog-item__title {
  color: #0E3D37;
  text-decoration: underline;
}
.blog-item:hover .blog-item__btn {
  visibility: visible;
  opacity: 1;
}

.single-fecha {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 20px;
}
.single-fecha .fecha {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-fecha .fecha svg {
  width: 20px;
  height: 20px;
}
.single-fecha .fecha svg path, .single-fecha .fecha svg circle {
  fill: #A5A5A5;
}
.single-fecha .fecha span {
  color: #A5A5A5;
  font-size: 14px;
}
.single-fecha .categorias {
  margin: 5px 0 10px 0;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.single-fecha .categorias .news-category {
  background: #17B70E;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
}

.listado-noticias {
  position: relative;
}
.listado-noticias__grid {
  display: grid;
}
.listado-noticias__grid.grid2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.listado-noticias__grid.grid3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.listado-noticias__grid.grid4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.blog-filtros {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.blog-filtros .filtro-item {
  position: relative;
}
.blog-filtros .filtro-item select {
  background-color: #F4F5F6;
  padding: 0 20px;
  height: 48px;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  padding-right: 60px;
  appearance: none;
  border: 2px solid transparent;
  color: #0E3D37;
  font-size: 15px;
}
.blog-filtros .filtro-item select:focus, .blog-filtros .filtro-item select:hover {
  outline: none;
  border-color: rgba(14, 61, 55, 0.7);
  box-shadow: 0 0 0 4px rgba(14, 61, 55, 0.1);
}
.blog-filtros .filtro-item i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #17B70E;
  pointer-events: none;
}

.news-related .swiper-slide, .page-news .swiper-slide {
  display: flex !important;
  height: auto !important;
}

.noticia-destacada .wrap {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.noticia-destacada .wrap .imagen {
  flex: 1;
}
.noticia-destacada .wrap .imagen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.noticia-destacada .wrap .info {
  flex: 1;
  max-width: 400px;
}
.noticia-destacada .wrap .info h2 a {
  color: #0E3D37;
}
.noticia-destacada .wrap .info .boton {
  margin-top: 30px;
}
.noticia-destacada .new-extracto {
  font-size: 15px;
  color: #555;
  text-align: justify;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .blog-grid.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .noticia-destacada .wrap {
    flex-direction: column;
  }
  .noticia-destacada .wrap .imagen,
  .noticia-destacada .wrap .info {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .blog-grid.grid-4, .blog-grid.grid-3, .blog-grid.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .listado-noticias__grid.grid2, .listado-noticias__grid.grid3, .listado-noticias__grid.grid4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.tabs-horizontal__wrap .tabs-nav {
  display: flex;
  width: max-content;
  margin: auto;
  border-bottom: 1px solid #E5E7EB;
  gap: 3rem;
}
.tabs-horizontal__wrap .tabs-nav .tab-item {
  border: 0;
  padding: 14px 0;
  padding-bottom: 20px;
  cursor: pointer;
  width: max-content;
  min-width: 100px;
  transition: all 0.3s linear;
  color: #a4a0a0;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tabs-horizontal__wrap .tabs-nav .tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: #17B70E;
  transition: all 0.3s;
}
.tabs-horizontal__wrap .tabs-nav .tab-item:hover {
  color: #17B70E;
}
.tabs-horizontal__wrap .tabs-nav .tab-item.active::before {
  width: 100%;
}
.tabs-horizontal__wrap .tabs-nav .tab-item.active {
  color: #17B70E;
}
.tabs-horizontal__wrap .tabs-nav .tab-item .nav-icono img {
  width: 24px;
  height: 24px;
}
.tabs-horizontal__contents .tabs-content {
  margin-top: 40px;
}
.tabs-horizontal__contents .tabs-content .tab-pane {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.tabs-horizontal__contents .tabs-content .tab-pane.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  position: relative;
  pointer-events: auto;
}
.tabs-horizontal__contents .tabs-content .tab-pane.animating-out {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

@media (max-width: 768px) {
  .tabs-horizontal__wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto !important;
  }
  .tabs-horizontal__wrap .tabs-nav {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 2rem;
    width: 100%;
    scrollbar-width: none;
  }
  .tabs-horizontal__wrap .tabs-nav::-webkit-scrollbar {
    height: 0 !important;
    display: none !important;
  }
  .tabs-horizontal__wrap .tabs-nav::-webkit-scrollbar-track {
    background: transparent !important;
  }
  .tabs-horizontal__wrap .tabs-nav::-webkit-scrollbar-thumb {
    background: transparent !important;
  }
  .tabs-horizontal__wrap .tabs-nav::-webkit-scrollbar-corner {
    background: transparent !important;
  }
  .tabs-horizontal__wrap .tabs-nav::-webkit-resizer {
    background: transparent !important;
  }
  .tabs-horizontal__wrap .tabs-nav {
    scrollbar-gutter: stable both-edges;
  }
  .tabs-horizontal__wrap .tabs-nav .tab-item {
    width: max-content;
    min-width: max-content;
    max-width: max-content;
  }
}
.tabs-vertical {
  background-color: #0E3D37;
}
.tabs-vertical__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
.tabs-vertical__wrap .tabs-nav {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 100px;
}
.tabs-vertical__wrap .tabs-nav .tab-item {
  border: 0;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.08);
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-header .col-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-icono {
  width: 40px;
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-icono svg {
  width: 40px;
  height: 40px;
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-title {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-link-rounded {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 20px;
  position: relative;
  pointer-events: none;
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-link-rounded i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.14);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-link-rounded .borde-punteado-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-link-rounded .borde-punteado-svg circle {
  stroke: rgba(255, 255, 255, 0.14);
  stroke-dasharray: 26 5;
  stroke-width: 4px;
  fill: none;
  transition: stroke-dasharray 0.3s ease;
}
.tabs-vertical__wrap .tabs-nav .tab-item .tab-item-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: all 0.3s ease;
}
.tabs-vertical__wrap .tabs-nav .tab-item .tab-item-content .nav-text {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}
.tabs-vertical__wrap .tabs-nav .tab-item .tab-item-content .nav-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tabs-vertical__wrap .tabs-nav .tab-item .tab-item-content .nav-galeria {
  display: none;
}
.tabs-vertical__wrap .tabs-nav .tab-item:hover .nav-link-rounded .borde-punteado-svg circle {
  stroke: #17B70E;
}
.tabs-vertical__wrap .tabs-nav .tab-item:hover .nav-link-rounded i {
  color: #17B70E;
  transform: rotate(0deg);
}
.tabs-vertical__wrap .tabs-nav .tab-item.active::before {
  width: 100%;
}
.tabs-vertical__wrap .tabs-nav .tab-item.active .tab-item-content {
  opacity: 1;
  visibility: visible;
  margin-top: 40px;
  height: auto;
}
.tabs-vertical__wrap .tabs-nav .tab-item.active .nav-link-rounded {
  pointer-events: auto;
}
.tabs-vertical__wrap .tabs-nav .tab-item.active .nav-link-rounded .borde-punteado-svg circle {
  stroke: #17B70E;
}
.tabs-vertical__wrap .tabs-nav .tab-item.active .nav-link-rounded i {
  color: #17B70E;
  transform: rotate(0deg);
}
.tabs-vertical__wrap .tabs-content-wrap {
  width: calc(100% - 400px - 5rem);
}
.tabs-vertical__wrap .tabs-content-wrap .tabs-content .tab-pane {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.tabs-vertical__wrap .tabs-content-wrap .tabs-content .tab-pane.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  position: relative;
  pointer-events: auto;
}
.tabs-vertical__wrap .tabs-content-wrap .tabs-content .tab-pane.animating-out {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.tabs-vertical__wrap .tabs-content-wrap .tabs-content .tab-pane .imagen {
  overflow: hidden;
  border-radius: 16px;
}
.tabs-vertical__wrap .tabs-content-wrap .tabs-content .tab-pane .imagen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.tabs-vertical__wrap .tabs-content-wrap .tabs-content__title {
  margin-top: 40px;
}
.tabs-vertical__wrap .tabs-content-wrap .tabs-content__title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #f2f2f2;
}
.tabs-vertical__wrap .tabs-content-wrap .tabs-content__btn {
  margin-top: 20px;
}
.tabs-vertical__wrap .tabs-content-wrap .tabs-content__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .tabs-vertical__wrap {
    flex-direction: column;
  }
  .tabs-vertical__wrap .tabs-nav {
    max-width: 100%;
    position: relative;
    top: auto;
  }
  .tabs-vertical__wrap .tabs-content-wrap {
    width: 100%;
  }
}
.card-imgtext {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.card-imgtext .card-imagen img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card-imgtext .card-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.card-imgtext .card-text {
  font-size: 15px;
  color: #fff;
  opacity: 0.7;
  line-height: 24px;
  margin-top: 20px;
}
.card-imgtext .card-boton {
  margin-top: 20px;
}

.page-cabecera {
  min-height: 300px;
}
.page-cabecera.sin-imagen {
  width: 100%;
  padding: 4rem 0;
  background: #0E3D37;
  background: linear-gradient(90deg, rgb(14, 61, 55) 0%, rgb(14, 61, 55) 35%, rgb(61, 101, 96) 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-cabecera.sin-imagen .container {
  position: relative;
}
.page-cabecera.padding-container {
  padding: 4rem;
}
.page-cabecera.con-imagen img {
  width: 100%;
  height: auto;
  display: block;
}
.page-cabecera__wrap {
  max-width: 60%;
}
.page-cabecera__wrap.mxw-70 {
  max-width: 70%;
}
.page-cabecera__wrap .text {
  padding-left: 20px;
  border-left: 4px solid #17B70E;
}
.page-cabecera__wrap .text h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
}
.page-cabecera__wrap .text p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  color: #fff;
  opacity: 0.7;
}
.page-cabecera__wrap .text .enlace-cabecera {
  margin-top: 30px;
}
.page-cabecera__vector {
  position: absolute;
  right: 0;
  top: 20px;
  height: auto;
  width: 38%;
  max-width: 500px;
  opacity: 0.35;
}
.page-cabecera__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.page-cabecera__overlay .overlay-text {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 0;
}
.page-cabecera__overlay .overlay-text .text {
  max-width: 50%;
}
.page-cabecera__overlay .overlay-text .text h1 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.page-cabecera__overlay .overlay-text .text p {
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px;
  color: #fff;
}

@media (max-width: 768px) {
  .page-cabecera__wrap {
    max-width: 100% !important;
  }
  .page-cabecera__wrap .text {
    max-width: 100% !important;
  }
  .page-cabecera__wrap .text h1 {
    font-size: 32px;
  }
  .page-cabecera__vector {
    width: 100%;
    right: -50%;
  }
  .page-cabecera__overlay .overlay-text .text {
    max-width: 100% !important;
  }
  .page-cabecera__overlay .overlay-text .text h1 {
    font-size: 32px;
  }
}
.cabecera-dinamica {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cabecera-dinamica .cabecera-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cabecera-dinamica .cabecera-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 40px;
  width: 100%;
  max-width: 70%;
  color: #fff;
}
.cabecera-dinamica .padding-container {
  padding: 40px;
  padding-right: 0;
}
.cabecera-dinamica::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.cabecera-dinamica h1 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.cabecera-dinamica p {
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px;
  color: #fff;
}
.cabecera-dinamica .enlace-cabecera {
  margin-top: 30px;
}

.tabs-text-img {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.tabs-text-img.center {
  align-items: center;
}
.tabs-text-img.start {
  align-items: flex-start;
}
.tabs-text-img.end {
  align-items: flex-end;
}
.tabs-text-img .texto-wrap {
  width: calc(50% - 2rem);
}
.tabs-text-img .imagen-wrap {
  width: calc(50% - 2rem);
}
.tabs-text-img .imagen-wrap .imagen {
  overflow: hidden;
  border-radius: 16px;
}
.tabs-text-img .imagen-wrap .imagen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.tabs-text-img .acordeon-wrap {
  width: calc(50% - 2rem);
}
.tabs-text-img.column {
  flex-direction: column;
}
.tabs-text-img.column .texto-wrap {
  width: 100%;
}
.tabs-text-img.column .imagen-wrap,
.tabs-text-img.column .acordeon-wrap {
  width: 100%;
}
.tabs-text-img.col-50 .texto-wrap {
  width: calc(50% - 2rem);
}
.tabs-text-img.col-50 .imagen-wrap {
  width: calc(50% - 2rem);
}
.tabs-text-img.col-50 .acordeon-wrap {
  width: calc(50% - 2rem);
}
.tabs-text-img.col-40-60 .texto-wrap {
  width: calc(40% - 2rem);
}
.tabs-text-img.col-40-60 .imagen-wrap {
  width: calc(60% - 2rem);
}
.tabs-text-img.col-40-60 .acordeon-wrap {
  width: calc(60% - 2rem);
}
.tabs-text-img.col-60-40 .texto-wrap {
  width: calc(60% - 2rem);
}
.tabs-text-img.col-60-40 .imagen-wrap {
  width: calc(40% - 2rem);
}
.tabs-text-img.col-60-40 .acordeon-wrap {
  width: calc(40% - 2rem);
}
.tabs-text-img.col-30-70 .texto-wrap {
  width: calc(30% - 2rem);
}
.tabs-text-img.col-30-70 .imagen-wrap {
  width: calc(70% - 2rem);
}
.tabs-text-img.col-30-70 .acordeon-wrap {
  width: calc(70% - 2rem);
}

@media (max-width: 768px) {
  .tabs-text-img {
    flex-direction: column;
  }
  .tabs-text-img .texto-wrap,
  .tabs-text-img .imagen-wrap,
  .tabs-text-img .acordeon-wrap {
    width: 100%;
  }
  .tabs-text-img.col-50 .texto-wrap,
  .tabs-text-img.col-50 .imagen-wrap,
  .tabs-text-img.col-50 .acordeon-wrap, .tabs-text-img.col-40-60 .texto-wrap,
  .tabs-text-img.col-40-60 .imagen-wrap,
  .tabs-text-img.col-40-60 .acordeon-wrap, .tabs-text-img.col-60-40 .texto-wrap,
  .tabs-text-img.col-60-40 .imagen-wrap,
  .tabs-text-img.col-60-40 .acordeon-wrap, .tabs-text-img.col-30-70 .texto-wrap,
  .tabs-text-img.col-30-70 .imagen-wrap,
  .tabs-text-img.col-30-70 .acordeon-wrap {
    width: 100%;
  }
}
.page-directivos__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.page-directivos__grid .page-directivos__item--frase {
  align-self: start;
  display: flex;
  align-items: center;
}
.page-directivos__grid.grid-item-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.page-directivos__grid.grid-item-2 .page-directivos__item--frase.span-2 {
  grid-column: 1/span 2;
  padding: 0 50px;
}
.page-directivos__grid.grid-item-2 .page-directivos__item--frase.span-1 {
  grid-column: span 1;
}
.page-directivos__grid.grid-item-3 {
  grid-template-columns: repeat(3, 1fr);
}
.page-directivos__grid.grid-item-3 .page-directivos__item--frase.span-3 {
  grid-column: 1/span 3;
}
.page-directivos__grid.grid-item-3 .page-directivos__item--frase.span-2 {
  grid-column: span 2;
}
.page-directivos__grid.grid-item-3 .page-directivos__item--frase.span-1 {
  grid-column: span 1;
}
.page-directivos__grid.grid-item-4 {
  grid-template-columns: repeat(4, 1fr);
}
.page-directivos__grid.grid-item-4 .page-directivos__item--frase.span-4 {
  grid-column: 1/span 4;
}
.page-directivos__grid.grid-item-4 .page-directivos__item--frase.span-3 {
  grid-column: span 3;
}
.page-directivos__grid.grid-item-4 .page-directivos__item--frase.span-2 {
  grid-column: span 2;
  padding: 50px;
}
.page-directivos__grid.grid-item-4 .page-directivos__item--frase.span-1 {
  grid-column: span 1;
}
.page-directivos__grid.grid-item-5 {
  grid-template-columns: repeat(5, 1fr);
}
.page-directivos__grid.grid-item-5 .page-directivos__item--frase.span-5 {
  grid-column: 1/span 5;
}
.page-directivos__grid.grid-item-5 .page-directivos__item--frase.span-4 {
  grid-column: span 4;
}
.page-directivos__grid.grid-item-5 .page-directivos__item--frase.span-3 {
  grid-column: span 3;
}
.page-directivos__grid.grid-item-5 .page-directivos__item--frase.span-2 {
  grid-column: span 2;
}
.page-directivos__grid.grid-item-5 .page-directivos__item--frase.span-1 {
  grid-column: span 1;
}
.page-directivos__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-directivos__item.row {
  flex-direction: row;
}
.page-directivos__item.row .page-directivos__foto {
  width: 230px;
}
.page-directivos__item.row .page-directivos__content {
  width: calc(100% - 230px - 1.5rem);
}
.page-directivos__item.row .page-directivos__cargo {
  margin-top: 20px;
}
.page-directivos__item:hover .page-directivos__foto img {
  transform: scale(1);
}
.page-directivos__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-directivos__foto {
  overflow: hidden;
  border-radius: 16px;
}
.page-directivos__foto img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(1.03);
}
.page-directivos__cargo {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #17B70E;
}
.page-directivos__nombre {
  font-size: 18px;
  font-weight: 600;
  color: #0E3D37;
}
.page-directivos__logo {
  margin-bottom: 20px;
}
.page-directivos__logo img {
  width: 150px;
  height: auto;
  display: block;
}
.page-directivos__descripcion {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.page-directivos__redes {
  display: flex;
  gap: 1rem;
  margin-top: auto;
  padding-top: 26px;
}
.page-directivos__redes a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
}
.page-directivos__redes a i {
  font-size: 18px;
  color: rgba(23, 183, 14, 0.7);
}
.page-directivos__redes a .borde-punteado-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-directivos__redes a .borde-punteado-svg circle {
  stroke: rgba(23, 183, 14, 0.7);
  stroke-dasharray: 26 5;
  stroke-width: 4px;
  fill: none;
  transition: stroke-dasharray 0.3s ease;
}
.page-directivos__redes a:hover .borde-punteado-svg circle {
  stroke-dasharray: 0;
  stroke: #17B70E;
}
.page-directivos__redes a:hover i {
  color: #17B70E;
}

@media screen and (max-width: 768px) {
  .page-directivos__grid {
    grid-template-columns: 1fr !important;
  }
  .page-directivos__grid .page-directivos__item--frase {
    grid-column: span 1 !important;
    padding: 0 !important;
  }
  .page-directivos__item.row {
    flex-direction: column;
  }
  .page-directivos__item.row .page-directivos__foto,
  .page-directivos__item.row .page-directivos__content {
    width: 100%;
  }
}
.modal-directivo__header {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.modal-directivo__header .imagen {
  width: 180px;
}
.modal-directivo__header .imagen img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
.modal-directivo__header .info {
  width: calc(100% - 180px - 3rem);
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.modal-directivo__cargo {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #17B70E;
}
.modal-directivo__nombre {
  font-size: 20px;
  font-weight: 600;
  color: #0E3D37;
  max-width: 200px;
}
.modal-directivo__redes {
  display: flex;
  gap: 1rem;
  margin-top: auto;
  padding-top: 26px;
}
.modal-directivo__redes a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
}
.modal-directivo__redes a i {
  font-size: 18px;
  color: rgba(23, 183, 14, 0.7);
}
.modal-directivo__redes a .borde-punteado-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-directivo__redes a .borde-punteado-svg circle {
  stroke: rgba(23, 183, 14, 0.7);
  stroke-dasharray: 26 5;
  stroke-width: 4px;
  fill: none;
  transition: stroke-dasharray 0.3s ease;
}
.modal-directivo__redes a:hover .borde-punteado-svg circle {
  stroke-dasharray: 0;
  stroke: #17B70E;
}
.modal-directivo__redes a:hover i {
  color: #17B70E;
}
.modal-directivo__logo {
  margin-bottom: 20px;
}
.modal-directivo__logo img {
  width: 150px !important;
  height: auto !important;
  display: block;
}

@media screen and (max-width: 768px) {
  .modal-directivo__header {
    flex-direction: column;
    gap: 3rem;
  }
  .modal-directivo__header .imagen,
  .modal-directivo__header .info {
    width: 100%;
    margin: 0;
  }
}
.page-timeline .timeline-years {
  padding-bottom: 60px;
}
.page-timeline .timeline-years::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #17B70E;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.page-timeline .timeline-years .year {
  font-size: 60px;
  font-weight: 400;
  color: #0E3D37;
  opacity: 0.3;
  transition: 0.3s;
  cursor: pointer;
}
.page-timeline .timeline-years .dot {
  width: 26px;
  height: 26px;
  border: 2px solid #17B70E;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: -55px;
  left: 55px;
  display: inline-flex;
  cursor: pointer;
}
.page-timeline .timeline-years .dot::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #17B70E;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
}
.page-timeline .timeline-years .swiper-slide-active .year {
  opacity: 1;
}
.page-timeline .timeline-years .swiper-slide-active .dot::before {
  transform: translate(-50%, -50%) scale(1);
}
.page-timeline .timeline-line {
  width: 100%;
  height: 2px;
  background: #17B70E;
  margin: 20px 0 40px;
}
.page-timeline .timeline-contents-wrap {
  margin-top: 60px;
  padding-top: 10px;
}
.page-timeline .timeline-contents-wrap .js-content-swiper {
  max-width: 900px;
  margin: auto;
}
.page-timeline .timeline-content .content-wrap {
  display: flex;
  gap: 2rem;
}
.page-timeline .timeline-content .content-wrap .description, .page-timeline .timeline-content .content-wrap .imagen {
  width: calc(50% - 1rem);
}

@media screen and (max-width: 1024px) {
  .page-timeline .timeline-contents-wrap {
    margin-top: 40px;
    padding-top: 80px;
  }
  .page-timeline .timeline-contents-wrap .timeline-content .content-wrap {
    flex-direction: column;
  }
  .page-timeline .timeline-contents-wrap .timeline-content .content-wrap .description, .page-timeline .timeline-contents-wrap .timeline-content .content-wrap .imagen {
    width: 100%;
  }
}
.page-cards-feature {
  background-color: #0E3D37;
}

.cards-feature {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.cards-feature__principal .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.cards-feature__principal .cards-grid .card-item {
  grid-column: 1;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 20px;
}
.cards-feature__principal .cards-grid .card-item .align-center {
  text-align: center;
}
.cards-feature__principal .cards-grid .card-item.card-item-feature {
  grid-column: 1/span 2;
}
.cards-feature__principal .cards-grid .card-item.card-item-frase {
  background-color: transparent;
  grid-column: 3/span 1;
}
.cards-feature__principal .cards-grid .card-item.card-item-frase .frase {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
}
.cards-feature__principal .cards-grid .card-item .item-btn {
  margin-top: 40px;
}
.cards-feature__principal .cards-grid .card-item .item-icono {
  margin-bottom: 30px;
}
.cards-feature__principal .cards-grid .card-item .item-icono img {
  width: 80px;
  height: 80px;
}
.cards-feature__principal .cards-grid .card-item .item-text {
  color: #fff;
  opacity: 0.7;
  margin-top: 20px;
  font-size: 15px;
}
.cards-feature__principal .cards-grid .card-item .item-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #17B70E;
  margin-bottom: 5px;
}
.cards-feature__principal .cards-grid .card-item .item-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.cards-feature__lista {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.cards-feature__lista .item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cards-feature__lista .item.align-center {
  align-items: center;
  text-align: center;
}
.cards-feature__lista .item .item-header {
  margin-bottom: 20px;
}
.cards-feature__lista .item .item-footer {
  margin-top: 40px;
}
.cards-feature__lista .item .item-icono {
  margin-bottom: 30px;
}
.cards-feature__lista .item .item-icono img {
  width: 50px;
  height: 50px;
}
.cards-feature__lista .item .item-text {
  color: #fff;
  opacity: 0.7;
  margin-top: 20px;
  font-size: 15px;
}
.cards-feature__lista .item .item-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #17B70E;
  margin-bottom: 5px;
}
.cards-feature__lista .item .item-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-cards-feature .cards-feature__principal .cards-grid {
    grid-template-columns: 1fr !important;
  }
  .page-cards-feature .cards-feature__principal .cards-grid .card-item.card-item-feature, .page-cards-feature .cards-feature__principal .cards-grid .card-item.card-item-frase {
    grid-column: span 1 !important;
  }
  .page-cards-feature .cards-feature__lista {
    grid-template-columns: 1fr !important;
  }
}
.page-alianzas {
  background-color: #F4F5F6;
}
.page-alianzas .grid-alianzas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.page-alianzas .grid-alianzas .grid-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-alianzas .grid-alianzas .grid-item.grid-item--frase {
  background-color: transparent;
  justify-content: center;
  align-items: center;
}
.page-alianzas .grid-alianzas .grid-item.grid-item--frase.span-3 {
  grid-column: 1/span 3;
}
.page-alianzas .grid-alianzas .grid-item.grid-item--frase.span-2 {
  grid-column: span 2;
  padding: 30px 60px;
}
.page-alianzas .grid-alianzas .grid-item.grid-item--frase.span-1 {
  grid-column: span 1;
}
.page-alianzas .grid-alianzas .grid-item .content {
  margin-bottom: 20px;
}
.page-alianzas .grid-alianzas .grid-item .content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0E3D37;
}
.page-alianzas .grid-alianzas .grid-item .content p {
  color: #555;
  opacity: 0.7;
  margin-top: 20px;
  font-size: 15px;
}
.page-alianzas .grid-alianzas .grid-item .logo {
  margin-top: 40px;
}
.page-alianzas .grid-alianzas .grid-item .logo img {
  max-width: 200px;
  height: auto;
}
.page-alianzas .grid-alianzas .grid-item .text-frase {
  color: #0E3D37;
  font-size: 33px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .page-alianzas .grid-alianzas {
    grid-template-columns: 1fr !important;
  }
  .page-alianzas .grid-alianzas .grid-item.grid-item--frase {
    grid-column: span 1 !important;
    padding: 30px !important;
  }
}
.page-services-socios {
  background-color: #F4F5F6;
}

.cards-services {
  display: grid;
  gap: 2rem;
}
.cards-services.items-cards-1 {
  grid-template-columns: 1fr;
}
.cards-services.items-cards-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cards-services.items-cards-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cards-services.items-cards-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cards-services__item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
}
.cards-services__item .item-icono img {
  width: 60px;
  height: auto;
}
.cards-services__item .item-titulo {
  font-size: 22px;
  color: #17B70E;
  font-weight: 600;
}
.cards-services__item .item-text {
  margin-top: 20px;
  color: #555;
  font-size: 15px;
}
.cards-services.align-item-center .cards-services__item {
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  .cards-services {
    grid-template-columns: 1fr !important;
  }
}
.memberships {
  background: #0E3D37;
  background: linear-gradient(90deg, rgb(14, 61, 55) 0%, rgb(14, 61, 55) 35%, rgb(61, 101, 96) 100%);
}
.memberships .membership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.memberships .membership-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid transparent;
  cursor: pointer;
}
.memberships .membership-item .etiqueta-proximamente {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #17B70E;
  border: 1px solid #17B70E;
  border-radius: 0 14px 0px 14px;
}
.memberships .membership-item .etiqueta {
  font-size: 16px;
  color: #17B70E;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.memberships .membership-item .nombre {
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.memberships .membership-item .detalles {
  margin-top: 40px;
}
.memberships .membership-item .wp-content h1, .memberships .membership-item .wp-content h2, .memberships .membership-item .wp-content h3, .memberships .membership-item .wp-content h4, .memberships .membership-item .wp-content h5, .memberships .membership-item .wp-content h6, .memberships .membership-item .wp-content p, .memberships .membership-item .wp-content li {
  color: #fff !important;
  font-size: 15px !important;
  opacity: 0.7;
}
.memberships .membership-item .boton {
  margin-top: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.memberships .membership-item:hover {
  border-color: #17B70E;
}
.memberships .membership-item:hover .boton {
  visibility: visible;
  opacity: 1;
}
.memberships .membership-item.active {
  border-color: #17B70E;
}
.memberships__frase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.memberships__frase .col {
  width: calc(50% - 1.5rem);
}
.memberships__frase .frase {
  color: #fff;
  margin: 0;
}
.memberships__frase .button {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .memberships__frase {
    flex-direction: column;
  }
  .memberships__frase .col {
    width: 100%;
  }
  .memberships__frase .button {
    justify-content: center;
    margin-top: 20px;
  }
  .memberships__frase .frase {
    text-align: center;
  }
  .memberships .membership-grid {
    grid-template-columns: 1fr !important;
  }
  .memberships .membership-grid .membership-item .boton {
    visibility: visible;
    opacity: 1;
  }
}
.imagen-text-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.imagen-text-overlay.bg-all {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
}
.imagen-text-overlay .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.imagen-text-overlay .wrap.no-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.imagen-text-overlay .wrap.padding {
  padding: 50px;
}
.imagen-text-overlay .wrap .overlay-text {
  max-width: 600px;
}
.imagen-text-overlay .wrap .overlay-text .titulo {
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
}
.imagen-text-overlay .wrap .overlay-text .titulo small {
  font-weight: 300;
}
.imagen-text-overlay .wrap .overlay-text .texto {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.imagen-text-overlay .wrap .overlay-cards {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
.imagen-text-overlay .wrap .overlay-cards .card-item {
  padding: 20px;
  border-radius: 16px;
  min-width: 250px;
  max-width: 300px;
  background-color: #fff;
  position: relative;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto-descripcion {
  font-size: 13px;
  color: #17B70E;
  font-weight: 300;
  margin-top: 10px;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto-destacado {
  font-size: 22px;
  font-weight: bold;
  color: #0E3D37;
  display: block;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto-secundario {
  color: #17B70E;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto-secundario small {
  font-weight: 400;
  font-size: 20px;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto .card-numero {
  display: flex;
  align-items: flex-end;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto .card-numero .numero-principal {
  font-size: 5rem;
  color: #0E3D37;
  font-weight: 500;
  line-height: 1;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto .card-numero .numero-principal i {
  font-size: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto .card-numero .etiqueta-pequena {
  font-size: 20px;
  font-weight: 300;
  color: #0E3D37;
  position: relative;
  margin-bottom: 10px;
}

.contact-form__wrap {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.contact-form__wrap .left, .contact-form__wrap .right {
  width: calc(50% - 2rem);
}

.contact-info__text {
  color: #555;
  font-size: 15px;
  line-height: 24px;
}
.contact-info__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-info__items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.contact-info__items .item .icon {
  width: 24px;
  height: 24px;
}
.contact-info__items .item .icon svg {
  width: 24px;
  height: 24px;
}
.contact-info__items .item .icon svg path, .contact-info__items .item .icon svg circle {
  fill: #17B70E;
}
.contact-info__items .item .content {
  width: calc(100% - 24px - 10px);
}
.contact-info__items .item .content h4 {
  font-weight: 500;
  font-size: 16px;
  color: #0E3D37;
}
.contact-info__items .item a {
  color: #0E3D37;
}

@media (max-width: 768px) {
  .contact-form__wrap {
    flex-direction: column;
  }
  .contact-form__wrap .left, .contact-form__wrap .right {
    width: 100%;
  }
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox-label p {
  width: calc(100% - 20px - 10px);
  font-size: 14px;
  color: #6a6767;
  cursor: pointer;
  user-select: none;
}
.checkbox-label p a {
  color: #ccc;
  text-decoration: underline;
}
.checkbox-label .checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #6a6767;
  border-radius: 5px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.checkbox-label .checkbox:before {
  content: "";
  background-color: #17B70E;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.checkbox-label .checkbox:checked {
  border-color: #17B70E;
}
.checkbox-label .checkbox:checked:before {
  transform: translate(-50%, -50%) scale(1);
}

form, form input, form textarea {
  font-family: "Montserrat", sans-serif;
}

span.error-message {
  font-size: 13px;
  color: #dc3545;
  opacity: 1;
  margin-top: 4px;
  position: relative;
  display: block;
}

.form__group {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.form__label {
  font-size: 14px;
  color: #a7a7a7;
  margin-bottom: 8px;
  display: block;
  font-weight: 400;
}
.form__label span {
  color: var(--color-danger);
}
.form__control {
  width: 100%;
  height: 50px;
  line-height: 28px;
  padding: 0 1.3rem;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
  color: var(--color-text);
  transition: 0.3s ease;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  appearance: none;
}
.form__control::placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 15px;
}
.form__control.readonly {
  background-color: #ddd;
  user-select: none;
  cursor: not-allowed;
  pointer-events: none;
  color: #6d6d6d;
}
.form__control:hover, .form__control:focus {
  outline: none;
  border-color: rgba(14, 61, 55, 0.7);
  box-shadow: 0 0 0 4px rgba(14, 61, 55, 0.1);
}
.form__control_error {
  border-color: #dc3545;
}
.form__control_error:hover, .form__control_error:focus {
  outline: none;
  border-color: rgba(220, 53, 69, 0.7);
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1);
}
.form__control[type=number] {
  appearance: textfield;
}
.form__control[type=number]::-webkit-inner-spin-button, .form__control[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form__select_down {
  position: absolute;
  top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  right: 10px;
}
.form__select_down svg {
  width: 18px;
  height: 18px;
}
.form__select_down svg g {
  fill: #b9b9b9;
}
.form .form__group select.form__control {
  color: #aaa;
}
.form__textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  max-height: 200px;
  padding: 20px !important;
}
.form__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 25px;
}
.form__row .form__group {
  margin-bottom: 0;
  width: calc(50% - 1rem);
}
.form__control_icon {
  position: absolute;
  top: 17px;
  right: 0;
  font-size: 18px;
  padding: 0 10px;
  color: #b9b9b9;
  cursor: pointer;
}
.form__control_icon:hover {
  color: #787878;
}
.form__control_password {
  font-size: 30px;
  font-weight: 700;
}
.form__control_password::placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 15px;
}
.form__readonly {
  background-color: rgba(17, 52, 76, 0.1098039216);
  opacity: 0.7;
}
.form__error {
  font-size: 13px;
  color: #dc3545;
  opacity: 1;
  margin-top: 4px;
  position: relative;
  display: block;
  font-weight: 400;
}
.form__subtitle {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0E3D37;
  font-weight: 600;
}
.form__subtitle.subtitle-md {
  font-size: 16px;
}
.form__text {
  font-size: 15px;
  color: #555;
  font-weight: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.form__radio-inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  padding: 0.25rem;
  width: 100%;
  font-size: 14px;
}
.form__radio-inputs .radio {
  flex: 1 1 auto;
  text-align: center;
}
.form__radio-inputs .radio input {
  display: none;
}
.form__radio-inputs .radio input:checked + .name {
  background-color: #fff;
  font-weight: 600;
}
.form__radio-inputs .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: none;
  font-weight: 400;
  padding: 0.8rem 0;
  color: rgb(51, 65, 85);
  transition: all 0.15s ease-in-out;
}
.form__notice {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  opacity: 0.7;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.form__notice i {
  margin-top: 5px;
  font-size: 18px;
}

.events-grid {
  display: grid;
  gap: 2rem;
}
.events-grid.max-grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.events-grid.grid-4 {
  grid-template-columns: repeat(4t, 1fr);
}
.events-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.events-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.events-grid.grid-1 {
  grid-template-columns: 1fr;
}

.events-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.events-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.events-item__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  transform: scale(1.02);
  transition: all 0.3s ease;
}
.events-item__date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.events-item__date svg {
  width: 20px;
  height: 20px;
}
.events-item__date svg path, .events-item__date svg circle {
  fill: #A5A5A5;
}
.events-item__date span {
  color: #A5A5A5;
  font-size: 14px;
}
.events-item__title {
  font-size: 20px;
  font-weight: 500;
  color: #0E3D37;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.events-item__btn {
  margin-top: 25px;
}
.events-item .evento-etiqueta {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  z-index: 5;
}
.events-item .evento-etiqueta.etiqueta-actual {
  background-color: #e4e4e4;
  color: #17B70E;
}
.events-item .evento-etiqueta.etiqueta-proximamente {
  background: #17B70E;
}
.events-item .evento-etiqueta.etiqueta-finalizado {
  background-color: #dc3545;
  color: #fff;
}
.events-item:hover .events-item__title {
  text-decoration: underline;
}
.events-item:hover .events-item__image img {
  transform: scale(1);
}
.events-item.events-animate {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fade-in {
  opacity: 1;
  transform: scale(1);
}

.fade-out {
  opacity: 0;
  transform: scale(0.95);
}

.eventos-filtros {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.eventos-filtros .filtro-item {
  position: relative;
}
.eventos-filtros .filtro-item select {
  background-color: #F4F5F6;
  padding: 0 20px;
  height: 48px;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  padding-right: 60px;
  appearance: none;
  border: 2px solid transparent;
  color: #0E3D37;
  font-size: 15px;
}
.eventos-filtros .filtro-item select:focus, .eventos-filtros .filtro-item select:hover {
  outline: none;
  border-color: rgba(14, 61, 55, 0.7);
  box-shadow: 0 0 0 4px rgba(14, 61, 55, 0.1);
}
.eventos-filtros .filtro-item i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #17B70E;
  pointer-events: none;
}

.events-detalles__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
.events-detalles .galeria-wrap,
.events-detalles .detalles-wrap {
  width: calc(50% - 2rem);
}
.events-detalles .single-etiquetas {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.events-detalles .single-etiquetas .etiqueta {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.events-detalles .single-etiquetas .etiqueta.etiqueta-actual {
  background-color: #e4e4e4;
  color: #17B70E;
}
.events-detalles .single-etiquetas .etiqueta.etiqueta-proximamente {
  background: #17B70E;
}
.events-detalles .single-etiquetas .etiqueta.etiqueta-finalizado {
  background-color: #dc3545;
  color: #fff;
}
.events-detalles .single-etiquetas .etiqueta.etiqueta-tax {
  background-color: #F4F5F6;
  color: #0E3D37;
}
.events-detalles .galeria-wrap {
  position: sticky;
  top: 100px;
}
.events-detalles .single-title {
  font-size: 33px;
  color: #0E3D37;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}
.events-detalles .single-title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #17B70E;
  left: 0;
  bottom: 0;
}
.events-detalles .single-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.events-detalles .single-items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.events-detalles .single-items .item svg {
  width: 25px;
  height: 25px;
}
.events-detalles .single-items .item svg path, .events-detalles .single-items .item svg circle {
  fill: #17B70E;
}
.events-detalles .single-items .item span {
  display: inline-block;
  width: calc(100% - 25px - 10px);
  color: #0E3D37;
  font-size: 15px;
  font-weight: 600;
}
.events-detalles hr {
  width: 100%;
  height: 1px;
  border: none;
  margin: 40px 0;
  background-color: #e4e4e4;
}
.events-detalles .single-btn {
  margin-top: 50px;
}

.events-related {
  background-color: #F4F5F6;
}

@media (max-width: 768px) {
  .events-grid {
    grid-template-columns: 1fr !important;
    gap: 3rem;
  }
  .events-detalles__wrap {
    flex-direction: column;
  }
  .events-detalles .galeria-wrap,
  .events-detalles .detalles-wrap {
    width: 100%;
  }
  .events-detalles .galeria-wrap {
    position: static;
    top: auto;
  }
  .eventos-filtros {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .eventos-filtros .filtro-item {
    width: 100%;
  }
  .eventos-filtros .filtro-item select {
    width: 100%;
  }
}
.adw-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}

.adw-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.adw-modal::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
}

.adw-modal__content {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  z-index: 2;
  position: relative;
  transform: translateY(-100px);
  transition: transform 0.4s ease-in-out;
}

.adw-modal.active .adw-modal__content {
  transform: translateY(0);
}

.adw-js-modal-close {
  position: absolute;
  right: 50px;
  top: 30px;
  background-color: transparent;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.adw-js-modal-close svg {
  width: 30px;
  height: 30px;
  fill: #0E3D37;
}

.adw-modal__body {
  padding-right: 100px;
}
.adw-modal__body form div {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.adw-modal__body form input[type=text] {
  flex: 1;
  background-color: #f2f2f2;
  color: #555;
  height: 50px;
  border: 2px solid transparent;
  padding: 0 20px;
  outline: 0;
  font-size: 16px;
  color: #000;
}
.adw-modal__body form input[type=text]:focus {
  border-color: #000;
}
.adw-modal__body form #searchsubmit {
  flex: 0 0 auto;
  border: none;
  background-color: #000;
  cursor: pointer;
  outline: 0;
  color: #fff;
  height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
* MODAL CENTER  
*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  animation: fadeIn 0.3s ease;
  padding: 20px;
}

.modal-content {
  margin: 50px auto;
  max-width: 580px;
  background-color: #fff;
  border-radius: 20px;
  animation: slideUp 0.3s ease;
  position: relative;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0E3D37;
  color: #fff;
}

.modal__imagen_header {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #F4F5F6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.modal__imagen_header img {
  width: auto;
  height: 55px;
  display: block;
}

.modal-body.content-text {
  padding: 40px 20px;
}

.modal-body img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*# sourceMappingURL=main.css.map */
