/*======================================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: "'Merriweather', serif";
  src: url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.otf") format("opentype"),
    /* Open Type Font */
    url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.svg") format("svg"),
    /* Legacy iOS */
    url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/'Merriweather', serif/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: "'Noto Sans TC', sans-serif";
  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: #4c4c53;
}

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

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

.justify-content-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.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, #103da2 0, #549109 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#103da2), to(#549109));
  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: #02bdf3;
  border-radius: 90px;
  color: #fff;
  font-size: 18px;
  padding: 10px 40px;
}

.btn-slide:hover {
  background-color: #103da2;
  color: #fff;
}

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

.btn-back:hover {
  background-color: transparent;
  color: #103da2 !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:#4c4c53;}*/
.thumbnail .caption {
  color: #fff;
}

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

/* HEADER */
#topo-info {
  color: #fff;
  background: #4c4c53;
  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:#4c4c53;}
#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 #4c4c53;
}

#galeria-depo {
  background-color: #4c4c53;
  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: #4c4c53;
}

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

/*
#noticias{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: #4c4c53;
}

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

#noticias 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: #4c4c53;
  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: #4c4c53;
}

#copyright p {
  margin: 0;
}

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

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

#fickle-content a {
  color: #4c4c53;
  transition: color .5s;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-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: 2rem;
  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-radius: 5px;
  padding: 1% 0% 1% 0%;
  position: relative;
  font-size: 1.35em;
  display: flex;
  align-items: center;

}

#iartigos ul li i.fa.fa-file-text {
  font-size: 2.5rem;
  color: #103da2;
  margin-right: 2rem;
}

#iartigos ul li a {
  display: inline-grid;
  line-height: 24px;
}


#parceiros h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 3rem !important;
  padding-bottom: 10px;
  color: #4c4c53;
  letter-spacing: -1px;
}

#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: #0e1f29;
  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 */

#layerslider {
  /*border-left: 45px solid #fff;*/
}

.header-fixed {
  background-color: #103da2;
  padding: 6px 2% 12px 2%;
  display: none;
}

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

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

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

.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;
  left: 0%;
  padding: 1.5% 0%;
  background: rgb(18, 41, 126);
  background: linear-gradient(0deg, rgba(18, 41, 126, 1) 0%, rgba(14, 88, 212, 1) 61%);
}

.header-topo-menu a {
  padding: 5px 20px !important;
  border-radius: 90px !important;
  background: #ffffff !important;
  -webkit-border-radius: 90px !important;
  -moz-border-radius: 90px !important;
  -ms-border-radius: 90px !important;
  -o-border-radius: 90px !important;
  font-size: 1.15em !important;
  color: #4c4c53 !important;
  font-weight: 100 !important;
}

.header-topo-logo {
  position: absolute;
  left: 0px;
  top:275px;
}

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

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

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

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

.header-topo .header-btn-idoc {
  margin: 0 0 0 7%;
  float: left;
  padding: 3px 20px;
}

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

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

.header-topo .menu-mobile {
  border: none !important;
  background: none !important;
}

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

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

.header-slider .btn-slide {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.0rem;
  background-color: #4c4c53;
  color: #FFF;
  border: 0;
  border-radius: 15px;
  padding: 15px 50px;
}

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


#frase-efeito {
  font-family: 'Merriweather', serif;
  font-size: 10.7rem !important;
  text-align: center;
  color: #0214AA;
  padding: 4% 0;
}

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


.quem-somos {
  text-align: center;
  padding: 5% 0;
  background: #fff;
}

.quemsomos {
  color: #4c4c53;
  font-size: 1.4em;
  max-width: 80%;
}

.numeros {
  text-align: center;
  padding: 5% 0% 5% 0%;
  background: #fff;
}

.quemsomos h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5.5rem !important;
  padding-bottom: 35px;
  color: #4c4c53;
  letter-spacing: -2px;
  margin: 0;
}

.numeros h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2em !important;
  padding-bottom: 35px;
  color: #103da2;
  letter-spacing: -1px;
  width: 70%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-top: 6%;
}

.quemsomos p {
  font-family: 'Noto Sans TC', sans-serif;
  padding-bottom: 10px !important;
  text-align: center;
  width: 90%;
  clear: both;
  margin: 0 auto;
  color: #4c4c53;
  line-height: 31px;
  font-size: 19px;
}

