p {
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: 400;
  font-size: 19px;
}

b {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 600;
  font-size: 19px;
}

.navbar-ma {
  background: transparent !important;
  transition: background 0.35s ease, box-shadow 0.35s ease;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-scroll {
  background-color: #0292c4 !important;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.navbar-ma .nav-link {
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
}

.navbar-ma .nav-link:hover,
.navbar-ma .nav-link.active {
  color: #ffffff;
}

.navbar-ma .navbar-brand img {
  height: 60px;
}

.navbar-ma.navbar-solid {
  background: rgba(0, 79, 140, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.navbar-ma.navbar-solid .nav-link {
  color: #fff;
}

.navbar .dropdown-menu {
  background-color: rgba(2, 146, 196, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 8px;
}

.navbar .dropdown-item {
  color: #ffffff;
  font-weight: 500;
}

.navbar .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}
.dropdown-menu {
  position: absolute;
}

.navbar-ma .nav-link.dropdown-toggle.active {
  font-weight: 700;
}

.navbar-ma .nav-link.active {
  font-weight: 700;
  position: relative;
}

.hero.hero-full {
  padding: 0;
  min-height: auto;
  background: none;
  overflow: visible;
}

.hero-full-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-header {
  position: relative;
  margin-bottom: 1.5rem;
}

.section-title {
  font-family: "Gilroy-Heavy", sans-serif;
  font-weight: 900;
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
  color: #0f81ad;
  position: relative;
  display: inline-block;
  padding: 0 5px;
  background: #ffffff;
  z-index: 2;
}

.section-divider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #41a7d3;
  transform: translateY(-50%);
  z-index: 1;
}

button {
  cursor: pointer;
}
.btn-tamaño {
  width: 250px;
  max-width: 100%;
  height: auto;
}

.ma-footer {
  background-image: url("../img/recursos/PIE DE PAGINA/PIE DE PAGINA.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #fff;
  padding: 2.2rem 0 1.2rem;
  position: relative;
  overflow: hidden;
}

.ma-footer::before {
  display: none;
}

.ma-footer p {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 200;
  font-size: 14px;
}

.ma-footer a {
  color: #fff;
  text-decoration: none;
}
.ma-footer a:hover {
  text-decoration: underline;
}

.footer-brand {
  width: 160px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-col-title {
  font-family: "BoldenVan", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.footer-social img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-left: 1rem;
}

.footer-bottom {
  margin-top: 1.2rem;
  padding-top: 0.7rem;
  font-size: 16px;
}

.ma-footer-inner {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

@media (min-width: 1400px) {
  .ma-footer-inner {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (max-width: 768px) {
  .ma-footer-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.ma-footer a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 768px) {
  .footer-brand {
    margin: 0 auto;
  }
  .ma-footer .row > div {
    text-align: center;
  }
  .footer-social {
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .hero-tu-apoyo {
    padding-top: 6rem;
    padding-bottom: 3rem;
    min-height: auto;
  }
  .hero-tu-apoyo-illus {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-tu-apoyo .hero-title,
  .hero-tu-apoyo .hero-subtitle {
    text-align: center;
  }
}

/*Fonts*/
@font-face {
  font-family: "Gilroy-Heavy";
  src: url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "BoldenVan";
  src: url("../fonts/BoldenVan.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
