/* 
    Created on : 04/12/2018, 11:37:02
    Author     : fernando.mota
    CSS        : Estrutura 38
*/

/** INICIO WHATSAPP ANIMADO **/

#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 17rem;
    z-index: 9998;
}

#fab-wpp a {
    z-index: 99999;
}

#fab-wpp .fab-action {
    transition: all 225ms ease-in-out;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #34AF23;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#fab-wpp .fab-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 3.5rem;
}

#fab-wpp {
    width: 64px;
    height: 64px;
    transition: .3s;
}

#fab-wpp::after,
#fab-wpp::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #34AF23;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

#fab-wpp::after {
    animation-delay: .5s;
}

#fab-wpp:hover::after {
    border: 4px solid #34AF23;
}

#fab-wpp:hover::before {
    border: 4px solid #34AF23;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

/** FINAL WHATSAPP ANIMADO **/

/** INICIO CHAT RODAPE ANIMADO **/

#fab-chat {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 84px;
    z-index: 9998;
}

#fab-chat .fab-chat-action {
    transition: all 225ms ease-in-out;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #55d046;
    border-radius: 50%;
    text-align: center;
}

#fab-chat .fab-chat-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 3.2rem;
    animation: WaveChatNew 1.5s ease infinite;
}

#fab-chat {
    width: 64px;
    height: 64px;
    transition: .3s;
}

#fab-chat::after,
#fab-chat::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #55d046;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
}

#fab-chat::after {
    animation-delay: .5s;
}

#fab-chat:hover::after {
    border: 4px solid #55d046;
}

#fab-chat:hover::before {
    border: 4px solid #55d046;
}

@keyframes WaveChatNew {
    0% {
        color: #FFF;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #55d046;
    }
}

/** FINAL CHAT RODAPE ANIMADO **/

/*
* PAGINAS INTERNAS
*/

/* PARCEIROS */

.box-parceiro {
    text-align: center;
    margin-top: 25px;
}

.box-parceiro .box-parceiro-content {
    background-color: #f4f4f4;
    min-height: 280px;
    padding: 10px;
}

.box-parceiro .box-parceiro-content:hover {
    background-color: #E9E9E9;
}

.box-parceiro .box-parceiro-logo {
    padding: 20px 30px;
    background-color: #FFF;
}

.box-parceiro .box-parceiro-logo img {
    float: right;
    max-height: 50px;
}

.box-parceiro .box-parceiro-logo h3 {
    float: left;
}

.box-parceiro .box-parceiro-info {
    text-align: left;
    font-weight: 100 !important;
    font-size: 1.8rem !important;
    text-transform: capitalize;
    padding: 20px 10px;
    color: #343434;
    font-family: Calibri!important;
    line-height: 22px;
}
.box-parceiro a:hover {
    font-weight: bold !important;
    color: #343434;
}

.box-parceiro h3 {
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 600;
    color: #343434;
    font-size: 2.1rem;
}

/* DEPOIMENTOS */

.txt-depoimento {
    background-image: url("../img/ico-depoimento.png");
    background-repeat: no-repeat;
    background-position: 10px 18px;
    background-color: #f4f4f4;
    padding: 15px;
    padding-left: 70px;
    border: 1px dotted #e4e3e3;
}

.txt-depoimento p {
    font-size: 1.6rem !important;
}

.txt-depoimento .descri {
    text-transform: uppercase;
    font-size: 1.6rem !important;
}

/****************************************************************************************************************


/*
* GERAL
*/

.container-fluid {
    margin: 0;
    padding: 0;
}

/*
* HEADER, MENU E SLIDER 
*/

/* MENU LATERAL */

.pushy {
    background-color:#8F6E56!important;
}

.menu-push img {
    width: 100%;
    margin: 10px 0;
}

.menu-push ul {
    padding: 0;
}

.menu-push ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #fff;
}

.menu-push ul li:hover {
    background-color: #fff;
	color:#000;
}

.menu-push ul li a {
    padding: 10px 0 10px 30px;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1.7rem;
}

