/*======================================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;
  color: #26c0ff;
}

.d-flex {
  display: flex;
}

.fa.fa-bars {
  font-size: 3rem;
  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: #00b2fa;
}

[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: #0078c5;
  padding: 1% 3%;
  color: #fff !important;
}

.btn-slide:hover {
  background: #0078c5;
  padding: 1% 3%;
  color: #fff;
}

.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 5px
}

.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 .menu {
  float: right;
}

#topo-nav .logo {
  float: left;
  width: 345px;
}

#topo-nav {
  padding: 6px 0px;
  background: #0078c5;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

nav>a {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #15335E;
}

ul {
  display: grid;
}

li {
  /*display: inline-block;*/
}

li>a {
  color: white;
  font-size: 1.1em;
  padding: 5px 16px;
  display: block;
}

/* CONTEÚDO - INDEX */

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

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

footer {}

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

#solucoes a {
  color: #fff;
}

#servicos {
  padding-bottom: 41%;
}

#sobrenos h1 {
  padding-top: 7%;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 0px;
  font-weight: 100;
  font-size: 3.5em;
  width: 80%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  line-height: 47px;
  padding-bottom: 3%;
}

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

.servi {
  padding-top: 2%;
  padding-bottom: 2%;
}

#btservicos h4 {
  width: 15%;
  margin: 0 auto;
  clear: both;
  text-align: center;
  background: #0078c5;
  color: #fff;
  padding: 1%;
  font-size: 1.45em;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
}

#sobrenos p {
  width: 85%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 1.65em;
  color: #ffffff;
  padding-top: 1%;
  padding-bottom: 5%;
  font-family: 'Quicksand', sans-serif;
  line-height: 32px;
}

#solucoes h2 {
  font-size: 3em;
  width: 31%;
  clear: both;
  text-align: left;
  color: #ffffff;
  padding: 1% 3%;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: -1px;
  line-height: 61px;
  background: #00b2fa;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 36px;
}

#solucoes h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.85em;
  color: #0069ad;
  line-height: 28px;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

#solucoes p {
  font-size: 1.2em;
  color: #00b2fa;
  width: 26%;
  text-align: center;
  width: 134px;
  clear: both;
  margin: 0 auto;
  font-family: Calibri;
  border-radius: 3px;
}

#sobrenos {
  background: #0078c5;
  padding: 2% 0% 4% 0%;
}

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

#aberturadeempresa h2 {
  width: 80%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 3em;
  color: #fff;
  padding-bottom: 2%;
  font-family: 'Titillium Web', sans-serif;
  line-height: 39px;
}

#aberturadeempresa h3 {
  width: 36%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  color: #0078c5;
  background: #ffffff;
  font-family: 'Quicksand', sans-serif;
  padding: 2%;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
}

#aberturadeempresa h3:hover {
  width: 40%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  color: #ffffff;
  background: #00b2fa;
  font-family: 'Quicksand', sans-serif;
  padding: 2%;
  border-radius: 8px;
  font-weight: 100;
}

#link-simulação h3 {
  width: 17%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 1.55em;
  color: #ffffff;
  background: #00b2fa;
  font-family: 'Quicksand', sans-serif;
  padding: 1%;
  border-radius: 8px;
}

#link-simulação h3:hover {
  width: 17%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 1.55em;
  color: #ffffff;
  background: #00b2fa;
  font-family: 'Quicksand', sans-serif;
  padding: 1%;
  border-radius: 8px;
}

#link-simulação p {
  font-size: 2.05em;
  color: #ffffff;
  width: 52%;
  clear: both;
  margin: 0 auto;
  line-height: 30px;
  padding-bottom: 2%;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}

#link-simulação {
  padding: 1% 0% 3% 0%;
}

#aberturadeempresa p {
  width: 36%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 1.35em;
  color: #ffffff;
  padding-top: 1%;
  line-height: 22px;
  margin-top: 1%;
  font-family: 'Quicksand', sans-serif;
}

#duvidas {
  padding: 5% 0% 5% 0%;
  background: #cb3727;
}

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

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

#artigos {}

#artigos h3 {
  width: 100%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 2.1em;
  color: #0078c5;
  padding-bottom: 4%;
  font-family: 'Ramabhadra', sans-serif;
  padding-top: 5%;
}

#entreemcontato {
  padding: 6% 0% 6% 0%;
  background: #0078c5;
}

