/* general */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-size: max(20px, 1rem);
}
body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #f8f3f8!important;
}
.strong {
    font-weight: 600;
}
.anchor {
    display: block;
    height: 115px;
    margin-top: -115px;
    visibility: hidden;
}
.toggler {
    display: none!important;
}
@media screen and ( min-width: 1200px ) {
    .mobile-only, .mobile, #mobile-only, #mobile { display: none!important; }
}
@media screen and ( max-width: 1199px ) {
    .desktop-only, .desktop, #desktop-only, #desktop { display: none!important; }
}

picture img {
    width: 100%;
    max-width: 100%;
    height: fit-content;
}

@media screen and ( min-width: 1200px ) {
    #main {
        margin-top: 100px!important;
    }
}

@media screen and ( max-width: 1199px ) {
    #main {
        margin-top: 65px!important;
    }
}

/* font */
main h1, main h2, main h3, main h4, main h5, main h6,
.wp-guttenberg h1, .wp-guttenberg h2, .wp-guttenberg h3, .wp-guttenberg h4, .wp-guttenberg h5, .wp-guttenberg h6 {
font-family: "Titillium Web", sans-serif;
color: #61544b;
font-weight: 200;
letter-spacing: 2px;
}
.wp-guttenberg li {
font-family: "Titillium Web", sans-serif;
color: #61544b;
font-weight: 200;
letter-spacing: 2px;
}
main p, main small,
.wp-guttenberg p, .wp-guttenberg small {
font-family: "Titillium Web", sans-serif;
color: #61544b;; 
font-weight: 400;
letter-spacing: 2px;
}
main a {
font-family: "Titillium Web", sans-serif;
color: #61544b!important;
text-decoration: underline;
font-weight: 400;
letter-spacing: 2px;
}
.wp-guttenberg a {
font-family: "Titillium Web", sans-serif;
color: #61544b!important;
text-decoration: underline;
font-weight: 200;
letter-spacing: 2px;
}
main a:hover,
.wp-guttenberg a:hover {
color: #ff665d!important;;
text-decoration: underline;
}
.coral {
color: #ff665d!important;;
}
.marrom {
color: #61544b!important;;
}

/* header */
#header {
    box-shadow: 2px 2px 15px rgba(85,85,85,0.3);
    min-height: 120px;
    display: flex;
    align-items: center;
    background-color: #f8f3f8!important;
}
#header .container {
    padding-bottom: 10px;
}
#header .navbar-brand img {
    height: 22px;
}
@media screen and ( max-width: 1199px ) {
    .bandeiras picture img {
        width: 30px!important;
        max-width: 30px!important;
        margin: 10px;
    }
}
.bandeiras picture img {
    width: 18px;
    max-width: 18px;
    height: fit-content;
}
@media screen and ( min-width: 1200px ) {
    #header .bandeiras {
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding-bottom: 7px;
        padding-left: 8px;
        gap: 7px;
    }
}

/* navbar desktop */
#header .navbar-nav .nav-link {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    color: #61544b;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
    font-weight: 300!important;
    width: fit-content;
}
#header .navbar-nav .nav-link.active {
    color: #ff665d;
}
#header .navbar-nav .nav-link:hover,
#header .navbar-nav .nav-link.active:hover {
    color: #ff665d!important;
    transition: .5s;
    text-decoration: none;
}
#header .navbar-nav .nav-link:after,
#header .navbar-nav .nav-link.active:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: transparent;
    margin: 0 auto;
    transition: .5s;
}
#header .navbar-nav .nav-link:hover:after, 
#header .navbar-nav .nav-link.active:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ff665d!important;
    animation: esticar .5s forwards!important;
    margin: 0 auto;
}
@media screen and ( max-width: 1199px ) {
    #header {
        display: flex;
        align-items: center;
        min-height: auto;
    }
    #navbar {
        padding-top: 30px;
    }
    #header .menu-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #header .navbar-nav .nav-link, #header .navbar-nav .nav-link.active {
       padding-left: 0;
    }
    #header .busca {
        text-align: left;
        padding: 2rem 0 2rem 0;
    }
    #header .busca form input {
        width: 85%;
        display: inline-block!important;
    }
    #header .divisor {
        display: none!important;
    }
    #header .bandeiras {
        text-align: center;
        padding-bottom: 2rem;
    }
    #header .container {
        padding-bottom: 0;
    }
    .nav-link.active:hover,
    #header .navbar-nav .nav-link:hover, #header .navbar-nav .nav-link.active:hover {
        width: fit-content;
    }
}
#header .divisor {
    margin: 0 10px;
    background: #c5b9ae;
    width: 2px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}
#header .busca form button {
    background: none;
    border: none;
    z-index: 11;
    position: relative;
}
header .busca form button svg,
header .busca form button i {
    color: #c5b9ae;
    font-size: 18px;
}
#header .busca form input {
    border: none;
    background-color: transparent;
    font-weight: 200;
}
#header .busca form input:focus-visible,
#header .busca form input:active,
#header .busca form input:hover {
    outline: none;
}
#header .bandeiras a:hover {
    color: transparent;
    text-decoration: none;
}

/* footer */