.quem-somos .bg-session h3 {
  font-family: 'Merriweather', serif;
  font-size: 2em !important;
  padding: 4% 0 2% 0;
}

.numeros span {
  font-size: 2.25em !important;
  border: 2px solid #103da2;
  border-radius: 180px;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 137px;
  color: #ffffff;
  background: #103da2;
}

.numeros p {
  padding: 5px 0 0 0;
  font-size: 1.45em !important;
  color: #103da2;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 24px;
}

.numeros2 {
  padding: 0% 10% 0% 10%;
}

.solucoes-list {
  background: #103da2;
  height: 870px;
}

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

.quem-somos .quem-somos-content p {
  padding-bottom: 30px !important;
  font-weight: bold;
}

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

.quem-somos .quem-somos-content span {
  color: #C012C5;
}

.solucoes {
  color: #4c4c53;
}

.solucoes .solucoes-list h2 {
  color: #4c4c53;
  font-family: 'Merriweather', serif;
  font-size: 3em !important;
  padding-top: 10%;
  letter-spacing: -1px;
  line-height: 41px;
}

.solucoes .solucoes-list span a {
  color: #0e1f29;
  font-family: 'Merriweather', serif;
  font-size: 1em !important;
  padding-top: 10%;
}

.solucoes .solucoes-list span {
  color: #0e1f29;
}

.solucoes .solucoes-list h3 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 1.75em !important;
  line-height: 26px;
  /* font-weight: bold; */
}

.solucoes .solucoes-list p {
  font-family: Calibri;
  padding-left: 40px;
  font-size: 1.2em;
  line-height: 18px;
  color: #fff;
}

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

.solucoes .solucao-list-content {
  padding: 17% 0% 5% 0%;
}

.icon_1 {
  padding-left: 40px;
}


.solucoes .bg-session {
  color: #FFF;
  text-align: left;
  background: url('../img/solucoes/solucoes.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: auto;
  background-size: cover;
  padding: 17% 0% 5% 0%;
  height: 870px;
}

.solucoes .bg-session h2 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 3.45em !important;
  width: 80%;
  clear: both;
  margin: 0 auto;
  color: #ffffff;
  letter-spacing: -2px;
  padding-top: 13%;
  line-height: 51px;
  text-align: center;
}

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

.solucoes .bg-session h3 {
  font-family: 'Merriweather', serif;
  font-size: 2.45em !important;
  margin: 0 auto;
  letter-spacing: -1px;
  clear: both;
  width: 60%;
  padding-top: 6%;
  color: #0e1f29;
}


#abrir-empresa {
  text-align: center;
  padding: 13% 0% 13% 0%;
}

#abrir-empresa h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5.25rem !important;
  padding-bottom: 35px;
  color: #4c4c53;
  letter-spacing: -2px;
  width: 90%;
  clear: both;
  margin: 0 auto;
  text-align: center;
}

#abrir-empresa h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.8em !important;
  color: #4c4c53;
  letter-spacing: 0px;
  padding-bottom: 3%;
  padding-top: 7%;
  width: 70%;
  clear: both;
  margin: 0 auto;
  text-align: center;
}

#abrir-empresa p {
  font-family: 'Noto Sans TC', sans-serif;
  color: #103da2;
  font-size: 2.15em;
  width: 70%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  padding-bottom: 3%;
}

#abrir-empresa .btn {
  color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2em;
  background-color: #103da2;
  padding: 3%;
  margin-top: 25px;
  border-radius: 90px;
  transition: 1s;
  width: 75%;
  clear: both;
  margin: 0 auto;
  margin-bottom: 10px;
}

#abrir-empresa .btn:hover {
  color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2em !important;
  background-color: #02bdf3;
  padding: 3%;
  margin-top: 25px;
  border-radius: 90px;
  transition: 1s;
  width: 75%;
  clear: both;
  margin: 0 auto;
  margin-bottom: 10px;
}

.simulacao .btn {
  color: #ffffff !important;
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.8em !important;
  background-color: #4c4c53 !important;
  padding: 2% !important;
  margin-top: 25px !important;
  border-radius: 90px !important;
  transition: 1s !important;
  width: 50% !important;
  clear: both !important;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
  -webkit-transition: 1s !important;
  -moz-transition: 1s !important;
  -ms-transition: 1s !important;
  -o-transition: 1s !important;
}

