
.navheader3{
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  color: beige;
  height: 11vh;
  background-color: #282828ab;
 
}
.navheader3 aside{
  display: flex;
  margin-right: 0;
  white-space: nowrap;
  margin-right: 10%;
  gap: 20%;
}
.navheader3 aside:hover{
  color: #ff9412;
}
.btnmoodle3{
  margin-right: 2%;  
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-decoration: none;
  align-items: center;

}
.btnmoodle3 svg{
  margin-top: -10%;
}
header h2{
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 30%;
  margin-left: 2%;
}
.roboto-light3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  
}
.titulo-pago{
  width: 100%;
    background-color: black;
    display:flex;
    flex-direction: column;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
}
.titulo-pago img{
    width: 35%;
}
.descripcion-pago{
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 1%;
    margin-top: 3%;
    width: 100%;
}
.descripcion-pago div{
    display: block;
    margin: 4%;
    width: 100%;
}
.descripcion-pago h2{
    color: #ff9412;
    font-size: 3em;
    margin-bottom: 5%;
}
.descripcion-pago h3{
    font-size: 2.5em;
}
.adiciones-pago{
    margin: 7%;
    font-size: 1em;
}

.adiciones-pago svg{
    margin-right: 1%;
}
.body-pagos{
    width: 100%;
    display: flex;
}
.otros-pagos{
    width: 40%;
}
/**Asesorias Personalizadas*/
  .cantidad-asesorias {
    display: flex;
    align-items: center;
    margin-bottom: 2%;
  }
  .cantidad-btn {
    background-color:#141414;
    border: 1px solid #3f3f3f;
    color: #fff;
    border: none;
    padding: 0.6%;
    width: 8%;
    height: 5vh;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
  }
  .cantidad-btn:disabled {
    background-color: #ddd;
    cursor: not-allowed;
  } 
  #cantidad {
    text-align: center;
    width: 8%;
    height: 5vh;
    margin: 0 0.5%;
    font-size: 1em;
    border: 1px solid #141414;
    border-radius: 4px;
  }
/*ZOna cupon*/
.cupones {
    background-color:#141414;
    padding: 5%;
    border: 1px solid #3f3f3f;
    border-radius: 8px;
    align-items: center;
    margin: 5%;
    margin-top: 10%;
  }
  .texto-cupon {
    display: flex; 
    align-items: center; 
    gap: 5%;
    margin-bottom: 2%;
  }
  .texto-cupon svg {
    color: #ff9412; /* Color del ícono */
  }
  .texto-cupon p {
    font-size: 1em; /* Tamaño del texto */
    margin: 0; 
  }
  .zona-cupon {
    flex: 1; 
    padding: 10px; 
    background-color: transparent;
    color: #fff;
    border: 1px solid #3f3f3f; 
    border-radius: 4px; 
    font-size: 1em; 
    width: 75%;
  }
  button {
    background-color: #fff; 
    color:black; 
    border: none;
    padding: 2.7% 3%; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 1em; 
    width: 20%;
  }
  .upload-section button{
    background-color: #fff; 
    color:black; 
    border: none;
    padding: 0.2% 3%; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 0.9em; 
    width: 20%;
  }
  button:hover {
    background-color: #ff9412;
  }
  button:focus {
    outline: none; 
  }
 /*Zona pasarela de pago **** Resumen de compra*/
  .pasarela-pago{
    width: 60%;
    margin-top: 2.5%;
  }
  .resumen-compra{
    width: 90%;
    margin: 2%;
    background-color:#141414;
    padding: 4%;
    border: 1px solid #3f3f3f;
    border-radius: 8px;
  }
  .resumen-compra h2 {
    font-size: 1.5em;
    margin-bottom: 2%;
    color: #ff9412;
  }
  .resumen-compra table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 4%;
  }
  .resumen-compra table th, 
  .resumen-compra table td {
    text-align: left;
    padding: 1.5%;
    border-bottom: 1px solid #3f3f3f;
}
.resumen-compra table th {
  font-weight: bold;
}
.resumen-compra .total-compra {
  text-align: right;
  font-size: 1.1em;
}
.resumen-compra .total-compra span {
  font-weight: bold;
  font-size: 1.5;
}
.resumen-compra .total-compra .iva {
  font-size: 0.8em;
  color: #777;
  margin-top: -2%;
}
.resumen-pagos{
  width: 90%;
  margin: 2%;
  background-color:#141414;
  padding: 4%;
  border: 1px solid #3f3f3f;
  border-radius: 8px;
}
.resumen-pagos h2 {
  font-size: 1.5em;
  margin-bottom: 2%;
  color: #ff9412;
}
.info-section{
 width: 100%;
}
.li-modulos-pagos{
  display:flex;
  list-style-type: none;
  justify-content: center;
  width: 90%;
  background-color: transparent;
}
.li-modulos-pagos li {
  width: 50%; 
  
}
.module-content img{
  width: 100%;
}
.module-content {
  display: none;
  padding: 2%;
  background-color: #282828;
  color: #fff;
  border-radius: 1vh;
  word-wrap: break-word; /* Asegura que las palabras largas se rompan */
  box-sizing: border-box; /* Incluye padding y border en el tamaño total del contenedor */
  overflow-wrap: break-word; /* Otra propiedad para manejar el desbordamiento de palabras */
}
.curso-mod-2 img{
  padding: 10%;
}
.container p{
  font-size: 0.6em;
}
.file-upload-container{
  display: flex;
    flex-direction: column; /* Coloca los elementos en columna */
    align-items: flex-start; /* Alinea a la izquierda */
}
#confirmation-file {
  margin-bottom: 10px; /* Espacio entre el input y el botón */
}
.footer-contac{
  padding-top: 2%;
}
/*WHATSAPP BUTTON*/
.whatsapp-button {
  position: fixed;
  width: 23vh;
  bottom: 3%;
  height: 7.5%;
  right: 1.5%;
  background-color: #05d632;
  color: white;
  padding: 1.5%;
  border-radius: 25px;
  font-size: 90%;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.whatsapp-button svg{
  width: 6vh;
}
.whatsapp-button:hover {
  background-color: rgb(0, 160, 35)
}
.pasarela-valor,
#precio-curso {
    display: inline;
}
