@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root{
  --fondouno: white;
  --fondodos:black;
  --fondooscuro:#19275f;
  --fondofuerte:#ff0800;
  --fondoboton:#0167fe;
  --body-font: "Montserrat", sans-serif;
  --img: url('../../img/1.jpg');
  --primary-color: #0167fe;
  --secondary-color: #e8e8e8;
  --text-dark: #19275f;
  --text-light: #94a3b8;
  --white: #ffffff;
}
#avion-gigante{
  width: 100%;
  position: fixed;
  top: 40%;
  padding: 20px 0;
  height: 50vh;
  background-color: var(--white);
  z-index: -1;
}
#avion-gigante img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}
.izquierda{
    display: flex;
    align-items: center;
    justify-content: center;    
    gap:1.4;
}
.brand{
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    align-items: center;
}
.brand .nombre{
    
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--fondodos);
}
.brand .logo{
    width: 1.7rem;
    background: red;
    width: 30px;
    height: 30px;
    border-radius: 50% 38% 40% 0;
}
.menu-container{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    position: fixed;
    cursor: pointer;
    background-color: transparent;
    z-index: 12;
    left: 0;
    top: 55px;
}
.menu-uno{
    width:90%;
    position: absolute;
    background-color: var(--fondoboton);
    height: 90%;
    color: var(--fondouno);
    display: flex;
    box-shadow: 0 0 8px black;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    display: none;
    z-index: -1;
}

.menu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;        
    box-shadow: 0 0 3px black;
    position: absolute;
    width: 50px;
    height: 50px;
    right: -40px;
    z-index: 11;
    background: var(--fondoboton);
    color: black;
    border-radius: 50%;
    top: 30%;
    cursor: pointer;
   
}
#menu i{
    position: relative;
    font-weight: bold;
    left: -14px;
    transform: rotate(90deg);
    color: var(--fondodos);
}
#menu:hover{
    filter: drop-shadow(0 0 10px red);
}
#menu.menu-toggle  i{
    transform: rotate(-90deg);
    transition:  0.5s ease;
    color: var(--fondodos);
    position: relative;
    margin-top: 7px;
}
#sideber{
    height: 100%;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
    width: 4rem;
    top: 0;
    font-family: var(--body-font);
    left: 0;
   padding: 1.1rem 0;
   background: white;
   font-weight: bold;
    z-index: 12;
    overflow-x: hidden;
    border-radius: 5px;
    box-shadow:  0 5px 8px black;
    transition: width 0.5s ease;
}

#sideber.menu-toggle{
    width: 16.75rem;
}
#sideber li{
    list-style: none;
}
#sideber a{
    display: flex;
    align-items: center;
    gap:1.3rem;
    padding: 0.9rem 0.7rem;
    text-decoration: none;
    margin: 0 0.5rem;
    border-radius: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    color: var(--fondodos);
    position: relative;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}
#sideber a.selected{
    background: var(--fondoboton);
}

#sideber a:hover{
    box-shadow: inset 0 100px 0 0 var(--fondoboton);
}
#sideber i{
    width: 1.6rem;
    font-weight: bold;
    font-size: 18px;
    color: var(--fondooscuro);
}
#sideber  #menu i{
    color: var(--fondodos);
    font-size: 30px;
    top: -3px;
}



#contenido.menu-toggle{
    margin-left: 18.75rem;
}
#contenido{
    margin-top: 4rem;
    margin-left: 4rem;
    padding: 2rem;
    transition: margin-left 0.5s ease;
}
#uno{
  width: 100%;
  height: 60vh;
  position: relative;
  background-color: rgb(7, 4, 4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
/* ESTILOS DE ID UNO */
#uno {
  background-color: #f9f9f9;
  padding: 40px 20px;
}

#uno-fondo-con {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Para que se adapte a móviles */
  gap: 20px;
}

#uno-texto {
  flex: 1;
  min-width: 280px;
  padding: 40px 0;
}

#uno-texto h1 {
  font-size: 3rem;
  color: red;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