.simulacao .btn:hover {
  color: #ffffff !important;
  font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 1.8em !important;
  background-color: #4c4c53 !important;
  padding: 2% !important;
  margin-top: 25px !important;
  border-radius: 90px !important;
  transition: 1s !important;
  width: 50% !important;
  clear: both !important;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
  -webkit-transition: 1s !important;
  -moz-transition: 1s !important;
  -ms-transition: 1s !important;
  -o-transition: 1s !important;
}

#ferramentas {
  background: #103da2;
  padding: 6% 0% 6% 0%;
  background: url('../img/ferramentas/ferramentas.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: auto;
  background-size: cover;
}

.ferr {
  padding: 0% 13% 0% 13%;
}

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

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

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

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

#ferramentas .bg-session {
  color: #FFF;
  padding-top: 15%;
  background: url('../img/ferramentas/ferramentas.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: auto;
  background-size: cover;
  padding: 17% 0% 5% 0%;
  height: 870px;
}

#ferramentas .bg-session h2 {
  font-family: 'Merriweather', serif;
  font-size: 4.3em !important;
  width: 89%;
  clear: both;
  margin: 0 auto;
  color: #0e1f29;
  letter-spacing: -4px;
  padding-top: 13%;
}

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

#ferramentas .ferramenta-contabel img {
  margin-top: 60px;
  height: 80px;
}

#ferramentas .ferramenta-contabel h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 3.4em !important;
  width: 80%;
  clear: both;
  margin: 0 auto;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 51px;
  text-align: center;
  padding-bottom: 1%;
}

#ferramentas .ferramenta-contabel h3 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #ffffff;
  font-size: 1.8em !important;
  line-height: 21px;
  margin-top: 5px;
  padding-bottom: 2%;
}

#ferramentas .ferramenta-contabel p {
  font-family: 'Noto Sans TC', sans-serif;
  color: #ffffff;
  font-size: 1.05em !important;
  line-height: 19px;
  margin-top: 5px;
  padding-bottom: 4%;
}

#ferramentas .ferramenta-contabel a {
  display: inline-block;
  color: #4c4c53;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.1em !important;
  background-color: #ffffff;
  padding: 2px 27px;
  border-radius: 90px;
  transition: 1s;
  margin-bottom: 11%;
}

#ferramentas .ferramenta-contabel a:hover {
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.1em !important;
  background-color: #02bdf3;
  padding: 2px 27px;
  border-radius: 90px;
  transition: 1s;
}

#noticias {
  padding: 7% 10% 2% 10%;
}

#noticias h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5.5rem !important;
  padding-bottom: 10px;
  color: #4c4c53;
  letter-spacing: -3px;
}

#noticias h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.65em !important;
  padding-bottom: 2%;
  color: #4c4c53;
  text-align: center;
  width: 55%;
  clear: both;
  margin: 0 auto;
  line-height: 29px;
  padding-top: 2%;
}

.fas.fa-check {
  color: #ffd622;
  font-size: 3em;
}

#ferramentas .box-ferramenta {
  min-height: 175px;
}

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

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

#simulacao h2 {
  font-family: 'Merriweather', serif;
  font-size: 3.1rem;
}

#simulacao h2 span {
  color: #4c4c53;
}

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

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

#noticias .noticia-list ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}

#noticias .noticia-list .span-n-a {
  width: 50px;
  height: 50px;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 50px;
  font-size: 2.4rem !important;
  color: #FFF;
  text-align: center;
}

#noticias .noticia-list .span-noticia {
  background-color: #103da2;
}

#noticias .noticia-list .span-artigo {
  background-color: #02bdf3;
}

#noticias .noticia-list .news,
.article {
  padding-bottom: 40px;
}

#noticias .noticia-list .news a p,
.article a p {
  color: #4c4c53;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.25em;
  line-height: 29px;
  clear: both;
  margin: 0 auto;
  font-weight: 100;
}

#noticias .noticia-list .news a span,
.article a span {
  color: #103da2;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.85em;
  font-weight: 100;
}

#noticias .noticia-list .btn-all-noticia {
  display: inline-block;
  color: #FFF;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.4em !important;
  background-color: #103da2;
  padding: 11px 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 90px;
  margin-left: 0px;
  font-weight: 100;
}

