*, *::after, *::before {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}



    /* deixa o texto do navbar em negrito */
    .navigation-primary ul li a {
        font-weight: 700;
    }




body {
    background: #fff;
    font-size: 16px;
    color: #333;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
.texto-privacidade{
   width: 84% !important;
display: inline-block;
}
.texto-privacidade p{
    font-size: 9px !important;
    text-align: left !important;
width:100%;
line-height: 130% !important;
}
#cn-accept-cookie{ 
width: 40px;
 display:inline; 
vertical-align:top;
margin-top: 20px;
    color: #000 !important; 
}
a {
    color: #600;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a img {
    border: none;
}
.anima, #form-contato *, #newsletter *, #lista-blog * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.alignleft {
    float: left;
    padding: 5px 15px 5px 0 !important;
}
.alignright {
    float: right;
    padding: 0 0 10px 15px;
}
.aligncenter {
    text-align: center !important;
margin:0px auto !important;
}
.left {
}
.right {
}
.clear {
    clear: both;
}
.clear-both {
    clear: both;
}
.pagenavi {
    margin: 20px 0;
    clear: both;
}
.full {
    width: 100% !important;
}
/*==================================================
HEADER
====================================================*/
header {
    position: -webkit-sticky;
    z-index: 1;
    padding: 20px 0;
    background: transparent;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom:1px solid #ccc;
}
header h1 {
    position: relative;
    overflow: hidden;
    opacity: 0;
    margin: 0px;
    padding: 0;
}
header h1 span {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    color: #fff;
    visibility: hidden;
}
.logo {
    text-align: center;
}
.navigation-primary {
    margin-top: 25px;
}
.navigation-primary > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}
.navigation-primary > ul > li {
    display: inline-block;
    text-align: left;
}
.navigation-primary > ul > li > a {
    display: block;
    color: #000;
    padding: 15px 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: all 0.1s ease-in-out;
    text-decoration: none;
}
.navigation-primary > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.navigation-primary > ul > li:hover > a {
    color: #600;
    text-decoration: underline;
}
.navigation-primary > ul ul.sub-menu {
    z-index: 99999999999999;
    padding: 0;
    position: absolute;
    background: #fff;
    border-top: 1px solid #ccc;
    visibility: hidden;
    transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transform: translateY(10%);
    -webkit-box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.25);
}
.navigation-primary > ul ul.sub-menu > li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #000;
}
.navigation-primary > ul ul.sub-menu > li > .sub-menu {
    background: #600;
}
.navigation-primary > ul ul.sub-menu {
    min-width: 200px;
}
.navigation-primary > ul ul.sub-menu li {
    display: block;
    position: relative;
}
.navigation-primary > ul ul.sub-menu li a {
    padding: 10px 10px;
    transition: all 0.01s ease-in-out;
    border-bottom: 1px solid #ccc;
    color: #000;
}
.navigation-primary > ul ul.sub-menu li .sub-menu {
    border-top: none;
    left: 100%;
    top: 0;
}
.navigation-primary > ul ul.sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.navigation-primary > ul ul.sub-menu li:hover > a {
    background: #600;
    color: white;
}
/*==================================================
ARTICLE
====================================================*/
article {
    padding: 0;
    margin: 0px;
    position: relative;
}
article * {
    text-align: justify;
}
article ul {
    margin-left: 25px;
    margin-bottom: 15px;
    padding: 0px !important;
    line-height: 180%;
    text-align: justify;
    list-style-position: left;
    list-style: square;
}
article ul li {
    padding: 0px !important;
    margin: 0px !important;
    text-align: justify;
}
p {
    line-height: 170%;
    margin-bottom: 10px;
    padding: 2px;
    text-align: justify;
}
#cabecalho {
    color: #fff;
    background: #f0f0f0;
    background-image: url(img/bg_title.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    overflow: hidden !important;
    z-index: 0;
}
#cabecalho h2 {
    margin: 0px;
    text-align: left;
    padding-left: 6px;
    letter-spacing: 1px;
    font-weight: 700 !important;
    font-size: 45px;
    position: relative;
}
/*==================================================
HOME
====================================================*/
#home {
    position: absolute;
    /* z-index: 5;*/
    z-index: 10000;
    top: -10%;
    left: 0%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    text-align: center;
    width: 100%;
    opacity: 0;
}
#home.active{
    top:0;
    opacity: 1;
}
#home.sticky {
    position: fixed;
}
#home .centro {
    background: rgba(255,255,255,0.75);
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}
#home .centro .cell {
    padding: 5px;
}
#home h1 {
    position: relative;
}
#home h1 span {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0;
}
#home .MenuHome ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}
#home .MenuHome ul li {
    display: inline-block;
    padding: 0 0 0 8px;
}
#home .MenuHome ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 5px 0;
    color: #000;
}
#home .MenuHome ul li a:hover {
    color: #600;
    text-decoration: underline;
}
#home-sobre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
#home-sobre .row {
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#home-sobre .texto {
    max-width: 90%;
    text-align: left;
    line-height: 27px;
    margin: 0px auto;
}
#home-sobre .texto h2 {
    text-transform: uppercase;
    color: #993333;
    font-size: 15px;
    font-weight: 700;
}
#home-sobre .texto p {
    margin-bottom: 18px;
}
#home-sobre .intro .botao {
    font-weight: 400;
    clear: both;
    color: #993333;
    font-size: 14px;
    text-transform: uppercase;
    background: url(img/box-leia-mais.png) no-repeat left center;
    padding: 8px 8px 8px 30px;
}
#home-blog {
    padding: 60px 0;
}
#home-blog h3, #home-blog p.tit {
    text-transform: uppercase;
    margin: 0px;
    padding: 0;
    position: relative;
}
#home-blog p.tit {
    color: #999;
    font-weight: 300;
}
.trio {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;
}
.trio .item {
    flex-basis: 32%;
    min-height: 270px;
    position: relative;
    z-index: 0;
    background-image: url(img/semfoto.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.trio .item:hover {
    background-size: 150%;
}
.trio .item .mask {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,.3);
}
.trio .item:hover .mask {
    background: rgba(0,0,0,.6);
}
.trio {
    padding: 30px 0 0 0;
}
.trio .item figure img {
    border: 1px solid #f0f0f0;
}
.trio .item .info {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    position: absolute;
}
.trio .item .data {
    background: #000;
    padding: 10px;
    color: #fff;
    width: 50px;
    line-height: 150%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.trio .item .info p {
    padding: 15px;
    line-height: 120%;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
    text-shadow: 0px 0px 3px black;
}
.trio .item a {
    color: #fff;
}
.trio .item span.cat {
    display: inherit;
    max-width: 80px;
    text-transform: uppercase;
    width: auto;
    background: #fff;
    color: #000;
    padding: 6px;
    font-size: 10px;
}
#home-blog .vertodas {
    padding-top: 20px;
    text-transform: uppercase;
}
#home-blog .vertodas a {
    color: #666;
    font-size: 14px;
}
/*==================================================
SOBRE
====================================================*/
#sobre .flex {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}
#sobre .flex .item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    padding: 0px;
    background: #f0f0f0;
}
#sobre .flex .item div:last-child{ color: #fff; background: #000; }
#sobre .flex .item div:first-child{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#sobre .flex .item:nth-child(odd) div:first-child{    
    background-image: url("img/bg-valores.jpg");
    background-size: 100% 100%;
  background-attachment: fixed;
    background-position: center;
}
#sobre .flex .item:nth-child(even) div:first-child{    
    background-image: url("img/bg-crencas.jpg");
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;   

}
#sobre .flex .item:nth-child(even) {
    flex-direction: row-reverse;
}
#sobre .flex .item div:first-child {
    flex: 50%;
}
#sobre .flex .item div:last-child {
    flex: 50%;
}
#sobre .flex .item div {
    padding: 50px;
}
#sobre .flex .item div:first-child h3 {
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    font-size: 30px;
    width: 290px;
}