#uno-texto p {
  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
}
#uno a{
  background-color: var(--fondooscuro);
  border-radius: 8px;
  color: white;
  box-shadow: 0 5px 8px red;
  text-decoration: none;
  padding: 10px 25px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  font-weight: bold;
  font-size: 25px;
  top: 25px;
}
#uno a:hover{
  background-color: red;
  filter: drop-shadow( 0 0 5px var(--fondooscuro));
}
#uno-imagen {
  flex: 1;
  min-width: 280px;
  text-align: right;
  overflow: hidden;
  position: relative;
  height: 350px;
}

#uno-imagen img {
   display: block;
  width: 100%;
  position: relative;
  max-width: 4000px;
  margin: 0 auto 20px;
  animation: subirY 9s linear infinite;
}
.imagen-contenedor {
  position: relative;
}
.imagen-contenedor h3{
  position: absolute;
  right: 2px;
  font-family: 'Poppins', sans-serif;
  z-index: 2;
  font-size: 2em;
  font-weight: 700;
  color: var(--fondooscuro);
  filter: drop-shadow(0 0 2px var(--fondofuerte));
}
@keyframes subirY {
  0% {
    transform: translateY(100%);
    opacity: 0.5;
  }
  10% {
    opacity: 1;
  }
  33.3% {
    transform: translateY(0%);
    opacity: 1;
  }
  66.6% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(-200%);
    opacity: 0.5;
  }
}

@media (min-width: 1700px){
    #uno-texto h1 {
  font-size: 6rem;
  color: #1a237e;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
}

@media (max-width: 768px) {
   #uno{
    margin-top: 100px;
   }
}
@media screen and (max-width: 300px) {
  #sideber{
    overflow: scroll;
  }
}

/* Estilo para el contenedor de las tarjetas */

  #dos {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    align-items: center;
    padding: 2rem;
    height: auto;
    background-color: var(--fondouno);
  }
  .container-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 100%;
  }
  .card {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px 20px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.541);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 400px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  
  .card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  
  .card h3 {
    color: var(--fondooscuro);
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .card h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--fondoboton);
    margin-bottom: 10px;
  }
  
  .card p {
    font-size: 1rem;
    color: #777;
    line-height: 1.6;
  }
  .card .card-boton{
     background-color:var(--fondofuerte);
     position: relative;
     padding: 10px 20px;
     border-radius: 10px;
     top: 14px;
     font-size: 10px;
     color: var(--fondouno);
     font-weight: bold;
  }
  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  .card .card-boton:hover{
    background-color: var(--fondoboton);
    padding: 8px 18px;
    transition: 0.3s ease;
    filter: drop-shadow( 0 0 10px rgba(236, 11, 11, 0.699));
  }

.title-cards {
    font-size: 32px; 
    font-weight: bold;
    color: var(--fondooscuro); 
    text-align: center;
    position: relative;
    top: -2px;
    font-family: 'Arial', sans-serif;
  }
  .title-cards i{
    color: red; 
    background: linear-gradient(45deg, var(--fondooscuro), var(--fondofuerte));
    -webkit-background-clip: text;
    color: transparent;
    animation: movimientouno 1s linear infinite;
  }
  @keyframes movimientouno {
      0%{
        transform: scale(0);
        opacity: 0.5;
      
      }
      100%{
        transform: scale(1);
        opacity: 1;
        
      }
  }
  .title-subcard {
    font-size: 24px;
    font-weight: 600;
    color: #e74c3c; 
    text-align: center;
    display: block;
    margin: 10px 0;
    font-family: 'Arial', sans-serif;
    background: linear-gradient(45deg, var(--fondooscuro), red);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 1px;
    padding: 10px 0;
  } 

