.navheader3{
    position: fixed;
    top: 0;
    z-index: 1000;
    display: flex;
    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%;
}
.roboto-light3 img{
    width: 15%;
}
.roboto-light3 a{
    text-decoration: none;
    color: #fff;
}
.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%;
}
.btnmoodle3:hover{
    color:#ff9412;
}
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;
    
}
.desc_curso{
    background-color: black;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 5%;
}
 /* divisiones main zona curso */
.mod_curso{
    width: 66%;
    margin: 3%;
    font-weight: 400;
}
.mod_curso h2{
    color: #ff9412;
    font-size: 300%;
}
.mod_curso p{
    font-size: 120%;
    margin-top: 4%;
    margin-bottom: 5%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.banner-curso{
    width: 34%;
    margin: 0;
    float: right;
    margin-top: -2.7%; /* Ajusta el valor para subir más o menos */
    position: relative;
    z-index: 10; /* Asegúrate de que el aside esté por encima de otros elementos */
}
 /* botones zona módulo */
.li-modulos{
    display:flex;
    list-style-type: none;
    margin-left: -4%;
}
.li-modulos p{
    font-size: 70%;
}
.li-modulos li {
    width: 23%; 
}
.module-content{
    margin: 1%;
}
.module-content h6{
    text-align: center;
}
.lista-modulo li{
    margin-left: 0;
    margin-top: 3%;
    width: 100%;
    font-size: 90%;
    list-style-type:initial;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.li-modulos button:hover{
    background-color: #ff9412;
    color: black;
} 
.toggle-button {
    width: 100%; /* El botón ocupa todo el ancho del `li` */
    padding: 3%;
    background-color: transparent;
    color: #fff;
    border: 2px solid #282828;
    border-bottom-left-radius: 1vh;
    border-bottom-right-radius: 1vh;
    text-align: left;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box; /* Incluye bordes y padding en el ancho total */
   
}
.toggle-button.active {
    background-color: #ff9412;
    color: black;
    transform: scale(0.8);
}
.toggle-button .icon {
    font-weight: bold;
    font-size: 1em;
}
 /* contenido desplegable del módulo */
.module-content {
    display: none;
    padding: 5%;
    background-color: #282828;
    color: #fff;
    border-radius: 1vh;
    max-width: 100%;
    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 */
}
 /* zona de inscripción */
.inscripción{
    text-align:start;
    margin-top: 8%;
    margin-left: 1%;
}
.btn-inscripción, .btn-pagar{
    display: flex;
    margin-bottom: 3%;
}
.aqui-btn:hover{
    transform: scale(1.2);
}
.inscripción svg{
    margin-right: 1%;
}
.button-inscripcion, .button-pagar{
    outline: none;
    color:#ff9412;
    font: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 1%;
}
 /*Formulario */
/* Estilo general para el formulario */
.zona-formulario{
    margin: 4%;
    padding: 4%;
    background-color:#141414;
    border: 1px solid #3f3f3f;
    border-radius: 8px;
}
.zona-formulario h2 {
    margin-bottom: 4%;
    text-align: center;
    font-size: 1.7em;
    color: #ff9412;
}
.grupo-campo{
    display:flex;
    gap: 1%;
}
.campo-form{
    display: flex;
    margin-bottom:2%;
    gap: 2%;
    width: 100%;
}
.campo-form label{
    margin-bottom: 1%;
    color: #fff;
}
.campo-form input, .campo-form select{
    width: 100%;
    background-color:#141414;
    border: 1px solid #3f3f3f;
    color: #fff ;
    padding: 1%;
    border-radius: 4px;
    font-size: 1em;
    margin-bottom: 1%;
}
.boton-form{
    width: 100%;
    padding: 0.75em;
    background-color: #fff;
    color: #141414;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
}
.boton-form:hover {
    background-color: #ff9412;
}
/***Modal politica de datos***/
.modal-politicas {
    display: none; /* Ocultar el modal por defecto */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    
}

    /* Contenido del modal */
.modal-contenido {
    background-color: #141414;
    border: 1px solid #3f3f3f;
    margin: 15% auto;
    padding: 4%;
    width: 80%;
    border-radius: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.modal-confirmacion svg{
    color: #ff9412;
}
.modal-confirmacion span{
    text-align: end;
}
    /* Estilo para el botón de cerrar */
.cerrar {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.cerrar:hover,
.cerrar:focus {
    color: #ff9412;
    text-decoration: none;
    cursor: pointer;
}
/***Modal inscripción de datos***/
.modal-confirmacion {
    display: none; /* Ocultar el modal por defecto */
    position: fixed;
    text-align: center;
    justify-content: center;
    z-index: 1;
    top: 0;
    width: 30%;
    height: auto;
    overflow: auto;
    background-color:#141414;
    margin: 15%;
    padding: 1%;
    border-radius: 10px;
    border: 1px solid #3f3f3f;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.f-tienda svg:hover{
    transform: scale(1.1);
}
/*Tooltip codigo descuento*/
.campo-form2 {
    position: relative;
    margin-bottom: 20px;
}
.tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #3f3f3f;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 130%; /* Aparece arriba del campo */
    left: 50%;
    margin-left: -110px; /* Centra el tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#codigoasesor:focus + .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/*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)
}

 