/*HEADER*/

.header-topo {
    position: relative;
    z-index: 100;
}

.header-topo .header-topo-content {
    /* position: absolute; */
    background: #61a6ab;
    height: 70px;
    top: 20px;
}

.header-topo .header-logo img{
    width: 401px;
    background: #38686c;
    box-shadow: 0px 6px 7px 0px #00000038;
    text-align: center;
    clear: both;
    padding: 5% 7% 8% 4%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: 50px;
}

/*#layerslider {
    max-width: 100% !important;
    position: relative;
    background: url(../img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 633px;
    background-attachment: scroll;
}*/

#layerslider .banner1 h2{
    color: #8F6E56;
    font-size: 4.5rem!important;
    font-weight: 600!important;
    margin: 230px 0px 0px 60px!important;
    font-family: sans-serif;
    text-align: center;
}

#layerslider .banner1 a{
    color: #fff;
    background-color: #61A6AB;
    font-size: 2.5rem!important;
    font-weight: 600!important;
    margin: 470px 0px 0px 250px!important;
    font-family: sans-serif;
    padding: 10px 40px!important;
    border-radius: 90px;
}

#layerslider .banner1 p{
    color: #8F6E56;
    font-size: 3.3rem!important;
    font-weight: 600!important;
    margin: 550px 0px 0px 100px!important;
    font-family: sans-serif;
}

#layerslider .banner2 h2{
    color: #8F6E56;
    font-size: 4.5rem!important;
    font-weight: 600!important;
    margin: 230px 0px 0px 620px!important;
    font-family: sans-serif;
    text-align: center;
}

#layerslider .banner2 a{
    color: #fff;
    background-color: #61A6AB;
    font-size: 2.5rem!important;
    font-weight: 600!important;
    margin: 420px 0px 0px 787px!important;
    font-family: sans-serif;
    padding: 10px 40px!important;
    border-radius: 90px;
}

#layerslider .banner2 p{
    color: #8F6E56;
    font-size: 3.3rem!important;
    font-weight: 600!important;
    margin: 520px 0px 0px 630px!important;
    font-family: sans-serif;
    text-align: center!important;
}

/*MENU HEADER*/

.header-topo .header-menu {
    text-align: right;
    margin-top: 20px;    
}

.header-topo .header-menu ul li {
    display: inline-block;
}

.header-topo .header-menu ul li a {
    color: #fff;
    font-family: sans-serif;
    font-size: 2rem;
    padding: 8px 20px;
}

#iartigos, #artigo, #links-uteis, #downloads{
	background:#fff;
}

.header-topo .header-menu ul li .btn-restrito {
    padding: 6px 14px;
    color: #ffffff;
    background: #61A6AB;
    border-radius: 90px;
}

.header-topo .header-menu ul li a:hover {
    background-color: #61A6AB;
    color: #FFF;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
}

.header-topo .menu-mobile {
    display: none;
}

.header-topo .menu-mobile i {
    color: #fff;
}

/* SLIDER */

.header-slider {
    margin: 0 !important;
    padding: 0 !important;
    color: #FFF;
}

.header-slider .btn-slider {
    display: inline-block;
    background-color: #7c5747e6;
    color: #FFF;
    padding: 10px!important;
    font-size: 2.1rem!important;
    border-radius: 90PX;
    display: block;
    width: 16%!important;
    text-align: center!important;
}

.header-slider .btn-slider:hover {
    background-color: #775445;
}

/*
* TOPO PAGINAS INTERNAS
*/

.header-topo-pagina {
position: relative;
    z-index: 100;
    background-color: #61a6ab!important;
    padding: 1% 0%;
}

.header-topo-pagina .header-logo {

}

/*MENU HEADER*/

.header-topo-pagina .header-menu {
    text-align: right;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1.6rem;
    margin-top: 20px;
    padding-right: 40px;
}

.header-topo-pagina .header-menu ul li {
    display: inline-block;
}

