@font-face {
    font-family: 'njb';
    font-display: auto;
    src: url('../fonts/newjune/NewJune-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'njr';
    font-display: auto;
    src: url('../fonts/newjune/NewJune-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'njbi';
    font-display: auto;
    src: url('../fonts/newjune/NewJuneBold-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'njm';
    font-display: auto;
    src: url('../fonts/newjune/NewJuneMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'njsb';
    font-display: auto;
    src: url('../fonts/newjune/NewJuneSemibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#aceite-cookies {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #211d70;
    z-index: 9990;
    padding-top: 0;
    box-shadow: 1px 1px 10px;
    padding: 10px 0;
    transition: ease-in-out .3s;
}

#aceite-cookies .text-content p {
    color: #fff !important;
    font-family: 'njr';
}

#aceite-cookies .text-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#aceite-cookies button {
    font-family: 'njr';
    color: #fff;
    background-color: #eb2323;
    border-radius: 5px;
    padding: 11px 15px;
    margin-left: 10px;
    box-shadow: none;
    outline: 0;
    border: 0;
    cursor: pointer;
}

#aceite-cookies a {
    color: #eb2323;
    text-decoration: underline;
    font-weight: bolder;
}

@media (max-width: 999px) {
    #aceite-cookies .text-content {
        flex-direction:column;
        padding: 0 7px;
    }

    #aceite-cookies button {
        margin-left: 0;
        margin-top: 10px;
    }
}

body {
    background: #fff;
    overflow-x: hidden;
    color: #666666;
    font-family: 'njr';
}

a {
    color: #18d26e;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #18d36e;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'njb';
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #eb2323;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 100px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

@media (max-width:768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.top-nav {
    color: #fff;
    height: 45px;
    background: #211d70;
    padding: 10px 0;
    margin-bottom: 0;
}

.top-left {
    float: left;
}

.top-left ul {
    padding-left: 0;
}

.top-left ul >li {
    display: inline-block;
}

.top-left li a {
    font-size: 13px;
    color: #d7d7d7 !important;
    text-transform: uppercase;
}

.top-left li a:hover {
    color: #00abdf !important;
}

.link-externo {
    margin-right: 18px;
}

.top-left li a i {
    font-size: 20px;
    margin-right: 5px !important;
}

.top-right {
    float: right;
}

.top-right p:before {
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
}

.top-right p {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.top-right p > span {
    margin-left: 5px;
    font-weight: 400;
}

#header {
    padding: 0 0 25px;
    height: 92px;
    line-height: 92px;
    position: fixed;
    left: 0;
    right: 0;
    background: white;
    transition: all 0.5s;
    z-index: 997;
}

#whatsapp{
    position: fixed;
    right: 17px;
    bottom: 50px;
    z-index: 99;
}

#whatsapp:hover{
    filter: hue-rotate(240deg);
}

#header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    height: auto;
    transition: all 0.5s;
    box-shadow: 0 0 5px rgba(144, 144, 144, 0.21);
    top: 0;
}

#header #logo {
    float: left;
}

.header-bottom {
    display: none;
}

.about-cols{
    margin-top: 35px;
}

.text-content p{
    font-family: 'njm';
    margin: 25px 0;
    padding: 0 15px!important;
    color: #3f3f3f!important;

}

.txt-to-white{
    color: white!important;
}

.txt-to-red{
    color: #ed1c24!important;
}

.txt-to-blue{
    color: #211d70!important;
}

.divider-blue{
    margin: 0 auto;
    height: 3px;
    width: 150px;
    background-color: #211d70;
}

.divider-red{
    margin: 0 auto;
    height: 3px;
    width: 150px;
    background-color: #ed1c24;
}


.divider-white{
    margin: 0 auto;
    height: 3px;
    width: 150px;
    background-color: #fff;
}

#header.header-scrolled .header-bottom {
    display: block;
    color: #fff;
    font-size: 28px;
    background: #1d2e3d;
    margin-top: 75px;
}

