/* 
    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: 2rem;
    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: 15px;
    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: #024690;
    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 #024690;
    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 #024690;
}

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

@keyframes WaveChatNew {
    0% {
        color: #FFF;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #024690;
    }
}

/** 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: 210px;
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.box-parceiro .box-parceiro-content:hover {
    
}

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

.box-parceiro .box-parceiro-logo img {
    /* float: right; */
    /* max-height: 50px; */
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.box-parceiro .box-parceiro-logo h3 {
    display:none;
}

.box-parceiro .box-parceiro-info {
    /*text-align: left;
    font-weight: 200 !important;
    font-size: 1.4rem !important;
    text-transform: uppercase;
    padding: 20px 10px;
    color: #343434;*/
	display:none;
}

.box-parceiro a:hover {
    font-weight: bold !important;
    color: #343434;
}

.box-parceiro h3 {
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    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: #024690 !important;
}

.menu-push img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.menu-push ul {
    padding: 0;
}

.menu-push ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #3d8818;
    line-height: 32px;
}

.menu-push ul li:hover {
    background-color: #3d8818;
}

.menu-push ul li a {
    padding: 10px 0 10px 30px;
    color: #fff;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-size: 1.7rem;
}

/*HEADER*/

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

.header-topo .header-topo-content {
    position: absolute;
    padding-top: 2%;
}

/*MENU HEADER*/

.header-topo .header-menu {
    text-align: right;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-size: 1.6rem;
    margin-top: 50px;
}

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

.header-topo .header-menu ul li a {
    display: inline-block;
    color: #FFF;
    padding: 3px 8px 3px 8px;
    font-family: Calibri;
    font-size: 18px;
}

.header-topo .header-menu ul li a:hover {
    color: #ffffff;
    background: #024690;
}

.header-topo .header-menu ul li .btn-restrito {
    background-color: #024690;
}

.header-topo .header-menu ul li .btn-restrito:hover {
    background-color: #0d5cb1d8;
    color: #FFF;
}

.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: #024590cc;
    color: #ffffff;
    padding: 13px 42px;
    font-size: 1.35em !important;
    border-radius: 90px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    /* border: 2px solid #024690 !important; */
}

.header-slider .btn-slider:hover {
    display: inline-block;
    background-color: #171a1b;
    color: #ffffff;
    padding: 13px 42px;
    border-radius: 90px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}

.menu-web {
    width: 100%;
    float: right;
    padding-right: 0%;
}

/*
* TOPO PAGINAS INTERNAS
*/

.header-topo-pagina {
    position: relative;
    z-index: 100;
    background-color: #024690!important;
}

.header-topo-pagina .header-topo-content {
    padding-bottom: 0px;
}

.header-topo-pagina .header-logo {
    margin-top: 0px;
    padding-left: 166px;
}

.header-topo-pagina .header-logo img {}

/*MENU HEADER*/

.header-topo-pagina .header-menu {
    text-align: right;
    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: 7px 15px 7px 15px;
    margin: 0 0px 0 0px;
    font-size: 15px;
}

.header-topo-pagina .header-menu ul li a:hover {
    background-color: #000;
    color: #fff;
}

.header-topo-pagina .header-menu ul li .btn-restrito {
    background-color: #024690;
    color: #FFF;
}

.header-topo-pagina .header-menu ul li .btn-restrito:hover {
    background-color: #000000;
    color: #FFF;
}

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

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

.header-logo{
    margin-left: -2%;
}

/*
* SESSAO EMPRESA
*/

.sessao-empresa {
    text-align: center;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    padding: 3% 0% 3% 0%;
}

.sessao-empresa img {
    width: 90%;
    margin: 0 5%;
}

.sessao-empresa h2 {
    color: #000000;
    font-size: 3.25em;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 65%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 47px;
    padding-bottom: 3%;
    padding-top: 3%;
}

.sessao-empresa p {
    font-size: 1.5em;
    color: #000000;
    line-height: 26px;
    font-family: Calibri;
    width: 60%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 1%;
}

.box-servicos {
    padding: 0% 8% 1% 8%;
}