.header-topo-pagina .header-menu ul li a {
    display: inline-block;
    color: #FFF;
    padding: 0px 6px 0px 6px;
    margin: 0 6px 0 6px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 15px;
}

.header-topo-pagina .header-menu ul li a:hover {
    color: #ffffff;
    background: #8F6E56;
    border-radius: 4px;
}

.header-topo-pagina .header-menu ul li .btn-restrito {
    background-color: #61A6AB;
    border-radius: 90px;
    padding: 6px 13px;
}


.header-topo-pagina .menu-mobile {
    display: none;
}

.header-topo-pagina .menu-mobile i {
    color: #fff;
}

/*
* SESSAO EMPRESA
*/

.sessao-empresa img {
    margin: 0 auto;
    margin-left: 15px;
}

.sessao-empresa h2 {
    color: #8F6E56;
    font-size: 3.3em;
    margin-bottom: 15px;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: -2px;
    line-height: 45px;
    font-weight: bold;
}

#box-conheca-empresa{
padding: 9% 0%;
    background-image: url(../img/bg.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    clip-path: polygon(49% 8%, 100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
}

.sessao-empresa2 img {
    margin: 0 auto;
    float: none;
    text-align: center;
    clear: both;
}

.sessao-empresa2 h2 {
    color: #1e1f24;
    font-size: 3.5em;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: -1px;
    line-height: 53px;
    width: 80%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4%;
}

.sessao-empresa2 h3 {
    color: #1e1f24;
    font-size: 2em;
    margin-bottom: 15px;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: -1px;
    line-height: 32px;
    width: 90%;
    padding: 1% 0% 2% 0%;
    margin: 0 auto;
    font-weight: bold;
}

#box-conheca-empresa2{
    padding: 5% 0% 4% 0%;
}

.sessao-empresa p {
    margin: 0 auto;
    font-size: 1.75em;
    color: #8F6E56;
    line-height: 28px;
    font-family: sans-serif;
    text-align: center;
    padding-top: 0%;
    width: 100%;
    /* float: left; */
    padding: 1% 0% 1% 0%;
    font-weight: 600;
}

.quemsomos2{
    padding: 0% 10% 0% 10%;
}

.sessao-empresa2 p {
    margin: 0 auto;
    font-size: 1.55em;
    color: #1e1f24;
    line-height: 34px;
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
    padding-top: 1%;
    width: 80%;
}

.sessao-empresa .quemsomos a {
    display: inline-block;
    padding: 2%;
    background-color: #61A6AB;
    color: #fff;
    margin-top: 30px;
    border-radius: 90px!important;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 2.25em;
    width: 67%;
    transition: 0.6s;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    clear: both;
    display: block;
    margin-top: 2%;
    -webkit-border-radius: 90px!important;
    -moz-border-radius: 90px!important;
    -ms-border-radius: 90px!important;
    -o-border-radius: 90px!important;
    font-weight: 600;
}

.sessao-empresa .quemsomos a:hover {
    background-color: #8F6E56;
    color:#fff;
}


.sessao-empresa .botoes a {
    display: inline-block;
    padding: 10px 60px;
    color: #fff;
    margin-top: 30px;
    border-radius: 90px!important;
    font-family: sans-serif;
    font-size: 1.5em;
    width: auto;
    transition: 0.6s;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    clear: both;
    display: inline-block;
    margin-top: 2%;
    border: 3px solid #fff;
    background-color: #61a6ab;
    font-weight: 600;
}

.sessao-empresa .botoes a:hover {
    background-color: #8F6E56;
    color:#fff;
    transition: 1.1s;
    -webkit-transition: 1.1s;
    -moz-transition: 1.1s;
    -ms-transition: 1.1s;
    -o-transition: 1.1s;
}

.sessao-empresa .botoes{
    padding: 3% 0% 3% 0%;
}

.sessao-empresa .botoes p{
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 1.45em;
    color: #8F6E56;
    font-weight: 600;
    padding-top: 3%;
}