#sobre .flex .item p {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}
/*==================================================
BLOG
====================================================*/
#lista-blog {
    width: 100%;
}
#lista-blog .item {
    width: 30%;    

    margin: 8px;
    background: #f0f0f0;
}
#lista-blog .item .padd{
    padding: 8px 15px 15px 15px;
}
#lista-blog .item h2 {
    line-height: 130%;
    font-size: 18px;
    margin: 0px;
    padding: 15px 0;
    font-weight: 400;
}
#lista-blog .item:hover{
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    background: #993333;
    
}
#lista-blog .item:hover *{
    color: #fff;
}
#lista-blog .item p {
    font-size: 13px;
    line-height: 150%;
}
#lista-blog .item figure {
    display: block;
    padding: 0px;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
}
#lista-blog .item figure .cat{ 
    position: absolute;
    z-index: 9; 
    bottom: 0%; left: 0%;
    background: #fff; 
    padding:6px;
    color: #666;
    text-transform: uppercase;
    font-size: 9px;
    font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#lista-blog .item figure .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0);
}

#lista-blog .item figure .mask span {
    opacity: 0;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 30px;
    text-align: center;
}
#lista-blog .item:hover .mask span {
    opacity: 1;
}
#lista-blog .item:hover .mask {
    background: rgba(0,0,0,.6);
}
#lista-blog .item img {
    display: block;
    width: 100%;
    margin: 0px;
}
.data {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1%;
    color: #666;
}
.single .data {
    font-size: 13px;
    display: block;
    padding: 15px 0;
}
#lista-blog .item p img {
    display: none;
}

