/*======================================FONTS==================================================*/

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/myriadpro/MyriadPro-Regular0.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/myriadpro/MyriadPro-Regular0.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/myriadpro/MyriadPro-Regular0.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/myriadpro/MyriadPro-Regular0.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/myriadpro/MyriadPro-Regular0.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/myriadpro/MyriadPro-Regular0.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/myriadpro/MyriadPro-Regular0.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/myriadpro/MyriadPro-Bold0.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/myriadpro/MyriadPro-Bold0.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/myriadpro/MyriadPro-Bold0.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/myriadpro/MyriadPro-Bold0.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/myriadpro/MyriadPro-Bold0.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/myriadpro/MyriadPro-Bold0.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/myriadpro/MyriadPro-Bold0.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "'Aleo', serif";
    src: url("../fonts/'Aleo', serif/HorsebackSlab-Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/'Aleo', serif/HorsebackSlab-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/'Aleo', serif/HorsebackSlab-Bold.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/'Aleo', serif/HorsebackSlab-Bold.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/'Aleo', serif/HorsebackSlab-Bold.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/'Aleo', serif/HorsebackSlab-Bold.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/'Aleo', serif/HorsebackSlab-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "nilland";
    src: url("../fonts/nilland/Nilland.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/nilland/Nilland.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/nilland/Nilland.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/nilland/Nilland.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/nilland/Nilland.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/nilland/Nilland.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/nilland/Nilland.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "'Aleo', serif";
    src: url("../fonts/nilland/Nilland-Black.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/nilland/Nilland-Black.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/nilland/Nilland-Black.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/nilland/Nilland-Black.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/nilland/Nilland-Black.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/nilland/Nilland-Black.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/nilland/Nilland-Black.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

/*=============================================================================================*/

html {
    margin: 0 !important;
}

body {
    font-family: 'MyriadPro', sans-serif;
    color: #fff;
}

body,
html {
    overflow-y: visible !important;
    width: initial;
    height: initial;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none !important;
}

.d-flex {
    display: flex;
}

.fa.fa-bars {
    font-size: 4rem;
    color: #1e4580;
}

ul.list-inline {
    display: inline-flex;
    align-items: center;
}

.align-items-center {
    align-items: center;
}

.list-inline {
    margin: 0;
}

.bx-viewport {
    position: initial !important;
}

[data-off-canvas] {
    background-color: #092550;
}

[data-canvas=container] {
    overflow: initial;
}

[data-off-canvas] ul {
    margin: 0;
    padding: 0;
}

[data-off-canvas] ul li {
    list-style: none;
}

[data-off-canvas] ul.menu li a {
    color: rgba(255, 255, 255, 0.87);
    display: block;
    padding: 20px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

[data-off-canvas] ul.menu li a:hover {
    color: #3b7ee6;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.btn-dark {
    border-color: #414141;
    background-image: -webkit-linear-gradient(top, #b3643b 0, #b3643b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b3643b), to(#b3643b));
    background-image: linear-gradient(to bottom, #838894 0%, #475062 100%);
    background-repeat: repeat-x;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus {
    background-color: #4a5365;
    background-position: 0 -15px;
    color: #fff;
}

.btn-slide {
    background-color: transparent;
    border-color: #1e4580;
    padding: 1rem 3rem;
}

.btn-slide:hover {
    background-color: #1e4580;
    color: #fff;
}

.btn-back {
    background-color: #3b7ee6;
    color: #fff !important;
    border: 2px solid #3b7ee6;
}

.btn-back:hover {
    background-color: transparent;
    color: #3b7ee6 !important;
}

.mb-5 {
    margin-bottom: 3rem;
}

.list-inline>li {
    padding: 0px 20px
}

.list-inline>li:last-child {
    padding-right: 0;
}

.list-inline>li:first-child {
    padding-left: 0;
}

.d-initial {
    display: initial;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.mb-5 {
    margin-bottom: 3rem;
}

/*.thumbnail{background-color:#1e4580;}*/

.thumbnail .caption {
    color: #fff;
}

.mb-7 {
    margin-bottom: 7rem;
}

/* HEADER */

#topo-info {
    color: #fff;
    background: #1e4580;
    padding: 0.3% 0%;
    vertical-align: middle;
}

#topo-info a {
    color: #fff;
}

#topo-info p {
    margin: 0;
}

#topo-info a.icon {
    margin-right: 1%;
}

#topo-info a.icon:last-child {
    margin-right: 0%;
}

#topo-nav {
    padding: 1% 0%;
    font-weight: 700;
    ;
    font-size: 1.3em;
}

#topo-nav a {
    color: #282a2e;
}

/* CONTEÚDO - INDEX */

.ls-slide {
    background: url('../img/plugins/layerslider/sliderimages/bg-pattern.png');
}

.ls-gpuhack {
    left: 0 !important;
}

/*
#solucoes, footer{background-color:#1e4580;}
#solucoes{padding:2rem 0 3rem;}
#solucoes a {color:#fff;}
#solucoes h1{margin-bottom: 5%;}
#solucoes-itens{margin-bottom:2%;}
*/

#artigos,
#utilitarios2 {
    background-color: #3b7ee6;
    padding-bottom: 3rem;
}

