/*OAWEB SOLUCOES TECNOLOGICAS*/

@import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Lora', serif;
}

.navbar-brand {
    padding: 0;
    padding-bottom: 3px;
}

.logo {
    max-height: 60px;
    max-width: 150px;
}

.navbar {
    text-transform: uppercase;
    font-size: 14px;
    -webkit-box-shadow: 0px 10px 5px -9px rgba(46, 46, 46, 1);
    -moz-box-shadow: 0px 10px 5px -9px rgba(46, 46, 46, 1);
    box-shadow: 0px 10px 5px -9px rgba(46, 46, 46, 1);
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.capa {
    height: 556px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background-image: url(../images/dot-overlay-2.png);
    width: 100%;
    height: 556px;
}

.sombra {
    position: absolute;
    width: 100%;
    height: 556px;
    background: rgba(0, 0, 0, 0.31);
}

.conteudo-capa {
    position: absolute;
    width: 100%;
    display: block;
    height: 200px;
    top: calc(50% - 86px);
}

.conteudo-capa h1, .conteudo-capa p {
    color: #fff;
    text-transform: uppercase;
}

.conteudo-capa h1 {
    font-size: 74px;
}

.conteudo-capa span {
    color: #fff;
}

.subtitulo {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    color: #82807d;
    font-size: 13px;

}


.slider-banner {
    background-color: #e4e4e4;
    color: #353535;
    padding: 24px 0;
}

.slider-banner .title {
    position: relative;
}

.slider-banner .title h1 {
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 25px;
}

.slider-banner .title p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 16px;
}

.slider-banner .subtitle {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.slider-banner .form-slider-wrapper {
    background-color: #353535;
    color: #fff;
    bottom: -35px;
    display: table;
    height: auto;
    padding: 30px 30px 15px 30px;
    position: absolute;
    width: 360px;
    z-index: 10;
    border-radius: 8px;
}

.form-slider-wrapper h2 {

}

.form-slider-wrapper h3 {
    text-transform: uppercase;
    font-size: 17px;
}


.list-empreendimento {
    padding-bottom: 80px;
}

.list-empreendimento p {
    color: #82807d;
    font-weight: 400;

}

.list-empreendimento span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .4em;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 17px;
    color: #16284f;
    box-sizing: border-box;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

#pagamento {
    background-color: #f5f5f5;
}

#pagamento h5 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 7.2px;
    font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #3e475d;
    margin-bottom: 25px;
}

#pagamento .pad {
    padding-left: 120px;
}

#pagamento .preco {
    margin-bottom: 36px;
}


.footer {
    height: 200px;
    padding: 50px 0;
}


.hls_sol img {
    max-width: 100%;
    height: auto;
}

.hls_sol ul li {
    list-style: none
}

.hls_sol a, a:hover {
    text-decoration: none;
    box-shadow: none;
    outline: none;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.hls_sol h1 {
    text-align: center;
    margin: 30px 0;
    color: #fff;
}

.hls_sol li {
    width: 20%;
    max-width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.hls_sol li img {
    object-fit: cover;
    object-position: 100% 0;

    width: 100%;
    height: 100%;
}

.hls_sol ul {
    padding: 0;
    display: flow-root;
}

.hls_sol li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.hls_sol li img {
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.hls_sol .hls_sol_data {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.28);
    visibility: hidden
}

.hls_sol ul li:hover .hls_sol_data {
    background: rgba(0, 0, 0, 0.45);
    transition: 0.3s ease-in-out;
    visibility: visible
}

.hls_data {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px 20px;
}

.hls_data a {
    display: block;
}

.hls_title {
    text-align: right;
    font-size: 22px;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    margin: 10px 0;
    color: #fff;
}

.hls_title:hover {
    color: #fff;
}

.hls_sol_data h3 {
    color: #fff;
    transition: 0.5s
}

.hls_sol_data:hover h3 {
    transition: 0.5s ease;
    margin-top: 100px;
}

.btn-pro {
    border-radius: 0;
    color: #222;
    background: #fff;
    display: inline-block !important;
    float: right;
}

.btn-pro:hover {
    color: #fff;
    background: #222;
}

.sec_title {
    text-align: center;
    margin: 30px 0 30px;
}

.hls_data {
    left: unset;
    right: -310px;
    transition: 1s ease
}

.hls_sol_data:hover .hls_data {
    left: 0;
    right: 0;
    transition: 1s ease
}

.social {
    margin-top: 30px;
}

#empresa header {
    text-align: center;
    padding-top: 10px;
}

.social .fab {
    padding: 8px;
    border: 1px solid #000;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    margin: auto;
}

.modal-body p {
    font-size: 1rem;
}

.modal-body .form-control {
    font-size: 1rem;
}

.img-imovel {
    height: 550px;
}

.btn-success {
    width: 300px;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.quem-somos {
    margin-bottom: 100px;
}

.dados-corretor-imovel {
    font-family: 'Open Sans', Sans-serif;
}

.dados-corretor-imovel .nome {
    font-size: .75rem;
    color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .slider-banner .form-slider-wrapper {
        position: relative;
        width: 100%;
    }

    #pagamento .pad {
        padding-left: 0;
        padding-bottom: 60px;
    }

    .capa, .overlay, .sombra {
        height: 320px;
    }

    .form-slider-wrapper h3 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .slider-banner .title h1 {
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 22px;
    }

    .btn-group-lg > .btn, .btn-lg {
        font-size: 15px;
    }

    .h2, h2 {
        font-size: 22px;
    }

    .subtitulo {
        padding-bottom: 0px;
    }

    .list-empreendimento span {
        padding-top: 15px;
    }

    .list-empreendimento {
        padding-bottom: 40px;
    }

    #pagamento h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .btn-success, .btn-warning {
        width: 100%;
    }

    .img-imovel {
        height: auto;
    }

    .hls_sol li {
        width: 20%;
        height: 80px;
    }

    .pt-m {
        padding-top: 20px;
    }

    .logo {
        margin: 0 auto;
        display: block;
    }

    .navbar-toggler {
        position: absolute;
        right: 20px;
    }
}
