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

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

html {
    margin: 0 !important;
}

body {
    font-family: 'Calibri', sans-serif;
}

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

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

.d-flex {
    display: flex;
}

.fa.fa-bars {
    font-size: 3.5rem;
    color: #ffffff;
}

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

[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: #fff;
    ;
    display: block;
    padding: 20px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    font-size: 1.25em;
}

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

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

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

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

.btn-slide:hover {
    background-color: #5b0101;
    color: #fff;
}

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

.btn-back:hover {
    background-color: transparent;
    color: #5b0101 !important;
}

.bt1{
    background-color: #d89300;
    padding: 5px 10px;
    border-radius: 5px;
    transition:0.3s;
}

.bt1:hover{
    background-color: #ffb822;
    transition:0.3s;
}

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

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

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

.mt-3 {
    margin-top: 11%;
}

.thumbnail {
    background-color: #5b0101;
    font-size: 1em;
    font-family: Calibri;
    font-weight: 100;
}

.thumbnail .caption {
    color: #fff;
}

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



/* HEADER */

#topo-info {
    background: #5b0101;
    padding: 4% 0;
    vertical-align: middle;
    font-family: 'Sarala', sans-serif;
}

#topo-info a {
    color: #fff;
    font-size: 2em;
    font-family: 'Heebo', sans-serif;
}

#topo-info p {
    margin: 0;
    width: 15%;
    clear: both;
    margin: 1% auto 0;
    padding: 1%;
    border-radius: 10px;
    font-size: 0.65em;
    background: #012f59;
}

#sobrenos {
    background: #fff;
    padding: 7% 0% 7% 0%;
}

#sobrenos h2 {
    margin-bottom: 1%;
    font-size: 3.65em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    padding-bottom: 1%;
    color: #5b0101;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0px;
}

.trabalheconosco h2{
    background: #f7b75d;
    color: #5b0101;
    padding: 1%;
    width: 51%;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center;
    border-radius: 41px;
    margin-top: 4%;
    margin-bottom: 0%;
}

.ligamos h2{
    font-size: 1.15em;
    background: #5b0101;
    color: #fff;
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 1%;
    margin-top: 3%;
    border-radius: 3px;
}
.saibamais h2{
    width: 80%!important;
    clear: both!important;
    margin: 0 auto!important;
    text-align: center!important;
    font-size: 2.4em!important;
    padding-bottom: 5%!important;
    color: #5d0202;
    font-family: 'Heebo', sans-serif;
}

#sobrenos p {
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4em;
    font-family: 'Telex', sans-serif;
    color: #5b0101;
    padding-bottom: 2%;
    padding-top: 2%;
}

#sobrenos a {
    width: 80% !important;
    clear: both !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 1.15em !important;
    font-weight: 100 !important;
    font-family: 'Telex', sans-serif !important;
    color: #fff !important;
    font-weight: none !important;
    background: #da9b42 !important;
    border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    -moz-border-radius: 90px !important;
    -ms-border-radius: 90px !important;
    -o-border-radius: 90px !important;
}

#sobrenos a:hover {
    width: 100% !important;
    clear: both !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 1.15em !important;
    font-weight: 100 !important;
    font-family: 'Telex', sans-serif !important;
    color: #fff !important;
    font-weight: none !important;
    background: #5b0101 !important;
    border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    -moz-border-radius: 90px !important;
    -ms-border-radius: 90px !important;
    -o-border-radius: 90px !important;
}

b,
strong {
    font-weight: 600 !important;
}

.bt-saibamais {
    color: #5b0101 !important;
    padding: 1% 2%;
    font-size: 1.45em !important;
    font-family: 'Cambay', sans-serif !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.bt-saibamais:hover {
    background: #5b0101;
    color: #fff !important;
    padding: 3% 7%;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    font-size: 1.45em !important;
    font-family: 'Telex', sans-serif !important;
}

.item-servico {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.item-servico:hover {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#frase {
    padding: 7% 0;
}

#frase h2 {
    font-size: 2.5em;
    color: #012f59;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: 'Sarala', sans-serif;
}

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

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

#link-simulacao h2 {
    font-size: 1.3em;
    font-family: 'Heebo', sans-serif;
    line-height: 37px;
    padding-bottom: 3%;
    width: 80%;
    clear: both;
    margin: 0 auto;
    padding-top: 2%;
    text-align: center;
    color: #005491;
    font-weight: bold;
}

#link-simulacao a {
    float: right;
}

.menu1 {
    margin-top: 27px;
}

#topo-nav {
    z-index: 9999;
    background: #5d0202;
    height: 74px;
    position: relative;
}

#topo-nav a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Telex', sans-serif;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#topo-nav a:hover {
    border-bottom: 2px solid #da9b42;
    color: #fff;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

/* CONTEÚDO - INDEX */

#solucoes {
    background-color: #da9b42;
}

#solucoes {
    padding: 5% 12% 5% 12%;
}

.saibamais {
    padding: 7% 0% 0% 0%;
}

.saibamais a {
    background: #bd8433;
    color: #fff !important;
    padding: 2% 4%;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    font-size: 1.45em !important;
    font-family: 'Telex', sans-serif !important;
}

