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

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


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


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


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

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

html {
  margin: 0 !important;
}

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

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

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

.d-flex {
  display: flex;
}

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

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

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

.list-inline {
  margin: 0;
}

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

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

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

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

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

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

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

.btn-dark {
  border-color: #414141;
  background-image: -webkit-linear-gradient(top, #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:hover,
.btn-dark:focus {
  background-color: #4a5365;
  background-position: 0 -15px;
  color: #fff;
}

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

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

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

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

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

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

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

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

.d-initial {
  display: initial;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

#topo-info p {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

#artigos a {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

/*
.noticia-list{height:450px;background:url('../img/bg-lastnews.jpg');background-size:100% 100%;background-attachment:fixed;display:flex;align-items:center;}
*/
#list-news h2 {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #1e4580;
}

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

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

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

.noticia-list a.btn {
  display: table;
  margin: 3rem auto 0;
}

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

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

.tbcalendario td span {
  color: #000;
}

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

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

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

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

#icalendario_agenda_estadual a {
  color: #fff;
}

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

/* CONTEÚDO - INDEX */

footer {
  padding: 5rem 0;
}

footer a {
  color: #fff;
}

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

footer ul {
  padding: 0;
}

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

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

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

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

footer #footer-content {
  display: flex;
}

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

#copyright p {
  margin: 0;
}

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

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

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

#fickle-content a {
  color: #1e4580;
  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 h2 {
  float: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 3em;
  color: #151616;
  letter-spacing: -1px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  clear: both;
  margin: 0 auto;
  padding-bottom: 4%;
}

#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: 50%;
  margin: 0 auto;
  padding: 3rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

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

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

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

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

#fab-wpp .fab-action {
  transition: all 225ms ease-in-out;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #34AF23;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#fab-wpp .fab-action:hover {
  background-color: #2d991e
}

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

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

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

  footer #footer-content {
    display: block;
  }

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

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

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

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


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

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

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

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

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

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

  30% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.08);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(1);
  }

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

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






/* PERSONALIZADO TEMPLATE 35 */

.header-fixed {
  background-color: #506873;
  padding: 6px 2% 12px 2%;
  border-top: 1px solid #506873;
  display: none;
}

.header-fixed img {
  max-width: 200px;
}

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

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

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

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

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

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

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

.header-topo {
  position: relative;
  z-index: 100;
}

.header-topo-menu {
  position: absolute;
  margin-top: 5%;
  left: 0%;
}

.header-topo-logo {
  position: absolute;
  margin-top: 15%;
  left: 0%;
}

.header-topo a {
  border: 1px solid #fff;
  padding: 0px 0px;
  color: #FFF;
  border-radius: 30px;
  font-size: 16px;
}

.header-topo a:hover {
  background-color: #f9d040;
  border-color: #f9d040;
}

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

.header-topo nav a {
  margin-right: 7px;
  padding: 10px 20px;
}

.header-topo nav .btn-last {
  margin-right: 2%;
}

.header-topo .header-btn-idoc {
  margin: -4px 0 0 7%;
  float: left;
  padding: 10px 20px;
  background: #fecd20;
  border: 1px solid #fecd20;
}

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

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

.header-topo .menu-mobile {
  padding: 0 !important;
  border: 0 !important;
  margin-right: 51px;
}

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

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

/*.header-slider h2 { font-family: HorsebackSlabBold; font-size:10.5rem !important; line-height: 94px; }*/
/*.header-slider p { font-family: 'Niramit', sans-serif; font-size:3.2rem !important; }*/
.header-slider .btn-slide {
  font-family: 'Niramit', sans-serifBlack;
  font-size: 2.0rem;
  background-color: #fecd20;
  color: #FFF;
  border: 0;
  border-radius: 15px;
  padding: 15px 50px;
}

.header-slider .btn-slide:hover {
  background-color: #f9d040;
}


#frase-efeito {
  padding: 4% 0;
}

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


.quem-somos {
  font-family: 'Niramit', sans-serif;
}

.quem-somos .bg-session {
  text-align: center;
  background: #30b042;
  background-image: url('../img/quem_somos/bg-quem-somos.jpg');
  background-attachment: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 530px;
}

.quem-somos .bg-session h2 {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.quem-somos .bg-session h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3.15rem !important;
  margin-top: 112%;
  letter-spacing: -2px;
}

#ferramentas .bg-ferramentas {
  text-align: center;
  background: #30b042;
  background-image: url(../img/bg-ferramentas.jpg);
  background-attachment: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 980px;
}

