/* ==== FUENTES CORPORATIVAS ==== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Cooper+Hewitt:wght@400;700&family=Rock+Salt&display=swap');

body {
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
    padding: 0;
}


.slider {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}
.slide {
    min-width: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.overlay {
    position: absolute;
    display: flex;
    height: 100vh;
    flex-direction: column;
    top: 0;
    left: 140px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 30px;
    width: 30%;
    padding-right: 50px;
    min-width: 400px;
    max-width: 520px;
    height: 100%;
}
 
  .logo-container {
    flex: 0 0 25%; /* El logo ocupa el 35% del overlay */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo {
    position: absolute;
    top: -30px;
    left: 80px;
    width: 340px;
    height: 200px;
    transform: skewY(-10deg); /* Ajusta el ángulo según tus necesidades */
}
.info-container{
   flex: 1; 
   padding: 10px;
}

.info-container h1 {
    font-family: 'Cooper Hewitt', sans-serif;
  font-size:5em; /* Ajusta este valor según sea necesario */
    margin-top: -10px;
    line-height: 1;
    margin-bottom: 30px;
 }
 .info-container h2{
    font-size: 35px;
 } 
 .info-container p{
    font-size: 18px;
 } 
  .info-container h2, .info-container p, .info-container button {
    margin: 15px 0;
    margin-bottom: 30px;
    
}

.info-container {
    font-size: calc(0.5vw + 0.5vh + 0.5vmin);
  }
  

 
.overlay button {
    background-color: #EEAB02;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 25px; 
    font-size: 18px;
    right: 70px;
    position: absolute;
    transform: translateY(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.4); /* Sombra */
    transition: background-color 0.3s, box-shadow 0.3s; /* Transición suave */
} 
.overlay button:hover {
    background-color: #FF8C00; /* Color de fondo al pasar el mouse */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6), 0 12px 24px rgba(0, 0, 0, 0.5); /* Sombra al pasar el mouse */
}


.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.prev, .next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #f0f0f0;
  height: auto; /* Ajusta la altura automáticamente */
  overflow: hidden; /* Evita que el contenido se desborde */
}
.content {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 100px 200px;
    overflow: hidden; /* Evita que el contenido se desborde */
    padding: 0 10px;
    height: 100%;
}

.left {
    flex: 0 0 40%;
}

.container {
  flex: 0 0 58%;
  display: grid;
  gap: 10px;
  max-width: 700px;
  min-width: 470px;
  overflow: hidden;
}

.top {
  display: grid;
  grid-template-columns: 57% 42%;
  gap: 5%;
  align-items: end; /* Alinea las imágenes al margen inferior */
}

.top img {
  width: 100%;
  object-fit: cover;
}

.left-img {
  height: 65%;
  width: 50%;
  align-self: end; /* Alinea la imagen al margen inferior */
}

.right-img {
  height: 95%;
  width: 46%;
  margin-right: 0px;
  align-self: end; /* Alinea la imagen al margen inferior */
  justify-self: end; /* Alinea la imagen al margen derecho */
}
.button {
  background-color: #FFA500; /* Color de fondo naranja */
  border: none; /* Sin borde */
  color: white; /* Color del texto */
  padding: 15px 32px; /* Relleno */
  text-align: center; /* Alineación del texto */
  text-decoration: none; /* Sin subrayado */
  display: inline-block; /* Mostrar en línea */
  font-size: 16px; /* Tamaño de la fuente */
  margin: 4px 2px; /* Margen */
  border-radius: 25px;
  cursor: pointer; /* Cursor de puntero */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.4); /* Sombra */
  transition: background-color 0.3s, box-shadow 0.3s; /* Transición suave */
}
.button:hover {
  background-color: #FF8C00; /* Color de fondo al pasar el mouse */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6), 0 12px 24px rgba(0, 0, 0, 0.5); /* Sombra al pasar el mouse */
}

