

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 3px;
}
form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b6a75;
  background-color: #eaf2f7;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form-control:focus {
  color: #6b6a75;
  background-color: #eaf2f7;
  border-color: #83d1ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 163, 218, 0.25);
}
form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b6a75;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  appearance: none;
}
.form-select:focus {
  border-color: #83d1ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 163, 218, 0.25);
}
button a:hover {
    color: #fff;
}

button a {
    color: #fff;
}
.caja {
    border:none;
    color: black;
    width: 250px;
    height: auto;
    text-align: center;
    margin: 5px;
    line-height: 20px;
    overflow: hidden;
   
    

}

.flex-container {
    display: flex;
    border: none;
    padding: 5px;
    flex-direction: row;
    flex-wrap: wrap; /*especifica si los elementos "hijos" son obligados a permanecer en una misma línea o pueden fluir en varias líneas*/
    /*flex-flow: row wrap-reverse => combina direction y wrap*/
    width: 100%;
    height:auto;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center; /*especifica la alineación predeterminada para los elementos dentro de un contenedor flexbox o grid.*/
    align-content: space-between; /*establece la distribución del espacio entre y alrededor de los elementos de contenido a lo largo del eje transversal*/
}

img {
    vertical-align: middle;
}
.img-container {
  border-radius: 20px!important;
}

.border {
  border-radius: 10px!important;
}

.img-opacity:hover {
  opacity: 0.6;
}

h1 {
    text-align: center;
}
.title {
  color: #09a0da;
}
.tab h2 {
  color:#09a0da ;
  font-size: 25px;
}
.tab p {
  font-size: 13px;
}
.payments-method {
  background: #09a0da;
  width: 20px;
  position:absolute;
  border: solid 1px #09a0da;
  border-radius: 50%;
  height: 20px;
}
.list-num{
  color: #fff!important;
}

h3:hover {
  color: #09a0da;
}

hr {
  color: #09a0da;
}

.btn-present {
    border-radius: 5px;
    background-color: #133853;
    color: #fff;
    font-weight: 600;
    
}
.btn-nav {
  font-size: 25px;
  letter-spacing: 2px;
  border: none;
  background-color: #133853;
  color: #09a0da;
  font-weight: 600;
}
.btn-nav:hover {
  color: #fff;
}
.btn-present:hover {
  border-radius: 5px;
  background-color: #133853;
  color: #fff;
  font-weight: 600;
}
.btn-present:hover {
    background-color: #09a0da;
    border: 1px solid #09a0da;
}

.btn-support-card {
  width: 60%;
  height: auto;
  padding: 5px;
  border-radius: 15px;
  background-color: #09a0da;
  color: #fff;
  font-weight: 600;
  border: solid 1px #fff;
  cursor: pointer;
}
.btn-support-card:hover {
  background-color: transparent;
  color: #09a0da;
  border: solid 1px #09a0da;
}

#trucazo {
    opacity: 0;
}

.full-container {
    width: 100%;
    color: black;
    background-color: #eef9ff;
}
.support-container {
  border-radius: 10px;
  width: 100%;
  max-width:700px;
  padding:80px 80px;
  margin:0 auto;
  color: #09a0da;
  
}
@media(max-width:1400px){
  .support-container{
      padding:0 20px
  }
  .title {
    letter-spacing:0;
  }
}

@media (min-width: 1400px) {
  .source {
    width: 760px!important;
    height: 415px!important;
  }
}