@media (min-width:1024px) {
    #header #logo {
        padding-left: 0;
    }
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #18d26e;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width:768px) {
    #header #logo h1 {
        font-size: 28px;
    }
    #header #logo img {
        max-height: 40px;
    }
}

#intro {
    display: table;
    width: 100%;
    height: 100vh;
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-content {
    width: 840px;
    text-align: left;
    position: absolute;
    bottom: 15%;
}

#intro h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 40px;
    width: 380px;
}

#intro h1::first-letter {
    content: '';
    padding-left: 40px;
}

.divisoria {
    height: 2px;
    background: #fff !important;
}

.divisoria::before {
    content: '';
    width: 2px;
    height: 60px;
    background: #fff;
    display: block;
    position: absolute;
    left: 15px;
    top: 60px;
}

.divisoria::after {
    content: '';
    width: 1px;
    height: 35px;
    background: #fff;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 96px;
}

#intro p {
    font-size: 30px;
    color: #fff;
    font-family: 'njr';
    text-transform: uppercase;
    float: right;
    position: relative;
    margin-right: 30px;
    margin-top: 10px;
}

@media (max-width:768px) {

  #mobile-nav-toggle i{
    position: fixed;
    top: 10px;
    right: 10px;
  }

  .carousel-item {
    display: flex;
    align-items: center;
  }

  header{
    padding: 14px 0 14px 0!important;
    height: auto!important;
  }
  header .container{
      line-height: 0;
  }
  header #logo img{
    width: 120px;
  }
  body{
    margin-top: 49px;
  }
  footer > div {
    flex-wrap: wrap;
  }

  footer > div div{
    text-align: center;
  }

  footer > div div a{
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0 auto;
  }
  .text-block{
    padding-top: 0!important
    width: fit-content!important;
    margin: 0 auto;
    width: -moz-fit-content!important;
  }
  .text-block h2, .text-block p{
    text-shadow: 0 3px 3px black;
  }
  #intro h2 {
    text-align: center;
    font-size: 28px;
  }
}


#intro .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
}

@media (min-width:1024px) {
    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #18d26e;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #18d26e;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

#nav-menu-container {
    float: right;
    margin: 0;
}

@media (min-width:1024px) {
    #nav-menu-container {
        padding-right: 0;
    }
}

@media (max-width:768px) {
    #nav-menu-container {
        display: none;
    }
}

.nav-menu-grupo {
    display: none;
}

.nav-menu a {
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    color: #211d70;
    font-weight: normal;
    font-family: 'njsb';
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}

.access{
    color: #ed1c24!important;
    border-radius: 5px;
    border: #ed1c24 solid 2px;
}

.access:hover{
    background: #ed1c24;
    color: white!important;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #ed1c24;
    border-radius: 5px;
}

.nav-menu > li {
    margin: 0 1px;
    line-height: 10px;
    margin-top: 35px;
    display: block;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #18d26e;
}

.nav-menu ul ul {
    margin: 0;
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width:768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #18d26e;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

.section-header h2 {
    font-size: 42px;
    color: #00abdf;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-family: 'njb';
}

.section-bg {
    background: #e1e2e2;
}

#featured-services {
    background: #000;
}

#featured-services .box {
    margin-top: 25px;
    padding: 30px 20px;
}

#featured-services .box-bg {
    background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
    color: #18d26e;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}

#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 18px;
}

#featured-services h4 a {
    color: #fff;
}

#featured-services h4 a:hover {
    color: #18d26e;
}

#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

#about {
    padding: 150px 0 100px 0;
    position: relative;
    background-color: black;
    background-image: url('../img/about-bg.png');
    background-repeat: no-repeat!important;
    background-size: contain!important;
}

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

#about .container {
    position: relative;
    z-index: 10;
}

#about .about-col {
    background: #fff;
    margin-bottom: 20px;
    margin-top: 80px;
}

#about .about-col .img {
    position: relative;
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0;
    margin: auto;
    display: block;
}

