@charset "UTF-8";
@font-face {
  font-family: "museosans";
  src: url("../fonts/museosans/museosanscondensed-900-webfont.woff2") format("woff2"), url("../fonts/museosans/museosanscondensed-900-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "museosans";
  src: url("../fonts/museosans/museosanscondensed-700-webfont.woff2") format("woff2"), url("../fonts/museosans/museosanscondensed-700-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "museosans";
  src: url("../fonts/museosans/museosanscondensed-500-webfont.woff2") format("woff2"), url("../fonts/museosans/museosanscondensed-500-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museosans";
  src: url("../fonts/museosans/museosanscondensed-300-webfont.woff2") format("woff2"), url("../fonts/museosans/museosanscondensed-300-webfont.woff") format("woff");
  font-weight: lighter;
  font-style: normal;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  padding: 1.5rem 0;
  flex-flow: row;
  justify-content: space-between;
}
.navbar .nav-item {
  display: flex;
}
.navbar .navbar-brand img {
  max-height: 100px;
}
.navbar .nav-container {
  place-self: start;
  padding: 0 1.5rem;
}
.navbar .navbar-container {
  place-self: start;
  padding: 0 1.5rem;
}
.navbar .navbar-toggler {
  border: none;
  color: #002ca9;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.navbar .navbar-toggler .close {
  color: var(--white);
  opacity: 1;
  padding: 0 1rem;
}
.navbar .navbar-toggler .oi-menu {
  display: none;
  opacity: 0;
}
.navbar .navbar-toggler.collapsed {
  color: var(--white);
}
.navbar .navbar-toggler.collapsed .close {
  display: none;
  opacity: 0;
}
.navbar .navbar-toggler.collapsed .oi-menu {
  display: block;
  opacity: 1;
}
.navbar .navbar-nav .nav-link {
  color: var(--white);
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: 0.25s;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-link {
    max-width: 22rem;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav .nav-link {
    width: 100%;
    padding: 1.5rem 0.5rem;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3803921569);
  }
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
    background-color: #000f39;
  }
}
.navbar .navbar-nav .nav-link:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
  background-color: #000f39;
}
.navbar .navbar-nav .nav-link:focus {
  background-color: #000f39;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    padding: 1.5rem 0 0.5rem;
  }
}
.navbar.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 3;
}
.navbar.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.navbar .search-container {
  width: 100%;
}
.navbar .search-container #mobile-filter-toggle {
  display: none;
  background-color: #d18800;
  color: white;
  border: none;
  padding: 0.75rem 1rem;
  width: fit-content;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #ffa805;
}
.navbar .search-container #mobile-filter-toggle i {
  margin-right: 0.5em;
}
.navbar .search-container #filter-form-collapsible {
  width: 100%;
  justify-items: end;
  padding: 1rem;
  transition: max-height 0.35s ease-out, opacity 0.3s ease-out, padding 0.35s ease-out, visibility 0s linear 0.35s;
}
.navbar .search-container #filter-form-collapsible .filter-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.navbar .search-container #filter-form-collapsible .filter-controls .filter-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.navbar .search-container #filter-form-collapsible .filter-controls .filter-group-main-actions {
  flex-grow: 1;
}
.navbar .search-container #filter-form-collapsible .filter-controls .filter-group-search-input {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, max-width 0.3s ease-in-out;
  max-width: 0;
  overflow: hidden;
}
.navbar .search-container #filter-form-collapsible .filter-controls .filter-group-search-input.search-input-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
  max-width: 350px;
}
.navbar .search-container #filter-form-collapsible .filter-controls .filter-group-search-input label.sr-only { /* Ensure sr-only is defined elsewhere or add its styles */ }
.navbar .search-container #filter-form-collapsible .filter-controls .filter-group-search-input input[type=text] {
  flex-grow: 1;
  min-width: 150px; /* Give it a base width */
}
.navbar .search-container #filter-form-collapsible .filter-controls .filter-group-search-input .btn-search-toggler { /* The button that shows this input field */ }
.navbar .search-container #filter-form-collapsible .filter-controls .filter-group-search-input .btn-submit-search { /* The button that submits this input field's search */ }
@media (max-width: 991px) {
  .navbar .search-container {
    flex-direction: column-reverse;
  }
  .navbar .search-container #mobile-filter-toggle {
    display: flex;
    place-self: flex-end;
  }
  .navbar .search-container #filter-form-collapsible {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    width: 100%;
  }
  .navbar .search-container #filter-form-collapsible.filters-expanded-mobile {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    padding: 1rem;
    transition-delay: 0s;
  }
  .navbar .search-container #filter-form-collapsible .filter-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
  }
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group:last-child {
    border-bottom: none;
  }
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group .filter-as-link,
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group .btn-search-toggler,
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group input[type=text],
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group .btn-submit-search {
    width: 100%;
    margin: 0.25rem 0;
    text-align: left;
  }
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group .btn-search-toggler, .navbar .search-container #filter-form-collapsible .filter-controls .filter-group .btn-submit-search {
    text-align: center;
    padding: 0.5rem;
  }
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group input[type=text] {
    padding: 0.5rem;
  }
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group-search-input {
    max-width: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  .navbar .search-container #filter-form-collapsible .filter-controls .filter-group-search-input.search-input-visible {
    max-width: none;
  }
}

