/* 
    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: 10rem;
    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: #242424;
    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 #242424;
    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 #242424;
}

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

@keyframes WaveChatNew {
    0% {
        color: #FFF;
    }
    50% {
        color: #FA9D83;
    }
    100% {
        color: #F77047;
    }
}

/*
#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 */

.header-topo-pagina .header-logo img{
    width: 20%;
}

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

.menu-push ul {
    padding: 0;
}

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

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

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

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

/* Topo Header */

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

.header-topo .header-idoc {
    background: #d47323;
}

.header-topo .header-idoc .box-idoc {
    background-color: #085282;
    color: #FFF;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 11px 35px 13px 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

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

.header-topo .header-idoc .box-idoc span {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Aleo', serif;
    font-size: 0.95em;
}

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

.header-topo .header-logo {
    position: absolute;
    margin-top: 2%;
}

.header-topo .header-menu-lateral {
    z-index: 101;
    right: -57px;
    top: -22px;
    position: absolute;
    width: 212px;
    height: 94px;
    display: inline-block;
    background-color: #d47323;
    -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: 47px;
}

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

/* Slider */

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

.header-slider h2 {
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-size: 1.3rem;
}

/*Newsletter*/

.header-newsletter {
    padding: 20px;
    border-radius: 90px;
    background-color: #FFF;
    font-family: 'Avenir Next LT Pro Medium Condensed';
}

.header-newsletter input {
    font-family: 'Aleo', serif;
    border: 0;
    min-width: 340px;
    padding: 10px;
    color: #555353;
    font-size: 15px;
}

.header-newsletter button {
    border: 0;
    background-color: #d47323;
    padding: 10px 15px;
    border-radius: 20px;
    color: #FFF;
    font-size: 17px;
    font-family: 'Aleo', serif;
}

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

.header-social li {
    display: inline;
}

.header-social li a {
    display: inline-block;
    border-radius: 90px;
    background-color: #FFF;
    text-align: center;
    width: 65px;
    height: 65px;
    margin-right: 10px;
}

.header-social li i {
    color: #d47323;
    font-size: 28px;
    margin-top: 17px;
}

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

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

/*
* TOPO PAGINAS INTERNAS
*/

/* Topo Header */

.header-topo-pagina {
    position: relative;
    z-index: 100;
    text-align: center;
    background-color: #d57421 !important;
}

.header-topo-pagina .header-idoc .box-idoc {
    background-color: #FFF;
    color: #003f75;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    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: #d57421;
}

.header-topo-pagina .header-idoc .box-idoc span {
    display: inline-block;
    margin-top: 10px;
    font-family: Calibri;
    font-size: 1em;
    font-weight: bold;
}

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

.header-topo-pagina .header-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-topo-pagina .header-menu-lateral {
    z-index: 101;
    right: -60px;
    top: -28px;
    position: absolute;
    width: 200px;
    height: 100px;
    display: inline-block;
    background-color: #d57421;
    -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 {
    text-align: center !important;
    margin: 8% 0% 8% 0%;
}

.sessao-abrir-empresa h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 4rem;
    color: #054986;
    margin: 0 0 15px 0;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 6%;
}

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

.sessao-abrir-empresa h3 {
    font-family: 'Aleo', serif;
    font-size: 3.0rem;
    color: #de7821;
    padding-bottom: 2%;
}

.sessao-abrir-empresa p {
    font-family: 'Aleo', serif;
    font-size: 1.35em;
    line-height: 32px;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4%;
}

.row-conhecer a {
    font-size: 1.15em !important;
    color: #fff !important;
    background: #d57421 !important;
    padding: 1% 3% !important;
    border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    -moz-border-radius: 90px !important;
    -ms-border-radius: 90px !important;
    -o-border-radius: 90px !important;
}

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

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

.sessao-abrir-empresa .box-empresa img {
    width: 100%;
}

.sessao-abrir-empresa .box-empresa a {
    display: block;
    font-family: 'Aleo', serif;
    color: #FFF;
    background-color: #054986;
    font-size: 2.6rem;
    padding: 17px 0;
    line-height: 26px;
}

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

.row-conhecer {
    padding: 53% 15% 1% 15%;
}

.sessao-conhecer {
    /* background: url(../img/bg-conheca-nos.jpg); */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    text-align: center;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 80px;
    /* background: #fff; */
}

.sessao-conhecer .row-conhecer h2 {
    font-family: 'Avenir Next LT Pro Ultra Light Condensed';
    font-size: 4.4rem;
    margin-bottom: 5px;
}

.sessao-conhecer .row-conhecer h3 {
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-size: 5.0rem;
    margin-top: 0;
    margin-bottom: 40px;
}

.sessao-conhecer .row-conhecer p {
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-size: 1.8rem;
}

.sessao-conhecer .row-conhecer .btn-conheca-mais {
    display: inline-block;
    color: #4687EE;
    background-color: #FFF;
    padding: 12px 50px;
    margin-top: 40px;
    border-radius: 25px;
}

.sessao-conhecer .row-conhecer .btn-conheca-mais:hover {
    color: #FFF;
    background-color: #4687EE;
}

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

.sessao-conhecer .row-utilitario h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 4rem;
    margin-bottom: 15px;
    color: #054986;
}

