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


/* Create four equal columns that floats next to each other */
.column {

}



/* Clear floats after rows */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
   padding: 10%;
    margin-bottom: 25px;
    border: 4px solid #697e85;
    height: 515px;
    border-radius: 15px;
    box-shadow: -1px 2px 6px 3px #00000026;
    background-color: #697e85;
    transition:0.3s;
}

.content:hover {
    border: 4px solid #fff;
    transition:0.3s;
}

.bx-conhecer-imagem {
    padding-top: 30px;
}

#box-servicos {
    padding: 0% 5% 5% 5%;
}

#box-servicos h2 {
    color: #ac111a;
    font-size: 1.85em;
    font-family: sans-serif;
    letter-spacing: -1px;
    padding-bottom: 4%;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}

#box-servicos h3 {
    color: #fff;
    font-size: 1.85em;
    font-family: sans-serif;
    letter-spacing: 0px;
    padding-bottom: 1%;
    /* letter-spacing: 0px; */
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 3% 0% 3% 0%;
    text-align: left;
    font-weight: bold;
}

#box-servicos p {
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Sans TC';
    letter-spacing: 0px;
    padding-bottom: 0%;
    text-align: left;
    width: 100%;
    clear: both;
    margin: 0 auto;
    font-weight:500;
}

/** INICIO WHATSAPP ANIMADO **/
#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2rem;
    bottom: 11rem;
    z-index: 9998;
    color: #fff;
    font-size: 34px;
}

#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: #58b32a;
    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 #58b32a;
    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 #58b32a;
}

#fab-wpp:hover::before {
    border: 4px solid #58b32a;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }

    50% {
        opacity: 0.7;
    }

    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

/** FINAL WHATSAPP ANIMADO **/

/** INICIO BT VIDEOCONFERENCIA **/
#fab-video {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 28rem;
    z-index: 9998;
    color: #fff;
    font-size: 34px;
}

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

#fab-video .fab-action-video {
    transition: all 225ms ease-in-out;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #697e85;
    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-video .fab-action-video i {
    margin: 0 auto;
    color: #fff;
    font-size: 3rem;
}

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

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

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

#fab-video:hover::after {
    border: 4px solid #697e85;
}

#fab-video:hover::before {
    border: 4px solid #697e85;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }

    50% {
        opacity: 0.7;
    }

    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

/** FINAL VIDEOCONFERENCIA **/

/** INICIO CHAT RODAPE ANIMADO **/
#fab-chat {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 98px;
    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: #697e85;
    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 #697e85;
    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 #697e85;
}

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

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

    50% {
        color: #fff;
    }

    100% {
        color: #697e85;
    }
}



/*
#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%;
}

.menu-push ul {
    padding: 0;
}

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

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

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

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

/* Topo Header */
.header-topo {
    position: relative;
    z-index: 100;
    text-align: left;
}

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

.header-topo .header-idoc .box-idoc {
    background-color: #2A303D;
    color: #FFF;
    font-family: 'Work 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 .header-idoc .box-idoc:hover {
    background-color: #384152;
}

.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: -2px;
    padding-left: 84px;
    border-top: 15px solid #fff;
    padding-top: 10px;
}

.header-topo .header-menu-lateral {
    z-index: 101;
    right: 0px;
    top: 14px;
    position: absolute;
    width: 25%;
}

.header-topo .header-menu-lateral a {
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    font-size: 21px;
    /* border: 2px solid #fff; */
    padding: 4px 28px;
    border-radius: 90px;
    background: #ac111a;
}

.header-topo .header-menu-lateral a:hover {
    background: #ac111a!important;
    color: #fff!important;
}

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

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

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


.header-newsletter input {
    border: 0;
    min-width: 340px;
    padding: 22px;
    color: #ac111a;
    font-size: 18px;
    width: 32%;
    text-align: center;
    border-radius: 90px;
}

.header-newsletter button {
    border: 0;
    background-color: #697e85;
    padding: 22px 35px;
    border-radius: 90px;
    color: #FFF;
    font-size: 18px;
}

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

.header-social li {
    display: inline;
}

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

.header-social li i {
    color: #ffffff;
    font-size: 23px;
    margin-top: 13px;
}

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

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

/*
* TOPO PAGINAS INTERNAS
*/
/* Topo Header */
.header-topo-pagina {
    position: initial;
    z-index: 100;
    background-color: #fff!important;
    padding: 0% 5% 1% 5%;
}