#footer {
    background-color: #f8f3f8!important;
}
#footer p {
    display: flex;
}
.formata_newsletter .wpcf7-form-control-wrap {
    max-width: 90%;
}
#footer .navbar-brand img {
    height: 22px;
}
#footer .menu-item a[aria-current=page] {
    color: #ff665d!important;
}
#footer .footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#footer .footer-nav .nav-link {
    font-size: 18px;
    color: #61544b;
    padding-left: .5rem;
    padding-right: .5rem;
    font-weight: 300!important;
}
#footer .footer-nav .nav-link:hover,
#footer .footer-nav .nav-link.active:hover {
    color: #ff665d!important;
    transition: .5s;
    text-decoration: none;
}
#footer .footer-nav .nav-link:after,
#footer .footer-nav .nav-link.active:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: transparent;
    margin: 0 auto;
    transition: .5s;
}
#footer .footer-nav .nav-link:hover:after, 
#footer .footer-nav .nav-link.active:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ff665d!important;
    animation: esticar .5s forwards!important;
    margin: 0 auto;
}
#footer .redes_sociais {
    text-align: left;
    display: flex;
}
#footer .redes_sociais svg {
    height: 30px;
    color: #ff665d;
    margin-right: 15px;
    margin-top: 2px;
}
#footer .redes_sociais svg path {
    fill: #ff665d;
}
@media screen and ( min-width: 1200px ) {
    #footer .footer-logo {
        display: flex;
        justify-content: flex-end;
    }
}
#footer .icos-mkt {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
#footer .icos-mkt picture img {
    max-width: 150px;
    max-height: 70px;
}
#footer .formata_newsletter input {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    background: transparent!important;
    color: #61544b;
    border: none;
    border-bottom: solid 1px;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
}
#footer .formata_newsletter input:focus-visible {
    outline: none;
}
#footer .formata_newsletter input[type="submit"] {
    color: #000000;
    border: none !important;
    cursor: pointer;
    font-weight: bold;
    height: 15px;
    padding-bottom: 2px;
    width: 20px;
    margin-left: -30px;
}
#footer .menu-footer-container .menu.nav a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
}
#footer .menu-footer-container,
#footer .menu-footer-container .menu.nav {
    width: 100%;
}
@media screen and ( min-width: 1200px ) {
    #footer .menu-footer-container .menu.nav {
        justify-content: space-around!important;
    }
}
@media screen and ( max-width: 1199px ) {
    #footer .row.xs-wrap .footer-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
    }
    #footer .row.xs-wrap .footer-nav .menu-footer-container .menu.nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-content: center;
    }
    #footer .row.xs-wrap .redes_sociais {
        text-align: left;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #footer .row.xs-wrap .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
    }
}
#footer .newsletter {
    max-width: 100%;
    overflow: hidden;
}
#footer .redes_sociais p {
    margin: 0;
}
#footer .redes_sociais .social-icon {
    display: flex;
    align-items: center;
}
#footer .redes_sociais picture,
#footer .redes_sociais img {
    width: auto;
    height: 30px;
}

/* bootstrap menu hamburguer */
  .animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .animated-icon1 span {
    background: #61544b;
    height: 4px;
  }
  .animated-icon1 span:nth-child(1) {
    top: 0px;
  }
  .animated-icon1 span:nth-child(2) {
    top: 10px;
  }
  .animated-icon1 span:nth-child(3) {
    top: 20px;
  }
  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #ff665d;
  }
  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    background: #ff665d;
  }
  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #ff665d;
  }  
  .navbar-light .navbar-toggler {
    border-color: transparent!important;
    color: transparent!important;
  }
  @media screen and ( max-width: 1199px ) {
    .navbar-toggler {
      padding: 0 0 0 10px!important;
      margin-top: -3px;
    }
  }
  
/* slickdots */
  .slick-dots li { /* fix one image dots */
    display: inline-block;
  }
  .slick-dots li:only-child {
    display: none; /* fix one image dots */
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 0 40px 0;
    padding-inline-start: 0px;
    z-index: 1;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li.slick-active button:before, 
  .slick-dots li button:before {
        display: none;
  }
  
/* hide admin on mobile */
  @media screen and (max-width: 782px) {
      #wpadminbar { display:none !important;}
  }


/* banner home */
#banner_home {
    height: 690px;
    border-bottom: solid 8px #ff665d;
}
@media (min-width: 300px) and (max-width: 767px) {
    #banner_home {
        height: 400px !important;
    }
}
#banner_home article {
    height: 100%;
}
#banner_home article #myVideo {
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: 0;
    height: 100%;
}
#banner_home article div {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
#banner_home article .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
    position: relative;
}
#banner_home article .item h1 {
    max-width: 950px;
    padding: 0 50px 100px;
    font-size: 60px;
    font-weight: 200;
    color: #fff;
    position: relative;
    z-index: 900;
}
#banner_home article .item h1 strong {
    font-weight: 300;
}
@media (min-width: 300px) and (max-width: 767px) {
    #banner_home article .item h1 {
        max-width: 100%;
        padding: 30px 25px 50px;
        font-size: 23px;
    }
}
#banner_home article .item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #3333333d;
    position: absolute;
    top: 0;
}
#banner_home article .slick-dots {
    bottom: 150px;
    text-align: left;
    padding-left: 50px;
}
#banner_home article .slick-dots li button:before {
    content: "";
    border: solid 2px;
    border-radius: 50%;
    color: #e7aa76;
    opacity: 1;
    width: 15px;
    height: 15px;
}
#banner_home article .slick-dots .slick-active button:before {
    opacity: 1;
    color: #e7aa76;
    background: #e7aa76;
}
#banner_home article .item h1 {
    text-shadow: 3px 5px 4px #000;
}