.sessao-conhecer .row-utilitario p {
    font-family: 'Aleo', serif;
    font-size: 2.75rem;
    color: #d6751e;
    padding-bottom: 4%;
}

.sessao-conhecer .row-utilitario .utili {
    background-color: #fff;
    padding: 2%;
    margin: 7px;
    width: 32%;
    height: 550px;
    /* box-shadow: -1px 2px 5px 0px #00000029; */
    border: 1px solid #dedede;
}

.sessao-conhecer .row-utilitario article div img {
    width: 100%;
}

.sessao-conhecer .row-utilitario .box-util-content {
    color: #453E36;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    padding: 10px;
    margin-bottom: 15px;
}

.sessao-conhecer .row-utilitario .box-util-content h2 {
    font-size: 2.1rem;
    margin-bottom: 10px;
    margin-top: 13px;
    color: #d6751e;
}

.sessao-conhecer .row-utilitario .box-util-content p {
    font-size: 1.75rem;
    margin-bottom: 13px;
    line-height: 19px;
    height: 66px;
    color: #054986;
}

.sessao-conhecer .row-utilitario .box-util-content a {
    background-color: #054986;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    font-family: 'Aleo', serif;
}

/*
* ARIGOS
*/

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

.sessao-artigos h2 {
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-size: 4.8rem;
    font-weight: 600px;
    margin-bottom: 5px;
}

.sessao-artigos h3 {
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 40px;
}

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

.sessao-artigos .box-artigo-1 article {
    margin-right: 10px;
}

.sessao-artigos .box-artigo-2 article {
    background-color: #F9F9F9;
    border-top: 5px solid #3D3730;
    margin-left: 10px;
}

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

.sessao-artigos .box-artigo span {
    color: #d57421;
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Aleo', serif;
}

.sessao-artigos .box-artigo h2 {
    font-family: 'Aleo', serif;
    font-size: 2.25rem;
    margin: 0 0 18px 0;
    color: #054986;
}

.sessao-artigos .box-artigo p {
    font-family: 'Aleo', serif;
    font-size: 1.75rem;
}

.sessao-artigos .box-artigo a {
    color: #054986;
    font-family: 'Aleo', serif;
    float: left;
    text-align: center;
}

.sessao-artigos .btn-veja-all-artigo {
    display: inline-block;
    background-color: #054986;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 25px;
    margin-top: 75px;
    font-family: 'Aleo', serif;
    font-size: 1.2em;
}

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

/*
* INICIO SESSAO GALERIA - NEWSLETTER
*/

.sessao-galeria {
    text-align: center;
    background: #054986;
    padding: 7% 0% 8% 0%;
}

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

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

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

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

