/* 
    Created on : 04/12/2018, 11:37:02
    Author     : fernando.mota
    CSS        : Estrutura 38
*/

/** INICIO WHATSAPP ANIMADO **/
#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 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;
    }
}

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

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

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

    50% {
        color: #fff;
    }

    100% {
        color: #e81c23;
    }
}

/** FINAL CHAT RODAPE ANIMADO **/



/*
* PAGINAS INTERNAS
*/
/* PARCEIROS */
.box-parceiro {
    text-align: center;
    margin-top: 25px;
}

.box-parceiro .box-parceiro-content {
    background-color: #f4f4f4;
    min-height: 280px;
    padding: 10px;
}

.box-parceiro .box-parceiro-content:hover {
    background-color: #E9E9E9;
}

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

.box-parceiro .box-parceiro-logo img {
    float: right;
    max-height: 50px;
}

.box-parceiro .box-parceiro-logo h3 {
    float: left;
}

.box-parceiro .box-parceiro-info {
    text-align: left;
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 20px 10px;
    color: #252423;
    font-family: Calibri;
}

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

.box-parceiro h3 {
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-weight: 400;
    color: #252423;
    font-size: 2.1rem;
}

/* DEPOIMENTOS */
.txt-depoimento {
    background-image: url("../img/ico-depoimento.png");
    background-repeat: no-repeat;
    background-position: 10px 18px;
    background-color: #f4f4f4;
    padding: 15px;
    padding-left: 70px;
    border: 1px dotted #e4e3e3;
}

.txt-depoimento p {
    font-size: 1.6rem !important;
}

.txt-depoimento .descri {
    text-transform: uppercase;
    font-size: 1.6rem !important;
}





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


/*
* GERAL
*/
.container-fluid {
    margin: 0;
    padding: 0;
}




/*
* HEADER, MENU E SLIDER 
*/
/* MENU LATERAL */
.pushy {
    background-color: #e81c23!important;
}

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

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

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

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

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

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

/*MENU HEADER*/
.header-topo .header-menu {
    text-align: right;
    font-family: Calibri;
    font-size: 1.85rem;
    margin-top: 15px;
    padding-right: 40px;
}

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

.header-topo .header-menu ul li a {
    display: inline-block;
    color: #242022;
    padding: 7px 15px 7px 15px;
    margin: 0 1px 0 1px;
    background: #ffffffc2;
}

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

.header-topo .header-menu ul li .btn-restrito {
    background-color: #2c2520;
    border-radius: 0px;
    color: #fff;
}

.header-topo .header-menu ul li .btn-restrito:hover {
    color: #27221f;
    background-color: #fff;
}

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

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

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

.header-slider .btn-slider {
    display: inline-block!important;
    background-color: #1e2021eb!important;
    color: #ffffff!important;
    padding: 16px 62px!important;
    font-size: 2.25rem!important;
    transition: 0.5s!important;
    -webkit-transition: 0.5s!important;
    -moz-transition: 0.5s!important;
    -ms-transition: 0.5s!important;
    -o-transition: 0.5s!important;
    border-radius: 0px!important;
}

.header-slider .btn-slider:hover {
    background-color: rgba(0, 0, 0, 0.76);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}



/*
* TOPO PAGINAS INTERNAS
*/
.header-topo-pagina {
    position: relative;
    z-index: 100;
    background-color: #dadada!important;
}

.header-topo-pagina .header-logo {
    padding-left: 40px;
}

/*MENU HEADER*/
.header-topo-pagina .header-menu {
    text-align: right;
    font-size: 1.15em;
    margin-top: 17px;
    padding-right: 40px;
}

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

.header-topo-pagina .header-menu ul li a {
    display: inline-block;
    color: #242022;
    padding: 7px 12px 7px 12px;
    margin: 0 6px 0 6px;
    background: #fff;
}

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

.header-topo-pagina .header-menu ul li .btn-restrito {
    background-color: #252423;
    color: #FFF;
    border: 1px solid #252423;
    border-radius: 0px;
}

.header-topo-pagina .header-menu ul li .btn-restrito:hover {
    background-color: #e81c23;
    color: #FFF;
    border: 1px solid #e81c23;
}

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

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



/*
* SESSAO EMPRESA
*/

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

.boxservicos .b-serv{
    padding-bottom: 3%;
}

.sessao-empresa h2 {
    color: #252423;
    font-size: 3.7em;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    /* float: left; */
    margin: 0 auto;
    clear: both;
    width: 60%;
    text-align: center;
    padding-bottom: 3%;
    padding-top: 6%;
}

.sessao-empresa p {
    font-size: 1.5em;
    color: #252423;
    line-height: 33px;
    font-family: Calibri;
    text-align: center;
    width: 70%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 2%;
}

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