#artigos #list-artigos {
    margin: 3rem 0;
}

#artigos a {
    color: #fff;
}

#util-container {
    display: flex;
    margin-top: 4%;
    margin-bottom: 5%;
}

#util-container .agenda {
    border-right: 2px solid #1e4580;
}

#galeria-depo {
    background-color: #1e4580;
    padding: 6rem 0;
}

#galeria-depo .hr-title {
    width: 90%;
    height: auto;
    border-bottom: 2px solid #fff;
    text-align: center;
    margin: 5vh auto;
}

#galeria-depo .center-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5vmax;
}

#galeria-depo h2 {
    display: initial;
    font-size: 5ch;
    padding: 0 3rem;
    background-color: #1e4580;
}

#galeria-depo .col-depoimento {
    margin-top: 4rem;
}

#galeria-depo .fa-quote-left,
#galeria-depo .fa-quote-right {
    font-size: 10rem;
}

#galeria-depo #depo-bxslider a {
    color: #fff;
}

#galeria-depo #depo-bxslider p {
    font-size: 1.7rem;
}

#galeria-depo #depo-bxslider h5 {
    font-size: 2rem;
    color: #3b7ee6;
    text-transform: uppercase;
}

/*
#noticias{height:450px;background:url('../img/bg-lastnews.jpg');background-size:100% 100%;background-attachment:fixed;display:flex;align-items:center;}
*/

#list-news h2 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #1e4580;
}

#list-news .new-bxslider {
    padding: 0;
    margin: 0;
}

#list-news .new-bxslider p {
    color: #fff;
    font-family: "MyriadPro";
    font-size: 1.5rem;
    margin-bottom: 1rem !important;
    display: inline-block
}

#list-news .new-data {
    background-color: #092550;
    padding: 5px;
}

#noticias a.btn {
    display: table;
    margin: 3rem auto 0;
}

.tbcalendario {
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 3px;
}

.tbcalendario td {
    padding: .5rem 2rem;
    background-color: #fff;
}

.tbcalendario td span {
    color: #000;
}

.tbcalendario .atual {
    font-weight: bold;
}

.tbcalendario tr.titulo td,
.tbcalendario td.first-td {
    background-color: #0f61b7;
}

.tbcalendario td.first-td span {
    color: #fff;
}

.tbcalendario th {
    background-color: #1e4580;
    text-align: center;
}

#icalendario_agenda_estadual a {
    color: #fff;
}

.col-trabalhe {
    padding-top: 4rem;
}

/* CONTEÚDO - INDEX */

footer {
    padding: 5rem 0;
}

footer a {
    color: #fff;
}

footer .ti-ideal {
    vertical-align: bottom;
}

footer ul {
    padding: 0;
}

footer #newsletter {
    margin-bottom: 3rem;
}

footer #newsletter h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 4rem;
}

footer #newsletter .input-group {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

footer #news_email-error {
    text-align: center;
}

footer #footer-content {
    display: flex;
}

#copyright {
    padding: 1rem 0;
    background-color: #3b7ee6;
}

#copyright p {
    margin: 0;
}

.bt-3-blue {
    border-top: 3px solid #1e4580;
}

#fickle-content {
    color: #1e4580;
    font-size: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#fickle-content h1 {
    font-weight: 600;
}

#fickle-content a {
    color: #454545 !important;
    transition: color .5s;
    font-family: sans-serif;
}

#fickle-content a:hover {
    color: #282a2e;
}

#fickle-content ul {
    padding: 0;
}

#fickle-content ul li {
    margin-left: 3rem;
}

#contato h1 {
    font-size: 2rem;
    margin: 0;
}

#contato table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

#galerias h1 {
    margin: 0;
}

#galerias h2 {
    margin: 0;
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

#galerias .col-foto,
#galerias .col-vids {
    margin: 2rem 0;
}

#galerias img {
    color: #fff;
}

#downloads ul {
    padding: 0;
}

#downloads ul li {
    list-style: none;
    margin-left: 0;
    padding: 2rem;
    position: relative;
    margin: 0rem 0;
    font-size: 1.7rem;
}

#downloads ul li i.fa.fa-download {
    font-size: 1.45em;
    color: #b3643b;
    margin-right: 3rem;
}

#downloads ul li a {
    position: absolute;
}

#parceiros .media {
    padding: 2rem;
    border: 1px solid #ccc;
}

#iartigos ul {
    padding: 0;
}

#iartigos ul li {
    list-style: none;
    margin-left: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3rem;
    position: relative;
    margin: 1rem 0;
    font-size: 1.7rem;
}

#iartigos ul li i.fa.fa-file-text {
    font-size: 5rem;
    color: #aaa;
    margin-right: 3rem;
}

#iartigos ul li a {
    position: initial;
    top: 3rem;
    color: #b3643b !important;
}