#entreemcontato h2 {
  width: 80%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 3em;
  color: #fff;
  padding-bottom: 2%;
  font-family: 'Titillium Web', sans-serif;
  line-height: 39px;
}

#entreemcontato h3 {
  width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    color: #fff;
    padding-bottom: 0%;
    font-family: sans-serif;
    padding-top: 2%;
}

#entreemcontato h4 {
  width: 24%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    color: #0078c5;
    padding-bottom: 0%;
    font-family: sans-serif;
    background: #fff;
    padding: 1%;
    margin-top: 1%;
}

#util-container h5 {
  width: 100%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5em;
  color: #0078c5;
  padding-bottom: 2%;
  font-family: 'Titillium Web', sans-serif;
  padding-top: 7%;
}

#entreemcontato p {
  color: #fff;
  font-size: 2.15em;
  font-family: 'Quicksand', sans-serif;
  margin: 0 auto;
  text-align: center;
}

#entreemcontato a {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  margin: 0 auto;
  text-align: center;
}

.fas.fa-phone-square,
.fas.fa-envelope-square {
  font-size: 1.8em;
  color: #fff;
}

#noticias h3 {
  width: 100%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5em;
  color: #0078c5;
  padding-bottom: 4%;
  font-family: 'Titillium Web', sans-serif;
  padding-top: 0%;
}

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

.bt-artigos {
  color: #fff !important;
  background: #0078c5;
  border-radius: 3px;
  padding: 1% 5%;
}

#canalinformativo {
  padding: 4% 0% 8% 0%;
}

#canalinformativo h2 {
  font-size: 3em;
  width: 17%;
  clear: both;
  text-align: left;
  color: #ffffff;
  padding: 1% 3%;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: -1px;
  line-height: 61px;
  background: #00b2fa;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 36px;
}

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

#artigos a {
  color: #121313;
}

#list-artigos h5 {
  font-size: 1.2em;
  color: #767676;
  padding-top: 6%;
}

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

#util-container h2 {
  font-size: 3em;
  width: 32%;
  clear: both;
  text-align: left;
  color: #ffffff;
  padding: 1% 3%;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: -1px;
  line-height: 61px;
  background: #00b2fa;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 36px;
}

#utilitarios {
  padding: 1% 8% 0% 8%;
}

.utili h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.85em;
  color: #0069ad;
  line-height: 28px;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

.utili2 h3 {
  font-family: 'Quicksand', sans-serif!important;
    font-size: 1.45em!important;
    color: #0069ad!important;
    line-height: 28px!important;
    text-align: center!important;
    margin-top: 5px!important;
    font-weight: bold!important;
    height: 50px!important;
}

.utili h4 {
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  color: #0078c5;
  padding-bottom: 1%;
  font-family: calibri;
  width: 90%;
  line-height: 21px;
  padding-bottom: 20%;
  height: 55px;
}

.utili2 p {
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  color: #00b2fa;
  padding-bottom: 1%;
  font-family: calibri;
  width: 90%;
  line-height: 21px;
  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: #cb3727;
  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 {
  padding: 8% 0% 8% 0%;
}

#socialmedia {
  padding: 5% 0% 5% 0%;
  background: #0078c5;
}

#socialmedia h2 {
  color: #fff;
  font-size: 2.4em;
  width: 70%;
  font-family: 'Quicksand', sans-serif;
  clear: both;
  margin: 0 auto;
  padding-bottom: 1%;
}

#linha {
  background: #0078c5;
  padding: 5% 0% 6% 0%;
}

#linha h2 {
  width: 64%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 2.45em;
  font-family: 'Quicksand', sans-serif;
}

#galeria-depo {
  padding: 2% 5% 1% 5%;
}

#boxgaleria {
  padding: 5%;
}

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

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

#galeria-depo h2 {
  color: #0078c5;
  font-size: 3em;
  width: 70%;
  font-family: 'Titillium Web', sans-serif;
  clear: both;
  margin: 0 auto;
  padding-bottom: 2%;
}

.bt-galeria {
  background: #ffffff;
  color: #0078c5;
  border-radius: 37px;
  padding: 1% 4%;
  font-size: 1.35em;
  font-family: 'Ramabhadra', sans-serif;
  border: 2px solid #00b2fa;
  margin-left: 1%;
}

.bt-galeria:hover {
  background: #ffffff;
  color: #00b2fa;
  border-radius: 37px;
  padding: 1% 4%;
  font-size: 1.35em;
  font-family: 'Ramabhadra', sans-serif;
  border: 2px solid #26C0FF;
  margin-left: 1%;
}