#solucoes a {
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}

#solucoes h1 {
    margin-bottom: 1%;
    font-size: 3em;
    width: 77%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 58px;
    padding-bottom: 4%;
    color: #5d0202;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0px;
}

#solucoes p {
    margin-bottom: 5%;
    font-size: 1.8em;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    padding-bottom: 4%;
    font-family: 'Telex', sans-serif;
    padding-top: 2%;
}

#solucoes-itens {
    margin-bottom: 2%;
}

#solucoes-itens h3 {
    color: #ffffff;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-top: 0;
    background: #012f59;
    padding: 7%;
    border-radius: 6px;
    width: 96%;
    clear: both;
    margin: 0 auto;
}

.bt-news {
    background: #5b0101;
    color: #fff;
}

.bt-news:hover {
    background: #0F1E3B;
    color: #fff;
}

#solucoes-itens h3:hover {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-top: 0;
    background: #5b0101;
    padding: 7%;
    border-radius: 6px;
    width: 96%;
    clear: both;
    margin: 0 auto;
}

#solucoes-itens p {
    color: #5d0202;
    font-size: 1.2em;
    padding-top: 5%;
    line-height: 25px;
    width: 95%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10%;
    font-family: 'Telex', sans-serif;
}

.polaroid1 h2 {
    color: #5d0202 !important;
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    padding-top: 8%;
}

.polaroid1 a {
    background: #5d0202;
    color: #ffffff !important;
    padding: 3% 8%;
    font-size: 1.2em !important;
    font-family: 'Telex', sans-serif;
    margin-bottom: 0%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    border-radius: 90px;
    border: 2px solid #fff;
}

.polaroid1 a:hover {
    background: #da9b42;
    color: #ffffff !important;
    padding: 3% 10%;
    font-size: 1.4em !important;
    font-family: 'Telex', sans-serif;
    margin-bottom: 2%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    border-radius: 90px;
}

.polaroid1 {
    background-color: #ffffff;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    border-radius: 8px;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    height: auto;
    padding: 3%;
    /* border-bottom-left-radius: 30px; */
    /* border-bottom-right-radius: 30px; */
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.polaroid1 img.imagem-hover {
    display: none;
}

.polaroid1:hover img.imagem-ativa {
    display: none;
}

.polaroid1:hover img.imagem-hover {
    display: inherit;
    opacity: 2;
}

#artigos {
    padding: 0% 0% 8% 0%;
    background: #fff;
}

#utilitarios2 {
    padding: 0% 1% 8% 0%;
    background: #fff;
}

.artigos h2 {
    font-size: 2.5em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 10%;
    color: #da9b42;
    font-family: 'Heebo', sans-serif;
}

#artigos h2 {
    font-size: 2.5em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 4%;
    color: #5b0101;
    font-family: 'Heebo', sans-serif;
}

#artigos p {
    font-size: 0.85em;
    text-align: center;
    line-height: 39px;
    padding-bottom: 2%;
    color: #656565;
    font-family: 'Telex', sans-serif;
    width: 65%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
}

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

#artigos a {
    color: #fff;
    font-size: 1.15em;
    font-family: 'Telex', sans-serif;
}

.fas.fa-angle-double-down {
    color: #da9b42;
    display: grid;
    font-size: 4em;
    padding-bottom: 2%;
}

#util-container {
    background: #5b0101;
    padding: 8% 0% 5% 0%;
}

#util-container .agenda {
    border-right: 2px solid #5b0101;
}

#galeria-depo {
    background-color: #5b0101;
    padding: 10% 5% 10% 5%;
}

.galeria-item {
    margin-bottom: 25px;
}

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

#galeria-depo h2 {
    font-size: 2.5em;
    width: 50%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 41px;
    padding-bottom: 3%;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0px;
}

#galeria-depo p {
    color: #FFF;
    font-family: 'Telex', sans-serif;
    font-size: 1.65em;
    padding-bottom: 2%;
}

#btservicos h2 {
    font-size: 1.65em !important;
    background: #5b0101 !important;
    color: #111a31 !important;
    width: 43% !important;
    padding: 2% !important;
    border-radius: 6px !important;
    margin: 0 auto !important;
}

#nossosservicos h2 {
    font-size: 3em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
    padding-bottom: 4%;
    color: #5b0101;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0px;
}

#nossosservicos p {
    font-size: 1.15em;
    text-align: left !important;
    padding-bottom: 11%;
    color: #5b0101;
    font-family: 'Telex', sans-serif;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    height: 160px;
}

#btservicos {
    margin-top: 5%;
}

.btn-primary {
    background: #5b0101;
    color: #FFF !important;
    width: 19%;
}

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

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

#galeria-depo #depo-bxslider p {
    font-size: 1.35em;
    width: 80%;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    padding-top: 5%;
}

.col-depoimento {
    height: 250px;
    padding-top: 5%;
}

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

.serv {
    padding: 3% 0 0 0 !important;
}

#noticias {
    padding: 10% 5% 8% 5%;
    background: #fff;
}

