section.apresentacao {
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 5% 0 8% 0;
}
section.cidades_de_atuacao {
    width: 100%;
    height: auto;
    background-color: #F28C49;
    /*padding: 5% 0;*/
    position: relative;
}
section.cidades_de_atuacao:before {
    content: '';
    width: 100%;
    height: 130px;
    background-color: #F28C49;
    transform: skewY(357deg);
    display: block;
    position: relative;
    top: -60px;
}
section.cidades_de_atuacao .container {
    position: relative;
    margin-top: -110px;
    margin-bottom: -100px;
    z-index: 2;
}
section.cidades_de_atuacao:after {
    content: '';
    width: 100%;
    height: 130px;
    background-color: #F28C49;
    transform: skewY(3deg);
    display: block;
    position: relative;
    top: 40px;
}

section.cidades_de_atuacao img.icon_red {
    position: absolute;
    top: -120px;
    left: 0;
    width: 135px;
    height: 280px;
    object-fit: contain;
}

section.cidades_de_atuacao h1.title::after {
    background: #FECC16;
}

section.cidades_de_atuacao .col-6:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.cidades_de_atuacao .col-6 img {
    position: absolute;
    left: 3%;
    width: 45%;
}

section.acoes {
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 5% 0; 
}
section.acoes h1.title {
    text-align: left;
}
section.acoes h1.title:after {
    margin: 10px auto 30px 0;
}

section.acoes .ui-tabs {
    margin-top: 50px;
}