#fotos {
  padding: 1%;
}

#depoimentos {
  padding: 5%;
}

#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.35em;
  color: #0078c5;
  font-family: Calibri;
  width: 80%;
  clear: both;
  margin: 0 auto;
  line-height: 22px;
}

#selos {
  padding-top: 4% !important;
}

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

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

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

#list-news .new-bxslider p {
  color: #767676;
  font-size: 1.15em;
  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: #0078c5;
  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: #0078c5;
  text-align: center;
  padding: 3%;
  font-weight: 100;
}

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

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

/* CONTEÚDO - INDEX */

footer {
  padding: 4% 0% 1% 0%;
  border-top: 2px solid #0078c5;
}

footer a {
  color: #0078c5;
}

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

footer ul {
  padding: 0;
}

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

footer #newsletter h2 {
  font-size: 2.5em;
  color: #00b2fa;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  width: 67%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3%;
  padding-top: 1%;
}

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

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

.bt-newsletter {
  background: #00b2fa;
  border: 1px solid #fff;
}

.bt-newsletter:hover {
  background: #EC682C;
  border: 1px solid #fff;
}

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

footer #texto_rodape p {
  font-size: 1.85em;
  color: #0078c5;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}

#selos img {
  vertical-align: inherit;
}

footer #footer-content {}

.btn-primary {
  background: #0078c5;
  border: 1px solid #0078c5;
}

.btn-primary:hover {
  background: #0078c5;
  border: 1px solid #0078c5;
}

#texto_rodape h4 {
  font-size: 1.85em;
  color: #0078c5;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}

#copyright {
  padding: 1rem 0;
  background-color: #0078c5;
}

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

.bt-3-blue {
  border-top: 3px solid #0078c5;
}

#fickle-content {
  color: #0078c5;
  font-size: 1.25em;
  padding-top: 2%;
  padding-bottom: 4%;
}

#fickle-content h1 {
  color: #0078c5;
  font-size: 2em;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 24px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #9a9a9a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#fickle-content a {
  color: #0078c5;
  transition: color .5s;
}

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

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

.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 {
  text-align: center;
  padding: 4% 0% 4% 0%;
  background: #0078c5;
}

@media (max-width:1200px) {
  #solucoes h2 {
    font-size: 2.25em;
    width: 27%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #util-container h2 {
    font-size: 2.25em;
    width: 32%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #util-container {
    padding: 4% 0% 8% 0%;
  }
  #canalinformativo h2 {
    font-size: 2.25em;
    width: 15%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
}

@media (max-width:992px) {
  #canalinformativo h2 {
    font-size: 2.25em;
    width: 20%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #sobrenos h1 {
    padding-top: 7%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 2.85em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    line-height: 47px;
    padding-bottom: 3%;
  }
  #solucoes h2 {
    font-size: 2em;
    width: 32%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #util-container {
    padding: 10% 0% 8% 0%;
  }
  #galeria-depo h2 {
    color: #0078c5;
    font-size: 2.5em;
    width: 90%;
    font-family: 'Titillium Web', sans-serif;
    clear: both;
    margin: 0 auto;
    padding-bottom: 2%;
  }
  footer #newsletter h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    font-size: 2.5em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding: 2%;
    color: #0078c5;
    font-family: 'Titillium Web', sans-serif;
  }
  #aberturadeempresa h2 {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.45em;
    color: #fff;
    padding-bottom: 2%;
    font-family: 'Titillium Web', sans-serif;
    line-height: 39px;
  }
  #aberturadeempresa h3 {
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.75em;
    color: #0078c5;
    background: #ffffff;
    font-family: 'Quicksand', sans-serif;
    padding: 2%;
    border-radius: 8px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #link-simulação p {
    font-size: 2.05em;
    color: #ffffff;
    width: 80%;
    clear: both;
    margin: 0 auto;
    line-height: 30px;
    padding-bottom: 2%;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
}
  #link-simulação h3 {
    width: 31%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.55em;
    color: #ffffff;
    background: #00b2fa;
    font-family: 'Quicksand', sans-serif;
    padding: 2%;
    border-radius: 8px;
  }
  .utili h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    color: #0078c5;
    padding-bottom: 1%;
    font-family: calibri;
    width: 90%;
    line-height: 21px;
    padding-bottom: 0%;
    height: 55px;
  }
  #util-container h2 {
    font-size: 2em;
    width: 36%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #util-container {
    padding: 4% 0% 8% 0%;
  }
  .utili2 p {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    color: #00b2fa;
    padding-bottom: 1%;
    font-family: calibri;
    width: 90%;
    line-height: 21px;
    padding-bottom: 0%;
    height: 17px;
  }
  #entreemcontato p {
    color: #fff;
    font-size: 1.75em;
    font-family: 'Quicksand', sans-serif;
    margin: 0 auto;
    text-align: center;
    padding: 1%;
  }
}