.btn-brochure{
    width: 30%;
    background: #133853; /* color de fondo */
    color: #fff; /* color de fuente */
    border: 2px solid; /* tamaño y color de borde */
    padding: 16px;
    border-radius: 10px; /* redondear bordes */
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-size: 15PX;
    font-weight: 600;
  }
  .btn-brochure:hover {
    color: #fff;/* color de fuente hover */
  }
  .btn-brochure::after {
    content: "";
    background: #09a0da; /* color de fondo hover */
    position: absolute;
    z-index: -1;
    padding: 16px;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0) rotate(-180deg);
    transition: all 0.3s ease;
  }
  .btn-brochure:hover::after {
    transition: all 0.3s ease-out;
    transform: scale(1, 1) rotate(0deg);
  }
  
  span {
    color: #001f62;
    font-weight: 600;
  }

  span:hover {
    color: #09a0da
  }

  .text-justify {
    text-align: justify; 
  }
  .text-center {
    text-align: center!important;
  }

  .container .tab {
    position: relative;
    background: #fff;
    padding: 20px 20px 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: none;
  }
  .container .tab:hover {
    opacity: 0.9;
  }
  
  .marca {
    width: 20%;
    margin-left: 80PX;
  }
  .letter {
   font-style: italic;
  }
  .border {
    background-color: #09a0da;
    border-radius: 10px;
  }
  .title {
    text-transform: uppercase;
    text-align: center!important;
    color: #09a0da;
    font-weight: bold;
  }
  .title-container {
    width: 100%; 
  }
  @media(min-width:800px) {
    .title{
      letter-spacing: 30px;
      word-spacing: 5px;
      font-size: 50px;

    }
  }

  input{
    border-radius: 5px!important;
    color: #09a0da;
  }
  
  button:hover {
    background:#09a0da;
    color:#fff
  }

  button {
    background: transparent;
    border:1px solid #09a0da;
    border-radius: 5px;
    color: #09a0da;
    font-weight: 600;
  }
  
  select {
    border-radius: 5px;
  }
  select:focus {
    background: transparent;
  }
  textarea {
    border-radius: 5px;
  }
  ::placeholder {
    color: #09a0da;
  }

  input:hover {
    background: #f1f4f7;
    opacity: 0.7;
  }
  select:hover {
    background: #f1f4f7;
    opacity: 0.7;
  }
 textarea:hover {
  background: #f1f4f7;
    opacity: 0.7;
 }
.rejilla {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 15px;
}
.active-cursor {
  cursor: pointer;
}

.content p {
  color: #09a0da;
  font-weight: bold;
}

.remove-hover:hover {
  cursor: none;
  width: 60%;
  height: auto;
  padding: 5px;
  border-radius: 15px;
  background-color: #09a0da;
  color: #fff;
  font-weight: 600;
  border: solid 1px #fff;
}

 .grecaptcha-badge {
  display: flex;
  justify-content: center; /* Centrado horizontal */
  align-items: center;     /* Centrado vertical */
  height: 100%; 
}
.g-recaptcha:hover {
  background: #09a0da;
 
}

/* Carousel items */
  :root {
    --primary-color: #001f62; /* Tu azul corporativo */
    --accent-color: #009ada;  /* El azul claro de las formas en la imagen */
    --text-color: #555;
    --bg-card: #ffffff;
    --items-desktop: 3;
    --total-items: 10;
    --slider-width: 100%;
	  --slider-height: 100%;
	  --transition-speed: 0.8s;
	  --display-time: 4s;
  }

  .carousel-viewport {
    width: 100%;
    overflow: hidden;
    padding: 30px 10px;
    background-color: #f8f9fa;
  }

  .carousel-track {
    display: flex;
    gap: 20px;
    /* Cálculo dinámico para que siempre se vea perfecto */
    width: calc((100% / var(--items-desktop)) * var(--total-items));
    animation: scroll-auto 40s linear infinite;
  }
  .carousel-static {
     display: flex;
    gap: 20px;
    /* Cálculo dinámico para que siempre se vea perfecto */
    width: calc((100% / var(--items-desktop)) * var(--total-items));
  }

  .carousel-track:hover {
    animation-play-state: paused;
  }

  .carousel {
    width: calc(100% / var(--total-items));
    background: var(--bg-card);
    border-radius: 25px; /* Bordes redondeados como la imagen */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border: 1px solid #eee;
  }

  .carousel:hover {
    transform: translateY(-5px);
  }

  /* Contenedor de imagen con la curva azul inferior */
  .img-container {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }

  .carousel img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* Decoración azul en la esquina inferior de la imagen (estilo imagen enviada) */
  .img-container::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100px;
    height: 40px;
    background: var(--accent-color);
    border-radius: 40px 0 0 0;
  }

  /* Estilo del texto */
  .carousel-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .carousel-content h6 {
    text-align: center;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
  }

  .carousel p {
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    color: var(--text-color);
    margin: 0;
    text-align: justify
  }

  /* Animación */
  @keyframes scroll-auto {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% + (100% / var(--total-items) * var(--items-desktop)))); }
  }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    :root { --items-desktop: 2; }
  }

  @media (max-width: 600px) {
    :root { --items-desktop: 1; }
    .carousel-track { animation-duration: 25s; }
  }

 @media (max-width: 500px) {
    .container h1 {
        font-size: 1.5rem !important; 
    }
    h2 {
      font-size: 1.5rem !important;
    }
    .desktop {
      flex-direction: column!important;
    }
    section h2 {
       font-size: 1.5rem !important
    }
    .anor_fn_icon_list h2 {
      font-size: 1.5rem !important
    }
    .anor_fn_blog_single {
      padding: 0!important;
    }
 }

  @media (max-width: 1000px) {
     .mv-display {
      display: flex;
      flex-direction: column;
    }
    .mv-display1 {
      display:inline-block!important
    }
    .w-50 {
      width: 100%!important;
    }
    .w-70 {
      width: 100%!important;
    }
    .w-80 {
      width: 100%!important;
    }
    .w-90 {
      width: 100%!important;
    }
    .img-round {
      width: 80%!important;
    }
    .pt-40 {
      padding-top: 40px!important;
    }
  }

  @media (max-width: 1039px) {
    header {
        display: none !important;
    }
    body {
      padding-top: 80px!important;
    }
    .desktop {
      flex-direction: column!important;
    }
}