.sessao-empresa2 a {
    display: block;
    color: #1e1f24;
    font-size: 3em;
    text-align: center;
}

.bts-2{
    padding: 0% 24% 0% 24%;
}

.sessao-empresa2 a:hover {
    color:#8F6E56;
}

#simulacao2{
    background: #F3F3E6;
    padding: 5% 0% 5% 0%;
}

#simulacao2 h2{
    width: 56%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.15em;
    color: #8F6E56;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
    padding-bottom: 2%;
}

#simulacao h2{
    width: 85%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.45em;
    color: #8F6E56;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
    padding-bottom: 5%;
}

#simulacao2 .bt-simular{
    display: inline-block;
    background-color: #1e1f24;
    padding: 1%;
    color: #FFF;
    border-radius: 90px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1.25em;
    width: 18%;
    transition: 0.6s;
    text-align: center;
}

/*
* SESSAO CAlCULADORA ONLINE
*/

.sessao-calculadora {
    text-align: center;
    padding: 5% 0% 0% 0%;
}

.sessao-calculadora h2 {
    color: #8F6E56;
    font-size: 2.25em;
    margin-bottom: 15px;
    text-align: left;
    font-family: sans-serif;
    letter-spacing: -1px;
    line-height: 49px;
    width: 80%;
    padding-bottom: 2%;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.sessao-calculadora img {
    margin-bottom: 12px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 60%;
}

.sessao-calculadora p {
    margin: 0 auto;
    font-size: 1.35em;
    color: #ffffff;
    line-height: 23px;
    font-family: Calibri;
    text-align: center;
    padding-top: 0%;
    width: 90%;
    /* float: left; */
    padding-bottom: 5%;
    height: 80px;
}

.sessao-calculadora a {
    display: inline-block;
    font-size: 1.1em;
    color: #1e1f24;
    margin-bottom: 5%;
}

.sessao-calculadora span {
    color: #E6753B;
}

.solucoes {
    padding: 0% 4% 0% 4%;
}

.sessao-calculadora h3 {
    font-size: 1.55em;
    color: #1e1f24;
    width: 100%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 5%;
    font-family: 'Merriweather Sans', sans-serif;
    text-align: left;
    padding-left: 5%;
}

.sessao-calculadora h4 {
    font-size: 1.35em;
    color: #1e1f24;
    width: 100%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 3%;
    font-family: sans-serif;
    font-weight: bold;
}


#frase2{
    background: #F3F3E6;
    padding: 0% 0% 2% 0%;
}

#frase2 h2{
    color: #1e1f24;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 2em;
    margin-bottom: 11px;
    margin-top: 0px;
}

#frase2 h3{
    color: #1e1f24;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 4.25em;
    letter-spacing: -3px;
    margin-bottom: 0px;
    margin-top: 0px;
}

/*
* SESSAO ABRIR OU MIGRAR EMPRESA
*/

.sessao-migracao {
    background-color: #fff;
    padding: 8% 4% 18% 4%;
    background-position: inherit;
    height: 800px;
}

.sessao-migracao img {

}

.sessao-migracao h2 {
    font-size: 3.7rem;
    color: #282D3B;
}

.sessao-migracao h2 strong {
    font-weight: 600;
    font-family: 'Avenir Next LT Pro Demi';
}

.sessao-migracao p {
    font-size: 1.45em;
    color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 100;
    line-height: 27px;
    padding-bottom: 1%;
    padding-top: 2%;
    width: 86%;
}

.img-migracao{
    padding-top: 0%;
}

.sessao-migracao h3 {
    font-size: 4em;
    color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    letter-spacing: -1px;
    font-weight: 100;
    margin-bottom: 10px;
    width: 100%;
    line-height: 53px;
}

.sessao-migracao a {
    display: inline-block;
    background-color: #1e1f24;
    color: #FFF;
    padding: 10px 30px;
    font-size: 1.45em;
    font-family: 'Merriweather Sans', sans-serif;
    border-radius: 90px;
}

