* {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    line-height: 35px;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    outline: 0;
    scroll-behavior: smooth;
}


/* BANNER */

.banner {
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #111111;
    background-blend-mode: soft-light;
    height: 500px;
}

.titulo-banner {
    position: relative;
    top: 170px;
    text-align: center;
}

.titulo-banner .texto-destaque {
    margin: auto;
    color: #ffffff;
    font-weight: 900;
    font-size: 52px;
    line-height: 50px;
}

.titulo-banner .destaque-sub {
    color: #ffffff;
    margin: 10px auto;
    line-height: 25px;
}

.titulo-banner .saiba-mais {
    margin: 10px auto;
}

.saiba-mais button {
    background: #434343;
    border: #434343;
    border-radius: 25px;
    color: #ffffff;
    font-size: 18px;
    padding: 4px 0;
    width: 180px;
}

#sobre {
    margin-bottom: 100px;
}


/* BOX LOGIN */

.boxLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #232323;
}

.boxLogin form {
    margin-right: 30px;
}

.boxLogin div {
    margin-right: 30px;
}

.boxLogin a {
    margin-right: 20px;
}

.usuario::placeholder,
.senha::placeholder {
    color: #dddddd;
    font-weight: 100 !important;
}

.usuario,
.senha {
    margin-right: 5px;
    border-radius: 4px;
    padding: 4px 15px;
    outline: none;
    background: #555555;
    border: 1px solid #555555;
    border-radius: 20px;
    color: #ffffff;
}

.btn-acessar {
    background: #383838;
    color: #ffffff;
    border-radius: 4px;
    padding: 1px 30px;
    outline: none !important;
    border: 1px solid #383838;
    border-radius: 20px;
    padding: 4px 15px;
    width: 140px;
}