#noticias .bx-wrapper .bx-viewport {
    left: -5px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    max-height: 550px!important;
}

#list-news h2 {
    font-size: 2.5em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 4%;
    color: #da9b42;
    font-family: 'Heebo', sans-serif;
}

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

#list-news .new-bxslider p {
    color: #5b0101;
    font-size: 1.35em;
    margin: 0 auto;
    text-align: center;
    font-family: 'Telex', sans-serif;
    padding-top: 0;
    margin-top: 2%;
    padding-bottom: 1%;
    font-weight: 600;
}

#list-news .new-data {
    padding: 5px;
    color: #da9b42 !important;
    font-size: 0.85em !important;
    font-style: italic !important;
}

.bt-noticias {
    width: 30%;
    clear: both;
    margin: 0 auto;
    border-radius: 0px;
    float: none;
    background: #da9b42;
    font-family: 'Telex', sans-serif;
    color: #fff;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 90px;
}

.bt-noticias:hover {
    width: 30%;
    clear: both;
    margin: 0 auto;
    border-radius: 0px;
    float: none;
    background: #5b0101;
    font-family: 'Telex', sans-serif;
    color: #fff;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 90px;
}

#list-artigos h5 {
    font-size: 1.2em;
    color: #5b0101;
    font-family: 'Telex', sans-serif;
    padding-top: 6%;
    text-align: center;
}

#list-artigos p {
    padding: 5px;
    color: #da9b42 !important;
    font-size: 0.85em !important;
    font-style: italic !important;
    text-align: center !important;
}

.btn-primary.active {
    background-color: #5b0101;
    width: 26%;
    padding: 2px;
    margin-top: 0;
    border-radius: 76;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.active:hover {
    background-color: #5b0101;
    border: none;
    width: 26%;
    padding: 2px;
    margin-top: 0;
    border-radius: 76;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt-galeria {
    background: #4820da;
    color: #ffffff;
    width: 10%;
    margin-bottom: 3%;
    border-radius: 0px;
    padding: 1%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-size: 1.25em;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.bt-galeria:hover {
    background: #e30f54;
    color: #ffffff;
    width: 20%;
    margin-bottom: 3%;
    border-radius: 90px;
    padding: 1%;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    font-size: 1.25em;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#util-container h2 {
    margin-bottom: 1%;
    font-size: 2.85em;
    width: 50%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 47px;
    padding-bottom: 5%;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0px;
}

#noticias a.btn {
    display: table;
    margin: 3rem auto 0;
    font-size: 1em;
}

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

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

.tbcalendario td span {
    color: #000;
}

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

.tbcalendario td.first-td,
.tbcalendario tr.titulo td {
    background-color: #012f59;
}

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

.tbcalendario th {
    background-color: #5b0101;
    text-align: center;
}

#icalendario_agenda_estadual a {
    color: #fff;
}

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

.utilitarios {
    margin-bottom: 30px;
    padding: 2%;
    height: 225px;
    border-top: 5px solid #da9b42;
    margin: 10px;
    width: 15%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0px;
    right: 0;
    background-color: #da9b42;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .8s ease;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

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

.text {
    color: white;
    font-size: 1.15em;
    font-family: 'Telex', sans-serif;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

#depoimentos {
    padding: 7% 10% 7% 10%;
    background: #5b0101;
}

#depoimentos h2 {
    font-size: 2.5em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 3%;
    color: #da9b42;
    font-family: 'Heebo', sans-serif;
}

#depoimentos p {
    font-size: 1.4em;
    text-align: center;
    color: #fff;
    font-family: 'Telex', sans-serif;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}

#depoimentos h5 {
    color: #da9b42 !important;
    font-size: 1.45em !important;
    font-style: italic !important;
    text-align: center !important;
}

/* CONTEÚDO - INDEX */

footer {
    padding: 3% 10% 3% 10%;
    background: #da9b42;
}

footer a {
    color: #5b0101;
    line-height: 30px;
    font-family: 'Telex', sans-serif;
}

footer a:hover {
    color: #5b0101;    
}

.socialmedia {
    padding: 2% 0% 2% 0%;
}

.socialmedia h5 {
    font-size: 1em;
    font-family: 'Telex', sans-serif;
    color: #5b0101;
}

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

footer ul {
    padding: 0;
}

footer #newsletter {
    margin-bottom: 6%;
}

footer #newsletter h2 {
    margin-bottom: 1%;
    font-size: 2.35em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
    padding-bottom: 2%;
    color: #5b0101;
    font-family: 'Heebo', sans-serif;
    padding-top: 4%;
}

#footer-content h4 {
    color: #5b0101;
    font-size: 1.45em;
    line-height: 29px;
    font-family: 'Telex', sans-serif;
}

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

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

footer #footer-content {
    color: #fff;
    font-size: 1.25em;
    line-height: 30px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
}

footer #selosrodape {}

footer #selosrodape .selos-left {
    float: left;
    padding-top: 2%;
}

footer #selosrodape .selos-right {
    float: right;
}

#footer-content p {
    font-size: 1.45em;
    font-family: 'Telex', sans-serif;
    color: #5b0101;
}

