/*======================================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;
  background: #daa15a;
}

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


/** INICIO WHATSAPP ANIMADO **/
#fab-wpp {
  position: fixed;
  width: 64px;
  right: 2%;
  bottom: 18rem;
  z-index: 9998;
  color: #fff;
  font-size: 34px;
}
#fab-wpp a { z-index: 99999; }
#fab-wpp .fab-action {
  transition: all 225ms ease-in-out;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #34AF23;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
      padding-left: 18px;

}

margin: 0 auto;
text-align: center


#fab-wpp .fab-action i { margin: 0 auto; color: #fff; font-size: 3.5rem; }
#fab-wpp{ width: 64px; height: 64px; transition: .3s; }
#fab-wpp::after,
#fab-wpp::before {
  content: ''; position: absolute; opacity: 0; border: 4px solid #34AF23; left: -10px; top: -10px; 
  right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;
}
#fab-wpp::after{animation-delay: .5s;}
#fab-wpp:hover::after{border: 4px solid #34AF23;}
#fab-wpp:hover::before{border: 4px solid #34AF23;}

@keyframes WaveWhatsApp { 
  0%   { transform: scale(0.5); } 
  50%  { opacity: 0.7; } 
  100% { transform: scale(1.1); opacity: 0; }
}
/** FINAL WHATSAPP ANIMADO **/


/*
.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: 2.1em;
  font-family: sans-serif;
  color: #131212;
}

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

#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: 0rem 0;
  font-size: 1.7rem;
}

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

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

#parceiros .media {
  padding: 2rem;
  background: #fff;
}

#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: 0px;
  border-radius: 16px;
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

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

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

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


@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: #ffffff;
  padding: 6px 2% 12px 2%;
  /* border-top: 1px solid #daa15a; */
  display: none;
}

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

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

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

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

.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: 2%;
  left: 0%;
  z-index: 999999999;
}

.header-topo-logo {
  position: absolute;
    margin-top: -80px;
    left: 10px;
}

.header-topo a {
}

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

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

.header-topo nav a {
  padding: 11px 20px;
    color: #FFF;
    border-radius: 30px;
    font-size: 16px;
    background: #292021cc;
}

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

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

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

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

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

/*.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: #131212;
    color: #FFF;
    border: 0;
    border-radius: 90px;
    padding: 7px 50px;
}

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


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

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


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

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

.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: #daa15a;
  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: #ffffff;
  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: #daa15a;
}

.solucoes {
  color: #daa15a;
}

.solucoes-list {
  padding: 7% 7% 7% 7%;
  background: #fff;
}

.botoes{
  padding: 7% 0% 3% 0%;
}

.solucoes .solucoes-list h2 {
  color: #131212;
  font-family: sans-serif;
  font-size: 2.65em;
  letter-spacing: -1px;
  line-height: 41px;
  font-weight: bold;
  width: 70%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5%;
}

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

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

.solucoes .solucoes-list h3 {
  font-family: sans-serif;
    color: #131212;
    font-size: 1.65em;
    line-height: 21px;
    font-weight: bold;
}

.botoes h3 {
  font-family: sans-serif!important;
    color: #131212!important;
    font-size: 1.85em!important;
    line-height: 21px!important;
    font-weight: bold!important;
    letter-spacing: -1px!important;
}

.botoes a {
  font-family: sans-serif!important;
    background: #131212!important;
    color: #fff!important;
    font-size: 1.2em!important;
    letter-spacing: 0px!important;
    padding: 7px 25px!important;
    border-radius: 90px!important;
}

.botoes a:hover {
    background: #daa15a!important;
}

.fas.fa-search-dollar {
  color: #131212;
}

.solucoes .solucoes-list p {
  font-family: Calibri;
    font-size: 1.25em;
    line-height: 22px;
    color: #131212;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 6%;
}

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


.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 .botoes img {
  width: 99px;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}

#abrir-empresa .botoes img:hover {
  width: 143px;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}

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

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

#abrir-empresa h2 {
  font-family: sans-serif;
  font-size: 3.15em !important;
  color: #fff;
  letter-spacing: -1px;
  width: 70%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2%;
  font-weight: bold;
  line-height: 50px;
}

#abrir-empresa h3 {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.8em !important;
  letter-spacing: 0px;
  width: 65%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0% 2% 0%;
  font-weight: bold;
  line-height: 32px;
}


#abrir-empresa h4 {
  color: #fff;
    font-family: sans-serif;
    font-size: 2.25rem!important;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 2% 0% 2% 0%;
}

#abrir-empresa p {
  color: #ffffff;
  font-family: Calibri;
  font-size: 1.5em !important;
  letter-spacing: 0px;
  padding: 2% 0% 2% 0%;
}


#abrir-empresa .btn:hover {
  color: #FFF;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.65em !important;
  background-color: #ffffff;
  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: #daa15a;
  margin-top: 7px;
  font-size: 1.05em !important;
}

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

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

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


#newsletter {
  padding: 6% 0% 0% 0%;
}

#newsletter h2 {
  font-family: sans-serif;
  font-size: 2em !important;
  color: #131212;
  letter-spacing: -1px;
  width: 70%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2%;
  /* font-weight: bold; */
  line-height: 34px;
  font-weight: bold;
}

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

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

#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: 6% 0% 3% 0%;
}

#noticias{
  background: #fff;
}