.header-topo-pagina .header-logo img {
    width: 130px;
}

.header-topo-pagina .header-idoc .box-idoc {
    background-color: #FFF;
    color: #ac111a;
    font-family: 'Work 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: -43px;
    top: -38px;
    position: absolute;
    width: 120px;
    /* height: 100px; */
    display: inline-block;
}

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

.header-topo-pagina .header-menu-lateral a i {
    color: var(--purple);
    font-size: 2.5em;
}

/*
* INICIO SESSAO ABRIR / MIGRAR EMPRESA
*/
.sessao-abrir-empresa {
    text-align: center !important;
    margin: 0 auto;
    padding: 13% 0% 13% 0%;
    background: #4a565a;
    clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
}

.sessao-abrir-empresa h2 {
        font-family: 'Work Sans', sans-serif;
    font-size: 4.25em;
    color: #ffffff;
    margin: 0 auto;
    letter-spacing: 0px;
    padding: 0% 0% 5% 0%;
    letter-spacing: -1px;
    width: 80%;
    text-align: center;
    clear: both;
    margin: 0 auto;
}

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

.sessao-abrir-empresa .depoimentos {
    padding: 1% 0% 1% 0%;
    color: #fff;
}

.sessao-abrir-empresa p {
   font-family: sans-serif;
    font-size: 1.54em;
    color: #ffffff;
    margin: 0 auto;
    letter-spacing: 0px;
    padding: 0% 0% 5% 0%;
    letter-spacing: 0px;
    width: 70%;
    text-align: center;
    clear: both;
    margin: 0 auto;
}

.sessao-abrir-empresa .depoimentos h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 33px;
    color: #ffffff;
    margin: 0 auto;
    letter-spacing: 0px;
    padding: 4% 0% 1% 0%;
    letter-spacing: 0px;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0 auto;
}

.sessao-abrir-empresa .depoimentos h4 {
    font-family: sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    letter-spacing: 0px;
    padding: 1% 0% 1% 0%;
    width: 50%;
    text-align: center;
    clear: both;
    margin: 0 auto;
    line-height: 25px;
}

.sessao-abrir-empresa .depoimentos span{
	    background-color: var(--red);
    padding: 2px 10px;
    border-radius: 4px;
    margin-top: 5px;
}

.sessao-abertura {
    padding: 0% 8% 0% 8%;
}

.botoesabrir{
	padding: 0% 15%;
}

.fas.fa-phone {
    color: #ac111a;
}

.fas.fa-envelope {
    color: #ac111a;
}

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

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

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

.sessao-abrir-empresa .box-empresa a {
    display: block;
    font-family: 'Work Sans', sans-serif;
    color: #ac111a;
    background-color: #ac111ae6;
    font-size: 1.35em;
    padding: 10%;
    letter-spacing: -1px;
}

.container2 {
    margin-bottom: 30px;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 15px;
    right: 0;
    background-color: #ac111ae6e6;
    overflow: hidden;
    width: 93%;
    height: 0;
    transition: .5s ease;
}

.container2:hover .overlay {
    bottom: 0;
    height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 22px;
}

.text-titulo {
   font-family: sans-serif;
    font-size: 1.7em;
    color: var(--purple);
    margin: 0 auto;
    letter-spacing: -1px;
    padding: 7% 0%;
    background: #ffffff;
    font-weight: bold;
    line-height: 30px;
}

.text2 {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 26px;
}

.text3 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 26px;
}


#conhecer {
    padding: 1% 0% 5% 0%;
    width: 90%;
    clear: both;
    margin: 0 auto;
}

#conhecer h2 {
        font-family: 'Work Sans', sans-serif;
    font-size: 3.25em;
    margin: 0 auto;
    letter-spacing: 0px;
    padding: 3% 0% 3% 0%;
    letter-spacing: -1px;
    line-height: initial;
    width: 80%;
}

#conhecer p {
    font-family: sans-serif;
    font-size: 1.65em;
    font-weight:500;
    margin: 0 auto;
    width: 70%;
    clear: both;
    margin: 0 auto;
    line-height: 36px;
}


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

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

.sessao-conhecer .box-util-content{
    background-color: #697e85;
    padding: 25% 0%;
    border-radius: 23px;
    border: 4px solid #697e85;
    transition:0.2s;
}

.sessao-conhecer .box-util-content:hover{
    border: 4px solid #fff;
    transition:0.3s;
    transform:scale(1.05);
}