#ligue_form,
#documentos_form {
    width: 50%;
    margin: 0 auto;
    padding: 3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.g-recaptcha {
    margin-bottom: 1.5rem;
}

#loadchat-2 {
    bottom: 2% !important;
    right: 2% !important;
}

.lcp-chat-icon-p1 {
    margin-right: 0 !important;
}

#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 9rem;
    z-index: 9998;
}

#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:hover {
    background-color: #2d991e
}

#fab-wpp .fab-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 3.5rem;
}

@media (min-width:768px) {
    .text-sm-right {
        text-align: right;
    }
}

@media (max-width:767px) {
    footer #newsletter .input-group {
        width: 100%;
    }

    footer #footer-content {
        display: block;
    }

    #ligue_form,
    #documentos_form {
        width: 100%;
    }

    .col-trabalhe {
        padding: 0;
        margin: 0;
    }

    .bx-wrapper .bx-controls-direction a {
        top: initial !important;
        bottom: -35%;
    }

    .bx-prev {
        left: 0 !important;
    }
}

#link-simulacao-contato h2 {
    font-family: sans-serif !important;
    font-size: 4.3rem !important;
    padding-bottom: 15px !important;
    color: #000 !important;
    width: 50% !important;
    clear: both !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding-bottom: 0% !important;
    padding-top: 2% !important;
    line-height: 27px !important;
}


#link-simulacao,
#link-simulacao-contato {
    margin-top: 2rem;
    text-align: center;
    font-size: 24px;
}

#link-simulacao a,
#link-simulacao-contato a {
    border-width: 2px;
}

#link-simulacao,
#link-simulacao a {
    color: #fff;
}

#link-simulacao-contato a:hover {
    color: #fff;
}

#box-simulacao {
    background: #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.08);
    }

    50% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* PERSONALIZADO TEMPLATE 35 */

.header-fixed {
    background-color: #b3643b;
    padding: 10px 2% 10px 2%;
    display: none;
}

.header-fixed nav {
    text-align: right;
    padding-top: 15px;
}

.header-fixed nav a {
    border: 1px solid #fff;
    padding: 5px 20px;
    color: #FFF;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 1.15em;
}

.menu-pagina{
	padding-top:10px;
}

.header-fixed nav a:hover {
    background-color: #b3643b;
    border-color: #b3643b;
}

.header-fixed nav .btn-last {
    margin-right: 5%;
}

.header-fixed .menu-mobile {
    padding: 0 !important;
    border: 0 !important;
}

.header-fixed .menu-mobile:hover {
    background-color: transparent;
}

.header-fixed .logo-mobile {
    margin-left: 10px;
}

.header-topo {
    padding: 1% 0% 1% 0%;
}

.header-topo-logo {}

.header-topo a {
    padding: 5px 8px;
    color: #7a7b79;
    font-family: 'Slabo 27px', serif;
    font-size: 18px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    /* text-decoration: underline; */
}

.header-topo a:hover {
    background-color: #b3643b;
    color: #fff;
    border-radius: 3px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.header-topo nav {
    text-align: right;
}

.header-topo nav a {
    margin-right: 6px;
}

.header-topo .header-btn-idoc {
    margin: -4px 0 0 7%;
    float: left;
    padding: 3px 20px;
}

.header-topo .img a {
    border: 0;
    left: 0;
}

.header-topo .img a:hover {
    border: 0;
    background-color: transparent;
}

.header-topo .menu-mobile {
    padding: 0 !important;
    border: 0 !important;
}

.header-topo .menu-mobile:hover {
    background-color: transparent;
}

.header-slider {
    margin: 0% 0% 0% 0%;
}

/*.header-slider h2 { font-family: 'Aleo', serif; font-size:10.5rem !important; line-height: 94px; }*/

/*.header-slider p { font-family: nilland; font-size:3.2rem !important; }*/

.header-slider .btn-slide {
    font-family: 'Slabo 27px', serif;
    font-size: 30px;
    background-color: #e1dfdf;
    color: #6d3011;
    border: 0;
    border-radius: 90px;
    padding: 8px 31px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border: 2px solid #696b6500;
}

.header-slider .btn-slide:hover {
    background-color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border: 2px solid #fff;
}

.menu {
    padding-top: 30px;
}

#frase-efeito {
    font-family: 'Aleo', serif;
    font-size: 10.7rem !important;
    text-align: center;
    color: #0214AA;
    padding: 4% 0;
}

#frase-efeito span {
    color: #B501C2;
}

.quem-somos {
    font-family: nilland;
    padding: 6% 0% 0% 0%;
}

.quem-somos .bg-session {
    text-align: center;
}

.quem-somos .bg-session h2 {
    font-family: 'Aleo', serif;
    font-size: 3.25rem !important;
    padding-bottom: 3%;
    color: #454545;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
}

.quem-somos .bg-session h4 {
    font-family: 'Slabo 27px', serif;
    font-size: 2em !important;
    color: #858585;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3%;
    line-height: 31px;
}