@media (max-width: 1190px) {
 .containerfooter {
    flex-direction: column !important;
    overflow: hidden!important; 
    }
  .df-social {
    position: relative!important;
  }
}


  .slider-viewport {
	  width: var(--slider-width);
	  height: var(--slider-height);
	  margin: auto;
	  overflow: hidden;
	  position: relative;
	  border-radius: 8px;
	  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}
	
	.slider-track {
		display: flex;
		height: 100%;
		animation: carrusel-automatico 20s infinite ease-in-out;
	}
	
	.slide {
		min-width: 100vw;
		height: 100%;
	}
	
	.slide img {
		width: 100vw;
		height: auto;
		object-fit: cover;
		display: block;
		background: #000;
	}
	
	/* Pausar la animación cuando el usuario interactúa */
	.slider-viewport:hover.slider-track {
	  animation-play-state: paused;
	}
	
	@keyframes carrusel-automatico {
		0%,  16% { transform: translateX(0vw); }
		20%, 36% { transform: translateX(-100vw); }
		40%, 56% { transform: translateX(-200vw); }
		60%, 76% { transform: translateX(-300vw); }
		80%, 96% { transform: translateX(-400vw); }
		100%     { transform: translateX(-500vw); }
	}

    .carousel-item {
        display: none !important;
        width: 100% !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
    }

    .carousel-item.active {
        display: block !important;
    }

    /* Forzamos que la imagen sea responsiva y no exceda el ancho */
    .carousel-item img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
	
	@media (max-width: 768px) {
	 .slide img {
	    object-position: center;
	  }
    .source {
      width: 560px!important;
      height: 315px!important;
    }
	}
	
	@media (prefers-reduced-motion: reduce) {
	 .slider-track {
	    animation: none;
	    transform: none;
	  }
	}
	
  .check-list {
	  list-style: none;
	  padding: 0;
	}
	
	.check-list li {
	  display: flex;
	  align-items: flex-start;
	  margin-bottom: 14px;
	  font-size: 1rem;
	}
	
	.check-list i {
	  color: #001f62; /* Tu color azul */
	  font-size: 1.4rem; /* Un poco más grande para que destaque */
	  margin-right: 12px;
	  line-height: 1;
	  flex-shrink: 0;
	}

  a {
    text-decoration: none!important;
    color:#001F62;
  }
  title {
    text-transform: capitalize!important;
  }

  .background-common {
    background-size: cover;
		background-position: center;
		padding: 40px;
		border-radius: 12px;
		color: #001F62;
		box-shadow: 0 2px 12px rgba(0,0,0,0.15);
		position: relative;
		min-height: 350px;
		font-size: 1.2em;
		font-weight: 500;
    text-shadow: #000;
  }
  ul li {
    list-style: none!important;
  }
.fondo-preescolar {
  background-image: url('../img/dimensiones_transición.png');	
}
.fondo-primaria {
  background-image: url('../img/fondo-primaria.png');
}

.fondo-secundaria {
  background-image: url('../img/fondo_secundaria.png');
}

.fondo-macademica {
  background-image: url('../img/fondo_macademica.png');
}

