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


/** INICIO ICON MENSENGER FIXO **/
#fab-messenger {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 1.5rem;
    z-index: 9998;
  }
  
  #fab-messenger .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: #0084ff;
    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-messenger .fab-action {
      background-image: url(../../web-files/img/messenger.png);
      background-size: 60%;
      background-repeat: no-repeat;
      /* margin: 0 50%; */
      background-position: 50% 50%;
  }
  
  #fab-messenger .fab-action:hover {
    background-color: #0084ff
  }
  
  #fab-messenger .fab-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 3.5rem;
  }  



/** INICIO ICON FACEBOOK FIXO **/
#fab-facebook { position: fixed; width: 64px; right: 2%; bottom: 8.5rem; z-index: 9998; }
#fab-facebook a { z-index: 99999; }
#fab-facebook .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: #1877f2;
    border-radius: 50%;
    color: #FFF;
    font-size: 3.5rem;
    padding: 0 30%;
}


/** INICIO WHATSAPP ANIMADO **/

#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 16rem;
    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);
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -ms-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
}

#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: 23rem;
    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: #14c59e;
    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 #14c59e;
    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 #14c59e;
}

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

@keyframes WaveChatNew {
    0% {
        color: #FFF;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #14c59e;
    }
}

/*
#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: 90%;
    margin: 10px 5%;
}

.menu-push ul {
    padding: 0;
}

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

.menu-push ul li:hover {
    background-color: #0126cc;
}

.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: #14c59e!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: #15b4a2e8;
    color: #FFF;
    font-size: 1.1em;
    padding: 11px 35px 11px 35px;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
}

.header-topo .header-idoc .box-idoc:hover {
    background-color: #ffffff;
    color: #0126cc;
}

.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: 4%;
    display: flex;
    padding-left: 7%;
}

.header-logo img{
    padding-top: 1%;
}

.header-topo .header-menu-lateral {
    z-index: 101;
    right: -60px;
    top: -28px;
    position: absolute;
    width: 200px;
    height: 100px;
    display: inline-block;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

.header-topo .header-menu-lateral a i {
    color: #14c59e!important;
    font-size: 2.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 {
    padding: 23px;
    border-radius: 90px;
    background-color: #FFF;
    width: 50%;
    clear: both;
    margin: 0 auto;
}

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

.header-newsletter button {
    border: 0;
    background-color: #14c59e;
    padding: 2%;
    border-radius: 90px;
    color: #FFF;
    font-size: 17px;
    display: -webkit-inline-box;
    width: 22%;
}

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

.header-social li {
    display: inline;
}

.header-social li a {
    display: inline-block;
    text-align: center;
    width: 35px;
    margin-right: 5px;
}

.header-social li i {
    color: #14c59e;
    font-size: 34px;
}

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

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

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

/*
* TOPO PAGINAS INTERNAS
*/

/* Topo Header */

.header-topo-pagina {
    position: relative;
    z-index: 100;
    text-align: center;
    background-color: #0126cc !important;
    height: 96px;
}

.header-topo-pagina .header-idoc .box-idoc {
    background-color: #FFF;
    color: #0126cc;
    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;
}

.header-topo-pagina .header-menu-lateral {
    z-index: 101;
    right: -62px;
    top: -32px;
    position: absolute;
    width: 180px;
    height: 91px;
    display: inline-block;
    background-color: #14c59e;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

/*
* INICIO SESSAO ABRIR / MIGRAR EMPRESA
*/

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

.sessao-abrir-empresa h2 {
    font-family: 'Literata', serif;
    font-size: 3.25em;
    color: #0126cc;
    margin: 0 auto;
    letter-spacing: -2px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    line-height: 50px;
}

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

.sessao-abrir-empresa h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.65em;
    color: #0faf8c;
    /* font-weight: bold; */
    margin: 0 auto;
    letter-spacing: 0px;
    /* background: #14c59e; */
    width: 50%;
    padding: 1%;
    line-height: 27px;
}

.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: 100%;
    -webkit-clip-path: circle(48% at 50% 48%);
    clip-path: circle(48% at 50% 48%);
    opacity: 1;
}

.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% 3% 9% 3%;
}

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

.box-abrir a {
    font-size: 1.65em;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    /* font-weight: bold; */
    letter-spacing: -1px;
    background: #14c59e;
    padding: 3% 20%;
    border-radius: 90px;
    display: inline-flex;
    line-height: 24px;
}


.conheca-text{
    font-family: -webkit-pictograph;
    color: #fff!important;
    background: #14c59ec9;
    padding: 14px 35px;
    border-radius: 90px;
    font-size: 1.65em;
}

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

.sessao-conhecer {
    text-align: center;
    background: #0126cc;
    background-image: url('../img/sobre.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0% 10% 0%;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.sessao-conhecer .row-conhecer h2 {
    font-family: 'Literata', serif;
    font-size: 2.45em;
    color: #fff;
    margin: 0 auto;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    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: 'Assistant', sans-serif;
    font-size: 1.55em;
    width: 65%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.sessao-conhecer .row-conhecer .btn-conheca-mais {
    display: inline-block;
    color: #808a8e;
    background-color: #FFF;
    padding: 12px 50px;
    margin-top: 40px;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.sessao-conhecer .row-conhecer .btn-conheca-mais:hover {
    color: #FFF;
    background-color: #14c59e;
    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;
}

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

.row-utilitario p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.65em;
    color: #14c59e;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 2%;
    text-align: center;
}

.bx-utili p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.2em !important;
    color: #4d567b !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-weight: 100 !important;
    line-height: 21px !important;
    /* height: 84px; */
    padding-bottom: 6%;
}

.bx-utili h3 {
    font-family: 'Literata', serif;
    font-size: 1.75em !important;
    color: #14c59e!important;
    margin: 0 auto !important;
    text-align: center !important;
    font-weight: 100 !important;
    line-height: 24px !important;
    padding-bottom: 5%;
    padding-top: 5%;
    letter-spacing: -1px;
}

.bx-1 {
    margin: 10px;
}

.bx-1 {
    width: 23%;
}

.bx-utili {
    padding: 1% 10% 1% 10% !important;
}

.header-social ul{
    margin-left:-30px;
}

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

.row-utilitario .bx-1 {
    padding: 0;
}

.row-utilitario .bx-1 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: #14c59e;
    color: #ffffff;
    padding: 3px;
    border-radius: 90px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    width: 42%;
    font-family: Calibri;
    font-size: 1.15em;
    /* border: 1px solid #fff; */
}