.filter-as-link {
  background: none;
  border: none;
  color: #000f39;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  font-size: 1em;
  display: inline-block;
}
.filter-as-link:hover, .filter-as-link:focus {
  text-decoration: underline;
  color: #d18800;
  outline: none;
}
.filter-as-link.active-filter {
  font-weight: bold;
  color: #000f39;
  text-decoration: none;
}

.btn-search {
  background-color: #d18800;
  color: white;
  border: none;
  padding: 0.4rem 0.8rem;
  border-radius: 0.25rem;
  line-height: 1.2;
}
.btn-search i {
  margin-right: 0.3em;
}
.btn-search:hover {
  background-color: #ad7100;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Header Styles */
.header {
  background-color: #ffffff; /* bg-white */
  border-bottom: 1px solid #e5e7eb; /* border-b */
}

.header .container {
  padding-top: 0.5rem; /* py-2 */
  padding-bottom: 0.5rem; /* py-2 */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  height: 2.5rem; /* h-10 */
  width: auto;
  border-radius: 0.25rem; /* rounded */
}

.header-nav {
  display: none; /* hidden */
  gap: 1.5rem; /* space-x-6 */
  font-size: 0.875rem; /* text-sm */
}

@media (min-width: 768px) { /* md:flex */
  .header-nav {
    display: flex;
  }
}
.header-nav a {
  color: #374151; /* text-gray-700 */
  border-radius: 0.25rem; /* rounded */
  transition: color 0.2s ease-in-out;
}

.header-nav a:hover {
  color: #002ca9; /* hover:text-red-600 */
}

.header-nav a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #002ca9; /* focus:ring-2 focus:ring-red-500 */
}

.profile-button {
  width: 2rem; /* w-8 */
  height: 2rem; /* h-8 */
  background-color: #facc15; /* bg-yellow-400 */
  border-radius: 9999px; /* rounded-full */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; /* text-white */
  font-weight: 700; /* font-bold */
  border: none;
  cursor: pointer;
}

.profile-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #f59e0b; /* focus:ring-2 focus:ring-yellow-500 */
}

/* Main Banner Styles */
.main-banner {
  background-image: linear-gradient(to right, #002ca9, #f97316); /* bg-gradient-to-r from-red-600 to-orange-500 */
  padding-top: 1.5rem; /* py-6 */
  padding-bottom: 1.5rem; /* py-6 */
  border-bottom-left-radius: 0.5rem; /* rounded-b-lg */
  border-bottom-right-radius: 0.5rem; /* rounded-b-lg */
}

.main-banner h1 {
  color: #ffffff; /* text-white */
  font-size: 1.875rem; /* text-3xl */
  font-weight: 700; /* font-bold */
}

@media (min-width: 768px) { /* md:text-4xl */
  .main-banner h1 {
    font-size: 2.25rem;
  }
}
/* Search Bar Styles */
.search-bar {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
}
.search-container .filter-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-self: end;
}
.search-container .filter-group label {
  font-size: 1.15rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.search-container .filter-group select {
  min-width: 200px;
  padding: 0.5rem 1rem;
  font-size: 1.15rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  background-color: #fff;
  color: #374151;
}
.search-container .filter-group select:focus {
  outline: none;
  border-color: #002ca9;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}
.search-container .filter-group .tags-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.search-container .filter-group .tags-group .tag-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.15rem;
  color: #374151;
}
.search-container .filter-group .tags-group .tag-checkbox input[type=checkbox] {
  width: 1.15rem;
  height: 1.15rem;
}
.search-container .filter-group .search-button, .search-container .filter-group .reset-button {
  padding: 0.5rem 1.25rem;
  font-size: 1.15rem;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: all 0.2s;
}
.search-container .filter-group .search-button {
  background-color: #002ca9;
  color: white;
  border: none;
}
.search-container .filter-group .search-button:hover {
  background-color: #003de5;
}
.search-container .filter-group .reset-button {
  background-color: #f3f4f6;
  color: #4b5563;
  text-decoration: none;
}
.search-container .filter-group .reset-button:hover {
  background-color: #e5e7eb;
}
.search-container .filter-group button.filter-as-link {
  background: none;
  border: none;
  color: #000f39;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  font-size: 1.1em;
  display: inline-block;
}
.search-container .filter-group button.filter-as-link:hover, .search-container .filter-group button.filter-as-link:focus {
  text-decoration: underline;
  color: #d18800;
  outline: none;
}
.search-container .filter-group button.filter-as-link.active-filter {
  font-weight: bold;
  color: #000f39;
  text-decoration: none;
}
.search-container .filter-group button.filter-as-link.active-filter:hover, .search-container .filter-group button.filter-as-link.active-filter:focus {
  text-decoration: underline;
}
.search-container .filter-group .btn.btn-search {
  background-color: #d18800;
  color: white;
  border: none;
}
.search-container .filter-group .btn.btn-search:hover {
  background-color: #ad7100;
}
.search-container .filter-group .btn.btn-search-show {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.search-container #search-text-input-group {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.search-container .view-toggle {
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}
.search-container .view-toggle button {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  background-color: white;
}
.search-container .view-toggle button svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #6b7280;
}
.search-container .view-toggle button:hover {
  background-color: #f3f4f6;
}
.search-container .view-toggle button.active {
  background-color: #e5e7eb;
}
.search-container .view-toggle button.active svg {
  stroke: #1f2937;
}