/* Imported from old CSS */
.btn_red {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-top: solid 3px;
    position: relative;
    padding: 15px;
    transition: 0.5s;
}
.btn_red:before {
    content: "";
    position: absolute;
    border-right: solid 3px;
    border-left: solid 3px;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.btn_red:after {
    content: "";
    position: absolute;
    border-bottom: solid 3px;
    width: 0%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transition: 0.5s;
}
.btn_red:hover:before {
    transition: 0.5s;
    height: 100%;
}
.btn_red:hover:after {
    transition: 0.5s;
    width: 100%;
    left: 0;
}
.space_between {
    display: flex;
    justify-content: space-between;
}
.titulo_sessao {
    text-align: center;
    margin-bottom: 0px;
    font-size: 30px;
    margin-bottom: 45px;
}
@media (min-width: 300px) and (max-width: 767px) {
    .titulo_sessao {
        font-size: 30px;
    }
    #portfolio_home .wrap-modal h3 {
        display: none;
    }
}
.modal {
    background: #fff;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}
.modal .modal-dialog .modal-content .modal-body .topo .wrap-modal .redes a {
    text-decoration: none;
}
.modal .close {
    width: 100%;
    display: flex;
    background-color: transparent;
    border: none!important;
    outline: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: fixed;
    left: -2%;
    z-index: 100;
    top: 20px;
    flex-direction: row-reverse;
    opacity: .9;
    transition: .5s ease-in-out;
}
.modal .close img:hover {
    opacity: 1;
    filter: brightness(2);
}
@media (min-width: 300px) and (max-width: 767px) {
    .modal .close {
        left: 7%;
    }
    .modal button img {
        max-width: 100px;
        padding-right: 40px;
    }
}
.modal .modal-dialog {
    max-width: 100%;
    height: auto;
    margin: 0rem auto;
}
.modal .modal-dialog .modal-content {
    border: none;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .topo img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}
@media screen and ( min-width: 1200px ) {
    .modal .modal-dialog .modal-content .modal-body .topo img {
        height: 500px;
    }   
}
@media (min-width: 300px) and (max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-body .topo img {
        height: 300px;
    }
}
.modal .modal-dialog .modal-content .modal-body .topo .wrap-modal {
    max-width: 900px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}
.modal .modal-dialog .modal-content .modal-body .topo .wrap-modal h3 {
    font-size: 50px;
    color: #ff665d;
}
.modal .modal-dialog .modal-content .modal-body .topo .wrap-modal .sub {
    font-size: 25px;
}
.modal .modal-dialog .modal-content .modal-body .topo .wrap-modal .redes a {
    padding: 15px 10px 0;
}
.modal .modal-dialog .modal-content .modal-body .topo .wrap-modal .redes a svg {
    font-size: 30px;
    color: #ff665d;
}
.modal .modal-dialog .modal-content .modal-body .topo .wrap-modal .conteudo {
    padding: 50px 15px 0;
    font-size: 20px;
    text-align: justify;
}
@media screen and ( min-width: 1200px ) {
    .modal .modal-dialog .modal-content .modal-body .box_lateral {
        top: 300px!important;
    }
    #portfolio_home .wrap-modal .conteudo {
        padding-top: 0px!important;
    }
}
.modal .modal-dialog .modal-content .modal-body .box_lateral {
    position: absolute;
    top: 525px;
    left: 0;
    width: 35%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.modal .modal-dialog .modal-content .modal-body .box_lateral img {
    height: auto;
}
@media (min-width: 300px) and (max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-body .box_lateral {
        position: relative;
        top: 0;
        width: 100%;
        height: 200px;
    }
}
.modal .modal-dialog .modal-content .modal-body .box_lateral p {
    color: #fff;
    text-align: left;
    margin-bottom: 5px;
}
.modal .modal-dialog .modal-content .modal-body .box_lateral .titulo {
    font-size: 25px;
}
.modal .modal-dialog .modal-content .modal-body .box_lateral .site {
    font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body .box_lateral ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 20px;
    text-align: center;
}
@media (min-width: 300px) and (max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-body .box_lateral ul {
        margin-top: 20px;
    }
}
.modal .modal-dialog .modal-content .modal-body .box_lateral ul li {
    display: inline-block;
    margin: 0 5px;
}
.modal .modal-dialog .modal-content .modal-body .box_lateral ul li svg {
    color: #fff;
    font-size: 25px;
}
.modal-backdrop.show {
    display: none;
}
.formata_input textarea {
    border: solid 1px #e0e0e0;
    width: 100%;
    padding: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: 0.5s;
    color: #61544b;
}
.formata_input textarea:focus {
    outline: none;
}
.formata_input textarea.active {
    outline: none;
    border: solid 1px #61544b;
    transition: 0.5s;
}
.formata_input textarea::-webkit-input-placeholder {
    color: #e0e0e0;
}
.formata_input textarea::-moz-placeholder {
    color: #e0e0e0;
}
.formata_input textarea:-ms-input-placeholder {
    color: #e0e0e0;
}
.formata_input textarea:-moz-placeholder {
    color: #e0e0e0;
}
.formata_input input {
    border: solid 1px #e0e0e0;
    width: 100%;
    padding: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: 0.5s;
    color: #61544b;
}
.formata_input input:focus {
    outline: none;
}
.formata_input input.active {
    outline: none;
    border: solid 1px #61544b;
    transition: 0.5s;
}
.formata_input input::-webkit-input-placeholder {
    color: #e0e0e0;
}
.formata_input input::-moz-placeholder {
    color: #e0e0e0;
}
.formata_input input:-ms-input-placeholder {
    color: #e0e0e0;
}
.formata_input input:-moz-placeholder {
    color: #e0e0e0;
}
.formata_arquivo {
    position: relative;
}
.formata_arquivo .box span {
    position: relative;
    z-index: 1;
    opacity: 0;
}
.formata_arquivo .box input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    font-size: 25px;
    width: 150px;
}
.formata_arquivo .box:before {
    content: "Upload file";
    position: absolute;
    left: 0;
    top: -2px;
    padding: 10px;
    color: #ff665d;
    width: 150px;
    text-align: center;
    cursor: pointer;
    z-index: 0;
    border: solid 1px #ff665d;
    font-weight: 200;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
}
.formata_arquivo .box p {
    display: inline-block;
    padding-left: 15px;
    font-size: 18px;
}
@media (min-width: 300px) and (max-width: 767px) {
    .formata_arquivo .box p {
        font-size: 16px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.submite {
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    outline: none;
    color: #ff665d!important;
    border-color: #ff665d;
    display: inline-block;
    border: none;
    border-top: solid 3px;
    position: relative;
    padding: 15px;
    transition: 0.5s;
    text-decoration: none!important;
}
.submite:before {
    content: "";
    position: absolute;
    color: #ff665d!important;
    border-color: #ff665d;
    border-right: solid 3px;
    border-left: solid 3px;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.submite:after {
    content: "";
    position: absolute;
    color: #ff665d!important;
    border-color: #ff665d;
    border-bottom: solid 3px;
    width: 0%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transition: 0.5s;
}
.submite:hover:before {
    transition: 0.5s;
    height: 100%;
}
.submite:hover:after {
    transition: 0.5s;
    width: 100%;
    left: 0;
}
.submite input {
    background: none;
    border: none;
    font-weight: 300;
    color: #ff665d;
    padding: 0;
    position: relative;
    z-index: 90;
    outline: none;
}
.submite span {
    display: none !important;
}
.formata_arquivo {
    margin-top: 35px;
}
#portfolio_home article {
    min-height: 550px;
}
#portfolio_home article .box_textos {
    display: inline-flex;
    float: left;
    width: 30%;
    background-color: #271b11;
    min-height: 550px;
    align-items: center;
    justify-content: center;
}
@media (min-width: 300px) and (max-width: 767px) {
    #portfolio_home article .box_textos {
        width: 100%;
        padding: 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #portfolio_home article .box_textos {
        width: 40%;
        padding: 0 15px;
    }
}
#portfolio_home article .box_textos div {
    width: 240px;
}
#portfolio_home article .box_textos div span {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
#portfolio_home article .box_textos div h1 {
    color: #fff;
    font-weight: 200;
    font-size: 30px;
    line-height: 50px;
}
#portfolio_home article .box_textos .btn_red {
    border-color: #ff665d;
    margin-top: 15px;
}
#portfolio_home article .box_textos .btn_red:after,
#portfolio_home article .box_textos .btn_red:before {
    color: #ff665d;
}
#portfolio_home article .box_textos :hover {
    color: #fff;
}
#portfolio_home article .box_imagens {
    float: left;
    width: 70%;
}
#portfolio_home article .box_imagens [class^="box"] {
    float: left;
    position: relative;
    border-left: solid 2px #fff;
    overflow: hidden;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#portfolio_home article .box_imagens [class^="box"] .over_box {
    opacity: 0;
    background: #ff665dc4;
    height: 100%;
    padding: 25px 15px;
    transition: 0.5s;
    z-index: 901;
    position: relative;
}
#portfolio_home article .box_imagens [class^="box"] .over_box a {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
#portfolio_home article .box_imagens [class^="box"] .over_box h4 {
    color: #fff;
    font-weight: 300;
}
#portfolio_home article .box_imagens [class^="box"] .over_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    width: 90%;
}
#portfolio_home article .box_imagens [class^="box"] .over_box svg {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
    color: #fff;
}
#portfolio_home article .box_imagens [class^="box"]:hover .over_box {
    opacity: 1;
    transition: 0.5s;
}
#portfolio_home article .box_imagens [class^="box"]:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6b482942;
    z-index: 900;
    left: 0;
    top: 0;
}
#portfolio_home article .box_imagens .box_1 {
    width: 25%;
    height: 297px;
}
#portfolio_home article .box_imagens .box_2 {
    width: 42%;
    height: 297px;
}
#portfolio_home article .box_imagens .box_3 {
    width: 33%;
    height: 297px;
    border-right: solid 2px #fff;
}
@media (min-width: 300px) and (max-width: 767px) {
    #portfolio_home article .box_imagens .box_3 {
        border-top: solid 2px #fff;
        border-right: none;
    }
}
#portfolio_home article .box_imagens .box_4 {
    width: 42%;
    height: 253px;
    border-top: solid 2px #fff;
}
#portfolio_home article .box_imagens .box_5 {
    width: 58%;
    height: 253px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