#noticias .noticia-list .btn-all-artigo {
  display: inline-block;
  color: #FFF;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.4em !important;
  background-color: #02bdf3;
  padding: 11px 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 90px;
  margin-left: 0px;
  font-weight: 100;
}

#noticias .bg-session {
  background: url('../img/noticia/noticia.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: auto;
  background-size: cover;
  padding: 7% 0% 5% 0%;
  height: 870px;
}

#noticias .bg-session h2 {
  font-family: 'Merriweather', serif;
  font-size: 4.3em !important;
  width: 100%;
  clear: both;
  margin: 0 auto;
  color: #0e1f29;
  letter-spacing: -4px;
  padding-top: 0%;
}

#noticias .bg-session p {
  font-family: 'Merriweather', serif;
  font-size: 2.35em !important;
  margin: 0 auto;
  letter-spacing: -1px;
  clear: both;
  width: 100%;
  padding-top: 9%;
  color: #0e1f29;
}

#noticias .button {
  display: inline-block;
  border: 0;
  color: #FFF;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.8rem !important;
  background-color: #4c4c53;
  padding: 10px 30px;
  margin-top: 25px;
  border-radius: 8px;
}

#noticias .button-cad {
  margin-top: 50px;
}

#noticias input {
  border: 0;
  padding: 10px 30px;
  border-radius: 8px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.8rem !important;
  color: #000;
  margin-right: 10px;
}

#newsletter {
  background: #103da2;
  padding: 6% 0% 7% 0%;
  background: url(../img/newsletter.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: auto;
  background-size: cover;
}

#newsletter h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.5em !important;
  width: 50%;
  clear: both;
  margin: 0 auto;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 2%;
}

#newsletter p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.65em !important;
  width: 50%;
  clear: both;
  margin: 0 auto;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  padding-bottom: 2%;
}

#newsletter input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 1% 7%;
  font-size: 17px;
  border: none;
}

#newsletter button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 1% 7%;
  font-size: 17px;
  background: #4c4c53;
  border: none;
}

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

#galerias h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5.5rem !important;
  padding-bottom: 10px;
  color: #4c4c53;
  letter-spacing: -3px;
}

#galerias p {
  font-family: 'Noto Sans TC', sans-serif;
  color: #4c4c53;
  font-size: 2.15em !important;
  width: 54%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  line-height: 32px;
  padding-bottom: 1%;
}

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

#galerias .button {
  display: inline-block;
  border: 0;
  color: #FFF;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.5em !important;
  background-color: #103da2;
  padding: 20px 60px;
  margin: 10px 0 30px 0;
  border-radius: 90px;
  font-weight: 100;
}

#galerias {
  padding-left: 0 !important;
  padding: 9% 0% 0% 0%;
}

#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;
  box-shadow: inset 0 0 100px 50px rgba(255, 255, 255, 0);
}

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

#galerias .img-estilo-azul {
  opacity: 1;
  box-shadow: inset 0 0 100px 50px rgba(255, 255, 255, 0);
}

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

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


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

#parceiros ul li {
  display: inline;
}

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

#depoimentos .bg-session {
  background: url('../img/depoimentos/depoimento.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: auto;
  background-size: cover;
  padding: 7% 0% 5% 0%;
  height: 870px;
}

#depoimentos .bg-session h2 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 3.45em !important;
  width: 80%;
  clear: both;
  margin: 0 auto;
  color: #ffffff;
  letter-spacing: -2px;
  padding-top: 64%;
  line-height: 51px;
  text-align: center;
}

#depoimentos .bg-session p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.7rem;
  margin-bottom: 50px;
}

#depoimentos .bg-session h4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.8rem;
}

#depoimentos .depoimento-list {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.5rem;
  padding-top: 150px;
}

#depoimentos {
  background: #103da2;
  height: 870px;
}

#depoimentos .depoimento-list ul li {
  list-style: none;
  margin-bottom: 40px;
  color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
}

#depoimentos .depoimento-list p {
  margin-bottom: 15px;
  font-size: 1.35em;
  /* font-weight: bold; */
  font-family: Calibri;
}

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

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

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