.filter-group label {
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  color: #374151; /* text-gray-700 */
}

.filter-group select {
  font-size: 0.875rem; /* text-sm */
  border: 1px solid #d1d5db; /* border-gray-300 */
  border-radius: 0.25rem; /* rounded */
  padding: 0.25rem 0.5rem; /* px-2 py-1 */
}

.filter-group select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #002ca9; /* focus:border-red-500 */
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.5); /* focus:ring-red-500 */
}

.view-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* gap-2 */
  margin-left: auto; /* ml-auto */
}

.view-toggle button {
  background-color: #e5e7eb; /* bg-gray-200 */
  padding: 0.25rem; /* p-1 */
  border-radius: 0.25rem; /* rounded */
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.view-toggle button:hover {
  background-color: #d1d5db; /* hover:bg-gray-300 */
}

.view-toggle button:focus {
  outline: 2px solid transparent;
  outline-offset: 1px; /* focus:ring-offset-1 */
  box-shadow: 0 0 0 2px #9ca3af; /* focus:ring-2 focus:ring-gray-400 */
}

.view-toggle svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ftco-footer {
  padding: 1.5rem 0;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 1.5rem 0 0;
  display: inline-block;
}
.ftco-footer-social lili:first {
  margin: 0 1.5rem 0 0;
}
.ftco-footer-social li a {
  height: 4rem;
  width: 4rem;
  display: block;
  float: left;
  background: var(--white);
  border-radius: 50%;
  position: relative;
  color: #002ca9;
}
.ftco-footer-social li a span {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ftco-footer-social li a:hover {
  color: var(--white);
  background: #002ca9;
  border: 1px solid var(--white);
}

@media (max-width: 768px) {
  .ftco-footer {
    padding: 0.5rem;
  }
  .ftco-footer-info {
    flex-direction: column;
    align-items: center !important;
    margin-bottom: 1rem;
  }
}
#intro {
  min-height: 70vh;
  position: relative;
}
#intro h1.h1-main-title {
  margin-bottom: 5rem;
  font-size: 5rem;
}
#intro::before {
  background-image: url(../images/intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 1;
  display: block;
  filter: blur(0.15rem);
}
#intro .container {
  position: relative;
  padding: 8rem 0 4rem;
}
@media (max-width: 768px) {
  #intro .container {
    padding: 3rem 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #intro .video {
    margin-bottom: 3rem;
  }
}
#intro p {
  font-size: 2.1rem;
}
#intro .button-way-point {
  width: 6rem;
  height: 6rem;
  border: 0.1rem solid var(--white);
  border-radius: 50%;
  color: var(--white);
  transition: all ease 0.35s;
}
#intro .button-way-point:hover {
  text-decoration: none;
  background: var(--white);
  color: #002ca9;
  transition: all ease 0.35s;
}
#intro .subHome {
  position: absolute;
  bottom: 20px;
  right: 0;
}
#intro .intro {
  min-height: 70vh;
}

/* módulo intro */
.owl-item .cause-entry.box {
  display: flex;
  flex-direction: column;
}
.owl-item .cause-entry .img {
  display: block;
  min-height: 300px;
  background-size: cover;
}

@media (min-width: 768px) {
  .cause-entry .text {
    margin-top: -4rem !important;
    background: #fff;
    width: 90%;
    margin: 0 auto;
  }
}
.owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-item .item {
  height: 100%;
}
.owl-item h3 {
  font-size: 2.2rem;
  margin-bottom: 1.8rem;
}
.owl-item h3 a:hover {
  color: #002ca9;
}
.owl-item .btn {
  font-size: 1.6rem;
  color: var(--gray);
  font-family: "Montserrat", sans-serif;
  border: 1px solid #eee;
  font-weight: 700;
  box-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.2);
  align-self: center;
  border-radius: 0;
}
.owl-item .btn:hover {
  background-color: #002ca9;
  color: var(--white);
}

/* slide */
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 0.4;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.owl-carousel .owl-nav .owl-prev span::before,
.owl-carousel .owl-nav .owl-prev span::before,
.owl-carousel .owl-nav .owl-next span::before,
.owl-carousel .owl-nav .owl-next span::before {
  font-size: 80px;
  text-shadow: 0px 3px 1px rgba(86, 86, 86, 0.3607843137);
  color: #002ca9;
}
.owl-carousel .owl-nav .owl-prev:hover span::before,
.owl-carousel .owl-nav .owl-prev:hover span::before,
.owl-carousel .owl-nav .owl-next:hover span::before,
.owl-carousel .owl-nav .owl-next:hover span::before {
  color: #002ca9;
}
.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
  margin: 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #002ca9;
}
.owl-carousel .owl-dots:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
  padding: 10px;
}

.carousel-cause.owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
  position: relative;
}

.owl-carousel .owl-item.active,
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active:hover {
  background: #999;
}

/* módulo carousel */
/* accordeon */
.card .card-header {
  padding: 0;
}
.card .card-header h3 {
  margin: 0;
}
.card .card-header .btn-link {
  position: relative;
  padding: 1.5rem;
  display: block;
  text-decoration: none;
  background: #000f39;
  color: var(--white);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1;
  border: 1px solid #000f39;
  width: 100%;
  text-align: left;
  white-space: initial;
  border-radius: 0;
}
.card .card-header .btn-link:hover, .card .card-header .btn-link:focus {
  opacity: 0.8;
}
.card .card-header .btn-link[aria-expanded=true] {
  background-color: #000f39;
  border-color: #000f39;
  opacity: 1;
}
.card .card-header .btn-link::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 3rem;
  color: var(--white);
}
.card .card-header .btn-link[aria-expanded=show]:after, .card .card-header .btn-link[aria-expanded=true]:after {
  content: "\f106";
}
.card .card-body {
  padding: 1.5rem 3rem;
}