.serv {
    background: #b3643b;
    padding: 4% 0% 4% 0%;
    margin: 5px;
    width: 32%;
    height: 490px;
}

.bx-serv {
    padding: 0% 10% 5% 10%;
}

.quem-somos .bg-session h3 {
    font-family: 'Slabo 27px', serif;
    font-size: 3.2rem !important;
    padding: 5% 0 5% 0;
    color: #ffffff;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 29px;
}

.bt-serv {
    font-family: 'Slabo 27px', serif;
    font-size: 1.7rem;
    border: 2px solid #fff;
    padding: 3px;
    width: 110px;
    display: block;
    clear: both;
    margin: 0 auto;
    color: #fff;
}

.bt-serv:hover {
    font-family: 'Slabo 27px', serif;
    font-size: 1.7rem;
    border: 2px solid #454545;
    background: #454545;
    padding: 3px;
    width: 110px;
    display: block;
    clear: both;
    margin: 0 auto;
    color: #fff;
}

#quem-somos .contador-box span {
    font-size: 3.6rem !important;
    border-radius: 180px;
    display: inline-block;
    width: 125px;
    height: 125px;
    text-align: center;
    line-height: 118px;
    background: #fff;
}

#quem-somos .contador-box p {
    padding: 11px 0 0 0;
    font-size: 1.4em !important;
    line-height: 20px;
    width: 66%;
    color: #ffffff;
    font-family: Calibri;
    margin: 0 auto;
    text-align: center;
}

.contador-box h3 {
    color: #fff !important;
    font-size: 1.65em !important;
    font-family: 'Aleo', serif !important;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 6%;
}

.solucao-list-content {
    padding: 0% 0% 5% 0%;
}

#solucoes h2 {
    font-family: 'Aleo', serif;
    font-size: 4.3rem !important;
    padding-bottom: 5%;
    color: #fff;
}

.serv h3 {
    font-family: sans-serif;
    font-size: 1.45em;
    color: #fff;
}

.serv p {
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.15em;
    line-height: 21px;
    padding-bottom: 7%;
    font-family: sans-serif;
    height: 140px;
}

#solucoes {
    background: #000;
    padding: 5% 8% 8% 8%;
    background: url(../img/bgserv.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 880px;
}

.quem-somos .quem-somos-content {
    color: #514A40;
    text-align: justify;
    font-size: 1.8rem !important;
    line-height: 24px;
}

.quem-somos .quem-somos-content p {
    padding-bottom: 30px !important;
    font-weight: bold;
}

.quem-somos .quem-somos-content {
    padding: 9% 0 0 0;
}

.quem-somos .quem-somos-content span {
    color: #C012C5;
}

.solucoes {
    color: #B300C2;
}

.solucoes .solucoes-list h2 {
    color: #B300C2;
    font-family: 'Aleo', serif;
    font-size: 3.1rem !important;
    padding-top: 10%;
}

.solucoes .solucoes-list span a {
    color: #061EA2;
    font-family: 'Aleo', serif;
    font-size: 3.1rem !important;
    padding-top: 10%;
}

.solucoes .solucoes-list span {
    color: #061EA2;
}

.solucoes .solucoes-list h3 {
    font-family: 'Aleo', serif;
    color: #061EA2;
    font-size: 2.0rem !important;
}

.solucoes .solucoes-list p {
    font-family: Calibri;
    padding-left: 40px;
}

.solucoes .solucao-list-box {
    height: 150px;
    padding: 0;
}

.solucoes .solucao-list-content {
    margin-bottom: 60px;
}


.solucoes .bg-session {
    color: #FFF;
    text-align: left;
    background: url('../img/solucoes/solucoes.jpg') no-repeat;
    background-size: 100% 100%;
    min-height: 860px;
}

.solucoes .bg-session h2 {
    font-family: 'Aleo', serif;
    font-size: 3.9rem !important;
    margin: 35% 0 30px 0;
    padding: 0;
}

.solucoes .bg-session p {
    font-family: nilland;
    padding-bottom: 10px !important;
    font-weight: bold;
    font-size: 1.9rem !important;
}

.contador-box {
    padding: 5% 10% 5% 10%;
}

.solucoes .bg-session h3 {
    font-family: 'Aleo', serif;
    font-size: 1.9rem !important;
    margin: 40px 0 30px 0;
}

.number {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: 'Slabo 27px', serif;
}

#abrir-empresa {
    text-align: center;
    padding: 1% 8% 3% 8%;
}

#abrir-empresa h2 {
    font-family: 'Aleo', serif;
    font-size: 4rem !important;
    padding-bottom: 1%;
    color: #454545;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 43px;
}

#abrir-empresa p {
    font-family: 'Slabo 27px', serif;
    font-size: 1.75em !important;
    color: #858585;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4%;
    line-height: 31px;
}

#abrir-empresa h4 {
    font-family: 'Slabo 27px', serif;
    font-size: 1.3em !important;
    color: #858585;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4%;
    line-height: 23px;
}

#abrir-empresa h3 {
    font-family: 'Slabo 27px', serif;
    font-size: 2em !important;
    color: #b3643b;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3%;
    line-height: 31px;
}