/*
* SESSAO CAlCULADORA ONLINE
*/
.sessao-calculadora {
    background-color: #F5F5F5;
    text-align: center;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    padding: 0 0 50px 0;
}

.sessao-calculadora h2 {
    color: #282D3B;
    font-size: 3.9rem;
    margin: 0 0 20px 0;
}

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

.sessao-calculadora p {
    font-size: 1.6rem;
    color: #656464;
    font-weight: 100;
}

.sessao-calculadora a {
    display: inline-block;
    font-size: 2.1rem;
    background-color: #e81c23;
    color: #FFF;
    padding: 12px 40px;
    margin-top: 20px;
}

.sessao-calculadora a:hover {
    background-color: #e81c23;
}

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



/*
* SESSAO ABRIR OU MIGRAR EMPRESA
*/
.sessao-migracao {
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 5% 8% 5%;
}

.sessao-migracao h2 {
    color: #ffffff;
    font-size: 3.5em;
    margin-bottom: 25px;
    font-family: sans-serif;
    margin: 0 auto;
    clear: both;
    width: 60%;
    text-align: center;
    padding-bottom: 2%;
    padding-top: 1%;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -2px;
}

.sessao-migracao h2 strong {
    font-weight: 600;
    font-family: 'Avenir Next LT Pro Demi';
}

.sessao-migracao p {
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
    font-family: Calibri;
    padding-bottom: 5%;
}

.sessao-migracao h4 {
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    font-family: Calibri;
    line-height: 19px;
    padding-bottom: 6%;
}

.sessao-migracao a {
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    background: #252423;
    color: #fff;
    font-family: sans-serif;
    line-height: 22px;
    display: block;
    padding: 9px;
}

.sessao-migracao h3 {
    color: #fff;
    /* padding: 1%; */
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 25px;
    padding: 1% 0% 3% 0%;
    font-weight: bold;
}

.sessao-migracao span {
    background: #e81c23;
    color: #e81c23;
    padding: 1%;
    width: 20%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.35em;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
}