.sessao-migracao .btn-abrir-empresa,
.sessao-migracao .btn-migrar-empresa {
    display: block;
    background-image: url(../img/icon-btn-migracao.png);
    background-repeat: no-repeat;
    padding: 0 0 0 60px;
    font-size: 2.2em;
    line-height: 50px;
    font-family: 'Merriweather Sans', sans-serif;
    background-color: transparent;
    letter-spacing: -1px;
}

.sessao-migracao .btn-abrir-empresa {
    color: #1e1f24;
}

.sessao-migracao .btn-abrir-empresa:hover {
    color: #8F6E56;
}

.sessao-migracao .btn-migrar-empresa {
    margin-bottom: 50px;
    margin-top: 10px;
    color: #1e1f24;
}

.sessao-migracao .btn-migrar-empresa:hover {
    color: #8F6E56;
}

/*
*
*/

.sessao-ferramenta {
    font-family: 'Merriweather Sans', sans-serif;
    padding: 0;
    text-align: center;
    text-align: center;
    color: #1e1f24;
    padding: 5% 5% 5% 5%;
}

.sessao-ferramenta h2 {
    color: #1e1f24;
    font-size: 2.3em;
    margin-bottom: 3%;
    text-align: center;
    /* font-weight: bold; */
    padding-top: 0%;
    font-family: 'Merriweather Sans', sans-serif;
    letter-spacing: -1px;
    text-align: center;
    font-weight: bold;
}

.sessao-ferramenta p {
    font-size: 1.15em;
    font-family: 'Merriweather Sans', sans-serif;
    padding-top: 1%;
    padding-bottom: 6%;
    line-height: 19px;
    width: 70%;
    clear: both;
    margin: 0 auto;
}

.sessao-ferramenta ul {
    text-align: left;
}

.sessao-ferramenta ul li {
    list-style: none;
    background-image: url(../img/ferramentas-line-style.png);
    background-repeat: no-repeat;
    font-size: 1.65em;
    margin-bottom: 15px;
    padding-left: 50px;
    line-height: 42px;
}

.sessao-ferramenta ul li a {
    font-family: 'Merriweather Sans', sans-serif;
    color:#fff;
}

.sessao-ferramenta ul li a:hover {
    color: #8F6E56;
}

.sessao-ferramenta h3{
    font-family: 'Quicksand', sans-serif;
    font-size: 1.45em;
    margin-top: 5px;
    text-align: left;
    color: #1e1f24;
    line-height: 31px;
}

/*
* NEWSLETTER
*/

.sessao-depoimento h2{
    color: #1e1f24;
    font-size: 2.65em;
    margin-bottom: 2%;
    text-align: center;
    padding-top: 0%;
    font-family: 'Merriweather Sans', sans-serif;
    letter-spacing: -1px;
    font-weight: bold;
}