.fas.fa-angle-double-down {
    color: #024690;
    font-size: 2em;
    padding-bottom: 3%;
}

.bt-servico {
    background: #024690;
    width: 20%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 1%;
    float: none;
    border-radius: 90px;
}

.bt-servico a {
    color: #fff;
    font-size: 1.35em;
}

#servicos {
    padding: 1% 0% 1% 0%;
}

#servicos h2 {
    color: #909090;
    font-size: 2.25em;
    margin-bottom: 25px;
    font-family: 'Avenir Next LT Pro Demi';
    letter-spacing: -1px;
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    padding-bottom: 3%;
}

#servicos h3 {
    color: #000;
    font-size: 2.1em;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    padding-bottom: 5%;
    padding-top: 10px;
}

#servicos p {
    color: #024690;
    font-size: 1.35em;
    font-family: Calibri;
    letter-spacing: 0px;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
}

.sessao-empresa h3 {
    color: #024690;
    font-size: 1.75em;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0px;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1%;
    padding-top: 3%;
    font-weight: bold;
}

.sessao-empresa a {
    display: inline-block;
    background-color: #000000;
    padding: 10px 50px;
    color: #fff;
    margin-top: 15px;
    font-family: 'Thasadith', sans-serif;
    border-radius: 90px;
    font-size: 1.2em;
}

.sessao-empresa a:hover {
    background-color: #384052;
}

.sessao-empresa hr {
    border: 0;
    border-bottom: 1px solid #C3C2C2;
    margin-top: 50px;
}

/*
* SESSAO CAlCULADORA ONLINE
*/

.sessao-calculadora {
    background-image: url(../img/abrir.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    padding: 13% 0% 13% 0%;
    clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 50% 91%, 0 100%, 0 10%);
}

.sessao-calculadora h2 {
    color: #fff;
    font-size: 3.55em;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -2px;
    width: 52%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    padding-bottom: 2%;
}

.sessao-calculadora p {
    color: #fff;
    font-size: 1.8em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0px;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0% 1% 0%;
}

.sessao-calculadora .bt-simular{
    background: #ffffffde;
    border: 2px solid #ffffffde;
    color: #000;
    padding: 4px;
    font-size: 20px;
    font-family: Calibri;
    width: 14%;
}

.sessao-calculadora .bt-simular:hover{

    background: #fff;
    border:2px solid #fff;
}

.sessao-calculadora img {
    margin-bottom: 12px;
}

