/*======================================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: '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: #00cab1;
}

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

[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: #121313;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.btn-dark {
    border-color: #414141;
    background-image: -webkit-linear-gradient(top, #121313 0, #121313 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#121313), to(#121313));
    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: #00cab1;
    background: -webkit-linear-gradient(to bottom, #14DCE8, #00cab1);
    background: linear-gradient(to bottom, #14DCE8, #00cab1);
    padding: 1% 3%;
    color: #151515;
    font-size: 1.25em;
}

.btn-slide:hover {
    background: #14DCE8;
    padding: 1% 3%;
    color: #151515;
    font-size: 1.25em;
}

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

.btn-back:hover {
    background-color: transparent;
    color: #121313 !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: #121313;
}

.thumbnail .caption {
    color: #fff;
}

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

/* HEADER */

#topo-info {
    color: #fff;
    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: 11px 0%;
    font-size: 1.15em;
}

#topo-nav a {
    color: #121313;
}

/* CONTEÚDO - INDEX */

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

#solucoes,
footer {
    background: #151515;
    /* fallback for old browsers */
}

#solucoes {
    padding: 4% 0% 7% 0%;
}

#solucoes a {
    color: #fff;
}

#servicos {
    padding: 1% 5% 0% 5%;
    height: 575px;
}

#sobrenos h1 {
    padding-top: 8%;
    font-family: unset;
    letter-spacing: -2px;
    font-weight: 100;
    font-size: 3.15em;
    width: 45%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    color: #151515;
    line-height: 44px;
}

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

#sobrenos p {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4em;
    color: #151515;
    padding-top: 1%;
    padding-bottom: 5%;
    font-family: Calibri;
}

#solucoes h2 {
    padding-top: 4%;
    font-family: unset;
    letter-spacing: -1px;
    font-weight: 100;
    font-size: 2.65em;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4%;
    color: #fff;
    line-height: 53px;
}

#solucoes h3 {
    font-family: sans-serif;
    font-size: 1.1em;
    color: #fff;
    line-height: 17px;
    text-align: center;
    height: 79px;
    white-space: pre-wrap;
    padding-top: 0%;
    margin-top: 13px;
}

#solucoes img {
    width: 44%;
}

#solucoes p {
    font-size: 1em;
    color: #02ccb6;
    width: 26%;
    border-radius: 0px;
    margin-bottom: 13%;
    text-align: center;
    width: 100%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 15%;
    font-family: Calibri;
}

.bt-maisservicos h4 {
    font-size: 1.8em !important;
    width: 45%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 1%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.bt-maisservicos h4:hover {
    font-size: 1.8em !important;
    background: #fff;
    color: #232323;
    width: 45%;
    padding: 1%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#aberturadeempresa {
    padding: 5% 0% 8%;
}

#aberturadeempresa h2 {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 3em;
    color: #121313;
    padding-bottom: 3%;
}

#aberturadeempresa a.btn-inicia {
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    color: #151515;
    background: #00cab1;
    background: -webkit-linear-gradient(to bottom, #14DCE8, #00cab1);
    background: linear-gradient(to bottom, #14DCE8, #00cab1);
    padding: 2%;
    border-radius: 8px;
    display:inline-block;
    margin-bottom:3rem;
}

#aberturadeempresa h3:hover {
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.25em;
    color: #fff;
    background: #151515;
    padding: 2%;
    border-radius: 8px;
}

#aberturadeempresa p {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.65em;
    color: #020202;
    padding-top: 1%;
    font-family: Calibri;
}

#duvidas {
    padding: 9% 0%;
}

#duvidas h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5em;
    color: #121313;
    padding-bottom: 1%;
}

#duvidas p {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.65em;
    color: #00cab1;
}

#artigos {
    background-color: #ffffff;
}

#artigos h3 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #121313;
    padding-bottom: 1%;
}

#noticias h3 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.85em;
    color: #121313;
    padding-bottom: 4%;
    padding-top: 7%;
}

#canalinformativo p {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25em;
    color: #121313;
    padding-bottom: 4%;
}

.bt-artigos {
    background: #00cab1;
    color: #fff !important;
}

#canalinformativo {
    padding: 7%;
}

#canalinformativo h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 3em;
    color: #00cab1;
    padding-bottom: 1%;
}

#artigos #list-artigos {
    margin: 1% 10% 5% 10%;
}

