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

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

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

    50% {
        color: #fff;
    }

    100% {
        color: #ec2222;
    }
}

/** 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: #2b2b2b;
    font-family: Calibri;
}

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

.box-parceiro h3 {
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-weight: 400;
    color: #2b2b2b;
    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: #ec2222!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 #ec2222;
}

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

.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;
    top: 25px;
}

.header-topo .header-logo {
    margin-top: -27px;
    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: #FFF;
    padding: 7px 7px 7px 7px;
    margin: 0 1px 0 1px;
}

.header-topo .header-menu ul li a:hover {
    color: #ec2222;
}

.header-topo .header-menu ul li .btn-restrito {
    background-color: #ec2222;
    border-radius: 4px;
    color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

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

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

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

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

.header-slider .btn-slider {
    display: inline-block;
    background-color: #ec2222;
    color: #FFF;
    padding: 16px 92px !important;
    font-size: 2rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.header-slider .btn-slider:hover {
    background-color: #ea3838;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

#layerslider{
    border-top: 9px solid #ec2222;
}

#layerslider h2{
    top: 37%!important;
    font-family: sans-serif;
    font-size: 52px!important;
    width: 55%!important;
    font-weight: bold;
    line-height: 61px;
    letter-spacing: -1px;
}

/*
* TOPO PAGINAS INTERNAS
*/
.header-topo-pagina {
    position: relative;
    z-index: 100;
    background-color: #ec2222 !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: #fff;
    padding: 7px 7px 7px 7px;
    margin: 0 6px 0 2px;
}

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

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

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

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

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



/*
* SESSAO EMPRESA
*/

.sessao-empresa {
    padding: 3% 2% 2% 5%;
    background: #ec2222;
}

.sessao-empresa img {
    width: 90%;
    margin: 0 5%;
}

.sessao-empresa h2 {
    color: #ffffff;
    font-size: 2.35em;
    margin-bottom: 25px;
    font-family: sans-serif;
    margin: 0 auto;
    clear: both;
    width: 45%;
    padding-bottom: 1%;
    float: left;
    font-weight: bold;
    letter-spacing: -1px;
}

.sessao-empresa p {
    font-size: 1.5em;
    color: #ffffff;
    line-height: 23px;
    font-family: Calibri;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 2%;
    float: left;
}

.sessao-empresa a {
    display: inline-block;
    background-color: #0c3463;
    padding: 10px 50px;
    color: #FFF;
    margin-top: 15px;
    border-radius: 90px;
    font-size: 20px;
}

.sessao-empresa a:hover {
    background-color: #384052;
}

.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: #ec2222;
    color: #FFF;
    padding: 12px 40px;
    margin-top: 20px;
}

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

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



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

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

.sessao-migracao h5 {
    color: #ffffff;
    font-size: 1.5em;
    margin-bottom: 25px;
    font-family: sans-serif;
    margin: 0 auto;
    clear: both;
    width: 24%;
    text-align: center;
    letter-spacing: 0px;
    background: #ec2222;
    padding: 7px;
}

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

.sessao-migracao p {
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.75em;
    background: #ec2222;
    font-family: Calibri;
    color: #fff;
    margin-bottom: 4%;
}

.sessao-migracao h4 {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.35em;
    color: #fff;
    font-family: Calibri;
    line-height: 23px;
}

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

.sessao-migracao span {
    color: #ffffff;
    padding: 1%;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: Calibri;
    font-size: 1.45em;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
}

.bt-acoes{
    padding: 0% 5% 0% 5%;
}

.bt-acoes-b{
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 5% 0%;
}

.bt-acoes-b:hover{
    margin-top: 2%;
    transition: 1s;
    border: 1px solid #fff;
    padding: 5% 0%;
}

/*
*
*/
.sessao-ferramenta {
    text-align: center;
    background-image: url(../img/bg2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0% 5% 0%;
}

.sessao-ferramenta h2 {
    color: #ffffff;
    font-size: 2.25em;
    margin-bottom: 25px;
    font-family: sans-serif;
    margin: 0 auto;
    clear: both;
    width: 40%;
    text-align: center;
    padding-bottom: 2%;
    /* padding-top: 1%; */
    line-height: 40px;
    font-weight: bold;
}

.sessao-ferramenta h3 {
    color: #ffffff;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 1.5em;
    letter-spacing: 0px;
    line-height: 25px;
    padding: 1% 0% 3% 0%;
    font-weight: bold;
}

.sessao-ferramenta p {
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    font-family: Calibri;
    line-height: 22px;
    height: 105px;
}

.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: sans-serif;
}

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

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


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

.sessao-newsletter h2 {
    color: #2b2b2b;
    font-size: 2em;
    margin-bottom: 25px;
    font-family: sans-serif;
    margin: 0 auto;
    clear: both;
    width: 44%;
    text-align: center;
    padding-bottom: 2%;
    font-weight: bold;
}

