@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

a {
  text-decoration: none;
  color: #eaac07;
}

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-secondary {
  color: #eaac07 !important;
}

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

.alert {
  padding: 6px 10px;
  margin-top: 20px;
  color: white;
  font-size: 14px;
  border-radius: 5px;
}
.alert-error {
  background-color: #dc3545;
}

.seguimiento-result {
  margin-top: 40px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.seguimiento-result p {
  color: #555;
}
.seguimiento-result p strong {
  color: #007864;
}
.seguimiento-result .estado {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}
.seguimiento-result .estado.pendiente {
  background: #d9534f;
  color: #fff;
}
.seguimiento-result .estado.revision {
  background: #f0ad4e;
  color: #fff;
}
.seguimiento-result .estado.atendida {
  background: #5cb85c;
  color: #fff;
}
.seguimiento-result .estado.cerrada {
  background-color: #777;
  color: #fff;
}

@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;
  }
}
.copy-right {
  background-color: #000;
  padding: 20px 0;
}
.copy-right .text {
  width: 100%;
  text-align: center;
}
.copy-right .text p {
  color: #B1B1B1;
  font-size: 14px;
}

.footer {
  background-color: #21211f;
  padding: 60px 0;
}
.footer__logo {
  margin-bottom: 50px;
}
.footer__logo img {
  max-width: 320px;
  width: 80%;
  height: auto;
  display: block;
}
.footer__redes {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 50px;
}
.footer__redes a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  color: #eaac07;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}
.footer__redes a:hover {
  background-color: #eaac07;
  color: #000;
}
.footer__info-contacto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.footer__info-contacto .contacto-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer__info-contacto .contato-title {
  font-size: 14px;
  color: #eaac07;
  margin-bottom: 30px;
  font-weight: 300;
}
.footer__info-contacto .contacto-valor {
  font-size: 17px;
  color: #f4f4f4;
  font-weight: 400;
}
.footer__hr {
  margin: 50px 0;
  border: none;
  width: 100%;
  height: 1px;
  background-color: #4A4A49;
}
.footer__menus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.footer__menus .menu-title {
  font-size: 14px;
  color: #eaac07;
  margin-bottom: 30px;
  font-weight: 300;
}
.footer__menus .nav-container ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__menus .nav-container ul li {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.footer__menus .nav-container ul li a {
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 400;
}
.footer__menus .nav-container ul li:hover {
  border-left: 1px solid #eaac07;
  padding-left: 10px;
}
.footer__menus .nav-container ul li:hover a {
  color: #eaac07;
}

@media (max-width: 1024px) {
  .footer__info-contacto {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer__menus {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: none;
  }
  .footer__hr {
    display: none;
  }
}
.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;
}
.header__menu .nav-container > ul > li.current-menu-item a {
  color: #eaac07;
}
.header__menu .nav-container > ul > li:hover .mega-submenu {
  display: flex;
}
.header__menu .nav-container > ul li a {
  font-size: 15px;
  color: #21211f;
  display: inline-flex;
}
.header__menu .nav-container > ul li a:hover {
  color: #eaac07;
}
.header__menu .nav-container > ul .mega-submenu {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  padding-right: 20px;
  margin-top: -10px;
  border-radius: 6px;
  display: none;
  flex-direction: row-reverse;
  left: 0;
  gap: 1rem;
  top: 100%;
  width: max-content;
}
.header__menu .nav-container > ul .mega-submenu.open-left {
  left: auto;
  right: 0;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 0;
}
.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: -6px;
  left: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.header__menu .nav-container > ul .mega-submenu.open-left::before {
  left: auto;
  right: 20px;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li {
  padding: 0 20px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li.current-menu-item {
  border-left: 3px solid #eaac07;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li.current-menu-item a {
  color: #eaac07;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li a {
  font-size: 14px;
  color: #21211f;
  padding: 8px 0;
  display: block;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li a:hover {
  color: #eaac07;
}
.header__menu .nav-container > ul .mega-submenu .sub-menu li:hover {
  border-left: 3px solid #eaac07;
}
.header__menu .nav-container > ul .mega-submenu.open-left .sub-menu li {
  text-align: right;
  border-left: none;
  border-right: 3px solid transparent;
}
.header__menu .nav-container > ul .mega-submenu.open-left .sub-menu li:hover {
  border-right: 3px solid #eaac07;
}
.header__menu .nav-container > ul .mega-submenu.no-imagen {
  padding-right: 0;
  padding-left: 0;
}
.header__barra {
  background-color: #eaac07;
}
.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: #007864;
}
.header__barra .nav-container ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.header__barra .nav-container ul li a:hover {
  color: #007864;
}
.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: #21211f;
  }
  .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: #21211f;
    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: #eaac07;
  }
  .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: #21211f;
    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;
}
.wp-content p + p {
  margin-top: 1rem;
}
.wp-content p.texto-grande {
  font-size: 40px;
}
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 {
  margin-bottom: 1rem;
  color: #21211f;
}
.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;
}
.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;
}
.wp-content ul li,
.wp-content ol li {
  margin-bottom: 1em;
  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: #21211f;
}
.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.15em;
  font-size: 20px;
  color: #007864;
}
.wp-content a {
  text-decoration: underline;
}
.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 #007864;
  padding: 0.5rem;
  padding-left: 1rem;
  margin: 1em 0;
  font-style: italic;
  color: #007864;
  background-color: #ecf8f6;
}
.wp-content img {
  border-radius: 16px !important;
}