#artigos a {
    color: #121313;
}

#list-artigos h5 {
    font-size: 1.25em;
}

#agendatributaria h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.65em;
    color: #fff;
    padding-bottom: 1%;
    font-family: Calibri;
}

#util-container h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 3em;
    color: #ffffff;
    font-family: Calibri;
}

#utilitarios {
    display:flex;
    flex-wrap:wrap;
}

#utili h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    color: #fff;
    padding-bottom: 2%;
    font-family: Calibri;
}

#utili h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em;
    color: #0ad3cc;
    padding-bottom: 1%;
    font-family: calibri;
    width: 90%;
    line-height: 19px;
    padding-bottom: 20%;
    height: 55px;
}

#link-simulacao,
#link-simulacao-contato {
    text-align: center;
    font-size: 1.45em;
    padding: 0% 0% 5%;
}

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

#link-simulacao {
    color: #fff;
    font-family: Calibri;
    font-size: 1.2em;
    background: #151515;
    padding: 6% 0%;
    clear: both;
}

#utili p {
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    background: #ffffff;
    color: #121313;
    padding: 2%;
    width: 22%;
    border-radius: 5px;
}

#agendatributaria {
    padding-top: 9%;
}

#util-container {
    margin-bottom: 0%;
    background: #121313;
    padding: 8rem 0%;
}

#util-container h3{
	color:#00cab1;
}

#util-container h4{
	color:#fff;
}

#socialmedia {
    background: #151515;
    padding: 2%;
}

#galeria-depo {
    background: #00cab1;
    background: -webkit-linear-gradient(to bottom, #10DFC5, #00cab1);
    background: linear-gradient(to bottom, #10DFC5, #00cab1);
    padding: 0% 15% 0% 15%;
}

#boxgaleria {
    padding: 5%;
}

#galeria-depo .hr-title {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 8%;
}

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

#galeria-depo h2 {
    font-size: 2.5em;
    color: #121313;
    margin-bottom: 2%;
}

.bt-galeria {
    background: #121313;
}

.bt-galeria:hover {
    border: none;
    background: #121313;
    color: #fff;
}

#fotos {
    padding: 1%;
}

#depoimentos {
    padding: 5%;
}

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

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

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

#galeria-depo #depo-bxslider p {
    font-size: 1.25em;
    color: #121313;
    font-family: Calibri;
}

#galeria-depo #depo-bxslider h5 {
    font-size: 1.2em;
    color: #00cab1;
    text-transform: capitalize;
    font-style: italic;
}

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

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

#list-news .new-bxslider p {
    color: #121313;
    font-size: 1.25em;
    padding-bottom: 1% !important;
}

#list-news .new-data {}

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

.tbcalendario {
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 2px;
    background: #00cab1;
    margin-bottom: 1%;
}

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

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

.tbcalendario th {
    background-color: #00cab1;
    text-align: center;
    padding: 3%;
    font-weight: 100;
}

#icalendario_agenda_estadual a {
    color: #fff;
    font-family: Calibri;
}

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

/* CONTEÚDO - INDEX */

footer {
    padding: 2% 0% 3% 0%;
}

footer a {}

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

footer ul {
    padding: 0;
}

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

footer #newsletter h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.85em;
}

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

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

footer .bt-newsletter {
    background: #00cab1;
}

footer .texto_rodape {
    font-size: 1.25em !important;
}

footer #texto_rodape p {
    font-size: 1.25em !important;
    font-family: Calibri;
    color: #fff;
}

#selos img {
    vertical-align: inherit;
}

footer #footer-content {}

.btn-primary {
    background: #00cab1;
    border: 1px solid #00cab1;
}

.btn-primary:hover {
    background: #00cab1;
    border: 1px solid #00cab1;
}

#texto_rodape h4 {
    font-size: 1.85em;
    color: #00cbb2;
}

#copyright {
    padding: 1rem 0;
    background-color: #00cab1;
}

#copyright p {
    margin: 0;
    color: #151515;
}

.bt-3-blue {
    border-top: 3px solid #00cab1;
}

#fickle-content {
    color: #151515;
    font-size: 1.25em;
    padding-top: 2%;
    padding-bottom: 10%;
    line-height: 26px;
}

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

#fickle-content a {
    color: #109080;
    transition: color .5s;
    font-size: 0.95em;
    line-height: 30px;
}

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

#fickle-content ul {
    padding: 0;
}

