:root {
  --backgroundBody: #f8f8f8;
  --poppins: "Poppins", sans-serif;
  --logoTextColor: #363697;
  --titleAndNavColor: #2c2d3f;
  --titleAndNavColorHover: #6b6c78;
  --textColor: #414252;
  --titleFeaturedColor: #006b3e;
  --titleFeaturedColorHover: #145ea7;
  --backgroundSectionColor: #9b9b9b;
  --backgroundSectionColorTwo: #406340;
  --backgroundFooter: rgb(34, 34, 34);
  --backgroundTeam: #f3f3f3;
  --textFooter: #bcbcbc;
  --titleFooter: #d2d2d2;
  --btnFooter: var(--titleFeaturedColor);
  --btnFooterHover: var(--backgroundSectionColorTwo);
}

body {
  overflow-x: hidden;
  background-color: var(--backgroundBody);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--poppins);
  font-weight: 700;
  color: var(--titleAndNavColor);
}

p,
a {
  font-family: var(--poppins);
  font-weight: 400;
  color: var(--textColor);
}

a {
  text-decoration: none !important;
}

/*header section one*/

.removeElement {
  display: flex;
}

.background-header-section-one {
  height: 105px;
  margin-top: 15px;
}

.background-header-section-one p {
  margin-bottom: 0;
}

.background-header-section-one i {
  margin-right: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  border: solid 1px rgb(179, 179, 179);
  color: var(--backgroundSectionColorTwo);
}

.background-header-section-one h1 {
  color: var(--logoTextColor) !important;
  font-size: 25px;
}

/*section2 navbar*/
.navbar {
  background-color: var(--titleFeaturedColor);
}

.nav-link {
  color: white !important;
}

.nav-link::after {
  content: "" !important;
  width: 0px !important;
  height: 2px !important;
  display: block !important;
  background: white !important;
  transition: 300ms !important;
}

.nav-result:hover {
  color: #e6e6e6 !important;
}

.nav-link:hover::after {
  width: 100% !important;
}

.nav-result:hover::after {
  width: 0% !important;
}

@media only screen and (max-width: 992px) {
  .navbar-collapse {
    text-align: center !important;
  }

  .nav-link:hover {
    color: #e6e6e6 !important;
  }

  .nav-link:hover::after {
    width: 0% !important;
  }
}

.fa-bars,
.navbar-toggler {
  color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.text-banner-h3 {
  font-family: helveticacondenseditalic, sans-serif !important;
}

.text-banner-h2 {
  font-family: helveticaNeue97BlackCondensed, sans-serif !important;
}

.btn-banner {
  font-size: 15px;
  padding: 8px 8px 8px 8px;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  max-height: 700px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.carousel-item:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/banner01.jpg");
}

.carousel-item:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/banners/2.jpeg");
}

.carousel-item:nth-child(3) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/banners/3.jpeg");
}

.carousel-item:nth-child(4) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/banners/4.jpeg");
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/banner01.jpg");
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: white;
  width: 500px;
}

.hero-text a {
  color: white;
}

@media only screen and (max-width: 1367px) {
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
  }
}

@media only screen and (max-width: 1026px) {
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
}

@media only screen and (max-width: 992px) {
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
  }
}

@media only screen and (max-width: 384px) {
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
  }
}

/*section card main*/
.section-main-card .col {
  border-radius: 10px !important;
  margin: 0px 10px;
  max-width: 350px;
  height: 370px;
  box-sizing: border-box;
  align-items: center;
}

.section-main-card i {
  font-size: 60px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: var(--titleFeaturedColor);
}

.section-main-card .content {
  margin: 0px 15px;
}

.line-main-why {
  content: "";
  border-top: 8px solid var(--titleFeaturedColor);
  width: 200px;
  display: block;
  margin-bottom: 8px;
  text-align: center !important;
  border-radius: 50px;
  display: inline-block;
}

.line-main-why-two {
  content: "";
  border-top: 8px solid var(--titleFeaturedColor);
  width: 25px;
  display: block;
  margin-bottom: 8px;
  text-align: center !important;
  border-radius: 50px;
  display: inline-block;
}

/*section 3*/
@media only screen and (max-width: 767px) {
  .section-three-img img {
    max-width: 375px !important;
  }
}

@media only screen and (max-width: 384px) {
  .section-three-img img {
    max-width: 280px !important;
  }
}