#copyright {
    padding: 1rem 0;
    background-color: #5b0101;
}

#copyright p {
    margin: 0;
}

#contato p {
    color: #5b0101;
}

.ico{
	font-size:7rem;
	transition:0.2s;
}

.ico:hover{
	color:5b0101;
	transform:scale(1.1);
	transition:0.4s;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    color: #5b0101;
}

#fickle-content{
    padding:9% 0%;
    font-size:1.6rem;
}

#fickle-content h1 {
    font-weight: 100;
    font-size: 1.8em;
    padding-bottom: 1%;
    color: #da9b42;
    font-family: 'Telex', sans-serif;
}

#fickle-content p{
    color: #000;
}

.btn-primary {
    background: #5b0101;
    color: #FFF !important;
    width: 19%;
}

#fickle-content a {
    color: #5b0101;
    transition: color 0.5s;
    font-weight: bold;
}

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

#fickle-content div strong{
    font-size:1.8rem;
}

#fickle-content ul, #fickle-content ol {
    padding: 0;
    margin-bottom:2rem;
}

#fickle-content ul li, #fickle-content ol li {
    margin-left: 3rem;
    margin-top: 0.5rem;
}

#bt_voltar_pag_add{
	background-color: #5b0101!important;
	color:#fff!important;
	margin-top:5rem;
}

#bt_voltar_pag_add:hover{
	background-color: #da9b42!important;
	color:#fff!important;
}

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

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

#galerias h1 {
    margin: 0;
}

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

#galerias h4 {
    font-weight: bold;
}

#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;
    border-radius: 5px;
    padding: 18px;
    position: relative;
    margin: 4px 0;
    font-size: 1.7rem;
    line-height: 0;
    border-bottom: 1px solid #d8d8d8;
}

#downloads ul li i.fas.fa-cloud-download-alt {
    font-size: 23px;
    color: #5b0101;
    margin-right: 12px;
}

#downloads ul li a {
    position: absolute;
    top: 3rem;
}

#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: absolute;
    top: 3rem;
}

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

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

.bt-documentos {
    background: #5b0101;
    color: #fff;
    width: 30%;
}

.bt-documentos:hover {
    background: #5b0101;
    color: #fff;
    width: 30%;
}

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

#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 {
    color: #fff;
}

#nossosservicos {
    padding: 1% 5% 1% 5%;
}

#nossosservicos h3 {
    font-size: 1.65em;
    color: #5b0101;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    /* height: 140px; */
    font-family: 'Heebo', sans-serif;
    padding-top: 3%;
    width: 90%;
    padding-bottom: 4%;
}

#nossosservicos h3:hover {
    color: #da9b42;
}

#ferramentas {
    padding: 0% 4% 0% 4%;
}

#ferramentas h3 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-family: 'Telex', sans-serif;
    padding-top: 2%;
}

#ferramentas p {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    padding-top: 11px;
    line-height: 21px;
    /* height: 120px; */
    font-family: 'Heebo', sans-serif;
    padding-bottom: 5%;
}

#nossosservicos img {
    text-align: center;
    margin: 0 auto;
}

#link-simulacao a {
    width: 15%;
    clear: both;
    margin: 1% auto 0;
    padding: 1% 3%;
    border-radius: 0;
    font-size: 0.95em;
    color: #ffffff;
    float: none;
    background: #5b0101;
    font-family: 'Heebo', sans-serif;
}

#link-simulacao a:hover {
    width: 15%;
    clear: both;
    margin: 1% auto 0;
    padding: 1% 3%;
    border-radius: 0;
    font-size: 0.95em;
    color: #fff;
    float: none;
    background: #033b70;
    font-family: 'Heebo', sans-serif;
}

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

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


/* MIGRAR EMPRESA */
#migracao {
    padding-top: 0rem;
    padding-bottom: 8rem;
    padding-left:10%;
    padding-right:10%;
}

#migracao h2 {
    font-weight: bold;
    font-size: 6rem !important;
    margin-bottom: 3rem;
    color: #1c1e21;
    line-height: 52px;
}

#migracao h2 span {
    color: var(--lpone-color-secondary);
}

#migracao p {
    font-size: 2.2rem !important;
    color: #1c1e21;
    font-weight: 500;
    line-height: 24px;
}

#migracao p span {
    color: var(--lpone-color-secondary);
}

#migracao .btn_style__primary {
    background: #0e9f2e;
    color: #fff;
    padding: 10px 3rem !important;
    transition: .3s;
    font-size: 2rem;
    font-weight: 600;
    width:80%;
}

#migracao .btn_style__primary:hover {
    background: #0e9f2e;
    transform: scale(1.1);
    transition: .3s;
}

/* video */
#video {
    padding-top: 7rem;
    padding-bottom: 0rem;
    color: #fff;
    text-align: center;
    position: relative;
    background: #5b0101;
}

#video h2 {
    font-weight: bold;
    font-size: 5rem;
    margin-bottom: 2rem;
}

#video iframe {
    width: 70%;
    margin: 0 15% 2rem;
    border-radius: 1.5rem;
    padding: .8rem;
    border: 3px solid #da9b42;
}