.bottom {
  object-fit: cover;
  width:85%;
  right: 0px;
  background-color:white;
  border-radius: 25px; 
  height: 200px; /* Ajusta según sea necesario */
  align-self: end; /* Alinea la imagen al margen inferior */
  justify-self: end; /* Alinea la imagen al margen derecho */
  
}
.rectangular-img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; /* Asegura que la imagen ocupe todo el div sin distorsionarse */ 
}
  .section h1 {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
  }

  .course-list {
    list-style-type: none;
    padding: 0;
  }

  .course-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .course-list li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #EEAB02;
    margin-right: 10px;
  }

  .course-list li.selected::before {
    background-color: blue;
  }
  
.why-choose-us {
    text-align: center;
    margin: 100px 120px;
    height: auto;
}
.why-choose-us h1 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
}
.features {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.feature {
    width: 30%;
    text-align: center;
    padding: 10px;
}
.feature img {
    width: 100%;
    margin-bottom: 20px;
}
.feature span {
  margin-top: 40px;
  font-weight: bold;
  font-size: 20px;
}
.feature p {
  margin-top: 5px;
  line-height: 1.2;
  text-align: center;    

}

.testimonials-section { text-align: center; padding-bottom: 80px; } 
.testimonials-section h1 { font-size: 40px; font-weight: bold; } 
.testimonials-section p { font-size: 18px; margin-bottom: 30px; text-align: center; } 
.testimonials { display: flex; justify-content: space-around; gap: 20px; } 
.testimonial { position: relative; width: 30%; overflow: hidden; } 
.testimonial img { width: 100%; transition: transform 0.3s ease; } 
.testimonial:hover img { transform: scale(1.1); } 
.overlaytt { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s ease; } 
.testimonial:hover .overlaytt { opacity: 1; } 
.overlaytt div { width: 50px; height: 50px; background-color: white; border-radius: 50%; display: flex; justify-content: center; align-items: center; }

.contact-container {
  background-color: #211CBE; 
  width: 100%; 
  display: flex; 
  justify-content: center; 
  color: white;
} 
.contact-form { 
  background-color: #211CBE; /* Color azul del div */ 
  padding: 10px; 
  border-radius: 10px; 
  color: white;
  width: 50%; /* El formulario ocupa el 50% del div que lo contiene */ 
  text-align: center; /* Centra el contenido del formulario */ 
  padding-bottom: 40px;
  padding-top: 40px;
} 
.contact-form h1 { 
  text-align: center; 
  margin-bottom: 20px; 
  color: white; /* Color blanco para el texto del título */ 
} 

.contact-form input, .contact-form select  { 
  width: 100%; 
  margin-bottom: 15px; 
  background-color: #211CBE; /* Color azul del div */ 
  border: 1px solid white; /* Bordes blancos */ 
  border-radius: 10px; 
  font-size: 20px;
  height: 45px;
  color: white;
  border-radius: 5px; 
} 
.contact-form textarea { 
  width: 100%; 
  margin-bottom: 15px; 
  background-color: #211CBE; /* Color azul del div */ 
  border: 1px solid white; /* Bordes blancos */ 
  border-radius: 10px; 
  font-size: 20px;
  height: 70px;
  color: white;
  border-radius: 5px;
}
.contact-form input::placeholder, .contact-form select::placeholder, .contact-form textarea::placeholder { color: white; /* Color blanco para los placeholders */ }
.contact-form button { 
  width: 100%; 
  padding: 10px; 
  background-color: #EEAB02; /* Color naranja del botón */ 
  color: white; /* Color blanco para el texto del botón */ 
  border: none; 
  border-radius: 25px; 
  height: 45px;
  font-size: 20px;
  cursor: pointer; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.4); /* Sombra */
  transition: background-color 0.3s, box-shadow 0.3s; /* Transición suave */
} 
.contact-form button:hover {
  background-color: #FF8C00; /* Color de fondo al pasar el mouse */
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6), 0 12px 24px rgba(255, 255, 255, 0.8); /* Sombra blanca */
}