.bt-cont {
    font-size: 18px;
    font-family: 'Slabo 27px', serif;
    border: 2px solid #b3643b;
    color: #7d7d7d;
    width: 130px;
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 5px;
}

.bt-cont:hover {
    font-size: 18px;
    font-family: 'Slabo 27px', serif;
    border: 2px solid #b3643b;
    background: #b3643b;
    color: #fff;
    width: 130px;
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 5px;
}

#abrir-empresa .tem_duvida {
    line-height: 24px;
    color: #000;
    font-size: 19px !important;
    font-family: sans-serif;
    padding-top: 2%;
}

#abrir-empresa .tem_duvida a {
    color: #000;
}

#abrir-empresa .tem_duvida a:hover {
    color: #000;
}

#ferramentas {
    background: #b3643b;
    padding: 5% 8% 5% 8%;
    background: url(../img/ferramentas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#ferramentas .bg-session h2 {
    font-family: 'Aleo', serif;
    font-size: 4.4rem
}

#ferramentas .bg-session p {
    font-family: nilland;
    font-size: 1.9rem;
    margin-top: 30px;
}

#ferramentas p {
    font-size: 19px;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    color: #5e5e5e;
    font-family: 'Slabo 27px', serif;
    height: 112px;
}

#ferramentas .ferramenta-contabel h2 {
    font-family: 'Aleo', serif;
    font-size: 4.25rem !important;
    color: #fff;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 1%;
    line-height: 42px;
    float: left;
}

#ferramentas .ferramenta-contabel h4 {
    font-family: 'Slabo 27px', serif;
    font-size: 1.65em !important;
    color: #fff;
    width: 85%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 2%;
    line-height: 42px;
    float: left;
}


#ferramentas .ferramenta-contabel h3 {
    font-family: 'Aleo', serif;
    font-size: 1.9rem !important;
    padding-bottom: 1%;
    color: #454545;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 43px;
}

#ferramentas .ferramenta-contabel a {
    display: inline-block;
    color: #FFF;
    font-family: sans-serif;
    font-size: 1.1em !important;
    background-color: #000000a1;
    padding: 6px 24px;
    border-radius: 90px;
}

#ferramentas .ferramenta-contabel a:hover {
    display: inline-block;
    color: #FFF;
    font-family: sans-serif;
    font-size: 1.1em !important;
    background-color: #b3643b;
    padding: 6px 24px;
    border-radius: 90px;
}

#noticias .noticia-list h2 {
    font-family: 'Aleo', serif;
    font-size: 4.25rem !important;
    color: #fff;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 1%;
    line-height: 42px;
    float: left;
}

#noticias .noticia-list h4 {
    font-family: 'Slabo 27px', serif;
    font-size: 1.5em !important;
    color: #fff;
    width: 85%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 2%;
    line-height: 42px;
    float: left;
}

#noticias .noticia-list h5 {
    font-family: 'Slabo 27px', serif;
    font-size: 24px;
    color: #454545;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 2%;
    float: left;
    text-transform: none;
}

#ferramentas .box-ferramenta {
    background: #ffffffd4;
    margin: 5px;
    width: 24%;
    padding: 4% 0% 4% 0%;
}

#simulacao {
    color: #061EA2;
    text-align: center;
    padding: 80px 0 40px 0;
}

#simulacao p {
    font-family: 'Aleo', serif;
    font-size: 2.1rem;
}

#simulacao h2 {
    font-family: 'Aleo', serif;
    font-size: 3.1rem;
}

#simulacao h2 span {
    color: #B300C2;
}

#simulacao a {
    display: inline-block;
    color: #FFF;
    font-family: nilland;
    font-size: 1.8rem !important;
    background-color: #AA00E1;
    padding: 20px 30px;
    margin-top: 25px;
    border-radius: 12px;
}

.bloconoticias {
    background: #ffffffd4;
    padding: 4% 0%;
    width: 95%;
}

#noticias .noticia-list {
    padding: 5% 0% 5% 4%;
}

#noticias .noticia-list ul {
    list-style: none;
}

#noticias .noticia-list .span-n-a {
    width: 50px;
    height: 50px;
    font-family: 'Aleo', serif;
    line-height: 50px;
    font-size: 2.4rem !important;
    color: #FFF;
    text-align: center;
}

#noticias .noticia-list .span-noticia {
    background-color: #b3643b;
}

#noticias .noticia-list .span-artigo {
    background-color: #454545;
}

#noticias .noticia-list .news a p,
.article a p {
    color: #fff;
    font-family: sans-serif;
    font-size: 0.9em;
}

#noticias .noticia-list .news a span,
.article a span {
    color: #454545;
    font-family: Calibri;
    font-size: 12px;
}

.bt-conhecamais {
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 1%;
    float: none;
}

.bt-conhecamais a {
    color: #728c9a;
    font-size: 1.2em;
    font-family: sans-serif;
    border: 1px solid #728c9a;
    padding: 3%;
}