.ui-tabs-vertical { 
    width: 100%; 
}
.ui-widget.ui-widget-content {
    border: none;
    padding: 0;
}
.ui-tabs-vertical .ui-tabs-nav { 
    padding: .2em .1em .2em .2em; 
    float: left; 
    width: 40%;
    padding: 0;
    border: none;
}
.ui-widget-header {
    background: #fff;
}
.ui-tabs-vertical .ui-tabs-nav li { 
    clear: left; 
    width: 100%; 
    border: 0 !important; 
    border-radius: 0;
    margin: 0;
    margin-bottom: 3px;
    background: #C05A3D;
    white-space: break-spaces;
}
.ui-tabs-vertical .ui-tabs-nav li a { 
    display: block; 
    padding: 20px 25px !important;
    width: 100%;
    font-family: var(--main-text-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #FFFFFF;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
}
.ui-tabs-vertical .ui-tabs-nav li a:before { 
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='21.271743px' height='30.5986505px' viewBox='0 0 21.271743 30.5986505' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M15.1358714,9.1011285 L19.6560137,15.5092045 L29.4351966,29.3728715 L22.5896779,29.3728715 L18.6931845,22.7471628 L15.1358714,17.275296 L6.28163204,29.3728715 L0.836546186,29.3728715 C2.68674583,26.1527918 4.22742057,23.670069 5.45857039,21.9247032 C6.68972022,20.1793375 8.04086912,18.5624048 9.5120171,17.0739054 L15.1358714,9.1011285 Z' id='path-a49phjt6oy-1'%3E%3C/path%3E%3Cfilter x='-3.5%25' y='-9.9%25' width='114.0%25' height='114.8%25' filterUnits='objectBoundingBox' id='filter-a49phjt6oy-2'%3E%3CfeOffset dx='2' dy='-1' in='SourceAlpha' result='shadowOffsetOuter1'%3E%3C/feOffset%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0' type='matrix' in='shadowOffsetOuter1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='arrow-style-2' transform='translate(-5, -4.9377)'%3E%3Cg id='Triangle' transform='translate(15.1359, 19.237) rotate(-270) translate(-15.1359, -19.237)'%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-a49phjt6oy-2)' xlink:href='%23path-a49phjt6oy-1'%3E%3C/use%3E%3Cuse fill='%23FFFFFF' fill-rule='evenodd' xlink:href='%23path-a49phjt6oy-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 38px;
    display: inline-block;
    margin-right: 20px;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { 
    background: #FECC16;
    margin-bottom: 3px;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a { 
    color: #23100C;
    text-shadow: none;
}
.ui-tabs-vertical .ui-tabs-panel { 
    float: right;
    width: 60%;
    background: #FECC16;
    padding: 3% 4%;
}

.ui-tabs-vertical .ui-tabs-panel img {
    float: left;
    padding-right: 30px;
    padding-bottom: 10px;
}

section.materiais {
    width: 100%;
    height: auto;
    background-color: #3E96D2;
    padding: 5% 0;
    position: relative;
}

section.materiais img.icon_green {
    position: absolute;
    top: -120px;
    left: 0;
    width: 135px;
    height: 280px;
    object-fit: contain;
}

section.materiais h1.title {
    color: #fff;
}

section.materiais .items {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 10px;
    justify-content: space-between;
}

section.materiais .items .item {
    flex: 0 0 32.333%;
    width: 32.333%;
    background: #fff;
    position: relative;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

section.materiais .items .item a {
    text-decoration: none;
}

section.materiais .items .item:hover,
section.materiais .items .item:focus {
    text-decoration: none;
    background: #FECC16;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

section.materiais .items .item:hover a,
section.materiais .items .item:focus a {
    text-decoration: none;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

section.materiais .items .item .content {
    padding: 10px 10px 32px 10px;
}
section.materiais .items .item .baixar {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

section.materiais .items .item .baixar .icon {
    width: 32px;
    height: 32px;
    background: #FECC16;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}


section.fotos {
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 5% 0; 
}

section.fotos .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.fotos .items .item {
    flex: 0 0 50%;
    width: 50%;
    padding: 15px;
    position: relative;
}

section.fotos .items .item a {
    position: relative;
    display: block;
    border: 6px solid transparent;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

section.fotos .items .item a:hover,
section.fotos .items .item a:focus {
    border-color: #FECC16;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

section.fotos .items .item a:hover .visualizar span {
    background: #FECC16;
    color: #000;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

section.fotos .items .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
section.fotos .items .item a .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 0;
}
section.fotos .items .item a .content h3 {
    padding: 15px 20px 10px 20px;
    font-family: var(--main-text-family);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    color: #FFF;
    margin-bottom: 0;
}
section.fotos .items .item a .content .visualizar {
    display: flex;
    align-items: center;
}

section.fotos .items .item a .content .visualizar .icon {
    width: 32px;
    height: 32px;
    background: #FECC16;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.fotos .items .item a .visualizar span {
    padding: 0 7px 0 7px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}


section.equipe {
    width: 100%;
    height: auto;
    background-color: #06784B;
    padding: 5% 0 0 0;
}

section.equipe img.equipe_bg {
    width: 100%;
    height: auto;
    position: relative;
    top: 7px;
}

section.equipe h1.title {
    color: #fff;
}

section.equipe .items {
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

section.equipe .items .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


}

section.equipe .items .item h3 {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    font-family: var(--main-text-family);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4em;
    color: #F28C49;
    margin-bottom: 25px;
}

section.equipe .items .item .content {
    display: block;
    flex: 0 0 47%;
    width: 47%;
    position: relative;
    margin-bottom: 55px;
}
section.equipe .items .item .content.w-33 {
    display: block;
    flex: 0 0 33.333%;
    width: 33.333%;
}


section.equipe .items .item .content h4 {
    font-family: var(--main-text-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    color: #FFF;
    margin-bottom: 15px;
}

section.equipe .items .item .content p {
    font-family: var(--main-text-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #FFF;
    margin-bottom: 0;
    opacity: .9;
}




section.intro {
    width: 100%;
    height: auto;
    background-color: #EBC7AD;
    border-bottom: 1px solid #E1AB84;
    position: relative;
    z-index: 9999;
}
section.intro h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 700;
    color: #C06C2E;
    margin-bottom: 15px;
}
section.intro p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
    color: #6B3C1A;
    margin-bottom: 15px;
}
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;
    }
}


section.galeria {
    width: 100%;
    height: auto;
    padding: 5% 0;
    background-color: #EBC7AD;
}

section.galeria h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 700;
    color: #C06C2E;
    text-align: center;
    margin-bottom: 15px;
}

section.galeria .items {
    column-count: 3;
    column-gap: 10px;
}
@media(max-width: 1024px) {
    section.galeria .items {
        column-count: 2;
    }
}
section.galeria .items .item {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
    border: 4px solid transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
  
section.galeria .items .item figure {
    grid-row: 1 / -1;
    grid-column: 1;
    position: relative;
}

section.galeria .items .item figure img {
    border: 0 solid transparent;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
section.galeria .items .item:hover figure img,
section.galeria .items .item figure:hover img,
section.galeria .items .item figure img:hover,
section.galeria .items .item figure img:focus {
    border: 4px solid #C06C2E;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

section.galeria .items .item figure .zoom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

section.galeria .items .item:hover figure .zoom,
section.galeria .items .item figure:hover .zoom,
section.galeria .items .item figure img:hover .zoom {
    width: 120px;
    padding: 10px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
section.galeria .items .item figure .zoom span {
    margin-right: 7px;
    display: none;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
section.galeria .items .item:hover figure .zoom span,
section.galeria .items .item figure:hover .zoom span,
section.galeria .items .item figure img:hover .zoom span {
    display: block;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



section.exposicoes {
    width: 100%;
    height: auto;
    padding: 5% 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F7E9DE;
}

section.exposicoes h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 700;
    color: #C06C2E;
    text-align: center;
    margin-bottom: 15px;
}

section.exposicoes .items {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

section.exposicoes .items .item {
    width: 31.111%;
    flex: 0 0 31.111%;
    padding: 15px 15px 40px 15px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
}
@media(max-width: 1024px) {
    section.exposicoes .items .item {
        width: 100%;
        flex: 100%;
    }
}

section.exposicoes .items .item .thumb {
    height: 435px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.exposicoes .items .item figure {
    position: relative;
}
section.exposicoes .items .item figure .zoom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

section.exposicoes .items .item .thumb:hover figure .zoom,
section.exposicoes .items .item figure:hover .zoom,
section.exposicoes .items .item figure img:hover .zoom {
    width: 120px;
    padding: 10px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
section.exposicoes .items .item figure .zoom span {
    margin-right: 7px;
    display: none;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
section.exposicoes .items .item .thumb:hover figure .zoom span,
section.exposicoes .items .item figure:hover .zoom span,
section.exposicoes .items .item figure img:hover .zoom span {
    display: block;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

section.exposicoes .items .item .data_local {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 200;
    color: #1F1F1F;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}

section.exposicoes .items .item  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    text-align: center;
    margin-bottom: 15px;
}

section.exposicoes .items .item  p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #7C7C7C;
    margin-bottom: 0;
}

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) {
    section.cidades_de_atuacao {
        margin-top: 120px;
        margin-bottom: 70px;
    }
    section.cidades_de_atuacao img.icon_red {
        top: -170px;
        width: 85px;
        height: 190px;
    }
    section.cidades_de_atuacao .col-6:first-child {
        order: 0;
    }
    section.cidades_de_atuacao .col-6 img {
        position: unset;
        width: 100%;
        margin-bottom: 40px;
    }
    section.cidades_de_atuacao .col-6,
    section.cidades_de_atuacao .col-6:first-child {
        width: 100%;
    }
    .ui-tabs-vertical .ui-tabs-nav,
    .ui-tabs-vertical .ui-tabs-panel {
        float: none;
        width: 100%;
    }
    .ui-tabs-vertical .ui-tabs-panel img {
        float: none;
        padding-right: 0;
        padding-bottom: 20px;
        padding-top: 20px;
        display: block;
        margin: auto;
    }
    section.materiais {
        margin-top: 100px;
    }
    section.materiais img.icon_green {
        top: -100px;
        width: 85px;
        height: 190px;
    }
    section.materiais .items .item {
        flex: 0 0 48%;
        width: 48%;
    }
    section.fotos .items .item {
        flex: 0 0 100%;
        width: 100%;
    }
    section.fotos .items .item a .content h3 {
        font-size: 22px;
    }
}
@media(max-width: 415px) {
}
@media(max-width: 390px) {
}
@media(max-width: 380px) {
}