#ferramentas .bg-ferramentas h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3.15rem !important;
  margin-top: 230%;
  letter-spacing: -2px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

#solucoes .bg-session2 {
  text-align: center;
  background: #fff;
  background-image: url('../img/solucoes/nossosservicos.jpg');
  background-attachment: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 720px;
}

#solucoes .bg-session2 h2 {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 3.15rem !important;
  margin-top: 112%;
  letter-spacing: -2px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.quem-somos .bg-session p {
  font-family: 'Niramit', sans-serif;
  padding-bottom: 10px !important;
  font-weight: bold;
  font-size: 2.0rem !important;
}

.quem-somos .bg-session h3 {
  font-family: HorsebackSlabBold;
  font-size: 2.2rem !important;
  padding: 8% 0 6% 0;
}

.quem-somos .bg-session .contador-box span {
  font-size: 3.6rem !important;
  border: 1px solid #FFF;
  border-radius: 180px;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}

.quem-somos .bg-session .contador-box p {
  padding: 5px 0 0 0;
  font-size: 1.6rem !important;
}


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

.quem-somos .quem-somos-content p {
  padding-bottom: 15px !important;
  width: 80%;
  clear: both;
  margin: 0 auto;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.05em;
}

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

.quem-somos .quem-somos-content span {
  color: #506873;
  font-weight: bold;
}

.solucoes {
  color: #fecd20;
}

.solucoes-list {
  padding: 0% 7% 0% 7%;
  background: #506873;
  height: 720px;
}

.solucoes .solucoes-list h2 {
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 2.55em !important;
  letter-spacing: 0px;
  line-height: 41px;
  font-weight: bold;
  width: 95%;
  clear: both;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 5%;
  padding-top: 9%;
  float: left;
}

.solucoes .solucoes-list span a {
  color: #151616;
  font-family: HorsebackSlabBold;
  font-size: 1em !important;
  padding-top: 10%;
}

.solucoes .solucoes-list span {
  color: #151616;
}

.solucoes .solucoes-list h3 {
  font-family: 'Niramit', sans-serifBlack;
  color: #ffffff;
  font-size: 1.5em !important;
  line-height: 21px;
  font-weight: bold;
}

.solucoes .solucoes-list p {
  font-family: Calibri;
  font-size: 1.25em;
  line-height: 18px;
  color: #fff;
  width: 80%;
}

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

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

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

.solucoes .bg-session h2 {
  font-family: HorsebackSlabBold;
  font-size: 3.9rem !important;
  padding-top: 46%;
  padding-bottom: 8%;
}

.solucoes .bg-session p {
  font-family: 'Niramit', sans-serif;
  padding-bottom: 10px !important;
  /* font-weight: bold; */
  font-size: 2em !important;
  line-height: 31px;
}

.solucoes .bg-session h3 {
  font-family: HorsebackSlabBold;
  font-size: 2.45em !important;
  margin: 40px 0 30px 0;
  letter-spacing: -1px;
}


#abrir-empresa {
  text-align: center;
  padding: 7% 10% 7% 10%;
}

#abrir-empresa .botoes {
  padding: 3% 0% 3% 0%;
}

#abrir-empresa h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8em !important;
  color: #151616;
  letter-spacing: -3px;
  width: 70%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1%;
}

#abrir-empresa h3 {
  color: #151616;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.15em !important;
  background-color: #ffffff;
  padding: 12px;
  /* margin-top: 4px; */
  width: 25%;
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -1px;
  border-radius: 90px;
  border: 2px solid #fecd20;
}

#abrir-empresa h3:hover {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.15em !important;
  background-color: #fecd20;
  padding: 12px;
  /* margin-top: 4px; */
  width: 25%;
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -1px;
  border-radius: 90px;
  border: 2px solid #fecd20;
}

#abrir-empresa p {
  font-family: Calibri;
  color: #151616;
  font-size: 1.7em !important;
  width: 80%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  line-height: 27px;
  padding-bottom: 2%;
}

#abrir-empresa .btn {
  color: #FFF;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.65em !important;
  background-color: #fecd20;
  padding: 20px 30px;
  margin-top: 25px;
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -1px;
}

#abrir-empresa .btn:hover {
  color: #FFF;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.65em !important;
  background-color: #506873;
  padding: 20px 30px;
  margin-top: 25px;
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -1px;
}

#abrir-empresa .tem_duvida {
  line-height: 24px;
  color: #fecd20;
  margin-top: 7px;
  font-size: 1.05em !important;
}

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

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

#abrir-empresa .icon_tem_duvida {
  background: url('../img/icon-duvidas.png') no-repeat;
  padding-left: 24px;
}


