/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/** ADD YOUR AWESOME CODES HERE **/

.icons-description-left {
    float: left;
    margin-right: 10px;
}

.h4-title {
    text-align: center;
    margin-top: 20px;
}

.div-fields-central-arquivos {
    margin-right: 50px !important;
    margin-left: 30px !important;
    margin-top: 30px !important;
}

#envio-arquivos-copyright {
    position: fixed;
    top: 95%;
}

#contact-fields {
    max-width: 800px;
}

.mdl-button--file input {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 4;
}

.mdl-textfield--file,
.mdl-textfield__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 32px);
}

.mdl-button--file {
    right: 0;
}

.btn-send button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px !important;
    margin: auto;
}

.btn-send i {
    margin-top: 5px;
    margin-right: 10px;
}

.service-widget {
    border-radius: 50%;
    max-width: 260px;
    max-height: 270px;
}

.descricao-diferencial.hide {
    display: none;
}

.descricao-diferencial li {
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 10px !important;
    width: 100% !important;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .service-widget {
        border-radius: 50%;
        max-width: 260px;
        max-height: 270px;
        margin-left: 2rem;
    }
}

@-moz-document url-prefix() {
    .service-widget {
        border-radius: 50%;
        max-width: 250px;
        max-height: 260px;
        width: 260px;
        height: 260px;
    }
}