#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #18d26e;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#about .about-col:hover .icon {
    background-color: #fff;
}

#about .about-col:hover i {
    color: #18d26e;
}

#about .about-col h3 {
    color: #00abdf;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    padding: 0;
    margin: 15px 0;
    font-family: 'njb';
}

#about .about-col h3 a {
    color: #000;
}

#about .about-col h3 a:hover {
    color: #18d26e;
}

#about .about-col p {
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 0;
    padding: 0 28px 20px;
    text-align: center;
    font-family: 'njr';
}

#about .about-col p span.black {
    font-family: 'njb';
}

#about .about-col p span.blue {
    font-family: 'njb';
    color: #00abdf;
}

#manutencao {
    background-size: cover;
    padding: 0;
    display: flex;
    background: #dee0e1;
}

.manutencao-column {
    position: relative;
    width: 50%;
    float: left;
    padding: 0;
    background-image: url(../img/manutencao-de-microscopios.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.manutencao-column2 {
    position: relative;
    width: 50%;
    float: left;
    padding: 0;
    background-image: url(../img/manutencao-de-microscopios-servicos-realizados.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-column {
    position: relative;
    float: left;
    width: 50%;
    padding: 80px 80px 60px;
}

.content-column h2 {
    margin: 0 0 20px;
    color: #00b1c7;
    font-size: 42px;
    text-transform: uppercase;
}

.content-column h3 {
    margin: 0 0 20px;
    color: #252525;
    font-size: 24px;
}

.content-column p {
    margin: 0 0 10px;
    color: #252525;
    font-size: 16px;
}

.content-column p small {
    display: block;
    margin-top: 50px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 12px !important;
}

#servicos-realizados {
    background: #fff !important;
    color: #202020!important;
    background-size: cover;
    padding: 0;
    display: flex;
    align-items: center;
}

#servicos-realizados .text {
    padding-left: 340px !important;
}

#servicos-realizados h2 {
    color: #141e8c !important;
}

#servicos-realizados ul li {
    font-size: 22px;
    list-style: none!important;
}

#servicos-realizados ul li::before{
  content: "";
  width: 27px;
  display: inline-block;
  height: 23px;
  background: url(../img/sprites.png);
  background-position: -32px -95px;
  margin-right: 12px;
}

#servicos-realizados ul {
    margin-top: 30px;
}

#services {
    background: url("../img/bg-servicos.jpg");
    background-size: cover;
    padding: 60px 0 40px 0;
}


#others{
    background-color: #ededed;
    padding: 100px 0;
}

.palco img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 600px;
}

.vertical-nav{
    position: absolute;
    top: 45px;
    left: 5px;
}

.vertical-nav .img-item{
    margin-top: 5px;
    cursor: pointer;
    border: solid 3px white;
    width: 110px;
    height: 68px;
    transition: all linear .15s;
    background-position: center!important;
    background-size: cover!important;
}

.vertical-nav .img-item:hover, .active-item{
    border-color: red!important;
}

#others .lst-item{
    margin-top: 80px;
    text-align: center;
}

.info-contact address{
    margin-left: 40px;
}

.img-to-cent{
    width: 100%!important
}

#services h2 {
    color: #448ccb;
}

#services > div > div.row{
    margin-top: 40px!important;
}

#services p {
    color: white;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0 !important;
    display: block;
}

#services h4 {
    text-transform: uppercase!important;
    width: 100%;
    border-top: 1px solid #448ccb;
    margin-top: 50px;
}

#services h4 span {
    color: #448ccb !important;
    background: #fff;
    font-size: 18px;
    font-family: 'njb';
    text-transform: uppercase;
    margin: -10px auto 0;
    display: block;
    width: 140px;
}

#diferenciais{
    padding: 60px 0;
}

#diferenciais .row{
    display: flex;
}

#diferenciais .item-lst{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 220px;
    margin: 35px 0 0 0;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(128, 128, 128, 0.11);
}

#diferenciais .item-lst h5{
    margin-top: 10px;
}

