:root {
  --backgroundBody: #f8f8f8;
  --poppins: "Poppins", sans-serif;
  --logoTextColor: #363697;
  --titleAndNavColor: #2c2d3f;
  --titleAndNavColorHover: #6b6c78;
  --textColor: #414252;
  --titleFeaturedColor: #008c45;
  --titleFeaturedColorHover: #016d37;
  --backgroundSectionColor: #9b9b9b;
  --backgroundSectionColorTwo: #008c45;
  --backgroundFooter: rgb(34, 34, 34);
  --backgroundTeam: #f3f3f3;
  --textFooter: #bcbcbc;
  --titleFooter: #d2d2d2;
  --btnFooter: #008c45;
}

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*/
.background-header-section-one {
  height: 100px;
  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;
}

.banner-image {
  background-position: center;
  height: 100vh;
  min-height: 350px;
  max-height: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 1921px) {
  .banner-image:nth-child(1) {
    background-image: url("../img/banner/2025/banner01/Banner_Site_01_1920x600.png");
  }

  .banner-image:nth-child(2) {
    background-image: url("../img/banner/2025/banner02/Banner_Site_02_1920x600.png");
  }

  .banner-image:nth-child(3) {
    background-image: url("../img/banner/2025/banner03/Banner_Site_03_1920x600.png");
  }

  .banner-image:nth-child(4) {
    background-image: url("../img/banner/2025/banner04/Banner_Site_04_1920x600.png");
  }
}

@media only screen and (max-width: 1366px) {
  .banner-image:nth-child(1) {
    background-image: url("../img/banner/2025/banner01/Banner_Site_01_1366x600.png");
  }

  .banner-image:nth-child(2) {
    background-image: url("../img/banner/2025/banner02/Banner_Site_02_1366x600.png");
  }

  .banner-image:nth-child(3) {
    background-image: url("../img/banner/2025/banner03/Banner_Site_03_1366x600.png");
  }

  .banner-image:nth-child(4) {
    background-image: url("../img/banner/2025/banner04/Banner_Site_04_1366x600.png");
  }
}

@media only screen and (max-width: 1440px) {
  .banner-image:nth-child(1) {
    background-image: url("../img/banner/2025/banner01/Banner_Site_01_1440x600.png");
  }

  .banner-image:nth-child(2) {
    background-image: url("../img/banner/2025/banner02/Banner_Site_02_1440x600.png");
  }

  .banner-image:nth-child(3) {
    background-image: url("../img/banner/2025/banner03/Banner_Site_03_1440x600.png");
  }

  .banner-image:nth-child(4) {
    background-image: url("../img/banner/2025/banner04/Banner_Site_04_1440x600.png");
  }
}

@media only screen and (max-width: 1025px) {
  .banner-image:nth-child(1) {
    background-image: url("../img/banner/2025/banner01/Banner_Site_01_1024x600.png");
  }

  .banner-image:nth-child(2) {
    background-image: url("../img/banner/2025/banner02/Banner_Site_02_1024x600.png");
  }

  .banner-image:nth-child(3) {
    background-image: url("../img/banner/2025/banner03/Banner_Site_03_1024x600.png");
  }

  .banner-image:nth-child(4) {
    background-image: url("../img/banner/2025/banner04/Banner_Site_04_1024x600.png");
  }
}

@media only screen and (max-width: 769px) and (orientation: landscape) {
  .banner-image:nth-child(1) {
    background-image: url("../img/banner/2025/banner01/Banner_Site_01_768x600.png") !important;
  }

  .banner-image:nth-child(2) {
    background-image: url("../img/banner/2025/banner02/Banner_Site_02_768x600.png") !important;
  }

  .banner-image:nth-child(3) {
    background-image: url("../img/banner/2025/banner03/Banner_Site_03_768x600.png") !important;
  }

  .banner-image:nth-child(4) {
    background-image: url("../img/banner/2025/banner04/Banner_Site_04_768x600.png") !important;
  }
}

@media only screen and (max-width: 769px) {
  .banner-image:nth-child(1) {
    background-image: url("../img/banner/2025/banner01/Banner_Site_01_768x600.png");
  }

  .banner-image:nth-child(2) {
    background-image: url("../img/banner/2025/banner02/Banner_Site_02_768x600.png");
  }

  .banner-image:nth-child(3) {
    background-image: url("../img/banner/2025/banner03/Banner_Site_03_768x600.png");
  }

  .banner-image:nth-child(4) {
    background-image: url("../img/banner/2025/banner04/Banner_Site_04_768x600.png");
  }
}

@media only screen and (max-width: 375px) {
  .banner-image:nth-child(1) {
    background-image: url("../img/banner/2025/banner01/Banner_Site_01_375x600.png");
  }

  .banner-image:nth-child(2) {
    background-image: url("../img/banner/2025/banner02/Banner_Site_02_375x600.png");
  }

  .banner-image:nth-child(3) {
    background-image: url("../img/banner/2025/banner03/Banner_Site_03_375x600.png");
  }

  .banner-image:nth-child(4) {
    background-image: url("../img/banner/2025/banner04/Banner_Site_04_375x600.png");
  }
}

@media only screen and (max-width: 425px) {
  .banner-image:nth-child(1) {
    background-image: url("../img/banner/2025/banner01/Banner_Site_01_425x600.png");
  }

  .banner-image:nth-child(2) {
    background-image: url("../img/banner/2025/banner02/Banner_Site_02_425x600.png");
  }

  .banner-image:nth-child(3) {
    background-image: url("../img/banner/2025/banner03/Banner_Site_03_425x600.png");
  }

  .banner-image:nth-child(4) {
    background-image: url("../img/banner/2025/banner04/Banner_Site_04_425x600.png");
  }
}