#noticias .noticia-list .btn-all-noticia {
    display: inline-block;
    color: #fff;
    font-family: 'Slabo 27px', serif;
    font-size: 21px !important;
    /* background-color: #b3643b; */
    padding: 15px 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0px;
    border: 2px solid #fff;
}

#noticias .noticia-list .btn-all-artigo {
    display: inline-block;
    color: #fff;
    font-family: 'Slabo 27px', serif;
    font-size: 21px !important;
    /* background-color: #b3643b; */
    padding: 15px 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0px;
    border: 2px solid #fff;
}

#noticias .bg-session {
    padding: 0% 0% 3% 0%;
}

#noticias .bg-session h2 {
    font-family: 'Aleo', serif;
    font-size: 3rem;
    width: 70%;
    clear: both;
    margin: 0 auto;
    line-height: 36px;
}

#noticias .bg-session p {
    font-family: sans-serif;
    font-size: 1.65em;
    margin-top: 22px;
    line-height: 27px;
}

#noticias .button {
    display: inline-block;
    border: 0;
    color: #FFF;
    font-family: 'Slabo 27px', serif;
    font-size: 1.65em !important;
    background-color: #454545;
    padding: 12px 50px;
    margin-top: 25px;
    border-radius: 3px;
}

#noticias .button-cad {
    margin-top: 50px;
}

#noticias input {
    border: 0;
    padding: 18px 21px;
    border-radius: 3px;
    font-family: sans-serif;
    font-size: 1.1em !important;
    margin-right: 10px;
    width: 35%;
    text-align: center;
}

#galerias {
    color: #000;
    text-align: center;
    padding-top: 50px;
}

#galerias h2 {
    font-family: 'Aleo', serif;
    font-size: 4rem !important;
    padding-bottom: 1%;
    color: #454545;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 43px;
}

#galerias p {
    font-family: nilland;
    font-size: 2.3rem;
    color: #0311C6;
}


#galerias .button {
    display: inline-block;
    border: 0;
    color: #FFF;
    font-family: sans-serif;
    font-size: 20px !important;
    background-color: #b3643b;
    padding: 15px 30px;
    width: 18%;
    margin-bottom: 40px;
}

#galerias h4 {
    font-family: 'Slabo 27px', serif;
    font-size: 1.75em !important;
    color: #858585;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4%;
    line-height: 31px;
}

#galerias {
    padding: 7% 8% 1% 8%;
}

#galerias .galeria-img {
    display: inline-block;
    border: 15px solid #FFF;
}

#galerias .galeria-img img {
    width: 100%;
}

#galerias .img-bg {
    background: no-repeat center;
    background-size: cover;
}

#galerias .img-estilo-roxo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}


#galerias .img-estilo-azul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

#galerias .img-estilo-azul {
    opacity: 1;
}

#calc{
    padding: 3% 0% 6% 0%;
}

#calc h3{
    font-family: 'Slabo 27px', serif;
    font-size: 1.7em!important;
    color: #454545;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1%;
    line-height: 31px;
}

#calc .bt-cont2{
    font-size: 22px;
    font-family: 'Slabo 27px', serif;
    border: 2px solid #b3643b;
    color: #454545;
    width: 32%;
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 1%;
}

#calc .bt-cont2:hover{
    border: 2px solid #b3643b;
	background:#b3643b;
    color: #fff;
}

#parceiros {
    padding: 0;
}

#parceiros ul li {
    display: inline;
}

#parceiros ul li img {
    margin: 30px 3% 30px 3%;
}

#depoimentos {
    padding: 4% 0% 6% 0%;
}

#depoimentos .bg-session {
    padding-top: 15%;
    color: #FFF;
    text-align: left;
    background: url(../img/depoimentos/depoimento.jpg) no-repeat;
    background-size: cover;
    min-height: 700px;
    background: ;
}

#depoimentos h2 {
    font-family: 'Aleo', serif;
    font-size: 4rem !important;
    padding-bottom: 3%;
    color: #454545;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 43px;
}

#depoimentos .bg-session h2 {
    font-family: 'Aleo', serif;
    font-size: 4.0rem;
    margin-bottom: 50px;
}

#depoimentos .bg-session p {
    font-family: nilland;
    font-size: 1.7rem;
    margin-bottom: 50px;
}

#depoimentos .bg-session h4 {
    font-family: 'Aleo', serif;
    font-size: 1.8rem;
}

#depoimentos .depoimento-list {
    font-family: 'Aleo', serif;
    font-size: 1.5rem;
    padding: 0% 0% 0% 0%;
}

#depoimentos .depoimento-list ul li {
    list-style: none;
    margin-bottom: 40px;
    color: #565656;
}

#depoimentos .depoimento-list p {
    margin-bottom: 15px;
    font-family: 'Slabo 27px', serif;
    font-size: 1.35em;
    color: #454545;
    line-height: 25px;
    width: 70%;
    display: flow-root;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1%;
    /* float: left; */
}

#depoimentos .depoimento-list p span {
    font-size: 1.8rem;
}

