/* 
    Created on : 27/11/2018, 13:54:29
    Author     : fernando.mota
    CSS        : Estrutura 37
*/

/** 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: 2rem;
    bottom: 2rem;
    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: #2c72a2;
    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 #2c72a2;
    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 #2c72a2;
}

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

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

    50% {
        color: #fff;
    }

    100% {
        color: #deae26;
    }
}

/*
#loadchat-2 {
    position: fixed;
    bottom: 20px;
    right: 2%;
    height: auto;
    font-size: 12px;
    color: #2f3135;
    z-index: 99999999;
    cursor: pointer;
    animation: WaveChat 5s infinite;
  }
.lcp-chat-icon-p1 { margin-right: 0 !important; }

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

/** FINAL CHAT RODAPE ANIMADO **/

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


/*
* GERAL
*/

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

/*
* TOPO E MENU LATERAL E SLIDER
*/

/* Menu Lateral */

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

.menu-push ul li:hover {
    background-color: #03a1da;
}

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

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

/* Topo Header */

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

.header-topo .header-idoc {
    position: absolute;
}

.header-topo .header-idoc .box-idoc {
    background-color: #dfaf20;
    color: #fff;
    font-size: 1.1em;
    padding: 11px 35px 11px 35px;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.header-topo .header-idoc .box-idoc:hover {
    background-color: #dfaf20;
    color: #fff;
    transition: 1.25s;
    -webkit-transition: 1.25s;
    -moz-transition: 1.25s;
    -ms-transition: 1.25s;
    -o-transition: 1.25s;
}

.header-topo .header-idoc .box-idoc span {
    display: inline-block;
    margin-top: 10px;
}

.header-topo .header-idoc .box-idoc i {
    margin-right: 5px;
}

.header-topo .header-logo {
    position: absolute;
    margin-top: 3%;
    display: flex;
    padding-left: 4%;
}

.header-topo .header-menu-lateral {
    z-index: 101;
    right: 0px;
    top: 34px;
    position: absolute;
    width: 200px;
    height: 100px;
    display: inline-block;
}

.header-topo .header-menu-lateral a {
    display: inline-block;
    margin-top: 45px;
}

.header-topo .header-menu-lateral a i {
    color: #3b87bd !important;
    font-size: 4.3rem;
}

/* Slider */

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

.header-slider h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
}

/*Newsletter*/


.header-newsletter input {
    border: 0;
    min-width: 415px;
    color: #808a8e;
    font-size: 18px;
    text-align: center;
    padding: 1.5%;
    border-radius: 90px;
}

.header-newsletter button {
    border: 0;
    background-color: #deae26;
    padding: 17px 43px;
    border-radius: 90px;
    color: #FFF;
    font-size: 19px;
}

.header-newsletter button:hover {
    background-color: #2A303D;
}

.header-social li {
    display: inline;
}

.header-social li a {
    display: inline-block;
    border-radius: 90px;
    background-color: #3b87bc;
    text-align: center;
    width: 48px;
    height: 48px;
    margin-right: 5px;
}

.header-social li i {
    color: #fff;
    font-size: 20px;
    margin-top: 14px;
}

.header-social li a:hover {
    background-color: #2A303D;
    color: #FFFFFF !important;
}

.header-social li i:hover {
    color: #FFFFFF !important;
}

.header-social {
    padding: 2% 0% 2% 0%;
}

/*
* TOPO PAGINAS INTERNAS
*/

/* Topo Header */

.header-topo-pagina {
    position: relative;
    z-index: 100;
    text-align: center;
    background-color: #c2dbe8 !important;
    /* height: 132px; */
    padding: 0.5% 0% 0.5% 0%;
}

.header-topo-pagina .header-idoc .box-idoc {
    background-color: #FFF;
    color: #187cb1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 11px 16px 11px 16px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.header-topo-pagina .header-idoc .box-idoc:hover {
    background-color: #4EA7FF;
}

.header-topo-pagina .header-idoc .box-idoc span {
    display: inline-block;
    margin-top: 10px;
}

.header-topo-pagina .header-idoc .box-idoc i {
    margin-right: 5px;
}

#idocumentos h1 {
    text-align: center;
}

.header-topo-pagina .header-menu-lateral {
    z-index: 101;
    right: 3px;
    top: -27px;
    position: absolute;
    width: 200px;
    height: 100px;
    display: inline-block;
}

.fa.fa-cloud-download {
    color: #deae26;
    font-size: 26px;
}

.header-topo-pagina .header-menu-lateral a {
    display: inline-block;
    margin-top: 65px;
}