/* módulo paso a paso y Tabla datos */
.faqs {
  padding-bottom: 4rem;
}
.faqs .content-block {
  margin-bottom: 5rem;
}
.faqs .content-block a h3, .faqs .content-block a p {
  color: #002ca9;
}
.faqs .content-block a:hover h3, .faqs .content-block a:hover p {
  color: var(--red);
}
.faqs .icon-box span {
  padding: 1rem 2rem 0 0;
  font-size: 3.5rem;
}
.faqs .box__faq--default a {
  padding: 2rem 0.5rem;
}
.faqs .box__faq--default a:hover {
  color: inherit;
}
.faqs .box__faq:hover {
  background-color: rgba(167, 177, 177, 0.043);
}

/* módulo FAQS o Biblioteca */
#destacadas {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#destacadas .destacadas-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-around;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #destacadas .destacadas-row {
    flex-direction: column;
  }
}
#destacadas .destacadas-row a {
  text-decoration: none;
  color: inherit;
}
#destacadas .destacadas-row .destacada-card {
  border: none;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1 0 33.333%;
  transition: transform 0.3s ease;
}
#destacadas .destacadas-row .destacada-card:hover {
  transform: scale(1.025);
}
@media (max-width: 768px) {
  #destacadas .destacadas-row .destacada-card {
    flex: 1 0 100%;
  }
}
#destacadas .destacadas-row .listing-image-rect {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#destacadas .destacadas-row .destacada-card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#destacadas .destacadas-row .listing-image-rect.destacada {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#destacadas .destacadas-row .listing-image-rect.destacada img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#destacadas .destacadas-row .listing-content-col.destacada {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#destacadas .destacadas-row .listing-content-col.destacada > h3 {
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding: 0.5rem;
  transition: background-color 0.3s ease;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#destacadas .destacadas-row .listing-content-col.destacada > h3:hover {
  background-color: rgba(0, 0, 0, 0.418);
}
#destacadas .destacadas-row a.listing-title.destacada {
  text-decoration: none !important;
  color: inherit !important;
}

/* módulo destacada */
#banner .container {
  overflow: hidden;
}

#banner .container img {
  width: auto;
  max-width: 350px;
}

.banner-area {
  background-color: #e42528;
}
.banner-area a {
  text-align: center;
}
.banner-area h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

.banner-area-margin {
  margin: 20px 0 20px 0;
}

@media (max-width: 768px) {
  .bloghash-container {
    margin-top: -50px;
  }
}
/* MODULO BANNER */
.scorecontainer {
  display: flex;
  justify-content: center;
}

.boton-contador {
  width: 90px;
  padding: 20px 0;
  cursor: default;
  border-radius: 20px;
  outline: none !important;
  font-size: 80px;
  color: white;
  display: block;
  font-weight: bold;
  font-family: system-ui, -apple-system;
  background-color: #e3ae3a;
}

.boton-contadorcontainer {
  display: inline-block;
  margin: 4px;
  text-align: center;
}

