@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

section#top{
	background: ;
	text-align: center;
}
section#top .logo img {
    width: 214px;
}
section#top h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}
section#top h1 {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
section#top .title {
    margin-top: 60px;
}
.btnsyesno {
    
}
img.toponovo {
    width: 100%;
}
section#top {
    background: #007000;
}
.chose {
 
}
section#description\ mid h1{
    font-size: 42px;
    color: #53ad4f;
    text-transform: uppercase;
    font-weight: 800;
}
section#description\ mid .textmid {
    margin-top: 100px;
    text-align: center;
}
section#description\ mid .textmid p {
    margin-top: 50px;
    padding: 0px 150px;
}
section#form\ mid {
    background: #F6F6F6;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 150px;
}
section#form\ mid  h1{
    font-size: 42px;
    color: #53ad4f;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}
section#form\ mid .formulario {
    margin-top: 30px;
}
section#form\ mid .formulario label {
    display: block;
    font-size: 18px;
    color: #4E4E4E;
    padding-bottom: 10px;
    padding-top: 20px;
}
section#form\ mid .formulario select {
    width: 100%;
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-left: 10px;
}
section#form\ mid .formulario .chose{
	margin-top:40px;
}
section#form\ mid .formulario .chose h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    color: #4e4e4e;
    font-weight: 700;
    margin-bottom: 0px;
}
section#form\ mid .formulario .chose h1 {
    font-size: 68px;
}
section#form\ mid .formulario .chose p {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
section#form\ mid .formulario .nobtn {
    width: 195px;
    text-align: center;
    display: inline-block;
}
section#form\ mid .formulario .nobtn button {
    background: #AC0101;
    color: #fff;
    height: 53px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    width: 200px;
}
.modalNao-content button {
    margin-top: -7px !important;
    display: inline-block;
    line-height: 20px;
    border: none;
    border-radius: 3px;
    margin-right: 10px;
}
.modalNao-content textarea {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 360px;
    padding: 10px;
    margin-bottom: 20px;
}
section#form\ mid .formulario .yesbtn {
    width: 195px;
    text-align: center;
    display: inline-block;
}
section#form\ mid .formulario .yesbtn button {
    background: #01AC12;
    color: #fff;
    height: 53px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
section#form\ mid .formulario .meio {
    display: inline-block;
    padding: 0px 50px;
}
section#form\ mid .formulario .btnsyesno{
	text-align: center;
}
section#form\ mid .formulario .labelradio label {
    display: inline-block;
    padding-top: 10px;
}
section#form\ mid .formulario .radinp {
    width: 50%;
    float: left;
}
section#form\ mid .formulario .radiobox {
    display: block;
    position: relative;
    height: 150px;
}
section#form\ mid .formulario .optionwork img {
    text-align: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
section#copyright {
    background: #EEEEEE;
    height: 66px;
    text-align: center;
    line-height: 66px;
}
section#copyright p {
    font-size: 14px;
    font-weight: bold;
    color: #969696;
    text-transform: uppercase;
}

@media screen and (max-width: 630px){
    section#top{

        background-position: center;
        background-size: cover;
    }
    img.toponovo {
        width: 100%;
    }
    section#top .logo img {
        width: 110px;
    }
    section#top h1 {
        font-size: 27px;
    }
    section#top h3 {
        font-size: 22px;
    }
    section#top .title {
        margin-top: 30px;
    }
    section#description\ mid h1 {
        font-size: 32px;
    }
    section#description\ mid .textmid {
        margin-top: 40px;
    }
    section#description\ mid .textmid p{
        margin-top: 30px;
        padding: 0px 0px;
    }
    section#form\ mid {
        background: #F6F6F6;
        margin-top: 40px;
        padding-top: 30px;
        padding-bottom: 70px;
    }
    section#form\ mid h1 {
        font-size: 32px;
    }
    section#copyright p {
        font-size: 9px;
    }
    section#form\ mid .formulario .optionwork img{
        width: 90%;
    }
    section#form\ mid .formulario .chose h3{
        font-size: 35px;
        line-height: 36px;
    }
    section#form\ mid .formulario .chose h1 {
        font-size: 35px;
    }
    section#form\ mid .formulario .meio{
        margin-top: 20px;
    }
    section#form\ mid .formulario .nobtn{
        display: block;
        margin: auto;
    }
    section#form\ mid .formulario .yesbtn{
        display: block;
        margin: auto;
    }
    .modalNao-content textarea{
        width:100%;
    }
    .modalNao-content button{
        margin-top:8px !important;
    }
}