#tres{
    position: relative;
    width: 100%;
    background-color: transparent;
}
.container-tres{
    position: relative;
    width: 100%;
    background-color:transparent;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 40px 20px;
}
  .benefit-item {
    flex: 1 1 calc(33.333% - 20px);
    background-color: white;
    border-radius: 8px;
    width: 350px;
    max-width: 350px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s;
  }
  
  .benefit-item:hover {
    transform: translateY(-5px);
  }
  
  .benefit-item i {
    font-size: 40px;
    color: #3498db;
    margin-bottom: 15px;
  }
  
  .benefit-item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .benefit-item p {
    font-size: 14px;
    color: #777;
  }
  .title-tres{
      position: relative;
      text-align: center;
      font-size: 30PX;
      font-weight: 700;
      top: 5px;
      background-color: var(--fondofuerte);
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      font-style: normal;
     color: var(--fondouno);
    
  }
/* ANIMACIONES DE MOVIMIENTOS */

  #contenedor-dos{
    width: 100%;
    height: auto;
    position: relative;
}
.wrapper {
  margin-top: 2rem;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  height: 100px;
  top: 20px;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

@keyframes scrollRight {
  to {
    right: -200px;
  }
}

.itemLeft,
.itemRight {
  width: 200px;
  height: 100px;
  background-color: var(--fondoboton);
  border-radius: 6px;
  position: absolute;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.itemLeft {
  left: max(calc(200px * 8), 100%);
  animation-name: scrollLeft;
  display: flex;
  justify-content: center;
  align-items: center;
}
.itemLeft img{
    position: absolute;
    width: 95%;
    height: 90%;
    border-radius: 6px;
}
.itemRight {
  right: max(calc(200px * 8), calc(100% + 200px));
  animation-name: scrollRight;
   display: flex;
  justify-content: center;
  align-items: center;
}
.itemRight img{
  position: absolute;
  width: 95%;
  height: 90%;
  background-color: white;
  border-radius: 6px;
}
.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}


/* ESTILOS DE TESTIMONIOS*/ 
#cuatro {
  width: 100%;
  height: auto;
  position: relative;
  background-color: var(--secondary-color);
  margin: 40px 0;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
}

#cuatro h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--fondooscuro);
  position: relative;
  text-align: center;
}

#cuatro h3 {
  position: relative;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
  color: var(--text-dark);
}

.section__container h1::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 5rem;
  background-color: var(--primary-color);
}

.section__grid {
  display: flex;
  justify-content: center;
  margin: 0 50px;
  gap: 20px;
  position: relative;
  left: 20px;
  overflow-x: hidden;
}
.section__card {
  width: 350px;
  height: 440px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 5rem 2rem 2rem;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 5);
  transition: 0.3s;
  opacity: 0; 
  transform: translateY(40px);
  display: none; 
}
.section__card.show {
  animation: fadeIn 0.8s ease-out forwards;
}
.section__card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 75%;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  transition: 0.5s;
}

.section__card span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  font-size: 3rem;
  color: var(--white);
}

.section__card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-c);
  transition: 0.3s;
  position: relative;
  top: -20px;
}

.section__card p {
  margin-bottom: 2rem;
  color: rgb(37, 36, 36);
  transition: 0.3s;
  font-weight: bold;
  font-size: 16px;
}

.section__card img {
  margin-bottom: 1rem;
  max-width: 100px;
  border-radius: 10px;
  border: 2px solid var(--primary-color);
  transition: 0.3s;
}

.section__card h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
  transition: 0.3s;
}

.section__card h6 {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 10px;
  color: var(--fondooscuro);
  transition: 0.3s;
}

.section__card:hover::before {
  width: 400%;
}

.section__card:hover :is(h4, h5) {
  color: var(--white);
}

.section__card:hover :is(p, h6) {
  color: var(--secondary-color);
}

.section__card:hover img {
  border-color: var(--white);
}

#testi-siguiente {
  position: absolute;
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  background-color: var(--fondoboton);
  color: white;
  cursor: pointer;
  top: 50%;
  right: 30%;
  font-size: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.747);

}

#testi-siguiente:hover {
  background-color: var(--fondooscuro);
  width: 45px;
  height: 45px;
  transition: 0.3s ease;
}

/* Animación de desvanecimiento de testimonios */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(40px); 
  }
  100% {
    opacity: 1;
    transform: translateX(0); 
  }
}


