/* Tipografía - Variables Globales */
:root {
  --font-base: 17px;         
  --line-height-normal: 1.5;
  --line-height-tight: 1.2;
  --ratio: 1.25;             
}

/* BODY Y PÁRRAFOS */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: clamp(14px, 1.2vw, var(--font-base));
  line-height: var(--line-height-normal);
}

p, li {
  font-size: clamp(14px, 1.2vw, var(--font-base));
  line-height: var(--line-height-normal);
}

ul {
  padding-left: 1.5em;
  margin: 0.5em 0;
}

/* ENCABEZADOS (escala modular) */
h6 { font-size: clamp(15px, 1.3vw, 19px); line-height: var(--line-height-tight); font-weight: 500; }
h5 { font-size: clamp(16px, 1.5vw, 21px); line-height: 1.35; font-weight: 500; }
h4 { font-size: clamp(18px, 1.8vw, 23px); line-height: 1.3; font-weight: 500; }
h3 { font-size: clamp(20px, 2.2vw, 28px); line-height: var(--line-height-tight); font-weight: 500; }
h2 { font-size: clamp(24px, 2.8vw, 35px); line-height: var(--line-height-tight); font-weight: 600; }
h1 { font-size: clamp(28px, 3.5vw, 42px); line-height: var(--line-height-tight); font-weight: 600; }

/* CLASES ESPECIALES */
.title_slogan {
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 2.3rem);
  line-height: 1.2;
  max-width: 1500px;
  text-align: left;
}

.title-nosotros {
  font-weight: 600;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  line-height: 1.2;
  margin: 0 0 16px 30px;
}

.meta-descrip{
  font-weight: 500;
}

/* HERO */
.hero-content h6 {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  margin-bottom: 20px;
}

.hero-prog {
  padding: clamp(12px, 1vw, 18px) clamp(14px, 1.5vw, 24px);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(11, 25, 38, 0.85);
  transition: transform 0.3s ease-in-out;
  margin-top: 10px;
}

@media (hover: none) {
  .hero-prog:hover { transform: none; }
}

/* CARDS */
.container_services .card-text,
.container_programs .card-text {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
}

.container_services .card img,
.container_programs .card img {
  height: clamp(120px, 15vw, 180px);
}

/* BUTTON */

.btn-hero{
  display:inline-block;
  margin-top:26px;
  padding:14px 28px;

  background:#f4b24d;
  color:white;
  text-decoration:none;

  font-weight:600;
  border-radius:8px;

  transition:all .25s ease;
}

.btn-hero:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(0,0,0,0.25);
  color: #0B1926;
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {
  .hero-home { min-height: 80vh; }
}

@media (max-width: 768px) {
  .hero-home { min-height: auto; padding: 60px 16px; }
  .hero-content { text-align: center; }
}

@media (max-width: 480px){
  .hero-prog { font-size: 0.9rem; padding: 10px 14px; }
  .title_slogan, .title-nosotros { font-size: 1.4rem; }
  .btn { margin-top: 16px; width: auto; min-width: 160px; }
}


/* Navbar*/