#video .btn_style__secondary {
    background: #0e9f2e;
    padding: 10px 3rem !important;
    transition: .3s;
    font-size: 2rem;
    color: var(--color-font-light);
    font-weight: 600;
}

#video .btn_style__secondary:hover {
    transform: scale(1.1);
    transition: .3s;
}

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

@media (max-width: 1200px) {
    .menu1 {
        margin-top: -27px;
        font-size: 0.9em;
    }
    #solucoes {
        padding: 10% 0% 10% 0%;
    }
    #topo-nav a {
        color: #ffffff;
        font-size: 0.85em;
        font-family: 'Telex', sans-serif;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }
    .polaroid1 h2 {
        color: #5b0101 !important;
        font-family: 'Heebo', sans-serif;
        font-size: 1.2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 27px;
        padding-top: 8%;
    }
    #solucoes-itens p {
        color: #5b0101;
        font-size: 1.15em;
        padding-top: 5%;
        line-height: 20px;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 8%;
        font-family: 'Telex', sans-serif;
    }
    .text {
        color: white;
        font-size: 1.15em;
        font-family: 'Telex', sans-serif;
        line-height: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 80%;
    }
    #nossosservicos p {
        font-size: 1.1em;
        text-align: center;
        padding-bottom: 11%;
        color: #5b0101;
        font-family: 'Telex', sans-serif;
        width: 60%;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    #ferramentas h3 {
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-size: 1.35em;
        font-family: 'Telex', sans-serif;
        padding-top: 2%;
    }
    .utilitarios {
        margin-bottom: 30px;
        padding: 2%;
        height: 225px;
        border-top: 5px solid #da9b42;
        margin: 14px;
        width: 14%;
    }
}

@media (max-width:998px) {
    .saibamais a {
        background: #5b0101;
        color: #fff !important;
        padding: 2% 6%;
        border-radius: 90px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        -ms-border-radius: 90px;
        -o-border-radius: 90px;
        font-size: 1.25em !important;
        font-family: 'Telex', sans-serif !important;
    }
    #solucoes h1 {
        margin-bottom: 1%;
        font-size: 3em;
        width: 77%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 46px;
        padding-bottom: 4%;
        color: #ffffff;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    .polaroid1 {
        background-color: #ffffff;
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
        border-radius: 8px;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
        /* border-bottom-left-radius: 30px; */
        /* border-bottom-right-radius: 30px; */
        margin-bottom: 10%;
    }
    #sobrenos h2 {
        margin-bottom: 1%;
        font-size: 3em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 42px;
        padding-bottom: 1%;
        color: #5b0101;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 2.6em;
        width: 75%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 47px;
        padding-bottom: 5%;
        color: #ffffff;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    .utilitarios {
        margin-bottom: 30px;
        padding: 2%;
        height: 225px;
        border-top: 5px solid #da9b42;
        margin: 14px;
        width: 30%;
    }
    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 2em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 2%;
        color: #fff;
        font-family: 'Heebo', sans-serif;
        padding-top: 4%;
    }
    footer #selosrodape .selos-left {
        float: none;
        padding-top: 2%;
        text-align: center;
    }
    footer #selosrodape .selos-right {
        float: none;
        text-align: center;
    }
    .d-flex {
        display: block;
    }
    .fa.fa-bars {
        font-size: 3.5rem;
        color: #ffffff;
        padding-top: 14%;
    }
    #sobrenos p {
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.4em;
        font-family: 'Telex', sans-serif;
        color: #5b0101;
        padding-bottom: 2%;
        padding-top: 2%;
    }
    .saibamais h2 {
        padding-bottom: 5% !important;
    }
    .utilitarios {
        margin-bottom: 30px;
        padding: 2%;
        height: 225px;
        border-top: 5px solid #da9b42;
        margin: 14px;
        width: 46%;
    }
}

