.card-img {
      width: 100%;
      height: 60px; 
      object-fit: cover;
      display: block;
       margin: 0 auto 10px auto; 
      }
#introblocks .elements li:nth-child(1) article {
  background-color: #ffff;
}
#introblocks .elements li:nth-child(1) article:hover {
  background-color: #c5e2f6; 
}
		
#introblocks .elements li:nth-child(2) article {
  background-color: #FFFF;
}
#introblocks .elements li:nth-child(2) article:hover {
  background-color: #c5e2f6; 
}

#introblocks .elements li:nth-child(3) article {
  background-color: #FFFF;
}
#introblocks .elements li:nth-child(3) article:hover {
  background-color: #c5e2f6; 
}

#introblocks .elements li:nth-child(4) article {
  background-color: #FFFF;
}
#introblocks .elements li:nth-child(4) article:hover {
  background-color: #c5e2f6; 
}

@font-face {
  font-family: 'Nasalization';
  src: url('fonts/Nasalization.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.oculto {
  display: none;
}

.video-card {
    margin-bottom: 20px;
}

button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #7e0043;
}

.card {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 98%;
    height: 260px;
   
}

.article-box {
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #ffffff);
    border: 1px solid #dee2e6;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
                0 6px 6px rgba(0, 0, 0, 0.10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}

.article-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #0056b3;
    /*color: #FF8C00;*/
    font-weight: bolder;
}
.article-description {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em;
    margin-bottom: 20px;
    color: #000000;
    font-weight: lighter;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #FF8C00;
    border-radius: 20%;
}

.custom-btn {
    display: inline-block;
    font-weight: normal;
    color: #fff;
    background-color: #037353;
    border: 1px solid #037353;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none; 
    cursor: pointer; 
}

.custom-btn:active,
.custom-btn:visited {
    color: white; 
    text-decoration: none; 
}

/*responsive*/
/* Estilo base para escritorio (pantallas grandes) */
.responsive-box {
  width: 30%;
  padding: 20px;
  text-align: center;
}

.responsive-box img {
  height: 150px;
  width: auto;
}

/* Tablets y pantallas medianas (<= 991px) */
@media (max-width: 991.98px) {
  .responsive-box {
    width: 45%;
    padding: 15px;
  }

  .responsive-box img {
    height: 130px;
  }

  .article-title {
    font-size: 1rem;
  }
}

/* Celulares grandes y pantallas pequeñas (<= 767px) */
@media (max-width: 767.98px) {
  .responsive-box {
    width: 80%;
    padding: 10px;
  }

  .responsive-box img {
    height: 120px;
  }

  .article-title {
    font-size: 0.85rem;
  }
}

/* Celulares pequeños (<= 575px) */
@media (max-width: 575.98px) {
  .responsive-box {
    width: 95%;
    padding: 8px;
  }

  .responsive-box img {
    height: 8px;
  }

  .article-title {
    font-size: 1em;
  }
}


.modal-body {
  background-color: #f7f7f7;
  padding: 40px;
  color: #333;
  font-family: 'Arial', sans-serif;
}

.modal-header {
  /*background-color: #0056b3;*/
  background-color: #0059B3;
  color: #fff;
  /*border-radius: 20px;*/
}
h5.modal-title {
  font-size: 1.6rem;
  color: #333;
}
.beneficios-section, .division {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.division {
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.division:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
a {
  color: #009CFF;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #006db3;
  text-decoration: underline;
}