.header-topo-pagina .header-menu-lateral a i {
    color: #3b87bd !important;
    font-size: 3.3rem;
}

/*
* INICIO SESSAO ABRIR / MIGRAR EMPRESA
*/

.sessao-abrir-empresa {
    text-align: center !important;
    margin: 50px 0 0 0;
}

.sessao-abrir-empresa h2 {
    font-family: sans-serif;
    font-size: 2.35em;
    color: #3b87bc;
    margin: 0 auto;
    letter-spacing: -1px;
    width: 66%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    line-height: 40px;
    font-weight: bold;
    padding-top: 3%;
}

.sessao-abrir-empresa h2 span {
    color: #deae26;
}

.sessao-abrir-empresa h3 {
    font-family: sans-serif;
    font-size: 2em;
    color: #3b87bc;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 2%;
    padding-top: 5%;
    letter-spacing: -1px;
}

.sessao-abrir-empresa p {
    font-family: Calibri;
    font-size: 1.5em;
    color: #7faac7;
    /* font-weight: bold; */
    margin: 0 auto;
    padding-bottom: 2%;
    padding-top: 2%;
    letter-spacing: 0px;
    line-height: 22px;
}

.sessao-abrir-empresa .empresa-arrow {
    left: 8%;
    margin-top: 4%;
}

.sessao-abrir-empresa .box-empresa {
    padding: 0 50px 0 50px;
    margin-bottom: 50px;
}

.box-abrir img {
    width: 80%;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    opacity: 1;
    transition: 1.25s;
    -webkit-transition: 1.25s;
    -moz-transition: 1.25s;
    -ms-transition: 1.25s;
    -o-transition: 1.25s;
}

.box-abrir img:hover {
    width: 100%;
    opacity: 1;
    transition: 0.85s;
    -webkit-transition: 0.85s;
    -moz-transition: 0.85s;
    -ms-transition: 0.85s;
    -o-transition: 0.85s;
}

.sessao-abrir-empresa .box-empresa a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    background-color: #5E8DE4;
    font-size: 2.2rem;
    padding: 12px 0;
}

.box-abrir {
    padding: 1% 0% 9% 0%;
}

.box-abrir1 {
    width: 26%;
    float: none;
    display: -webkit-inline-box;
}

/*
* INICIO SESSAO CONHEÇA-NOS
*/

.sobrenos {
    background: #3b87bc;
    /* background: url(../img/bg-header2.jpg); */
    padding: 5% 0% 5% 0%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 604px;
}

.servicos {
    background: #dfaf20;
    /*background: url(../img/bg-header3.jpg);*/
    padding: 5% 0% 5% 0%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 604px;
}

.servicos ul li {
    list-style-type: none;
}

.servicos p {
    font-family: 'Rubik', sans-serif !important;
    font-size: 1.35em !important;
    color: #4d6779 !important;
    line-height: 35px !important;
    /* font-weight: bold!important; */
}

.sessao-conhecer {
    text-align: center;
    color: #FFF;
}

.sessao-conhecer .row-conhecer h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5em;
    color: #fff;
    margin: 0 auto;
    letter-spacing: -1px;
    width: 72%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 4%;
    line-height: 43px;
}

.sessao-conhecer .row-conhecer h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 5.0rem;
    margin-top: 0;
    margin-bottom: 40px;
}

.sessao-conhecer .row-conhecer p {
    font-family: 'Rubik', sans-serif;
    font-size: 1.15em;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: justify;
    color: #fff;
    /* font-weight: bold; */
    letter-spacing: 0px;
    line-height: 26px;
}

.sessao-conhecer .row-conhecer .btn-conheca-mais {
    display: inline-block;
    color: #657377;
    background-color: #FFF;
    padding: 12px 50px;
    margin-top: 40px;
    border-radius: 25px;
    font-family: Calibri;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-size: 1.2em;
}

.sessao-conhecer .row-conhecer .btn-conheca-mais:hover {
    color: #FFF;
    background-color: #deae26;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.sessao-conhecer .row-utilitario {
    margin-top: 50px;
}

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

#links_rapidos h2 {
    font-family: 'Rubik', sans-serif !important;
    font-size: 1.5em !important;
    color: #3b7faf !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    padding-bottom: 2%;
    padding-top: 0%;
}

#links_rapidos p {
    font-family: 'Rubik', sans-serif !important;
    font-size: 1.15em !important;
    color: #3b7faf !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding-top: 0%;
}

.row-utilitario h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5em;
    color: #fff;
    margin: 0 auto;
    letter-spacing: -2px;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
}