@media (min-width: 300px) and (max-width: 767px) {
    #portfolio_home article .box_imagens {
        width: 100%;
    }
    #portfolio_home article .box_imagens [class^="box"] {
        width: 50%;
        height: 150px;
    }
    #portfolio_home article .box_imagens .box_5 {
        width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #portfolio_home article .box_imagens {
        width: 60%;
    }
}
#portfolio_home .wrap-modal {
    max-width: 100% !important;
    padding: 0 !important;
}
#portfolio_home .wrap-modal .conteudo {
    padding-top: 100px;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 60px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #portfolio_home .wrap-modal .conteudo {
        padding-top: 25px;
    }
}
#portfolio_home .wrap-modal h3 {
    padding: 50px;
    background: #dab89042;
    opacity: 0;
}
@media (min-width: 300px) and (max-width: 767px) {
    #sobre_home {
        background-size: contain;
    }
}
#sobre_home article {
    padding-top: 50px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #sobre_home article {
        padding-top: 50px;
    }
}
#sobre_home article p {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
}
@media (min-width: 300px) and (max-width: 767px) {
    #sobre_home article p {
        font-size: 18px;
        padding: 0 15px;
        font-weight: 300;
    }
}
#equipe_home article,
#portfolio_home article,
#noticias_home article,
#portfolio_home article {
    padding-top: 100px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #equipe_home article,
    #portfolio_home article,
    #noticias_home article,
    #portfolio_home article {
        padding-top: 100px;
    }
}
#equipe_home article .box_imagem {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    margin-bottom: 2px;
    position: relative;
}
@media (min-width: 300px) and (max-width: 767px) {
    #equipe_home article .box_imagem {
        width: 50%;
    }
}
#equipe_home article .box_imagem img {
    transition: 0.5s;
    object-fit: cover;
    width: 100%;
}
#equipe_home article .box_imagem a:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#equipe_home article .box_imagem .over_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    background: #ff665dcc;
    padding-top: 120px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 100;
}
@media (min-width: 300px) and (max-width: 767px) {
    #equipe_home article .box_imagem .over_box {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
#equipe_home article .box_imagem .over_box .conteudo {
    text-align: left;
}
#equipe_home article .box_imagem .over_box .conteudo h4 {
    color: #fff;
    font-weight: 400;
}
@media (min-width: 300px) and (max-width: 767px) {
    #equipe_home article .box_imagem .over_box .conteudo h4 {
        font-size: 20px;
    }
}
#equipe_home article .box_imagem .over_box .conteudo p {
    color: #fff;
    font-size: 20px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #equipe_home article .box_imagem .over_box .conteudo p {
        font-size: 14px;
    }
}
#equipe_home article .box_imagem .over_box .icone svg {
    color: #fff;
    font-size: 30px;
}
#equipe_home article .box_imagem:hover .over_box {
    opacity: 1;
    transition: 0.5s;
}
#banner_interna {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    text-align: center;
    height: 280px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #banner_interna {
        margin-top: 0;
    }
}
#banner_interna article {
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: solid 8px #ff665d;
}
#banner_interna article .texto_banner {
    width: 100%;
    transform: translate3d(0, 60%, 0);
    opacity: 0;
    animation: subir 1s forwards;
}
@keyframes subir {
    0% {
        transform: translate3d(0, 60%, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0%, 0);
        opacity: 1;
    }
}
#banner_interna article .texto_banner h1 {
    color: #fff;
    text-shadow: 3px 5px 4px #000;
    font-weight: 200!important;
    font-size: 60px;
    padding-top: 100px;
}
#banner_interna article .texto_banner h3 {
    font-weight: 300;
}
@media (min-width: 300px) and (max-width: 767px) {
    #conteudo_sobre {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    #menu-governanca-sub li {
        text-align: left; 
    }
}
@media (max-width: 1024px) {
    #conteudo_sobre .contato .wrap_conteudo p {
            display: inline-grid;
            text-align: justify;
            font-size: 20px;
            font-weight: 200;
            align-items: start;
            justify-items: start;
    }
}
#conteudo_sobre .wrap_conteudo {
    max-width: 750px;
    margin: 50px auto;
}
#conteudo_sobre .wrap_conteudo p {
    text-align: justify;
    font-size: 20px;
    font-weight: 200;
}
#conteudo_sobre img {
    display: block;
    margin: 50px auto 0;
}
#projetos_portfolio article {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 160px;
    gap: 5px;
}
#projetos_portfolio article .caixa_post {
    display: inline-block;
    float: left;
    width: 24.7%;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin-bottom: 20px;
    position: relative;
    /*border-bottom: solid 4px #ff665d;*/
    min-height: 160px;
}
#projetos_portfolio article .caixa_post:hover {
    background: #ff665e;
}
@media screen and ( max-width: 1400px ) {
    #projetos_portfolio article {
        display: flex;
        justify-content: center;
    }
}
@media screen and ( max-width: 1199px ) {
    #projetos_portfolio article .caixa_post {
        width: 49%;
        display: flex;
        align-items: flex-end;
        min-height: auto;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    #projetos_portfolio article .caixa_post {
        width: 49%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #projetos_portfolio article .caixa_post {
        width: 33.33%;
    }
}
#projetos_portfolio article .caixa_post img {
    padding: 25px 0;
    filter: grayscale(100%);
    margin: 0 auto;
}
@media (min-width: 300px) and (max-width: 767px) {
    #projetos_portfolio article .caixa_post img {
        width: 100%;
    }
}
#projetos_portfolio article .caixa_post img.cinza {
    display: block;
}
#projetos_portfolio article .caixa_post img.branco {
    display: none;
}
#projetos_portfolio article .caixa_post a {
    color: #333;
}
#projetos_portfolio article .caixa_post h3 {
    font-weight: 500;
    font-size: 35px;
}
#projetos_portfolio article .caixa_post p {
    font-size: 25px;
    font-weight: 300;
}
#projetos_portfolio article .caixa_post:hover img {
    filter: none !important;
}
#projetos_portfolio article .caixa_post:hover img.cinza {
    display: none;
}
#projetos_portfolio article .caixa_post:hover img.branco {
    display: block;
}
#projetos_portfolio .wrap-modal {
    max-width: 100% !important;
    padding: 0 !important;
}
#projetos_portfolio .wrap-modal h3 {
    padding: 50px;
    background: #dab89042;
    opacity: 0;
}
#projetos_portfolio .wrap-modal .conteudo {
    padding-top: 100px;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 60px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #projetos_portfolio .wrap-modal .conteudo {
        padding-top: 25px;
    }
    #projetos_portfolio .wrap-modal h3 {
        display: none;
    }
}
#cases article {
    padding: 50px 0;
}
#cases article .case {
    padding: 50px 0;
    border-bottom: solid 1px #cfcfcf;
}
#cases article .case:last-child {
    border: none;
}
#cases article .sidebar {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: left;
}
#cases article .sidebar img,
#cases article .sidebar h3 {
    display: block;
}
#cases article .sidebar img {
    margin-bottom: 50px;
}
#cases article .sidebar .link_site {
    display: block;
    margin-bottom: 50px;
}
#cases article .sidebar .link_site h3 {
    font-weight: 300;
}
#cases article .sidebar .link_site a {
    color: #61544b;
    font-weight: 300;
    font-size: 18px;
}
#cases article .sidebar .pergunta h4 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 0;
}
#cases article .sidebar .pergunta p {
    font-size: 25px;
}
#cases article .sidebar .redes {
    margin-top: 50px;
}
#cases article .sidebar .redes svg {
    font-size: 25px;
    color: #e6a87c;
    margin-right: 15px;
}
#cases article .conteudo {
    display: inline-block;
    width: 75%;
    padding-left: 20px;
}
#cases article .conteudo h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}
#cases article .conteudo p {
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
}
#cases article .conteudo p:last-child {
    margin-bottom: 0;
}
#area_box_investidores article {
    padding: 50px 0;
}
#area_box_investidores article .box_investidores {
    background: #f8f3f8;
    box-shadow: -6px 6px 6px #00000017;
    padding: 50px 25px;
    margin-bottom: 50px;
    border-radius: 15px 0px 15px 0;
    border-right: solid 7px #ff5458;
}
@media (min-width: 300px) and (max-width: 767px) {
    #area_box_investidores article .box_investidores {
        text-align: center;
    }
}
#area_box_investidores article .box_investidores .conteudo {
    float: left;
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}
@media (min-width: 300px) and (max-width: 767px) {
    #area_box_investidores article .box_investidores .conteudo {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #area_box_investidores article .box_investidores .conteudo {
        width: 70%;
    }
}
#area_box_investidores article .box_investidores .conteudo h3 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-weight: 500;
    font-size: 35px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #area_box_investidores article .box_investidores .conteudo h3 {
        width: 100%;
    }
}
#area_box_investidores article .box_investidores .conteudo img {
    display: inline-block;
    vertical-align: middle;
}
#area_box_investidores article .box_investidores .conteudo p {
    margin-top: 25px;
    font-size: 20px;
    width: 75%;
    line-height: 45px;
    font-weight: 200;
}
@media (min-width: 300px) and (max-width: 767px) {
    #area_box_investidores article .box_investidores .conteudo p {
        width: 100%;
    }
}
#area_box_investidores article .box_investidores .conteudo p span {
    color: #61544b;
    font-weight: 400;
}
#area_box_investidores article .box_investidores .lista {
    float: left;
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}
@media (min-width: 300px) and (max-width: 767px) {
    #area_box_investidores article .box_investidores .lista {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #area_box_investidores article .box_investidores .lista {
        width: 30%;
    }
}
#area_box_investidores article .box_investidores .lista ul {
    padding: 0;
}
#area_box_investidores article .box_investidores .lista ul li {
    list-style: none;
    margin-bottom: 10px;
}
#area_box_investidores article .box_investidores .lista ul li a {
    color: #ff665d!important;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
}
#area_box_investidores article .area_btn {
    text-align: center;
    margin-top: 25px;
}
#area_box_investidores article .area_btn .btn_red {
    color: #ff665d!important;
    text-decoration: none;
}
#area_box_investidores article .rodape_investidores {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #area_box_investidores article .rodape_investidores {
        display: block;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #area_box_investidores article .rodape_investidores {
        padding: 0 15px;
    }
}
#area_box_investidores article .rodape_investidores .texto {
    display: flex;
    align-items: center;
}
#area_box_investidores article .rodape_investidores .texto p {
    font-size: 18px;
    padding-left: 35px;
    font-weight: 200;
}
@media (min-width: 300px) and (max-width: 767px) {
    #area_box_investidores article .rodape_investidores .texto p {
        padding-left: 0;
    }
}
#informacoes_governanca {
    padding: 50px 0;
}
#informacoes_governanca .menuu {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 300px) and (max-width: 767px) {
    #informacoes_governanca .menuu {
        width: 100%;
        text-align: center;
    }
}
#informacoes_governanca .conteudo {
    display: inline-block;
    width: 74%;
}
@media (min-width: 300px) and (max-width: 767px) {
    #informacoes_governanca .conteudo {
        width: 100%;
    }
}
#informacoes_governanca .conteudo .red {
    color: #ff665d;
    font-size: 60px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #informacoes_governanca .conteudo .red {
        padding: 15px;
        font-size: 50px;
    }
}
#informacoes_governanca .conteudo ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
#informacoes_governanca .conteudo ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    width: 31%;
    float: left;
    text-align: center;
    background: #f7f6f4;
}
#informacoes_governanca .conteudo ul li:after {
    content: "";
    height: 5px;
    width: 100%;
    background: #61544b;
    position: absolute;
    left: 0;
    top: 0;
}
#informacoes_governanca .conteudo ul li a {
    font-size: 30px;
    color: #61544b;
    padding: 100px 50px;
    display: block;
    font-weight: 300;
}
#informacoes_governanca .conteudo .box {
    border-bottom: solid 1px #cfcfcf;
    padding: 25px;
    display: flex;
    align-items: center;
}
@media (min-width: 300px) and (max-width: 767px) {
    #informacoes_governanca .conteudo .box {
        padding: 15px;
    }
}
#informacoes_governanca .conteudo .box .texto {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 75%;
}
#informacoes_governanca .conteudo .box .texto h3 {
    font-weight: 300;
    font-size: 20px;
    width: 90%;
}
#informacoes_governanca .conteudo .box .texto p {
    margin-bottom: 0;
    font-size: 18px;
}
#informacoes_governanca .conteudo .box a {
    vertical-align: middle;
    width: 25%;
    float: left;
    color: #61544b;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
}
#informacoes_governanca .conteudo .box a svg {
    margin-left: 5px;
}
#informacoes_governanca .conteudo .box.Sim {
    padding-left: 60px !important;
    position: relative;
}
#informacoes_governanca .conteudo .box.Sim:before {
    content: "";
    display: block;
    width: 8px;
    height: 70px;
    background: #efeeea;
    left: 25px;
    position: absolute;
}
#informacoes_governanca .conteudoo ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 767px) {
    #informacoes_governanca .conteudoo ul {
        display: block;
    }
}
#informacoes_governanca .conteudoo ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    width: 31%;
    float: left;
    text-align: center;
    background: #f7f6f4;
}
@media (min-width: 300px) and (max-width: 767px) {
    #informacoes_governanca .conteudoo ul li {
        display: block;
        width: 100%;
    }
}
#informacoes_governanca .conteudoo ul li:after {
    content: "";
    height: 5px;
    width: 100%;
    background: #61544b;
    position: absolute;
    left: 0;
    top: 0;
}
#informacoes_governanca .conteudoo ul li a {
    font-size: 30px;
    color: #61544b;
    padding: 100px 50px;
    display: block;
    font-weight: 300;
    text-decoration: none;
}
#menu-governanca {
    padding: 0;
    list-style: none;
}
#menu-governanca #menu-item-30 a {
    color: #61544b;
    font-weight: 400;
}
#menu-governanca #menu-item-30.active a {
    font-weight: 600;
}
#menu-governanca li {
    list-style: none;
}
#menu-governanca li a {
    font-size: 20px;
    color: #61544b;
    line-height: 45px;
    font-weight: 300;
    text-decoration: none;
    padding: 0;
}
#menu-governanca li {
    padding: 0 0 0 20px;
}
#menu-governanca ul li:first-child {
    padding-left: 0px!important;
}
#menu-governanca li.active a,
#menu-governanca .nav-link.active {
    color: #ff665d!important;
}
#nossa_equipe article {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}
#nossa_equipe article a {
    text-decoration: none;
}
#nossa_equipe article .caixa_post {
    display: inline-block;
    float: left;
    width: 25%;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    margin-bottom: 50px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #nossa_equipe article .caixa_post {
        width: 100%;
        padding: 0 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #nossa_equipe article .caixa_post {
        width: 33.33%;
    }
}
#nossa_equipe article .caixa_post h3 {
    font-weight: 200;
    text-align: center;
    border-top: solid 4px #ff665d;
    padding-top: 10px;
}
#nossa_equipe article .caixa_post p {
    font-size: 25px;
}
#nossa_equipe article .caixa_post:hover .img img {
    filter: grayscale(0%);
    transition: 0.5s;
}
#nossa_equipe article .caixa_post:hover .img svg {
    opacity: 0.7;
    transition: 0.5s;
}
#nossa_equipe article .caixa_post .img {
    position: relative;
}
#nossa_equipe article .caixa_post .img img {
    transition: 0.5s;
    object-fit: cover;
    width: 100%;
    height: 340px;
}
@media (min-width: 768px) {
    #nossa_equipe article .caixa_post .img img {
        /*filter: grayscale(100%);*/
    }
}
#nossa_equipe article .caixa_post .img svg {
    position: absolute;
    font-size: 45px;
    color: #fff;
    bottom: 30px;
    right: 20px;
    opacity: 0;
    transition: 0.5s;
}
#noticias_home article .box_noticia {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 15px;
    padding-top: 20px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #noticias_home article .box_noticia {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #noticias_home article .box_noticia {
        width: 50%;
        min-height: 300px;
    }
}
#noticias_home article .box_noticia img {
    width: 100%;
    object-fit: cover;
    height: 220px;
    border-bottom: solid 4px #ff665d;
    transition: .2s ease-out;
}
#noticias_home article .box_noticia img:hover {
    margin-top: -15px;
}
#noticias_home article .box_noticia p {
    font-size: 18px;
    margin-top: 15px;
}
#noticias_home article .box_noticia a {
    text-decoration: none!important;
}
#area_formulario article {
    padding: 50px 0;
    max-width: 800px;
}
#area_formulario article h3 {
    font-size: 20px;
}
@media (min-width: 300px) and (max-width: 1023px) {
    #area_formulario {
        padding: 0 15px;
    }
}
#area_contato article {
    padding: 100px 0;
    max-width: 750px;
}
#area_contato article .esquerda {
    display: inline-block;
    width: 40%;
    float: left;
}
@media (min-width: 300px) and (max-width: 767px) {
    #area_contato article .esquerda {
        width: 100%;
        padding: 0 15px;
    }
}
#area_contato article .esquerda .email {
    margin-bottom: 50px;
}
#area_contato article .esquerda .email h3 {
    font-weight: 200;
    font-size: 20px;
}
#area_contato article .esquerda .email a {
    font-size: 18px;
    font-weight: 400;
    color: #61544b;
}
#area_contato article .direita {
    display: inline-block;
    width: 60%;
    float: left;
    padding-left: 80px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #area_contato article .direita {
        width: 100%;
        padding-left: 0;
        padding: 0 15px;
    }
}
#area_contato article .direita .box {
    margin-bottom: 40px;
}
#area_contato article .direita .box h3 {
    font-weight: 200;
    font-size: 20px;
}
#area_contato article .direita .box p {
    font-size: 18px;
}
#area_contato article .mapa img {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
#area_contato article img {
    width: 100%;
}
#filtros article {
    padding: 20px 0 0;
}
#filtros article .box_filtros {
    display: block;
    text-align: right;
    padding: 25px;
    position: relative;
}
#filtros article .box_filtros p {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}
#filtros article .box_filtros svg {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #ff665d;
    font-size: 20px;
}
#filtros article .box_filtros #selected_category,
#filtros article .box_filtros #selected_year {
    border: none;
    width: 250px;
    background: none;
    border-radius: 0 !important;
    outline: none;
    margin: 0 15px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: solid 1px #333;
    padding: 5px 0;
    font-weight: 300;
    color: #777;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 100%;
}
#filtros article .box_filtros input {
    background: none;
    border: none;
    padding: 5px 0;
    border-bottom: solid 1px;
    font-weight: 300;
    text-align: left;
    width: 250px;
    color: #777;
    outline: none;
}
@media (min-width: 300px) and (max-width: 767px) {
    #filtros article .box_filtros input {
        width: 100%;
    }
}
#posts_blog article {
    padding: 50px 0;
}
#post .container {
    display: flex;
    justify-content: center;
}
#post li {
    font-family: "Titillium Web", sans-serif;
    color: #61544b;
    letter-spacing: 2px;
    font-size: 18px;
    text-align: justify;
    font-weight: 200;
}
.area_posts_blog .box,
.area_ajax .box {
    width: 33.3%;
    display: inline-block;
    float: left;
    padding: 15px 5px;
    margin-bottom: 50px;
    transition: 0.5s;
    min-height: 260px;
    position: relative;
}
.area_posts_blog .box img,
.area_ajax .box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.area_posts_blog .box h3,
.area_ajax .box h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
#post article {
    padding: 50px 0;
    max-width: 700px;
}
@media (min-width: 300px) and (max-width: 767px) {
    #post article {
        padding: 0;
        max-width: 100%;
        overflow: hidden;
    }
}
#post article h1 {
    font-size: 55px;
    margin-bottom: 50px;
    color: #ff665d;
}
@media (min-width: 300px) and (max-width: 767px) {
    #post article h1 {
        font-size: 40px;
        margin-top: 30px;
        padding: 0 15px;
    }
}
#post article img {
    object-fit: cover;
    max-width: 100%;
    max-height: 430px;
    display: block;
    margin: 0 auto 50px;
}
#post article p {
    font-size: 18px;
    text-align: justify;
    font-weight: 200;
}
#post p:focus-visible {
    outline: none;
}
@media (min-width: 300px) and (max-width: 767px) {
    #post article p {
        padding: 0 15px;
    }
}
#post article a {
    color: #61544b;
    font-weight: 400;
}
#post article #social_share {
    position: absolute;
    top: 540px;
    left: 0;
    width: 20%;
    background: #61544b;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 300px) and (max-width: 767px) {
    #post article #social_share {
        position: relative;
        top: 0;
        width: 100%;
    }
}
#post article .compartilhar_redes p {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
#post article .compartilhar_redes .area_btns svg {
    font-size: 25px;
    color: #fff;
    margin: 0 5px;
}
#pag404 article {
    display: flex;
    align-items: center;
    padding: 100px;
}
#pag404 article .esquerda {
    display: inline-block;
    float: left;
    width: 50%;
    border-right: solid 1px #cfcfcf;
    vertical-align: middle;
}
#pag404 article .esquerda h1 {
    font-size: 200px;
    text-align: right;
    padding-right: 50px;
    font-weight: 500;
}
#pag404 article .direita {
    display: inline-block;
    float: left;
    width: 50%;
    vertical-align: middle;
    padding-left: 50px;
}
#pag404 article .direita h3 {
    font-weight: 500;
    font-size: 25px;
}
#pag404 article .direita p {
    font-size: 18px;
    font-weight: 200;
}
#resultado_busca article {
    padding: 50px 0;
}
#resultado_busca article .box {
    margin-bottom: 50px;
}
#resultado_busca article .box img {
    width: 100%;
}
#resultado_busca a {
    text-decoration: none;
}
#masonry .item {
    width: 33.33%;
    padding: 0 5px;
}
#masonry .item:hover {
    opacity: .9;
}
@media (min-width: 300px) and (max-width: 767px) {
    #masonry .item {
        width: 100%;
    }
}
#masonry .item img {
    width: 100%;
    border-bottom: solid 4px #ff665d;
    height: 355px;
    object-fit: cover;
}
#masonry .item h3 {
    padding: 40px 30px 10px 30px;
    font-size: 22px;
    line-height: 35px;
    background: #f8f3f8;
    min-height: 150px;
    margin-bottom: 35px;
}
#masonry a {
    text-decoration: none;
}
#masonry {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