@media (max-width: 1030px) {
  .boton-contador {
    width: 64px;
    font-size: 52px;
  }
}
@media (max-width: 850px) {
  .boton-contador {
    width: 58px;
    font-size: 50px;
  }
}
@media (max-width: 655px) {
  .boton-contador {
    width: 48px;
    font-size: 50px;
  }
}
@media (max-width: 585px) {
  .boton-contador {
    width: 48px;
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .boton-contador {
    width: 48px;
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .boton-contador {
    width: 40px;
    height: 86px;
    font-size: 24px;
  }
}
@media (max-width: 280px) {
  .boton-contador {
    width: 32px;
    height: 70px;
    font-size: 20px;
  }
}
/*elemento contador*/
.calendar {
  border: 1px solid #002ca9;
  max-width: 1366px;
  background: #fff;
  height: 39 7px;
}

.month-wrapper {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 900;
  background-color: #000f39;
  color: white;
  justify-content: center;
}
.month-wrapper #month {
  font-weight: inherit;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.month-wrapper .arrow-wrapper {
  padding: 1rem;
  cursor: pointer;
}
.month-wrapper .arrow-wrapper:first-child:hover .arrow {
  transform: translateX(-0.5rem);
}
.month-wrapper .arrow-wrapper:last-child:hover .arrow {
  transform: translateX(0.5rem);
}
.month-wrapper .arrow {
  font-size: 2.2rem;
  display: block;
  font-weight: 900;
  transition: transform 0.25s ease;
}

.days-wrapper {
  display: flex;
  border-bottom: 1px solid #002ca9;
  width: 100%;
}
.days-wrapper > *:not(:nth-of-type(7n)) {
  border-right: 1px solid #002ca9;
}
.days-wrapper .day {
  min-height: initial;
  padding: 0.5rem;
  text-transform: uppercase;
  justify-content: center;
  color: black;
  font-size: 0.49rem;
  font-weight: 700;
  flex: 14.285%;
  background-color: #9e6700;
}

.dates-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*& > *:not(:nth-of-type(7n)) { border-right: 1px solid $primary_color_dark; }
  & > *:nth-of-type(6),
  & > *:nth-of-type(13), 
  & > *:nth-of-type(20), 
  & > *:nth-of-type(27), 
  & > *:nth-of-type(34), 
  & > *:nth-of-type(7n)
  { background: #f5f5f5; }*/
}

.date, .day {
  display: flex;
  flex: 0 0 14.28571%;
  width: 14.28571%;
  background: #fff;
  min-height: 10rem;
  border: 1px solid #000f39;
}

.date {
  display: inline-grid;
  font-size: 1.1rem;
}
.date span {
  margin-left: auto;
  font-size: 1.7rem;
  align-self: flex-start;
}
.date .current-date {
  background: #000f39;
  color: #fff;
}
.date a {
  margin-top: auto;
  text-decoration: none;
  color: #000;
  border-radius: 0.5rem;
  font-weight: 600;
}
.date > *:not(.box) {
  padding: 0.5rem;
}
.date.event {
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.date.event .event-description:hover + .box {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.date.event .box {
  position: absolute;
  left: 50%;
  bottom: 80%;
  width: 20rem;
  height: max-content;
  text-align: center;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  pointer-events: none;
}
.date.event .box .span-wrapper {
  display: block;
  color: #000f39;
  padding: 2rem;
}
.date.event .box .span-wrapper .box-span-date, .date.event .box .span-wrapper .box-span-time {
  text-transform: capitalize;
  display: block;
}
.date.event .box .span-wrapper .box-span-date {
  margin-bottom: 0.5rem;
}

.blank {
  flex: 0 0 14.28571%;
  min-height: 10rem;
  border: 1px solid #000f39;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 388px) {
  .days-wrapper .day {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 910px) {
  .days-wrapper .day {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 520px) {
  .days-wrapper {
    display: none;
  }
  .blank {
    display: none;
  }
  .date {
    display: none;
  }
  .date span {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .date.event {
    display: inline-grid;
    flex: 100%;
    width: 100%;
    height: auto;
  }
}
.section #calendario {
  padding: 0;
}

.calendario-banner-wrapper {
  width: 100%;
  height: 20vh;
  background-color: #000f39;
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
}

.calendario-banner-wrapper img {
  max-width: 100%; /* Asegura que la imagen no sobrepase el contenedor */
  max-height: 100%;
}

/* calendario*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.boif-filter-container {
  padding: 20px 40px;
  margin-bottom: 30px;
}
.boif-filter-container #boif-filter-form .boif-filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-select {
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  flex-grow: 1;
  min-width: 150px;
}
.boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-select:focus {
  border-color: #002ca9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0039dc;
}
.boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input {
  display: flex;
  align-items: center;
  flex-grow: 2;
  min-width: 250px;
}
.boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input #search_term {
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 1.5rem;
  flex-grow: 1;
}
.boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input #search_term:focus {
  border-color: #002ca9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0039dc;
}
.boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input .boif-btn-search {
  padding: 10px 15px;
  background-color: #d18800;
  color: white;
  border: 1px solid #d18800;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input .boif-btn-search i {
  font-size: 1.7rem;
}
.boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input .boif-btn-search:hover {
  background-color: #9e6700;
  border-color: #9e6700;
}
.boif-filter-container #boif-filter-form .boif-btn-clear {
  padding: 10px 15px;
  background-color: #d18800;
  color: white;
  border: 1px solid #d18800;
  border-radius: 4px;
  font-size: 1.8rem;
  cursor: pointer;
}
.boif-filter-container #boif-filter-form .boif-btn-clear:hover {
  background-color: #9e6700;
  border-color: #9e6700;
}

@media (max-width: 768px) {
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-select,
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input {
    width: 100%;
    min-width: 0;
  }
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input #search_term {
    border-radius: 4px;
  }
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input .boif-btn-search {
    border-radius: 4px;
  }
  h1 {
    font-size: 2rem !important;
  }
}
@media (max-width: 480px) {
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input #search_term,
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-select {
    font-size: 1.2rem;
    padding: 8px 12px;
  }
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input .boif-btn-search {
    padding: 8px 12px;
  }
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input .boif-btn-search i {
    font-size: 1.2rem;
  }
  .boif-filter-container #boif-filter-form .boif-filter-controls .boif-filter-group-main-actions .boif-filter-group-search-input .boif-btn-clear {
    font-size: 1.2rem;
    padding: 8px 12px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html.vacunacion {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html.vacunacion body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  opacity: 0; /* Start transparent */
  animation: fadeInPage 0.5s ease-out forwards;
  animation-delay: 0.2s; /* Delay to match preloader fade out */
}

.section {
  padding-left: 10px;
  padding-right: 10px;
}
.section .container,
.section .container-fluid {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .section .container {
    padding: 2rem 1rem;
  }
}

.bg-dark {
  background-color: #002ca9 !important;
}

.primary_color {
  color: #002ca9;
}

.primary_color_dark {
  color: #000f39;
}

.complementary_color {
  color: #d18800;
}

.complementary_color_dark {
  color: #9e6700;
}

.red {
  color: var(--red);
}

.gris {
  color: var(--gray);
}

h1 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.8rem;
    text-align: center;
  }
}

h2 {
  font-size: 2.8rem;
}

h1,
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}

h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

a {
  color: #002ca9;
}
a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
a.btn-link {
  background: #d18800;
  border: 0.1rem solid #d18800;
  color: var(--white);
  padding: 1rem 2rem;
  width: auto;
  text-align: center;
}
a.btn-link:hover, a.btn-link:focus {
  color: #d18800;
  background: var(--white);
}

p {
  color: var(--gray);
}

/*fontawsome issue*/
.fa,
.fas {
  font-family: "FontAwesome";
}

/* tabla csv */
.table_content__info a {
  font-weight: bold;
  color: #002ca9;
}
.table_content__info a:hover, .table_content__info a:focus {
  color: #000f39;
}

/* loader */
#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}
#ftco-loader .fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
#ftco-loader.show {
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#ftco-loader .circular {
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  transform: rotate(0deg);
}
#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

/* Preloader */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  transition: 0.3s all ease;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader .preloader-body {
  text-align: center;
}
.preloader .preloader-body p {
  position: relative;
  right: -8px;
}
.preloader .cssload-container {
  width: 100%;
  height: 36px;
  text-align: center;
}
.preloader .cssload-container .cssload-speeding-wheel {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid #002ca9;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: cssload-spin 0.88s infinite linear;
}

/* ToTop */
.ui-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.6rem;
  color: var(--white);
  background: #002ca9;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.45s all ease-in-out;
}
.ui-to-top:hover, .ui-to-top:focus {
  color: var(--white);
  background: #000f39;
  text-decoration: none;
}
@media (max-width: 767px) {
  .ui-to-top {
    display: none !important;
  }
}