/*==================================================
AREAS
====================================================*/
.Areas {
    margin: 40px auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background: #000;
    padding-top: 20px;
    align-items: stretch; 
}
.Areas .item {
    flex-basis: 31%;
    margin: 0px;
    padding: 18px;
    position: relative;
    background:  #000 url(img/seta_red.jpg) no-repeat -60px center;
    margin-bottom: 20px;
    opacity: 0;
}
.Areas .item:hover{
/*    background: #fff url(img/seta_red.jpg) no-repeat left center; */
/*    padding-left: 70px; */
    background-color: #fff;
}
.Areas a{ text-decoration: none !important;}
.Areas .item:hover a{
    color: #333;
}
.Areas p {
    padding: 0;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.Areas a{color:#fff;}
.sub-areas {
    border-left: 1px solid #666;
    padding-left: 20px;
    margin-left: 20px;
}
.sub-areas li{ line-height: 130%; font-size: 13px; border-bottom:1px dotted #ccc;}
.sub-areas li a {
    padding: 10px 4px 10px 15px;
    display: block;
}

/*==================================================
SUBMENU
====================================================*/
.submenu {
    margin: 20px 0 0 20px;
    background: #b7ada4;
    padding: 19px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
}
.submenu li {
    padding: 10px 0;
    border-bottom: 1px solid #c7b9ac;
}
.submenu li:last-child {
    border: none;
}
.submenu li a {
    color: #fff;
    padding: 6px 10px;
    display: block;
    font-size: 15px;
}
.submenu li a:hover {
    color: #b7ada4;
    background: #ebe5e0;
    padding-left: 20px;
}
/*==================================================
PROFISSIONAIS
====================================================*/
.lista-prof {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.lista-prof .item {
    flex-basis: 33%;
    padding: 0 1% 40px 0;
}
.lista-prof .item * {
    text-align: center;
}
.lista-prof .item p {
    font-weight: 700;
}
.lista-prof .item .oab, .lista-prof .item .email {
    font-size: 13px;
}
.lista-prof .item figure {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0px auto;
}
.lista-prof .item figure .overlay {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.80);
    opacity: 0;
}
.lista-prof .item figure .overlay p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.lista-prof .item figure .overlay p span {
    background: #fff;
    color: #666;
    padding: 12px;
}
.lista-prof .item:hover figure .overlay {
    opacity: 1;
}
.nome-prof {
    font-size: 25px;
    color: #857152;
}
.addOn {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
}
.addOn p {
    margin: 0px;
    padding: 0px;
}
/*==================================================
CONTATO
====================================================*/
#trio{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
#trio .cell{
    flex-basis: 33%;
    padding: 15px;
}


/*==================================================
FOOTER
====================================================*/
#newsletter {
    padding: 30px 0;
    margin-top: 20px;
    
    background: #cc3333;
}
#newsletter .row{
	max-width: 800px;
}
#newsletter label {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding-right: 12px;
}
#newsletter input[type=text], #newsletter input[type=email], #newsletter input[type=submit] {
    
    
    vertical-align: middle;
}
#newsletter input[type=text], #newsletter input[type=email] {
    
    border: none;
    padding: 15px;
    text-align: left;
    color: #666;
    font-weight: 400;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background: #fff;
    font-size: 15px;
}
#newsletter input[type=text]:focus, #newsletter input[type=email]:focus {
    background: #f0f0f0;
    color: #333;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
}
#newsletter input[type=submit] {
    border: none;
    background: transparent url(img/enviar.png) no-repeat center center;
    width: 60px;
    height: 50px;
    text-indent: -99999px;
    cursor: pointer;
}
#newsletter input[type=submit]:hover {
    background: #600 url(img/enviar.png) no-repeat center center;
}
#newsletter p.title {
    text-transform: uppercase;
    color: #666;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    font-weight: 300 !important;
}
#newsletter p.title strong {
    font-weight: 800 !important;
}
footer {
    padding: 60px 0 0 0;
    background: #000;
    color: #fff;
}
footer .risco {
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 20px 0;
}
footer ul {
    margin: 0px;
    padding: 0;
}
footer ul li {
    list-style: none;
    display: inline;
    padding-right: 5px;
}
footer ul li a {
    color: #fff !important;
}
.enderecos {
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    font-size: 12px !important;
    width: 100%;
}
.enderecos .cell {
    flex: 33%;
    justify-content: space-between;
}
.redes {
    text-align: left;
    padding-top: 10px;
}
.redes a {
    font-size: 19px;
    color: #fff !important;
}
.selo {
    text-align: right;
}
.by {
    clear: both;
    text-align: center;
    font-size: 12px;
    max-width: 90%;
    margin: 0px auto;
    padding: 25px;    
}
.by, .by a {
    color: #fff;
}
.by a {
    text-decoration: underline;
}

