@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url(/IMG/Fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

body{
    font-family: 'Raleway', sans-serif;
    margin: 0;
    background-color: #F3F3F3;
}
.body::after{
    content: '';
    background: #333;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}

.hero{
    width: 100%;
    height: 100px;
    max-height: 200px;
    position: relative;
    color: white;
}

.container{
    width: 100%;
    overflow: hidden;
    padding: 0;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    background-color: #E2792E;
    width: 100%;
}

ul li{
    display: inline-block;
    padding: 10px;
}

.nav-item{
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 10px;
}

p{
    font-size: x-small;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 5px;
}

.logo{
    width: 150px;
    padding-left: 50px;
}

.nav-item{
    color: white;
    text-decoration: none;   
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 20vh;
    padding-top: 50px;
}

.for{
    position: relative;
    width: 480px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter: blur(5px);
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.box-input{
    position: relative;
    margin: 30px 0;
    width: 300px;
    border-bottom: 2px solid #ffffff;
}

.box-input label{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 1rem;
    pointer-events: none;
    transition: .6s;
}
#box-input2{
    position: relative;
    margin: 0px 0;
    width: 300px;
    border-bottom: 2px solid #ffffff;
}

.adv{
    font-size: 10px;
    position: relative;
    margin: 30px 0;
    width: 300px;
    color: #ffffff;
}

.adve{
    text-align: center;
    margin: 0;
}

input:focus ~ label,
input:valid ~ label{
    top: -5px;
}

.box-input input{
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: - 35px 0 5px;
    color: rgb(255, 255, 255);
}

.archivos{
    margin: -15px 0 15px;
    font-size: .9em;
    color: #E2792E;
    display: flex;
    justify-content: right;
}

a{
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    background-color: #E2792E;
    border-radius: 10px;
}

.archivos label input{
    margin: 3px;
}

.archivos label a{
    color: #F3F3F3;
    text-decoration: none;
    transition: .3s;
    font-size: .9em;
}

.archivos label a:hover{
    color: #E2792E;
}

button{
    width: 100%;
    height: 30px;
    border-radius: 40px;
    background: white;
    color: #E2792E;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: small;
    transition: .4s;
    margin: 30px 0px;
}

.questions{
    position: relative;
    width: 480px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter: blur(5px);
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pregunta{
    font-weight: lighter;
    color: #ffffff;
    font-size: x-small;
}

#respuesta1{
    font-size: small;
    font-weight: lighter;
    color: #ffffff;
}

#respuesta2{
    font-size: small;
    font-weight: lighter;
    color: #ffffff;
}

#respuesta3{
    font-size: small;
    font-weight: lighter;
    color: #ffffff;
}

#respuesta4{
    font-size: small;
    font-weight: lighter;
    color: #ffffff;
}

button:hover{
    opacity: .6;
}

.reporte {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4em;
}

.select-wrapper {
    display: flex;
    align-items: center;
}

select {
    appearance: none;
    border: none;
    padding: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    width: 280px;
    outline: none;
    cursor: pointer;
    color: #E2792E;
}

select::-ms-expand {
    display: none;
}

select:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.custom-arrow {
    margin-left: -30px; /* Ajusta el margen según tu preferencia */
    font-size: 0.5rem;
    -webkit-user-select: none;
    user-select: none;
}