.navbar {
  padding: 8px 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.navbar-transparent {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.navbar-brand img {
  max-height: 110px;
  height: auto;
}

.navbar-nav .nav-link {
  color: black;
  font-weight: 400;
}

.navbar-nav .nav-link:hover {
  color: #0B1926;
  font-weight: 600;
}

/* HAMBURGUESA */

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  padding: 6px 10px;
}

.navbar-toggler-icon {
  width: 30px;
  height: 30px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(11,25,38,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Focus suave */
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(11, 25, 38, 0.18) !important;
  border-radius: 8px;
}

.navbar-toggler:active {
  box-shadow: none !important;
}

/* DROPDOWN */

.dropdown-menu {
  background-color: #0B1926;
  color: white;
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 8px;
}

.dropdown-item {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

.dropdown-item:hover {
  background-color: #D08F2F;
  color: white;
  font-weight: 500;
}

/* Botón - Traducción */

.lang-btn {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;

  background: #123091;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;

  transition: background-color 0.2s ease;
}

.lang-btn:hover {
  background-color: #0B1926;
}

/* Desktop: botón dentro del menú */
.nav-lang {
  margin-left: 14px;
}

/* RESPONSIVE */

/* Pantallas pequeñas */
@media (max-width: 991.98px) {
  .navbar {
    padding: 10px 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-nav {
    padding-top: 10px;
  }

  /* Menú colapsado */
  .navbar-collapse {
    background-color: #0B1926;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 15px;
  }

  .navbar-collapse .nav-link {
    color: white;
    font-weight: 500;
    padding: 10px 0;
  }

  .navbar-collapse .nav-link:hover {
    color: white;
  }

  .navbar-collapse .dropdown-menu {
    background-color: #0B1926;
    border: none;
    box-shadow: none;
  }

  .navbar-collapse .dropdown-item {
    color: white;
  }

  .navbar-collapse .dropdown-item:hover {
    background-color: #D08F2F;
    color: white;
    font-weight: 500;
  }

  .navbar-collapse .dropdown-menu {
    border-radius: 8px;
  }

  /* EN en mobile */
  .lang-btn {
    height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  /* En mobile */
  .lang-btn-desktop {
    display: none;
  }

  /* En mobile */
  .lang-btn-mobile {
    display: inline-flex;
    margin-left: auto;
  }
}

/* Desktop*/
@media (min-width: 992px) {
  .lang-btn-mobile {
    display: none;
  }
}

/* ACTIVE LINKS */

.navbar-nav .nav-link.active {
  color: #0B1926;
  font-weight: 600;
}

.dropdown-item.active {
  background-color: #0B1926;
  color: white;
  font-weight: 600;
}

.navbar-nav .nav-link.active:hover,
.dropdown-item.active:hover {
  color: #0B1926;
}

@media (max-width: 768px) {
  .navbar-nav .nav-link.active {
    color: white;
  }

  .dropdown-item.active:hover {
    color: white;
  }
}

@media (max-width: 480px) {
  .navbar-nav .nav-link.active {
    color: white;
  }

  .dropdown-item.active:hover {
    color: white;
  }
}

/* ACTIVE en menú responsive */
@media (max-width: 991.98px) {
  .navbar-collapse .nav-link.active {
    color: #fff !important;
    font-weight: 700;
  }

  .navbar-collapse .dropdown-item.active {
    color: #fff !important;
    font-weight: 700;
  }
}

.text_program_card{
  margin: 0;    
  padding: 0;
  line-height: 1.3;
  text-align: left;
  max-width: 550px;
}

/* Hero section */

/* HERO */

.hero-home{
  min-height:100vh;

  background-image:
  linear-gradient(
    120deg,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.35) 40%,
    rgba(0,0,0,0.15) 70%
  ),
  url(../images/person-expressing-appreciation-their-workmates.jpg);

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:80px 24px;
  color:white;
}

/* CONTENT */

.hero-content{
  max-width:650px;
  width:100%;
}

/* TITLE */

.title_slogan{
  font-size:clamp(1.8rem,4vw,3rem);
  font-weight:600;
  line-height:1.2;
  margin-top: 20px;
  margin-bottom:16px;
}

/* DESCRIPTION */

.meta-descrip{
  font-size:clamp(1rem,2vw,1.2rem);
  line-height:1.5;
  margin-bottom:14px;
  opacity:.9;
}

/* LANGUAGES */

.hero-languages{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}

.hero-languages span{
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(6px);
  padding:6px 14px;
  border-radius:20px;
  font-size:.85rem;
}

/* TABLET */

@media (max-width:1024px){

.hero-home{
  min-height:85vh;
}

}

/* MOBILE */

@media (max-width:768px){

.hero-home{
  padding:100px 20px 60px 20px;
}

.hero-content{
  text-align:left;
}

.title_slogan{
  line-height:1.25;
}

}

/* SMALL MOBILE */

@media (max-width:480px){

.hero-languages span{
  font-size:.8rem;
  padding:5px 12px;
}

.btn-hero{
  width:100%;
  text-align:center;
}

}

.hero-content {
  animation: fadeUp 1s ease;
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* Diferenciadores - cards */

.line-break {
  display: block;
}

/* Contenedor de cards */
.diferenciadores_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 15px;
  box-sizing: border-box;
}

/* Cards */
.focus_icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0B1926;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  color: white;
  flex: 1 1 22%;  
  min-width: 250px;
  max-width: 300px; 
  box-sizing: border-box;
}

.focus_icons:hover {
  transform: scale(1.05);
}

/* Iconos */
.focus_icons .icon {
  width: auto;
  max-width: 45px;
  height: auto;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

/* Títulos */
.focus_icons h5 {
  margin-bottom: 10px;
  text-align: center;
}

/* Párrafos */
.focus_icons p {
  text-align: left;
}

.focus_icons ul li {
margin: 15px;
justify-content: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .focus_icons {
    flex: 1 1 45%; 
    max-width: 45%;
    padding: 18px;
  }

  .focus_icons .icon {
    max-width: 40px;
  }
}

/* Pantallas Medianas */
@media (max-width: 767px) {
  .focus_icons {
    flex: 1 1 100%; 
    max-width: 85%;
    margin: 0 auto;
    padding: 15px;
  }

  .focus_icons .icon {
    max-width: 40px;
  }

  .focus_icons:hover {
    transform: scale(1.02);
  }
}

/* Pantallas Pequeñas */
@media (max-width: 480px) {
  .diferenciadores_container {
    padding: 15px 10px;
    gap: 15px;
  }

  .focus_icons {
    max-width: 95%;
    padding: 12px;
  }

  .focus_icons .icon {
    max-width: 40px;
  }

}

.text_goal{
color: black;
padding: 30px;
}

/* Network section */

.goal_container{

  width:100%;
  min-height:65vh;

  background-image:
  linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.45)),
  url("../images/working-hero.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:80px 24px;
  color:white;
  text-align:center;
}

/* CONTENT */

.goal_content{
  max-width:700px;
  width:100%;
}

/* MOBILE */

@media (max-width:768px){

.goal_container{
  min-height:auto;
  padding:60px 20px;
}

}

@media (max-width:480px){

.goal_container{
  padding:50px 18px;
}

}

/* GLASS PANEL */

.glass-panel{

  background:rgba(255,255,255,0.18);
  backdrop-filter:blur(8px);

  padding:32px 36px;
  border-radius:14px;

  border:1px solid rgba(255,255,255,0.25);

}

@media (max-width:768px){

.glass-panel{
  padding:24px;
}

}

/* icons */

.focus_icons_container {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap; 
    gap: 20px;
    width: 100%;
  }
  
  .focus_icons {
    width: 100%;
    max-width: 300px; 
    box-sizing: border-box;
    background-color:#0B1926;
    border-radius: 10px; 
    text-align: center;
    text-align: left;
    width: 30%; 
    transition: transform 0.3s ease;
  }
  
  .focus_icons img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
    }

/* Pantallas pequeñas */
@media (max-width: 480px) {
  .network_container {
    flex-direction: column; 
    gap: 10px; 
  }

  .focus_icons {
    width: 90%; 
  }
}
  
  .focus_icons ul {
    padding: 0;
    margin: 0;
    justify-content: center;
  }
  
  .focus_icons li {
    margin-bottom: 10px;
    margin: 5px 0;
  }
  
/* Pantallas medianas*/
@media (max-width: 768px) {
  .focus_icons_container {
    flex-direction: column; 
    align-items: center; 
    gap: 30px;
  }

  .focus_icons {
    width: 30%; 
    margin-bottom: 20px; 
  }
}

/* Pantallas grandes */
@media (max-width: 1024px) {
  .focus_icons {
    width: 45%; 
  }
}
  
/* Prime destacado al inicio */

/* PRIME HERO */

.prime-home{

  width:100%;
  min-height:70vh;

  background-image:
  linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.45)),
  url("../images/woman-nature-hero.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:80px 24px;
  color:white;
  box-sizing:border-box;
}


/* CONTENT */

.goal-content{
  max-width:65ch;
  width:100%;
}


/* TITLE */

.head-hero{
  font-size:clamp(1.6rem,3vw,2.6rem);
  line-height:1.2;
  margin-bottom:18px;
}


/* FORCE TITLE BREAK */

.hero-break{
  display:block;
}


/* TEXT */

.services_description{
  line-height:1.7;
  font-size:1rem;
}


/* TABLET */

@media (max-width:1024px){

.prime-home{
  min-height:65vh;
}

}


/* MOBILE */

@media (max-width:768px){

.prime-home{
  padding:60px 20px;
  min-height:auto;
}

.services_description{
  font-size:.95rem;
}

}


/* SMALL MOBILE */

@media (max-width:480px){

.prime-home{
  padding:50px 18px;
}

.head-hero{
  font-size:1.5rem;
}

.services_description{
  font-size:.92rem;
}

}

.p-intro {
  line-height: 1.6;
  font-weight: 400;
  background-color: rgba(240, 233, 227, 0.8);
  padding: 30px;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  color: #000;
}

.p-intro{
  transform: scale(1.1); 
  z-index: 10; /
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .prime-home {
    padding: 1.5rem;
    min-height: 60vh;
  }
}
  .goal-content {
    padding: 0 1rem;
  }

/* Goal - inicio */

.goal_container .text_goal{
margin-left: 30px;
}

/* Video */

.video-container video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; 
  border-radius: 12px;
}

