body{
    background-image: url("../img/para-voce/banner-body.webp");
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
header.scrolled{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: #f1d7d78e;
}
section.news {
    margin-top: 10px;
}
section.news .content{
    max-width: 1092px;
}
section.news .top-news{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid var(--rosa_escuro);
    margin-bottom: 28px;
}
section.news .top-news h3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 48px;
    background-color: var(--rosa_escuro);
    font-size: 20.83px;
    font-weight: 500;
    color: #fff;
    border-radius: 9px 9px 0 0;
}
section.news .top-news .wrapper-input{
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    transform: translateY(4px);
    width: 280px;
}
section.news .top-news .wrapper-input input{
    color: var(--rosa_escuro);
    font-size: 16.67px;
    width: 228px;
    height: 40px;
    border: none;
    outline: none;
    background: transparent;
}
section.news .top-news .wrapper-input input::placeholder{
    color: var(--rosa_text);
}
section.news .top-news .wrapper-input i{
    position: absolute;
    left: -40px;
    font-size: 30px;
    color: var(--rosa_text);
}
section.news .top-news .wrapper-input .box-dropdown{
    position: absolute;
    z-index: 9999;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    flex-direction: column;
    width: 320px;
    background-color: #fff;
    border: 3px solid var(--rosa_text);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
section.news .top-news .wrapper-input .box-dropdown a{
    display: flex;
    align-items: center;
    padding: 10px 4px;
    gap: 7px;
}
section.news .top-news .wrapper-input .box-dropdown a:hover{
    background-color: #c270705b !important;
}
section.news .top-news .wrapper-input .box-dropdown a:nth-child(odd){
    background-color: rgba(185, 109, 104, 0.11);
}
section.news .top-news .wrapper-input .box-dropdown a svg{
    width: 30px;
    height: 25px;
}
section.news .wrapper-news{
    position: relative;
    display: flex;
    gap: 52px;
    padding-bottom: 30px;
}
section.news .wrapper-news:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 531px;
    height: 25px;
    background-image: url("../img/separator.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 531px 25px;
}
section.news .wrapper-news .image{
    overflow: hidden;
    width: 334px;
    height: 405px;
    display: inline-flex;
    background-color: var(--rosa_text);
    border-radius: 48px;
}
section.news .wrapper-news .image.video{
    width: 400px;
    height: auto;
}
section.news .wrapper-news .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.news .wrapper-news .text{
    margin-top: 17px;
    width: 600px;
    color: var(--rosa_escuro);
}
section.news .wrapper-news .text .top h2{
    font-size: 28.87px;
    font-weight: 500;
}
section.news .wrapper-news .text .top h3{
    margin-bottom: 12px;
}
section.news .wrapper-news .text .content-news ul{
    margin-bottom: 15px;
}
section.news .wrapper-news .text .content-news ul li{
    font-weight: 400;
    font-size: 16.67px;
}
section.news .wrapper-news .text .content-news p{
    font-weight: 400;
    font-size: 16.67px;
    margin-bottom: 15px;
}
section.news .wrapper-news .text .content-news p strong{
    font-weight: 600;
}
section.news .others-news {
    padding-top: 20px;
    margin-bottom: 20px;
}
section.news .others-news h2{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--rosa_escuro);
}
section.news .others-news .wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 83px;
}
section.news .others-news .wrapper .item{
    display: flex;
    align-items: start;
    gap: 15px;
    color: var(--rosa_escuro);
}
section.news .others-news .wrapper .item:hover .image img{
    transform: scale(1.2) translateX(5px);
}
section.news .others-news .wrapper .item .image{
    width: 97px;
    height: 118px;
    display: inline-flex;
    background-color: var(--rosa_text);
    overflow: hidden;
    border-radius: 15px;
}
section.news .others-news .wrapper .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}
section.news .others-news .wrapper .item .text{
    width: 370px;
    color: var(--rosa_escuro);
}
section.news .others-news .wrapper .item .text h3{
    font-size: 16.67px;
    font-weight: 500;
    color: var(--rosa_escuro);
    -webkit-text-stroke: 0.3px var(--rosa_escuro);
}
section.news .others-news .wrapper .item .text h4{
    font-size: 16.67px;
    margin-bottom: 10px;
}
section.news .others-news .wrapper .item .text p{
    font-size: 13px;
    font-weight: 500;
}

section.news h6#load-more{
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}
section.link-footer{
    border-top: 15px solid var(--rosa_escuro);
    border-bottom: 15px solid var(--rosa_escuro);
    background-color: #c09088;
}
section.lead{
    background-image: url("../img/leads/para-voce.webp");
}
section.lead .box-form .group-button button{
} 

@media(max-width: 1100px) {
    body{
        background-size: cover;
        background-position: center;
    }
}
@media(max-width: 768px) {
    body{
        background-attachment: scroll;
    }
    header .btnMobile span{
        background-color: var(--rosa_text);
    }
    section.news .top-news{
        flex-direction: column;
        align-items: start;
        row-gap: 20px;
    }
    section.news .top-news h3{
        width: 100%;
    }
    section.news .top-news .wrapper-input{
        width: 100%;
    }
    section.news .top-news .wrapper-input input{
        width: 100%;
    }
    section.news .top-news .wrapper-input i{
        font-size: 25px;
        right: 0;
        left: inherit;
    }
    section.news .top-news .wrapper-input .box-dropdown{
        width: 100%;
    }
    section.news .wrapper-news{
        flex-direction: column;
        row-gap: 30px;
    }
    section.news .wrapper-news .text{
        width: 100%;
    }
    section.news .wrapper-news:before{
        width: 90%;
        background-size: contain;
    }
    section.news .wrapper-news .image{
        width: 100%;
        height: 400px;
    }
    section.news .wrapper-news .image.video{
        width: 100%;
    }
    section.news .others-news .wrapper .item .image{
        width: 135px;
    }
    section.news .others-news .wrapper .item .text{
        width: 100%;
    }
}