@media (max-width:787px) {
    .polaroid1 {
        background-color: #ffffff;
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
        border-radius: 8px;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
        /* border-bottom-left-radius: 30px; */
        /* border-bottom-right-radius: 30px; */
        margin-bottom: 10%;
    }
    .polaroid1 h2 {
        color: #5b0101 !important;
        font-family: 'Heebo', sans-serif;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 27px;
        padding-top: 8%;
    }
    #solucoes-itens p {
        color: #5b0101;
        padding-top: 5%;
        line-height: 22px;
        width: 73%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 8%;
        font-family: 'Telex', sans-serif;
    }
    .utilitarios {
        margin-bottom: 30px;
        padding: 2%;
        height: 225px;
        border-top: 5px solid #da9b42;
        margin: 14px;
        width: 45%;
    }
    .artigos h2 {
        font-size: 2.5em;
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 10%;
        color: #da9b42;
        font-family: 'Heebo', sans-serif;
        padding-top: 17%;
    }
    #depoimentos {
        padding: 7% 0% 7% 0%;
        background: #5b0101;
    }
    #depoimentos p {
        font-size: 1.25em;
        text-align: center;
        color: #fff;
        font-family: 'Telex', sans-serif;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 27px;
    }
    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 2em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 34px;
        padding-bottom: 2%;
        color: #fff;
        font-family: 'Heebo', sans-serif;
        padding-top: 4%;
    }
    footer #newsletter .input-group {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:590px) {

    #migracao {
        padding-top: 0rem;
        padding-bottom: 3rem;
        padding-left:0%;
        padding-right:0%;
    }

    #migracao h2 {
        font-weight: bold;
        font-size: 3rem !important;
        margin-bottom: 3rem;
        color: #1c1e21;
        line-height: 30px;
        text-align: center;
    }

    #migracao p {
        font-size: 2.2rem !important;
        color: #1c1e21;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }

    #migracao .btn_style__primary {
        background: #0e9f2e;
        color: #fff;
        padding: 10px 3rem !important;
        transition: .3s;
        font-size: 1.5rem;
        font-weight: 600;
        width: 100%;
        margin-top:20px;
        margin-bottom:20px;
    }

    #video iframe {
        width: 90%;
        height:250px;
        margin: 0;
        border-radius: 1.5rem;
        padding: .8rem;
        border: 3px solid #da9b42;
    }

    #video h2 {
        font-weight: bold;
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    #video .btn_style__secondary {
        background: #0e9f2e;
        padding: 10px 3rem !important;
        transition: .3s;
        font-size: 2rem;
        color: var(--color-font-light);
        font-weight: 600;
        margin-top: 20px;
    }

    .polaroid1 {
        background-color: #ffffff;
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
        border-radius: 8px;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
        margin: 15px;
        width: 95%;
        height: 550px;
        padding-top: 2%;
        /* border-bottom-left-radius: 30px; */
        /* border-bottom-right-radius: 30px; */
        margin-bottom: 10%;
    }
    #sobrenos h2 {
        margin-bottom: 1%;
        font-size: 2.5em;
        width: 76%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 34px;
        padding-bottom: 5%;
        color: #5b0101;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    #nossosservicos h2 {
        font-size: 2.5em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 4%;
        color: #5b0101;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    #nossosservicos h3 {
        font-size: 1.45em;
        color: #5b0101;
        text-align: center;
        margin: 0 auto;
        line-height: 26px;
        /* height: 140px; */
        font-family: 'Heebo', sans-serif;
        padding-top: 3%;
        width: 100%;
        padding-bottom: 4%;
    }
    #nossosservicos p {
        font-size: 1.1em;
        text-align: center;
        padding-bottom: 11%;
        color: #5b0101;
        font-family: 'Telex', sans-serif;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    .utilitarios {
        margin-bottom: 30px;
        padding: 2%;
        height: 225px;
        border-top: 5px solid #da9b42;
        margin: 14px;
        width: 44%;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 2.2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 5%;
        color: #ffffff;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
}

@media (max-width:450px) {
	
	#noticias .estantevirtual{
		padding-top:3rem;
	}
    
    .bt1 {
    background-color: #d89300;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s;
    margin: 0px 20px 10px 10px;
    padding: 10px!important;
}
	
	.logo-mob img{
		width: 160px;
	}
	
    #solucoes h1 {
        margin-bottom: 1%;
        font-size: 2.18em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 36px;
        padding-bottom: 4%;
        color: #ffffff;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    .polaroid1 {
        background-color: #ffffff;
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
        border-radius: 8px;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
        margin: 15px;
        width: 95%;
        height: auto;
        padding-top: 2%;
        /* border-bottom-left-radius: 30px; */
        /* border-bottom-right-radius: 30px; */
        margin-bottom: 10%;
    }
    .saibamais h2 {
        padding-bottom: 5% !important;
        font-size: 1.65em !important;
        width: 90% !important;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    .polaroid1 h2 {
        color: #5b0101 !important;
        font-family: 'Heebo', sans-serif;
        font-size: 2.25em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 27px;
        padding-top: 8%;
    }
    #solucoes {
        padding: 10% 0% 20% 0%;
    }
    #sobrenos h2 {
        margin-bottom: 1%;
        font-size: 2.25em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 34px;
        padding-bottom: 5%;
        color: #5b0101;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    #nossosservicos h2 {
        font-size: 2.25em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 35px;
        padding-bottom: 4%;
        color: #5b0101;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    .utilitarios {
        margin-bottom: 30px;
        padding: 0%;
        height: 225px;
        border-top: 5px solid #da9b42;
        margin: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 2.2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 32px;
        padding-bottom: 20%;
        color: #ffffff;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
        padding-top: 15%;
    }
    #list-news h2 {
        font-size: 2.25em;
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 4%;
        color: #da9b42;
        font-family: 'Heebo', sans-serif;
    }
    .artigos h2 {
        font-size: 2.25em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 10%;
        color: #da9b42;
        font-family: 'Heebo', sans-serif;
        padding-top: 17%;
    }
    #noticias {
        padding: 20% 5% 20% 5%;
        background: #fff;
    }
    #depoimentos h2 {
        font-size: 2.25em;
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 3%;
        color: #da9b42;
        font-family: 'Heebo', sans-serif;
    }
    #depoimentos {
        padding: 17% 0% 17% 0%;
        background: #5b0101;
    }
    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 1.65em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        padding-bottom: 12%;
        color: #fff;
        font-family: 'Heebo', sans-serif;
        padding-top: 14%;
    }
    #footer-content h4 {
        color: #5b0101;
        font-size: 1.2em;
        line-height: 25px;
        font-family: 'Telex', sans-serif;
    }
    #footer-content p {
        font-size: 1.2em;
        font-family: 'Telex', sans-serif;
        color: #5b0101;
    }
    footer {
        padding: 3% 2% 3% 2%;
        background: #da9b42;
    }
    footer #footer-content {
        color: #fff;
        font-size: 1.15em;
        line-height: 30px;
        font-family: 'Heebo', sans-serif;
        text-align: center;
    }
}