#frase-efeito h2 {
  font-family: 'Merriweather', serif;
  font-size: 0.45em !important;
  color: #4c4c53;
  letter-spacing: 0px;
  line-height: 56px;
}

#contato .contato-list {
  padding: 0% 10% 0% 10%;
}

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

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

#contato .contato-list .contato-box p {
  color: #4c4c53;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.35em;
  line-height: 27px;
  font-weight: bold;
}

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

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

#contato .contato-list input,
textarea {
  width: 100%;
  border: 1px solid #c3c3c3;
  padding: 10px 30px;
  border-radius: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1em !important;
  margin-bottom: 10px;
}

#contato .contato-list h3 {
  color: #103da2;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.25em;
  font-weight: bold;
}

#contato .bg-session {
  /*background: url('../img/contato/contato.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: auto;
  background-size: cover;*/
  padding: 5% 0% 2% 0%;
}

#contato .bg-session h2 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 3.2em !important;
  width: 75%;
  clear: both;
  margin: 0 auto;
  color: #103da2;
}

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

#contato .bg-session .p-social {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.35em !important;
  margin: 0 auto;
  letter-spacing: -1px;
  clear: both;
  width: 74%;
  padding-top: 9%;
  color: #4c4c53;
  padding-bottom: 2%;
}

#contato .bg-session .icon-social {
  display: inline-block;
}

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

#rodape {
  color: #fff;
  background: rgb(18,41,126);
  background: linear-gradient(0deg, rgba(18,41,126,1) 0%, rgba(14,88,212,1) 61%);
}

#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;
  right: 10px;
  text-align: center;
}

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

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

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

.box-social-flutuante-ferramenta li a {
  color: #FFF;
  font-family: 'Noto Sans TC', sans-serif;
  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: 'Noto Sans TC', sans-serif;
  margin-top: 15px;
  padding-bottom: 13%;
}

#fickle-content {
  font-size: 1em !important;
  color: #4c4c53 !important;
  line-height: 23px;
  min-height: 75vh;
  font-family: 'Noto Sans TC', sans-serif;
  padding-bottom: 10%;
}

.container h1 {
  font-family: 'Noto Sans TC', sans-serif;
  padding-bottom: 25px !important;
}

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

.container strong,
b {
  font-family: 'Noto Sans TC', sans-serif;
}

.container a {
  color: #4c4c53 !important;
}

.container strong a {
  font-family: 'Noto Sans TC', sans-serif;
  color: #103da2 !important;
  font-size: 1.3em;
}

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

.container ul li {
  font-family: 'Noto Sans TC', sans-serif;
  padding-bottom: 3px;
}

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

#iartigos #ficle-content span {
  font-size: .9em !important;
}

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


.form-control {
  width: 100%;
  border: 1px solid #4c4c53;
  padding: 30px 30px !important;
  border-radius: 8px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.6rem !important;
  margin-bottom: 10px;
}

.btn-g-default {
  border: 0;
  color: #333;
  font-family: 'Noto Sans TC', 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: 'Noto Sans TC', sans-serif;
  font-size: 2.0rem !important;
  background-color: #4c4c53 !important;
  padding: 15px 30px;
  border-radius: 8px;
}

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

.btn-g-rosa:hover {
  background: #103da2 !important;
  color: #fff !important;
}



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

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

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

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

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

.btn-back {
  color: #FFF !important;
  background-color: #4c4c53 !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;
  width: 100% !important;
  margin: 0;
}

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


/* MENU LATERAL */
.side-menu-wrapper {
  /* style menu wrapper */
  background: #103da2;
  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 #fff;
  padding: 6px 4px 6px 4px;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  font-family: 'Noto Sans TC', 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;
}


/*POPUP*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Máscara preta com transparência */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Garante que a máscara esteja acima de outros elementos */
}

#popup-container {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 68%);
    max-width: 661px;
    text-align: center;
    z-index: 1001;
    position: relative;
    border-radius: 25px;
    top: 1rem;
}

#popup-container p{
	font-size: 2rem;
    font-weight: 500;
    font-family: Poppins;
    padding: 1rem;
    color: #000;
    line-height: 25px;
}

#close-btn {
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    font-size: 1.3rem;
    background: #133692;
    padding: 0.5rem 1rem;
    border-radius: 90px;
}




/*
#4c4c53 = AZUL
#4c4c53 = ROSA
*/