@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
}

.bg-grey {
  background-color: #f8f9fa;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bg-light-primary {
  background-color: #e8f5ec;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.bg-light-secondary {
  background-color: #f2f0f0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.alert-primary {
  background-color: #e8f5ec;
  border: none;
  color: #000;
  font-size: 1.3rem;
}

.alert-secondary {
  background-color: #f2f0f0;
  border: none;
  color: #000;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .alert-primary {
    font-size: 1rem;
  }
  .alert-secondary {
    font-size: 1rem;
  }
}
.frm-top {
  height: 1.1rem;
}

.btn-rounded {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #2e9e4f;
  color: #fff;
  border-radius: 50rem;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.btn-rounded.btn-sm {
  padding: 0.5rem 1rem;
}
.btn-rounded:hover {
  background-color: #217a3c;
  transform: translateX(2px);
}
.btn-rounded::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url("../images/nav-arrow-right.svg");
  -webkit-mask-image: url("../images/nav-arrow-right.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  margin-right: 12px;
  vertical-align: middle;
}
.btn-rounded.white {
  color: #2e9e4f;
  background-color: #fff;
  border: 1px solid #2e9e4f;
}
.btn-rounded.white::before {
  background-color: #2e9e4f;
}

@media (max-width: 768px) {
  .btn-rounded {
    padding: 0.5rem 0.75rem;
    font-weight: 700;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .btn-rounded::before {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
}
.pagination {
  margin: 2rem 0 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tips-ul {
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.tips-ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tips-ul li::before {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/tip.svg);
  margin-right: 1rem;
  width: 48px;
  height: 48px;
}

@media (max-width: 768px) {
  .tips-ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .tips-ul li::before {
    margin-right: 0.5rem;
    width: 24px;
    height: 24px;
  }
}
.img-box {
  width: 100%;
  height: 100;
  aspect-ratio: 1/1;
  border-radius: 1.5rem;
  background-size: cover;
  background-position: center center;
}

.img-box2 {
  width: 100%;
  height: 100;
  border-radius: 0rem;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.section-accordion {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (max-width: 992px) {
  .img-box2 {
    min-height: 260px;
    height: 260px;
  }
}
.section-main {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.login .img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login h3 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 3rem;
}

.bg-contacto-form {
  background-color: #e8f5ec;
  border-radius: 25px;
  padding: 2rem;
}

.card.card-contacto {
  background: #ffffff;
  border: 1px solid #e3e1e1;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  color: #1c1c1c;
  text-align: center;
  border-radius: 0;
  height: 100%;
}
.card.card-contacto h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #2e9e4f;
}
.card.card-contacto p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.wp-block-file {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.navbar {
  background-color: #fff !important;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.navbar.navbar-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar .navbar-brand img {
  width: 180px;
  height: auto;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .nav-item {
  padding: 0 0.5rem 0 0.5rem;
}
.navbar .nav-item .dropdown-menu {
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.navbar .nav-item .dropdown-menu li a {
  display: block;
  padding: 0.5rem 0rem;
}
.navbar .nav-item .dropdown-menu li a.dropdown-item:active {
  background-color: #2e9e4f;
}
.navbar .nav-item .dropdown-menu li a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/nav-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.navbar .nav-item .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.navbar .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  padding-inline: 0.75rem !important;
  transition: color 0.2s ease;
}
.navbar .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  border: none;
  background-image: url("../images/nav-arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
.navbar .btn-contacto {
  background-color: #2e9e4f;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.navbar .btn-contacto:hover {
  background-color: #217a3c;
  color: #fff;
}
.navbar .btn-search {
  color: #fff;
  background-color: #2e9e4f;
  border: none;
  font-size: 1.1rem;
  padding: auto;
  border-radius: 50rem;
  width: 50px;
  height: 50px;
}

/* ── Search bar ──────────────────────────────────────── */
.search-bar {
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.search-bar.is-open {
  max-height: 90px;
}
.search-bar .search-bar__form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
}
.search-bar .search-bar__input {
  flex: 1;
  border: 1.5px solid #ddd;
  border-radius: 50rem;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}
.search-bar .search-bar__input:focus {
  border-color: #2e9e4f;
}
.search-bar .search-bar__btn {
  background-color: #2e9e4f;
  color: #fff;
  border: none;
  border-radius: 50rem;
  width: 44px;
  height: 44px;
  font-size: 1rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s;
}
.search-bar .search-bar__btn:hover {
  background-color: #1a6e34;
}

@media (max-width: 768px) {
  .navbar.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar .offcanvas-header {
    padding: 1.5rem;
  }
  .navbar .navbar-scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .nav-item {
    padding: 0 0;
    width: 100%;
  }
  .navbar .nav-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .navbar .nav-item .dropdown-menu {
    border: none;
  }
  .navbar .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #1e1e1e;
    display: block;
    padding: 0.5rem 0;
  }
  .navbar .nav-item .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .navbar .nav-item .nav-link.dropdown-toggle::after {
    margin-left: 0;
    flex-shrink: 0;
    filter: none;
    transition: 0.3s;
  }
  .navbar .offcanvas-header .btn-close {
    filter: none;
    opacity: 1;
    background-image: url("../images/x-circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .search-bar {
    width: 100%;
  }
  .search-bar .search-bar__input {
    width: calc(100% - 50px);
    padding: 0.5rem 0.75rem;
  }
  .search-bar .search-bar__input:focus {
    border-color: #2e9e4f;
  }
}
.hero {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 2rem;
  position: relative;
}
.hero .float-right {
  position: absolute;
  right: 60px;
  top: -30px;
  width: 155px;
}
.hero .float-right .img {
  width: 100%;
  height: auto;
}
.hero .leftSide {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  background-color: #e8f5ec;
  border-radius: 1.25rem;
  padding: 3rem 2.5rem;
  margin-bottom: 1rem;
}
.hero .leftSide .hero__title {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hero .leftSide .hero__subtitle, .hero .leftSide p {
  font-size: 1.2rem;
  color: #6c757d;
  font-weight: 400;
}
.hero .rightSide {
  margin-bottom: 1rem;
}
.hero .rightSide .hero__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  height: 100%;
  aspect-ratio: 1/1;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    margin-top: 1rem;
  }
  .hero .float-right {
    right: 16px;
    top: -20px;
    width: 90px;
  }
  .hero .leftSide {
    padding: 2rem 1.25rem;
    border-radius: 1rem;
  }
  .hero .leftSide .hero__title {
    font-size: 1.75rem;
  }
  .hero .leftSide .hero__subtitle, .hero .leftSide p {
    font-size: 1rem;
  }
  .hero .rightSide .hero__img {
    border-radius: 0.75rem;
    aspect-ratio: 4/3;
  }
}
.section-title {
  font-size: 2.7rem;
  font-weight: 400;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 4rem;
}
.section-title strong {
  font-weight: 700;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.service-card {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  background-color: #2e9e4f;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.service-card.white {
  background-color: #fff;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.13);
}
.service-card .service-card__img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card .service-card__body {
  padding: 1.4rem 1.4rem 0.6rem;
  flex: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
}
.service-card .service-card__body h5 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.service-card .service-card__footer {
  padding: 0.8rem 1.4rem 1.4rem;
  text-align: center;
}
.service-card.white .service-card__body {
  color: #000;
}
.service-card.white .service-card__body h5 {
  color: #2e9e4f;
}

@media (max-width: 768px) {
  .service-card .service-card__body h5 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .service-card .service-card__body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.card-service {
  border: 1px solid #E3E1E1;
  padding: 0px;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}
.card-service .content {
  display: flex;
  flex-direction: row;
  min-height: 260px;
}
.card-service .card-image {
  flex: 0 0 33.333%;
  background-position: center center;
  background-size: cover;
}
.card-service .card-body {
  flex: 1;
  padding: 2rem 2rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.card-service .card-body h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 4rem;
  color: #2e9e4f;
}
.card-service .card-body ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
}
.card-service .card-body ul li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin: 0.5rem 0 0.5rem 0;
}
.card-service .card-body ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/mark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .card-service .content {
    flex-direction: column;
  }
  .card-service .card-image {
    width: 100%;
    height: 260px;
    min-height: 260px;
  }
  .card-service .btn-rounded {
    margin-bottom: 1rem;
  }
  .card-service .card-body h3 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

.sedes-section {
  background-color: #e8f5ec;
  padding-block: 3.5rem;
}

.sede-col .sede-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2e9e4f;
  margin-bottom: 0.5rem;
}
.sede-col .sede-info {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
.sede-col .sede-info::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.sede-col .sede-info.address::before {
  background-image: url("../images/icons/pin.svg");
}
.sede-col .sede-info.phone::before {
  background-image: url("../images/icons/phone.svg");
}
.sede-col .sede-info.globe::before {
  background-image: url("../images/icons/web.svg");
}

@media (max-width: 768px) {
  .sede-col .sede-name {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .sede-col .sede-info {
    font-size: 0.75rem;
    gap: 0.2rem;
  }
  .sede-col .sede-info::before {
    width: 18px;
    height: 18px;
    margin-right: 0.2rem;
  }
}
.accordion.accordion-sedes .accordion-item {
  border: none;
  background-color: transparent;
  margin-bottom: 1rem;
}
.accordion.accordion-sedes .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid #e0e0e0;
}
.accordion.accordion-sedes .accordion-item .accordion-button::after {
  display: none;
}
.accordion.accordion-sedes .accordion-item .accordion-button::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  vertical-align: middle;
}
.accordion.accordion-sedes .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f2f0f0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.accordion.accordion-sedes .accordion-item .accordion-button:not(.collapsed)::before {
  background-image: url("../images/icons/minus.svg");
}
.accordion.accordion-sedes .accordion-item .accordion-button .titulo {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.accordion.accordion-sedes .accordion-item .accordion-button .titulo h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #2e9e4f;
}
.accordion.accordion-sedes .accordion-item .accordion-button .titulo .lista {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
.accordion.accordion-sedes .accordion-item .accordion-button .titulo .lista li {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
}
.accordion.accordion-sedes .accordion-item .accordion-button .titulo .lista li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.accordion.accordion-sedes .accordion-item .accordion-button .titulo .lista li.address::before {
  background-image: url("../images/icons/pin.svg");
}
.accordion.accordion-sedes .accordion-item .accordion-button .titulo .lista li.phone::before {
  background-image: url("../images/icons/phone.svg");
}
.accordion.accordion-sedes .accordion-item .accordion-button .titulo .lista li.globe::before {
  background-image: url("../images/icons/web.svg");
}
.accordion.accordion-sedes .accordion-item .accordion-body {
  border: none;
  background-color: transparent;
  padding: 2rem 1rem;
}

.text-sede h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.text-sede p {
  font-size: 1.2rem;
  color: #1C1C1C;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.text-sede .sede-col {
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .text-sede h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .text-sede p {
    font-size: 1rem;
    color: #1C1C1C;
    margin-bottom: 0.65rem;
    line-height: 1.2;
  }
  .text-sede .sede-col {
    margin-top: 1.5rem;
  }
  .accordion.accordion-sedes .accordion-item .accordion-button .titulo h3 {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  .accordion.accordion-sedes .accordion-item .accordion-button .titulo .lista li {
    font-size: 1rem;
    line-height: 1.1rem;
    margin-right: 0.3rem;
  }
}
.promo-banner {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 3.5rem;
  padding: 1.5rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid #ddd;
}
.promo-banner .promo-banner__img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.promo-banner .promo-banner__body {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo-banner .promo-banner__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #2e9e4f;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.promo-banner .promo-banner__text {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
}
.promo-banner .btn-oferta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid #2e9e4f;
  color: #2e9e4f;
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.2s ease;
}
.promo-banner .btn-oferta::before {
  content: "›";
}
.promo-banner .btn-oferta:hover {
  background-color: #2e9e4f;
  color: #fff;
}
.promo-banner .carousel-control {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #ddd;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2e9e4f;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.promo-banner .carousel-control:hover {
  border-color: #2e9e4f;
  background: #2e9e4f;
  color: #fff;
}

.footer {
  background-color: #2e9e4f;
  color: #fff;
  padding-block: 3rem;
  font-size: 1.2rem;
}
.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer a:hover {
  color: #fff;
}
.footer .footer__logo img {
  max-height: 94px;
}
.footer .footer__tagline {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.footer .sede-info {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}
.footer .sede-info::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.footer .sede-info.email::before {
  background-image: url("../images/icons/Sobre.svg");
}
.footer .sede-info.whatsapp::before {
  background-image: url("../images/icons/Whatsapp.svg");
}
.footer .footer__heading {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.footer .footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer__list li {
  margin-bottom: 0.4rem;
}
.footer .footer__list li a {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
}
.footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  transition: background 0.2s ease;
}
.footer .social-links a.facebook {
  background-color: #1877f2;
}
.footer .social-links a.pinterest {
  background-color: #e60023;
}
.footer .social-links a.youtube {
  background-color: #ff0000;
}
.footer .social-links a.instagram {
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
.footer .social-links a img {
  width: 24px;
  height: auto;
}
.footer .footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .footer .footer__heading {
    font-size: 1rem;
    margin-bottom: 1.3rem;
  }
  .footer .footer__list li a {
    font-size: 1rem;
  }
  .footer .footer__bottom {
    margin-top: 1.5rem;
    padding-top: 1rem;
    font-size: 1rem;
  }
}
.fab-whatsapp {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1050;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #26D467;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.fab-whatsapp:hover {
  transform: scale(1.1);
  background-color: #217a3c;
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(46, 158, 79, 0.8);
  color: #fff;
  padding: 1rem 1rem;
  border-radius: 50rem;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-pagination-bullet-active {
  background-color: #2e9e4f;
}

.blog-list {
  display: flex;
  align-items: stretch;
  justify-content: start;
  row-gap: 1rem;
}

.card.card-blog {
  position: relative;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border: none;
  height: 100%;
}
.card.card-blog .card-head {
  display: block;
  height: 260px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  border-radius: 1rem 1rem 0 0;
}
.card.card-blog .card-body {
  padding: 1rem 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #141a28;
}
.card.card-blog .card-body h5 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 25px;
  color: #2e9e4f;
}
.card.card-blog .card-body h5 a {
  color: #2e9e4f;
  text-decoration: none;
}
.card.card-blog .card-footer {
  border-top: none;
  background-color: transparent;
  padding: 1rem 1rem 2rem 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #8e9198;
}
.card.card-blog .card-footer .author {
  color: #141a28;
}

.entry .entry-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
  color: #2e9e4f;
  margin: 10px 0 20px 0;
}
.entry .entry-title a {
  color: #2e9e4f;
  text-decoration: none;
}
.entry .entry-content p {
  line-height: 24px;
}
.entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.entry .entry-content blockquote {
  overflow: hidden;
  background-color: #2e9e4f;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.entry .entry-content blockquote p {
  color: #000;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2e9e4f;
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.entry .read-more a {
  display: inline-block;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #2e9e4f;
}
.entry .read-more a:hover {
  background: #2e9e4f;
  color: #ffffff;
}
.entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.entry .entry-footer i {
  color: #2e9e4f;
  display: inline;
}
.entry .entry-footer a {
  color: #2e9e4f;
  transition: 0.3s;
}
.entry .entry-footer a:hover {
  color: #2e9e4f;
}
.entry .entry-footer .cats {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 14px;
  gap: 1rem;
  padding: 0;
}
.entry .entry-footer .cats li {
  display: inline-block;
}
.entry .entry-footer .cats li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 12px;
  background-image: url(../images/icons/category.svg);
}
.entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.entry .entry-footer .tags li {
  display: inline-block;
}
.entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #2e9e4f;
  content: ",";
}
.entry .entry-footer .share {
  font-size: 16px;
}
.entry .entry-footer .share i {
  padding-left: 5px;
}
.entry .entry-single {
  margin-bottom: 30px;
}
.entry .blog-author {
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 1rem;
}
.entry .blog-author img {
  width: 50px;
  margin-right: 20px;
}
.entry .blog-author h4 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0px;
  padding: 0;
  color: #2e9e4f;
}
.entry .blog-author .social-links {
  margin: 0 10px 10px 0;
  display: flex;
}
.entry .blog-author .social-links a {
  color: #2e9e4f;
  margin-right: 5px;
  background-color: #999;
  padding: 3px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.entry .blog-author .social-links a:hover {
  background-color: #209dd8;
}
.entry .blog-author p {
  font-style: italic;
  color: #000;
}
.entry .blog-comments {
  margin-bottom: 30px;
}
.entry .blog-comments .comments-count {
  font-weight: bold;
}
.entry .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.entry .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.entry .blog-comments .comment .comment-img img {
  width: 60px;
}
.entry .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.entry .blog-comments .comment h5 a {
  font-weight: bold;
  color: #000;
  transition: 0.3s;
}
.entry .blog-comments .comment h5 a:hover {
  color: #2e9e4f;
}
.entry .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2e9e4f;
}
.entry .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.entry .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2e9e4f;
  margin-bottom: 5px;
}
.entry .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.entry .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.entry .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.entry .blog-comments .reply-form p {
  font-size: 14px;
}
.entry .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.entry .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #2e9e4f;
}
.entry .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.entry .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #2e9e4f;
}
.entry .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.entry .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #2e9e4f;
}
.entry .blog-comments .reply-form .btn-primary:hover {
  background-color: #2e9e4f;
}

.td-module-meta-info ul {
  padding-left: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 0.9rem;
}
.td-module-meta-info ul li {
  margin-right: 1rem;
  font-size: 1rem;
}
.td-module-meta-info ul li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.td-module-meta-info ul li.user::before {
  background-image: url(../images/icons/user.svg);
}
.td-module-meta-info ul li.clock::before {
  background-image: url(../images/icons/clock.svg);
}
.td-module-meta-info ul li.comments::before {
  background-image: url(../images/icons/comment.svg);
}
.td-module-meta-info ul li a {
  color: #000;
}

@media (max-width: 768px) {
  .td-module-meta-info ul {
    padding-left: 0;
  }
  .td-module-meta-info ul li {
    margin-right: 0.5rem;
    font-size: 0.8rem;
  }
}
.widget-sidebar {
  padding: 1rem 0px 0 0;
  margin: 0;
}
.widget-sidebar .widget-area {
  list-style: none;
  margin: 0;
}
.widget-sidebar .widget-area ul {
  margin: 0;
  padding-left: 0;
}
.widget-sidebar .widget-area ul li {
  list-style: none;
}
.widget-sidebar .widget_search .wp-block-search__label {
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  color: #2e9e4f;
  position: relative;
}
.widget-sidebar .widget_search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
}
.widget-sidebar .widget_search .wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #eee;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.widget-sidebar .widget_search form {
  position: relative;
  margin-bottom: 2rem;
}
.widget-sidebar .widget_search form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.widget-sidebar .widget_search form button {
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #333333;
  color: #2e9e4f;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.widget-sidebar .widget_search form button i {
  line-height: 0;
}
.widget-sidebar .widget_search form button:hover {
  background: #2e9e4f;
}
.widget-sidebar .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #444444;
  position: relative;
}
.widget-sidebar .widget_categories ul {
  list-style: none;
  padding: 0;
}
.widget-sidebar .widget_categories ul li + li {
  padding-top: 10px;
}
.widget-sidebar .widget_categories ul a {
  color: #2e9e4f;
  transition: 0.3s;
}
.widget-sidebar .widget_categories ul a:hover {
  color: #333333;
}
.widget-sidebar .widget_categories ul a span {
  padding-left: 5px;
  color: #2e9e4f;
  font-size: 14px;
}
.widget-sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.widget-sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.widget-sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.widget-sidebar .recent-posts h4 a {
  color: #2e9e4f;
  transition: 0.3s;
}
.widget-sidebar .recent-posts h4 a:hover {
  color: #333333;
}
.widget-sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #2e9e4f;
}
.widget-sidebar .widget_tag_cloud {
  margin-bottom: -10px;
}
.widget-sidebar .widget_tag_cloud p {
  padding: 0;
}
.widget-sidebar .widget_tag_cloud p a {
  color: #2e9e4f;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}
.widget-sidebar .widget_tag_cloud p a:hover {
  color: #2e9e4f;
  border: 1px solid #333333;
  background: #333333;
}
.widget-sidebar .widget_tag_cloud p a span {
  padding-left: 5px;
  color: #2e9e4f;
  font-size: 14px;
}

.wp-block-group {
  padding: 0.5rem 0 0.5rem 0;
}

.widget-sidebar .widget-area h2 {
  background-color: #2e9e4f;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}
.widget-sidebar .widget-area ul ul > li {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 1cap 0rem;
}
.widget-sidebar .widget-area ul ul > li.active {
  background-color: #2e9e4f;
  color: #ffffff;
  padding: 1rem 1rem;
  font-weight: 700;
  border-bottom: none;
  border-radius: 1rem;
}
.widget-sidebar .widget-area ul ul > li.active a {
  color: #ffffff;
}
.widget-sidebar .widget-area ul ul > li a {
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
}
.widget-sidebar .widget-area ul ul > li a:before {
  content: "";
  display: block;
  background: url(../images/icons/arrow.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 6px 0 0;
}
.widget-sidebar .widget-area ul ul > li a:hover {
  color: #2e9e4f;
}

.widget-sidebar .widget_search form button {
  color: #ffffff;
  background-color: #2e9e4f;
}

.wp-element-button {
  color: #ffffff;
  background-color: #2e9e4f;
}

.breadcrumb {
  background-color: #e8f5ec;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
}
.breadcrumb .breadcrumb-item {
  color: var(--color-light-clear);
}
.breadcrumb .breadcrumb-item a {
  color: var(--color-light-clear);
  text-decoration: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--color-light-clear);
  content: ">";
}

.text-parragraph .title {
  font-size: 3rem;
  line-height: 110%;
  color: #000;
  font-weight: 500;
  margin-bottom: 2rem;
}
.text-parragraph p {
  font-size: 1.3rem;
  color: #1C1C1C;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.panel-card {
  background-color: #2e9e4f;
  border-radius: 16px;
  display: flex;
  min-height: 260px;
  margin-bottom: 3rem;
  position: relative;
}
.panel-card.reverse-card {
  flex-direction: row-reverse;
}
.panel-card .panel-img {
  flex: 0 0 45%;
  background: center/cover no-repeat;
  background-image: none;
  aspect-ratio: 1/1;
}
.panel-card .panel-img.rnd-right {
  border-radius: 0 16px 16px 0;
}
.panel-card .panel-body {
  flex: 1;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.panel-card .panel-body h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.panel-card .panel-body p {
  font-size: 1.4rem;
  line-height: 1.6;
  opacity: 1;
}

@media (max-width: 991px) {
  .img-box {
    margin-bottom: 2rem;
  }
  .text-parragraph .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .text-parragraph p {
    font-size: 1.1rem;
    color: #1C1C1C;
    margin-bottom: 0.75rem;
    line-height: 1.1;
  }
  .panel-card {
    border-radius: 16px;
    flex-direction: column;
    position: relative;
  }
  .panel-card.reverse-card {
    flex-direction: column;
  }
  .panel-card .panel-img {
    position: relative;
    flex: 0 0 45%;
    background: center/cover no-repeat;
    background-image: none;
    aspect-ratio: 1/1;
  }
  .panel-card .panel-img.rnd-right {
    border-radius: 1rem 1rem 0 0;
  }
  .panel-card .panel-img.rnd-left {
    border-radius: 1rem 1rem 0 0;
  }
  .panel-card .panel-body {
    flex: 1;
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .panel-card .panel-body h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  .panel-card .panel-body p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.card-cita {
  background-color: transparent;
  border: none;
}
.card-cita .card-body {
  color: #fff;
  font-size: 1.2rem;
  line-height: 180%;
  padding: 2rem 2rem;
  border-radius: 1rem;
  background-color: #2e9e4f;
}
.card-cita .card-footer {
  background-color: transparent;
  border: none;
  padding: 2rem 0rem;
}
.card-cita .card-footer .autor {
  font-size: 1.2rem;
  line-height: 120%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.card-cita .card-footer .autor .image {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.card-cita .card-footer .autor h4 {
  font-weight: 600;
}
.card-cita .card-footer .autor .title {
  font-weight: 400;
}

.list-autoridades {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  margin-bottom: 2rem;
}

.card.card-autoridad {
  background-color: #2e9e4f;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 1rem;
  color: #fff;
  border: none;
  height: 100%;
}
.card.card-autoridad.marron {
  background-color: #6e4949;
}
.card.card-autoridad h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
}
.card.card-autoridad p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
}

.accordion.options .accordion-item {
  border: none;
  background-color: transparent;
  margin-bottom: 1rem;
}
.accordion.options .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 0;
  padding: 2rem 1rem;
}
.accordion.options .accordion-item .accordion-button::after {
  display: none;
}
.accordion.options .accordion-item .accordion-button::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  vertical-align: middle;
}
.accordion.options .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f2f0f0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.accordion.options .accordion-item .accordion-button:not(.collapsed)::before {
  background-image: url("../images/icons/minus.svg");
}
.accordion.options .accordion-item .accordion-button .titulo {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.accordion.options .accordion-item .accordion-button .titulo h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #2e9e4f;
}
.accordion.options .accordion-item .accordion-body {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 1rem;
  padding: 2rem 2rem;
  border: none;
  background-color: transparent;
}
.accordion.options .accordion-item .accordion-body h3 {
  color: #333333;
}
.accordion.options .accordion-item .accordion-body::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/minus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .accordion.options .accordion-item .accordion-body {
    padding: 1rem 1rem;
  }
  .accordion.options .accordion-item .accordion-button .titulo h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .accordion.accordion-sedes .accordion-item .accordion-button .titulo h3 {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  .accordion.accordion-sedes .accordion-item .accordion-button .titulo .lista li {
    font-size: 1rem;
    line-height: 1.1rem;
    margin-right: 0.3rem;
  }
}
.card.card-sucursal {
  border: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.card.card-sucursal .card-img {
  width: 150px;
  height: 100;
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}
.card.card-sucursal .card-body h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #2e9e4f;
}
.card.card-sucursal .card-body p {
  color: #000;
  margin-bottom: 0.5rem;
}

/* ── Single turismo ─────────────────────────────────── */
.turismo-single__hero {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .turismo-single__hero {
    height: 260px;
  }
}
.turismo-single__content {
  padding: 2.5rem 0 2rem;
}
.turismo-single__title {
  font-size: 2rem;
  font-weight: 700;
  color: #141a28;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .turismo-single__title {
    font-size: 1.5rem;
  }
}
.turismo-single__description {
  font-size: 1rem;
  line-height: 1.75;
  color: #444;
}
.turismo-single__description img {
  max-width: 100%;
  height: auto;
}
.turismo-single__map {
  width: 100%;
  aspect-ratio: 16/4;
  min-height: 320px;
  border-radius: 1rem;
}
.turismo-single__back {
  font-size: 0.85rem;
  font-weight: 500;
  color: #2e9e4f;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.turismo-single__back:hover {
  text-decoration: underline;
  color: #217a3c;
}

/* ── List turismo ───────────────────────────────────── */
.list-turismo {
  row-gap: 1rem;
}

.card-turismo {
  position: relative;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border: none;
  height: 100%;
  overflow: hidden;
}
.card-turismo .card-img {
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  height: 300px;
  min-height: 300px;
  border-radius: 0px;
}
.card-turismo .card-body {
  padding: 1rem 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #141a28;
}
.card-turismo .card-body h3 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 25px;
  color: #2e9e4f;
}
.card-turismo .card-footer {
  border-top: none;
  background-color: transparent;
  padding: 1rem 1rem 2rem 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #8e9198;
}

.panel-profesionales {
  background-color: #e8f5ec;
  padding: 2rem 2rem;
  border-radius: 1rem;
}

.card.card-profesional {
  background: #ffffff;
  border: 1px solid #e3e1e1;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  color: #1c1c1c;
  text-align: center;
  border-radius: 0;
  height: 100%;
}
.card.card-profesional h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #2e9e4f;
}
.card.card-profesional .especialidad {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.card.card-profesional h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.card.card-profesional ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card.card-profesional ul li {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.card.card-profesional ul li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.card.card-profesional ul li.address::before {
  background-image: url("../images/icons/pin.svg");
}
.card.card-profesional ul li.phone::before {
  background-image: url("../images/icons/phone.svg");
}
.card.card-profesional ul li.globe::before {
  background-image: url("../images/icons/web.svg");
}/*# sourceMappingURL=styles.css.map */