.sessao-calculadora a {
    display: inline-block;
    font-size: 1.75em;
    background-color: #171a1be3;
    color: #ffffff;
    padding: 20px 47px;
    border-radius: 90px;
    font-family: 'Work Sans', sans-serif;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.sessao-calculadora a:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.fas.fa-hand-holding-usd {
    color: #fff;
    padding-bottom: 1%;
    font-size: 63px;
}

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

.ferramentas {
    background-image: url(../img/abrir.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    padding: 7% 0% 7% 0%;
}

.ferramentas_img {
    background: url('../img/ferramentas.jpg');
    height: 785px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

/*
* SESSAO ABRIR OU MIGRAR EMPRESA
*/

.sessao-migracao {
    padding: 6% 0% 2% 0%;
}

.sessao-migracao img {
    width: 90%;
    margin: 0 0%;
    margin-top: 0px;
}

.sessao-migracao h2 {
    color: #000000;
    font-size: 3.5em;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    padding-bottom: 1%;
}

.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: 'Thasadith', sans-serif;
    /* padding-top: 2%; */
    background: #024690;
    width: 66%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    margin-top: 2%;
    padding: 7px;
}

.botoes {
    padding: 3% 4% 3% 4%;
}

.botoes h3 {
    font-size: 1.3em!important;
    color: #000000 !important;
    font-family: Calibri !important;
    width: 70% !important;
    clear: both !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 6% 0% !important;
    height: 100px;
}

.polaroid1 {
    width: 23%;
    margin: 12px;
    background-color: white;
    box-shadow: -2px 3px 12px 0 rgba(19, 19, 19, 0.13);
    margin-bottom: 25px;
    padding: 2% 0% 33% 0%;
    border-radius: 8px;
}

.polaroid1:hover .imagem {
    opacity: 0.9;
}

.polaroid1 h2 {
    color: #000000 !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 2em;
    /* font-weight: bold; */
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
    letter-spacing: -1px;
    padding: 4% 0% 7% 0%;
}

.polaroid1 a {
    background: #024690;
    color: #ffffff !important;
    padding: 2% 4%;
    font-size: 1.1em !important;
    font-family: 'Thasadith', sans-serif;
    margin-bottom: 2%;
}

.sessao-migracao h3 {
    font-size: 3.3rem;
    color: #000000;
}

.sessao-noticia-box{
    padding: 0% 0% 5% 0%;
}

.sessao-migracao a {
    display: inline-block;
    background-color: #171a1b;
    color: #ffffff !important;
    padding: 2%;
    font-size: 1.1em!important;
    border-radius: 90px;
    width: 41%;
    line-height: 22px;
    font-family: 'Thasadith', sans-serif;
}

.sessao-migracao a:hover {
}

.btn-abrir-empresa,
.btn-migrar-empresa {
    display: block;
    padding: 0 0 0 60px;
    font-size: 2.7rem;
    line-height: 50px;
    font-family: 'Avenir Next LT Pro Demi';
}

.sessao-migracao .btn-abrir-empresa {
    margin-top: 50px;
    color: #000000;
}

.sessao-migracao .btn-abrir-empresa:hover {
    color: #56617E;
}

.sessao-migracao .btn-migrar-empresa {
    margin-bottom: 50px;
    margin-top: 15px;
    color: #EA8126;
}

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

/*
*
*/

.sessao-ferramenta {
    color: #FFF;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    padding: 0;
    text-align: center;
    text-align: center;
    color: #FFF;
}

.sessao-ferramenta h2 {
    color: #fff;
    font-size: 2.8em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4%;
}

.sessao-ferramenta h3 {
    font-size: 1.75em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0px;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    padding-bottom: 4%;
    color: #ffffff;
    padding-top: 6%;
}

.sessao-ferramenta a {
    font-size: 1.15em;
    font-family: Calibri;
    width: 39%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0%;
    background: #024690;
    padding: 1%;
    color: #fff;
    border-radius: 90px;
    display: block;
}

.fas.fa-asterisk {
    color: #024690;
}

.b-f {
    padding: 0% 7% 0% 7%;
}

.sessao-ferramenta h4 {
    font-size: 1.15em;
    font-family: Calibri;
    letter-spacing: 0px;
    width: 95%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 17px;
    padding-bottom: 6%;
    color: #ffffff;
}

.sessao-ferramenta p {
    font-size: 2.25rem;
    margin-bottom: 60px;
    font-family: 'Thasadith', sans-serif;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 27px;
    padding-bottom: 7%;
    color: #282d3b;
}

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

.sessao-ferramenta ul li {
    list-style: none;
    background-repeat: no-repeat;
    font-size: 1.4em;
    margin-bottom: 32px;
    line-height: 33px;
    font-family: 'Thasadith', sans-serif;
}

.sessao-ferramenta ul li a {
    color: #ffffff;
    background: #282d3b00;
    padding: 2% 9%;
    border-radius: 90px;
    border: 1px solid #fff;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.sessao-ferramenta ul li a:hover {
    color: #ffffff;
    background: #282d3b;
    padding: 2% 9%;
    border-radius: 90px;
    border: 1px solid #fff;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}


/*
* NEWSLETTER
*/

.sessao-newsletter {
    background-image: url(../img/abrir.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    padding: 10% 0% 10% 0%;
    clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 50% 91%, 0 100%, 0 10%);
}

.sessao-newsletter h2 {
    color: #fff;
    font-size: 2.4em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
}

.sessao-newsletter p {
    font-size: 2.4rem;
    margin: 0 0 20px 0;
    font-weight: 100px;
    color: #024690;
}

.sessao-newsletter form {
    margin: 0 2% 0 2%;
}

.sessao-newsletter input {
    display: inline-block;
    border: 0;
    padding: 15px;
    padding-bottom: 14px;
    background-color: #ffffff;
    width: 70%;
    max-width: 500px;
    border-radius: 90px;
    font-family: Calibri;
    text-align: center;
    font-size: 17px;
}

.sessao-newsletter button {
    display: inline-block;
    border: 0;
    background-color: #171a1be0;
    border-radius: 90px;
    padding: 13px 30px 13px 30px;
    color: #FFF;
    font-size: 2rem;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    font-family: Calibri;
}

/*
* NOTICIA
*/

.sessao-noticia {
    padding: 0% 0% 0% 0%;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.sessao-noticia .noticia-content {
    padding-bottom: 50px;
}

.sessao-noticia .sessao-noticia-box h2 {
    color: #000000;
    font-size: 2.65em;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 3%;
}

.sessao-noticia .sessao-noticia-box .sessao-noticia-content p {
    color: #024690;
    font-family: Calibri;
    font-size: 14px;
    margin: 0 0 1px 0;
}

.sessao-noticia .sessao-noticia-box .sessao-noticia-content a {
    display: block;
    color: #000000;
    font-size: 20px;
    margin: 0 auto;
    font-family: 'Work Sans', sans-serif;
    line-height: 24px;
    padding-bottom: 4%;
    font-weight: bold;
}

.sessao-noticia .sessao-noticia-box .sessao-noticia-content a:hover {
    color: #000000;
}

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

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

.sessao-noticia .btn-news {
    background-color: #024690;
    font-size: 1.4rem;
    padding: 8px 25px;
    font-family: Calibri;
    border-radius: 90px;
    color: #fff;
}

.sessao-noticia .btn-news:hover {
    background-color: #333f4c;
}

.bx-viewport {
    height: 246px !important;
}

.sessao-noticia .btn-news:hover {
    color: #fff;
}

/*
* ARTIGOS
*/

.sessao-artigo {
    padding: 5% 0% 7% 0%;
}

.sessao-artigo h2 {
    color: #000000;
    font-size: 2.65em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 3%;
}

.sessao-artigo h3 {
    font-size: 1.55em;
    color: #024690;
    margin: 15px 0 20px 0;
    font-family: "Avenir Next LT Pro Demi";
}

.sessao-artigo .bt_artigos a {
    color: #fff;
}

.sessao-artigo .bt_artigos {
    background-color: #024690;
    font-size: 1.4rem;
    padding: 8px 25px;
    font-family: Calibri;
    border-radius: 90px;
    display: block;
    width: 10%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    float: none;
}

.sessao-artigo .bt_artigos:hover {
    background-color: #333f4c;
}

.sessao-artigo .artigos-content {
    margin-bottom: 0px;
    text-align: center;
}

.sessao-artigo .artigos-content span {
    color: #024690;
    font-family: Calibri;
    font-size: 14px;
    margin: 0 0 1px 0;
}

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

.sessao-artigo .artigos-content p {
    font-size: 1.35em;
    font-family: 'Work Sans', sans-serif;
    color: #282d3b;
    width: 50%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3%;
    font-weight: bold;
}

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

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

/*
* CONTATO SESSAO
*/

.sessao-contato {
    text-align: center;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    padding: 0% 7% 8% 7%;
}

.sessao-contato h2 {
    color: #000000;
    font-size: 3.35rem;
    margin-bottom: 35px;
    font-family: 'Avenir Next LT Pro Demi';
    letter-spacing: -2px;
}

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

.sessao-contato a {
    display: inline-block;
    border: 3px solid #024690;
    color: #ffffff;
    width: 26%;
    padding: 1%;
    font-size: 1.4em;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: 'Thasadith', sans-serif;
    border-radius: 90px;
    background: #024690;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    cursor: pointer;
}

.sessao-contato a:hover {
    background-color: #FFF;
    color: #000000;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.sessao-contato .btn-ligamos {
    background-color: #024690;
    color: #FFF;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.sessao-contato .btn-ligamos:hover {
    background-color: #FFF;
    color: #000000;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

/*
* GALERIA VIDEO E FOTOS
*/

.sessao-photo-video {
    background-repeat: no-repeat;
    padding: 6% 0% 6% 0%;
    text-align: center;
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

.sessao-photo-video .video-container h2 {
    color: #000000;
    font-size: 3.25em;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    padding-bottom: 1%;
}

.sessao-photo-video .video-container h3 {
    color: #000000;
    margin: 8px 0 0 0;
    font-size: 3.1rem;
}

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

.sessao-photo-video .video-container p {
    color: #000000;
    font-size: 19px;
    font-family: 'Work Sans', sans-serif;
    line-height: 23px;
    font-weight: bold;
    padding: 1% 0% 4% 0%;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.sessao-photo-video .video-container a {
    display: inline-block;
    color: #ffffff;
    padding: 8px 25px;
    font-size: 1.7rem;
    font-family: 'Thasadith', sans-serif;
    border-radius: 90px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    background: #024690;
}

.bloco-video-1 {
    padding-top: 7%;
}

.sessao-photo-video .video-container a:hover {
    background-color: #000000;
    color: #FFF;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.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;
}

.video-container {
    padding: 0% 0% 5% 0%;
}

.sessao-photo-video .foto-container h2 {
    color: #000000;
    font-size: 3.25em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 3% 0% 4% 0%;
}

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

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

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

.sessao-photo-video .foto-container a img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.sessao-photo-video .foto-container .btn-photo-veja-mais {
    display: inline-block;
    color: #ffffff;
    padding: 8px 25px;
    font-size: 1.7rem;
    font-family: 'Thasadith', sans-serif;
    border-radius: 90px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    background: #024690;
}

.sessao-photo-video .foto-container .btn-photo-veja-mais:hover {
    background-color: #000000;
    color: #FFF;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

/*
* DEPOIMENTO
*/

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

.sessao-depoimento h2 {
    color: #000000;
    font-size: 2.85em;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    padding-bottom: 0%;
}

.sessao-depoimento p {
    font-size: 2.35rem;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-family: 'Thasadith', sans-serif;
    color: #000000;
}

.sessao-depoimento .depoimento-content {
    padding: 20px 50px 20px 0;
}

.sessao-depoimento .depoimento-content p {
    width: 70%;
    font-size: 20px;
    padding: 0% 0% 0% 0%;
    letter-spacing: 0px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    color: #000000;
    float: none !important;
    clear: both;
    margin: 0 auto;
    font-weight: bold;
}

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

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

/*
* PARCEIROS
*/

.sessao-parceiros {
    text-align: center;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    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-content {
    padding: 2% 0% 4% 0%;
}

#footer-session {
    background-color: #024690;
    color: #ffffff;
}

#footer-session h2 {
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 23px;
    color: #fff;
}

#footer-session ul li {
    list-style: none;
}

#footer-session ul li a {
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    font-size: 13px;
}

#footer-session ul li a:hover {
    color: #fff;
}

#footer-session p {
    font-family: 'Thasadith', sans-serif;
    color: #fff;
    font-size: 1.45rem;
}

#footer-session a {
    color: #fff;
}

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

#footer-session .footer-logo img {}

#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: 7px; */
    background-color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 7px;
}

#footer-session .footer-social li i {
    color: #024690;
    font-size: 21px;
    margin-top: 7px;
}

#footer-session .footer-social li a:hover {
    background-color: #4c99ec;
    color: #fff !important;
}

#footer-session .footer-duvida {
    margin-top: 35px;
}

#footer-session .footer-duvida a {
    font-size: 1.6rem;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 6px 30px;
    display: inline-block;
    margin-bottom: 30px;
    color: #f7f7f7;
    font-weight: 100;
}

#footer-session .footer-duvida a:hover {
    background-color: #000000;
    color: #FFF;
}

.footer-copy {
    background-color: #0b56a7;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}

.footer-copy span {
    display: inline-block;
    padding-top: 25px;
    font-size: 13px !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: 10px;
    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: 'Avenir Next LT Pro Medium Condensed';
}

.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;
}