#fickle-content ul li {
    margin-left: 3rem;
    line-height: 24px;
}

#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 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: 1px solid #ccc;
    border-radius: 5px;
    padding: 3rem;
    position: relative;
    margin: 1rem 0;
    font-size: 1.7rem;
}

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

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

#parceiros .media {
        padding: 2rem;
    width: 33%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.media-heading {
    margin-top: 15px;
    margin-bottom: 5px;
}

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

#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: #31a92f;
    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: #1F8C1D
}

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

#link-simulacao h2 {
    font-size: 2em;
    padding-bottom: 1%;
    font-family: Calibri;
    color: #fff;
}

.newslogin {
    margin: 2px;
}

#utilitarios2 {
    width: 90%;
    margin: 0 auto;
    clear: both;
    text-align: center;
    height: 500px;
    padding: 5%;
}

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

@media (max-width:767px) {
    #galeria-depo h2 {
        font-size: 1.85em;
        color: #121313;
        margin-bottom: 2%;
    }
    #sobrenos h1 {
        padding-top: 8%;
        font-family: unset;
        letter-spacing: -2px;
        font-weight: 100;
        font-size: 3.15em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 2%;
        color: #151515;
        line-height: 44px;
    }
    #solucoes img {
        width: 17%;
    }
    #solucoes h3 {
        font-family: sans-serif;
        font-size: 1.4em;
        color: #fff;
        line-height: 17px;
        text-align: center;
        height: 79px;
        white-space: pre-wrap;
        padding-top: 0%;
        margin-top: 13px;
    }
    #utilitarios2 {
        width: 100%;
        margin: 0 auto;
        clear: both;
        text-align: center;
        height: 470px;
        padding: 8% 0% 1% 0%;
    }
    #aberturadeempresa h2 {
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2.25em;
        color: #121313;
        padding-bottom: 3%;
    }
    #aberturadeempresa h3 {
        width: 75%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2em;
        color: #151515;
        background: #00cab1;
        background: -webkit-linear-gradient(to bottom, #14DCE8, #00cab1);
        background: linear-gradient(to bottom, #14DCE8, #00cab1);
        padding: 4%;
        border-radius: 8px;
        margin-bottom: 6%;
    }
    #aberturadeempresa p {
        width: 85%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2em;
        color: #020202;
        padding-top: 1%;
        font-family: Calibri;
        line-height: 31px;
    }
    #link-simulacao h2 {
        font-size: 1.55em;
        padding-bottom: 1%;
        font-family: Calibri;
        color: #fff;
    }
    #link-simulacao {
        color: #fff;
        font-family: Calibri;
        font-size: 1.2em;
        background: #151515;
        padding: 8% 0% 11% 0%;
        clear: both;
    }
    #duvidas h2 {
        width: 65%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2em;
        color: #121313;
        padding-bottom: 3%;
        padding-top: 3%;
    }
    #util-container h2 {
        margin: 0 auto;
        text-align: center;
        font-size: 2.25em;
        color: #ffffff;
        font-family: Calibri;
    }
    #sobrenos h1 {
        padding-top: 13%;
        font-family: unset;
        letter-spacing: -2px;
        font-weight: 100;
        font-size: 2.65em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 8%;
        color: #151515;
        line-height: 36px;
    }
    #solucoes h2 {
        padding-top: 21%;
        font-family: unset;
        letter-spacing: -1px;
        font-weight: 100;
        font-size: 2.65em;
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 9%;
        color: #fff;
        line-height: 37px;
    }
}