.contact-address a:hover{
    font-weight: normal!important;
}

.border-me{
    border: solid 1px white;
    width: fit-content;
    color: white;
    padding: 6px;
    border-radius: 6px;
}

.whats{
    width: fit-content;
}

#diferenciais .item-lst img{
    width: auto;
    max-height: 90px;
    height: fit-content;
    margin: 10px auto 0 auto;
}

.txt-bold{
    font-family: 'njb'!important;
}

.mail{
    padding-bottom: 10px;
}

.txt-justify{
    text-align: justify!important;
}

#services a {
    background: transparent;
    border: solid 2px white;
    width: 31.2% !important;
    margin: 0 1% 80px;
    padding: 30px;
    color: #333333;
}

#services a:hover {
    background: #141e8c;
    color: #fff !important;
}

#services a:hover h4 {
    color: #fff !important;
}

#services .icon {
    float: left;
}

#services .icon i {
    color: #18d26e;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}

#services .title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'njb';
    color: #448ccb;
    text-transform: initial;
    border: 0;
}

#services .description {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

#call-to-action {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) no-repeat fixed top center;
    background-size: 100%;
    padding: 140px 0 0;
    margin-top: 30px;
    height: 420px;
}

#call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action p {
    color: #fff;
    font-size: 32px;
    font-family: 'njr';
}

#call-to-action .cta-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #18d26e;
    border: 2px solid #18d26e;
}

#skills {
    padding: 60px 0;
}

#skills .progress {
    height: 35px;
    margin-bottom: 10px;
}

#skills .progress .skill {
    font-family: "Open Sans", sans-serif;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

#skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

#skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s;
}

#facts {
    background: url("../img/facts-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 0 0;
    position: relative;
}

#facts::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9;
}

#facts .container {
    position: relative;
    z-index: 10;
}

#facts .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #18d26e;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #111;
}

#facts .facts-img {
    text-align: center;
    padding-top: 30px;
}

#portfolio {
    padding: 20px 33px 15px 40px;
    background: #ddd;
    display: -webkit-flex;
    display: flex;
}

#portfolio img {
    margin: 0 10px;
}

#marcas {
    padding: 90px 0;
    text-align: center;
}

#marcas h3 {
    color: #3faaa7;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'njb';
}

#marcas img {
    max-width: 100%;
    transition: 0.3s;
    padding: 15px 0;
}

#marcas img:hover {
    opacity: 1;
}

#marcas .owl-nav,
#marcas .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#marcas .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #1a698e;
}

#marcas .owl-dot.active {
    background-color: #1a698e;
}

.microscopios {
    margin: 100px 0 70px;
    display: block;
}

.microscopios .box {
    width: 18% !important;
    margin: 0 1% 60px;
}

.microscopios p {
    background: #fff;
    border: 3px solid #000;
    height: 220px;
    padding: 50px 5px;
}

.microscopios p span {
    display: block;
    font-family: 'njb';
    font-size: 20px;
}

.microscopios img {
    width: 60%;
    margin-top: 10px;
}

.microscopios p.color1 {
    border-color: #80c6c4 !important;
    color: #80c6c4 !important;
}

.microscopios p.color1:hover {
    background: #80c6c4 !important;
    color: #fff !important;
}

.microscopios p.color2 {
    border-color: #86b9b8 !important;
    color: #86b9b8 !important;
}

.microscopios p.color2:hover {
    background: #86b9b8 !important;
    color: #fff !important;
}

.microscopios p.color3 {
    border-color: #80b8c6 !important;
    color: #80b8c6 !important;
}

.microscopios p.color3:hover {
    background: #80b8c6 !important;
    color: #fff !important;
}

.microscopios p.color4 {
    border-color: #82bfd8 !important;
    color: #82bfd8 !important;
}

.microscopios p.color4:hover {
    background: #82bfd8 !important;
    color: #fff !important;
}

.microscopios p.color5 {
    border-color: #88c8e2 !important;
    color: #88c8e2 !important;
}

