.top-info li:last-child{
    display: inline-block !important;
}

.header-get-a-quote .btn-primary {
    top: 0;
}

.logo-area .top-info input {
    padding: 13px 4px;
    border-radius: 3px;
    height: 30px;
    border: 2px solid #a2df48;
    max-width: 120px;
    vertical-align: middle;
}

.logo-area .top-info {
    display: flex;
    align-items: center;
}

.top-info .info-wrapper:after {
    display: none;
}

.top-info li {
    margin-right: 15px;
}

.top-info .info-icon {
    top: 0;
}

.top-info .info-wrapper {
    margin-right: 0;
}

.top-info ._icone-text {
    display: flex;
    align-items: center;
}@media(max-width: 991px){
    .top-info ._icone-text {
        display: block;
    }
}

@media(max-width: 991px){
    .logo-area .top-info {
        display: block;
        text-align: center;
        float: none;
    }
    .top-info li {
        display: block;
        padding: 0 !important;
        margin: 10px 0 !important;
    }

}

.contactMe label.error{
    margin-bottom: 0;
}


.contact-wrapper .info-box .contact-info-left {
    height: auto;
}

@media (max-width: 991px) {
    .reverterColummd{
        flex-flow: column-reverse;
    }

    ._mt50{
        margin-top: 10px;
    }

    ._mt100md{
        margin-top: 50px;
    }

    ._tacmd{
        text-align: center;
    }
}

.cta-servicos{
    padding: 40px 0;
    background-position: center;
    background-size: cover;
}

._tituloCTAServicos{
    text-align: center;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 26px;
    text-transform: uppercase;
}

._subtituloCTAServicos{
    text-align: center;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
}

.lidropdown{
    position: relative;
}

.lidropdown::after{
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    background-color: #2d3559;
    height: 100%;
    top: 0;
    left: 0;
    transition: ease-in .2s;
}

.lidropdown:hover::after{
    width: 10px;
}

._formCTAService{
    margin-top: 40px;
}

._formCTAService .form-control{
    margin: 10px 0px;
    border: 2px solid #f1f1f1;
}

._formCTAService .form-control::placeholder{
    color: #fff;
}

._formCTAService .form-control:focus::placeholder{
    color: #495057;
}

._formCTAService label{
    color: #fff;
}