.sessao-migracao span:hover {
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.bt-acoes img {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.bt-acoes img:hover {
    transition: 2s;
    transform: translateX(0px) rotate(40deg) translateY(10px);
    -webkit-transform: translateX(0px) rotate(40deg) translateY(10px);
    -moz-transform: translateX(0px) rotate(40deg) translateY(10px);
    -ms-transform: translateX(0px) rotate(40deg) translateY(10px);
    -o-transform: translateX(0px) rotate(40deg) translateY(10px);
}


/*
*
*/
.sessao-ferramenta {
    padding: 6% 5% 8% 5%;
}

.sessao-ferramenta h2 {
    color: #252423;
    font-size: 2.65em;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    /* float: left; */
    margin: 0 auto;
    clear: both;
    width: 60%;
    text-align: center;
    padding-bottom: 5%;
    /* padding-top: 6%; */
}

.sessao-ferramenta h3 {
    color: #252423;
    font-size: 1.45em;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 3%;
}

.sessao-ferramenta p {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    color: #252423;
    font-family: Calibri;
    line-height: 18px;
    padding-bottom: 6%;
}

.sessao-ferramenta img {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}


.sessao-ferramenta img:hover {
    transition: 2s;
    transform: translateX(0px) rotate(40deg) translateY(10px);
    -webkit-transform: translateX(0px) rotate(40deg) translateY(10px);
    -moz-transform: translateX(0px) rotate(40deg) translateY(10px);
    -ms-transform: translateX(0px) rotate(40deg) translateY(10px);
    -o-transform: translateX(0px) rotate(40deg) translateY(10px);
}

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

.sessao-ferramenta ul li {
    list-style: none;
    background-image: url(../img/ferramentas-line-style.png);
    background-repeat: no-repeat;
    font-size: 2rem;
    margin-bottom: 32px;
    line-height: 10px;
    font-family: 'Lato', sans-serif;
}

.sessao-ferramenta ul li a {
    color: #e81c23;
}

.sessao-ferramenta ul li a:hover {
    color: #e81c23;
}


/*
* NEWSLETTER
*/
.sessao-newsletter {
    padding: 7% 0% 7% 0%;
}

.sessao-newsletter h2 {
    color: #252423;
    font-size: 2.2em;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    clear: both;
    width: 70%;
    text-align: center;
    padding-bottom: 2%;
}

.sessao-newsletter p {
    font-size: 1.4em;
    color: #252423;
    line-height: 28px;
    font-family: sans-serif;
    text-align: center;
    width: 100%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 1%;
}

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

.sessao-newsletter input {
    display: inline-block;
    border: 3px solid #e81c23;
    padding: 20px;
    background-color: #ffffff;
    width: 33%;
    text-align: center;
    font-size: 1.2em;
    border-radius: 90px;
}

.sessao-newsletter button {
    display: inline-block;
    border: 2px solid #e81c23;
    background-color: #e81c23;
    padding: 17px 40px 20px 40px;
    color: #FFF;
    font-size: 2rem;
    border-radius: 90px;
}


/*
* NOTICIA
*/
.sessao-noticia {
    /* background-color: #e81c23; */
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 5% 3% 5%;
}

.sessao-noticia a {
    font-size: 1.7rem;
    color: #fff;
    font-family: sans-serif;
}

.sessao-noticia p {
    color: #fff;
    font-family: sans-serif;
}

.sessao-noticia .sessao-noticia-box h2 {
    color: #fff;
    /* padding: 1%; */
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 2.25em;
    letter-spacing: -1px;
    line-height: 25px;
    padding: 1% 0% 6% 0%;
    font-weight: bold;
}

.sessao-noticia .sessao-noticia-box .sessao-noticia-content p {
    color: #fff;
    font-family: sans-serif;
    font-size: 0.85em;
    margin: 0 0 4px 0;
}

.sessao-noticia .sessao-noticia-box .sessao-noticia-content a {
    display: block;
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 20px 0;
    font-family: sans-serif;
}

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

.sessao-noticia .btn-news {
    display: inline-block;
    background-color: #252423;
    padding: 3px 30px;
    color: #FFF;
    margin-top: 15px;
    border-radius: 0px;
    font-size: 15px;
}

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


hr {
    border: 0.5px solid #ccc;
    width: 70%;
    clear: both;
    margin: 0 auto;
    margin-bottom: 41px;
}


/*
* ARTIGOS
*/
.sessao-artigo {
    text-align: center;
}

.sessao-artigo h2 {
    color: #fff;
    /* padding: 1%; */
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 2.25em;
    letter-spacing: -1px;
    line-height: 25px;
    padding: 1% 0% 6% 0%;
    font-weight: bold;
}

.sessao-artigo h3 {
    font-size: 1.7rem;
    color: #fff;
    margin: 0 auto;
    padding: 1% 0% 3% 0%;
    text-align: center;
    font-family: sans-serif;
    width: 100%;
    clear: both;
    margin: 0 auto;
}

.sessao-artigo .artigos-content span {
    color: #fff;
}

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

.sessao-artigo .artigos-content p {
    font-size: 2rem;
    margin-top: 6px;
    min-height: 70px;
    line-height: 24px;
    padding-bottom: 4%;
}

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

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

.boxservicos{
    padding: 2% 5% 2% 5%;
}

.boxservicos h2 {
    color: #252423;
    font-size: 2.2em;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    float: left;
    margin: 0 auto;
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 4%;
    padding-top: 1%;
}

.boxservicos h3 {
    color: #252423;
    font-size: 1.45em;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    clear: both;
    width: 100%;
    text-align: center;
}

.boxservicos .box-serv {
    padding: 1% 3% 1% 3%;
}

#box-conheca-empresa .botoes-quemsomos{
    padding: 0% 10% 0% 10%;
}

#box-conheca-empresa .botoes-quemsomos-1 p{
    color: #252423!important;
    padding: 4px;
    border-radius: 0px;
    width: 32%;
    display: inline-block;
    font-size: 19px;
    border-bottom: 2px solid #e81c23;
    margin-right: 36px;
}

#box-conheca-empresa .botoes-quemsomos-1 p:hover{
    color: #fff!important;
    background: #e81c23;    
}



/*
* CONTATO SESSAO
*/
.sessao-contato {
    text-align: center;
    padding: 4% 6% 2% 6%;
}

.sessao-contato h2 {
    color: #252423;
    font-size: 2.65em;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    clear: both;
    width: 60%;
    text-align: center;
    padding-bottom: 3%;
}

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

.sessao-contato a {
    display: inline-block;
    border-bottom: 2px solid #e81c23;
    color: #252423;
    width: 180px;
    padding: 13px;
    font-size: 17px;
    margin-right: 38px;
    margin-bottom: 20px;
    width: 27%;
    cursor: pointer;
    border-radius: 0px;
    font-family: sans-serif;
    letter-spacing: 0px;
    /* background: #252423; */
}

.sessao-contato a:hover {
    background-color: #e81c23;
    color: #fff;
}

.sessao-contato .btn-ligamos {
    background-color: #ffffff;
    color: #252423;
}

.sessao-contato .btn-ligamos:hover {
    background-color: #e81c23;
    color: #fff;
}