.row-utilitario p {
    font-family: 'Rubik', sans-serif;
    font-size: 1.65em;
    color: #ffffff;
    text-align: center;
    background: #dfaf20;
    width: 32%;
    clear: both;
    margin: 0 auto;
    margin-bottom: 3%;
    padding: 7px 0px 7px 0px;
}

.bx-utili p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.1em !important;
    color: #fff !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-weight: 100 !important;
    line-height: 17px !important;
    height: 84px;
}

.bx-utili h3 {
    font-family: 'Rubik', sans-serif !important;
    font-size: 1.45em !important;
    color: #3b7faf !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    padding-bottom: 5%;
    padding-top: 5%;
}

.bx-utili h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.05em !important;
    color: #3b7faf !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    padding-bottom: 5%;
    padding-top: 5%;
    width: 90%;
}

.bx-1 {
    margin: 10px;
}

.bx-1 {
    width: 23%;
}

.bx-utili {
    padding: 1% 10%;
    overflow: hidden;
}

/*.row-utilitario article { display:flex; justify-content: space-between; }*/

.row-utilitario .bx-utili div {
    background-color: #fff;
    padding: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.row-utilitario .bx-utili div:hover {
    transform: 1s;
    transform: scale(1.1);
    background-color: #fff;
    padding: 20px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.row-utilitario .bx-utili div img {
    width: 100%;
}

.row-utilitario .box-util-content {
    color: #453E36;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    margin-bottom: 15px;
}

.row-utilitario .box-util-content p {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.row-utilitario .box-util-content a {
    background-color: #dfaf20;
    color: #ffffff;
    padding: 7px;
    border-radius: 0px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    width: 55%;
    font-family: Calibri;
    font-size: 1.15em;
    border: 1px solid #fff;
}

.row-utilitario {
    padding: 6% 0% 6% 0%;
    background: #3b87bc;
}

/*
* ARIGOS
*/

.sessao-artigos {
    text-align: center;
}

.sessao-artigos h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5em;
    color: #fff;
    margin: 0 auto;
    letter-spacing: -1px;
    width: 95%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0%;
}

.sessao-artigos h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.35em;
    margin-top: 0;
    margin-bottom: 14px;
    color: #ffffff;
    letter-spacing: 0px;
}

.sessao-artigos .box-artigo {
    padding: 0;
    text-align: left !important;
}


.sessao-artigos .box-artigo .col-artigo-img {
    padding: 0;
}

.sessao-artigos .box-artigo img {
    width: 100%;
}

.sessao-artigos .box-artigo span {
    display: inline-block;
    font-family: Calibri;
    font-size: 0.94em;
    font-weight: 600px;
    padding-top: 20px;
    margin-bottom: 12px;
    color: #ffffff;
}

.sessao-artigos .box-artigo p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    line-height: 18px;
    color: #fff;
}

.sessao-artigos .box-artigo a {
    background: #deae26;
    font-family: Calibri;
    font-size: 1em;
    float: left !important;
    color: #fff;
    padding: 1px 10px;
}

.sessao-artigos .btn-veja-all-artigo {
    display: inline-block;
    background-color: #fff;
    color: #3b87bc;
    font-family: Calibri;
    font-size: 1.25em;
    padding: 7px 17px;
    border-radius: 25px;
    margin-top: 35px;
}

.sessao-artigos .btn-veja-all-artigo:hover {
    background-color: #deae26;
}

.artigos {
    padding: 3% 3%;
    background: #3b87bc;
}

/*
* INICIO SESSAO GALERIA - NEWSLETTER
*/

.sessao-galeria {
    text-align: center;
    padding: 4% 0% 3% 0%;
    background-attachment: fixed;
}

.sessao-galeria .box-bg-galeria {
    background-color: #ffffffa1;
    padding: 0;
}

.sessao-galeria .box-img-galeria {
    padding: 0;
}

.sessao-galeria .box-img-galeria img {
    width: 100%;
    max-height: 368px;
}

.sessao-galeria .box-info-galeria {
    padding: 0 60px 40px 60px
}

.sessao-galeria .box-info-galeria h2 {
    font-family: sans-serif;
    font-size: 2.35em;
    color: #3b87bc;
    margin: 0 auto;
    letter-spacing: -1px;
    width: 66%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    line-height: 40px;
    font-weight: bold;
    padding-top: 3%;
}

.sessao-galeria .box-info-galeria p {
    color: #808a8e;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.8rem;
    line-height: 20px;
}