.sessao-newsletter {
padding: 12% 0%;
    background: #1e1f24;
    background-image: url(../img/bg2.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    clip-path: polygon(49% 8%, 100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
}

.sessao-newsletter h2 {
	color: #8F6E56;
    font-size: 2.25em;
    text-align: center;
    width: 90%;
    padding-bottom: 2%;
    font-weight: bold;    
}

hr{
    width: 70%;
    border:0.5px solid #c1c1c1;
}

.sessao-newsletter p {
    font-size: 1.25em!important;
    margin: 0 0 20px 0!important;
    font-weight: 100px!important;
    font-family: 'Merriweather Sans', sans-serif!important;
}

.sessao-newsletter form {
    margin: 0 auto;
    padding-right: 15%;
}

.sessao-newsletter input {
    display: block;
    border: 0;
    padding: 11px;
    padding-bottom: 12px;
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.65em;
    -webkit-border-radius: 90px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 4px solid #61A6AB;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sessao-newsletter button {
    display: block;
    border: 0;
    background-color: #61A6AB;
    padding: 17px 40px;
    color: #FFF;
    font-size: 2rem;
    font-family: sans-serif;
    border-radius: 8px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 600;
    margin: 0 auto;
}

.fas.fa-flag{
	color:#61A6AB;
}

/*
* NOTICIA
*/

.sessao-noticia {
    padding: 6% 0% 6% 0%;
}

.sessao-noticia .sessao-noticia-box h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.3em;
    color: #1e1f24;
    font-family: sans-serif;
    padding-bottom: 4%;
    font-weight: bold;
    letter-spacing: -1px;
}

.sessao-noticia .sessao-noticia-box .sessao-noticia-content p {
    color: #61A6AB;
    font-family: Calibri;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}

.sessao-noticia .sessao-noticia-box .sessao-noticia-content a {
    color: #1e1f24;
    line-height: 26px;
    font-family: sans-serif;
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    font-size: 1.35em;
    width: 80%!important;
    clear: both;
    margin: 0 auto;
}

.sessao-noticia .noticia-img {
    margin: 50px 8% 0 0;
}

.sessao-noticia .noticia-img img {
    width: 60%;
}

.sessao-noticia .btn-news {
    display: block;
    color: #ffffff;
    font-size: 17px;
    margin-top: 25px;
    width: 24%;
    margin: 0 auto;
    padding: 3px;
    font-family: Calibri;
    background: #61A6AB;
    border-radius: 90px;
}

.sessao-noticia .btn-news:hover {
    color: #ffffff;
    background: #1e1f24;
}

/*
* ARTIGOS
*/

.sessao-artigo {
    color: #61A6AB;
    font-family: Calibri;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}

.sessao-artigo h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.3em;
    color: #1e1f24;
    font-family: sans-serif;
    padding-bottom: 4%;
    font-weight: bold;
    letter-spacing: -1px;
}

.sessao-artigo h3 {
    font-size: 1.65em;
    color: #8F6E56;
    margin: 0 auto;
    text-align: center;
    padding-top: 0%;
    padding-bottom: 1%;
    font-family: 'Merriweather Sans', sans-serif;
    margin-top: 0px;
}

.sessao-artigo h4 {
    font-size: 1.15em;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding-top: 0%;
    padding-bottom: 0%;
    font-family: 'Merriweather Sans', sans-serif;    
}

.sessao-artigo a {
    color: #ffffff;
    font-size: 1.2em;
    margin-top: 25px;
    width: 25%;
    margin: 0 auto;
    margin-top: 7%;
    padding: 7px;
    font-family: Calibri;
}

#galeria h2{
    color: #1e1f24;
    font-size: 1.7em;
    text-align: center;
    font-family: 'Merriweather Sans', sans-serif;
    letter-spacing: -1px;
    padding-top: 0%;
    padding-bottom: 0%;
}

#galeria h3{
    display: block;
    background-color: #8F6E56;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1.3em;
    width: 22%;
    transition: 0.6s;
    text-align: center;
    margin-right: 1%;
    margin: 0 auto;
    clear: both;
    border-radius: 90px;
}

#galeria .bx-galeria{
    padding: 0% 23% 0% 23%;
}

#galeria{
    padding: 0% 0% 5% 0%;
}



.sessao-artigo .artigos-content h2 {
    font-size: 1.6rem;
}

.sessao-artigo .artigos-content p {
    color: #1e1f24;
    line-height: 26px;
    font-family: sans-serif;
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    font-size: 1.35em;
    width: 80%!important;
    clear: both;
    margin: 0 auto;
}

.sessao-artigo .artigos-content a {
    font-size: 1em;
    padding: 5px 15px;
    border: none;
    border-radius: 90px;
    font-family: Calibri;
    color: #8F6E56;
    font-family: 'Merriweather Sans', sans-serif;
}

.sessao-artigo .artigos-content div {
    text-align: center;
}

.sessao-artigo .artigos-content-last {
    border: 0;
}

/*
* CONTATO SESSAO
*/

.sessao-contato {
    text-align: center;
    font-family: 'Merriweather Sans', sans-serif;
    padding: 40px 0 20px 0;
}