#newsletter {
  padding: 7% 0% 8% 0%;
}

#newsletter h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2em !important;
  color: #151616;
  letter-spacing: -2px;
  width: 56%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2%;
  /* font-weight: bold; */
  line-height: 33px;
}

#newsletter button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 30%;
  padding: 21px;
  font-family: Calibri;
  font-size: 19px;
  border: 1px solid #ccc;
}

#newsletter .bt-enviar {
  background: #fecd20;
  border: 1px solid #fecd20;
  width: 14%;
  padding: 21px;
}

#newsletter .bt-enviar:hover { 
  background: #506873;
  border: 1px solid#506873;
 }

#newsletter input { color: #000; }

#ferramentas .bg-session {
  color: #FFF;
  padding-top: 15%;
  background: url('../img/ferramentas/ferramentas.jpg') no-repeat;
  background-size: 100% 100%;
  min-height: 860px;
}

#ferramentas .bg-session h2 {
  font-family: HorsebackSlabBold;
  font-size: 4.4rem
}

#ferramentas .bg-session p {
  font-family: 'Niramit', sans-serif;
  padding-bottom: 10px !important;
  /* font-weight: bold; */
  font-size: 1.55em !important;
  line-height: 28px;
  padding-top: 3%;
}

.ferramenta-contabel {
  padding: 3% 0% 2% 0%;
}


#ferramentas .ferramenta-contabel h2 {
  float: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 2.25em;
  color: #151616;
  letter-spacing: -1px;
  text-align: left;
  width: 55%;
  padding-left: 3%;
  /* text-transform: uppercase; */
  font-weight: bold;
  clear: both;
  margin: 0 auto;
  padding-bottom: 4%;
}

#ferramentas .ferramenta-contabel h3 {
  font-family: 'Work Sans', sans-serif;
  color: #151616;
  font-size: 1.45em !important;
  letter-spacing: -1px;
}

#ferramentas .box-ferramenta {
  border: 1px solid #ccc0;
  padding: 4%;
}

#ferramentas .box-ferramenta:hover {
  border: 1px solid #151616;
  padding: 4%;
}

#simulacao {
  color: #151616;
  text-align: center;
  padding: 10% 0% 10% 0%;
}

#simulacao p {
  font-family: 'Niramit', sans-serifBlack;
  font-size: 2.8em;
  line-height: 43px;
  padding-bottom: 1%;
}

#simulacao h2 {
  font-family: HorsebackSlabBold;
  font-size: 3.1rem;
}

#simulacao h2 span {
  color: #fecd20;
}

#simulacao a {
  display: inline-block;
  color: #FFF;
  font-family: 'Niramit', sans-serif;
  font-size: 1.8em !important;
  background-color: #fecd20;
  padding: 20px 30px;
  margin-top: 25px;
  border-radius: 12px;
}

.noticia-list h2 {
  float: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 2em;
  color: #151616;
  letter-spacing: -1px;
  text-align: left;
  width: 55%;
  padding-left: 53px;
  /* text-transform: uppercase; */
  font-weight: bold;
  clear: both;
  margin: 0 auto;
  padding-bottom: 4%;
}

.noticia-list {
  padding: 2% 0% 5% 0%;
}

.noticia-list .noticia-list {
  padding-top: 70px;
}

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

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

.noticia-list .span-noticia {
  background-color: #fecd20;
  width: 10px;
  height: 20px;
}

.noticia-list p {
  float: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.45em;
  color: #151616;
  letter-spacing: -1px;
  text-align: left;
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding-bottom: 4%;
}

.span-artigo {
  background-color: #506873;
  width: 10px;
  height: 20px;
}

.noticia-list .noticia-list .news a p,
.article a p {
  float: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.45em;
  color: #151616;
  letter-spacing: -1px;
  text-align: left;
  width: 100%;
  padding-left: 1%;
  clear: both;
  margin: 0 auto;
  padding-bottom: 4%;
}

.noticia-list span {
  color: #506873;
  font-family: Calibri;
  font-size: 14px;
  padding-left: 9px;
}

.noticia-list .noticia-list .news a span,
.article a span {
  color: #506873;
  font-family: Calibri;
  font-size: 14px;
  padding-left: 9px;
}

.btn-all-noticia {
  display: inline-block;
  color: #FFF;
  font-family: Calibri;
  font-size: 17px !important;
  background-color: #fecd20;
  padding: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 90px;
  margin-left: 0px;
  text-align: center;
  width: 15%;
}