/* Pantallas pequeñas */
@media (max-width: 600px) {
  .video-container {
    max-width: 100%;
    border-radius: 0;
  }
}

/* Lista de marcas - inicio */

.logos_container{
  padding: 30px;
}

.logos_container .row > [class*="col-"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.logo-line {
  width: 100%;            
  max-width: 140px;       
  height: auto;
  max-height: 70px;       
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}

.logo-line:hover {
  transform: scale(1.05);
}

.logos_container .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.logos_container .row > [class*="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* ---------- Ajustes por breakpoint---------- */
@media (max-width: 576px) { 
  .logo-line {
    max-width: 110px;
    max-height: 56px;
  }
}

@media (min-width: 577px) and (max-width: 767px) { 
  .logo-line {
    max-width: 120px;
    max-height: 62px;
  }
}

@media (min-width: 768px) and (max-width: 991px) { 
  .logo-line {
    max-width: 130px;
    max-height: 68px;
  }
}

@media (min-width: 992px) {
  .logo-line {
    max-width: 160px;
    max-height: 80px;
  }
}

.logos_container .row > [class*="col-"] .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px; 
}


/* Prime Spanish Section*/
.hero_prime{
  position: relative;
  width: 100%;
  background-image: linear-gradient(180deg, #0000003c 0%, #0000003c 100%), url(../images/woman-boat-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  height: 85vh;
  padding: 0 20px;
  object-fit: cover;
  box-sizing: border-box;
}

/* Tablets */
@media (max-width: 1024px) {
  .hero_prime {
    height: 60vh;
    background-position: center center; 
  }
}

/* Pantallas medianas */
@media (max-width: 768px) {
  .hero_prime {
    height: 50vh;
  }
}

/* Pantallas pequeñas */
@media (max-width: 480px) {
  .hero_prime {
    height: 40vh;
  }
}

.prime_description{
  text-align: left;
  padding: 15px;
  justify-content: left;
  margin-left: 30px;
}

@media (max-width: 480px) {
.prime_description {
   text-align: left;
   padding: 20px;
}
}

.image_cr{
  padding-right: 30px;
  max-width: 780px;
  height: auto;
}

.prime_focus {
  flex: 1 1 45%; 
  padding: 10px; 
  box-sizing: border-box;
}

.icon {
  max-width: 100%;
  height: auto;
}

@media (max-width: 780px) {
  .prime_focus {
    flex: 1 1 100%;
  }
}

/* Contenedor Prime Advantages  */

.focus_prime_spanish {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 20px;
  background-image: linear-gradient(180deg, #0000001c 0%, #0000001c 100%),
    url(../images/beach_cr_hero.jpg);
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
}

.focus_icons_prime {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1100px;
}

.icons_prime {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background-color: #E8A940;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: black;
}

.icons_prime .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.icons_prime ul {
  padding: 0;
  margin: 0;
}

.icons_prime ul li {
  margin-bottom: 10px;
  line-height: 1.4;
  margin: 15px;
}

/* Contenedor Prime Advantages - Responsive  */

@media (max-width: 1024px) {
  .focus_icons_prime {
    grid-template-columns: repeat(2, 1fr);
  }

  .icons_prime {
    align-items: center;
    align-content: center;
  }
}

@media (max-width: 768px) {
 .focus_icons_prime {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .icons_prime {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .focus_prime_spanish {
    padding: 20px 12px;
  }

  .icons_prime {
    padding: 20px;
    align-items: center;
  }
}
/* Hero - PrimeSpanish */
.program_prime{

  width:100%;
  min-height:100vh;

  background-image:
  linear-gradient(
    120deg,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.35) 40%,
    rgba(0,0,0,0.15) 70%
  ),
  url(../images/tucan-hero.jpg);

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;

  padding:100px 24px;
  color:white;
}

/* Animation - heros */

.hero_program {
  animation: fadeUp 1s ease;
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.contact_intro {
   animation: fadeUp 1s ease;
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}


.program_inner{
  width:100%;
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:flex-start;
}

/* CONTENT */

.hero_program{
  max-width:560px;
  text-align:left;
}

/* TABLET */

@media (max-width:1024px){

.program_prime{
  min-height:85vh;
}

}

/* MOBILE */

@media (max-width:768px){

.program_inner{
  justify-content:center;
}

.hero_program{
  max-width:100%;
}

.program_prime{
  padding:80px 20px;
}

}

/* SMALL MOBILE */

@media (max-width:480px){

.btn-hero{
  width:100%;
  text-align:center;
}

}

/* ----- PrimeSPANISH - Hero - Beach ----- */

.destacado {
position: relative;
  width: 100%;
  background-image: linear-gradient(180deg, #0000003c 0%, #0000003c 100%), url(../images/CostaRica-beach.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  height: 85vh;
  padding: 0 20px;
  object-fit: cover;
  box-sizing: border-box;
}


/* Tablets */
@media (max-width: 1024px) {
 .destacado {
    height: 60vh;
    background-position: center center; 
  }
}

/* Pantallas medianas */
@media (max-width: 768px) {
 .destacado {
    height: 50vh;
  }
}

/* Pantallas pequeñas */
@media (max-width: 480px) {
  .destacado {
    height: 40vh;
  }
}

/* ----- Programs ----- */

.program_container{

  width:100%;
  min-height:100vh;

  background-image:
  linear-gradient(
    120deg,
    rgba(0,0,0,0.7) 0%,
    rgba(0,0,0,0.4) 40%,
    rgba(0,0,0,0.15) 70%
  ),
  url(../images/virtual-class-girl.jpg);

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;

  padding:100px 24px;
  color:white;
}

/* INNER LAYOUT */

.program_inner{
  width:100%;
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:flex-start;
}

/* CONTENT */

.hero_program{
  max-width:560px;
  text-align:left;
}

/* LANGUAGES */

.hero-languages{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.hero-languages span{
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(6px);
  padding:6px 14px;
  border-radius:20px;
  font-size:.85rem;
}

/* TABLET */

@media (max-width:1024px){

.program_container{
  min-height:85vh;
}

}

/* MOBILE */

@media (max-width:768px){

.program_inner{
  justify-content:center;
}

.hero_program{
  max-width:100%;
}

.program_container{
  padding:80px 20px;
}

}

/* MOBILE */

@media (max-width:480px){

.hero-languages span{
  font-size:.8rem;
  padding:5px 12px;
}

.btn-hero{
  width:100%;
  text-align:center;
}

}

.title_program_card{
 text-align: left;
 justify-content: left;
 vertical-align: text-top;
}

/* Commited to Excellence - Hero */

.compromiso-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;;
  margin-bottom: 30px;
  background-image: linear-gradient(180deg, #0000003c 0%, #0000003c 100%), url(../images/deal-hero.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  align-items: center;
  height: 100vh;
  color: white;
  width: 100%;
}

/* Tablets */
@media (max-width: 1024px) {
  .compromiso-container {
    height: 60vh;
    background-position: center center; 
  }
}

/* Pantallas medianas */
@media (max-width: 768px) {
   .compromiso-container {
    height: 50vh;
  }
}

/* Pantallas pequeñas */
@media (max-width: 480px) {
   .compromiso-container {
    height: 40vh;
  }
}

.text {
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* HERO Methodology & Fluency */

.hero-section{

  width:100%;
  min-height:70vh;

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;

  padding:90px 24px;
  color:white;
}


/* INNER LAYOUT */

.program_inner{

  width:100%;
  max-width:1200px;

  margin:auto;

  display:flex;
  justify-content:flex-start;

}


/* CONTENT */

.hero_program{
  max-width:650px;
}


/* TITLE */

.title_program_card_2{
  margin-bottom:28px;
}


/* GLASS PANEL */

.text_program_card_2{

  background:rgba(255,255,255,0.18);
  backdrop-filter:blur(8px);

  padding:28px 32px;
  border-radius:12px;

  max-width:560px;

  color:white;
  line-height:1.6;

  border:1px solid rgba(255,255,255,0.25);
}


/* LIST SPACING */

.text_program_card_2 li{
  margin-bottom:12px;
}

.text_program_card_2 li:last-child{
  margin-bottom:0;
}


/* BACKGROUND IMAGES */

.program_container_methodology{

  background-image:
  linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
  url("../images/team-hands-hero.jpg");

  margin-bottom:60px;

}

.program_container_context{

  background-image:
  linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
  url("../images/smiling-team.jpg");

}


/* TABLET */

@media (max-width:1024px){

.hero-section{
  min-height:65vh;
}

}


/* MOBILE */

@media (max-width:768px){

.program_inner{
  justify-content:center;
}

.hero_program{
  max-width:100%;
}

.hero-section{
  padding:70px 20px;
}

}


/* SMALL MOBILE */

@media (max-width:480px){

.hero-section{
  padding:60px 18px;
}

.text_program_card_2{
  padding:22px;
  font-size:.95rem;
}

}

/* Programs - sections - heros*/
.hero-all-programs{

  width:100%;
  min-height:100vh;

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;

  padding:100px 24px;
  color:white;
}

/* INNER LAYOUT */

.program_inner{
  width:100%;
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:flex-start;
}

/* CONTENT */

.hero_program{
  max-width:560px;
  text-align:left;
}

/* LANGUAGES */

.hero-languages{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.hero-languages span{
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(6px);
  padding:6px 14px;
  border-radius:20px;
  font-size:.85rem;
}

/* TABLET */

@media (max-width:1024px){

.hero-all-programs{
  min-height:85vh;
}

}

/* MOBILE */

@media (max-width:768px){

.program_inner{
  justify-content:center;
}

.hero_program{
  max-width:100%;
}

.hero-all-programs{
  padding:80px 20px;
}

}

/* SMALL MOBILE */

@media (max-width:480px){

.btn-hero{
  width:100%;
  text-align:center;
}

}


/* Imágenes */
.bg-altos-mandos{
background-image:
linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
url("../images/women-shakinghands.jpg");
}

.bg-tecnicos{
background-image:
linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
url("../images/work-presentation-card.jpg");
}

.bg-call-center{
background-image:
linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
url("../images/callcenter-card.jpg");
}

.bg-servicios-presenciales{
background-image:
linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
url("../images/sales.jpg");
}

.bg-habilidades{
background-image:
linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
url("../images/man-learning-card.jpg");
}


/* Programs - cards */

.program-container {
  display: flex;
  flex-wrap: wrap; 
  gap: 20px;
  padding: 30px;
  justify-content: center;
  margin: 20px;
}

.info-card {
  background-color: #E8A940;
  border: 1px solid #ccc;
  padding: 20px;
  flex: 1 1 300px; 
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-sizing: border-box;
  color: black;
}

.info-card:hover {
  transform: scale(1.05);
  z-index: 10;
}

.info-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}


/* Pantallas pequeñas */
@media (max-width: 767px) {
  .program-container {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }

  .info-card {
    width: 100%;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  .info-card {
    flex: 1 1 45%;
  }
}

/* Pantallas grandes */
@media (min-width: 1024px) {
  .info-card {
    flex: 1 1 30%;
  }
}

/* About Us*/

.about_us_intro{

  width:100%;
  min-height:100vh;

  background-image:
  linear-gradient(
    120deg,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.35) 40%,
    rgba(0,0,0,0.15) 70%
  ),
  url(../images/NY-hero.jpg);

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;

  padding:100px 24px;
  color:white;
}

.program_inner{
  width:100%;
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:flex-start;
}

.hero_program{
  max-width:560px;
  text-align:left;
}

/* TABLET */

@media (max-width:1024px){

.about_us_intro{
  min-height:85vh;
}

}

/* MOBILE */

@media (max-width:768px){

.program_inner{
  justify-content:center;
}

.hero_program{
  max-width:100%;
}

.about_us_intro{
  padding:80px 20px;
}

}

/* SMALL MOBILE */

@media (max-width:480px){

.btn-hero{
  width:100%;
  text-align:center;
}

}

.title_languageinsa2{
  margin-top: 50px;
  margin-left: 30px;
}

.vision-cards{
  padding: 30px;
}

.vision-card-one .vision-card-two{
margin-top: 10px;
}

.cards-about-text{
  margin-top: 20px;
}


/* ------- Programs and Services Cards ------- */

.container_services {
  padding-left: 15px;   
  padding-right: 15px;
  box-sizing: border-box;
}

.container_programs .card {
  border-radius: 0.5rem;     
  overflow: hidden;          
  position: relative;   
}

/* ------- Contenedores generales ------- */
.container_services .row,
.container_programs .row {
  display: flex;
  flex-wrap: wrap;
}

/* ------- Columnas------- */
.container_services .col-lg-3,
.container_services .col-md-6,
.container_services .col-sm-12,
.container_programs .col-md-4,
.container_programs .col-sm-6 {
  display: flex;
}

/* ------- Card ------- */
.container_services .card,
.container_programs .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.5rem;
  background-color: #f0e9e3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.container_services .card:hover,
.container_programs .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* ------- Imagen ------- */
.container_services .card img,
.container_programs .card img {
  width: 100%;
  height: 280px; 
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
   background-position: top;
}

/* ------- Contenido ------- */
.container_services .card-body,
.container_programs .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.container_services .card-text,
.container_programs .card-text {
  color:black;
  margin-bottom: 1rem;
}

/*------- Botón ------- */
.container_services .btn,
.container_programs .btn {
  align-self: center;
  background-color: #E8A940;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.container_services .btn:hover,
.container_programs .btn:hover {
  background-color: #D08F2F;
}

/* ------- Responsive ------- */

/* Tablets */
@media (max-width: 991px) {
  .container_services .card img,
  .container_programs .card img {
    height: 200px;
     background-position: top;
  }
}

/* Pantallas medianas */
@media (max-width: 767px) {
  .container_services .card img,
  .container_programs .card img {
    height: 180px;
    background-position: top;
  }
}

/* Services */

.services_intro{

  width:100%;
  min-height:100vh;

  background-image:
  linear-gradient(
    120deg,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.35) 40%,
    rgba(0,0,0,0.15) 70%
  ),
  url("../images/working_group_hero.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;

  padding:100px 24px;
  color:white;
}

/* layout interno */

.program_inner{
  width:100%;
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:flex-start;
}

.hero_program{
  max-width:560px;
  text-align:left;
}

/* tablet */

@media (max-width:1024px){

.services_intro{
  min-height:85vh;
}

}

/* mobile */

@media (max-width:768px){

.program_inner{
  justify-content:center;
}

.hero_program{
  max-width:100%;
}

.services_intro{
  padding:80px 20px;
}

}

.intro_programs {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.services_description {
  max-width: 700px;
  text-align: justify;
  margin: 0 auto;
  padding: 10px;
}

/* Responsive para móviles */
@media (max-width: 600px) {
  .services_description {
    padding: 30px;
    text-align: left;
  }
}

.card-service{
  background-color: #0B1926;
  color: white
}

.AI-hero{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background-image: linear-gradient(180deg, #0000008c 0%, #0000008c 100%), url(../images/AI-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-items: center;
  height: 85vh; 
  color: white;
  box-sizing: border-box;
}

/* Tablets */
@media (max-width: 1024px) {
 .AI-hero {
    height: 60vh;
    background-position: center center; 
  }
}

/* Pantallas medianas */
@media (max-width: 768px) {
 .AI-hero {
    height: 50vh;
  }
}

/* Pantallas pequeñas */
@media (max-width: 480px) {
  .AI-hero {
    height: 40vh;
  }
}

@media (max-width: 480px) {
  .programs-lang {
    padding: 15px;
    justify-content: center;
  }
}

.cards-text-about{
  padding-left: 150px;
  padding-right: 150px;
  padding-bottom: 80px;
}


/* Services - heros */

.hero{

  width:100%;
  min-height:100vh;

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;

  padding:100px 24px;
  color:white;
}

/* layout interno */

.program_inner{
  width:100%;
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:flex-start;
}

.hero_program{
  max-width:560px;
  text-align:left;
}

/* TABLET */

@media (max-width:1024px){

.hero{
  min-height:85vh;
}

}

/* MOBILE */

@media (max-width:768px){

.program_inner{
  justify-content:center;
}

.hero_program{
  max-width:100%;
}

.hero{
  padding:80px 20px;
}

}



.hero_traduccion{
background-image:
linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
url("../images/interpreta.jpg");
}

.hero_consultoria{
background-image:
linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
url("../images/consulting-service.jpg");
}

.hero_edcontenidos{
background-image:
linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.35)),
url("../images/content-service.jpg");
background-position:top;
}

/* Contact */

.contact_container{

  width:100%;
  min-height:100vh;

  background-image:
  linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.25)),
  url("../images/NY2.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;
  justify-content:flex-start;

  padding:60px 24px;
  box-sizing:border-box;
}

/* CONTACT CARD */

.contact_intro{

  background:rgba(232,169,64,0.85);
  backdrop-filter:blur(4px);

  padding:50px;
  border-radius:14px;

  max-width:520px;
  width:100%;

  color:white;
  text-align:left;
}

/* LIST */

.contact_list{
  list-style:none;
  padding:0;
  margin-top:30px;
}

.contact_list li{

  display:flex;
  align-items:left;
  gap:12px;

  margin-bottom:18px;
  font-size:1.2rem;
}

/* ICONS */

.icon{
  width:22px;
  height:22px;
}

/* TABLET */

@media (max-width:1024px){

.contact_container{
  min-height:85vh;
}

}

/* MOBILE */

@media (max-width:768px){

.contact_container{
  justify-content:center;
  text-align:left;
}

.contact_intro{
  padding:35px;
}

.contact_list li{
  justify-content:left;
}

}

/* SMALL MOBILE */

@media (max-width:480px){

.contact_intro{
  padding:28px;
}

.contact_list li{
  font-size:1rem;
}

}

/* Form */
.form_container{
  padding: 30px;
}

.form-floating {
  margin-bottom:20px; 
}

.form-select {
    font-family: 'Poppins', sans-serif;
}

.form-floating {
  max-width: 600px;
  margin: 0 auto; 
}

@media (max-width: 768px) {
  .form-floating {
    max-width: 100%;
  }
}

.styleservicecard{
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/*Select */

.form-select,
.form-select option,
.form-floating label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; 
  color: black;
}

.form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 169, 64, 0.25);
}

.form-floating > label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.form-select:hover {
  background-color: white;
  border-color: #E8A940;
}

/* Footer */

footer {
  background-color: #0B1926;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
  gap: 20px;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-section h3 {
  margin-top: 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 5px 0;
}

.footer-section a {
  color: white;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

/* Social icons in a row */
.social-icons {
  display: flex;
  gap: 15px;
  align-items:left;
  justify-content: flex-start;
}

.social-icons li {
  list-style: none;
}

.footer-copy {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}

hr.solid {
  border-top: 1px solid #bbb;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: left;
    text-align: left;
  }

  .footer-section {
    margin: 10px 0;
  }

  .social-icons {
    justify-content:left;
  }
}

@media (max-width: 768px) {
  .footer-section .logo-footer {
    width: 100px;
  }
}

.ul-contact{
  text-align: left;
}

#floatingSelect{
font-family: "Poppins";
}

.form-floating .form-select {
  font-family: "Poppins";
}

/* Footer first column */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.contact-list li img.icon {
  margin-right: 8px;
}

/* Video */
.video-container {
  position: relative;
  width: 100%;
  max-width: 1000px; 
  margin: 0 auto; 
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}


/* Idioma Técnico */

.program_tech{

  width:100%;
  min-height:100vh;

  background-image:
  linear-gradient(
    120deg,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.35) 40%,
    rgba(0,0,0,0.15) 70%
  ),
  url(../images/lawyer.jpg);

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;

  padding:100px 24px;
  color:white;
}

.program_inner{
  width:100%;
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:flex-start;
}

.hero_program{
  max-width:560px;
  text-align:left;
}

/* TABLET */

@media (max-width:1024px){

.program_tech{
  min-height:85vh;
}

}

/* MOBILE */

@media (max-width:768px){

.program_inner{
  justify-content:center;
}

.hero_program{
  max-width:100%;
}

.program_tech{
  padding:80px 20px;
}

}

/* Hero 2 - Idioma Técnico */
  .real-life-situations{
  position: relative;
  width: 100%;
  background-image: linear-gradient(180deg, #0000003c 0%, #0000003c 100%), url(../images/communication.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  height: 85vh;
  padding: 0 20px;
  object-fit: cover;
  box-sizing: border-box;
  margin-top: 10px;
}

/* Tablets */
@media (max-width: 1024px) {
  .real-life-situations {
    height: 60vh;
    background-position: center center; 
  }
}

/* Pantallas medianas */
@media (max-width: 768px) {
  .real-life-situations {
    height: 50vh;
  }
}

/* Pantallas pequeñas */
@media (max-width: 480px) {
  .real-life-situations{
    height: 40vh;
  }
}

  .estrategias-h{
    font-weight: 600;
    padding: 5px;
  }

  /* Amcham */

.amcham_container {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  max-width: 650px;
  margin: 0 auto;
}

.amcham_container img {
  display: block;
}

.services_description {
  margin: 0;    
  padding: 0;
  line-height: 1.3;
  text-align: left;
  max-width: 850px;
  justify-content: center;
}

/* Tablet y Pantallas Pequeñas */
@media (max-width: 991px) {
  .amcham_container {
    padding: 0 20px;   
  }

  .amcham_container img {
    margin-left: 10px;  
  }
}

.thanks-hero{
  position: relative;
  width: 100%;
  background-image: linear-gradient(180deg, #0000008c 0%, #0000008c 100%), url(../images/thanks-deal.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  height: 85vh;
  padding: 0 20px;
  object-fit: cover;
  box-sizing: border-box;
}

.feriaimg {
  border-radius: 8px;
}

/* Sección de Pago */
.payment-section {
  background-color: #f9fafb;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

/* CONTENEDOR */
.payment-container {
  max-width: 650px;
  width: 100%;
  text-align: center;
}

/*  TÍTULO  */
.payment-container h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #0B1926;
  font-weight: 600;
}

.payment-description {
  font-size: 16px;
  color: black;
  margin-bottom: 35px;
  line-height: 1.6;
}

/* Card */
.security-card {
  background-color: #0B1926;
  color: #ffffff;
  padding: 30px;
  border-radius: 14px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Botón de Pago */

.payment-button {
  display: inline-block;
  background-color: #E8A940;
  color: white;
  padding: 16px 38px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* Hover */
.payment-button:hover {
  opacity: 0.92;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(232, 169, 64, 0.35);
  color: #0B1926;
}

.payment-note {
  margin-top: 22px;
  font-size: 13px;
  color: #666;
}

/* LOADER OVERLAY */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 25, 38, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  z-index: 9999;
}

/* Spinner animado */
.spinner {
  border: 4px solid #ffffff;
  border-top: 4px solid #E8A940;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 600px) {
  .payment-container h2 {
    font-size: 26px;
  }

  .payment-button {
    width: 100%;
  }

  .security-card {
    padding: 22px;
  }
}

/* BOTÓN CON LOADER SOLO PARA FORM */
.btn-submit-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Spinner pequeño */
.btn-submit-loader .btn-loader {
  display: none;
  width: 16px;
  height: 16px;
  border: 3px solid #0B1926;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Animación */
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Disabled */
.badge-coming {
  background-color: #f0ad4e;
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 6px;
}

.payment-button.disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.7;
  color: #0B1926;
}