.page section.banner {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom-left-radius: 250px;
}
.page section.banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media(max-width: 1024px) {
    .page section.banner,
    .page section.banner img {
        height: 375px;
        border-bottom-left-radius: 0;
    }
}

section.intro {
    width: 100%;
    height: auto;
    background-color: #FFF;
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    background-image: url(../images/bg-intro-b.svg);
    background-repeat: no-repeat;
    background-position: 185px 100%;
    background-size: contain;
}
section.intro .col-7 {
    background: #fff;
    box-shadow: 4px 4px 0 4px #F4F4F4;
    border-radius: 23px;
    padding: 10px;
}
.bg-intro-l {
    position: absolute;
    left: -220px;
}
section.intro h2 {
    font-size: 73px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
    line-height: .9;
    padding-left: 30%;
}
section.intro h2 strong {
    font-size: 50px;
    font-weight: 700;
    display: block;
}

section.intro .col-5 img {
    position: relative;
    left: 31%;
    top: 20px;
}
section.intro p:first-child {
    border: 3px solid #ABABAB;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: none;
    padding: 20px 20px 5px 20px;
}
section.intro p {
    border: 3px solid #ABABAB;
    border-top: none;
    border-bottom: none;
    padding: 5px 20px;
}
section.intro p:last-child {
    border: 3px solid #D8D8D8;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: none;
    padding: 5px 20px 20px 20px;;
}
section.intro p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
    color: #1F1F1F;
    margin-bottom: 5px;
}
section.intro .col-6:first-child {
    padding: 5% 10% 2% 0;
}
section.intro .col-6:last-child {
    padding-right: 0;
    margin-top: -50px;
}
section.intro .col-6:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.intro .mobile {
    background: linear-gradient(0, #EBC7AD 50%, var(--main) 50%);
    margin-top: -10px;
    padding: 30px 20px 0 20px;
}
@media(max-width: 1024px) {
    section.intro h1 {
        font-size: 32px;
        text-align: center;
    }
    section.intro p {
        font-size: 12px;
        margin-top: 20px;
    }
    section.intro .col-6:last-child {
        display: none;
    }
    section.intro .row {
        flex-direction: column;
    }
    section.intro .col-6 {
        width: 100%;
    }
    section.intro .col-6:first-child {
        padding: 5% 0 2% 0;
    }
}








/* BLOCOS */
section.bloco.pagina_bloco_somente_texto {
    /*background-image: url(../images/bg-intro.png);*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
@media(max-width: 1024px) {
    section.bloco.pagina_bloco_somente_texto {
        padding: 20px 0;
        background-image: unset;
    }
}


section.bloco.pagina_bloco_somente_texto .col-5{
    width: 26%;
    display: flex;
    align-items: center;
}
section.bloco.pagina_bloco_somente_texto .col-5 h2.page-subtitle.titulo_esquerda{
    position: relative;
    padding-block: 10px;
    padding-left: 20px;
}
section.bloco.pagina_bloco_somente_texto .col-5 h2.page-subtitle.titulo_esquerda::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    border-radius: 5px;

    height: 100%;
    width: 5px;
    background-color: var(--gold);
}

section.bloco.pagina_bloco_somente_texto h2.page-subtitle {
    font-size: 52px;
    font-weight: 600;
    color: var(--header);
    margin-bottom: 15px;
    line-height: .9;
    /* padding-left: 30%; */
}
section.bloco.pagina_bloco_somente_texto h2.page-subtitle strong {
    font-size: 50px;
    font-weight: 700;
    display: block;
}
@media(max-width: 1024px) {
    section.bloco.pagina_bloco_somente_texto h2.page-subtitle,
    section.bloco.pagina_bloco_somente_texto h2.page-subtitle strong {
        padding-left: 0;
        font-size: 32px;
    }
    section.bloco.pagina_bloco_somente_texto h2.page-subtitle strong {
        display: inline;
    }
}
section.bloco.pagina_bloco_somente_texto h2.page-subtitle:after {
    content: none;
}

section.bloco.pagina_bloco_somente_texto p:first-child {
    /* border: 3px solid #ABABAB;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: none;
    padding: 20px 20px 5px 20px; */
}
section.bloco.pagina_bloco_somente_texto p {
    /* border: 3px solid #ABABAB; */
    /* border-top: none;
    border-bottom: none; */
    /* padding: 5px 20px; */
    /* margin-top: 75.5px; */
    /* margin-left:  66px; */
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--white);
    /* margin-bottom: 5px; */
}
section.bloco.pagina_bloco_somente_texto p:last-child {
    margin-bottom: 0;
    /* margin-bottom: 68px; */
    /* border: 3px solid #D8D8D8;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: none;
    padding: 5px 20px 20px 20px; */
}
section.bloco.pagina_bloco_somente_texto .col-7 {
    background: var(--header);
    width: 800px;
    padding: 46.5px 59.50px;
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 1024px) {
    section.bloco.pagina_bloco_somente_texto .col-7 {
        box-shadow: none;
    }
}
@media(max-width: 1024px){
    section.bloco.pagina_bloco_somente_texto p{
        font-size: 14px
    }
    section.bloco.pagina_bloco_somente_texto .col-7{
        padding-inline: 27px;
        padding-block: 30px;
    }
}