.microscopios p.color5:hover {
    background: #88c8e2 !important;
    color: #fff !important;
}

.microscopios p.color6 {
    border-color: #78b9e2 !important;
    color: #78b9e2 !important;
}

.microscopios p.color6:hover {
    background: #78b9e2 !important;
    color: #fff !important;
}

.microscopios p.color7 {
    border-color: #93b1cf !important;
    color: #93b1cf !important;
}

.microscopios p.color7:hover {
    background: #93b1cf !important;
    color: #fff !important;
}

.microscopios p.color8 {
    border-color: #94a3d1 !important;
    color: #94a3d1 !important;
}

.microscopios p.color8:hover {
    background: #94a3d1 !important;
    color: #fff !important;
}

.microscopios p.color9 {
    border-color: #8489ad !important;
    color: #8489ad !important;
}

.microscopios p.color9:hover {
    background: #8489ad !important;
    color: #fff !important;
}

.microscopios p.color10 {
    border-color: #717594 !important;
    color: #717594 !important;
}

.microscopios p.color10:hover {
    background: #717594 !important;
    color: #fff !important;
}

#contact {
    padding: 60px 0;
    background: #e1e2e2;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: left;
}

#contact .contact-info ul {
    list-style: none;
    display: block;
}

#contact .contact-info ul li {
    float: left;
    margin-bottom: 10px !important;
    margin-top: 10px;
}

#contact .contact-info i {
    color: red !important;
    font-size: 34px;
    display: block;
    margin-right: 5px;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #252525;
    font-size: 15px;
    font-family: 'njr';
    clear: both;
}

#contact h2 {
    color: #1a698e;
}

#contact h5 {
    color: #1a698e;
    font-size: 20px;
    font-family: 'njb';
    margin-bottom: 10px;
    clear: both;
}

#contact h5 img, #contact p img{
    margin-right: 15px;
    width: 23px;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #1a698e;
    font-style: italic;
}

#contact .contact-info a:hover {
    color: #1a698e;
    font-style: italic;
    font-weight: bold;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 10px;
}

@media (min-width:768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 10px 0;
    }
}

@media (min-width:768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

#contact .form #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form select{
    width: 100%;
    height: 44px;
}

#contact .form input, #contact .form select,
#contact .form textarea {
    outline: none;
    padding: 10px 14px;
    color: grey;
    border-radius: 0;
    border: #ccc solid 1px;
    resize: none;
    box-shadow: none;
    font-size: 15px;
}

.about-cols .text-content p{
  text-align: justify;
}

#contact .form button[type="submit"] {
    background: #d82727;
    border: 0;
    margin-top: 0;
    padding: 10px 50px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    font-family: 'njb';
}

#contact .form button[type="submit"]:hover {
    background: #b11212 !important;
}

.form-check-label {
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 20px !important;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

.form-check label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.show-me{
    display: none;
}

.form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -25px;
    padding-left: 5px;
    font-size: 11px;
    color: #555555;
}

.form-check input[type="checkbox"] {
    opacity: 0;
}

.form-check input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-check input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    color: red!important;
    content: "\f00c";
}

.form-check input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.form-check input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.form-check-inline input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border-color: #b7b7b7;
}

.form-check-inline input[type="checkbox"]:checked + label::after {
    color: #90eb54;
    font-size: 24px;
}

#footer {
    background: #211d70;
    padding: 40px 0 50px !important;
    color: #eee;
    font-size: 14px;
}

#footer .footer-top {
    background: #111;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #eee;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #18d26e;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

#footer .footer-top h4::before {
    right: 0;
    background: #555;
}

#footer .footer-top h4::after {
    background: #18d26e;
    width: 60px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
    color: #18d26e;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #18d26e;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}

#footer .copyright {
    display: block;
    float: left;
    font-size: 12px;
    font-family: 'njr';
    color: #ddd;
}

#footer .credits {
    font-size: 12px;
    font-family: 'njr';
    margin-top: -70px
    color: #ddd;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    text-align: right;
    align-items: center;

}