.carousel-2 {
  min-height: 280px;
  max-height: 334px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.carousel-2:nth-child(1) {
  background-image: url("../img/lab/1.jpeg");
}

.carousel-2:nth-child(2) {
  background-image: url("../img/lab/2.jpeg");
}

.carousel-2:nth-child(3) {
  background-image: url("../img/lab/3.jpeg");
}

.carousel-2:nth-child(4) {
  background-image: url("../img/lab/4.jpeg");
}

.carousel-2:nth-child(5) {
  background-image: url("../img/lab/5.jpeg");
}

.carousel-2:nth-child(6) {
  background-image: url("../img/lab/6.jpeg");
}

.carousel-2:nth-child(7) {
  background-image: url("../img/lab/7.jpeg");
}

.carousel-2:nth-child(8) {
  background-image: url("../img/lab/8.jpeg");
}

.carousel-2:nth-child(9) {
  background-image: url("../img/lab/9.jpeg");
}

.carousel-2:nth-child(10) {
  background-image: url("../img/lab/10.jpeg");
}

.carousel-2:nth-child(11) {
  background-image: url("../img/lab/11.jpeg");
}

.carousel-2:nth-child(12) {
  background-image: url("../img/lab/12.jpeg");
}

.carousel-2:nth-child(13) {
  background-image: url("../img/lab/13.jpeg");
}

.carousel-2:nth-child(14) {
  background-image: url("../img/lab/14.jpeg");
}

.carousel-2:nth-child(15) {
  background-image: url("../img/lab/15.jpeg");
}

.carousel-2:nth-child(16) {
  background-image: url("../img/lab/16.jpeg");
}

.carousel-2:nth-child(17) {
  background-image: url("../img/lab/17.jpeg");
}

.carousel-2:nth-child(18) {
  background-image: url("../img/lab/18.jpeg");
}

.carousel-2:nth-child(19) {
  background-image: url("../img/lab/19.jpeg");
}

.carousel-2:nth-child(20) {
  background-image: url("../img/lab/20.jpeg");
}

.carousel-2:nth-child(21) {
  background-image: url("../img/lab/21.jpeg");
}

.carousel-2:nth-child(22) {
  background-image: url("../img/lab/22.jpeg");
}

/*section 3*/
.background-main-section-three {
  background-color: var(--backgroundSectionColor);
}

.background-main-section-three h2 {
  color: var(--titleAndNavColor);
}

.featured {
  color: var(--titleFeaturedColor) !important;
}

.img-main-three > img {
  max-width: 500px;
  position: relative;
  top: -50px;
}

.btn-section-three > button {
  color: var(--titleFeaturedColor);
  font-family: var(--poppins);
  font-weight: bold;
  padding: 15px;
}

.btn-section-three {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .img-main-three > img {
    max-width: 380px;
    position: relative;
    top: 40px;
  }

  .background-main-section-three {
    padding-bottom: 50px !important;
  }

  .background-main-section-three > .container {
    text-align: center !important;
  }

  .btn-section-three {
    text-align: center !important;
  }
}

@media only screen and (max-width: 384px) {
  .img-main-three > img {
    max-width: 280px;
    position: relative;
  }
}

/*section 4*/

.background-main-section-four .container-fluid {
  text-align: center !important;
}

.btn-section-four > button {
  color: var(--titleFeaturedColor);
  font-family: var(--poppins);
  font-weight: bold;
  padding: 15px;
}

.btn-section-four {
  text-align: center !important;
}

.map {
  color: white !important;
  font-weight: bold !important;
}

.map:hover {
  text-decoration: underline !important;
}

.row .img-background-section-four {
  height: 400px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0px 5px 0px 5px;
  border-radius: 30px;
  max-width: 320px;
}

.row .img-background-section-four:nth-child(1) {
  background-image: url("../img/unity01.jpg");
}

.row .img-background-section-four:nth-child(2) {
  background-image: url("../img/unity02.jpg");
}

.row .img-background-section-four:nth-child(3) {
  background-image: url("../img/unity03.jpg");
}

.row .img-background-section-four:nth-child(4) {
  background-image: url("../img/unity01.jpg");
}

.row .img-background-section-four:nth-child(5) {
  background-image: url("../img/unity02.jpg");
}

.row .img-background-section-four:nth-child(6) {
  background-image: url("../img/unity03.jpg");
}

.row .img-background-section-four:nth-child(7) {
  background-image: url("../img/unity01.jpg");
}

.row .img-background-section-four:nth-child(8) {
  background-image: url("../img/unity01.jpg");
}

@media only screen and (max-width: 767px) {
  .row .img-background-section-four {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 30px;
  }

  .row .img-background-section-four:nth-child(1) {
    background-image: url("../img/unity01.jpg");
  }

  .row .img-background-section-four:nth-child(2) {
    background-image: url("../img/unity02.jpg");
  }

  .row .img-background-section-four:nth-child(3) {
    background-image: url("../img/unity03.jpg");
  }

  .row .img-background-section-four:nth-child(4) {
    background-image: url("../img/unity01.jpg");
  }

  .row .img-background-section-four:nth-child(5) {
    background-image: url("../img/unity02.jpg");
  }

  .row .img-background-section-four:nth-child(6) {
    background-image: url("../img/unity03.jpg");
  }

  .row .img-background-section-four:nth-child(7) {
    background-image: url("../img/unity01.jpg");
  }

  .row .img-background-section-four:nth-child(8) {
    background-image: url("../img/unity01.jpg");
  }
}

.text-format-four {
  text-align: center;
  top: 35% !important;
  position: relative;
  color: #ffffff !important;
}

.text-format-four h4 {
  color: #ffffff !important;
}

.image-background-color-four {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.image-background-color-four-in {
  background-color: var(--backgroundSectionColor);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.text-format-four-in {
  text-align: center;
  top: 10% !important;
  position: relative;
  color: #ffffff !important;
}

.text-format-four-in h4 {
  color: #ffffff !important;
}

.text-format-four-in p {
  font-size: 14px !important;
  color: #ffffff !important;
}

/*section five*/
.background-main-five {
  background-color: var(--titleFeaturedColor) !important;
}

.background-main-five h2 {
  color: #ffffff;
}

.background-main-five p {
  color: #ffffff;
}

.btn-section-five {
  text-align: center !important;
}

.btn-section-five > button {
  color: var(--titleFeaturedColor);
  font-family: var(--poppins);
  font-weight: bold;
  padding: 15px;
}

/*section 6*/
.glider-dot.active {
  background: var(--titleFeaturedColor);
}

.main-section-six h2 {
  color: var(--titleAndNavColor);
}

.main-section-six p {
  color: var(--textColor);
}

/*section 7*/
.background-main-section-seven {
  background-color: var(--backgroundSectionColorTwo);
}

.background-main-section-seven h2 {
  color: white !important;
  padding: 10px 0px 20px 0px;
}

.background-main-section-seven p {
  color: var(--textColor);
}

/*section 8*/
.format-text-eight p {
  font-size: 13px;
  color: var(--textColor);
}

.format-text-eight h6 {
  color: var(--titleAndNavColor);
}

.format-text-eight a {
  cursor: pointer !important;
  font-weight: bold;
}

.format-text-eight a:hover {
  color: var(--backgroundSectionColorTwo) !important;
  text-decoration: underline !important;
}

.format-text-eight a:active {
  color: var(--backgroundSectionColorTwo) !important;
}

.line-news {
  content: "";
  border-top: 2px solid var(--titleFeaturedColor);
  width: 20px;
  display: block;
  margin-bottom: 8px;
  margin: 0px auto;
}

/*SECTION 9*/
.btn-section-nine {
  text-align: center !important;
}

.btn-section-nine > button {
  color: var(--titleFeaturedColor);
  font-family: var(--poppins);
  font-weight: bold;
  padding: 15px;
}

/*section 10*/
.imc {
  margin-top: 30px !important;
}

.imc button {
  background-color: var(--backgroundSectionColorTwo);
  padding-left: 40px;
  padding-right: 40px;
  border-color: var(--backgroundSectionColorTwo) !important;
}

.imc button:hover {
  background-color: var(--titleFeaturedColor);
  border-color: var(--titleFeaturedColor) !important;
}

.imc input {
  border-color: var(--backgroundSectionColorTwo) !important;
}

.background-quiz {
  background-color: var(--titleFeaturedColor);
  margin-bottom: 10px !important;
}

.quiz {
  margin: 0px 20px 0px 20px;
}

.format-text-section-ten h3 {
  color: var(--titleFeaturedColor);
}

.main-section-ten {
  color: var(--textColor);
}

#img-imc {
  max-width: 290px;
}

/*footer*/
.bg-footer {
  background-color: var(--backgroundFooter);
}

.bg-footer p {
  color: var(--textFooter) !important;
}

.bg-footer a {
  color: var(--textFooter) !important;
}

.bg-title {
  color: var(--titleFooter);
}

.bg-footer ::placeholder {
  color: #646464 !important;
}

.bg-footer button {
  padding: 8px 80px 8px 80px !important;
  background-color: var(--btnFooter);
  border-color: var(--btnFooter);
}

.bg-footer button:hover {
  background-color: var(--btnFooterHover);
  border-color: var(--btnFooterHover);
}

.bg-footer input {
  border-color: var(--backgroundFooter) !important;
  background-color: #383838 !important;
}

.bg-textAreaFooter {
  border-color: var(--backgroundFooter) !important;
  background-color: #383838 !important;
}

.bg-footer a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 767px) {
  .bg-footer p {
    text-align: center !important;
  }
}

.fotterLine {
  content: "";
  border-top: 2px solid var(--titleFeaturedColor);
  width: 20px;
  display: block;
  margin-bottom: 8px;
  text-align: center !important;
}

@media (max-width: 768px) {
  .fotterLine {
    content: "";
    border-top: 2px solid var(--titleFeaturedColor);
    width: 20px;
    display: block;
    margin-bottom: 8px;
    text-align: center !important;
    margin: 0 auto;
  }
}

/*Sticky não mexer*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 2%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #555;
}

@media only screen and (max-width: 992px) {
  .removeElement {
    display: none;
  }
}