.sessao-galeria .box-info-galeria a {
    display: inline-block;
    margin-top: 25px;
    color: #ffffff;
    font-weight: 600;
    background: #deae26;
    padding: 2% 10%;
    border-radius: 90px;
    font-size: 1.25em;
    font-weight: 100;
}

.sessao-galeria .col-depoimento img {
    margin: 0 auto;
    margin-bottom: 18px;
    max-height: 70px;
}

.sessao-galeria .col-depoimento {
    padding: 5% 0% 1% 0%;
    text-align: center;
}

.sessao-galeria .col-depoimento h2 {
    font-family: 'Muli', sans-serif;
    font-size: 2.7em;
    color: #808a8e;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: -2px;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    line-height: 43px;
}

.sessao-galeria .col-depoimento h3 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    margin: 4px 0 32px 0;
}

.sessao-galeria .col-depoimento p {
    color: #334a52;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.8rem;
    line-height: 25px;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.sessao-galeria .col-depoimento span {
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.0rem;
}

/*
* NOTICIA
*/

#depoimentos {
    padding: 4% 0% 4% 0%;
}

#depoimentos h2 {
    font-family: sans-serif;
    font-size: 2.35em;
    color: #3b87bc;
    margin: 0 auto;
    letter-spacing: -1px;
    width: 66%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    font-weight: bold;
}

#depoimentos p {
    font-family: Calibri;
    font-size: 1.5em;
    color: #3b87bc;
    margin: 0 auto;
    letter-spacing: 0px;
    width: 62%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    line-height: 27px;
    /* font-weight: bold; */
    padding-top: 0%;
}

#depoimentos span {
    font-family: Calibri;
    font-size: 1.1em;
    color: #3b87bc;
    margin: 0 auto;
    width: 66%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.sessao-noticia {
    text-align: center;
    padding: 3%;
    font-family: 'Open Sans', sans-serif;
    background: #deae26;
    height: 533px;
}

.sessao-noticia article {
    margin: 0 15% 0 15%;
}

.sessao-noticia h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5em;
    color: #fff;
    margin: 0 auto;
    letter-spacing: -1px;
    width: 72%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4%;
    line-height: 43px;
}

.sessao-noticia span {
    color: #deae26;
    font-size: 1.1em;
    font-weight: 100;
}

.sessao-noticia p {
    color: #4d6779;
    font-size: 1.3em;
    margin: 4px 0 20px 0;
}

.sessao-noticia .btn-noticia {
    display: inline-block;
    background-color: #fff;
    color: #3b87bc;
    font-family: Calibri;
    font-size: 1.25em;
    padding: 7px 17px;
    border-radius: 25px;
    margin-top: 35px;
}

.sessao-noticia .btn-noticia:hover {
    background-color: #3b87bc;
    color: #fff;
}

/*
* CONTATO
*/

.sessao-contato {
    background: url(../img/bg-galeria.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 5% 0% 5% 0%;
    background-attachment: fixed;
}

.sessao-contato h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 2.7em;
    color: #fff;
    margin: 0 auto;
    letter-spacing: -1px;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1%;
    line-height: 43px;
}

.sessao-contato p {
    font-family: 'Open Sans', sans-serif !important;
    color: #FFF;
    font-size: 2.1rem;
}

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

#newsletter h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 2.1em;
    color: #808a8e;
    margin: 0 auto;
    letter-spacing: -1px;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
}

/*
* PARCEIROS
*/

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

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

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

/* PARCEIROS */

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

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

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

/*
* FOOTER 
*/

#footer-session {
    background-color: #187cb1;
    background-image: url(../img/bg-header3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    padding-bottom: 0;
    /* height: 516px; */
    padding: 3% 0% 3% 0%;
    background-position: bottom;
}

#footer-session h2 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.0rem;
    margin-bottom: 20px;
}

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

#footer-session ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 1.6rem;
}

#footer-session ul li a:hover {
    text-decoration: underline !important;
}

#footer-session p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    margin: 2px;
    color: #FFF;
}

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

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

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

#footer-session .footer-social li a {
    display: inline-block;
    border-radius: 90px;
    background-color: #FFF;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: 2px;
}

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

#footer-session .footer-social li a:hover {}

#footer-session .footer-social li i:hover {}

#footer-session .footer-duvida {
    text-align: center;
    margin-top: 4%;
}

#footer-session .footer-duvida a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 25px;
    padding: 6px 30px;
    display: inline-block;
    margin-bottom: 30px;
    color: #FFF;
}

#footer-session .footer-duvida a:hover {
    background-color: #FFF;
    color: #232323;
    font-weight: bold;
}

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

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

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

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

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