.programa-internacional {
  background-image: url('../img/bg-programa-internacional.webp'); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
  min-height: 80vh;
  position: relative;
  overflow: hidden;
}


.programa-internacional::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.programa-internacional .container {
  position: relative;
  z-index: 1;
}
.programa-internacional h2{
    font-size: 2.6rem;
    font-family: 'GothamRoundedBold', sans-serif;
    line-height: 1.4;
    color:#fff;
    letter-spacing: -1;

}
.border-transparent {
  border-right: transparent!important;
}

.programa-internacional h2,
.programa-internacional img,
.programa-internacional p,
.programa-internacional a {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.programa-internacional.visible h2,
.programa-internacional.visible img,
.programa-internacional.visible p,
.programa-internacional.visible a {
  opacity: 1;
  transform: translateY(0);
}


.refuerza-aprendizaje{
    background: linear-gradient(to bottom, #f5f5f5, #cacaca)

}
.refuerza-aprendizaje .overlay-top {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
}

.texture-overlay-usa {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  height: 350px;
  background: url('../img/bg-start.png') no-repeat center bottom;
  background-size: cover;
  opacity: 0.3; 
  pointer-events: none;
}

.refuerza-aprendizaje .container {
  position: relative;
  z-index: 1;
}


.learning-card {
  border-right: 2px solid #004a98;
  display: flex;
  flex-direction: column;
}

.learning-card:last-child {
  border-right: 1px solid #004a98;
}

.learning-card img {
  transition: transform 0.3s ease;
}

.learning-card:hover img {
  transform: scale(1.05);
}


.btn-outline-primary {
  color: #004a98;
  border-color: #004a98;
}

.btn-outline-primary:hover {
  background-color: #004a98;
  color: #fff;
}


.educationusa-section {
  background: linear-gradient(to right, #00a1e2, #004ca5);
  position: relative;
  overflow: hidden;
}

.texture-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  background: url('../img/bg-start-blue.png') no-repeat center bottom;
  background-size: cover;
  opacity: 0.3; 
  pointer-events: none;
}

.stats-row h3 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.stats-row p {
  margin-bottom: 0;
  font-size: 1.1rem;
}
.usa-number{
    font-size: 4rem;
}

.examenes-section {
  background-color: #fff;
  padding: 60px 20px;
  
}
.tab-internacional {
  max-width: 1300px;
  margin: 0 auto;
}


.tab-items-internacional {
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}

.tab-item-internacional {
  border: 2px solid #004a98;
  border-radius: 0px;
  background-color: #fff;
  color: #004a98;
  font-weight: 600;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-item-internacional:hover {
  background-color: #00a1e2;
  color:#fff;
}

.tab-item-internacional.active {
  background-color: #004a98;
  color: #fff;
}

.tab-content-internacional {
  background-color: #ededed;
  border-radius: 10px;
  padding: 30px;
  color: #004a98;
  font-size: 1rem;
  text-align: center;
  min-height: 120px;
}

.tab-pane-internacional {
  display: none;
}

.tab-pane-internacional.active {
  display: block;
}


.traducciones-section {
  background-image: url("../img/bg-traducciones.jpg"); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 55vh;
  position: relative;
  overflow: hidden;
  font-family: 'GothamRounded-Book', sans-serif;
}

@media (max-width: 768px) {
    .programa-internacional h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .border-end{
    border:none!important;
  }
    .border-primary-subtle{
      border-color:transparent!important;
    }
  .texture-overlay-usa {
  
  top: 0%;
  
}
.learning-card:last-child{
  border-right: transparent;
}

}