#footer .group-esp{
      font-size: 12px;
      font-family: 'njr';
      margin-top: -70px
      color: #ddd;
      justify-content: flex-end;
      display: flex;
      flex-direction: column;
      text-align: right;
      align-items: center;
}

#footer .group-esp img{
  height: fit-content;
  width: fit-content;
  margin-top: -30px
}

#footer .credits img{
  height: fit-content;
  width: fit-content;
  margin-right: 10px;
}

#footer .container{
  display: flex;
  align-items: center;
}



/* INSERÇÕES VÍTOR CHAVES */

.relativize{
    position: relative;
}

.text-block{
    display: flex;
    width: 300px;
    height: auto;
    flex-direction: column;
    padding-top: 25vh;
}

.text-block p{
    text-transform: lowercase!important;
    font-size: 1rem;
    margin: 0!important;
}

.text-block h2{
    font-family: "njb";
    font-weight: 900;
    margin: 0!important;
    color: white;
    font-size: 3.5rem;
    text-transform: uppercase;
}


/* - --- -- ---- -- - -- -- ---- -- - - -- */







@media (max-width:1200px) {
    .container {
        max-width: 100% !important;
    }
}

@media (max-width:1024px) {
    .container {
        max-width: 100% !important;
    }
    .top-left li a {
        font-size: 12px;
    }
    .link-externo {
        margin-right: 20px;
    }
    .top-right p {
        font-size: 12px;
        margin-right: 7px;
    }
    #nav-menu-container {
        float: right;
        margin-right: 0;
    }
    .nav-menu a {
        padding: 10px 5px;
        font-size: 12px;
    }
    #intro .carousel-content {
        left: 40px;
    }
    #call-to-action p {
        font-size: 26px;
    }
    #about {
        padding: 80px 0 50px 0;
    }
    #contact .contact-info {
        padding: 0 40px;
    }
    #services {
        padding: 60px 40px 40px;
    }
    #services a {
        width: 100% !important;
        margin: 0 0 10px;
    }
    #services h4 {
        margin-top: 30px;
    }
    .owl-carousel .owl-stage-outer {
        margin: 0 90px;
    }
    .microscopios {
        padding: 0 40px;
    }
    .microscopios p span {
        font-size: 16px;
    }
    .microscopios img {
        width: 80%;
    }
    #servicos-realizados ul li {
        font-size: 17px;
    }
    .content-column h2 {
        font-size: 30px;
    }
    .manutencao-column,
    .manutencao-column2 {
        width: 40%;
    }
    .content-column {
        width: 60%;
    }
    #call-to-action {
        padding: 80px 0 40px;
        height: auto;
        background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) no-repeat top center;
        background-size: cover !important;
    }
}

@media (max-width:980px) {
    .social-icons{
        width: fit-content;
        margin: 0 auto;
    }

    .align-center{
        width: fit-content;
        margin: 0 auto!important;
    }

    .whats{
        width: fit-content!important;
        margin: 0 auto!important;
    }

    #header #logo {
        margin-left: 0;
    }
    #call-to-action p {
        font-size: 24px;
    }
    .microscopios .box {
        width: 48% !important;
        margin: 0 1% 120px;
    }
    .microscopios img {
        width: auto;
    }
    .microscopios p span {
        font-size: 22px;
    }
    #contact .contact-info address,
    #contact h5 {
        margin-left: 0;
    }
    #contact .contact-address {
        text-align: center;
        margin-top: 20px;
    }
    #contact h5 {
        font-size: 25px;
    }
    #contact .form button[type="submit"] {
        width: 100%;
    }
}

@media (max-width:804px) {
    #header {
        height: auto;
    }

    #header #logo {
        float: none;
        text-align: center;
    }

    #nav-menu-container{
        width: fit-content;
        margin: 0 auto;
        float: none;
    }
    .link-externo {
        margin-right: 15px;
    }
    #call-to-action p {
        font-size: 20px;
    }
    #intro {
        height: 600px;
    }
    .carousel-inner {
        height: 600px;
    }
    #intro .carousel-content {
        width: 90%;
        text-align: center;
        bottom: 35%;
    }
    .manutencao-column,
    .manutencao-column2 {
        display: none;
    }
    .content-column {
        width: 100%;
    }
}

