.frank-ruhl-light {
  font-family: "Frank Ruhl Libre", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}

.frank-ruhl-regular {
  font-family: "Frank Ruhl Libre", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.frank-ruhl-bold {
  font-family: "Frank Ruhl Libre", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 960px) {
  h1 {
    font-size: 1.25rem !important;
    letter-spacing: -1px;
    font-weight: 400 !important;
  }
}
html,
body {
  font-family: "Frank Ruhl Libre", serif !important;
  background-color: #e1e0db !important;
}

h2 {
  color: #0c3e21;
  font-weight: 300 !important;
}

h3 {
  font-size: 1.5rem !important;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

h5 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #232320;
  font-family: "Frank Ruhl Libre", serif;
}

p {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  font-size: 1rem;
  color: #232320;
}

span {
  color: white;
  padding: 1px 9px;
  font-weight: 600;
}

.btn {
  font-size: 1rem !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: all 0.3s ease !important;
}
.btn i {
  font-size: 1.2rem !important;
}
.btn:hover {
  transform: scale(1.05) !important;
  font-weight: 600 !important;
}

.btn-animado {
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.btn-animado i {
  font-size: 1.2rem;
}
.btn-animado:hover {
  transform: scale(1.05);
  font-weight: 600;
}

::selection {
  background-color: #5f507A;
  color: #f3f3f3;
}

.navbar {
  background-color: rgba(163, 163, 163, 0.3294117647) !important;
  text-align: center;
}
.navbar .nav-link {
  color: #232320;
  transition: color 0.3s ease;
  border-radius: 5px;
}
.navbar .nav-link:hover {
  background-color: rgba(123, 109, 147, 0.6196078431);
  color: #f3f3f3;
}
.navbar .nav-link:focus {
  color: #232320;
  background-color: rgba(175, 162, 137, 0.6196078431);
}
.navbar .nav-link.active {
  color: #f3f3f3;
  background-color: rgba(95, 80, 122, 0.5294117647);
}
.navbar .navbar-toggler {
  border: none;
  box-shadow: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler i {
  font-size: 1.5rem;
}

.custom-nav {
  background-color: #a3a9a3;
  border-radius: 15px;
  padding: 0.5rem 1rem;
}

.dropdown-menu {
  background-color: #295929;
  border-radius: 15px;
  border: none;
  padding: 0.5rem 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.dropdown-menu .dropdown-item {
  color: #232320;
  padding: 0.4rem 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color: #f3f3f3;
  background-color: #58585a;
}
.dropdown-menu.show {
  background: rgba(233, 233, 233, 0.95);
  text-align: center;
}

.logo {
  text-align: center;
  padding: 1rem 0;
}
.logo a {
  display: inline-block;
}
.logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero-section {
  padding: 1rem 0;
}
.hero-section .btn {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.hero-section .btn i {
  font-size: 1.2rem;
}
.hero-section .btn:hover {
  transform: scale(1.05);
  font-weight: 600;
}
.hero-section img {
  max-height: 400px;
}

.footer {
  background-color: #903583;
  border-top: 2px solid #f5bf2f;
}
.footer .footer-logo {
  width: 250px;
}
.footer a:hover {
  color: #f3f3f3;
}
.footer i {
  transition: 0.3s;
}
.footer i:hover {
  transform: scale(1.2);
}

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #f5bf2f;
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 27px;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
  font-size: 0.91rem;
  z-index: 999;
  transition: all 0.3s ease;
}
.scroll-to-top:hover {
  background-color: #080808;
  transform: translateY(-5px);
  color: #f5bf2f;
}
.scroll-to-top i {
  font-size: 1.25rem;
}

.scroll-to-top {
  display: none;
}

.card-apia {
  border-radius: 2rem;
  padding: 1.5rem 1rem;
  color: #fff;
  position: relative;
  height: 160px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-apia .card-icon {
  position: absolute;
  top: 0rem;
  right: -1rem;
  font-size: 7rem;
  opacity: 0.25;
  z-index: 1;
}
.card-apia .titulo {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  z-index: 2;
  position: relative;
  color: #fff;
}
.card-apia .descripcion {
  font-size: 0.85rem;
  line-height: 1.4;
  z-index: 2;
  position: relative;
  color: #fff;
}
.card-apia:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.l-bg-cherry {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}

.l-bg-blue-dark {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.l-bg-purple {
  background: linear-gradient(135deg, #a044ff, #6a3093);
}

.l-bg-green-dark {
  background: linear-gradient(135deg, #11998e, #38ef7d);
}

@media (max-width: 768px) {
  .card-apia {
    height: auto;
    padding: 1.2rem 1rem;
  }
  .card-apia .card-icon {
    font-size: 3rem;
    top: 0.5rem;
    right: 0.5rem;
  }
}
.section-nosotros img {
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  height: 284px;
  width: 100%;
  object-fit: cover;
}
.section-nosotros p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .section-nosotros p {
    font-size: 1rem;
  }
}

.directiva {
  background-color: #f3f3f3;
}
.directiva h5 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #232320;
  margin: 5px 0 -5px 0;
}
.directiva .miembro-directiva {
  text-align: center;
  padding: 1rem 0;
}
.directiva .miembro-directiva .foto-miembro {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.directiva .miembro-directiva:hover .foto-miembro {
  filter: grayscale(0%);
}
.directiva .miembro-directiva .info-miembro {
  margin-top: 1rem;
}
.directiva .miembro-directiva .info-miembro .social-icons a {
  font-size: 0.8rem !important;
  padding: 0.25rem 0.6rem;
  display: inline-flex;
  align-items: center;
}
.directiva .miembro-directiva .info-miembro .social-icons a i {
  font-size: 1rem;
}
.directiva .miembro-directiva .info-miembro .social-icons a:hover {
  background-color: #0e76a8;
  color: #fff;
}
.directiva .foto-wrapper {
  position: relative;
  display: inline-block;
}
.directiva .foto-wrapper .foto-miembro {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.directiva .foto-wrapper:hover .foto-miembro {
  filter: grayscale(0%);
}
.directiva .foto-wrapper .linkedin-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0e76a8;
  color: white;
  border-radius: 50%;
  padding: 0.3rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: background-color 0.3s;
  text-decoration: none;
}
.directiva .foto-wrapper .linkedin-icon:hover {
  background-color: #084d72;
}
@media (max-width: 768px) {
  .directiva .miembro-directiva {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
  }
  .directiva .miembro-directiva .foto-miembro {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
  .directiva .miembro-directiva .info-miembro {
    flex: 1;
  }
  .directiva .miembro-directiva .info-miembro h5 {
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }
  .directiva .miembro-directiva .info-miembro .text-muted {
    font-size: 0.9rem;
  }
  .directiva .miembro-directiva .info-miembro .social-icons {
    margin-top: 0.25rem;
  }
}

.wrapper-practicas {
  margin: 2rem 0 4rem;
}
.wrapper-practicas .card-practica {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 450px;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.4s ease;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-practicas .card-practica .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(0.3) brightness(0.7);
  transition: transform 0.4s ease;
}
.wrapper-practicas .card-practica .contenido {
  position: relative;
  z-index: 2;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wrapper-practicas .card-practica .contenido .categoria {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}
.wrapper-practicas .card-practica .contenido .titulo {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.5rem 0;
  color: #fff !important;
}
.wrapper-practicas .card-practica .contenido .fecha {
  font-size: 0.85rem;
  opacity: 0.9;
}
.wrapper-practicas .card-practica .contenido .fecha i {
  margin-right: 4px;
}
.wrapper-practicas .card-practica:hover {
  transform: scale(1.01);
}
.wrapper-practicas .card-practica:hover .card-bg {
  transform: scale(1.1);
  filter: grayscale(0) brightness(0.9);
}

@media (max-width: 991px) {
  .card-practica {
    max-height: 345px;
  }
  .card-bg {
    height: 350px;
  }
}
.noticia-interna .titulo {
  font-size: 2rem;
  font-weight: bold;
  color: #232320;
}
.noticia-interna p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #232320;
}
.noticia-interna .compartir-text {
  margin-right: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.noticia-interna .compartir-wrap {
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(47, 42, 29, 0.0784313725);
  padding-top: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .noticia-interna .titulo {
    font-size: 1.5rem;
  }
  .noticia-interna .compartir {
    display: block;
    margin-bottom: 0.5rem;
  }
  .noticia-interna .btn-secondary {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 576px) {
  .noticia-interna .compartir-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .noticia-interna .compartir-text {
    text-align: center;
    width: 100%;
    display: block;
  }
  .noticia-interna .compartir-botones {
    flex-direction: column;
    width: auto;
  }
  .noticia-interna .compartir-botones .btn {
    width: auto;
  }
}

.convenio .accordion-body {
  background-color: #e1e0db;
  border: 1px solid rgba(77, 74, 65, 0.168627451);
}
.convenio .accordion-button {
  background-color: rgb(205, 205, 205);
  font-weight: 600;
}
.convenio .accordion-button:not(.collapsed) {
  background-color: rgba(123, 109, 147, 0.6196078431);
  color: #232320;
}

.borde-lateral {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.formacion p {
  font-size: 1rem;
  line-height: 1.7;
  color: #232320;
}
.formacion .zoom-img {
  cursor: zoom-in;
  transition: transform 0.3s ease;
}
.formacion .zoom-img:hover {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .formacion .titulo {
    font-size: 1.25rem;
  }
  .formacion p {
    font-size: 0.95rem;
  }
  .formacion .zoom-img img {
    width: 100%;
  }
}

.form-asociarse .form-control,
.form-asociarse .form-select {
  border-radius: 10px;
  padding: 1rem;
}
.form-asociarse .form-floating {
  margin-bottom: 1.5rem;
}
.form-asociarse label {
  font-weight: 500;
}
.form-asociarse .form-check-label {
  font-size: 0.95rem;
}
.form-asociarse .input-group input {
  border-radius: 10px 0 0 10px;
}
.form-asociarse .input-group .btn {
  border-radius: 0 10px 10px 0;
}
.form-asociarse .lead {
  font-size: 1.1rem;
  color: #232320;
}
.form-asociarse textarea {
  resize: none;
}

.modal-header {
  background-color: #b3af91;
}

.modal-content a {
  text-decoration: none;
  color: #0c3e21;
}
.modal-content a:hover {
  text-decoration: underline;
  color: #903583;
}

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

/* Videos de YouTube centrados y responsivos */
iframe[src*="youtube.com"],
.wp-block-embed-youtube iframe,
.wp-block-embed iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