.btn-all-artigo {
  background-color: #506873;
  display: inline-block;
  color: #FFF;
  font-family: Calibri;
  font-size: 17px !important;
  padding: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 90px;
  margin-left: 0px;
  text-align: center;
  width: 15%;
}

.btn-all-artigo:hover { color: #FFF !important; }

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

.noticia-list .bg-session h2 {
  font-family: HorsebackSlabBold;
  font-size: 5.0rem;
  margin-bottom: 35px;
}

.noticia-list .bg-session p {
  font-family: 'Niramit', sans-serif;
  font-size: 1.8rem;
  margin-top: 22px;
}

.noticia-list .button {
  display: inline-block;
  border: 0;
  color: #FFF;
  font-family: 'Niramit', sans-serif;
  font-size: 1.8rem !important;
  background-color: #fecd20;
  padding: 10px 30px;
  margin-top: 25px;
  border-radius: 8px;
}

.noticia-list .button-cad {
  margin-top: 50px;
}

.noticia-list input {
  border: 0;
  padding: 10px 30px;
  border-radius: 8px;
  font-family: 'Niramit', sans-serif;
  font-size: 1.8rem !important;
  color: #000;
  margin-right: 10px;
}


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

#galerias h2 {
  font-family: HorsebackSlabBold;
  font-size: 3.3rem;
  margin-bottom: 8px;
  color: #fecd20;
}

#galerias p {
  font-family: 'Niramit', sans-serif;
  font-size: 2.3rem;
  color: #151616;
}

#galerias .col-sm-2,
.col-sm-3,
.col-sm-4 {
  padding: 0 !important;
}

#galerias .button {
  display: inline-block;
  border: 0;
  color: #FFF;
  font-family: 'Niramit', sans-serif;
  font-size: 1.8rem !important;
  background-color: #fecd20;
  padding: 10px;
  margin: 0 auto;
  border-radius: 90px;
  width: 22%;
  margin-bottom: 3%;
}

#galerias .button:hover {
  background-color: #506873;
}

#galerias {
  padding: 5% 7% 3% 4%;
}


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

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

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

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

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

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

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

#galerias .img-estilo-roxo:hover {
  background: none repeat scroll 0 0 rgb(254, 205, 32, 0.62);
}

#galerias .img-estilo-azul:hover {
  background: none repeat scroll 0 0 rgb(254, 205, 32, 0.62);
}


#parceiros {
  padding: 0;
  text-align: center;
}

#parceiros ul li {
  display: inline;
}

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

#depoimentos .bg-depo {
  text-align: center;
  background: #fff;
  background-image: url(../img/depo.jpg);
  background-attachment: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 620px;
}

#depoimentos {
  color: #FFF;
  text-align: left;
  background: #fecd20;
}

#depoimentos h2 {
  font-family: HorsebackSlabBold;
  font-size: 2.25em;
  margin-bottom: 50px;
  color: #506873;
}

#depoimentos p {
  font-family: 'Niramit', sans-serif;
  font-size: 1.7rem;
  margin-bottom: 50px;
}

#depoimentos h4 {
  font-family: 'Niramit', sans-serifBlack;
  font-size: 1.8rem;
}

#depoimentos .depoimento-list {
  font-family: 'Niramit', sans-serifBlack;
  font-size: 1.15rem;
  padding: 4% 0% 4% 0%;
}

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

#depoimentos .depoimento-list p {
  margin-bottom: 15px;
  font-size: 1.45em;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  width: 70%;
  clear: both;
  margin: 0 auto;
  text-align: center;
}

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

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

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

#frase-efeito h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.25em;
  color: #151616;
  letter-spacing: -1px;
  text-align: center;
  width: 70%;
  padding-left: 2%;
  /* text-transform: uppercase; */
  font-weight: bold;
  clear: both;
  margin: 0 auto;
}

.btn-ligamos-pra-voce {
    color: #151616;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.15em !important;
    background-color: #ffffff;
    padding: 12px;
    /* margin-top: 4px; */
    width: 35%;
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 90px;
    border: 2px solid #fecd20;
}

.btn-ligamos-pra-voce:hover {
  background-color: #fecd20;
  border: 2px solid #fecd20;
  color: #FFF;
}

#contato .contato-list {
  padding-top: 4%;
  padding-bottom: 35px;
}

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

#contato p {
  color: #151616;
  font-family: 'Niramit', sans-serif;
  padding-left: 0px !important;
  font-size: 1.55em;
  line-height: 30px;
}

#contato .contato-list .contato-box a {
  color: #151616;
}