/*chatico*/
.link-chatico {
  position: fixed;
  right: 1.5rem;
  bottom: 11rem;
  z-index: 100;
  width: 8rem;
  height: 8rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.6rem;
  overflow: hidden;
  background-color: #f8f9fa;
  transition: 0.3s all ease-in-out;
}

.row-30 > * {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .devider-bottom {
    padding-bottom: 20px;
    font-size: 33px;
    line-height: 1.33333;
  }
  .devider-bottom:after {
    width: 393px !important;
    left: -175px !important;
    display: block !important;
  }
  .offset-top-45 {
    margin-top: 45px;
  }
}
.devider-bottom {
  visibility: visible;
  animation-delay: 0.3s;
  animation-name: fadeInLeft;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.devider-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 3px;
  background-color: #e31933;
  display: none;
}

.devider-bottom {
  position: relative;
}

.section-name {
  letter-spacing: 0.17em;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 2.14286;
  font-weight: 400;
  color: #888888;
  /*-webkit-text-size-adjust: none;*/
}

.devider-bottom .text-primary {
  color: #EA0029 !important;
}

@media (min-width: 992px) {
  .block-sm {
    max-width: 430px;
  }
}
.block-sm {
  margin-left: auto;
  margin-right: auto;
}

.fecha-noticia.mb-4.font-weight-bold.text-light {
  font-size: 2rem;
  font-family: var(--font-primary);
  text-transform: uppercase;
  line-height: 2.14286;
  font-weight: 400 !important;
  color: #888888 !important;
  /*-webkit-text-size-adjust: none;*/
}

/* Vacunometro Iframe*/
.vacunometro-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
#microrelatos .yt-video-main-iframe {
  width: 100%;
  border-radius: 25px 25px 0 0;
}
#microrelatos .border {
  border: none !important;
}
#microrelatos .btn-link {
  background: #e42528;
  border: none;
  text-decoration: none;
}
#microrelatos .btn-link:hover, #microrelatos .btn-link:focus {
  color: #fff;
}
#microrelatos .micro-subt {
  background: rgb(228, 37, 40);
  background: linear-gradient(180deg, rgb(228, 37, 40) 49%, rgb(179, 28, 31) 90%);
  border-radius: 0 0 25px 25px;
}
#microrelatos .micro-subt a {
  color: #fff;
  text-decoration: none;
}

#testimonios p {
  margin: 0 auto;
  font-size: 2rem;
  color: #000;
}
#testimonios h2 {
  width: 80%;
  margin: 30px auto;
}

#galeria {
  padding: 30px 0;
  background: #f0f0f0;
}

#separador .btn-link,
#galeria .btn-link {
  background: #e42528;
  border: none;
  text-decoration: none;
}
#separador .btn-link:hover, #separador .btn-link:focus,
#galeria .btn-link:hover,
#galeria .btn-link:focus {
  color: #fff;
}

#separador p {
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
  color: #000;
}
#separador a {
  text-decoration: none;
}
#separador a:hover {
  color: #e22038;
}
#separador img {
  width: 25%;
  margin: 50px 0;
}

.yt-video-main-iframe {
  width: 50%;
  max-width: 1140px;
  aspect-ratio: 16/8;
  margin: auto;
  border-radius: 25px;
}

@media (max-width: 768px) {
  .yt-video-main-iframe {
    width: 95%;
    border-radius: 0;
  }
}
.etiqueta {
  background-color: #000f39;
  color: white;
  max-width: fit-content;
  padding: 23px;
  font-weight: 600;
  position: absolute;
  z-index: 2;
}

.etiqueta h3 {
  margin-bottom: 0;
}

.texto-y-boton {
  position: absolute;
  bottom: 0;
  display: block;
}

.texto-y-boton h3 {
  font-size: 1.8rem;
  margin: 1em;
}