.row-utilitario {
    padding: 0% 0% 3% 0%;
}

#boxempresa{
    padding: 7% 0% 10% 0%;
}

#boxempresa h2{
    font-family: 'Literata', serif;
    font-size: 3.25em;
    color: #0126cc;
    margin: 0 auto;
    letter-spacing: -2px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
    line-height: 50px;
}

#boxempresa h3{
    font-family: 'Literata', serif;
    font-size: 2.1em !important;
    color: #13b390!important;
    margin: 0 auto !important;
    text-align: center !important;
    font-weight: 100 !important;
    line-height: 32px !important;
    padding-bottom: 5%;
    padding-top: 5%;
    letter-spacing: -1px;
    width: 75%;
    clear: both;
    margin: 0 auto;
    display: block;
}

#boxempresa p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.2em !important;
    color: #4d567b !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-weight: 100 !important;
    line-height: 21px !important;
    /* height: 84px; */
    padding-bottom: 6%;
}

#boxempresa .text-a{
    background-color: #0126cc;
    color: #ffffff;
    padding: 7px;
    border-radius: 90px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    width: 50%;
    font-family: Calibri;
    font-size: 1.55em;
    font-family: 'Assistant', sans-serif;
}



#boxempresa .bx-empresa1{
    padding-top: 5%;
}

#boxempresa .boxbotoes{
    padding: 0% 8% 0% 8%;
}

/*
* ARIGOS
*/

.sessao-artigos {
    padding: 5% 0% 5% 0%;
    text-align: center;
    background: #0126cc;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.sessao-artigos h2 {
    font-family: 'Literata', serif;
    font-size: 2.8em;
    color: #fff;
    margin: 0 auto;
    letter-spacing: 0px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0%;
    line-height: 50px;
    padding-top: 4%;
}

.sessao-artigos h3 {
    font-family: 'Assistant', sans-serif;
    font-size: 1.85em;
    margin-top: 0;
    margin-bottom: 14px;
    color: #ffffff;
    /* font-weight: bold; */
    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: 1.4rem;
    font-weight: 600px;
    padding-top: 20px;
    margin-bottom: 5px;
    color: #14c59e;
}

.sessao-artigos .box-artigo p {
    font-family: 'Assistant', sans-serif;
    font-size: 1.45em;
    line-height: 24px;
    color: #ffffff;
}

.sessao-artigos .box-artigo a {
    color: #14c59e;
    font-family: Calibri;
    font-size: 1.2em;
}

.sessao-artigos .btn-veja-all-artigo {
    display: inline-block;
    background-color: #14c59e;
    color: #FFF;
    font-family: Calibri;
    font-size: 1.25em;
    padding: 5px 28px;
    border-radius: 25px;
    margin-top: 35px;
}

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

.artigos {
    padding: 4% 2%;
}

/*
* INICIO SESSAO GALERIA - NEWSLETTER
*/

.sessao-galeria {
    text-align: center;
    padding: 0% 0% 2% 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: 'Muli', sans-serif;
    font-size: 2.15em;
    color: #808a8e;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    line-height: 37px;
    padding-top: 24%;
}

.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: #808a8e;
    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: 2% 0% 2% 0%;
    text-align: center;
}

.sessao-galeria .col-depoimento h2 {
    font-family: 'Literata', serif;
    font-size: 3.25em;
    color: #0126cc;
    margin: 0 auto;
    letter-spacing: -2px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    line-height: 50px;
}

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

/*
* NOTICIA
*/

.sessao-noticia {
    text-align: center;
    padding: 6% 0%;
    font-family: 'Open Sans', sans-serif;
}

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

.sessao-noticia h2 {
    color: #3B7EE6;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 25px;
}

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

.sessao-noticia p {
    color: #ffffff;
    font-size: 1.55em;
    margin: 4px 0 20px 0;
    font-family: 'Assistant', sans-serif;
}

.sessao-noticia .btn-noticia {
    display: inline-block;
    background-color: #14c59e;
    color: #FFF;
    font-family: Calibri;
    font-size: 1.25em;
    padding: 5px 28px;
    border-radius: 25px;
    margin-top: 35px;
}

.sessao-noticia .btn-noticia:hover {
    background-color: #14c59e
}

/*
* 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: 0% 0% 5% 0%;
}

#newsletter h2 {
    font-family: 'Literata', serif;
    font-size: 2em;
    color: #ffffff;
    margin: 0 auto;
    /* letter-spacing: -1px; */
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1%;
    padding-top: 0%;
}

/*
* 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: #0126cc;
    color: #FFF;
    padding-bottom: 0;
    height: 335px;
    padding: 3% 0% 3% 0%;
}

#footer-session h2 {
    display: block;
    font-family: 'Literata', serif;
    font-size: 2.0rem;
    margin-bottom: 20px;
    color: #14c59e;
}

#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: #14c59e;
    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: #14c59e;
    color: #ffffff;
    border: 1px solid #14c59e;
}

.footer-copy {
    background-color: #14c59e;
    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;
}