/*==================================================
HOTHOME
====================================================*/

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}
.Grid1k {
    padding: 0 15px;
    max-width: 90%;
    width: 90%;
    margin: auto;
}
.blocks-box, .slick-slider {
    margin: 0;
    padding: 0!important;
}
.slick-slide {
    float: left;
    padding: 0;
}
.Modern-Slider .item {
}
.Modern-Slider .item .img-fill {
    /*height: 90vh; comentado em 19/12/2019, acho q ficou melhor assim*/
    width: 100%;
    background: #fff;
    margin: 0px auto;
    position: relative;
}
.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    bottom: 0px;
    left: 0%;
    line-height: 60vh;
    text-align: center !important;
}
.Modern-Slider .item .img-fill .info h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    max-width: 700px;
    line-height: 120%;    
    position: relative;
    opacity: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.64);
}
.Modern-Slider .item .img-fill img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    width: 100%;
}
.Modern-Slider .item .info > div {
    width: 90%;
    max-width: 800px;
}
.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,.30);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    background: url(img/right.png) no-repeat center center;
    background-size: 140%;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.Modern-Slider .PrevArrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,.30);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    background: url(img/left.png) no-repeat center center;
    background-size: 140%;
    z-index: 5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.Modern-Slider .NextArrow:hover {
    background: #993333 url(img/right.png) no-repeat center center;
    background-size: 140%;
}
.Modern-Slider .PrevArrow:hover {
    background: #993333 url(img/left.png) no-repeat center center;
    background-size: 140%;
}
.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255,255,255,.20);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.Modern-Slider .slick-dots li button {
    display: none;
}
.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    -webkit-animation: ProgressDots 4s both;
    animation: ProgressDots 4s both;
}
.Modern-Slider .slick-current h2{ }