.fondo-dprogram {
   background-image: url('../img/fondo_dprogram.png');
}



.form-container {
    background: #fff;
    width: 100%;
    max-width: 520px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.body-form {
    padding: 40px 20px;
    background-color: #f1f5f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-header {
    text-align: center;
    margin-bottom: 28px;
}

/* Color del título actualizado a #001f62 */
.form-header h2 {
    color: #001f62;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.form-header p {
    color: #64748b;
    font-size: 15px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.full-width {
    width: 100%;
}

input,
select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 15px;
    color: #334155;
    outline: none;
    transition: all 0.2s ease;
}

input:focus,
select:focus {
    border-color: #001f62;
    box-shadow: 0 0 0 3px rgba(0, 31, 98, 0.1);
}

/* Centrado de la pregunta y opciones de menor de edad */
.radio-group.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px 0;
}

/* Color de la pregunta actualizado a #001f62 */
.radio-group p {
    font-size: 15px;
    font-weight: 600;
    color: #001f62;
    margin-bottom: 12px;
}

.radio-options {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.radio-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #475569;
    cursor: pointer;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #001f62;
    cursor: pointer;
}

.form-divider {
    border: none;
    height: 1px;
    background-color: #e2e8f0;
    margin: 8px 0;
}

/* Selector de País */
.phone-group {
    display: flex;
    gap: 12px;
}

.custom-select-container {
    position: relative;
    width: 130px;
    flex-shrink: 0;
}

.select-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
}

.select-selected img {
    width: 22px;
    border-radius: 2px;
}

.select-selected span {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-top: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-height: 220px;
    overflow-y: auto;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-item {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-item:hover {
    background-color: #f8fafc;
}

.select-item img {
    width: 20px;
    margin-right: 12px;
}

/* Color del botón actualizado a #001f62 */
.submit-btn {
    background-color: #001f62;
    color: #fff;
    padding: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 12px;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: #00123d;
}

.disclaimer {
    font-size: 12px;
    text-align: center;
    color: #64748b;
    margin-top: 4px;
}

@media (max-width: 593px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
    .source {
    width: 460px!important;
    height: 250px!important;
    aspect-ratio: 16 / 9;
  } 
}

@media (max-width: 464px) {
  .source {
    width:100%!important;
    height: auto!important;
    aspect-ratio: 16 / 9;
  } 
}

.contenedor-acordeon {
  max-width: 600px; /* Ajusta el ancho según tu necesidad */
  margin: 20px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.item-acordeon {
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.item-acordeon summary {
  background-color: #001f62; /* Tu color corporativo */
  color: white;
  padding: 15px 20px;
  list-style: none;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Flecha decorativa */
.item-acordeon summary::after {
  content: '▼';
  font-size: 0.8rem;
  transition: transform 0.3s;
}

.item-acordeon[open] summary::after {
  transform: rotate(180deg);
}

.item-acordeon .contenido {
  padding: 20px;
  line-height: 1.6;
  color: #333;
  border-top: 1px solid #eee;
}

/* Efecto hover opcional */
.item-acordeon summary:hover {
  filter: brightness(1.2);
}
.desktop {
  display: flex; flex-direction: row; align-items:center; justify-content:space-around;
}
.df-social {
   display:flex; align-items:center; position:absolute
}

.containerfooter ul li a {
  color: #fff!important;
}

.containerfooter {
  display: flex;
  flex-direction: row;
}

.text-capitalize {
  text-transform: capitalize;
}

* p {
  color:#001f62!important
}

li {
  color: #001F62;
}

.mv-display {
  display: flex; 
  justify-content:space-around;
}

.mv-display1 {
 display: flex; 
 flex-direction:row; 
 align-items:center; 
 justify-content:space-around
}

.w-50 {
  width: 50%;
}

.w-70 {
  width: 70%;
}
.w-80 {
  width: 100%;
}
.w-90 {
  width: 100%;
}

.img-round {
  border-radius: 10px;
  width: 100%;
}

.source {
  border-radius: 10px;
}

.pt-5 {
  padding-top: 5px;
}

.background-display {
  display: flex !important;; 
  padding-top: 10px !important; 
  justify-content:space-around !important; 
  gap:15px !important;
}
.btn-benefices {
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  text-align: center;
  vertical-align: bottom;
}