@media (max-width:768px) {
    #header {
        top: 0;
        padding: 20px 0 15px;
    }
    #header #logo {
        float: none;
        text-align: left;
    }
    #header #logo img {
        max-height: initial;
    }
    #mobile-nav-toggle i {
        color: #1a698e;
        background: #fff;
        padding: 5px;
    }
    #intro .carousel-content {
        left: 0;
        width: 100%;
        padding: 0 10px;
    }
    #call-to-action p {
        font-size: 20px;
    }
    .top-nav {
        display: none;
    }
    .top-left {
        float: none;
        text-align: center;
    }
    .top-right {
        float: none;
        text-align: center;
    }
    .top-right p {
        margin: 0;
    }
    .microscopios p span {
        font-size: 16px;
    }
    .link-externo {
        margin-right: 5px;
    }
    .manutencao-column,
    .manutencao-column2 {
        display: none;
    }
    .divisoria {
        display: none;
    }
    #intro p {
        font-size: 30px;
        float: none;
        margin-right: 0;
        text-align: center;
    }
    #intro h1 {
        font-size: 50px;
        text-align: center;
        margin-left: 0;
        width: auto;
    }
    #intro h1::first-letter {
        content: '';
        padding-left: 0;
    }
    #about .about-col {
        margin-top: 0;
    }
    #contact h5 {
        font-size: 32px;
    }
    #contact .contact-info ul {
        display: inline-block;
        padding: 0;
    }
    #contact .contact-info i {
        font-size: 40px;
    }
}

@media (max-width:600px) {

    #contact .form input[type="checkbox"]{
        margin-left: 0!important;
    }

    .hide-me{
        display: none;
    }

    .show-me{
        display: block;
    }

    .form-check-inline{
        margin: 0!important;
    }

    #call-to-action p {
        font-size: 24px;
    }
    .microscopios {
        margin: 50px 0 70px;
    }
    .microscopios .box {
        width: 100% !important;
    }
    .microscopios p span {
        font-size: 24px;
    }
    #portfolio img {
        margin: auto;
    }
    #servicos-realizados ul {
        padding: 0;
    }
    #servicos-realizados ul li {
        list-style: none;
        margin-bottom: 15px;
    }
    .owl-carousel .owl-stage-outer {
        margin: 0;
    }
    #intro {
        height: 100%;
    }
    .carousel-inner {
        height: 100%;
    }
    #intro .carousel-content {
        text-align: center;
        top: 250px;
    }
    .content-column {
        width: 100%;
        padding: 40px;
        text-align: center;
    }
    .content-column h2 {
        font-size: 28px;
    }
    #marcas h3 {
        font-size: 32px;
    }
}

@media (max-width:480px) {

    .form-check-label {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    #contact .contact-address {
        margin-top: 50px;
    }
    #contact .contact-info {
        padding: 0 10px;
    }
    .slick-prev {
        left: 40px;
    }
    .slick-next {
        right: 40px;
    }
    #intro h1 {
        font-size: 34px;
        text-align: center;
        margin-left: 0;
    }
    .section-header h2 {
        font-size: 26px;
    }
    #contact h5 {
        font-size: 30px;
    }
    #services span {
        font-size: 22px;
    }
    .microscopios {
        margin: 50px 0 70px;
    }
    .microscopios .box {
        margin: 0 1% 180px;
    }
    #footer {
        padding: 20px 0 50px !important;
    }
    #footer .copyright,
    #footer .credits {
        text-align: center;
    }
    #footer .copyright {
        margin-bottom: 5px;
    }
    .small,
    small {
        font-size: 14px;
    }
}

@media (max-width:460px) {
    #contact h5 {
        font-size: 28px;
    }
}