@media (max-width:380px) {
    footer #footer-content {
        color: #fff;
        font-size: 1em;
        line-height: 24px;
        font-family: 'Heebo', sans-serif;
        text-align: center;
    }
    #solucoes h1 {
        margin-bottom: 1%;
        font-size: 1.7em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 28px;
        padding-bottom: 4%;
        color: #ffffff;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    #solucoes-itens p {
        color: #5b0101;
        font-size: 1.15em;
        padding-top: 5%;
        line-height: 22px;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 8%;
        font-family: 'Telex', sans-serif;
    }
    .polaroid1 {
        background-color: #ffffff;
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
        border-radius: 8px;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
        margin: 15px;
        width: 95%;
        height: 400px;
        padding-top: 2%;
        /* border-bottom-left-radius: 30px; */
        /* border-bottom-right-radius: 30px; */
        margin-bottom: 10%;
    }
    .polaroid1 h2 {
        color: #5b0101 !important;
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 27px;
        padding-top: 8%;
    }
    #sobrenos h2 {
        margin-bottom: 1%;
        font-size: 1.85em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        padding-bottom: 10%;
        color: #5b0101;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
        padding-top: 15%;
    }
    #sobrenos p {
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2em;
        font-family: 'Telex', sans-serif;
        color: #5b0101;
        padding-bottom: 2%;
        padding-top: 2%;
    }
    .bt-saibamais {
        color: #5b0101 !important;
        padding: 2% 10% !important;
        font-size: 1.45em !important;
        font-family: 'Cambay', sans-serif !important;
        transition: 1s !important;
        -webkit-transition: 1s !important;
        -moz-transition: 1s !important;
        -ms-transition: 1s !important;
        -o-transition: 1s !important;
    }
    #sobrenos {
        background: #fff;
        padding: 17% 0% 32% 0%;
    }
    #nossosservicos h2 {
        font-size: 1.85em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 29px;
        padding-bottom: 4%;
        color: #5b0101;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 1.85em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 32px;
        padding-bottom: 20%;
        color: #ffffff;
        font-family: 'Heebo', sans-serif;
        letter-spacing: 0px;
        padding-top: 15%;
    }
    #list-news h2 {
        font-size: 1.85em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 4%;
        color: #da9b42;
        font-family: 'Heebo', sans-serif;
    }
    .artigos h2 {
        font-size: 1.85em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 10%;
        color: #da9b42;
        font-family: 'Heebo', sans-serif;
        padding-top: 17%;
    }
    #depoimentos h2 {
        font-size: 1.85em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 3%;
        color: #da9b42;
        font-family: 'Heebo', sans-serif;
    }
    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 1.45em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 26px;
        padding-bottom: 12%;
        color: #fff;
        font-family: 'Heebo', sans-serif;
        padding-top: 14%;
    }
}


#box-simulacao .btn-group-lg>.btn, .btn-lg { font-size: 15px;  }


/* CHAT */
#loadchat-2 {
    position: fixed;
    bottom: 20px;
    right: 2%;
    height: auto;
    font-size: 12px;
    color: #2f3135;
    z-index: 99999999;
    cursor: pointer
  }
  
  .lcp-chat-icon-p1 {
    margin-right: 0 !important;
  }



.areadocliente_content { margin-top: 2rem; }
.areadocliente_content a {
    color: #FFF !important;
    padding: 2rem 3rem;
    min-width: 200px !important;
    display: inline-block;
    font-size: 1.6rem;
}

#box-blog { margin-bottom: 3rem; }
#box-blog h2 {
    font-size: 2.5em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 4%;
    color: #da9b42;
    font-family: 'Heebo', sans-serif;
}
.b-blog .img-container { width: 100%; height: auto; background: #e3a564; border: 5px solid #e3a564; }
.b-blog .img-container img { width: 100%; height: auto; object-fit: cover; object-position: bottom right; }
.b-blog h3 { color: #5b0101; font-weight: 600; text-align: left; }
.b-blog .link-noticias a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 5px 20px;
  background-color: #5c9bff;
  color: #5b0101;
  float: left;
  border-radius: 90px;
  margin-top: 20px;
}


#box-blog .link-artigos a{
    width: 200px;
    padding: 1rem 2rem;
    clear: both;
    margin: 0 auto;
    border-radius: 0px;
    float: none;
    background: #da9b42;
    font-family: 'Telex', sans-serif;
    color: #fff !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 90px;
    display: inline-block;
    margin-top: 2rem;
}

