* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Abhaya Libre, serif;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    cursor: url(Resources/custom-cursor.png), auto;
    background-color: #000000;
}

.transition-fade{
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade{
    opacity: 0;
}


.VerfificarEdad {
    color: white;
    width: 100vw;
    height: 100vh;
    justify-content: center;
}


.VerfificarEdad_container {
    max-width: 1920px;
    padding: 100px;
    justify-content: space-around;
    height: 100vh;
}

.VerfificarEdad_container_fo {
    display: flexbox;
    padding: 24px 0px;
    column-gap: 20px;
    justify-content: space-around;
    align-items: center;

}

.VerfificarEdad h1 {
    font-size: 80px;
}

.párrafoformulario {
    font-size: 25px;
    letter-spacing: .15em;

}

.container {
    margin: 0 auto;
    width: 80%;
    max-width: 1920px;
}

input {
    cursor: url(Resources/custom-cursor.png), auto;
}

.wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.nosotros_wrapper{
    width: 100vw;
    height: 100vh;
    padding: 32px;
    margin: 0 auto;
    max-width: 1024px;
    /* padding: 200px; */
    color: white;
    max-width: 1980px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
}


#s4muydificil {
    /* display: flex; */
    color: white;
    max-width: 1240px;
    margin: AUTO;
    width: 100vw;
    height: 100vh;
    padding: 200px 100px;
    align-items: center;
    justify-content: center;
}

.s4muydificil_p {
    font-size: 24px;
    align-items: center;
    justify-content: center;

}

.s4muydificil_p1 {
    letter-spacing: 5px;
    font-size: 50px;
    align-items: center;
    justify-content: center;

} 

.auto-type {
    letter-spacing: 0px;
    font-weight: bolder;
    font-size: 50px;
}


.section_s2 {
    color: white;
    background-image: linear-gradient(rgba(255, 255, 255, 0.137), rgba(0, 0, 0, 0.541)), url(Resources/AdobeStock_484089983.jpeg);
    background-size: cover;
    background-position: center;
}

.section_s2 h2{
    font-weight: bolder;
    font-size: 100px;
}

.section_s3 {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    padding: 100px;
}

.section_s3 p{
    padding-top: 200px;
    color: white;
}

p {
    font-size: 24px;
}

.cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 500ms, height 500ms;
    z-index: 5;
}

.cursor.large {
    width: 70px;
    height: 70px;
    border: 2px solid rgb(255, 237, 72);
}

.back-video {
    opacity: .8;
    position: absolute;
    z-index: -2;
    transition: width 500ms, height 500ms;
    width: 103%;
    height: 100%;
    object-fit: cover;
}

.back-video2 {

    position: absolute;
    z-index: -1;
    transition: width 500ms, height 500ms;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* mail */
#mandarmail {
    opacity: 0;
}

input[type=number] {
    width: 140px;
    margin: 0px 24px 12px 0px;
    outline: none;
    min-height: 50px;
    border: 2px solid black;
    border-radius: 6px;
    color: rgb(75, 75, 75);
    font-size: 20px;
    padding: 15px;
    -moz-appearance: textfield;
}

input[type=number]:focus {
    background: rgb(0, 0, 0);
    border: 2px solid rgb(255, 237, 72);
}

input[type=number]:hover {
    background: rgb(255, 237, 72);
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=button] {
    font-family: Abhaya Libre, serif;
    background: rgb(255, 237, 72);
    border-radius: 999px;
    box-shadow: rgb(255, 237, 72) 0 10px 20px -10px;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

input[type=button]:hover {
    background: rgba(255, 255, 255, 0.918);
    box-shadow: rgb(255, 237, 72) 0 10px 20px -10px;
    transition: width 500ms, height 500ms;
    line-height: 30px;
    width: +100px;
}

#botóninicio {
    line-height: 24px;
    font-size: 24px;
    padding: 18px 20px;
    transition: width 500ms, height 500ms;

}

#botóninicio:hover {
    width: 200px;
    transition: width 500ms, height 500ms;
}

.botóncontinuar:active {
    background: rgb(255, 237, 72);
    box-shadow: rgb(255, 237, 72) 0 10px 20px -10px;
    font-size: 20px;
    width: 100px;
    transition: width 500ms, height 500ms;
}



.mensaje {
    font-weight: bolder;
    display: block;
    overflow: hidden;
    color: rgb(255, 237, 72);
    padding: 5px 0px 25px 0px;
}

.deaxslogo {
    max-width: 350px;
}

.imgentrada {
    max-width: 400px;

}

/* //contactpage */

.contact {
    width: 100vw;
    height: 100vh;
    color: white;
    background-color: black;
    padding: 32px;
}

.contactoh{
    font-size: 32px;
    letter-spacing: 12px;
    padding: 0px 12px12px;
}

.contact-content p{
padding: 12px 0px 24px 0px;
}

/* nosotros */
.nosotros-wrapper{
    
    justify-content: center;
    color: white;
}