.Modern-Slider .item p {
    line-height: 130%;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
    text-align: center !important;
    max-width: 90%;
}
.Modern-Slider .item.slick-active h2 {
    -webkit-animation: lettering 1s both 1s;
    animation: lettering 1s both 1s;
}
 @-webkit-keyframes lettering {
   0% {
opacity:0;
     top:50px;
}
 100% {
opacity:100;
    top:0;
}
}
@keyframes lettering {
   0% {
opacity:0;
     top:50px;
}
 100% {
opacity:100;
    top:0;
}
}
 @-webkit-keyframes ProgressDots {
from {
width:0px;
}
to {
width:100%;
}
}
@keyframes ProgressDots {
from {
width:0px;
}
to {
width:100%;
}
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
#home-areas {
    background: #4a4a4a;
    padding: 30px 0 0 0;
}
#home-areas h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
#home-areas .vertodos {
    display: block;
    margin: 0px auto;
    max-width: 300px;
    position: relative;
    bottom: 0%;
    text-align: center;
}
#home-areas .vertodos a {
    color: #000;
    padding: 15px;
    display: block;
    background: #fff;
}
#home-areas .vertodos a:hover {
    color: #fff;
    background: #993333;
    text-decoration: none;
}
.Container {
    padding: 0 100px;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
}
.Container:after, .Container .Head:after {
    content: '';
    display: block;
    clear: both;
}
.Container .Head {
    position: absolute;
    display: block;
    width: 100%;
    left: 0%;
    top: 0px;
    z-index: 9;
}
.Container .Head {
    min-height: 350px;
}
.Slick-Next, .Slick-Prev {
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 45%;
    padding: 30px 0;
    z-index: 99999;
    height: 50px;
    width: 50px;
}
.Container .Head .Slick-Next {
    position: absolute;
    left: 0%;
    background: rgba(255,255,255,.1) url(img/left.png) no-repeat center center;
    background-size: 130%;
}
.Container .Head .Slick-Prev {
    position: absolute;
    right: 0%;
    background: rgba(255,255,255,.1) url(img/right.png) no-repeat center center;
    background-size: 130%;
}
.Container .Head .Slick-Next:hover, .Container .Head .Slick-Prev:hover {
    background-color: #993333;
}
.SlickCarousel {
    margin: 0 -7.5px;
    z-index: 9;
}
#interna .ProductBlock {
    width: 25%;
    display: inline-block;
    max-width: 500px;
}
.ProductBlock {
    padding: 4px 7.5px;
}
.ProductBlock .img-fill {
    position: relative;
    display: block;
}
.ProductBlock .img-fill img {
    width: 100%;
}
.ProductBlock .img-fill:hover img {
}
.ProductBlock p {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 5%;
}
.ProductBlock a {
    color: #fff;
}
.Content {
    position: relative;
}
.Content .table {
    position: absolute;
    z-index: 9;
    top: 0%;
    bottom: 0%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0;
    margin: 0px !important;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}
.Content .cell {
    opacity: 0;
    align-self: center;
    width: 60px;
    margin: 0px auto;
    padding: 11px;
    background: rgba(38,112,115,.75);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none !important;
}
.ProductBlock:hover .Content .cell {
    opacity: 1
}
/*==================================================
CLASSES
====================================================*/
.divisor-section {
    display: block;
    max-width: 700px;
    height: 1px;
    margin: 0px auto;
    background: #ccc;
}
#back-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
}
#back-top a {
    width: 40px;
    display: block;
    color: #666;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