@media (max-width:790px) {
  #sobrenos h1 {
    padding-top: 8%;
    /* font-family: 'Ramabhadra', sans-serif; */
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 2.65em;
    width: 95%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
  }
  #aberturadeempresa h2 {
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.25em;
    color: #fff;
    padding-bottom: 2%;
    font-family: 'Titillium Web', sans-serif;
    line-height: 39px;
  }
  #link-simulação p {
    font-size: 1.65em;
    color: #ffffff;
    width: 65%;
    clear: both;
    margin: 0 auto;
    line-height: 25px;
    padding-bottom: 2%;
    /* font-family: 'Ramabhadra', sans-serif; */
    text-align: center;
  }
  #canalinformativo h2 {
    font-size: 2.25em;
    width: 23%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #entreemcontato h2 {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.15em;
    color: #fff;
    padding-bottom: 4%;
    font-family: 'Titillium Web', sans-serif;
    line-height: 30px;
  }
  .text-sm-right {
    text-align: right;
  }
  #solucoes h2 {
    font-size: 2em;
    width: 42%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #aberturadeempresa p {
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.45em;
    color: #7f7f7f;
    padding-top: 1%;
    font-family: Calibri;
    line-height: 22px;
    margin-top: 5%;
    font-family: 'Ramabhadra', sans-serif;
  }
  #util-container h2 {
    font-size: 2em;
    width: 45%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #util-container {
    padding: 10% 0% 18% 0%;
  }
  #aberturadeempresa h3 {
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #0078c5;
    background: #ffffff;
    font-family: 'Quicksand', sans-serif;
    padding: 4%;
    border-radius: 8px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #linha h2 {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.85em;
    font-family: 'Quicksand', sans-serif;
  }
}

@media (max-width:500px) {
  footer {
    padding: 20% 0% 15% 0%;
    border-top: 2px solid #0078c5;
  }
  footer #newsletter .input-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer #newsletter h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.8em;
    width: 100%;
    clear: both;
    margin: 0 auto;
    padding: 2%;
    color: #0078c5;
    font-family: 'Titillium Web', sans-serif;
  }
  #socialmedia {
    padding: 15% 0% 15% 0%;
    background: #0078c5;
  }
  #socialmedia h2 {
    color: #fff;
    font-size: 1.55em;
    width: 90%;
    font-family: 'Quicksand', sans-serif;
    clear: both;
    margin: 0 auto;
    padding-bottom: 1%;
  }
  #galeria-depo h2 {
    color: #0078c5;
    font-size: 2em;
    width: 95%;
    font-family: 'Titillium Web', sans-serif;
    clear: both;
    margin: 0 auto;
    padding-bottom: 2%;
  }
  #galeria-depo #depo-bxslider p {
    font-size: 1.25em;
    color: #0078c5;
    font-family: Calibri;
    width: 100%;
    clear: both;
    margin: 0 auto;
    line-height: 22px;
  }
  #sobrenos h1 {
    padding-top: 8%;
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 2.35em;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    line-height: 38px;
    padding-bottom: 10%;
  }
  #entreemcontato p {
    color: #fff;
    font-size: 1.2em;
    font-family: 'Quicksand', sans-serif;
    margin: 0 auto;
    text-align: center;
  }
  #canalinformativo h2 {
    font-size: 2.25em;
    width: 38%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
    margin-bottom: 10%;
  }
  #sobrenos p {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.35em;
    color: #ffffff;
    padding-top: 1%;
    padding-bottom: 15%;
    font-family: 'Quicksand', sans-serif;
    line-height: 28px;
  }
  #solucoes h2 {
    font-size: 2em;
    width: 65%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #solucoes h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.65em;
    color: #0069ad;
    line-height: 25px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
  }
  #solucoes {
    padding: 10% 0% 30% 0%;
  }
  #btservicos h4 {
    width: 50%;
    margin: 0 auto;
    clear: both;
    text-align: center;
    background: #0078c5;
    color: #fff;
    padding: 3%;
    font-size: 1.25em;
    border-radius: 4px;
    font-family: 'Quicksand', sans-serif;
  }
  #aberturadeempresa h2 {
    width: 85%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    color: #fff;
    padding-bottom: 4%;
    font-family: 'Titillium Web', sans-serif;
    line-height: 30px;
  }
  #utilitarios2 {
    text-align: center;
    padding: 15% 0% 15% 0%;
    background: #0078c5;
  }
  #link-simulação p {
    font-size: 1.45em;
    color: #ffffff;
    width: 85%;
    clear: both;
    margin: 0 auto;
    line-height: 20px;
    padding-bottom: 2%;
    text-align: center;
  }
  #link-simulação h3 {
    width: 46%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25em;
    color: #ffffff;
    background: #00b2fa;
    font-family: 'Quicksand', sans-serif;
    padding: 4%;
    border-radius: 8px;
    font-weight: bold;
  }
  #util-container h2 {
    font-size: 2em;
    width: 70%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #entreemcontato {
    padding: 16% 0% 16% 0%;
    background: #0078c5;
  }
  #entreemcontato h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    color: #fff;
    padding-bottom: 4%;
    font-family: 'Titillium Web', sans-serif;
    line-height: 30px;
  }
  #linha h2 {
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.85em;
    font-family: 'Quicksand', sans-serif;
  }
  #linha {
    background: #0078c5;
    padding: 15% 0% 15% 0%;
  }
  .bt-galeria {
    background: #ffffff;
    color: #0078c5;
    border-radius: 37px;
    padding: 5% 4%;
    font-size: 1.35em;
    font-family: 'Ramabhadra', sans-serif;
    border: 2px solid #00b2fa;
    margin-left: 1%;
    width: 70%;
    margin-bottom: 5px;
    margin-top: 3%;
  }
  #entreemcontato h4 {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    color: #0078c5;
    padding-bottom: 0%;
    font-family: sans-serif;
    background: #fff;
    padding: 2%;
    margin-top: 1%;
}
}