/* new blocks 6 packs effcs homepage 22 */
.box_portifolio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.box_portifolio .over_a {
    width: 33%;
    height: 460px;
    margin-bottom: 5px;
    text-decoration: none!important;
}
.box_portifolio .box_p {
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: center!important;
    border-bottom: solid 5px #ff665d;
    transition: .4s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.box_portifolio .over_box {
    width: 100%;
    height: 100%;
}
.box_portifolio .inside_box {
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.box_portifolio .p_icon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.box_portifolio .p_icon svg {
    height: 35px;
    width: 35px;
}
.box_portifolio .p_icon i,
.box_portifolio .p_icon svg path {
    fill: #ff665d;
}
.box_portifolio .inside_box h4 {
    opacity: .8;
    font-weight: 300;
    color: #fff;
    transition: .5s;
}
.box_portifolio .inside_box p {
    display: none;
    font-weight: 300;
    color: transparent;
    transition: .5s;
    text-decoration: none!important;
}
.box_portifolio a {
    text-decoration: none!important;
}
/* JQ Effects */
@media only screen and (min-width: 1025px) {
    .box_portifolio .box_p:hover {
        border-bottom: solid 460px #ff665d;
        background-size: unset!important;
    }
    .box_portifolio .on_over_eff {
        border-bottom: solid 460px #ff665d!important;
    }
}
.box_portifolio .on_over_eff .inside_box h4 {
    opacity: 1!important;
    font-weight: 600!important;
}
.box_portifolio .on_over_eff .inside_box p {
    display: block!important;
    color: #fff!important
}
.box_portifolio .on_over_eff .p_icon {
    display: none!important;
}

@media only screen and (max-width: 1024px) {
    .box_portifolio {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .box_portifolio .over_a {
        width: 97%;
        height: 380px;
    }
    .box_portifolio .box_p {
        transition: .5s;
        border-bottom: solid 380px #ff665d;
    }
    .box_portifolio .inside_box h4 {
        opacity: 1;
    }
    .box_portifolio .inside_box p {
        color: #fff;
        display: block;
    }
    /* JQ Mobile Effects */
    .box_portifolio .mobile_over_eff {
        border-bottom: solid 5px #ff665d!important;
    }
    .box_portifolio .mobile_over_eff .inside_box p {
        display: none!important;
    }
}

.equipe_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.equipe_items .a-equipe {
    width: 33%;
    height: 260px;
    margin-bottom: 5px;
}
.equipe_items .box_e {
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: center!important;
    border-bottom: solid 5px #ff665d;
    transition: .3s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.equipe_items .over_box {
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.equipe_items .conteudo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.equipe_items .a-equipe h4 {
    float: right;
    opacity: .8;
    font-weight: 300;
    color: #fff;
    transition: .5s;
    text-shadow: 3px 5px 4px #000;
}
.equipe_items .a-equipe p {
    float: right;
    opacity: .8;
    font-weight: 300;
    color: transparent;
    transition: .5s;
    text-align: right;
}
.equipe_items .icone svg {
    height: 35px;
    width: 35px;
}
.equipe_items .icone i,
.equipe_items .icone svg path {
    fill: #ff665d;
}
/* JQ Effects */
@media only screen and (min-width: 1025px) {
    .equipe_items .box_e:hover {
        border-bottom: solid 260px #ff665d;
        background-size: unset!important;
    }
    .equipe_items .on_over_eff {
        border-bottom: solid 260px #ff5458!important;
      }
}
.equipe_items .on_over_eff h4 {
    opacity: 1!important;
    font-weight: 600!important;
    text-shadow: none!important;
}
.equipe_items .on_over_eff p {
    display: block!important;
    color: #fff!important;
    text-shadow: none!important;
}
.equipe_items .on_over_eff .icone {
    display: none!important;
}

@media only screen and (max-width: 1024px) {
    .equipe_items {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .equipe_items .a-equipe {
        width: 97%;
        height: 300px;
    }
    .equipe_items .box_e {
        transition: .5s;
        border-bottom: solid 300px #ff665d;
    }
    .equipe_items .box_e:hover {
        border-bottom: solid 300px #ff665d;
        background-size: center!important;
    }
    .equipe_items h4 {
        opacity: 1;
    }
    .equipe_items p {
        color: #fff;
        display: block;
    }
    /* JQ Mobile Effects */
    .equipe_items .mobile_over_eff {
        border-bottom: solid 5px #ff665d!important;
    }
    .equipe_items .mobile_over_eff p {
        display: none!important;
    }
}

/**************************************************/
/* NEW HOMEPAGE ESG */
@media only screen and (min-width: 1025px) {
    .esg_items .on_over_eff {
        border-bottom: solid 260px #ff5458!important;
      }
}
#esg_home article {
    padding-top: 100px;
}
.esg_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.esg_items .a-esg {
    width: 33%;
    height: 260px;
    margin-bottom: 5px;
}
.esg_items .box_esg {
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: center!important;
    border-bottom: solid 5px #ff5458;
    transition: .3s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.esg_items .over_box {
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.esg_items .conteudo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.esg_items p {
    text-align: right;
    float: right;
    opacity: .8;
    font-weight: 300;
    color: transparent;
    transition: .5s;
    margin-bottom: 0;
}
.esg_items .on_over_eff p {
    display: block!important;
    color: #fff!important;
    text-shadow: none!important;
}
.esg_items h4 {
    font-size: 3rem;
    float: right;
    opacity: .8;
    font-weight: 300;
    color: #fff;
    transition: .5s;
    text-shadow: 3px 5px 4px #000;
}
.esg_items .on_over_eff h4 {
    opacity: 1!important;
    font-weight: 600!important;
    text-shadow: none!important;
}
.esg_items .on_over_eff .icone {
    display: none!important;
}
@media only screen and (min-width: 1025px) {
    .esg_items .box_esg:hover {
        border-bottom: solid 260px #ff5458;
        background-size: unset!important;
    }
}
@media only screen and (max-width: 1024px) {
    .esg_items {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .esg_items .a-esg {
        width: 97%;
        height: 300px;
    }
    .esg_items .box_esg {
        transition: .5s;
        border-bottom: solid 300px #ff5458;
    }
    .esg_items .mobile_over_eff {
        border-bottom: solid 5px #ff5458!important;
    }
}
.esg_items .icone svg {
    height: 35px;
    width: 35px;
}
.esg_items .icone i, 
.esg_items .icone svg path {
    fill: #ff5458;
}
/* NEW HOMEPAGE ESG */

/** INT GOV ROWS */
#informacoes_governanca .conteudo.in-rows .rows-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#informacoes_governanca .conteudo .box-rows {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    border: none;
}
#informacoes_governanca .conteudo .box-rows a {
    width: 100%;
    height: auto;
}
#informacoes_governanca .conteudo .box-rows .img {
    margin-bottom: 1rem;
    border-bottom: solid 8px #ff665d;
    transition: .1s ease-in;
    background-position: center !important;
    background-size: cover !important;
}
#informacoes_governanca .conteudo .box-rows .img:hover {
    opacity: .9;
}
#informacoes_governanca .conteudo .box-rows .img .img-hover {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    opacity: 0;
    transition: .5s ease-in;
}
#informacoes_governanca .conteudo .box-rows .img .img-hover svg {
    font-size: 50px;
    color: #ffffffd6;
    margin: 30px;
}
#informacoes_governanca .conteudo .box-rows .img .img-hover:hover {
    opacity: 1;
}
#informacoes_governanca .conteudo .box-rows .texto {
    width: 100%;
    text-align: left;
}
#informacoes_governanca .conteudo .box-rows a svg {
    transition: .1s ease-in;
}
#informacoes_governanca .conteudo .box-rows a svg:hover {
    color: #ff665d;
}
@media only screen and (max-width: 1024px) {
    #informacoes_governanca .conteudo.in-rows .rows-wrapper {
        display: flex;
        flex-direction: column;
    }
    #informacoes_governanca .conteudo .box-rows {
        width: 100%;
    }
    #informacoes_governanca .conteudo .box-rows .img .img-hover {
        height: 280px;
    }
}