/* arrow icon */
#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    background: transparent url("https://troiaconsultoria.com.br/wp-content/themes/tema/img/up-arrow.png") no-repeat center 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 1px solid #333;
    text-indent: -999px;
}
#back-top a:hover span {
    background-color: #900;
    background-position: center -23px;
}
.ulReset {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
p.voltar {
    clear: both;
    margin-top: 35px;
}
p.voltar a {
    padding: 6px 11px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    letter-spacing: 1px;
}
p.voltar a:hover {
    color: #fff;
    background: #993333;
    border-color: #993333;
    text-decoration: none;
}
.img-interna {
    max-width: 450px;
    float: left;
    padding: 0 15px 10px 0;
}
.share {
    border-top: 1px dotted #ccc;
 
    padding: 12px 0;
    margin-top: 25px;
    clear: both;

}
.share a {
    font-size: 15px;
    margin-left: 6px;
    color: #333;
}
.share a:hover {
    color: #993333;
}
.respiro {
    padding: 45px 0 60px 0;
    display: block;
}
/*==================================================
FORM
====================================================*/
.bg-contato{
    background: #993333;
    background-image: url("img/bg-contato.jpg");
    background-size: cover;
}
#form-contato {
    color: #fff;
    margin: 0px auto;
    padding: 30px;
    max-width: 700px;
}
.grecaptcha-badge {
    display: none;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    text-align: center;
    border: 1px solid #ccc !important;
    border-collapse: collapse;
}
.wpcf7-validation-errors {
    border-color: black !important;
    color: #fff;
}
.wpcf7-mail-sent-ok {
    border-color: #fff !important;
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: #fff !important;
    margin-bottom: 10px;
    font-weight: 600 !important;
    font-size: 12px !important;
}
.wpcf7-form, form, .wpcf7-form p {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.wpcf7-submit {
    padding: 8px 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 180%;
    border: 1px solid transparent;
    background: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    color: #333;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}
.wpcf7-submit:hover {
    color: #333;
    background: #fff;
    border-color: #fff;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-email, #form-contato select {
        font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 15px;
    width: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 14px;
    background: #fff;
    color: #666;

}

.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-email:focus, .wpcf7-submit:hover, #form-contato select:focus {
    outline: none;
    background: #fff url(img/seta_black.jpg) no-repeat left center;
    padding-left: 60px;
}
.wpcf7-textarea {
    height: 100px;
}
.consentimento{
	position: relative;
	font-size: 12px;
	display: block;	
	padding-left: 28px;
}
.consentimento p{
	padding: 8px;
	margin-bottom: 15px !important;
	display: block;
}
.consentimento input,
.consentimento .wpcf7-form-control-wrap{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
}
/*==================================================
FONTELO
====================================================*/
@font-face {
    font-family: 'fontello';
    src: url('font/fontello.eot?33935113');
    src: url('font/fontello.eot?33935113#iefix') format('embedded-opentype'), url('font/fontello.woff2?33935113') format('woff2'), url('font/fontello.woff?33935113') format('woff'), url('font/fontello.ttf?33935113') format('truetype'), url('font/fontello.svg?33935113#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before {
    content: '\e800';
} /* '' */
.icon-home:before {
    content: '\e802';
} /* '' */
.icon-twitter:before {
    content: '\f099';
} /* '' */
.icon-gplus:before {
    content: '\f0d5';
} /* '' */
.icon-mail-alt:before {
    content: '\f0e0';
} /* '' */
.icon-linkedin:before {
    content: '\f0e1';
} /* '' */
.icon-angle-left:before {
    content: '\f104';
} /* '' */
.icon-instagram:before {
    content: '\f16d';
} /* '' */
.icon-facebook-official:before {
    content: '\f230';
} /* '' */
.icon-pinterest:before {
    content: '\f231';
} /* '' */
.icon-whatsapp:before {
    content: '\f232';
} /* '' */



/* Container dos botões na mensagem de sucesso */
.canal-acoes-menu-sucesso {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Botões da mensagem de sucesso */
.canal-acoes-menu-sucesso .canal-acoes-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px; /* pílula */
  border: 1px solid #0f766e;
  background: #0d9488;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.1s ease;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.25);
}

/* Hover / foco */
.canal-acoes-menu-sucesso .canal-acoes-btn:hover,
.canal-acoes-menu-sucesso .canal-acoes-btn:focus {
  background: #0f766e;
  border-color: #115e59;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.35);
  transform: translateY(-1px);
}

/* Versão secundária (se quiser deixar um diferente) */
.canal-acoes-menu-sucesso .canal-acoes-btn:nth-child(2) {
  background: #ffffff;
  color: #0f766e;
  border-color: rgba(15, 118, 110, 0.35);
  box-shadow: 0 6px 14px rgba(15, 118, 110, 0.15);
}

.canal-acoes-menu-sucesso .canal-acoes-btn:nth-child(2):hover {
  background: #f0fdfa;
  border-color: #0f766e;
}

/* Responsivo em telas muito estreitas */
@media (max-width: 480px) {
  .canal-acoes-menu-sucesso {
    flex-direction: column;
  }
  
  .canal-acoes-menu-sucesso .canal-acoes-btn {
    width: 100%;
  }
}

/* Container fixo dos steps: mantém a “tela” sempre no mesmo lugar */
section[data-step]{
  position: relative;
  min-height: 100vh;  /* cada etapa ocupa uma tela */
}

/* Empilha as etapas no mesmo lugar */
section[data-step="2"],
section[data-step="3"]{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Estado padrão (se você não estiver controlando por JS) */
section[data-step="2"],
section[data-step="3"]{
  opacity: 0;
  pointer-events: none;
}

/* Quando JS mostrar, ele vai adicionar .is-active */
section[data-step].is-active{
  position: relative;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
section[data-step="2"].is-active,
section[data-step="3"].is-active{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
}
/* =========================
   SUCESSO DENÚNCIA (HTML da função exibir_mensagem_sucesso)
   PADRÃO TRÓIA
   ========================= */

.mensagem-sucesso{
  background:#fff;
  border:1px solid #e5e7eb;
  border-left:6px solid #9F1D1F;
  border-radius:14px;
  padding:18px 18px;
  box-shadow:0 18px 44px rgba(0,0,0,.10);
  max-width:760px;
  margin:18px auto 0;
}

.mensagem-sucesso h3{
  margin:0 0 10px;
  font-size:18px;
  font-weight:900;
  color:#2b2b2b;
  text-align:left;
}

.mensagem-sucesso p{
  margin:8px 0 0;
  color:#555;
  font-size:14px;
  line-height:1.7;
  text-align:left;
}

/* Card do protocolo */
.mensagem-sucesso .protocolo-destaque{
  margin:12px 0 10px;
  padding:12px 14px;
  border-radius:12px;
  background:#fff9f9;
  border:1px solid #f0c6c6;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.mensagem-sucesso .protocolo-destaque strong{
  color:#2b2b2b;
  font-weight:900;
  font-size:14px;
}

.mensagem-sucesso .numero-protocolo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:#9F1D1F;
  color:#fff;
  font-weight:900;
  letter-spacing:.06em;
  font-size:14px;
  box-shadow:0 12px 28px rgba(159,29,31,.22);
  white-space:nowrap;
}

/* Botões da mensagem de sucesso (tira o verde e aplica padrão) */
.canal-acoes-menu-sucesso{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}

.canal-acoes-menu-sucesso .canal-acoes-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  border-radius:999px;
  border:1px solid #9F1D1F !important;
  background:#9F1D1F !important;
  color:#fff !important;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  box-shadow:0 12px 28px rgba(159,29,31,.22);
}

.canal-acoes-menu-sucesso .canal-acoes-btn:hover,
.canal-acoes-menu-sucesso .canal-acoes-btn:focus{
  background:#7d1517 !important;
  border-color:#7d1517 !important;
  box-shadow:0 16px 34px rgba(159,29,31,.26);
  transform:translateY(-1px);
}

/* Segundo botão como “secundário” */
.canal-acoes-menu-sucesso .canal-acoes-btn:nth-child(2){
  background:#fff !important;
  color:#9F1D1F !important;
  border-color:#e5e7eb !important;
  box-shadow:0 8px 18px rgba(0,0,0,.06);
}

.canal-acoes-menu-sucesso .canal-acoes-btn:nth-child(2):hover{
  background:#fff9f9 !important;
  border-color:#f0c6c6 !important;
}

/* Responsivo */
@media (max-width:480px){
  .mensagem-sucesso{ padding:16px; }
  .mensagem-sucesso .protocolo-destaque{ flex-direction:column; align-items:flex-start; }
  .mensagem-sucesso .numero-protocolo{ width:100%; justify-content:center; }
  .canal-acoes-menu-sucesso{ flex-direction:column; }
  .canal-acoes-menu-sucesso .canal-acoes-btn{ width:100%; }
}
/* ===============================
   CONFIRMAÇÃO DE DENÚNCIA – PADRÃO TRÓIA
   =============================== */

.mensagem-sucesso{
  max-width: 720px;
  margin: 40px auto;
  padding: 28px 32px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #f1d5d5;
  box-shadow: 0 18px 40px rgba(159,29,31,.12);
  text-align: center;
  position: relative;
}

/* título */
.mensagem-sucesso h3{
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 900;
  color: #9F1D1F;
}

/* protocolo */
.protocolo-destaque{
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff5f5;
  border: 1px dashed #e3a5a5;
  border-radius: 14px;
  padding: 16px;
  margin: 18px 0;
}

.protocolo-destaque strong{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #7d1517;
}

.numero-protocolo{
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
  background: #9F1D1F;
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  user-select: all;
  transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
}

.numero-protocolo:hover{
  background: #7d1517;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(159,29,31,.35);
}

/* texto */
.mensagem-sucesso p{
  font-size: 14px;
  color: #444;
  margin: 10px 0;
}

/* botões */
.canal-acoes-menu-sucesso{
  margin-top: 26px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.canal-acoes-menu-sucesso .canal-acoes-btn{
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #9F1D1F;
  color: #fff;
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(159,29,31,.28);
  transition: all .2s ease;
}

.canal-acoes-menu-sucesso .canal-acoes-btn:hover{
  background: #7d1517;
  transform: translateY(-1px);
}

/* botão secundário */
.canal-acoes-menu-sucesso .canal-acoes-btn:nth-child(2){
  background: #fff;
  color: #9F1D1F;
  border-color: #e3a5a5;
  box-shadow: 0 6px 16px rgba(159,29,31,.15);
}

.canal-acoes-menu-sucesso .canal-acoes-btn:nth-child(2):hover{
  background: #fff5f5;
}

/* responsivo */
@media(max-width:600px){
  .mensagem-sucesso{
    padding: 22px;
  }
  .canal-acoes-menu-sucesso{
    flex-direction: column;
  }
}

body, body * {
    font-family: "Heebo", sans-serif !important;
}