@media (max-width:400px) {
  #sobrenos h1 {
    padding-top: 8%;
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 2.1em;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding-bottom: 10%;
  }
  #sobrenos {
    background: #0078c5;
    padding: 10% 0% 10% 0%;
  }
  #solucoes h2 {
    font-size: 1.45em;
    width: 60%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #util-container h2 {
    font-size: 1.45em;
    width: 65%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
  }
  #entreemcontato h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.65em;
    color: #fff;
    padding-bottom: 4%;
    font-family: 'Titillium Web', sans-serif;
    line-height: 26px;
  }
  #entreemcontato p {
    color: #fff;
    font-size: 1.2em;
    font-family: 'Quicksand', sans-serif;
    margin: 0 auto;
    text-align: center;
    width: 75%;
    clear: both;
  }
  #canalinformativo h2 {
    font-size: 1.45em;
    width: 30%;
    clear: both;
    text-align: left;
    color: #ffffff;
    padding: 1% 3%;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -1px;
    line-height: 61px;
    background: #00b2fa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
    margin-bottom: 10%;
  }
  footer #footer-content {
    font-size: 0.75em;
  }
  footer #newsletter h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.65em;
    width: 100%;
    clear: both;
    margin: 0 auto;
    padding: 2%;
    color: #0078c5;
    font-family: 'Titillium Web', sans-serif;
    padding-bottom: 9%;
    padding-top: 4%;
  }
  #aberturadeempresa h3 {
    width: 95%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.35em;
    color: #0078c5;
    background: #ffffff;
    font-family: 'Quicksand', sans-serif;
    padding: 7%;
    border-radius: 8px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #link-simulação p {
    font-size: 1.35em;
    color: #ffffff;
    width: 95%;
    clear: both;
    margin: 0 auto;
    line-height: 23px;
    padding-bottom: 6%;
    text-align: center;
  }
  #link-simulação h3 {
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25em;
    color: #ffffff;
    background: #00b2fa;
    font-family: Calibri;
    padding: 4%;
    border-radius: 8px;
    font-weight: 100;
  }
  .utili h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.65em;
    color: #0069ad;
    line-height: 28px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
  }
  #utilitarios {
    padding: 1% 0% 0% 0%;
  }
  #util-container h5 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5em;
    color: #0078c5;
    padding-bottom: 2%;
    font-family: 'Titillium Web', sans-serif;
    padding-top: 25%;
  }
}

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