﻿.banner {
    margin-top: 51px;
}
.anuncios__titulo {
    margin:60px 0px 30px 0px;
}
    .anuncios__titulo h1 {
        font-size: 34px;
        font-weight: 700;
        color: #0067db;
        margin-bottom: 10px;
        line-height: 1;
        margin-top: 15px;
    }
    .anuncios__titulo h2 {
        font-size: 34px;
        font-weight: 600;
        color: #f49723;
        margin-bottom: 20px;
        line-height: 1;
    }
.anuncios__texto p{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}
.banner__2{
    height:517px;
    background-size:cover;
    margin:60px 0px
}
.banner__2__texto {
    margin-top:18%;
}
    .banner__2__texto p.titulo {
        font-size: 32px;
        color: #ffffff;
        line-height: 39px;
        margin-bottom: 6px;
        width: 64%;
    }
    .banner__2__texto p.subtitulo {
        font-size: 45px;
        color: #ffffff;
        font-weight: 700;
        line-height: 47px;
    }
.anunciar__imovel{
    margin-bottom:60px;
}
.anuncios__formulario h3 {
    font-size: 29px;
    font-weight: 700;
    color: #0067db;
    margin-bottom: 40px;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
}
.anunciar__imovel h4{
    font-size: 34px;
    font-weight: 700;
    color: #0067db;
    margin-bottom: 40px;
    line-height: 1;
    margin-top: 15px;
}
.anunciar__imovel .item{
    margin-bottom:25px;
}
    .anunciar__imovel .item img {
        width: 120px;
        position: relative;
        left: -29px;
    }
.anunciar__imovel .item .titulo {
    font-size: 21px;
    font-weight: 700;
    color: #0067db;
}
.anunciar__imovel .item .subtitulo {
    font-size: 16px;
    font-weight: 600;
    color: #f49723;
    margin-bottom: 16px;
}
    .anunciar__imovel .item ul p {
        font-size: 14px;
        font-weight: 600;
        color: #323336;
        line-height: 29px;
        background: url(img/eclipse.svg) no-repeat top left;
        padding-left: 13px;
        background-size: 4px;
        background-position-y: 13px;
    }
        .anunciar__imovel .item ul p.info {
            background: transparent;
            font-size: 13px;
            line-height: 20px;
            padding-left: 0px;
            margin-top: 6px;
        }
.anuncios__bortolini{
    background:#f49723;
    text-align:center;
    padding:60px 0px;
}
    .anuncios__bortolini p {
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 30px;
        line-height: 40px;
    }
    .anuncios__bortolini .link a {
       display:block;
       padding:8px 16px;
       font-size:14px;
       font-weight:700;
       color:#f49723;
       background:#fff;
       border-radius:6px;
       width:fit-content;
       margin:auto;
    }

.e-book {
    background: #fafafa;
    padding: 50px 0;
    text-align: center
}

    .e-book p {
        font-size: 34px;
        color: #0067db;
        line-height: 30px;
        font-weight: 700;
        margin: 0 0 30px
    }

    .e-book .link a {
        font-size: 15px;
        color: #fff;
        line-height: 24px;
        font-weight: 900;
        background: #0067db;
        min-width: 180px;
        display: block;
        border-radius: 6px;
        padding: 8px;
        width: fit-content;
        margin: auto;
        min-width: 270px
    }

        .e-book .link a:hover {
            background: #f69923
        }

@media(max-width:768px) {
    .anuncios__titulo {
        margin: 30px 0px 30px 0px;
    }
    .anuncios__titulo h1 {
        font-size: 31px;
    }

    .anuncios__titulo h2 {
        font-size: 26px;
    }
    .banner__2__texto p.subtitulo {
        font-size: 28px;
    }
    .banner__2__texto {
        margin-top: 23%;
    }
    .banner__2 {
        height: 317px;
    }
    .anuncios__formulario h3 {
        font-size: 19px;
        margin-bottom: 21px;
    }
    .anunciar__imovel h4 {
        font-size: 28px;
    }
    .anuncie {
        margin-bottom: 0px;
    }
    .anuncios__bortolini p {
        font-size: 23px;
        line-height: normal;
    }
    .e-book p {
        font-size: 28px;
    }
    .anunciar__imovel {
        margin-bottom: 60px;
    }
    .banner__2__texto p{
        display:none;
    }
}
@media(min-width:768px){
    .anunciar__imovel .item ul{
        width:80%;
    }
    .img-sm{
        display:none;
    }
}
@media(max-width:568px){
    .banner__2__texto {
        margin-top: 30%;
    }
    .anuncios__bortolini p {
        font-size: 17px;
    }
    .anunciar__imovel h4 {
        margin-bottom: 0px;
    }
}