.sessao-galeria .box-info-galeria h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 4rem;
    margin-bottom: 15px;
    color: #054986;
    padding-top: 19%;
}

.sessao-galeria .box-info-galeria p {
    color: #d57421;
    font-family: 'Aleo', serif;
    font-size: 1.8rem;
}

.sessao-galeria .box-info-galeria a {
    display: inline-block;
    margin-top: 25px;
    color: #ffffff;
    background: #054986;
    padding: 2% 6%;
    border-radius: 90px;
    font-size: 1.1em;
}

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

.sessao-galeria .col-depoimento {
    text-align: center;
}

.sessao-galeria .col-depoimento h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 3.25rem;
    color: #d4782a;
    margin: 0 0 15px 0;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 6%;
}

.sessao-galeria .col-depoimento h3 {
    color: #FFF;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    margin: 4px 0 32px 0;
}

.sessao-galeria .col-depoimento p {
    color: #FFF;
    font-family: 'Aleo', serif;
    font-size: 1.9rem;
}

.sessao-galeria .col-depoimento span {
    text-transform: capitalize;
    color: #d4782a;
    font-family: 'Aleo', serif;
    font-size: 2.0rem;
    font-style: italic;
}

/*
* NOTICIA
*/

.sessao-noticia {
    text-align: center;
    padding: 2% 0% 10% 0%;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    width: 87%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

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

.sessao-noticia h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 3.35rem;
    margin-bottom: 42px;
    color: #054986;
}

.sessao-noticia span {
    color: #d57421;
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Aleo', serif;
}

.sessao-noticia p {
    color: #666;
    font-size: 2rem;
    margin: 4px 0 20px 0;
    font-family: 'Aleo', serif;
    line-height: 24px;
}

.sessao-noticia .btn-noticia {
    display: inline-block;
    background-color: #054986;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 25px;
    margin-top: 15px;
    font-family: 'Aleo', serif;
    font-size: 1.2em;
}

.sessao-noticia .btn-noticia:hover {
    background-color: #326DBE
}

/*
* CONTATO
*/

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

.sessao-contato h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 4rem;
    color: #fff;
    margin: 0 0 15px 0;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 6%;
}

.sessao-contato p {
    font-family: 'Aleo', serif;
    color: #FFF;
    font-size: 2.3rem;
    margin-top: 12px;
    line-height: 24px;
}

/*
* PARCEIROS
*/

.sessao-parceiros {
    text-align: center;
    padding: 8% 0% 8% 0%;
    font-family: 'Roboto Slab', serif;
}

.sessao-parceiros h2 {
    margin: 0;
    color: #054986;
    font-size: 3.4rem;
    margin-bottom: 23px;
}

.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: url(../img/contato.jpg);
    background-attachment: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    padding-bottom: 0;
}

#footer-session h2 {
    display: block;
    font-family: 'Roboto Slab', 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: Calibri;
    color: #fff;
    font-size: 1.75rem;
    line-height: 15px;
}

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

#footer-session p {
    font-family: Calibri;
    font-size: 1.85rem;
    margin: 0px;
    color: #FFF;
    line-height: 24px;
}

#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: 60px;
    height: 60px;
    margin-right: 10px;
}

#footer-session .footer-social li i {
    color: #d57421;
    font-size: 30px;
    margin-top: 15px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#footer-session .footer-social li a:hover {
    transition:1s;
    background-color: #0b2c4a;
    color: #FFFFFF !important;
    -webkit-transition:1s;
    -moz-transition:1s;
    -ms-transition:1s;
    -o-transition:1s;
}

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

#footer-session .footer-duvida {
    text-align: center;
}

#footer-session .footer-duvida a {
    font-family: 'Avenir Next LT Pro Ultra Light Condensed';
    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: #d57421;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin-top: 79px;
}

.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: 1rem !important;
    margin-bottom: 2px;
    font-family: Calibri!important;
}