@media (max-width:500px) {
    #aberturadeempresa h2 {
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2.25em;
        color: #121313;
        padding-bottom: 15%;
        padding-top: 10%;
    }
    #aberturadeempresa h3 {
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.85em;
        color: #151515;
        background: #00cab1;
        background: -webkit-linear-gradient(to bottom, #14DCE8, #00cab1);
        background: linear-gradient(to bottom, #14DCE8, #00cab1);
        padding: 5% 10%;
        border-radius: 8px;
    }
    #aberturadeempresa p {
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.45em;
        color: #020202;
        padding-top: 1%;
        font-family: Calibri;
        line-height: 26px;
        padding-top: 8%;
    }
    #utilitarios2 {
        width: 100%;
        margin: 0 auto;
        clear: both;
        text-align: center;
        height: 500px;
        padding: 5%;
    }
    #link-simulacao h2 {
        font-size: 1.25em;
        padding-bottom: 1%;
        font-family: Calibri;
        color: #fff;
        line-height: 23px;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 4%;
    }
    #duvidas h2 {
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.85em;
        color: #121313;
        padding-bottom: 5%;
        padding-top: 5%;
    }
    #link-simulacao {
        color: #fff;
        font-family: Calibri;
        font-size: 1.2em;
        background: #151515;
        padding: 19% 0%;
        clear: both;
    }
    #duvidas p {
        margin: 0 auto;
        text-align: center;
        font-size: 1.7rem;
        color: #00cab1;
    }
    #duvidas {
        padding: 19% 0%;
    }
    #util-container h2 {
        margin: 0 auto;
        text-align: center;
        font-size: 2.25em;
        color: #ffffff;
        font-family: Calibri;
        width: 90%;
        padding-top: 9%;
    }
    #util-container {
        margin-bottom: 0%;
        background: #121313;
        padding: 8% 0% 20%;
    }
    #canalinformativo {
        padding: 22% 5% 22% 5%;
    }
    .bt-galeria {
        background: #121313;
        width: 100%;
        margin: 3% 0% 0% 0%;
        padding: 7%;
    }
    .bt-galeria {
        background: #121313;
        width: 100%;
        margin: 3% 0% 0% 0%;
        padding: 7%;
    }
    #galeria-depo h2 {
        font-size: 2em;
        color: #121313;
    }
    #galeria-depo #depo-bxslider p {
        font-size: 1.25em;
        color: #121313;
        font-family: Calibri;
        margin-top: 14%;
    }
    footer #newsletter h2 {
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
        font-size: 1.4em;
    }
    #texto_rodape {
        padding:3rem 15px;
    }
    #texto_rodape h4 {
        font-size: 1.25em;
        color: #00cbb2;
        margin: 0 auto;
        text-align: center;
    }
    #socialmedia {
        background: #151515;
        padding: 10%;
    }
    footer #texto_rodape p {
        font-size: 1.25em !important;
        font-family: Calibri;
        color: #fff;
    }
    #galeria-depo h2 {
        font-size: 1.65em;
        color: #121313;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    #ligue_form, #documentos_form {width:100%;}
}

@media (max-width:420px) {
    #sobrenos p {
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.25em;
        color: #151515;
        padding-top: 1%;
        padding-bottom: 20%;
        font-family: Calibri;
    }
    #solucoes h3 {
        font-family: sans-serif;
        font-size: 1.45em;
        color: #fff;
        line-height: 21px;
        text-align: center;
    }
    #servicos {
        padding: 1% 9% 0% 9%;
        height: 575px;
    }
    .bt-maisservicos h4 {
        font-size: 1.8em !important;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding: 1%;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }
    #solucoes h3 {
        font-family: sans-serif;
        font-size: 1.35em;
        color: #fff;
        line-height: 21px;
        text-align: center;
    }
}

@media (max-width:350px) {
    #sobrenos h1 {
        padding-top: 21%;
        font-family: unset;
        letter-spacing: -1px;
        font-weight: 100;
        font-size: 2.2em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 11%;
        color: #151515;
        line-height: 31px;
    }
    #list-news .new-bxslider p {
        color: #000000;
        font-size: 1.15em;
        margin-bottom: 6px;
    }
    #noticias h3 {
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.85em;
        color: #121313;
        padding-bottom: 13%;
        padding-top: 23%;
    }
    #solucoes h2 {
        padding-top: 21%;
        font-family: unset;
        letter-spacing: -1px;
        font-weight: 100;
        font-size: 2.25em;
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 9%;
        color: #fff;
        line-height: 31px;
    }
    #solucoes h3 {
        font-family: sans-serif;
        font-size: 1.15em;
        color: #fff;
        line-height: 21px;
        text-align: center;
    }
    #utilitarios2 {
        width: 100%;
        margin: 0 auto;
        clear: both;
        text-align: center;
        height: 500px;
        padding: 0%;
    }
    #aberturadeempresa h2 {
      width: 100%;
      clear: both;
      margin: 0 auto;
      text-align: center;
      font-size: 2em;
      color: #121313;
      padding-bottom: 15%;
      padding-top: 10%;
    }
    #solucoes {
      padding: 4% 0% 17% 0%;
    }
    #solucoes img {
      width: 27%;
    }
}

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