#ferramentas{
  background-image: url('../img/ferramentascontabeis.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ferramentas .ferramenta-contabel h2 {
  font-family: sans-serif;
  font-size: 2.5em !important;
  color: #ffffff;
  letter-spacing: -1px;
  width: 80%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0%;
  font-weight: bold;
  /* line-height: 50px; */
}

#ferramentas .ferramenta-contabel h3 {
  font-family: sans-serif;
    color: #131212;
    font-size: 1.65em !important;
    letter-spacing: -1px;
    font-weight: bold;
}

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

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

#simulacao {
  color: #ffffff;
  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: #daa15a;
}

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

.noticia-list h2 {
  color: #131212;
    font-family: sans-serif;
    font-size: 2.65em;
    letter-spacing: -1px;
    line-height: 41px;
    font-weight: bold;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
}

.list-news {
  padding: 0% 0% 1% 0%;
}

.noticia-list {
  padding: 5% 10% 0% 10%;
    background: #fff;
}

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

.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: #daa15a;
  width: 10px;
  height: 20px;
}

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

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

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

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

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

#ferramentas .noticia-list ul li {
  list-style-type: none;
}

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

.btn-all-artigo {
  background-color: #131212;
  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: 27%;
}

.boxutili {
  padding: 0% 8% 0% 8%;
}

.btn-all-noticia:hover {
  color: #fff;
}

.btn-all-artigo:hover {
  color: #fff;
}

.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: #daa15a;
  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: sans-serif;
  font-size: 2.8em !important;
  color: #131212;
  letter-spacing: -1px;
  width: 60%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2%;
  font-weight: bold;
  line-height: 50px;
}

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

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

#galerias .button {
  display: inline-block;
    border: 0;
    color: #FFF;
    font-family: sans-serif;
    font-size: 1.45em !important;
    background-color: #131212;
    padding: 10px;
    margin: 0 auto;
    border-radius: 90px;
    width: 45%;
    margin-bottom: 3%;
}

#galerias {
  padding: 3% 7% 3% 7%;
  background: #fff;
}


#galerias .galeria-img {
  display: inline-block;
}

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

#galerias .img-bg {
  background: no-repeat center;
  background-size: cover;
  border: 7px solid #fff;
}

#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 .fotos{
  padding: 1% 0% 3% 0%;
}

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

#galerias .img-estilo-roxo:hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}

#galerias .img-estilo-azul:hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}


#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 {
  padding: 5% 0% 5% 0%;
  background: #fff;
}

#depoimentos h2 {
  color: #daa15a;
  font-family: sans-serif;
  font-size: 2.15em;
  letter-spacing: -1px;
  line-height: 41px;
  font-weight: bold;
  width: 100%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3%;
}

#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 ul li {
  list-style: none;
  margin-bottom: 40px;
  color: #565656;
}

#depoimentos .depoimento-list p {
  margin-bottom: 15px;
  font-size: 1.35em;
  font-family: 'Work Sans', sans-serif;
  color: #131212;
  width: 60%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  line-height: 23px;
}

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

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

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

#contato-rodape .boxform {
  width: 50%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  float: none;
  padding-top: 2%;
}

#contato p{
  color:#000;
}

#contato label{
  color:#000;
}

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

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

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

#contato-rodape .contato-list {
    padding-bottom: 55px;
}

#contato-rodape p {
  color: #fff;
  font-family: Calibri;
  padding-left: 0px !important;
  font-size: 1.75em;
  line-height: 30px;
}

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

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

#contato-rodape .contato-list input,
textarea {
    width: 100%!important;
    border: 0!important;
    padding: 11px 30px!important;
    border-radius: 0px!important;
    font-family: Calibri!important;
    font-size: 15px !important;
    margin-bottom: 2px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
}

#contato-rodape .contato-list h3 {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1.45em;
}

#contato-rodape .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-rodape .bg-session h2 {
  font-family: HorsebackSlabBold;
  font-size: 4.3rem;
  margin-bottom: 30px;
  margin-top: 70px;
}

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

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

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

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

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

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



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

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

#fickle-content {
  font-size: 1em !important;
  color: #ffffff !important;
  line-height: 23px;
  min-height: 500px;
  font-family: 'Niramit', sans-serif;
  padding: 4% 0% 14% 0%;
}

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

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

.container a {
  color: #131212 !important;
  font-size: 15px;
  font-weight: bold;
  line-height: 31px;
  font-family: sans-serif;
}


.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%!important;
  border: 1px solid #8c8c8c;
  padding: 30px 30px !important;
  border-radius: 0px;
  font-family: 'Niramit', sans-serifBlack;
  font-size: 1.6rem !important;
  margin-bottom: 10px;
}

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

.btn-g-azul {
  border: 0;
  color: #FFF;
  font-family: 'Niramit', sans-serif;
  font-size: 2.0rem !important;
  background-color: #ffffff !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: #daa15a !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: #ffffff !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: #daa15a;
  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 {
  display: block;
  border-bottom: 1px solid #131212;
  padding: 20px 0px 20px 0px;
  color: #ffffff;
  transition: 0.3s;
  text-decoration: none;
  font-family: sans-serif;
}

.side-menu-wrapper>a.menu-close {
  /* close button */
  padding: 8px 0 4px 23px;
  color: #fff;
  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;
}







/*
#ffffff = AZUL
#daa15a = ROSA
*/