/* Fonts */
.amatic-sc-regular {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.quicksand-regular {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  font-family: 'Sansita', sans-serif;
  background-attachment: fixed;
  background-color: #eaf2fa;
   overflow-x: hidden;
}
.text-color-61{
  color: #616161;
}
/* Estilo del header */
header {
  background: #1C67D2;
  padding: 20px 0;
}

/* Logo */
header img {
  max-height: 35px;
}

/* Navegación */
header .nav {
  margin: 0;
  padding: 0;
}

header .nav li a {
  color: #FFCF00; /* amarillo */
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: none;
  text-decoration: none;
}

.nav > li > a:hover {
  color: rgb(255, 166, 43);
  background: transparent;
  text-decoration: none;
}

/* Botón de donación */
header .btn-warning {
  background: transparent;
  border: 2px solid #ffcc00;
  color: white;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

header .btn-warning:hover {
  background: #ffcc00;
  color: #1a65d9;
}

/* Ícono corazón dentro del botón */
header .btn-warning i {
  color: #ffcc00;
  margin-left: 5px;
}

.custom-header {
  background-color: #1C67D2;
  padding: 10px 50px;
}

nav ul.nav-pills {
  gap: 20px;
}
.btn-dona {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 25px;
  font-weight: bold;
  border: 2px solid #ffffff;
  background-color: #ffa62b;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.btn-dona:hover {
  background-color: #FFCC00;
  color: #ffffff;
}

.btn-dona i {
  color: #FFCC00;
}
.btn-dona:hover i {
  color: white;
}


.hero-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: linear-gradient(to bottom, #1C67D2 80%, #eaf2fa 100%);
}

.hero-box {
  position: relative;
  width: 90%;
  max-width: 1400px;
  aspect-ratio: 16 / 7;
  min-height: 380px; /* 🔹 asegura que en móvil tenga altura decente */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  .hero-box {
    height: auto;
    min-height: 500px; /* 🔹 aumenta la altura en móvil */
  }
}
.hero-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Recorta y ajusta sin deformar */
  display: block;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}

.hero-content h2 {
   font-size: clamp(26px, 5vw, 55px);
  font-weight: 600;
  font-weight: bold;
}

.hero-content h1 {
  font-size: 80px;
   font-size: clamp(26px, 5vw, 80px);
  font-weight: 900;
  font-weight: bold;
}

/* nosotros */
.tittle {
  display: inline-block;
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #285DDB;
}
.nosotros-section {
  background-color: #eaf2fa;
  overflow: hidden;

  position: relative;
}
.text-content {
  color: #616161;
  font-family: "Nunito Sans", Sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.text-content-card {
  color: #616161;
  font-size: clamp(17px, 1vw, 20px);
}
.testimonials_item {
    
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
  }
.elementor-background-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
     opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.nosotros-section .container {
  position: relative;
  z-index: 1;
}

.cita-box {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.quote-icon {
  font-size: 2.5rem;
  color: #1C67D2;
  position: absolute;
  top: -20px;
  left: -10px;
}
.nosotros-img {
  max-width: 480px;  /* puedes ajustar este valor según tu diseño */
  height: auto;
  display: block;
  margin: 0 auto;
}

.custom-text-tittle{
      display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #1C67D2;
    margin: 0px 0px 5px 0px;
}
.custom-text-subtitle{
  color: #616161;
  font-size: 40px;
  line-height: 1.44;
}
.custom-tabs .nav-link {
  border: none;
  color: #54595f;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 15px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  padding: 18px 36px 18px 36px;
  margin: 0px 20px 0px 0px;
}

.custom-tabs .nav-link i {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

.custom-tabs .nav-link.active {
  color: #1C67D2;
  background-color:#eaf2fa;
  border-bottom: 3px solid #1C67D2;
}

.custom-tabs .nav-link:not(.active):hover {
  color: #1C67D2;
}
/* Project */
.project-card {
 
  background-color: #eaf2fa;
}

.project-card:hover {
   transition: all 0.3s ease-in-out;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 12px;
}
/* AYUDA */
.custom-accordion .accordion-button {
  border-radius: 50px;
  border: none;
  box-shadow: none;
  font-weight: 600;
}

.custom-accordion .accordion-button::after {
  transform: scale(1.2);
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  box-shadow: none;
}
.custom-accordion .accordion-body {
  margin-top: 10px;
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
.custom-accordion .accordion-button.bg-warning{
  background-color: #ffa62b !important;
  color: #ffffff !important;
}
.custom-accordion .accordion-button.bg-warning:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.text-hashtag{
   font-size: clamp(80px, 5vw, 132px);
   font-family: 'Amatic SC', cursive;
}
.text-tittle-hashtag{
   font-size: clamp(40px, 5vw, 72px);
   font-family: 'Quicksand';
}