.sessao-conhecer .row-conhecer h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 4.4rem;
    margin-bottom: 5px;
}

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

.sessao-conhecer .row-conhecer p {
    font-family: 'Work Sans', sans-serif;
    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 h2 {
        font-size: 3rem;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    padding-bottom: 4%;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.sessao-conhecer .row-utilitario h3 {
    font-size: 2em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0px;
    padding-bottom: 3%;
    width: 100%;
    clear: both;
    margin: 0 auto;
    line-height: initial;
    padding-top: 3%;
    color: #fff;
}

.sessao-conhecer .row-utilitario article {
    justify-content: space-between;
}

.sessao-conhecer .row-utilitario .box-util-content h2 {
    font-size: 1.9rem;
    margin-bottom: 10px;
    margin-top: 0;
}

.sessao-conhecer .row-utilitario .box-util-content p {
    color: #fff;
    font-size: 1.4em;
    font-family: sans-serif;
    letter-spacing: 0px;
    padding: 2%;
    text-align: center;
    width: 75%;
    clear: both;
    margin: 0 auto;
    line-height: initial;
}

.utilitarios {
    padding: 0% 10%;
}

.utili {
    padding: 2%;
}

#documentos_form label {
    color: #fff;
}

/*
* ARIGOS
*/
.sessao-artigos {
        text-align: center;
    padding: 13% 3% 13% 3%;
    background: #4a565a;
    clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
}

.sessao-artigos h2 {
    color: #fff;
    font-size: 1.8em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    padding-bottom: 3%;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 4%;
    text-transform: uppercase;
}

.sessao-artigos h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 2.2rem;
    margin-top: 0;
}

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

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

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

.sessao-artigos span {
    display: inline-block;
    font-family: calibri;
    font-size: 12px;
    font-weight: 600px;
    padding-top: 20px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
}

.sessao-artigos h3 {
    color: #fff;
    font-size: 1.2em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0px;
    padding-bottom: 1%;
    text-align: center;
    width: 80%;
    clear: both;
    margin: 0 auto;
    height: 90px;
    line-height: 22px;
}

.sessao-artigos h4 {
    color: #ffffff;
    font-size: 1.45em;
    font-family: sans-serif;
    letter-spacing: 0px;
    padding-bottom: 10px;
    text-align: center;
    width: 70%;
    clear: both;
    margin: 0 auto;
    line-height: initial;
    text-transform: capitalize!important;
    font-weight: 700;
    background-color: #58666a;
    padding: 12px;
    border-radius: 7px;
}

.sessao-artigos p {
    color: #ffffff;
    font-size: 1.15em;
    font-family: sans-serif;
    text-align: center;
    width: 70%;
    clear: both;
    margin: 0 auto;
    line-height: initial;
    text-transform: capitalize!important;
    font-weight: 500;    
}

.sessao-artigos a {
    color: #ac111a;
    font-family: 'Work Sans', sans-serif;
}

.sessao-artigos .btn-veja-all-artigo {
    display: inline-block;
    background-color: #697e85;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5rem;
    padding: 8px 41px;
    border-radius: 25px;
    margin-top: 35px;
}

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

.sessao-galeria{
    padding: 5% 0% 5% 0%;
}

.sessao-galeria h2{
font-size: 4em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    padding-bottom: 0%;
    /* width: 50%; */
    /* clear: both; */
    margin: 0 auto;
    text-align: center;
}

.box-galeria{
    padding: 0% 5% 0% 5%;
}

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

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

.sessao-galeria .box-info-galeria {
        padding: 1% 0%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sessao-galeria .box-info-galeria h2 {
    color: #fff;
    font-size: 2.25em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0px;
    padding-bottom: 0%;
    padding-top: 8%;
}

.sessao-galeria .box-info-galeria p {
        font-family: sans-serif;
    font-size: 21px;
    width: 50%;
    line-height: 29px;
    padding-top: 0%;
    text-align: center;
    font-weight: 500;
    margin: 0 auto!important;
    padding-bottom: 2%;
}

.sessao-galeria .box-info-galeria a {
        background: #ac111a;
    float: left;
    padding: 20px;
    margin-bottom: 0px;
    width: 40%;
    text-align: center;
    font-family: sans-serif;
    font-size: 2.55rem;
    color: #ffffff;
    border-radius: 90px;
    margin-top: 10px;
    border: 2px solid #fff;
}

.sessao-galeria .box-info-galeria a:hover {
    background: #697e85;
}

#col-depoimento {
    background: #fff;
    padding: 0% 0% 2% 0%;
}