.header-image { width: 100%; height: 400px; background-image: url('images/slider1.jpg'); /* Imagen de fondo */ background-size: cover; background-position: center;margin: 0; /* Margen 0 */}
.course-prices { max-width: 800px; margin: 50px auto; padding: 20px; background-color: white; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 8px; } 
.course-prices h1 { text-align: center; color: #333; } 
table { width: 100%; border-collapse: collapse; margin-top: 20px; } 
th, td { padding: 12px; text-align: left; border-bottom: 1px solid #ddd; } 
th { background-color: #4CAF50; color: white; } tr:hover { background-color: #f1f1f1; }

/*.details { 
  max-width: 800px; 
  margin: 50px auto; 
  padding: 20px; 
  background-color: rgba(255, 255, 255, 0.8); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  border-radius: 8px;
} 
.details h1 { 
  text-align: center; 
  color: #333; 
} 
.details ul { 
  list-style-type: disc; 
  padding-left: 20px; 
} 
.details ul li { 
  margin-bottom: 10px; 
}*/
.button-container { display: flex; justify-content: center; margin: 20px; } 
.button-container .button { background-color: #4CAF50; /* Color de fondo verde */ border: none; /* Sin borde */ color: white; /* Color del texto */ padding: 15px 32px; /* Relleno */ text-align: center; /* Alineación del texto */ text-decoration: none; /* Sin subrayado */ display: inline-block; /* Mostrar en línea */ font-size: 16px; /* Tamaño de la fuente */ margin: 4px; /* Margen */ cursor: pointer; /* Cursor de puntero */ border-radius: 5px; /* Bordes redondeados */ transition: background-color 0.3s, box-shadow 0.3s; /* Transición suave */ } 
.button-container .button:hover { background-color: #45a049; /* Color de fondo al pasar el mouse */ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra al pasar el mouse */ }


.details {
  max-width: 800px; 
  margin: 50px auto; 
  padding: 20px; 
  background-color: rgba(255, 255, 255, 0.8); /* Fondo blanco semitransparente */ 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  border-radius: 8px; 
  position: relative; 
} 

.details .logo { position: absolute; top: 20px; left: 20px; width: 100px; height: auto; }

.styled-list { list-style-type: none; /* Eliminar viñetas predeterminadas */ padding-left: 0; } 
.styled-list li { margin-bottom: 10px; padding: 10px; background-color: #e0f7fa; /* Color de fondo de los elementos de la lista */ border-left: 5px solid #00796b; /* Borde izquierdo de color */ color: #555; font-size: 18px; transition: background-color 0.3s; /* Transición suave para el fondo */ } 
.styled-list li:hover { background-color: #b2ebf2; /* Color de fondo al pasar el mouse */ }

.whatsapp-container { position: fixed; bottom: 20px; right: 20px; z-index: 1000; } 
.whatsapp-button { display: flex; align-items: center; background-color: #25D366; color: white; padding: 10px; border-radius: 5px; text-decoration: none; } 
.whatsapp-button img { width: 30px; height: 30px; margin-right: 10px; } 
.whatsapp-button span { font-size: 16px;}

.footer { background-color: #f0f0f0;; color: gray; text-align: center; padding: 20px 0; } 
.social-media { margin-bottom: 10px; } 
.social-media a { margin: 0 10px; display: inline-block; } 
.social-media img { width: 30px; height: 30px; } 
.footer p { margin: 0; }
.hidden { display: none; }
#response { margin-top: 20px; padding: 10px; border: 1px solid #4CAF50; background-color: #dff0d8; color: #3c763d; font-size: 16px; border-radius: 5px; text-align: center; }
/*.whatsapp-button { position: fixed; bottom: 20px; right: 20px; z-index: 1000; } 
.whatsapp-button img { width: 50px; height: 50px; } 
.whatsapp-form { 
  display: none; 
  position: fixed;
   bottom: 80px; 
   right: 20px; 
   z-index: 1000; 
   background-color: white; 
   border: 1px solid #ccc; 
   padding: 10px; 
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  } 
  .whatsapp-form h3 {
     margin: 0; font-size: 16px; 
  } 
  .whatsapp-form p { margin: 5px 0; } 
  .whatsapp-form 
  .green-box { background-color: #25D366; color: white; padding: 10px; text-align: center; cursor: pointer; } 
  .whatsapp-form .green-box img { width: 20px; height: 20px; vertical-align: middle; margin-right: 5px; }*/

  .body_thanks{
     font-family: 'Poppins', Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; display: grid; grid-template-rows: auto; justify-items: center; align-items: start; min-height: 100vh;
    
  }

  .thank-you-container { text-align: center; background-color: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } 
  .thank-you-container .logo { width: 100px; height: auto; margin-bottom: 20px; } 
  .thank-you-container h1 { color:#FF9800; margin-bottom: 20px; } 
  .thank-you-container p { color: #333333; margin-bottom: 10px; } 
  .thank-you-container a { color: #FF9800; text-decoration: none; } 
  .thank-you-container a:hover { text-decoration: underline; } 
  .thank-you-container .social-media { margin-top: 20px; } 
  .thank-you-container .social-media a { margin: 0 10px; display: inline-block; } 
  .thank-you-container .social-media img { width: 40px; height: 40px; transition: transform 0.3s; } 
  .thank-you-container .social-media img:hover { transform: scale(1.1); }

  .thank-you-container .home-button {
     margin: 20px auto 0;
     padding: 10px 20px;
     background-color: #FF9800; 
     color: white;
     border: none; 
     border-radius: 5px; 
     cursor: pointer; 
     transition: background-color 0.3s;
     } 
  .thank-you-container .home-button:hover { background-color: #E68900;}

  

  .footer_thanks {
    width: 100%;
    background-color: #333333;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
}

.footer-content {
  max-width: 90%; 
  margin: 0 auto; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between;
}

.contact-info, .location, .footer-content .hours {
    background-color: #444444;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    width: 30%;
 }
 @media (max-height: 870px) {
  .footer_thanks {
      position: relative;
  }
  .slider {
    height: 120vh;
    
  }
 }

 @media (max-height: 600px) {
  .slider {
    height: 180vh;
  }

 }

@media (max-width: 1080px) {
  .why-choose-us {
    margin: 20px 30px;
}

}
@media (max-width: 800px) {
  .footer_thanks {
    width: 100%; background-color: #333333; color: white; text-align: center; padding: 10px 0; position: relative;
  }
  .footer-content { flex-direction: column; align-items: center; }
    .footer-content .contact-info, .footer-content .location, .footer-content .hours { width: 100%; }
    .overlay {
        left: 20px;
        width: 80%;
    }
    .why-choose-us { margin: 50px 20px; /* Ajuste de márgenes para vista móvil */ } 
    .features { 
      flex-direction: column; /* Cambia la dirección a columna en vista móvil */ 
      align-items: center; /* Centra los elementos en vista móvil */ }
    .feature { width: 100%; /* Cada feature ocupa el 100% del ancho en vista móvil */ }
    .section {
      margin: 0px 20px;
    }
    .content{
      flex-direction: row;
    }
    .top {
      grid-template-columns: 1fr; /* Cambia a una columna en vista celular */
    }

    .left-img,
    .right-img {
      height: auto; /* Ajusta la altura automáticamente */
    }

    .testimonials { flex-direction: column; align-items: center; } 
    .testimonial { width: 80%; margin-bottom: 20px; }
    .contact-form { width: calc(90%); /* El formulario ocupa el 100% del ancho en dispositivos móviles */ }

    
}
@media(max-width: 400px){
  .overlay {
    min-width: 350px;
    max-width: 400px;
    left: -10px;
  }
  .logo {
    top: -20px;
    left: 20px;
    width: 90%;
    height: 180px;
    transform: skewY(-8deg); /* Ajusta el ángulo según tus necesidades */
}
.slider {
  height: 90vh;
}
.info-container{
  width: 92%;
}
}