button.btn-2via {
    background-color: #383838;
    background-image: url(../img/barcode.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    background-size: 30px;
    border: 1px solid #383838;
    border-radius: 25px;
    padding: 4px 15px;
    text-align: center;
}

button.btn-2via a {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-decoration: none !important;
}

.links a {
    font-size: 14px;
    margin: -12px 0;
    color: #ffffff;
}


/* MENU */

.menu-desktop {
    position: absolute;
    top: 0;
    width: 100%;
    background: #ffffff;
}

.menu-links {
    display: flex;
    align-items: center;
}

.menu-links ul {
    list-style: none;
    margin-top: 15px;
}

.menu-links ul li {
    display: inline;
    margin: 0 20px;
}

.menu-links ul li a {
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.menu-desktop div ul li a {
    color: #383838;
    text-decoration: none;
    text-transform: uppercase;
}

a.active {
    padding-bottom: 4px;
    border-bottom: 3px solid #383838;
}

#menuMobile ul li a {
    color: #454554;
    font-size: 18px;
    letter-spacing: 1px;
}


/* EMPRESA */

.empresa {
    background-color: #ffffff;
}

.ic-empresa {
    width: 100%;
    display: flex;
    flex-direction: row;
}


/* SERVIÇOS */

.servico {
    background-color: #38383833;
    margin-top: 30px !important;
}

.servico>h2 {
    color: #232323;
}

.destaques {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.destaque {
    color: #383838;
}

.ic-destaque {
    border-radius: 15px;
    box-shadow: 15px 15px 5px #383838;
}

img.empresa {
    border-radius: 15px;
}

.card-destaque {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.detalhe-servico {
    position: relative;
}

.imagem-destaque {
    border-radius: 33px;
    box-shadow: 1px 1px 10px #383838;
}

.detalhe-servico .imagem-borda {
    height: 390px;
    position: absolute;
    left: 40px;
    top: -20px;
    z-index: -9;
}

.vermais {
    background-image: linear-gradient(to right bottom, #454554, #454554, #555555, #444444, #454554);
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 40px;
    text-decoration: none !important;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 60px 20px 0;
    align-self: center;
}

.vermais:hover {
    box-shadow: 0 0 5px #0005;
    color: #ffffff;
    font-weight: bold;
}


/* CONTATO */

.contato {
    background-color: #373737;
}

.input::placeholder {
    color: #aaaaaa;
}

.input {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 20px;
    margin: 4px 0;
    resize: none;
    padding: 4px 20px;
    outline: none !important;
    color: #ffffff;
}

.btn-Enviar {
    background-image: linear-gradient(to right bottom, #222222, #222222);
    border: transparent;
    border-radius: 20px;
    color: #ffffff;
    outline: none !important;
}


/* FOOTER */

.footer {
    background: #ffffff;
    padding: 20px 0;
}

.footer .social {
    display: flex;
    align-items: center;
}

.footer .social img {
    margin: 0 8px;
}

.titulo {
    color: #232323;
    font-size: 55px;
    line-height: 50px;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    /* Servicos */
    .servico>div {
        margin: auto;
        padding: 0 40px;
        justify-content: space-around;
    }
    .servico>div div {
        width: 24% !important;
        margin-bottom: 60px;
    }
    .texto-destaque,
    .destaque-sub,
    .saiba-mais {
        width: 600px;
    }
    .card-servico {
        margin-left: 50px;
    }
    .img-servico-empresa {
        width: 105%;
        border-radius: 15px;
        position: relative;
        top: 78px;
        border: 3px solid #555555;
    }
    .img-servico {
        width: 90%;
        border-radius: 15px;
        position: relative;
        top: 50px;
        border: 3px solid #555555;
    }
    .img-direita {
        text-align: right;
    }
    .titulo-endereco {
        font-size: 38px;
        color: #ffffff;
    }
    .titulo-email,
    .titulo-tel {
        color: #ffffff;
        font-size: 23px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1400px) {
    * {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 22px;
        line-height: 35px;
    }
    .servico>div div {
        width: 24% !important;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1024px) {
    /* Servicos */
    .servico>div div {
        display: block;
        width: 100%;
    }
    .social {
        justify-content: center;
    }
    .texto-destaque,
    .destaque-sub,
    .saiba-mais {
        padding-left: 15px;
    }
    .titulo {
        margin: 10px 0;
        color: #373737;
        font-size: 35px;
        line-height: 45px;
    }
    .img-servico-empresa {
        width: 100%;
        border-radius: 15px;
        position: relative;
        top: 15px;
        border: 3px solid #555555;
    }
    .img-servico {
        width: 90%;
        border-radius: 20px;
    }
    .usuario,
    .senha,
    .btn-acessar,
    .btn-2via {
        width: 100%;
        margin: 4px 0;
    }
    .titulo-endereco {
        font-size: 25px;
        color: #ffffff;
    }
    .titulo-email,
    .titulo-tel {
        font-size: 12px;
        margin: -4px 0;
        color: #ffffff !important;
    }
    .destaque {
        font-size: 18px;
    }
}


/* IMOVIX STYLES */

.foto-destaque {
    width: 100% !important;
    height: 280px;
}

.owl-item {
    border-radius: 5px;
    padding: 10px;
}

.titulo-destaque {
    margin: 10px !important;
    color: #ffffff;
    font-size: 20px;
}

.card-tipo {
    color: #ffffff;
}

.card-valor {
    background: #383838;
    color: #ffffff;
    padding: 10px 0;
    margin: 0;
}

.imovel-figure {
    margin: 0;
    position: relative;
    background: #ffffff;
    border: 4px solid #ffffff;
}

.badger-right {
    background: #555555 !important;
}

.imovel-figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0007;
    opacity: 0;
    transition: all 500ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imovel-figure:hover figcaption {
    opacity: 1;
}

.imovel-figure figcaption>* {
    color: #ffffff;
}

.wpp img {
    width: 30px;
    margin-right: 10px;
}

.wpp {
    margin-bottom: 0;
    font-size: 23px;
    position: relative;
    left: -40px;
}