#contato .contato-list .button {
  display: inline-block;
  border: 0;
  color: #FFF;
  font-family: 'Niramit', sans-serif;
  font-size: 1.8rem !important;
  background-color: #fecd20;
  padding: 10px 30px;
  margin-top: 5px;
  border-radius: 8px;
}

#contato .contato-list input,
textarea {
  width: 100%;
  border: 1px solid #bbbbbb;
  padding: 11px 30px;
  border-radius: 0px;
  font-family: Calibri;
  font-size: 15px !important;
  color: #fecd20;
  /* font-weight: bold !important; */
  margin-bottom: 2px;
}

#contato .contato-list h3 {
  color: #151616;
  font-family: 'Niramit', sans-serifBlack;
  font-size: 1.9rem;
}

#contato .bg-session {
  padding-top: 60px;
  color: #FFF;
  text-align: left;
  background: url(../img/contato/contato.jpg) no-repeat;
  min-height: 860px;
  background-attachment: inherit;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

#contato .bg-session h2 {
  font-family: HorsebackSlabBold;
  font-size: 4.3rem;
  margin-bottom: 30px;
  margin-top: 70px;
}

#contato .bg-session p {
  font-family: 'Niramit', sans-serif;
  font-size: 1.9rem;
  margin-bottom: 50px;
}

#contato .bg-session .p-social {
  font-size: 2em;
  margin-bottom: 12px !important;
  color: #fff;
}

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

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

.redessociais {
  padding-top: 40%;
}

#rodape {
  color: #838383;
}

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

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

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

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

footer {
  padding: 3rem 0;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-topo { 
  background-color: #fecd20 !important;
  border: 1px solid #fecd20 !important; 
}


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

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

#fickle-content {
  font-size: 1.1em !important;
  color: #151616 !important;
  min-height: 500px;
  padding: 4% 0% 2% 0%;
}

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

.container strong,
b {
  font-family: 'Niramit', sans-serifBlack;
}

.container a {
  color: #151616 !important;
  font-size: 17px;
  font-weight: bold;
  line-height: 31px;
}

.container strong a {
  font-family: 'Niramit', sans-serifBlack;
  color: #151616 !important;
}

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

.container ul li {
  font-family: 'Niramit', sans-serif;
  padding-bottom: 3px !important;
}

#fickle-content h2,
#fickle-content h3,
#fickle-content p,
#fickle-content big,
#fickle-content span {
  font-size: 1.9rem !important;
}

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


.form-control {
  width: 100%;
  border: 1px solid #8c8c8c;
  padding: 30px 30px !important;
  border-radius: 0px;
  font-family: 'Niramit', sans-serifBlack;
  font-size: 1.6rem !important;
  margin-bottom: 10px;
}

select.form-control {
  padding: 10px 20px !important;
  height: 65px;
}

.btn-g-default {
  border: 0;
  color: #333;
  font-family: 'Niramit', sans-serif;
  font-size: 2.0rem !important;
  background-color: #cccccc !important;
  padding: 15px 30px;
  border-radius: 8px;
}

.btn-g-azul {
  border: 0;
  color: #FFF;
  font-family: 'Niramit', sans-serif;
  font-size: 2.0rem !important;
  background-color: #151616 !important;
  padding: 15px 30px;
  border-radius: 8px;
}

.btn-g-rosa {
  border: 0;
  color: #FFF;
  font-family: 'Niramit', sans-serif;
  font-size: 2.0rem !important;
  background-color: #fecd20 !important;
  padding: 15px 30px;
  border-radius: 8px;
}

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

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

#simulacao .mb-7 {
  font-family: 'Niramit', sans-serif;
  font-size: 30px !important;
  margin-top: -25px !important;
}

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

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

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

/* GALERIA FTOS */
#galeria-photo .col-foto img {
  width: 100%;
}

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

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

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

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

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



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

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









/* MENU LATERAL */
.side-menu-wrapper {
  /* style menu wrapper */
  background: rgba(0, 0, 0, .95);
  padding: 40px 0 0 40px;
  position: fixed;
  /* Fixed position */
  top: 0;
  right: 0;
  /* Sidebar initial position. "right" for right positioned menu */
  height: 100%;
  z-index: 1000;
  transition: 0.5s;
  /* CSS transition speed */
  width: 250px;
  font: 20px "Courier New", Courier, monospace;
  box-sizing: border-box;
}

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

.side-menu-wrapper>ul>li>a {
  /* links */
  display: block;
  border-bottom: 1px solid #131313;
  padding: 6px 4px 6px 4px;
  color: #989898;
  transition: 0.3s;
  text-decoration: none;
}

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

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







/*
#151616 = AZUL
#fecd20 = ROSA
*/