#contatoMIForm{
    max-width: 1300px;
    min-width: 800px;
    margin: auto;
    margin-top: 10px;
    width: 50%;
    padding: 10px;
}

.campos {
	width: 700px;
}

.campo {
	width: 100%;
	margin: 0;
}

.row input, .row select{
    border: 1px solid rgb(169, 169, 169);
    border-radius: 5px;
}

.row input {
	line-height: 30px;
}

.row select {
	height: 35px;
	font-size: 15px;
    opacity: 0.8;
    background-color: white;
}

#enviar{
    border:none !important;
    float: right;
    height:40px !important;
    background:#00BF52 !important; 
    position:relative !important;
    font-size:18px !important;
    color:#fff !important;
    cursor:pointer !important;
    outline:none!important !important;
    text-align:center !important;
    transition:all .2s ease-in-out !important;
    padding: 30px 80px !important;
    line-height: 0 !important;
    -webkit-transition:all .2s ease-in-out !important;
    -moz-transition:all .2s ease-in-out !important;
    -ms-transition:all .2s ease-in-out !important;
    -o-transition:all .2s ease-in-out !important
}

.enviar{
    margin-left: 2.8rem;
}

#enviar:hover{
    background:#03843a !important
}

h3{
    color: #5c6c74;
}

@media only screen and (max-width:1169px){
    #enviar{
        margin-top:30px !important
    }
}

.alert{
    display: flex;
    float: initial;
    min-width: fit-content;
}

.alert-success{
    margin-left: 4.3rem;
    width: max-content;
    font-weight: bold ;
    margin-bottom: 25px;
    line-height: 30px;
}

.requiredText{
    margin-top: 10px !important;
}

.row{
    margin-bottom: 10px;
}

.labcheck{
    font-size: 12px;
}

#msg_label{
    position: fixed;
    top: unset;
}

#msg_erro{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 14.6%;
    padding-right: 0px;
}

#label{
    margin-bottom: 1.5rem;
    color: red;
}

#msg_sucesso{
    padding-right: 16px !important;
}

#x{
    margin-left: 15px;
    height: 20px;
    cursor: pointer;
}

#x2{
    margin-left: 5px;
    float: right;
    height: 20px;
    cursor: pointer;
}

.h3{
    display: flex;
    justify-content: center;
}

.h4{
    display: flex;
    justify-content: center;
    color: #283543;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

.label_campo {
	font-size: 15px;
    opacity: 0.8;
}

.label_secao {
	margin-top: 35px;
}

.checkbox {
	margin-right: 20px;
}

.checkbox-round {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50% !important;
    vertical-align: middle;
    border: 2px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #00BF52;
}


.search{
position: relative;
}

#list_produtos {
    list-style-type: none;
    padding: 0;
}

.search > ul {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index:9999;
    width:100%;
}

.search ul li span {
    border: 1px solid #ddd;
    background-color: #fff; 
    padding: 10px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #1e2224;
}

.search span ul li span{
    width: max-content;
}

.search ul li:last-child span {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search ul li span:hover:not(.header) {
    background-color: #eee;
}

#defeitos_erro {
    display: none;
    color: red;
}