@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
}

form {
    padding: 80px;
    background-color:rgb(248,248,248);
    margin:auto;
    width:900px;
    margin-top: 6px;
}



form label {
    font-size: 21px;
    font-style: normal;
font-weight: bold;
line-height: 32px;

color: #343434;
}

.descricao{
    font-size: 16px;
    font-style: normal;
font-weight: normal;
line-height: 32px;

color: #343434;
}


form input,
form textarea,
form select {
    background: #FFFFFF;
border: 2px solid #BFBFBF;
border-radius: 5px;
padding:5px;
    font-size: 16px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 12px;
    resize:none;
}

form input[type="submit"] {
    background-color: #09A635;
    border:none;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
border-radius: 30px;
    text-align: center;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    width: 143px;
        margin-top: 30px;
}


form input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

form p {
    color: #888;
}

#aviso {
    color: #e32505;
    margin-top: 5px;
    margin-bottom: 5px;
}

#modelo_serial {
    display: none;
    padding: 10px;
    color: #636363;
    background-color: #ffd2ac;
    margin-bottom: 12px;
}

form .cep {
    display: flex;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 12px;
}

form .cep #cep_1 {
    flex-basis: 70%;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

form .cep #cep_2 {
    flex-basis: 30%;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

#modelo_serial.sucesso {
    background-color: #aeffac;
}

#dropContainer{

        padding-top:60px;
        padding-bottom:190px;
        background-color:#fff;
        border:2px solid #BFBFBF;
        text-align:center;

}

#dropContainer input{

        border:none;
        width:170px;

}

#dropContainer p{

   font-size: 20px;
   font-weight:bold;
        text-align: center;

        color: #343434;
     

}

#dropContainer input::-webkit-file-upload-button {
  visibility: hidden;
}

#dropContainer input::before {
  content: 'Escolha uma foto';
  display: inline-block;
  background: #298CF8;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
border-radius: 30px;
padding:10px;
padding-left:15px;
padding-right:15px;
color:#fff;
}



.img{

    width:50%;
    float:left;


}

.preview{

    padding-left:0px;
    width:100%;

}

.preview img {
    max-width: 100%;
    max-height: 400px;
    text-align: center;
}

header .icone{

    height:20px;

}

#logos{

    float:left;

}

#logos img{

height:50px;
    margin-left:30px;


}

#icones{

    float:right;
    padding-right:30px;
    padding-top:20px;

}

#icones span{

    padding:10px;

}

#icones img{

    height:20px;
    margin-right:5px;


}

header{

    width:100%;
    height:110px;
    padding-top:30px;
    padding-bottom:30px;
    background-color:rgb(248,248,248);
        font-size:13px;
    text-align:left;
    clear:both;

}

footer{

    width:100%;
    background-color:#000;
    padding-top:13px;
    padding-bottom:13px;
    color:gray;
    font-size:12px;
    font-weight:bold;

}

footer p{

    text-align:center;

}

footer img{

    height:40px;

}

footer .icone{

    height:16px;
    margin-left:15px;

}

#main{

    padding-top:40px;
    padding-bottom:40px;
    clear:both;
    width:100%;

}

@media only screen and (max-width: 1019px) {
  form {
    padding: 40px;
    background-color:#E5E5E5;
    margin:auto;
    width:90%;
    margin-top: 6px;
}

.img{

    width:100%;
    clear:both;
    text-align:center;


}

.preview{

    padding-left:0px;
    width:100%;

}

.preview img {
    width: 100%;
}
header .icone{

    height:20px;

}

#logos{

    float:left;

}

#logos img{

height:50px;
    margin-left:30px;


}

#icones{

    float:right;
    padding-right:30px;
    padding-top:20px;

}

#icones span{

    padding:10px;

}

#icones img{

    height:20px;
    margin-right:5px;


}

header{

    width:100%;
    height:110px;
    padding-top:30px;
    padding-bottom:30px;
    background-color:rgb(248,248,248);
        font-size:13px;
    text-align:left;
    clear:both;

}

footer{

    width:100%;
    background-color:#000;
    padding-top:13px;
    padding-bottom:13px;
    color:gray;
    font-size:12px;
    font-weight:bold;

}

footer p{

    text-align:center;

}

footer img{

    height:40px;

}

footer .icone{

    height:16px;
    margin-left:15px;

}

#icones{

    display:none;

}
}

#cancel p{

        font-weight:500;
        padding-bottom:10px;
        text-align:center;

    }

#cancel{
        
        width:100%;padding:30px;background-color:rgb(248,248,248);color:#4F4F4F;
        text-align:center;
    }

    #servicopx{

        font-size:21px;

    }

#foragarantia{

    display:none;

}

#blah{

    display:none;

}

#drag{

    width:100%;
    text-align:right;

}

h1{

    text-align:center;
    color:rgb(87,128,190);
    font-size:27px;
    font-weight:bold;
    padding-bottom:50px;
    padding-top:50px;


}

#h11{

    font-weight:normal !important;

}


#nsduvida {
    height: 20px;
}

#blocoduvida {
    position: absolute;
    width: 400px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid gray;
    display: none;
}


.g-recaptcha{

        float: right;
        clear: both;

}