/* Estilos generales para el formulario */
#cinco {
  width: 100%;
  height: auto;
  background-image: url('../../img/pre.jpg'); 
  background-position: center; 
  background-size: cover; 
  position: relative;
  padding: 30px 0;
  top: -40px;
  z-index: 2; 
}

 
.input-wrapper i {
   color: var(--fondoboton);
   font-size: 20px;
   z-index: 2;
   position: relative;
   left: -8px;
}
.form-container {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 20px;
  max-width: 850px;
  margin: 30px auto;
 position: relative;
 top: 40px;
 left: 10%;
 box-shadow:  0 0 10px rgb(37, 36, 36);

}
.politica-text{
  position: relative;
  left:40px;
  top: -20px;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}


.form-row {
  display: flex;
  justify-content: space-between; 
  gap: 30px; 
  flex-wrap: wrap; 
}

.form-group {
  flex: 1; 
  min-width: 30%; 
}

.form-group label {
  font-weight: bold;
  margin-bottom: -20px;
  display: block;
}

.form-group input, .form-group select {
  width: 100%;
  border: none;
  padding: 10px;
  outline: none;
  background-color: transparent;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid rgb(97, 93, 93);
  left: 20px;
}
.form-group  input:hover{
  border-color: var(--fondoboton);
}
.form-group input::placeholder {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../svg/abajo.svg) right 10px center;
  background-size:16px;
  padding-right: 30px;
  background-repeat: no-repeat;
}
.form-group input[type="checkbox"] {
  width: auto;
}

.submit-btn {
  background-color: var(--fondoboton);
  color: var(--fondouno);
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  max-width: 200px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.submit-btn:hover {
  background-color: var(--fondooscuro);
}

.icon {
  position: absolute;
  top: 30px;
  left: 10px;
  font-size: 20px;
  color: var(--fondoboton);
}

.preinscribete {
  position: absolute;
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 6%;
  height: 200px;
  border-radius: 20px;
  font-weight: 900;
  max-width: 40%;
  top: 35%;
  background: rgb(255, 255, 255);
  text-transform: uppercase;
  box-shadow: 0 0 10px  rgb(37, 36, 36);
} 
.preinscribete h3{
  text-transform: uppercase;
  color: var(--fondofuerte);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.966);
}


#seis{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  position: relative;
  background-color: var(--fondouno);
  font-family: "Montserrat", sans-serif;
}

#seis .info {
  text-align: center;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  background-color: transparent; 
  width: 100%;
  margin: 0 auto;
}


#seis h2 {
  font-size: 32px;
  color: var(--fondoboton);
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

#seis p {
  font-size: 20px;
  font-weight: bold;
  color: var(--fondooscuro);
  margin-top: 5px; 
}


@media (max-width: 768px) {
  #seis .info {
    max-width: 90%; 
    padding: 10px;
    position: relative;
    left: 40px;
  }

  #seis h2 {
    font-size: 28px; 
  }

  #seis p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #seis h2 {
    font-size: 24px; 
  }
  #seis .info {
    max-width: 90%; 
    padding: 10px;
    position: relative;
    left: 0px;
  }
  #seis p {
    font-size: 14px;
  }
}

#cinco-uno {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 900px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

#cinco-uno h2 {
  text-align: center;
  font-size: 24px;
  color: var(--fondooscuro);
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-toggle {
  display: none;
}

.faq-question {
  font-size: 18px;
  color:  var(--fondoboton);
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}

.faq-question:hover {
  color: #005f99;
}

.faq-answer {
  display: none;
  font-size: 16px;
  color: var(--fondodos);
  margin-top: 5px;
}

.faq-toggle:checked + .faq-question + .faq-answer {
  display: block;
}







/* Estilos generales para el pie de página */
#footer {
  background: var(--black-color);
  background: rgb(5, 34, 74);
  background: linear-gradient(0deg, var(--black-color) 0%, rgba(1, 103, 254, 1) 100%);
  color: white; 
  padding: 40px 20px; 
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