@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.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;
}

@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;
  }
  .html-botones {
    gap: 2rem;
  }
}
.accordion__item {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8117647059);
}

.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: #21211f;
  border-radius: 4px;
  font-weight: 600;
}

.accordion__content {
  padding: 2em;
  display: none;
}

.accordion__content[hidden] {
  display: none;
}

.accordion__trigger .icon {
  transition: transform 0.3s ease;
  color: #555;
}

.accordion__trigger[aria-expanded=true] .icon {
  transform: rotate(180deg);
}

.accordion__trigger[aria-expanded=true] {
  background-color: #007864;
  color: #fff;
}
.accordion__trigger[aria-expanded=true] .icon {
  color: #fff;
}

/* 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;
  max-width: 70%;
}
.banner-video-content .icono img {
  width: 100px;
  height: auto;
}
.banner-video-content .titulo h1, .banner-video-content .titulo h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  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 .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 screen and (max-width: 1300px) {
  .banner-video-content .wrap {
    max-width: 50%;
  }
}
@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: #eaac07;
}
.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: #eaac07;
}
.link-white.hover-secondary:hover::after {
  background-color: #eaac07;
}
.link-white.hover-primary:hover {
  color: #007864;
}
.link-white.hover-primary:hover::after {
  background-color: #007864;
}
.link-white.hover-black:hover {
  color: #21211f;
}
.link-white.hover-black:hover::after {
  background-color: #21211f;
}

.link-black {
  color: #000;
}
.link-black::before {
  background-color: #E6E6E6;
}
.link-black::after {
  background-color: #eaac07;
}
.link-black:hover {
  color: #eaac07;
}
.link-black.hover-secondary:hover {
  color: #eaac07;
}
.link-black.hover-secondary:hover::after {
  background-color: #eaac07;
}
.link-black.hover-primary:hover {
  color: #007864;
}
.link-black.hover-primary:hover::after {
  background-color: #007864;
}
.link-black.hover-white:hover {
  color: #fff;
}
.link-black.hover-white:hover::after {
  background-color: #fff;
}
.link-black.hover-black:hover {
  color: #21211f;
}
.link-black.hover-black:hover::after {
  background-color: #21211f;
}

.link-secondary {
  color: #eaac07;
}
.link-secondary::before {
  background-color: #E6E6E6;
}
.link-secondary::after {
  background-color: #007864;
}
.link-secondary:hover {
  color: #007864;
}
.link-secondary.hover-black:hover {
  color: #21211f;
}
.link-secondary.hover-black:hover::after {
  background-color: #21211f;
}
.link-secondary.hover-primary:hover {
  color: #007864;
}
.link-secondary.hover-primary:hover::after {
  background-color: #007864;
}
.link-secondary.hover-white:hover {
  color: #fff;
}
.link-secondary.hover-white:hover::after {
  background-color: #fff;
}
.link-secondary.hover-secondary:hover {
  color: #eaac07;
}
.link-secondary.hover-secondary:hover::after {
  background-color: #eaac07;
}

.link-primary {
  color: #007864;
}
.link-primary::before {
  background-color: #E6E6E6;
}
.link-primary::after {
  background-color: #eaac07;
}
.link-primary:hover {
  color: #eaac07;
}
.link-primary.hover-black:hover {
  color: #21211f;
}
.link-primary.hover-black:hover::after {
  background-color: #21211f;
}
.link-primary.hover-secondary:hover {
  color: #eaac07;
}
.link-primary.hover-secondary:hover::after {
  background-color: #eaac07;
}
.link-primary.hover-white:hover {
  color: #fff;
}
.link-primary.hover-white:hover::after {
  background-color: #fff;
}
.link-primary.hover-primary:hover {
  color: #007864;
}
.link-primary.hover-primary:hover::after {
  background-color: #007864;
}

.btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  height: 48px;
  padding-left: 20px;
  transition: all 0.3s;
  box-sizing: border-box;
}
.btn.pd-right {
  padding-right: 20px !important;
}
.btn span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  box-sizing: border-box;
}
.btn span i {
  transition: all 0.3s;
  transform: rotate(-45deg);
  font-size: 20px;
}
.btn:hover i {
  transform: rotate(0);
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.btn-secondary {
  background-color: #eaac07;
  color: #fff;
}
.btn-secondary span {
  background-color: #007864;
}
.btn-secondary span i {
  color: #fff;
}
.btn-secondary:hover {
  background-color: #007864;
}
.btn-secondary.hover-white:hover {
  background-color: #fff;
  color: #eaac07;
}
.btn-secondary.hover-white:hover span {
  background-color: #fff;
}
.btn-secondary.hover-white:hover span i {
  color: #eaac07;
}
.btn-secondary.hover-secondary:hover {
  background-color: #eaac07;
  color: #fff;
}
.btn-secondary.hover-secondary:hover span {
  background-color: #eaac07;
}
.btn-secondary.hover-secondary:hover span i {
  color: #fff;
}
.btn-secondary.hover-black:hover {
  background-color: #21211f;
  color: #fff;
}
.btn-secondary.hover-black:hover span {
  background-color: #21211f;
}
.btn-secondary.hover-black:hover span i {
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #21211f;
}
.btn-white span {
  background-color: #21211f;
}
.btn-white span i {
  color: #fff;
}
.btn-white:hover {
  background-color: #21211f;
  color: #fff;
}
.btn-white.hover-dark:hover {
  background-color: #21211f;
  color: #fff;
}
.btn-white.hover-dark:hover span {
  background-color: #fff;
}
.btn-white.hover-dark:hover span i {
  color: #21211f;
}
.btn-white.hover-primary:hover {
  background-color: #007864;
  color: #fff;
}
.btn-white.hover-primary:hover span {
  background-color: #007864;
}
.btn-white.hover-primary:hover span i {
  color: #fff;
}
.btn-white.hover-secondary:hover {
  background-color: #eaac07;
  color: #fff;
}
.btn-white.hover-secondary:hover span {
  background-color: #eaac07;
}
.btn-white.hover-secondary:hover span i {
  color: #fff;
}
.btn-white.hover-white:hover {
  background-color: #fff;
  color: #21211f;
}
.btn-white.hover-white:hover span {
  background-color: #fff;
}
.btn-white.hover-white:hover span i {
  color: #21211f;
}

.btn-black {
  background-color: #21211f;
  color: #fff;
}
.btn-black span {
  background-color: #fff;
}
.btn-black span i {
  color: #21211f;
}
.btn-black:hover {
  background-color: #fff;
  color: #21211f;
}
.btn-black.hover-white:hover {
  background-color: #fff;
  color: #21211f;
}
.btn-black.hover-white:hover span {
  background-color: #21211f;
}
.btn-black.hover-white:hover span i {
  color: #fff;
}
.btn-black.hover-primary:hover {
  background-color: #007864;
  color: #fff;
}
.btn-black.hover-primary:hover span {
  background-color: #007864;
}
.btn-black.hover-primary:hover span i {
  color: #fff;
}
.btn-black.hover-black:hover {
  background-color: #21211f;
  color: #fff;
}
.btn-black.hover-black:hover span {
  background-color: #21211f;
}
.btn-black.hover-black:hover span i {
  color: #fff;
}
.btn-black.hover-secondary:hover {
  background-color: #eaac07;
  color: #fff;
}
.btn-black.hover-secondary:hover span {
  background-color: #eaac07;
}
.btn-black.hover-secondary:hover span i {
  color: #fff;
}

.btn-primary {
  background-color: #007864;
  color: #fff;
}
.btn-primary span {
  background-color: #eaac07;
}
.btn-primary span i {
  color: #fff;
}
.btn-primary:hover {
  background-color: #eaac07;
}
.btn-primary.hover-white:hover {
  background-color: #fff;
  color: #007864;
}
.btn-primary.hover-white:hover span {
  background-color: #fff;
}
.btn-primary.hover-white:hover span i {
  color: #007864;
}
.btn-primary.hover-primary:hover {
  background-color: #007864;
  color: #fff;
}
.btn-primary.hover-primary:hover span {
  background-color: #007864;
}
.btn-primary.hover-primary:hover span i {
  color: #fff;
}
.btn-primary.hover-secondary:hover {
  background-color: #eaac07;
  color: #fff;
}
.btn-primary.hover-secondary:hover span {
  background-color: #eaac07;
}
.btn-primary.hover-secondary:hover span i {
  color: #fff;
}
.btn-primary.hover-black:hover {
  background-color: #21211f;
  color: #fff;
}
.btn-primary.hover-black:hover span {
  background-color: #21211f;
}
.btn-primary.hover-black:hover span 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.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.left-20 {
  left: 20px;
}
.custom-swiper-arrow.right-20 {
  right: 20px;
}
.custom-swiper-arrow.white {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.custom-swiper-arrow.white:hover {
  background-color: #fff;
  color: #eaac07;
}
.custom-swiper-arrow.secondary {
  background-color: #fff4d8;
  color: #eaac07;
}
.custom-swiper-arrow.secondary:hover {
  background-color: #eaac07;
  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;
}

.tag-title {
  font-size: 14px;
  font-weight: 500;
  color: #898888;
  position: relative;
  margin-bottom: 50px;
}
.tag-title.tag-blanco {
  color: rgba(255, 255, 255, 0.76);
}

.home-about {
  background-color: #fff;
}
.home-about__wrap {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}
.home-about__wrap .contenido {
  flex: 1;
  max-width: 470px;
}
.home-about__wrap .contenido .titulo {
  font-size: 2.2rem;
  font-weight: 800;
  color: #21211f;
  margin-bottom: 20px;
  line-height: 1.2;
}
.home-about__wrap .contenido .descripcion {
  font-size: 1rem;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: justify;
}
.home-about__wrap .imagenes {
  flex: 1;
  position: relative;
  max-width: calc(100% - 470px);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: -50px;
}
.home-about__wrap .imagenes .imagen-circular {
  overflow: hidden;
  position: relative;
}
.home-about__wrap .imagenes .imagen-circular img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .home-about__wrap {
    flex-direction: column;
  }
  .home-about__wrap .contenido {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-about__wrap .imagenes {
    max-width: 100%;
    margin-top: 0;
  }
  .home-about__wrap .imagenes .imagen-circular {
    width: 100%;
    height: auto;
  }
}
.home-sustainability {
  background-color: #007864;
  overflow: hidden;
}
.home-sustainability__wrap {
  display: flex;
  gap: 5rem;
}
.home-sustainability__wrap .contenido {
  flex: 1;
  max-width: 470px;
}
.home-sustainability__wrap .contenido .titulo {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.home-sustainability__wrap .contenido .descripcion {
  font-size: 1rem;
  color: #f4f4f4;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: justify;
}
.home-sustainability__wrap .items {
  flex: 1;
  position: relative;
  max-width: calc(100% - 470px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.home-sustainability__wrap .items .item {
  padding: 30px;
  border-radius: 20px;
  background-color: #1C8674;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.home-sustainability__wrap .items .item-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 60% 60% 50% 50%;
}
.home-sustainability__wrap .items .item-icon img {
  width: 50px;
  height: auto;
}
.home-sustainability__wrap .items .item-texto h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.home-sustainability__wrap .items .item-texto p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .home-sustainability__wrap {
    flex-direction: column;
    gap: 3rem;
  }
  .home-sustainability__wrap .contenido {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-sustainability__wrap .items {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
.home-operation {
  background-color: #fff;
}
.home-operation__wrap {
  display: flex;
  gap: 5rem;
  align-items: center;
}
.home-operation__wrap .contenido {
  flex: 1;
  max-width: 470px;
}
.home-operation__wrap .contenido .titulo {
  font-size: 2.2rem;
  font-weight: 800;
  color: #21211f;
  margin-bottom: 20px;
  line-height: 1.2;
}
.home-operation__wrap .contenido .descripcion {
  font-size: 1rem;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: justify;
}
.home-operation__wrap .maps {
  flex: 1;
  position: relative;
  max-width: calc(100% - 470px);
  margin-top: -50px;
}
.home-operation__wrap .maps .map img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .home-operation__wrap {
    flex-direction: column;
  }
  .home-operation__wrap .contenido {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home-operation__wrap .maps {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
.home-imagen-parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.home-imagen-parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.espacio-vacio-parallax {
  height: 100vh;
  position: relative;
  z-index: 2;
  background-color: transparent;
}

@media (max-width: 768px) {
  .home-imagen-parallax {
    position: relative;
    height: auto;
  }
  .home-imagen-parallax img {
    height: auto;
  }
  .espacio-vacio-parallax {
    height: auto;
  }
}
.home-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .home-news__grid {
    grid-template-columns: 1fr;
  }
}
.block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.block-title .title h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #21211f;
  line-height: 1.2;
}
.block-title .title p {
  font-size: 17px;
  color: #555;
  margin-top: 20px;
}

.news-card__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
}
.news-card__item .imagen {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.news-card__item .imagen img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.02);
  transition: all 0.3s ease;
}
.news-card__item .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-card__item .content .fecha {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.news-card__item .content .fecha svg {
  width: 20px;
  height: 20px;
}
.news-card__item .content .fecha svg path, .news-card__item .content .fecha svg circle {
  fill: #A5A5A5;
}
.news-card__item .content .fecha span {
  color: #A5A5A5;
  font-size: 14px;
}
.news-card__item .content .title h3 {
  font-size: 20px;
  font-weight: 400;
  color: #21211f;
}
.news-card__item .content .boton {
  margin-top: auto;
  padding-top: 25px;
}
.news-card__item .content .categorias {
  margin: 5px 0 10px 0;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.news-card__item .content .news-category {
  background: #007864;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
}
.news-card__item:hover .imagen img {
  transform: scale(1);
}
.news-card__item:hover .content .title h3 {
  text-decoration: underline;
}

.single_fecha {
  margin-top: 40px;
}
.single_fecha .fecha {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.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 .news-category {
  background: #007864;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
}

.single-btn-volver {
  margin-bottom: 30px;
}

.new-extracto {
  font-size: 15px;
  font-weight: 400;
  color: #555;
  text-align: justify;
}

.noticia-destacada .wrap {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
.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: #21211f;
}
.noticia-destacada .wrap .info .boton {
  margin-top: 30px;
}

.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;
}

.filtro-categorias {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eaac07;
  width: max-content;
}

.filtro-categorias select {
  border: none;
  outline: 0;
  font-size: 16px;
  background-color: transparent;
  color: #eaac07;
  appearance: none;
  font-weight: 400;
  cursor: pointer;
}

.filtro-categorias i {
  pointer-events: none;
  font-size: 16px;
  color: #eaac07;
}

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

@media (max-width: 768px) {
  .listado-noticias {
    position: relative;
  }
  .listado-noticias__grid {
    display: grid;
  }
  .listado-noticias__grid.grid2, .listado-noticias__grid.grid3, .listado-noticias__grid.grid4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .noticia-destacada .wrap {
    flex-direction: column;
    gap: 3rem;
  }
  .noticia-destacada .wrap .imagen,
  .noticia-destacada .wrap .info {
    max-width: 100%;
  }
  .news-related .swiper-slide, .page-news .swiper-slide {
    display: block !important;
    height: 100% !important;
  }
}
.about-intro__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
.about-intro__wrap .intro-text {
  width: calc(50% - 2.5rem);
}
.about-intro__wrap .intro-logo {
  width: calc(50% - 2.5rem);
  display: flex;
  justify-content: center;
}
.about-intro__wrap .intro-logo img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .about-intro__wrap {
    flex-direction: column;
    gap: 3rem;
  }
  .about-intro__wrap .intro-text, .about-intro__wrap .intro-logo {
    width: 100%;
  }
  .about-intro__wrap .intro-logo {
    margin-top: 0;
  }
  .about-intro__wrap .intro-logo img {
    max-width: 300px;
  }
}
.filosofia {
  background-color: #FAF9F7;
}
.filosofia__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 40px 20px;
}
.filosofia__wrap .filosofia-item {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.filosofia__wrap .filosofia-item:not(:last-child) {
  border-right: 1px solid #eaac07;
}
.filosofia__wrap .filosofia-item .item-titulo {
  color: #007864;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.filosofia__wrap .filosofia-item .item-descripcion {
  font-size: 14px;
  color: #007864;
  text-align: center;
}

.about-management {
  background-color: #FAF9F7;
  overflow: hidden;
}
.about-management__cards {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.about-management__cards .card {
  width: calc(50% - 2.5rem);
}
.about-management__cards .card .galeria-wrap {
  width: 100%;
}
.about-management__cards .card .galeria-wrap .imagen {
  overflow: hidden;
  border-radius: 16px;
}
.about-management__cards .card .galeria-wrap .imagen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.about-management__cards .card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: max-content;
  margin: auto;
  margin-top: 30px;
}
.about-management__cards .card .content .icono {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 60% 60% 50% 50%;
  border: 2px solid #007864;
}
.about-management__cards .card .content .icono img {
  width: 50px;
  height: auto;
}
.about-management__cards .card .content h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #007864;
}
.about-management__cards .card .content p {
  font-size: 14px;
  text-align: justify;
  color: #555;
}
.about-management.text-color-white .block-title .title h3 {
  color: #fff;
}
.about-management.text-color-white .card .content h3, .about-management.text-color-white .card .content p {
  color: #fff;
}

@media (max-width: 768px) {
  .about-management__cards {
    flex-direction: column;
    gap: 4rem;
  }
  .about-management__cards .card {
    width: 100%;
  }
}
.about-security__wrap {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.about-security__wrap.start {
  align-items: flex-start;
}
.about-security__wrap.center {
  align-items: center;
}
.about-security__wrap.end {
  align-items: flex-end;
}
.about-security__wrap .content-wrap {
  width: calc(50% - 2rem);
}
.about-security__wrap .content-wrap .boton-dwl {
  margin-top: 50px;
}
.about-security__wrap .imagen-wrap {
  width: calc(50% - 2rem);
}
.about-security__wrap .imagen-wrap .imagen {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.about-security__wrap .imagen-wrap .imagen.img-lg {
  max-width: 450px;
  height: 450px;
  margin: auto;
}
.about-security__wrap .imagen-wrap .imagen.img-xl {
  width: 200px;
  height: 200px;
}
.about-security__wrap .imagen-wrap .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .filosofia__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .filosofia__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .filosofia__wrap .filosofia-item {
    padding: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .filosofia__wrap .filosofia-item:not(:last-child) {
    border: none;
    border-bottom: 1px solid #eaac07;
  }
  .about-security__wrap {
    flex-direction: column;
  }
  .about-security__wrap .content-wrap, .about-security__wrap .imagen-wrap {
    width: 100%;
  }
  .about-security__wrap .imagen-wrap {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about-security__wrap .imagen-wrap .imagen.img-lg, .about-security__wrap .imagen-wrap .imagen.img-xl {
    width: 100%;
    height: auto;
  }
}
.tabs-horizontal__wrap .tabs-nav {
  display: flex;
  width: max-content;
  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;
}
.tabs-horizontal__wrap .tabs-nav .tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: #007864;
  transition: all 0.3s;
}
.tabs-horizontal__wrap .tabs-nav .tab-item:hover {
  color: #007864;
}
.tabs-horizontal__wrap .tabs-nav .tab-item.active::before {
  width: 100%;
}
.tabs-horizontal__wrap .tabs-nav .tab-item.active {
  color: #007864;
}
.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-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.column {
  flex-direction: column;
}
.tabs-text-img.column .texto-wrap {
  width: 100%;
}
.tabs-text-img.column .imagen-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-40-60 .texto-wrap {
  width: calc(40% - 2rem);
}
.tabs-text-img.col-40-60 .imagen-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-30-70 .texto-wrap {
  width: calc(30% - 2rem);
}
.tabs-text-img.col-30-70 .imagen-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 {
    width: 100%;
  }
  .tabs-text-img.col-50 .texto-wrap,
  .tabs-text-img.col-50 .imagen-wrap, .tabs-text-img.col-40-60 .texto-wrap,
  .tabs-text-img.col-40-60 .imagen-wrap, .tabs-text-img.col-60-40 .texto-wrap,
  .tabs-text-img.col-60-40 .imagen-wrap, .tabs-text-img.col-30-70 .texto-wrap,
  .tabs-text-img.col-30-70 .imagen-wrap {
    width: 100%;
  }
}
.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: #007864;
  font-weight: 300;
  margin-top: 10px;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto-destacado {
  font-size: 22px;
  font-weight: bold;
  color: #eaac07;
  display: block;
}
.imagen-text-overlay .wrap .overlay-cards .card-item .card-texto-secundario {
  color: #007864;
  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: #eaac07;
  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: #eaac07;
  position: relative;
  margin-bottom: 10px;
}

.parallax-text,
.parallax-cards {
  will-change: transform;
  transition: transform 0.1s linear;
}

@media (max-width: 1024px) {
  .imagen-text-overlay {
    position: relative;
    background: #f2f2f2 !important;
  }
  .imagen-text-overlay .wrap {
    padding: 20px;
  }
  .imagen-text-overlay .wrap .overlay-text .titulo {
    font-size: 28px;
    line-height: 32px;
    color: #21211f;
  }
  .imagen-text-overlay .wrap .overlay-text .texto {
    font-size: 14px;
    color: #555;
  }
}
@media (max-width: 768px) {
  .galeria-text-slide {
    display: flex;
    flex-direction: column;
  }
  .imagen-text-overlay .wrap .overlay-cards {
    flex-direction: column;
    align-items: center;
  }
  .imagen-text-overlay .wrap .overlay-cards .card-item {
    min-width: 100%;
    max-width: 100%;
  }
}
.page-cabecera.sin-imagen {
  width: 100%;
  padding: 4rem 0;
  background-color: #F4F1ED;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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 h1 {
  font-size: 45px;
  color: #21211f;
  font-weight: 600;
}
.page-cabecera__wrap .text p {
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px;
  color: #555;
}
.page-cabecera__wrap .text .enlace-cabecera {
  margin-top: 30px;
}
.page-cabecera__vector {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  opacity: 0.3;
}
.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;
}

.cabecera-parallax {
  position: relative;
  height: 60vh;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cabecera-parallax .cabecera-inner {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.cabecera-parallax::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.cabecera-parallax h1 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.cabecera-parallax p {
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px;
  color: #fff;
}
.cabecera-parallax .enlace-cabecera {
  margin-top: 30px;
}

.tabs-vertical__wrap {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.tabs-vertical__wrap .tabs-nav {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tabs-vertical__wrap .tabs-nav .tab-item {
  border: 0;
  padding: 14px 0;
  cursor: pointer;
  transition: all 0.3s linear;
  color: #a4a0a0;
  position: relative;
  display: block;
  border-bottom: 1px solid #E5E7EB;
}
.tabs-vertical__wrap .tabs-nav .tab-item .nav-title {
  font-weight: 500;
  font-size: 17px;
}
.tabs-vertical__wrap .tabs-nav .tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: #007864;
  transition: all 0.3s;
}
.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: 14px;
  font-weight: 400;
  color: #555;
  text-align: justify;
}
.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-title {
  color: #007864;
}
.tabs-vertical__wrap .tabs-nav .tab-item.active::before {
  width: 100%;
}
.tabs-vertical__wrap .tabs-nav .tab-item.active .nav-title {
  color: #007864;
}
.tabs-vertical__wrap .tabs-nav .tab-item.active .tab-item-content {
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
  height: auto;
}
.tabs-vertical__wrap .tabs-content-galeria {
  width: calc(100% - 400px - 5rem);
}
.tabs-vertical__wrap .tabs-content-galeria .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-galeria .tabs-content .tab-pane.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  position: relative;
  pointer-events: auto;
}
.tabs-vertical__wrap .tabs-content-galeria .tabs-content .tab-pane.animating-out {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.tabs-vertical__wrap .tabs-content-galeria .tabs-content .tab-pane .imagen {
  overflow: hidden;
  border-radius: 16px;
}
.tabs-vertical__wrap .tabs-content-galeria .tabs-content .tab-pane .imagen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .tabs-vertical__wrap {
    flex-direction: column;
  }
  .tabs-vertical__wrap .tabs-nav {
    max-width: 100%;
  }
  .tabs-vertical__wrap .tabs-nav .tab-item .tab-item-content .nav-galeria {
    display: block;
    margin-top: 20px;
  }
  .tabs-vertical__wrap .tabs-nav .tab-item .tab-item-content .nav-galeria .imagen {
    overflow: hidden;
    border-radius: 16px;
  }
  .tabs-vertical__wrap .tabs-nav .tab-item .tab-item-content .nav-galeria .imagen img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }
  .tabs-vertical__wrap .tabs-content-galeria {
    display: none;
  }
}
.page-tarjetas {
  background-color: #FAF9F7;
}
.page-tarjetas .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
.page-tarjetas .card-grid__item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.page-tarjetas .card-grid__item .card-icono {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 60% 60% 50% 50%;
  border: 2px solid #007864;
}
.page-tarjetas .card-grid__item .card-icono img {
  width: 50px;
  height: auto;
}
.page-tarjetas .card-grid__item .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #007864;
}
.page-tarjetas .card-grid__item .card-texto {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
.page-tarjetas .card-grid__item.card-canales {
  background-color: #007864;
  padding: 40px 30px;
}
.page-tarjetas .card-grid__item.card-canales .card-title, .page-tarjetas .card-grid__item.card-canales .card-texto {
  color: #fff;
}

@media (max-width: 768px) {
  .page-cabecera__wrap {
    max-width: 100%;
    padding: 0;
  }
  .page-cabecera__wrap .text h1 {
    font-size: 28px;
  }
  .page-cabecera__wrap .text p {
    font-size: 15px;
  }
  .page-cabecera__wrap.mxw-70 {
    max-width: 100%;
  }
  .page-cabecera__overlay .overlay-text .text {
    max-width: 100%;
  }
  .page-cabecera__overlay .overlay-text .text h1 {
    font-size: 28px;
  }
  .page-cabecera__overlay .overlay-text .text p {
    font-size: 15px;
  }
  .page-cabecera__vector {
    display: none;
  }
  .cabecera-parallax {
    background-attachment: scroll !important;
    height: 45vh;
    max-width: 100%;
  }
  .cabecera-parallax h1 {
    font-size: 28px;
  }
  .cabecera-parallax p {
    font-size: 15px;
  }
  .page-tarjetas .card-grid {
    grid-template-columns: 1fr;
  }
}
.page-timeline__wrap {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  justify-content: center;
}
.page-timeline__wrap .timeline-imagen {
  flex: 1;
  max-width: 500px;
  position: sticky;
  top: 100px;
}
.page-timeline__wrap .timeline-imagen .imagen img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.page-timeline__wrap .timeline {
  flex: 1;
  max-width: 500px;
  position: relative;
}
.page-timeline__wrap .timeline__lists {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-left: 2px dotted #eaac07;
}
.page-timeline__wrap .timeline__lists li {
  padding-left: 50px;
  padding-bottom: 50px;
  position: relative;
  line-height: 1.4;
  font-size: 18px;
}
.page-timeline__wrap .timeline__lists li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-color: #007864;
  border-radius: 50%;
  z-index: 2;
  box-shadow: inset 0 0 0 8px #007864, 0 0 0 4px rgba(0, 120, 100, 0.2);
}
.page-timeline__wrap .timeline__lists li::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 14px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
.page-timeline__wrap .timeline__btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .page-timeline__wrap {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .page-timeline__wrap .timeline-imagen {
    max-width: 100%;
    position: relative;
    top: auto;
  }
  .page-timeline__wrap .timeline-imagen .imagen img {
    margin: 0 auto;
  }
  .page-timeline__wrap .timeline {
    max-width: 100%;
  }
  .page-timeline__wrap .timeline__lists {
    margin-left: 20px;
  }
  .page-timeline__wrap .timeline__lists li {
    font-size: 16px;
    padding-left: 40px;
  }
}
.contact__direcciones ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.contact-form {
  position: relative;
}
.contact-form__container {
  max-width: 1440px;
  margin: 0 auto;
}
.contact-form__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
}
.contact-form__title {
  font-size: 20px;
  font-weight: 600;
  color: #21211f;
  margin-bottom: 30px;
}
.contact-form .left {
  width: 55%;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.contact-form {
  /* IMAGEN FIJA A LA ESQUINA DERECHA */
}
.contact-form__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
}
.contact-form__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .contact-form {
    padding-bottom: 0 !important;
  }
  .contact-form__wrap {
    flex-direction: column;
  }
  .contact-form__image {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .contact-form__image img {
    height: auto;
  }
  .contact-form .left {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .contact__direcciones ul {
    grid-template-columns: 1fr;
  }
}
.principle-cards__header {
  margin-bottom: 30px;
}
.principle-cards__title {
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: bold;
  color: #007864;
  gap: 1rem;
}
.principle-cards__main-title {
  line-height: 60px;
}
.principle-cards__highlighted-number {
  font-size: 144px;
  line-height: 144px;
}
.principle-cards__wrap {
  padding: 60px 30px;
  background-color: #FAF9F7;
  border-radius: 18px;
}
.principle-cards__content {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 4rem;
  align-items: center;
}
.principle-cards__illustration {
  max-width: 300px;
}
.principle-cards__illustration img {
  width: 100%;
  height: auto;
  display: block;
}
.principle-cards__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.principle-cards__columns--2 {
  grid-template-columns: 1fr 1fr;
}
.principle-cards__columns--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.principle-cards__columns--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.principle-cards__columns--5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.principle-cards__column {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.principle-cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.principle-cards__icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 60% 60% 50% 50%;
  border: 2px solid #007864;
}
.principle-cards__icon-wrapper img {
  width: 50px;
  height: auto;
}
.principle-cards__label {
  font-size: 14px;
  font-weight: 600;
  color: #007864;
  text-align: center;
}

@media (max-width: 1024px) {
  .principle-cards__content {
    grid-template-columns: 1fr;
  }
  .principle-cards__illustration {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 768px) {
  .principle-cards__columns {
    grid-template-columns: 1fr 1fr !important;
  }
}
.imagen-border-round {
  border-radius: 16px !important;
  overflow: hidden !important;
}
.imagen-border-round img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.anonymous__text {
  font-size: 15px;
  color: #555;
  font-weight: 400;
  max-width: 800px;
}
.anonymous__form {
  margin-top: 30px;
}

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

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

/* ========== check box ============= */
.checkbox-wrapper {
  position: relative;
}

.checkbox-wrapper input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
}

.checkbox-wrapper input[type=radio] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
}