#col-depoimento h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 2.4em;
    color: #ac111a;
    margin: 0 auto;
    letter-spacing: 0px;
    padding: 0% 0% 3% 0%;
}

#col-depoimento h3 {
    color: #ac111a;
    font-family: 'Work Sans', sans-serif;
    margin: 8px 0 32px 0;
    font-size: 20px;
}

#col-depoimento p {
    color: #ac111a;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.9rem;
    width: 60%;
    clear: both;
    margin: 0 auto;
}

#col-depoimento span {
    text-transform: capitalize;
    color: #6ea955;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.65rem;
}

.newsletter h3 {
    color: #fff;
    font-size: 2em;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    padding-bottom: 4%;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 7%;
    line-height: 31px;
}

.newsletter {
    padding: 1% 0% 3% 0%;
}

/*
* NOTICIA
*/
.sessao-noticia {
    text-align: center;
    padding: 0px 0 0px 0;
    font-family: 'Work Sans', sans-serif;
}

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

.sessao-noticia h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.75em;
    color: #ac111a;
    margin: 0 auto;
    letter-spacing: 0px;
    padding: 0% 0% 2% 0%;
}

.sessao-noticia span {
    color: #ac111a;
    font-size: 1.35rem;
    /* font-weight: 600; */
}

.sessao-noticia p {
    color: #ac111a;
    font-size: 2rem;
    margin: 0px 0 38px 0;
    font-family: 'Work Sans', sans-serif;
}

.sessao-noticia .btn-noticia {
    display: inline-block;
    background-color: #ac111a;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5rem;
    padding: 12px 40px;
    border-radius: 25px;
    margin-top: 35px;
}

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




/*
* 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;
    color: #000;
    padding-top: 40px;
    padding-bottom: 60px;
}

.sessao-contato h2 {
    font-family: 'Work Sans', sans-serif;
    color: #FFF;
    font-size: 3.3rem;
    margin: 0 0 70px 0;
}

.sessao-contato p {
    font-family: 'Work Sans', sans-serif;
    color: #FFF;
    font-size: 2.1rem;
    margin-top: 12px;
}



/*
* PARCEIROS
*/
.sessao-parceiros {
    text-align: center;
    padding: 2% 0% 5% 0%;
    font-family: 'Work Sans', sans-serif;
}

.sessao-parceiros h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 2.4em;
    color: #ac111a;
    margin: 0 auto;
    letter-spacing: 0px;
    padding: 0% 0% 0% 0%;
}

.sessao-parceiros h3 {
    color: #ac111a;
    font-family: 'Work Sans', sans-serif;
    margin: 8px 0 32px 0;
    font-size: 20px;
}

/* 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;
}


/* AREA DO CLIENTE */

.area-cliente .bloco-botoes{
    margin-bottom: 25px;
}

.area-cliente h2{
    color: #000;
    font-size: 30px;
    padding-bottom: 20px;
}

.area-cliente a{
    background: #ac111a;
    padding: 14px;
    border-radius: 26px;
    color: #fff!important;
    font-size: 25px;
    margin-bottom: 20px; 
}




/*
* FOOTER 
*/

.fa.fa-whatsapp {
    margin: 0 auto;
}

#footer-session {
    padding: 5% 0% 0% 0%;
}

#footer-session h2 {
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 3.2em;
    margin-bottom: 15px;
    margin-top: 0px;
    /* color: #211f20; */
    text-align: center;
    width: 50%;
    clear: both;
    margin: 0 auto;
    /* padding-bottom: 4%; */
}

#footer-session h3 {
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.45em;
    padding-bottom: 1%;
}

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

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

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

#footer-session p {
    font-size: 18px;
    margin: 0px;
    line-height: initial;
}

#footer-session .rodape-conteudo{
    padding: 0% 5% 3% 5%;
}

#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: #697e85;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: 2px;
}

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

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

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

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

#footer-session .footer-duvida a {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 25px;
    padding: 10px 40px;
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
    /* font-weight: bold; */
    background: #ac111a;
}

#footer-session .footer-duvida a:hover {
    background-color: #697e85;
    color: #ffffff;
}

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

#layerslider {
    max-width: 100% !important;
    position: relative;
    background: url(../img/bg-header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 780px;
}