/*
* GALERIA VIDEO E FOTOS
*/
.sessao-photo-video {
    padding: 5% 0% 6% 0%;
    text-align: center;
}

.sessao-photo-video .video-container h2 {
    color: #161413;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    margin: 0;
    font-size: 4.1rem;
}

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

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

.sessao-photo-video .video-container p {
    color: #4C4C4C;
    font-size: 2rem;
    padding: 50px 50px;
}

.sessao-photo-video .video-container a {
    display: inline-block;
    color: #ffffff;
    padding: 8px 25px;
    font-size: 1.7rem;
    margin: 0 0 30px 0;
    margin-left: 15px;
    background: #e81c23;
}

.sessao-photo-video .video-container .video-link {
    border: 0;
    background-color: transparent;
}

.sessao-photo-video .video-container .video-link:hover {
    border: 0;
    background-color: transparent;
}

.sessao-photo-video .foto-container h2 {
    color: #177e86;
    font-size: 4rem;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    float: left;
    margin: 0 auto;
    clear: both;
    width: 78%;
    text-align: left;
    padding-bottom: 4%;
    padding-left: 1%;
}

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

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

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

.sessao-photo-video .foto-container .btn-photo-veja-mais {
    display: inline-block;
    color: #ffffff;
    padding: 8px 25px;
    font-size: 1.7rem;
    margin: 0 0 30px 0;
    float: left;
    margin-left: 15px;
    background: #e81c23;
}


/*
* DEPOIMENTO
*/
.sessao-depoimento {
    background-color: #e81c23;
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0% 3% 0%;
}

.sessao-depoimento h2 {
    color: #ffffff;
    font-size: 2.2em;
    font-family: sans-serif;
    margin: 0 auto;
    clear: both;
    width: 90%;
    text-align: center;
    padding-bottom: 0%;
    padding-top: 1%;
    font-weight: bold;
}

.sessao-depoimento p {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.sessao-depoimento .depoimento-content p {
    width: 60%;
    font-size: 1.6rem;
    margin-bottom: 0px;
    padding: 25px 50px 15px 60px;
    background-image: url(../img/comentario.png);
    background-repeat: no-repeat;
    background-position: 0 25px;
    font-family: sans-serif;
    letter-spacing: 1px;
    clear: both;
    margin: 0 auto;
    text-align: left;
    float: none;
    display: inline-block;
    color:#fff;
}

.sessao-depoimento .depoimento-content p span {
    display: inline-block;
    color: #252423;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 0.85em;
    float: left;
    font-style: italic;
    font-family: sans-serif;
    font-size: 19px;
    letter-spacing: -1px;
}

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



/*
* PARCEIROS
*/
.sessao-parceiros {
    text-align: center;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    padding: 60px 0 60px 0;
}

.sessao-parceiros p {
    color: #929191;
    font-size: 1.9rem;
}

.sessao-parceiros h2 {
    color: #323130;
    font-size: 3.6rem;
    margin: 0;
}

#bloco-parceiros li {
    list-style: none !important;
    display: inline;
    width: 50%;
    padding: 0 15px 0 15px;
}

#bloco-parceiros .parceiros-logo {
    text-align: center;
}

#bloco-parceiros .parceiros-logo img {
    max-height: 50px;
    display: inline-block !important;
}



/*
* FOOTER 
*/
#footer-session h2 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #e81c23;
}

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

#footer-session ul li a {
    color: #252423;
    font-size: 1.15em;
    font-weight: bold;
}

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

#footer-session p {
    font-size: 1.5em;
    margin: 0px;
    color: #252423;
}

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

#footer-session .footer-logo img {
    margin: 0 10% 0 0;
}

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

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

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

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

#footer-session .footer-social li a:hover {
    background-color: #e81c23;
}

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

#footer-session .footer-duvida a {
    font-size: 1.6rem;
    color: #e81c23;
    border: 1px solid #e81c23;
    border-radius: 0px;
    padding: 6px 30px;
    display: inline-block;
    margin-bottom: 30px;
    color: #e81c23;
    font-weight: 600;
}

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

.footer-content {
    padding: 0% 5% 3% 5%;
}

.footer-copy {
    background-color: #e81c23;
    color: #FFF;
    text-align: center;
    margin-top: 25px;
}

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

.footer-copy img {
    max-width: 80px;
}

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

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

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













/*##################################################################################################################
###### ESTRUTURA DO 37 - *APAGAR APOS USO*
##################################################################################################################*/



/*
* PARCEIROS
*/
.sessao-parceiros2 {
    text-align: center;
    padding: 40px 0 20px 0;
    font-family: 'Avenir Next LT Pro Medium Condensed';
}

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

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

/* PARCEIROS */

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

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

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