.sessao-contato h2 {
    color: #2E2E2E;
    font-size: 3.6rem;
    margin-bottom: 35px;
}

.sessao-contato span {
    color: #EB852B;
}

.sessao-contato a {
    display: inline-block;
    border: 1px solid #2E2E2E;
    color: #2E2E2E;
    width: 180px;
    padding: 13px 0 13px 0;
    font-size: 2rem;
    margin-right: 20px;
    margin-bottom: 20px;
}

.sessao-contato a:hover {
    background-color: #2E2E2E;
    color: #FFF;
}

.sessao-contato .btn-ligamos {
    background-color: #2E2E2E;
    color: #FFF;
}

.sessao-contato .btn-ligamos:hover {
    background-color: #FFF;
    color: #2E2E2E;
}

/*
* GALERIA VIDEO E FOTOS
*/

.sessao-photo-video {
    background-repeat: no-repeat;
    padding: 5% 0% 19% 0%;
    text-align: center;
    background-size: 100%;
    background-color: #ffffff;
}

.sessao-photo-video h2 {
    color: #1e1f24;
    font-size: 1.95em;
    margin: 0 auto;
    font-family: 'Merriweather Sans', sans-serif;
    clear: both;
    text-align: center;
    width: 80%;
    line-height: 42px;
    padding-bottom: 5%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
}

.sessao-photo-video .video-container h3 {
    color: #1e1f24;
    margin: 0 auto;
    font-size: 2.25em;
    text-align: center;
    padding-bottom: 2%;
    width: 75%;
    line-height: 30px;
}

.sessao-photo-video .video-container img {
    width: 100%;
}

.sessao-photo-video .video-container p {
    color: #4C4C4C;
    font-size: 2rem;
    padding: 50px 50px;
}

.sessao-photo-video .video-container a {
    display: inline-block;
    color: #ffffff;
    padding: 8px 25px;
    font-size: 1.7rem;
    background: #8F6E56;
    border-radius: 90px;
    margin-top: 1%;
}

.sessao-photo-video .video-container a:hover {
    background-color: #1e1f24;
    color: #FFF;
}

.sessao-photo-video .video-container .video-link {
    border: 0;
    background-color: transparent;
}

.sessao-photo-video .video-container .video-link:hover {
    border: 0;
    background-color: transparent;
}

.sessao-photo-video .foto-container {
    color: #FFF;
    padding: 8% 0% 5% 0%;
}

.sessao-photo-video .foto-container h2 {
    font-size: 4rem;
    margin: 40px 0 10px 0;
}

.sessao-photo-video .foto-container p {
    font-size: 2rem;
    margin: 0 0 25px 0;
}


.sessao-photo-video .foto-container a {
    display: inline-block;
    margin: 0 0 25px 0;
}


.sessao-photo-video .foto-container .btn-photo-veja-mais {
    display: inline-block;
    color: #ffffff;
    padding: 8px 25px;
    font-size: 1.7rem;
    background: #8F6E56;
    border-radius: 90px;
    margin-top: 1%;
}

.sessao-photo-video .foto-container .btn-photo-veja-mais:hover {
    background-color: #FFF;
    color: #8F6E56;
}

/*
* DEPOIMENTO
*/

.sessao-depoimento {
    padding: 5% 0% 3% 0%;
}

.sessao-depoimento p {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.sessao-depoimento .depoimento-content p {
    width: 60%;
    font-size: 1.5rem;
    margin-bottom: 0px;
    letter-spacing: 0px;
    font-size: 1.25em;
    float: none!important;
    text-align: center;
    margin: 0 auto;
    padding-top: 0%;
    color: #1e1f24;
    font-family: 'Merriweather Sans', sans-serif;
}

.sessao-depoimento .depoimento-content p span {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: bold;
}

.sessao-depoimento .depoimento-content .depoimento-photo img {
    max-height: 10px;
}

/*
* PARCEIROS
*/

.sessao-parceiros {
    text-align: center;
    font-family: 'Merriweather Sans', sans-serif;
    padding: 60px 0 60px 0;
}

.sessao-parceiros p {
    color: #929191;
    font-size: 1.9rem;
}

.sessao-parceiros h2 {
    color: #323130;
    font-size: 3.6rem;
    margin: 0;
}

#bloco-parceiros li {
    list-style: none !important;
    display: inline;
    width: 50%;
    padding: 0 15px 0 15px;
}