@media screen and (max-width: 768px){
    *{
        margin: 0;
        padding: 0;
    }
    body{
        background-image: url(/IMG/Fondo.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
    
    body{
        font-family: 'Raleway', sans-serif;
        margin: 0;
        background-color: #F3F3F3;
    }
    .body::after{
        content: '';
        background: #333;
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
    }
    
    .hero{
        width: 100%;
        height: 100px;
        max-height: 200px;
        position: relative;
        color: white;
    }
    
    .container{
        width: 100%;
        overflow: hidden;
        padding: 0;
    }
    
    nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        font-weight: bold;
        background-color: #E2792E;
        width: 100%;
    }
    
    ul li{
        display: inline-block;
        padding: 10px;
    }
    
    .nav-item{
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-size: smaller;
    }
    
    p{
        font-size: x-small;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding-top: 5px;
    }
    
    .logo{
        width: 95px;
        padding-left: 50px;
    }
    
    .nav-item{
        color: white;
        text-decoration: none;   
    }
    
    section{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 20vh;
        padding-top: 50px;
    }
    
    .for{
        position: relative;
        width: 300px;
        border: 2px solid #ffffff;
        border-radius: 20px;
        -webkit-backdrop-filter:blur(5px);
        backdrop-filter: blur(5px);
        height: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .box-input{
        position: relative;
        margin: 0px 0;
        width: 200px;
        border-bottom: 2px solid #ffffff;
    }
    
    .box-input label{
        position: absolute;
        top: 20%;
        left: 5px;
        transform: translateY(-20%);
        color: #ffffff;
        font-size: small;
        pointer-events: none;
        transition: .6s;
        text-shadow: 3px 3px 8px #000000;
        
    }
    #box-input2{
        position: relative;
        margin: 0px 0;
        width: 200px;
        border-bottom: 2px solid #ffffff;
    }
    
    .adv{
        font-size: 10px;
        position: relative;
        margin: 30px 0;
        width: 300px;
        color: #ffffff;
    }
    
    .adve{
        text-align: center;
        margin: 0;
    }
    
    input:focus ~ label,
    input:valid ~ label{
        top: -5px;
    }
    
    .box-input input{
        width: 100%;
        height: 60px;
        background-color: transparent;
        border: none;
        outline: none;
        font-size: smaller;
        padding: - 35px 0 5px;
        color: rgb(255, 255, 255);
    }
    
    .archivos{
        margin: -15px 0 15px;
        font-size: .9em;
        color: #E2792E;
        display: flex;
        justify-content: right;
    }
    
    a{
        color: #ffffff;
        text-decoration: none;
        padding: 5px;
        background-color: #E2792E;
        border-radius: 10px;
        margin-top: 15px;
    }
    
    .archivos label input{
        margin: 3px;
    }
    
    .archivos label a{
        color: #F3F3F3;
        text-decoration: none;
        transition: .3s;
        font-size: .9em;
    }
    
    .archivos label a:hover{
        color: #E2792E;
    }
    
    button{
        width: 100%;
        height: 30px;
        border-radius: 40px;
        background: white;
        color: #E2792E;
        border: none;
        cursor: pointer;
        outline: none;
        font-size: small;
        transition: .4s;
        margin: 30px 0px;
    }
    
    .questions{
        position: relative;
        width: 300px;
        border: 2px solid #ffffff;
        border-radius: 20px;
        -webkit-backdrop-filter:blur(5px);
        backdrop-filter: blur(5px);
        height: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #pregunta{
        font-weight: lighter;
        color: #ffffff;
        font-size: x-small;
    }
    
    #respuesta1{
        font-size: small;
        font-weight: lighter;
        color: #ffffff;
    }
    
    #respuesta2{
        font-size: small;
        font-weight: lighter;
        color: #ffffff;
    }
    
    #respuesta3{
        font-size: small;
        font-weight: lighter;
        color: #ffffff;
    }
    
    #respuesta4{
        font-size: small;
        font-weight: lighter;
        color: #ffffff;
    }
    
    button:hover{
        opacity: .6;
    }
    
    .reporte {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 4em;
    }
    
    .select-wrapper {
        display: flex;
        align-items: center;
    }
    
    select {
        appearance: none;
        border: none;
        padding: 10px;
        border-radius: 5px;
        background-color: #f0f0f0;
        width: 280px;
        outline: none;
        cursor: pointer;
        color: #E2792E;
    }
    
    select::-ms-expand {
        display: none;
    }
    
    select:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    }
    
    .custom-arrow {
        margin-left: -30px; /* Ajusta el margen según tu preferencia */
        font-size: 0.5rem;
        -webkit-user-select: none;
        user-select: none;
    }
}