@media only screen and (max-width: 321px) {
  .banner-image:nth-child(1) {
    background-image: url("../img/banner/2025/banner01/Banner_Site_01_320x600.png");
  }

  .banner-image:nth-child(2) {
    background-image: url("../img/banner/2025/banner02/Banner_Site_02_320x600.png");
  }

  .banner-image:nth-child(3) {
    background-image: url("../img/banner/2025/banner03/Banner_Site_03_320x600.png");
  }

  .banner-image:nth-child(4) {
    background-image: url("../img/banner/2025/banner04/Banner_Site_04_320x600.png");
  }
}

.image-background-color {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-text {
  text-align: left;
  position: absolute;
  top: 40%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: var(--titleAndNavColor);
  margin: 0px 250px 0px 120px !important;
}

.hero-text span {
  color: var(--titleFeaturedColor) !important;
}

.hero-text > h2 {
  font-size: 50px !important;
}

@media only screen and (max-width: 992px) {
  .hero-text > h2 {
    font-size: 30px !important;
  }

  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--titleAndNavColor);
    margin: 0px 0px 0px 0px !important;
  }
}

/*section1 main*/
.section-main-one {
  background-color: var(--titleFeaturedColor);
}

.format-section-main-one {
  color: #f8f8f8 !important;
}

.format-section-main-one p {
  color: #f8f8f8 !important;
}

.format-section-main-one h5 {
  color: #f8f8f8 !important;
}

.format-section-main-one i {
  padding: 15px 15px;
  background-color: transparent;
  border-radius: 50%;
  font-size: 25px;
  border: dashed 3px #f8f8f8;
}

.format-section-main-one:hover {
  background-color: var(--titleFeaturedColorHover) !important;
}

.vertical-line {
  height: 90px;
  border-left: 3px solid var(--backgroundSectionColorTwo);
}

/* Responsividade para seção "Sua saúde em boas mãos" */
@media only screen and (max-width: 767px) {
  .vertical-line {
    display: none;
  }
  
  .title-main-one {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .title-main-one h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 481px) {
  .title-main-one h2 {
    font-size: 20px;
  }
}

/*Main section2*/
.gliderTeam .card {
  background-color: var(--backgroundTeam);
  margin-right: 30px;
}

.gliderTeam .col-md-4 {
  padding-left: 30px;
}

.glider-dot.active {
  background: var(--titleFeaturedColor);
}

@media only screen and (max-width: 992px) {
  .gliderTeam .col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gliderTeam h6 {
    padding-top: 10px;
  }
}

/*section 3*/
.section-three-img img {
  height: 100%;
  max-height: 450px !important;
}

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

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

/*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: 481px) {
  .img-main-three > img {
    max-width: 290px;
  }
}

/*section 4*/

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

.btn-section-four > a {
  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;
  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/unidades/Nova_Mutum/Fachada_NovaMutum.jpg");
}

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

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

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

@media only screen and (max-width: 767px) {
  .row .img-background-section-four {
    height: 400px;
    border-radius: 30px;
    max-width: 90%;
    margin: 10px 0px 10px 0px !important;
  }

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

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

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

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

.card-unity {
  min-height: 700px;

  width: 100%;
  max-width: 498px;

  margin: 0 auto;

  img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card-text a {
    color: var(--titleFeaturedColor);
    font-weight: bold;

    text-decoration: underline !important;

    &:hover {
      color: var(--titleFeaturedColorHover);
    }
  }
}

.text-format-four {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;

  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: 12px !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;
}

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

@media only screen and (max-width: 767px) {
  .imc {
    width: 320px !important;
  }
}

@media only screen and (max-width: 481px) {
  .imc img {
    max-width: 290px;
  }
}

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

.imc button:hover {
  background-color: #016d37 !important;
  border-color: #016d37 !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);
}

.main-section-ten .btn-primary {
  padding: 8px 80px 8px 80px !important;
  background-color: var(--btnFooter);
  border-color: var(--btnFooter);
}

.main-section-ten .btn-primary:hover {
  background-color: #016d37;
  border-color: #016d37;
}

/*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: #6c757d;
}

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

.bg-footer button:hover {
  background-color: #016d37;
  border-color: #016d37;
}

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

.bg-textAreaFooter {
  color: black !important;
  border-color: var(--backgroundFooter) !important;
  background-color: #ffffff !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 #008c45;
  width: 20px;
  display: block;
  margin-bottom: 8px;
  text-align: center !important;
}

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

.btn-mapa {
  background-color: var(--btnFooter) !important;
  border-color: var(--btnFooter) !important;
  color: white !important;
}

.btn-mapa:hover {
  background-color: #016d37 !important;
  border-color: #016d37 !important;
}

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

.photo-gallery img {
  /* height: 350px; */
  /* width: 350px; */
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 5px;
}

.step-icon {
  font-size: 2rem;
  color: var(--backgroundSectionColorTwo);
  margin-bottom: 1rem;
}

.cta-button {
  padding: 12px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 2rem 0;
  border: none;

  background-color: var(--titleFeaturedColor) !important;
}

.cta-button:hover {
  opacity: 0.8;
}

.disclaimer {
  font-size: 0.8rem;
  font-style: italic;
  color: #6c757d;
}

.faq-section {
  background-color: var(--titleFeaturedColor);
  padding: 3rem 0;
}

.faq-header {
  border-bottom: 2px solid #fff;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.faq-question {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.faq-answer {
  color: #eeeeee;
  margin-bottom: 25px;
  padding-left: 20px;
}

.service-area {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}
