*{
    padding: 0px;
    margin: 0px;
}

/*=========TIPOGRAFIAS============*/

/*  GEIST LIGHT (Peso 300) */
@font-face {
    font-family: "Geist";
    src: url("Geist-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

/*  GEIST REGULAR (Peso 400 - Estándar) */
@font-face {
    font-family: "Geist";
    src: url("Geist-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/*  GEIST MEDIUM (Peso 500) */
@font-face {
    font-family: "Geist";
    src: url("Geist-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

/*  GEIST SEMIBOLD (Peso 600) */
@font-face {
    font-family: "Geist";
    src: url("Geist-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

/*  GEIST BOLD (Peso 700) */
@font-face {
    font-family: "Geist";
    src: url("Geist-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/*GEIST EXTRABOLD (Peso 800) */
@font-face {
    font-family: "Geist";
    src: url("Geist-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

/*SECTION FORMULARIO 1*/
/* Fondo oscuro */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    /* Oculta */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Ventana */
.modal {
    background: #fff;
    width: 95%;
    max-width: 500px;
    /* Tamaño controlado */
    padding: 24px;
    border-radius: 12px;
    position: relative;
    height: auto;
    background-color: #070707;
    border: 2px solid #615222;
    box-shadow: 0 0 20px 5px rgba(255, 204, 0, 0.274);

}

.modal-titulo {
    text-align: center;

}

.modal-titulo h2 {
    font-family: "Geist";
    font-size: 2rem;
    color: #D4AF37;
    margin-bottom: 5px;
}

.modal-titulo p {
    font-family: "Geist";
    font-size: 1rem;
    color: #E5DCBA;

}

.fecha {
    font-size: 1rem;
    font-family: "Geist";
    margin-top: 10px;
    color: #D0DCC5;
}

.modal-formulario label {
    font-family: "Geist";
    font-size: 1rem;
    font-weight: 200;
    margin-top: 20px;
    color: #D4AF37;
}


.modal-formulario input {
    width: 90%;
    padding: 10px;
    margin-bottom: 20px;
    font-family: "Geist";
    border-radius: 10px;
    border: 1px solid #423713;
    background-color: #050505;
    color: #615944;

}

.btn-confirmar {
    display: flex;
    width: 90%;
    margin: auto;
    object-position: center;
}

.btn-confirmar button {
    width: 95%;
    height: 60px;
    margin: auto;
    background-color: #C5A02A;
    border-radius: 20px;
    border: none;
    font-size: 1rem;
    font-family: "Geist";
    font-weight: 400;
    cursor: pointer;
}

.btn-confirmar button:hover {
    color: #E5DCBA;
}

.btn-confirmar button[submit] {
    width: 90%;
}

.box-nota {
    border: 1px solid #514417;
    text-align: center;
    background-color: #231F12;
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}

.box-nota p {
    color: #E8D49F;
    font-size: 0.8rem;
    font-family: "Geist";
}


/* Botón cerrar */
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    font-size: 18px;
    cursor: pointer;
    color: #D4AF37;
    border-radius: 50px;
    border: 1px solid #423815;
    width: 40px;
    height: 40px;
}

.close:hover {
    color: #E5DCBA;
}


/*SECTION BARRA PRINCIPAL*/
.cabecera {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.box-cabecera{
    width: 100%;
    height: 50px;
    background-color: #D4AF37;
    padding-left: 80px;
    line-height: 50px;
}

.box-cabecera h2{
    color: #ffffff;
    font-family: "Geist";
    font-size: 1.7rem;
    font-weight: 700;
}

.cabecera-principal{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-left: 80px;
    background-color: #010101;
    
}

.item-sosei{
    width: 20%;
    height: 40px;
    border: 2px solid #64531B;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(
        to left, 
        #0B0904,  
        #2B240C   
    );

}

.item-sosei p{
    font-size: 1.2rem;
    font-family: "Geist";
    font-weight: 400;
    color: #C8AE37;
}

.cabecera-principal h1{
    color: #D4AF37;
    font-family: "Geist";
    font-weight: 500;
    font-size: 9rem;
    text-shadow: 0 0 15px rgba(255, 204, 0, 0.7);
}

.cabecera-principal h2{
    color: #ffffff;
    font-size: 5rem;
    font-family: "Geist";
    font-weight: 400;
    line-height: 1;

}

.linea-titulo{
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #AC8E2C;
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.7);
}

.cabecera-principal p{
    color: #ffffff;
    font-size: 1.4rem;
    font-family: "Geist";
}

.box-certificado{
    width: 70%;
    margin-top: 40px;
    display: flex;
    gap: 20px;

}

.card-certificado{
    border: 1px solid #403511;
    display: flex;
    gap: 10px;
    height: 40px;
    width: 25%;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 80px;

}

.card-certificado p{
    font-size: 1rem;
    color: #C3D4A0;
}

.material-icons{
    color:#C8A534;
}

/*======= SECTION MAIN =========*/

.content-main{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
    background-color: #060505;
}

.linea-main{
    margin-bottom: 50px;
    border: 1px solid #937926;
}

.content-main h2{
    font-size: 4.5rem;
    font-family: "Geist";
    font-weight: 600;
    color: #D4AF37;
    text-shadow: 0 0 15px rgba(255, 204, 0, 0.7);
}


.content-main p{
    font-size: 1.3rem;
    font-family: "Geist";
    width: 50%;
    margin: auto;
    margin-top: 50px;
    color: #C0DCC4;

}

.box-main{
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 80px;
    display: flex;
    gap: 50px;
    margin-bottom: 100px;
    
}

.card-img{
    border: 2px solid #2C250D;
    width: 45%;
    margin: auto;
    height: 1200px;
    text-align: left;
    background: linear-gradient(
        to left, 
        #0B0904,  
        #161616   
    );
    border-radius: 20px;
    

}

.card-img img{
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.card-img h3{
    font-size: 1.4rem;
    width: 100%;
    padding: 20px;
    padding-left: 30px;
    font-family: "Geist";
    font-weight: 500;
    color: #D4AF37;
}

.card-img p{
    font-size: 1.1rem;
    width: 90%;
    margin-top: 0px;
    color: #E5DCBA;
    
}

.section-iconos{
    display: flex;
    gap: 20px;
    margin-top: 20px;
    padding-left: 30px;

}

.item-iconos{
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.item-iconos p{
    width: 100%;
    font-size: 1rem;
    color: #E8D4A0;
}

.item-iconos span{
    color: #E8D4A0;
}

.boton-inscribir, 
.boton-inscribir-master {
    cursor: pointer;
    width: 80%;
    height: 60px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
     background: linear-gradient(
        to top, 
        #CDA831,  
        #BC9822   
    );
    box-shadow: inset 0 0 20px 5px rgba(255, 204, 0, 0.5);
}

.boton-inscribir:hover,
.boton-inscribir-master:hover{
    transform: scale(1.1);
}

.boton-inscribir p:hover,
.boton-inscribir-master p:hover{

    color: #C3D4A0;
}

a{
    text-decoration: none;
}

.boton-inscribir-master{
    margin-top: 63px;
}

.boton-inscribir p,
.boton-inscribir-master p{
    color: #000000;
}

.card-img button{
    margin-left: 60px;
}

.box-final{
    width: 50%;
    border: 2px solid #433814;
    background-color: #0D0D0D;
    margin: auto;
    margin-bottom: 100px;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(255, 204, 0, 0.192);
}

.box-final h4{
    color: #D4A01F;
    margin-top: 50px;
    font-size: 1.5rem;
    font-family: "Geist";
    font-weight: 400;
}

.box-final p{
    width: 80%;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 1.2rem;
}

.section-contactar{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background-color: #060505;


}

.linea-contactar{
    margin-top: 40px;
    border: 1px solid #302911;
}

.section-contactar h2{
    margin-top: 120px;
    font-size: 3rem;
    font-family: "Geist";
    font-weight: 600;
    color: #D4AF37;

}

.section-contactar p{
    color: #E5DCC5;
    font-size: 1.3rem;
    font-family: "Geist";
    font-weight: 200;
    width: 50%;
    margin: auto;
    margin-top: 50px;
}

.btn-contactar{
    width: 25%;
    height: 80px;
    margin: auto;
    margin-top: 60px;
    border-radius: 20px;
    margin-bottom: 80px;
    line-height: 80px;
    font-size: 1.2rem;
    font-family: "Geist";
    font-weight: 200;
    color: #00000F;
    background-color: #BE9A24;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 0 20px 5px rgba(255, 204, 0, 0.5);
}

.btn-contactar:hover{
    transform: scale(1.1);
    color: #C3D4A0;
}

/*======= SECTION FOOTER =========*/

.section-footer{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
     background-color: #060505;
}

.linea-footer{
     margin-top: 40px;
    border: 1px solid #302911;
}

.section-footer p{
    margin-top: 60px;
    font-family: "Geist";
    color:#E5DCC5 ;

}

.section-footer h4{
    font-size: 1.2rem;
    color: #826C1A;
    font-family: "Geist";
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 20px;
}

.section-footer h5{
    font-size: 1rem;
    font-family: "Geist";
    color: #545A45;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 100px;
}

.btn-whatsapp{
    display: inline-block;
    width: 90%;
    height: 55px;
    line-height: 55px;
    background-color: #25D366;
    color: #000;
    font-family: "Geist";
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.btn-whatsapp:hover{
    transform: scale(1.05);
    background-color: #1ebe5d;
}


/* ====== RESPONSIVE MOVIL =======*/

 @media (max-width:480px){

.cabecera{
    width: 100%;
    overflow-x: hidden;
    max-height: 100vh;
}

.box-cabecera{
    padding-left: 30px;
}

.box-cabecera h2{
    font-size: 1.2rem;

}

.cabecera-principal{
    width: 100%;
    
    max-height: 100vh;
    overflow-x: hidden;
    padding-left: 30px;
    
}

.item-sosei{
    width: 70%;

}


.cabecera-principal h1{
    font-size: 3rem;
    margin-top: 20px;
}

.cabecera-principal h2{
    font-size: 2rem;
    margin-top: 10px;

}

.linea-titulo{
    margin-top: 15px;
    margin-bottom: 10px;
    width: 60%;
}

.cabecera-principal p{
    font-size: 1rem;
    width: 80%;

}

.item-sosei p{
    font-size: 1rem;
    margin: auto;
}

.box-certificado{
    flex-direction: column;
    margin-top: 10px;
    gap: 5px;
    
}

.card-certificado p{
    font-size: 0.8rem;
}

.card-certificado span{
    font-size: 1.2rem;
}

.card-certificado{
    width: 100%;
    margin: auto;
}


.content-main{
    width: 100%;
    overflow-x: hidden;
    height: auto;
}

.content-main h2{
    font-size: 2.7rem;
    width: 80%;
    margin: auto;
    line-height: 1;
}

.content-main p{
    font-size: 1rem;
    width: 80%;
    margin-top: 30px;
}

.box-main{
    flex-direction: column;
    width: 90%;
    margin-top: 50px;
    overflow-x: hidden;
}

.card-img{
    width: 95%;
    height: 900px;
    
}

.card-img h3{
    font-size: 1.2rem;
    width: 80%;
    
}

.card-img p{
    margin-top: 5px;
    font-size: 1rem;
}

.section-iconos{
    flex-direction: column;
    width: 90%;
}

.item-iconos{
    align-items: center;
    margin-bottom: 5px;
}

.item-iconos p{
    font-size: 1rem;
}

.boton-inscribir,
.boton-inscribir-master{
    margin-top: 30px;
}



.box-final{
    width: 80%;
    margin-top: -20px;
    border-radius: 20px;
}

.box-final p{
    width: 80%;
}

.linea-contactar{
    margin-top: 5px;
}

.section-contactar h2{
    font-size: 2rem;
    margin-top: 50px;
}

.section-contactar p{
    width: 80%;
    font-size: 1.2rem;
}

.btn-contactar{
    width: 80%;
}

.section-footer{
    height: 300px;
}

.section-footer p{
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.card-img button{
    margin-left: 30px;
    line-height: 1;
    border: none;
    
}

 }