.boton-comp a {
  text-decoration: none;
  background-color: #9e6700;
  color: white;
  width: 100%;
  padding: 23px;
  font-weight: 600;
  z-index: 2;
}

.border-dashed {
  border: #002ca9 solid 1px;
}

h3.subtitle {
  font-size: 1.4em;
  color: #000f39;
  margin-top: 20px;
}

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

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

.mb-10 {
  margin-bottom: 10px;
}

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

.img-center {
  position: absolute;
  top: 30%;
  left: calc(50% - 50px);
}

a.hidden-navbar {
  background-color: #fff !important;
  color: #fff !important;
  text-decoration: none;
}
a.hidden-navbar:hover {
  color: #fff !important;
  background-color: #fff !important;
}

footer {
  background: #002ca9;
}
footer .img-fluid {
  max-height: 180px;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button, select {
  font: inherit;
}

.lucide {
  font-family: "FontAwesome";
  font-size: 1em;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; /* Ensure it behaves well inline */
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-map-pin::before {
  content: "\f041";
}

#feed h1 {
  text-align: center;
  color: #000f39;
}

h2 {
  text-align: center;
  color: #000f39;
}

/* View Styles */
#feed.grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
#feed.grid-view .listing-section {
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
}
#feed.grid-view .listing-image-col {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}
#feed.grid-view .listing-content-col {
  width: 100%;
  padding: 0 1.5rem;
}

#feed.list-view .listing-section {
  flex-direction: row;
}

/* View Toggle Buttons */
.view-button.active {
  background-color: #e5e7eb;
}
.view-button.active svg {
  stroke: #1f2937;
}

/* Utility Classes Replacements */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem; /* px-4 */
  padding-right: 1rem; /* px-4 */
}

/* Responsive container max-widths (Tailwind defaults) */
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Main Content Styles */
.main-content {
  padding-top: 1.5rem; /* py-6 */
  padding-bottom: 1.5rem; /* py-6 */
}

.main-section {
  margin-bottom: 2rem; /* mb-8 */
}

.section-title {
  font-size: 1.125rem; /* text-lg */
  font-weight: 600; /* font-semibold */
  margin-bottom: 1rem; /* mb-4 */
  color: #1f2937; /* text-gray-800 */
}

/* Grid Styles */
.grid {
  display: grid;
  gap: 1rem; /* gap-4 */
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) { /* md:grid-cols-3 */
  .md-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 640px) { /* sm:grid-cols-2 */
  .sm-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) { /* md:grid-cols-4 */
  .md-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* Card Styles */
.card {
  border-radius: 0.5rem; /* rounded-lg */
  overflow: hidden;
  background-color: #ffffff; /* bg-white */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); /* shadow-sm */
  border: 1px solid #e5e7eb; /* border border-gray-200 */
}

.card-image-container {
  position: relative;
  height: 10rem; /* h-40 */
}

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* object-cover */
}

.card-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* bg-black bg-opacity-40 */
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem; /* rounded-t-lg */
  border-top-right-radius: 0.5rem; /* rounded-t-lg */
}

.card-overlay-title {
  color: #ffffff; /* text-white */
  font-size: 1.25rem; /* text-xl */
  font-weight: 700; /* font-bold */
  text-align: center;
  line-height: 1.3; /* Adjust if needed */
}

.card-content {
  padding: 0.75rem; /* p-3 */
}

.card-content-title {
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  color: #1f2937; /* text-gray-800 */
  overflow: hidden; /* truncate */
  text-overflow: ellipsis; /* truncate */
  white-space: nowrap; /* truncate */
}

/* Listing Item Styles */
.listing-section {
  display: flex;
  flex-direction: column; /* Default: flex-col */
  gap: 1rem; /* gap-4 */
  background-color: #ffffff; /* bg-white */
  padding: 1rem; /* p-4 */
  border-radius: 0.5rem; /* rounded-lg */
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
  border: 1px solid #e5e7eb; /* border border-gray-200 */
  margin: 1.5rem 0;
}

.listing-section a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 768px) { /* md:flex-row */
  #feed.list-view .listing-section {
    flex-direction: column;
  }
  .listing-content-col h2 {
    font-size: 2.2rem !important;
  }
  .mobile-hidden {
    display: none !important;
  }
  .desktop-hidden {
    display: block !important;
  }
}
.desktop-hidden {
  display: none !important;
}

.listing-image-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.listing-image-round {
  width: 8rem; /* w-32 */
  height: 8rem; /* h-32 */
  border-radius: 9999px; /* rounded-full */
  background-color: #f3f4f6; /* bg-gray-100 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.listing-image-round img {
  width: 6.25rem; /* width=100 */
  height: 6.25rem; /* height=100 */
  border-radius: 9999px; /* rounded-full */
  object-fit: cover;
}

.listing-image-rect img {
  border-radius: 0.5rem; /* rounded-lg */
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.listing-image-rect img:hover {
  transform: scale(1.025);
}

.listing-image-logo-container {
  background-color: #ffffff; /* bg-white */
  padding: 0.5rem; /* p-2 */
  border-radius: 0.5rem; /* rounded-lg */
  border: 1px solid #e5e7eb; /* border border-gray-200 */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.listing-image-logo {
  width: auto;
  height: auto;
  max-height: 6rem; /* max-h-24 */
  object-fit: contain;
}

.listing-image-overlay-container {
  position: relative;
  height: 10rem; /* h-40 */
  border-radius: 0.5rem; /* rounded-lg */
  overflow: hidden;
}

.listing-image-overlay-container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-image-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3); /* bg-black bg-opacity-30 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing-image-overlay h3 {
  color: #ffffff; /* text-white */
  font-size: 1.5rem; /* text-lg */
  font-weight: 700; /* font-bold */
  text-align: center;
  line-height: 1.2; /* leading-tight */
}