/** INICIO TELEGRAM ANIMADO **/

#fab-wpp2 {
    position: fixed;
    width: 64px;
    left: 13px;
    bottom: 3rem;
    z-index: 9998;
}

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

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

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

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

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

#fab-wpp2:hover::after {
  border: 4px solid #2a9dff;
}

#fab-wpp2:hover::before {
  border: 4px solid #2a9dff;
}

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

  50% {
    opacity: 0.7;
  }

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

/** FINAL TELEGRAM ANIMADO **/


#wbot-chat-container #wbot-open-chat {
    left: 20px!important;
	bottom: 118px!important;
}

#wbot-chat-container #wbot-chat.wbot-active {
    left: 20px!important;
}

#wbot-chat-container #wbot-open-chat::before {
    left: 25px!important;
    width: 130px!important;
}


/* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/
 #planos {
    padding: 3% 6% 3% 6%;
    background: #da9b42;
 }

.bt-planos {
    width: 120px;
    clear: both;
    margin: 0 auto;
    margin-bottom:5px;
    border-radius: 0px;
    float: none;
    background: #fff;
    color: #5b0101;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 90px;
}

.bt-planos:hover {
    width: 120px;
    clear: both;
    margin: 0 auto;
    border-radius: 0px;
    float: none;
    background: #5b0101;
    color: #fff;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 90px;
}

 #planos h2 {
    font-weight: 800;
    margin-bottom: 1.5rem !important;
    font-size: 3.45rem;
    color: #5b0101;
 }

 #planos h3 {
    font-weight: 500;
    font-size: 2rem;
    color:#fff;
    position: relative;
    -webkit-transform: none;
    transform:initial;
    width:100%;
    left:initial;
 }

 #planos h3 small{
    color:#fff;
 }

 #planos article h3{
    color:#5b0101;
    font-size:3rem !important;
 }

 #planos .plano {
    margin-top: 1.5rem;
 }

 #planos .plano article {
    padding: 4%;
    padding-bottom: 10%;
    background: #fff;
    border-radius: 16px;
    color: #5b0101 !important;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

 #planos .plano article:hover {
    transition: 0.7s;
    transform: scale(1.1);
 }

 #planos .plano article h3 {
    font-size: 2.5rem;
    font-weight: 600;
}

 #planos .plano article .valor {
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 2rem !important;
    color: #da9b42;
}

 #planos .plano article ul {
    padding: 0;
 }

 #planos .plano article ul li {
    list-style-type: none;
    text-align: left;
    font-weight: 600;
    font-size: 1.4rem;
    padding-left: 22px;
    text-indent: -11px;
    padding-bottom: 3px;
}

 #planos .plano article ul li ul{
    padding-top: 3px;
    margin-bottom:0;
 }

 #planos .plano article ul li i {
    color: #da9b42;
    margin-right: 0.5rem;
 }

 #planos .plano article ul li ul li {
    font-weight: 400;
    font-size:1.3rem;
 }

 #planos .plano article ul li ul li i {
    color: #da9b42;
    margin-right: 5px;
 }

 #planos .plano article p{
    font-weight: 600;
 }

 #planos .btn_theme_secondary {
   background-color: #fff !important;
   border-radius: 90px !important;
   font-weight: 400;
   color: var(--color-font-dark)!important;
}

 #planos .btn_theme_secondary:hover {
   color: var(--color-font-light) !important;
   font-weight: 400;
}

#planos .btn-active{
   background: #5b0101;
   color:#fff;
}

 #planos .plano .btn_theme_secondary {
   background-color: var(--color-header) !important;
   border-radius: 90px !important;
   font-size: 1.1rem !important;
   font-weight: 400;
   color: var(--color-font-light) !important;
   transition: 0.2s;
}

 #planos .plano .btn_theme_secondary:hover {
    background-color: #fff !important;
    transform: scale(1.05);
    transition: 0.2s;
    color: var(--color-font-dark)!important;
    font-weight: 500;
}

@media (max-width:1460px) {
    
    #planos .plano article {
        border-radius: 16px;
        transition: 0.4s;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

}

@media (max-width:1160px) {

    #planos .plano article {
        border-radius: 16px;
        transition: 0.4s;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
}

@media (max-width:1024px) {
 
    #planos .plano article {
        padding: 10% 1%;
        border-radius: 16px;
        transition: 0.4s;
    }

 @media (max-width:991px) {
    #planos h3 br {
       display: none;
    }
 }

 @media (max-width:575px) {
     
    #fickle-content{
        padding:9% 5%;
    }

    #fickle-content h1 {
        font-size: 1.3em;
    }

     #planos .plano article {
        padding: 10%;
        border-radius: 16px;
        transition: 0.4s;
}

    #planos h2 {
      font-weight: 800;
      margin-bottom: 1rem !important;
      font-size: 3rem;
      letter-spacing: -2px;
      line-height: 53px;
  }

    #planos h3 {
       font-size: 1.6rem;
    }

 }