.sessao-newsletter p {
    font-size: 1.4em;
    color: #2b2b2b;
    line-height: 28px;
    font-family: 'Tajawal', 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: 2px solid #2b2b2b;
    padding: 19px;
    background-color: #ffffff;
    width: 33%;
    text-align: center;
    font-size: 1.2em;
    border-radius: 8px;
}

.sessao-newsletter button {
    display: inline-block;
    border: 0;
    background-color: #ec2222;
    padding: 17px 40px 20px 40px;
    color: #FFF;
    font-size: 2rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}


/*
* NOTICIA
*/
.sessao-noticia {
    padding: 5% 5% 5% 5%;
}

.sessao-noticia a {
    font-size: 19px;
    color: #2b2b2b;
    font-family: sans-serif;
}

.sessao-noticia p {
    color: #ec2222;
    font-family: 'Tajawal', sans-serif;
}

.sessao-noticia .sessao-noticia-box h2 {
    color: #2b2b2b;
    font-size: 2.15em;
    margin-bottom: 25px;
    font-family: sans-serif;
    float: left;
    margin: 0 auto;
    clear: both;
    width: 100%;
    padding-bottom: 5%;
    padding-top: 1%;
    font-weight: bold;
}

.sessao-noticia .sessao-noticia-box .sessao-noticia-content p {
    color: #87a711;
    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: #2b2b2b;
    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: #ec2222;
    padding: 5px 50px;
    color: #FFF;
    margin-top: 15px;
    border-radius: 4px;
    font-size: 17px;
}

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

.sessao-artigo .btn-news {
    display: inline-block;
    background-color: #ec2222;
    padding: 5px 50px;
    color: #FFF;
    margin-top: 15px;
    border-radius: 4px;
    font-size: 17px;
}

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


/*
* ARTIGOS
*/
.sessao-artigo {
    text-align: center;
    padding: 0% 8% 7% 8%;
}

.sessao-artigo h2 {
    color: #2b2b2b;
    font-size: 2.15em;
    margin-bottom: 25px;
    font-family: sans-serif;
    float: left;
    margin: 0 auto;
    clear: both;
    width: 100%;
    padding-bottom: 10%;
    padding-top: 1%;
    font-weight: bold;
}

.sessao-artigo h3 {
    font-size: 21px;
    color: #2b2b2b;
    margin: 0 auto;
    padding: 1% 0% 2% 0%;
    text-align: center;
    font-family: sans-serif;
    width: 90%;
    clear: both;
    margin: 0 auto;
    line-height: 27px;
}

.sessao-artigo .artigos-content span {
    color: #ec2222;
    font-family: 'Tajawal', sans-serif;
}

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

#boxservicos h2 {
    color: #2b2b2b;
    font-size: 2.35em;
    margin-bottom: 25px;
    font-family: sans-serif;
    float: left;
    margin: 0 auto;
    clear: both;
    width: 100%;
    padding-bottom: 1%;
    padding-top: 1%;
    font-weight: bold;
}

#boxservicos h4 {
    color: #2b2b2b;
    font-size: 1.45em;
    margin-bottom: 25px;
    font-family: sans-serif;
    float: left;
    margin: 0 auto;
    clear: both;
    width: 100%;
    padding-bottom: 4%;
}

#boxservicos h3 {
    color: #2b2b2b;
    font-size: 1.4em;
    margin-bottom: 25px;
    font-family: sans-serif;
    margin: 0 auto;
    clear: both;
    width: 100%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 22px;
}

#boxservicos p {
    color: #5d5d5d;
    font-size: 1.25em;
    margin-bottom: 25px;
    font-family: Calibri;
    margin: 0 auto;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 5%;
    line-height: 20px;
    height: 70px;
}

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



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

.sessao-contato h2 {
    color: #2b2b2b;
    font-size: 2.2em;
    margin-bottom: 25px;
    font-family: sans-serif;
    margin: 0 auto;
    clear: both;
    width: 50%;
    text-align: center;
    padding-bottom: 4%;
}

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

.sessao-contato a {
    display: inline-block;
    border: 2px solid #171717;
    color: #2b2b2b;
    width: 180px;
    padding: 10px 0 10px 0;
    font-size: 21px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 23%;
    cursor: pointer;
    border-radius: 8px;
    font-family: sans-serif;
    letter-spacing: 0px;
}

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

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

.sessao-contato .btn-ligamos:hover {
    background-color: #ec2222;
    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: #ec2222;
}

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


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

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

.sessao-depoimento .depoimento-content p span {
    display: inline-block;
    color: #d8b74a;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 0.85em;
    float: left;
    font-style: italic;
    font-family: 'Tajawal', 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: #2b2b2b;
}

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

#footer-session ul li a {
    color: #2b2b2b;
    font-size: 1em;
    font-weight: bold;
}

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

#footer-session p {
    font-size: 1.25em;
    margin: 0px;
    color: #2b2b2b;
}

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

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

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

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

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

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


.box__pergunta h5 { font-weight: bold; margin-top: 20px; margin-bottom: 2px; text-transform: uppercase; font-size: 1.6rem; }
.box__resposta { display: none; padding: .5rem; }













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