section.bloco h2.page-subtitle {
    font-size: 46px;
    font-weight: 600;
    color: var(--header);
    text-align: center;
    margin-bottom: 30px;
}
@media(max-width: 1024px) {
    section.bloco h2.page-subtitle {
        font-size: 26px;
    }
    section.bloco.pagina_bloco_texto_imagem h2.page-subtitle {
        margin-bottom: 10px;
    }
    section.bloco.pagina_bloco_texto_imagem img {
        /* margin-bottom: 25px; */
    }
    section.bloco.pagina_bloco_texto_imagem p,
    section.bloco.pagina_bloco_texto_imagem ul {
        margin-bottom: 7px;
    }
    section.bloco.pagina_bloco_texto_imagem p,
    section.bloco.pagina_bloco_texto_imagem ul li {
        font-size: 14px;
        line-height: 22px;
    }
}
section.bloco h2.page-subtitle:after {
    content: '';
    border-radius: 10px;
    background: var(--gold);
    width: 260px;
    height:  5px;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}

section.bloco.pagina_bloco_texto_imagem.layout_background_modelo1 {
    /* background: #FAFAFA; */
    padding: 70px 0 70px 0;
    background: url('../images/onip/Background_texto_e_imagem.png');
    background-position: unset;
    background-size: cover;
    position: relative;
}

/*
section.bloco.pagina_bloco_texto_imagem.layout_background_modelo1:before {
    content: '';
    width: 260px;
    height: 120px;
    background: #ABABAB;
    position: absolute;
    top: -50px;
    right: 0;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}
*/
/*
section.bloco.pagina_bloco_texto_imagem.layout_background_modelo1:after {
    content: '';
    width: 340px;
    height: 100px;
    background: #ABABAB;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 200px;
}
*/
@media(max-width: 1024px) {
    section.bloco.pagina_bloco_texto_imagem.layout_background_modelo1 { 
        border-top-left-radius: 0;
        padding: 30px 0 30px 0;
    }
    section.bloco.pagina_bloco_texto_imagem.layout_background_modelo1:before,
    section.bloco.pagina_bloco_texto_imagem.layout_background_modelo1:after {
        content: none;
    }
}
section.bloco.pagina_bloco_texto_imagem .col-6 {
    display: flex;
    justify-content: center;
    flex-direction: unset;
}
section.bloco.pagina_bloco_texto_imagem .col-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.bloco.pagina_bloco_texto_imagem ul {
    margin-left: 20px;
    padding: 15px 0;
}
section.bloco.pagina_bloco_texto_imagem ul li {
    list-style: disc;
    margin-bottom: 10px;
}
section.bloco.pagina_bloco_texto_imagem ul li:last-child {
    margin-bottom: 0;
}
section.bloco.pagina_bloco_texto_imagem ul li::marker {
    color: #ABABAB;
}





section.pagina_bloco_box_icone {
    position: relative;
    padding-bottom: 76px;
}

/* section.pagina_bloco_box_icone:before {
    content: '';
    width: 340px;
    height: 100px;
    background: #D8D8D8;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 200px;
} */
@media(max-width: 1024px) {
    section.pagina_bloco_box_icone,
    section.pagina_bloco_depoimentos {
        padding: 10px 0;
    }
    section.pagina_bloco_box_icone:before {
        content: none;
    }
}
section.pagina_bloco_box_icone .items {
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
    width: 100%;
    gap: 15px;
}
section.bloco.pagina_bloco_box_icone .items .item {
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
    width: 27.67%;
    padding: 0 20px 30px;
    /* border: 2px solid #D8D8D8; */
    background-color: var(--gold);
    border-radius: 30px;
    min-height: 170px;
    -webkit-transition: ease all 0.7s;
    -moz-transition: ease all 0.7s;
    -ms-transition: ease all 0.7s;
    -o-transition: ease all 0.7s;
    transition: ease all 0.7s;
}
    