#bloco-parceiros .parceiros-logo {
    text-align: center;
}

#bloco-parceiros .parceiros-logo img {
    max-height: 50px;
    display: inline-block !important;
}

/*
* FOOTER 
*/

#footer-session {
color: #1e1f24;
    padding-bottom: 0;
    background-image: url(../img/contato.jpg);
    clip-path: polygon(50% 7%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 8% 0% 0% 0%;
}

#footer-session h2 {
    display: block;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1.45em;
    margin-bottom: 8px;
    color: #1e1f24;
}

#footer-session ul li {
    list-style: none;
    margin-top: 1px;
}

#footer-session ul li a {
    font-family: 'Merriweather Sans', sans-serif;
    color: #fff;
    font-size: 1.15em;
}

#footer-session p {
    font-family: sans-serif;
    font-size: 1.75em;
    color: #8F6E56;
    line-height: 30px;
    font-weight: 600;
}

#footer-session a {
    color: #8F6E56;
}

#footer-session .footer-logo {
    text-align: left;
}

#footer-session .footer-logo img {
    padding-top: 40%;
    width: 90%;
    margin: 0 10% 0 0;
}

#footer-session .footer-social {
    margin-bottom: 25px;
    text-align: center;
}

#footer-session .footer-social li {
    display: inline;
}

#footer-session .footer-social li a {
    display: inline-block;
    border-radius: 0px;
    background-color: #8F6E56;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: 1px;
    margin-bottom: 10px;
    color:#fff;
}

#footer-session .footer-social li i {
    font-size: 25px;
    margin-top: 12px;
}

#footer-session .footer-social li a:hover {
    background-color: #fff;
    color:#8F6E56;
}

#footer-session .footer-duvida {
    display: inline-block;
    padding: 3% 0% 3% 0%;
}

#footer-session .footer-duvida a {
    font-size: 2.2rem;
    border-radius: 90px;
    padding: 13px 100px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    background: #61A6AB;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: 600;
}

#footer-session .footer-duvida a:hover {
    background-color: #8F6E56;
}

.footer-copy {
    background-color: #61a6ab;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;
}

.footer-copy span {
    text-transform: uppercase;
    display: inline-block;
    padding-top: 25px;
    font-size: 1rem !important;
}

.footer-copy img {
    max-width: 80px;
}

.footer-copy .footer-c-w3c {
    margin-left: 8%;
    margin-top: 18px;
    margin-bottom: 10px;
}

.footer-copy .footer-c-tiideal {
    margin-right: 8%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.footer-copy .footer-c-tiideal p {
    font-size: 1.1rem !important;
    margin-bottom: 3px;
}

/*##################################################################################################################
###### ESTRUTURA DO 37 - *APAGAR APOS USO*
##################################################################################################################*/

/*
* PARCEIROS
*/

.sessao-parceiros2 {
    text-align: center;
    padding: 40px 0 20px 0;
    font-family: 'Merriweather Sans', sans-serif;
}

.sessao-parceiros2 h2 {
    margin: 0;
    color: #347CED;
    font-size: 3.4rem;
    margin-bottom: 5px;
}

.sessao-parceiros2 h3 {
    margin: 0;
    color: #464747;
    font-size: 2.9rem;
    margin-bottom: 10px;
}

/* PARCEIROS */

.sessao-parceiros2 #parceiro-bxslider ul li {
    display: inline;
}

.sessao-parceiros2 #parceiro-bxslider ul li img {
    margin: 0 5% 0 5%;
}

.sessao-parceiros2 .bx-wrapper img {
    display: inline-block;
}