.listing-content-col {
  padding: 0 2.5rem;
}

.listing-placeholder-box {
  background-color: #e5e7eb; /* bg-gray-200 */
  padding: 1rem; /* p-4 */
  border-radius: 0.5rem; /* rounded-lg */
  width: 100%;
  height: 8rem; /* h-32 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.listing-placeholder-box h3 {
  font-size: 1.25rem; /* text-xl */
  font-weight: 700; /* font-bold */
  color: #374151; /* text-gray-700 */
}

.listing-title {
  font-size: 3.5rem; /* text-lg */
  font-weight: 600; /* font-semibold */
  color: #1f2937; /* text-gray-800 */
}

.listing-description {
  font-size: 1.9rem; /* text-md */
  color: #334154; /* text-gray-600 */
  margin-top: 0.25rem; /* mt-1 */
}

.listing-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; /* gap-2 */
  margin-top: 0.5rem; /* mt-2 */
}

.listing-content-col h2 {
  font-size: 2.8rem;
}

.listing-readmore {
  margin-top: 0.75rem; /* mt-3 */
}

.listing-readmore a {
  font-size: 1.75rem; /* text-md */
  color: #1f2937; /* text-red-600 */
  font-weight: 600; /* font-semibold */
  border-radius: 0.25rem; /* rounded */
  transition: text-decoration 0.2s ease-in-out;
}

.listing-readmore a:hover {
  text-decoration: underline; /* hover:underline */
}

.listing-readmore a:focus {
  margin-top: 1rem;
  outline: 2px solid transparent;
  outline-offset: 1px; /* focus:ring-offset-1 */
  box-shadow: 0 0 0 2px #002ca9; /* focus:ring-2 focus:ring-red-500 */
}

/* Badge Styles */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem; /* gap-1 */
  font-size: 1.5rem; /* text-lg */
  padding: 0.5rem 0.75rem;
  color: #000f39; /* text-gray-600 */
  background-color: #ffffff; /* Assuming default variant="outline" */
  white-space: nowrap; /* Prevent wrapping */
  word-wrap: break-word; /* Allow long words to be broken */
  overflow: hidden; /* Prevent overflow */
}

.badge .lucide {
  margin-right: 0.25rem; /* mr-1 */
  /* font-size: 0.75rem; h-3 w-3 equivalent */
}

.badge-categoria {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem; /* gap-1 */
  font-size: 1.8rem; /* text-lg */
  font-weight: 600;
  padding: 0.5rem 1.85rem;
  border-radius: 9999px; /* rounded-full */
  color: #f39d00; /* text-gray-600 */
  background-color: #fdeccc; /* Assuming default variant="outline" */
  white-space: nowrap; /* Prevent wrapping */
  word-wrap: break-word; /* Allow long words to be broken */
  overflow: hidden; /* Prevent overflow */
}

/* Pagination Styles */
.pagination-container {
  margin-top: 2rem; /* mt-8 */
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  gap: 0.5rem; /* space-x-2 equivalent for items */
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem; /* size-10 */
  height: 2.5rem; /* size-10 */
  border-radius: 0.375rem; /* rounded-md */
  border: 1px solid #e5e7eb; /* border */
  background-color: #ffffff; /* bg-white */
  color: #374151; /* text-gray-700 */
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  padding: 10px;
}

.pagination-link:hover {
  background-color: #f3f4f6; /* hover state */
}

.pagination-link.is-active {
  background-color: #facc15; /* bg-yellow-400 */
  border-color: #facc15; /* border-yellow-400 */
  color: #ffffff; /* text-white */
  font-weight: 600; /* Make active link bolder */
}

/* Footer Styles */
.footer {
  background-color: #002ca9; /* bg-red-600 */
  color: #ffffff; /* text-white */
  padding-top: 1.5rem; /* py-6 */
  padding-bottom: 1.5rem; /* py-6 */
  margin-top: 3rem; /* mt-12 */
  border-top-left-radius: 0.5rem; /* rounded-t-lg */
  border-top-right-radius: 0.5rem; /* rounded-t-lg */
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem; /* gap-4 */
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem; /* space-x-4 */
}

.footer-brand-icon {
  width: 2.5rem; /* w-10 */
  height: 2.5rem; /* h-10 */
  background-color: #ffffff; /* bg-white */
  border-radius: 9999px; /* rounded-full */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002ca9; /* text-red-600 */
  font-size: 1.25rem; /* text-xl */
  font-weight: 700; /* font-bold */
}

.footer-brand p {
  font-size: 0.875rem; /* text-sm */
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; /* Center logos when wrapped */
  gap: 1rem; /* gap-4 */
}

.footer-logos img {
  height: 2rem; /* h-8 */
  width: auto;
  border-radius: 0.25rem; /* rounded */
}

.listado-vacio {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #002ca9;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeInPage {
  to {
    opacity: 1;
  }
}

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