@media(max-width: 1024px) {
    section.pagina_bloco_box_icone .items{
        gap: 0;
    }
    section.bloco.pagina_bloco_box_icone .items .item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .posts.layout_posts_grade ul li {
        flex: 100%;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
section.bloco.pagina_bloco_box_icone .items .item:hover {
/*     background: #D8D8D8; */
    -webkit-transition: ease all 0.7s;
    -moz-transition: ease all 0.7s;
    -ms-transition: ease all 0.7s;
    -o-transition: ease all 0.7s;
    transition: ease all 0.7s;
}

section.bloco.pagina_bloco_box_icone .items .item .icon {
    width: 80px;
    height: 80px;
    background: #D8D8D8;
    border-radius: 100%;
    margin-top: -40px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .04);
}
section.bloco.pagina_bloco_box_icone .items .item .icon img {
    padding: 18px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.bloco.pagina_bloco_box_icone .items .item p {
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    text-align: center;
}
@media(max-width:1024px){
    
    section.bloco.pagina_bloco_box_icone .items .item h3{
        font-size: 22px;
    }
}
section.bloco.pagina_bloco_lista_posts.layout_background_vazio:last-child {
    padding-bottom: 47px;
}
section.bloco.pagina_bloco_lista_posts.layout_background_vazio time{
	font-weight: 700;
    margin-bottom: 15.14px;
    color: var(--header);
    font-size: 14px;
}
section.bloco.pagina_bloco_lista_posts.layout_background_vazio p {
    font-weight: 400;
    margin-bottom: 10px;
}
section.bloco.pagina_bloco_lista_posts .posts.layout_posts_grade ul li {
    border-radius: 15px;
    display: unset;
}
section.bloco.pagina_bloco_lista_posts .posts.layout_posts_grade ul li div {
    border: none;
    padding: 0;
}
section.bloco.pagina_bloco_lista_posts .posts.layout_posts_grade ul li p {
    display: none;
}
section.bloco.pagina_bloco_lista_posts .posts.layout_posts_grade ul li a {
    position: relative;
    display: flex;
    border-radius: 15px;
    -webkit-transition: ease all 0.7s;
    -moz-transition: ease all 0.7s;
    -ms-transition: ease all 0.7s;
    -o-transition: ease all 0.7s;
    transition: ease all 0.7s;
}
section.bloco.pagina_bloco_lista_posts .posts.layout_posts_grade ul li a img {
    margin-bottom: 0;
    border-radius: 15px;
    border: 4px solid transparent;
    -webkit-transition: ease all 0.7s;
    -moz-transition: ease all 0.7s;
    -ms-transition: ease all 0.7s;
    -o-transition: ease all 0.7s;
    transition: ease all 0.7s;
}
section.bloco.pagina_bloco_lista_posts .posts.layout_posts_grade ul li a:hover img {
    border: 4px solid #ABABAB;
    border-bottom-left-radius: 20px;
    -webkit-transition: ease all 0.7s;
    -moz-transition: ease all 0.7s;
    -ms-transition: ease all 0.7s;
    -o-transition: ease all 0.7s;
    transition: ease all 0.7s;
}

section.bloco.pagina_bloco_lista_posts .posts.layout_posts_grade ul li a h3 {
    position: absolute;
    left: 4px;
    bottom: 4px;
    max-width: 60%;
    background: #ABABAB;
    padding: 15px 30px 15px 20px;
    margin: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 10px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
@media(max-width: 1024px) {
    section.bloco.pagina_bloco_lista_posts.layout_background_vazio {
        background: none;
        padding: 33px 0 43px 0;
    }
    section.bloco.pagina_bloco_lista_posts .posts.layout_posts_grade ul li a h3 {
        font-size: 18px;
    }
}



section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts.layout_posts_linha ul li {
    display: flex;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .container{
    position: relative;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 {
    /* background: rgba(255, 204, 41, .15);
    border-top-right-radius: 250px;
    border-bottom-left-radius: 250px; */
    background: url('../images/onip/bg_list_posts_2.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 54px 0 68px 0;
	overflow-x:hidden;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1::after{
    display: none;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1::before{
    display: none;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 a.btn{
    /* position: absolute; */
    position: static;
    margin: 0;
    /* bottom: -40px; */
    padding-block: 15px;
    padding-inline: 55px;
    /* right: 0; */
    margin: 0 0 0 auto;
}

section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .row{
    position: relative;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .col-12{
    position: absolute;
    top: 45px;
    padding: 0;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .col-12 p{
    display: block;
    position: relative;
    width: 100%;
    max-width: 642px;
    float: right;
    text-align: start;
    font-size: 22px;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 h2.page-subtitle{
    color: var(--white);
    font-size: 50px;
    font-weight: 600;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 h2.page-subtitle::after{
    background-color: var(--white);   
    max-width: 444px;
}

.bloco.pagina_bloco_lista_posts.layout_background_modelo1 ul {
    gap: 30px;
}

.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts ul li h3{
    display: block;
    max-width: 293px;
    transform: none;

    padding: 0;

    margin-left: 0;
    margin-top: 0;
    margin: auto;
    margin-bottom: 6.81px;

    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    background-color: transparent;
    color: var(--white);
}
.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts ul li p{
    max-width: 293px;
    margin-left: 0;
    margin: auto;

    padding: 0;
    transform: none;

    color: var(--white);
    background-color: transparent;
    font-size: 14px;
    line-height: 1.2;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li{
    max-width: 300px;
    padding: 0;
    margin-top: 96px;
    flex: 25%;
    /* margin-right: 63.5px; */
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child{
    margin-right: 31px;
    flex: 50%;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li img {
    position: static;
    height: 300px;
    width: 300px;
    margin-bottom: 0;
	object-fit:cover;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child{
/*     max-width: 430px; */
    /* margin-right: 131px; */
    margin-top: 0;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child div{
    position: relative;
    height: auto;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child div::after{
    content: 'DESTAQUE';
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: -11px;
    left: -59px;

    height: 50px;
    width: 134px;
    border-radius: 15px;

    color: var(--white);
    font-weight: 700;
    background-color: var(--header);
    font-size: 18px;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child h3{
    display: block;
    width: 348px;
    max-width: none;
    transform: translateX(20px);

    padding-top: 26px;
    padding-left: 30px;
    padding-right: 5px;
    padding-bottom: 6.29px;

    margin-bottom: -1px;
    margin-top: -24px;
    margin-left: 0;

    font-size: 18px;
    color: var(--white);
    background-color: var(--header);
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child p{
    font-size: 14px;
    color: var(--white);
    background-color: var(--header);
    transform: translateX(0);
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 5px;
    display: block;
    width: 348px !important;
    max-width: max-content;
    position: relative;
    padding-bottom: 26px;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child img{
    height: 330px ;
    width: 324px;
    border-radius: none;
    object-fit: cover;
    object-position: center top;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts.layout_posts_horizontal ul li {
    margin-bottom: 0;
}
@media(max-width: 1091px){
	
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1.instance_1 .posts.layout_posts_horizontal ul li:last-child{
	margin-top: 0;
}
}
@media(max-width: 1024px) {
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1.instance_1 .posts.layout_posts_horizontal ul li:last-child{
	margin-top: 96px;
}
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 {
        padding: 0;
        padding-bottom: 53px;
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts.layout_posts_horizontal ul li {
        margin-bottom: 15px;
    }
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts.layout_posts_linha ul li div {
    border: 1px solid #D8D8D8;
    border-radius: 15px;
    padding: 10px;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts.layout_posts_linha ul li h3 {
    font-size: 16px;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts.layout_posts_linha ul li p {
    font-size: 14px;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts.layout_posts_linha ul li a.btn {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    border: 2px dashed #D8D8D8;
    background: transparent;
    border-radius: 15px;
    color: #000000;
    text-transform: unset;
    font-size: 16px;
    line-height: 1.3em;
}

section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 .posts.layout_posts_linha ul li a.btn:before {
    content: "";
    display: block;
    background: url(../images/btn-mais.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
@media(max-width: 1024px) {
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

	.page-id-184 section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li time{
		display:none;
	}
@media(max-width:1024px){
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1{
        background: none;
        background-color: var(--gold);
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 ul h3{
        font-size: 12px;
        display: block;
        max-width: 165px !important;
        transform: none !important;
        width: max-content;
        margin-bottom: 10.37px;
    }section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 ul p{
        display: block;
        max-width: 165px !important;
        width: max-content;
        transform: none !important;
        margin-bottom: 10.37px;
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 ul li img{
        width: 165px;
        height: 165px;
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 h2.page-subtitle{
        font-size: 28px;
        padding-top: 43.35px;
        /* padding-bottom: 44.65px; */
        font-weight: 600;
    }
    
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 h2.page-subtitle::after{
        width: 249px;
        height: 3px;
        border-radius: 4px;
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_vazio ul,
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 ul,
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo2 ul{
        /* flex-direction: column; */
        /* align-items: center; */
        display: flex;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
        gap: 0!important;
        max-width: none;
    }
    
    
    section.bloco.pagina_bloco_lista_posts.layout_background_vazio ul li:nth-child(n+4),
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 ul li:nth-child(n+4),
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo2 .layout_posts_horizontalul li:nth-child(n+4) 
    {
        margin-top: 0;
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child{
        margin: 0;
        width: 1000px;
        flex: 1;
        max-width: none;
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child div{
        max-width: 300px;
        margin: auto;
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child div::after{
        width: 122px;
        height: 40px;
        left: -14.5px;
        top: -9.3px;
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child h3,
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child p{
        transform: none !important;
        margin-left: 0 !important;
        width: 300px !important;
        max-width: none !important;
    }
	
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:first-child img{
        width: 300px;
        height: 294px;
    }


    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 a.btn{
        display: block;
        position: static;
        margin: auto;
        max-width: none;
        width: 345px;
        height: 40px;
    }

    
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:nth-child(2){
    position: relative;
}
section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:nth-child(2)::after{
    display: block;
    width: 100%;
    content: 'Mais Entrevistas';
    position: absolute;
    left: 0;
    top: -73.18px;
    font-size: 22px;
    font-weight: 700;
	color:var(--white);
}

section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:nth-child(2)::before{
    content: '';
    position: absolute;
    top: -40.18px;
    max-width: 642px;
    height: 3px;
    width: 250%;
    background-color: var(--white);
}
@media(max-width:1024px){
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo1 li:nth-child(2)::after{
        width: 150%;
    }

}

/* section.bloco.pagina_bloco_lista_posts.instance_3.layout_background_vazio {
    padding: 70px 0;
    background: url(../images/bg-lateral-7.svg) no-repeat;
    background-position: -290px center;
} */
section.bloco.pagina_bloco_lista_posts.instance_3.layout_background_vazio .posts ul li {
    display: flex;
}
section.bloco.pagina_bloco_lista_posts.instance_3.layout_background_vazio .posts ul li div {
    border: 1px solid #ECECEC;
    border-radius: 15px;
    padding: 10px;
}
section.bloco.pagina_bloco_lista_posts.instance_3.layout_background_vazio .posts ul li h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    color: var(--header);
    margin-bottom: 15.29px;
}
section.bloco.pagina_bloco_lista_posts.instance_3.layout_background_vazio .posts ul li p {
    font-size: 14px;
    text-align: left;
    color: var(--header);
}
section.bloco.pagina_bloco_lista_posts.instance_3.layout_background_vazio .posts ul li time{
    font-weight: 700;
    margin-bottom: 15.14px;
    color: var(--header);
    font-size: 14px;
}
@media(max-width: 1024px) { 
    section.bloco.pagina_bloco_lista_posts.instance_3.layout_background_vazio {
        background: none;
    }
}



section.bloco.pagina_bloco_lista_posts.layout_background_modelo2 {
    background: rgba(237, 50, 55, .15);
    border-top-left-radius: 250px;
    border-bottom-right-radius: 250px;
    position: relative;
}


section.bloco.pagina_bloco_lista_posts.layout_background_modelo2:after {
    content: '';
    background: url(../images/bg-lateral-8.svg) no-repeat;
    background-size: contain;
    width: 170px;
    height: 161px;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media(max-width: 1024px) {
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo2 {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    section.bloco.pagina_bloco_lista_posts.layout_background_modelo2:after {
        content: none;
        background: none;
    }

    section.bloco.pagina_bloco_depoimentos i.icon-depoimentos {
        width: 50px;
        height: 50px;
    }
    section.bloco.pagina_bloco_depoimentos i.icon-depoimentos img {
        width: 31px;
    }
    section.pagina_bloco_depoimentos .depoimentos .item p.depoimento_conteudo {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 5% 0 5%;
    }
    section.pagina_bloco_depoimentos .depoimentos .item .depoimento_autor {
        padding: 10px 5px;
    }
    section.pagina_bloco_depoimentos .depoimentos .item .depoimento_autor p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
}






section.insta {
    width: 100%;
    height: auto;
    padding: 5% 0;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

section.insta .title a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
section.insta .title a svg {
    margin-right: 10px;
    position: relative;
    top: 3px;
}
section.insta .title a h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 500;
    color: #C06C2E;
    margin-bottom: 0;
}
section.insta .title h2 a:hover,
section.insta .title h2 a:focus {
    text-decoration: none;
}




@media(max-width: 1024px) {
}
@media(max-width: 430px) {
}
@media(max-width: 415px) {
}
@media(max-width: 390px) {
}
@media(max-width: 380px) {
}