*{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url("./Images/Churras1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
.container{
        width: 320px;
        height: 420px;
        border: 2px solid #000;
        background-color:rgba(0,0,5,0.8);
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 80px 0px 80px 0px;
        box-sizing: border-box;
        padding: 68px 28px;       
}
input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    margin-bottom: 7px;
    font-family:Arial, Helvetica, sans-serif;
}
h1{
    text-align: center;
    margin-top: 0;
    color: rgb(240, 118, 3);
    margin-bottom: 5px;
}
#adultos{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    background-image: url("./Images/Adultos.png");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 25px);
    background-position-y: center;
    text-align: center;
}
#criancas{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    background-image: url("./Images/Kids.png");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 25px);
    background-position-y: center;
    text-align: center;
}
#duracao{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    background-image: url("./Images/Time.png");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 25px);
    background-position-y: center;
    background-size: 30px;
    text-align: center;
}
input[type="submit"]{
    color: white;
    background: #8E0E00;
    background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);
    background: linear-gradient(to right, #1F1C18, #8E0E00);
    font-size: 25px;
    font-weight: bolder;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
}
input[type="reset"]{
    color: white;
    background: #00F260;
    background: -webkit-linear-gradient(to right, #0575E6, #00F260);
    background: linear-gradient(to right, #0575E6, #00F260);
    font-size: 25px;
    font-weight: bolder;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
}
div #resultado img{
    width: 25px;
    margin-right: 5px;
}
input[type="submit"]:hover{
    letter-spacing: 1px;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711);
}
input[type="reset"]:hover{
    letter-spacing: 1px;
    background: #03001e;
    background: -webkit-linear-gradient(to right, #fdeff9, #ec38bc, #7303c0, #03001e);
    background: linear-gradient(to right, #fdeff9, #ec38bc, #7303c0, #03001e);

}
@keyframes neon {
    from{
        filter: drop-shadow(0 0 0 var(--cor-neon));
    }
    to{
        filter: drop-shadow(0 0 30px var(--cor-neon));
    }
}
h1{
    animation: neon 3s alternate infinite ease-in-out;
    --cor-neon: #c2220c;
}
@media screen and (max-width: 400px){
    .container{
        width: 300px;
        height: 400px;
        }
        input { 
        padding: 5px;   
        margin-bottom: 5px;
        font-size: 15px;
        }
        h1{
        font-size: 25px;
        margin-top: -20px;
        }
        div #resultado p{
            margin-top: 5px;
            font-size: 15px;
        }
          
}
@media screen and (min-width: 401px){
    .container{
        width: 300px;
        height: 500px;        
}
input {
    padding: 10px;
    margin-bottom: 7px;
    font-size: 15px;
} 
input[type="submit"]{
    font-size: 15px;
    padding: 5px;
    margin-bottom: 5px;
} 
input[type="reset"]{
    font-size: 15px;
    padding: 5px;
    margin-bottom: 5px;
} 
div #resultado p{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 15px;
}
}
@media screen and (min-width: 701px){
    .container{
        width: 400px;
        height: 550px;        
}
h1{
    font-size: 40px;
}
input {
    padding: 5px;
    margin-bottom: 7px;
    font-size: 20px;
} 
input[type="submit"]{
    font-size: 20px;
    padding: 5px;
    margin-bottom: 7px;
    margin-top: 7px;
} 
input[type="reset"]{
    font-size: 20px;
    padding: 5px;
    margin-bottom: 10px;
} 
div #resultado p{
    margin-top: 0px;
    padding: 0px;
    font-size: 25px;
}
div #resultado img{
    width: 40px;
    margin-right: 10px;
}
}
@media screen and (min-width: 1001px){
    .container{
        width: 500px;
        height: 650px;        
}
h1{
    font-size: 40px;
    margin-bottom: 15px;
}
input {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 20px;
} 
input[type="submit"]{
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
} 
input[type="reset"]{
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
} 
div #resultado p{
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 25px;
}
div #resultado img{
    width: 30px;
    margin-right: 10px;
}
}