#depoimentos .depoimento-list .spmasculino {
    color: #b3643b;
}

#depoimentos .depoimento-list .spfeminino {
    color: #b3643b;
}

#contato-home .contato-list {
    text-align: center;
    float: none;    
}

#contato-home .contato-list .contato-box {
    margin-bottom: 20px;
}

#contato-home .contato-list .contato-box p,
a {
    color: #fff;
    font-family: 'Slabo 27px', serif;
    font-size: 1.75em;
    line-height: 21px;
}

#contato-home .contato-list .contato-box a {
    color: #fff;
    font-size: 1em;
}

#contato-home .contato-list .button {
    display: inline-block;
    border: 0;
    color: #FFF;
    font-family: 'Slabo 27px', serif;
    font-size: 2.25rem !important;
    background-color: #454545;
    padding: 15px 65px;
    margin-top: 5px;
}

.formcontato {
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    float: none;
}

#contato-home {
    background: #b3643b;
    padding: 2% 0% 5% 0%;
    background: url(../img/contato.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#contato-home h2 {
    font-family: 'Aleo', serif;
    font-size: 3.5rem !important;
    padding-bottom: 15px;
    color: #fff;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3%;
    padding-top: 2%;
    line-height: 44px;
}


#contato-home .contato-list input,
textarea {
    width: 100%;
    border: 2px solid #ffffff;
    padding: 20px 30px;
    border-radius: 0px;
    font-family: sans-serif;
    font-size: 13px!important;
    margin-bottom: 10px;
    text-align: center;
}

#contato-home .contato-list h3 {
    color: #454545;
    font-family: 'Aleo', serif;
    font-size: 1.1em;
    padding-top: 5%;
}

#contato-home .contato-list h4 {
    background: #454545;
    color: #fff;
    font-family: 'Aleo', serif;
    font-size: 19px;
    width: 26%;
    margin: 0 auto;
    padding: 19px;
}

#contato-home .bg-session {
    padding-top: 60px;
    color: #FFF;
    text-align: left;
    background: url('../img/contato/contato.jpg') no-repeat;
    background-size: 100% 100%;
    min-height: 860px;
}

#contato-home .bg-session h2 {
    font-family: 'Aleo', serif;
    font-size: 4.3rem;
    margin-bottom: 30px;
    margin-top: 70px;
}

#contato-home .bg-session p {
    font-family: nilland;
    font-size: 1.9rem;
    margin-bottom: 50px;
}

#contato-home .bg-session .p-social {
    font-size: 2.1rem;
    margin-bottom: 5px !important;
}

#contato-home .bg-session .icon-social {
    display: inline-block;
    margin: 3px 25px 20px 0;
}

#contato-home .bg-session .icon-social img {
    max-width: 45px;
}

#rodape {
    color: #fff;
    background: #454545;
}

#rodape p {
    font-family: Calibri;
    font-size: 1.5rem;
}

#rodape img {
    margin-right: 20px;
}

#rodape .footer-left {
    padding-left: 5%;
}

#rodape .footer-right {
    padding-right: 5%;
    text-align: right;
}

footer {
    padding: 3rem 0;
}

.box-social-flutuante-qsomos {
    position: relative;
    top: 200px;
    right: 10px;
    text-align: center;
}

.box-social-flutuante-ferramenta {
    position: relative;
    top: 200px;
    right: 10px;
    text-align: center;
}

.box-social-flutuante-depoimento {
    position: relative;
    top: 200px;
    right: 10px;
    text-align: center;
}

.box-social-flutuante li {
    list-style: none;
    margin-bottom: 17px;
}

.box-social-flutuante-ferramenta li a {
    color: #FFF;
    font-family: 'Aleo', serif;
    font-size: 1.1rem !important;
    background-color: transparent !important;
    padding: 0 0 0 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.box-social-flutuante .icon_socflut_facebook {
    background: url('../img/icon-flutuante-facebook.png') no-repeat;
    padding-left: 36px !important;
    padding-top: 18px !important;
}

.box-social-flutuante .icon_socflut_instagram {
    background: url('../img/icon-flutuante-instagram.png') no-repeat;
    padding-left: 36px !important;
    padding-top: 18px !important;
}

.box-social-flutuante .icon_socflut_twitter {
    background: url('../img/icon-flutuante-twitter.png') no-repeat;
    padding-left: 36px !important;
    padding-top: 18px !important;
}

.box-social-flutuante-ferramenta .icon_socflut_facebook {
    padding-top: 25px !important;
}

.box-social-flutuante-ferramenta .icon_socflut_instagram {
    padding-top: 25px !important;
}

.box-social-flutuante-ferramenta .icon_socflut_twitter {
    padding-top: 25px !important;
}

.box-social-flutuante-ferramenta li {
    list-style: none;
    margin-bottom: 21px !important;
}

.box-social-flutuante-depoimento li {
    list-style: none;
    margin-bottom: 17px !important;
}

/* ########## INICIO CSS PAGINAS INTERNAS ########## */

.container {
    font-family: 'Aleo', serif;
    margin-top: 65px;
    padding-bottom: 13%;
}

#fickle-content {
    font-size: 1.2em !important;
    color: #454545!important;
    line-height: 23px;
    min-height: 500px;
    font-family: sans-serif;
    padding: 4% 0% 4% 0%;
}