.checkbox-wrapper .terms-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #555;
  font-weight: 400;
}

.checkbox-wrapper .terms-label .label-text {
  margin-left: 10px;
  color: #555;
  width: calc(100% - 30px - 10px);
}

.checkbox-wrapper .terms-label .label-text a {
  text-decoration: underline;
}

.checkbox-wrapper .checkbox-svg {
  width: 30px;
  height: 30px;
}

.checkbox-wrapper .checkbox-box {
  fill: rgba(207, 205, 205, 0.4235294118);
  stroke: #007864;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
  stroke: #007864;
  stroke-dasharray: 172;
  stroke-dashoffset: 172;
  transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type=checkbox]:checked + .terms-label .checkbox-box,
.checkbox-wrapper input[type=checkbox]:checked + .terms-label .checkbox-tick,
.checkbox-wrapper input[type=radio]:checked + .terms-label .checkbox-box,
.checkbox-wrapper input[type=radio]:checked + .terms-label .checkbox-tick {
  stroke-dashoffset: 0;
}

/* ============= form =============== */
.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 transparent;
  border-radius: 4px;
  outline: none;
  background-color: #f3f3f3;
  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: #007864;
  box-shadow: 0 0 0 4px rgba(0, 120, 100, 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: #21211f;
  font-weight: 300;
}
.form__subtitle.subtitle-md {
  font-size: 16px;
}
.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;
}

@media (max-width: 768px) {
  .form__row {
    flex-direction: column;
  }
  .form__row .form__group {
    width: 100%;
  }
}

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