#footer .navbar {
  margin-bottom: 20px;
}

#footer .navbar ul {
  list-style-type: none;
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

#footer .navbar ul li {
  margin: 10px 15px; 
}

#footer .navbar ul li a {
  color: var(--fondooscuro);
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--fondouno);
  font-weight: bold;
  transition: color 0.3s ease;
  border-right: 1px solid white;
  padding: 0 10px;
  border-radius: 5px;
}

#footer .navbar ul li a:hover {
  color: var(--fondouno); 
  background-color: var(--fondooscuro);
  
}

#footer .redes-y-reclamaciones {
  display: flex;
  justify-content: center;
  gap: 20px; 
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer .social-button {
  display: inline-block;
  padding: 10px;
  font-size: 24px; 
  color: white;
  background-color: var(--fondofuerte);
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s ease;
}

#footer .social-button:hover {
  transform: scale(1.1);
}

#footer .social-button.facebook {
  background-color:var(--fondofuerte);
}

#footer .social-button.whatsapp {
  background-color: var(--fondofuerte);
}

#footer .social-button.instagram {
  background-color: var(--fondofuerte); 
}

#footer .social-button.tiktok {
  background-color: var(--fondofuerte);
}
/* Estilo para el botón de Libro de Reclamaciones */
#footer .boton-reclamaciones {
  padding: 12px 30px;
  background-color: var(--fondofuerte); 
  color: white;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

#footer .boton-reclamaciones:hover {
  background-color: var(--fondouno);
  color: var(--fondooscuro);
  font-weight: bold;
}

/* Estilos para la información de contacto */
#footer .informacion p {
  font-size: 16px;
  color: #ccc;
  margin: 10px 0;
}

#footer .informacion a {
  color: #5ab5d9; /* Color del enlace */
  text-decoration: none;
}

#footer .informacion a:hover {
  text-decoration: underline;
}

/* Estilo para el texto de copyright */
#footer .copyright p {
  font-size: 14px;
  color: #ccc;
  margin-top: 20px;
  font-weight: 300;
}

.autorizadosunedu{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.autorizadosunedu img{
  position: absolute;
  width: 40%;
  height: 100%;
}


.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9995;
  background-color: transparent;
  transition: transform 0.3s ease;
  animation: pulseSlow 2.5s infinite;
  animation: aparecerentrada 2s ease-in-out 2.5s forwards;
  
}
.btn-whatsapp h3{
 display: none;
}
.btn-whatsapp span{
 display: none;
}
.btn-whatsapp img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

.btn-whatsapp:hover {
  transform: scale(1.1);
}

.btn-inscribete {
  position: fixed;
  bottom: 35px;
  left: 15px;
  z-index: 9997;
    animation: aparecerentrada 2s ease-in-out 2.5s forwards;
}

.btn-inscribete a {
  background-color: var(--fondofuerte);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding: 12px 18px;
  border-radius: 30px;
  display: block;
  box-shadow: 0 2px 10px rgb(255, 255, 255);
  transition: background-color 0.3s ease;
  
}

.btn-inscribete a:hover {
  background-color: rgb(0, 226, 49);
}

/* Responsividad para pantallas más pequeñas */
@media (max-width: 768px) {
  #footer .navbar ul {
    flex-direction: column; /* Los elementos del menú se apilan en pantallas pequeñas */
    align-items: center;
  }
  .autorizadosunedu img{
    width: 80%;
  }
  #footer .redes-y-reclamaciones {
    flex-direction: column;
  }

  #footer .social-button {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
  }

  #footer .boton-reclamaciones {
    width: 100%; 
  }
  .title-logouno{
  position: fixed;
  text-align: center;
  color: white;
  }
}

@media only screen and (max-width: 768px) {
  
  .form-row {
    flex-direction: column; 
    gap: 10px; 
  }

  .form-group {
    flex: 1 1 100%; 
    margin-bottom: 15px;
  }

  .submit-btn {
    padding: 12px 20px;
    font-size: 18px; 
  }
}
@media (max-width: 330px) {
  #dos{
    margin: 0;
    padding: 0;

  }
  .card{
      max-width: none;
      width: 100%;
     }
}