#fickle-content h1 {
    font-family: 'Slabo 27px', serif;
    font-size: 3.25rem !important;
    padding-bottom: 15px;
    color: #b3643b;
}

.container p {
    padding-bottom: 12px !important;
}

.container strong,
b {
    font-family: Calibri;
}

.container a {
    color: #fff !important;
    font-size: 16px;
}

.container strong a {
    font-family: sans-serif;
    color: #b3643b !important;
    font-size: 0.85em;
}

.container ul {
    margin-top: 20px;
}

.container ul li {
    padding-bottom: 3px !important;
}

#fickle-content h2,
#fickle-content h3,
#fickle-content p,
#fickle-content big,
#fickle-content span {
    font-size: 0.9em !important;
    font-family: sans-serif;
    color: #454545;
}

#parceiros .media {
    margin-bottom: 15px !important;
    line-height: 23px;
}

.form-control {
    width: 100%;
    border: 1px solid #454545;
    border-radius: 0px;
    font-family: 'Aleo', serif;
    font-size: 1.6rem !important;
    margin-bottom: 10px;
}

.btn-g-default {
    border: 0;
    color: #fff;
    font-family: sans-serif;
    font-size: 1em !important;
    background-color: #454545 !important;
    padding: 15px 30px;
    border-radius: 8px;
}

.btn-g-azul {
    border: 0;
    color: #FFF;
    font-family: sans-serif;
    /* font-size: 1em !important; */
    background-color: #454545 !important;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 100 !important;
}

#redessociais {
    padding: 2% 0% 2% 0%;
    background: url(../img/contato.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#redessociais h2 {
    font-family: 'Aleo', serif;
    font-size: 2em !important;
    padding-bottom: 15px;
    color: #454545;
    width: 50%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1%;
    padding-top: 2%;
}

.btn-g-rosa {
    border: 0;
    color: #FFF;
    font-family: sans-serif;
    font-size: 1.1em !important;
    background-color: #b3643b !important;
    padding: 15px 30px;
    border-radius: 8px;
}

#contato h1 {
    font-size: 36px;
}

#page-simumacao {
    padding: 0 !important;
}

#simulacao .mb-7 {
    font-family: nilland;
    font-size: 30px !important;
    margin-top: -25px !important;
}

#box-simulacao input {
    border-color: #cccccc !important;
}

#box-simulacao .simulacao-form {
    text-align: left !important;
}

.btn-back {
    color: #FFF !important;
    background-color: #b3643b !important;
    border: 0;
}


/** INICIO WHATSAPP ANIMADO **/
#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2rem;
    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: 2rem;
    bottom: 2rem;
    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: #454545;
    border-radius: 50%;
    text-align: center;
}

#fab-chat .fab-chat-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 3.2rem;
    animation: WaveChatNew 2.8s ease infinite;
    -webkit-animation: WaveChatNew 3.2s 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: 50s;
}

#fab-chat:hover::after {
    border: 4px solid #454545;
}

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

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

    50% {
        color: #fff;
    }

    100% {
        color: #454545;
    }
}



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




/* GALERIA FTOS */

#galeria-photo .col-foto img {
    width: 100%;
}

.thumbnail {
    background-color: #dad4d4 !important;
}

.thumbnail .caption {
    color: #414141 !important;
}

#galeria-photo .col-foto h4 {
    margin: 10px 0 5px 0 !important;
    font-size: 28px;
}

#galeria-photo .col-foto p {
    font-size: 17px !important;
}

#galerias .col-foto,
#galerias .col-vids {
    margin: 2rem 0;
}

/* TOPO FIXO */

.header-fixed {
    z-index: 900;
    position: fixed;
    width: 100% !important;
    margin: 0;
}

/* ########## FINAL CSS PAGINAS INTERNAS ########## */

/* MENU LATERAL */

.side-menu-wrapper {
    background: #b3643be0;
    padding: 40px 0 0 40px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1000;
    transition: 0.5s;
    width: 250px;
    font: 20px "Courier New", Courier, monospace;
    box-sizing: border-box;
}

.side-menu-wrapper>ul {
    /* css ul list style */
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    /* enable scroll for menu items */
    height: 95%;
}

.side-menu-wrapper>ul>li>a {
    display: block;
    border-bottom: 1px solid #131313;
    padding: 20px 4px 20px 4px;
    color: #ffffff;
    transition: 0.3s;
    text-decoration: none;
    font-size: 1em;
}

.side-menu-wrapper>a.menu-close {
    /* close button */
    padding: 8px 0 4px 23px;
    color: #6B6B6B;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 35px;
    text-decoration: none;
}

.menu-overlay {
    /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

/*
#0311C6 = AZUL
#B300C2 = ROSA
*/