@media (max-width: 768px) {
  #cuatro h2 {
    font-size: 1.2rem;
  }

  #cuatro h3 {
    font-size: 2.5rem;
  }

  .section__grid {
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }

  .section__card {
    width: 100%;
    padding: 4rem 1.5rem 1.5rem;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  }

  .section__card img {
    max-width: 80px;
  }
  
  #testi-siguiente {
    right: 10px;
    top: 62%;
    transform: translateY(-50%);
  }
  .section__card h4{
    top: -10px;
    font-size: 1rem;
    font-weight: bold;
  }
}

  @media screen and (max-width: 1024px) {
    .benefit-item {
      flex: 1 1 calc(50% - 20px); /* 2 items per row on medium screens */
    }
  }
  
  @media screen and (max-width: 768px) {
    .benefits-section {
      justify-content: center;
    }
    .benefit-item {
      flex: 1 1 100%; /* 1 item per row on small screens */
    }
  }
  





@media(max-width:770px){
   
     .form-container {
     top: 40px;
     left: 00%;
    }
     #sideber  #menu i{
        color: var(--fondodos);
        font-size: 25px;
    }
    #sideber{
        width: 0;
        margin-top: 6rem;
    }
   #menu i{
     transform: rotate(-90deg);
     transition:  0.5s ease;
   }
   #contenido{
       margin-left: 0;
   }
   #contenido.menu-toggle{
       margin-left: 0;
       margin: 0;
       padding: 0;
   }
   .botones{
    position: absolute;
    bottom: 20%;
    z-index: 8;
    left: 30%;
    display: flex;
    gap: 20px;
}
  .content{
    left: 17%;
   }
   
 }

 @media(max-width:395px){
    .content{
        left: 15%;
    }
 }
 @media(max-width:328px){
    .content{
        left: 10%;
    }
    .botones{
        position: absolute;
        bottom: 15%;
        filter: drop-shadow(0 0 1px #ff0000);
        z-index: 8;
        left: 30%;
        display: flex;
        gap: 20px;
    }
 }
@media screen and (min-width: 1118px) {
    #sideber{
        margin-top: 6rem;
    }
    .btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 9995;
    border-radius: 50%;
    transition: transform 0.3s ease;
    animation: pulseSlow 2.5s infinite;
    background-color: rgb(12 219 122);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  margin: 20px;
  border-radius: 10px;
    animation: aparecerentrada 2s ease-in-out 2.5s forwards;
  }
  
.btn-whatsapp img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  position: relative;
  top: 2px;
}
.btn-whatsapp h3{
  position: absolute;
  top: 1px;
  display: flex;
  left: 75px;
  font-size: 20px;
  color: var(--secondary-color);
}
.btn-whatsapp span{
  font-weight: bold;
  position: absolute;
  top: 30px;
  display: flex;
  font-size: 17px;
  left: 70px;
  color: var(--secondary-color);
}

}

@media screen and (min-width: 1920px) {
  body {
    font-size: 25px;
  }
  #sideber.menu-toggle{
    width: 20rem;
  }
  #sideber a{
    font-size: 20px;
  }
  #sideber i{
    font-size: 34px;
  }
}
@media screen and (min-width: 1300px) {
  .autorizadosunedu img{
    width: 20%;
  }
}
@media(max-width: 1000px){
  #cinco .preinscribete {
      top: 8%;
      width: 0;
      transform: translate(-50%, -50%);
      left: 50%;
  }
  .form-container{
    left: 0;
  }
 
}
@media(max-width: 986px){
  .form-container{
     width: 80%;
     left: 5%;

  }
 
}
@media  (max-width: 1118px){
  .title-logouno{
    text-align: center;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  #sideber{
    width: 0;
  }
   #menu-uno{
         display: flex;
         top: -10px;
        
     }
}
