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

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

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

.carousel-item:nth-child(1) {
  background-image: url("../img/banner/agosto-2025/1920x600.jpg");
}

.carousel-item:nth-child(2) {
  background-image: url("../img/banner/BANNER--1469X536.jpg");
  background-position: center;
}

.carousel-item:nth-child(3) {
  background-image: url("../img/banner/banner-pezinho-2025/1920x600.jpg");
  background-position: center;
}

@media only screen and (max-width: 1525px) {
  .carousel-item:nth-child(1) {
    background-image: url("../img/banner/agosto-2025/1366x600.jpg");
  }

  .carousel-item:nth-child(3) {
    background-image: url("../img/banner/banner-pezinho-2025/1366x600.jpg");
  }
}

@media only screen and (max-width: 1050px) {
  .carousel-item:nth-child(1) {
    background-image: url("../img/banner/agosto-2025/768x600.jpg");
  }
}

@media only screen and (max-width: 900px) {
  .carousel-item:nth-child(1) {
    background-image: url("../img/banner/agosto-2025/768x600.jpg");
  }

  .carousel-item:nth-child(3) {
    background-image: url("../img/banner/banner-pezinho-2025/768x600.jpg");
  }
}

@media only screen and (max-width: 615px) {
  .carousel-item:nth-child(1) {
    background-image: url("../img/banner/agosto-2025/414x600.jpg");
  }

  .carousel-item:nth-child(3) {
    background-image: url("../img/banner/banner-pezinho-2025/414x600.jpg");
  }
}

@media only screen and (max-width: 321px) {
  .carousel-item:nth-child(1) {
    background-image: url("../img/banner/agosto-2025/320x600.jpg");
  }

  .carousel-item:nth-child(3) {
    background-image: url("../img/banner/banner-pezinho-2025/320x600.jpg");
  }
}

.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: rgb(231, 82, 82) !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) !important;
}

.title-main-one h2 {
  text-align: end;
  border-right: 5px solid 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;
  margin-bottom: 30px;
  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: 100px;
  border-left: 3px solid var(--backgroundSectionColorTwo);
}

.section-one-img video {
  max-width: 450px;
}

@media (max-width: 767px) {
  .section-one-img img,
  video {
    max-width: 370px !important;
  }
}

@media (max-width: 481px) {
  .section-one-img img,
  video {
    max-width: 290px !important;
  }
}

/*Main section2*/
.gliderTeam .card {
  background-color: var(--backgroundTeam);
  margin: auto !important;
  width: 50% !important;
  /* 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*/

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

.btn-modal:hover {
  background-color: #8d232c;
}

.section-three-img video {
  max-width: 450px;
}

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

@media (max-width: 481px) {
  .section-three-img img,
  video {
    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 > button {
  color: var(--titleFeaturedColor);
  font-family: var(--poppins);
  font-weight: bold;
  padding: 15px;
}

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

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

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

.row .img-background-section-four:nth-child(1) {
  background-image: url("../img/assets/unity1.jpg");
  height: 400px;
  /* background-position: -70px 0; */
  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(2) {
  background-image: url("../img/assets/unity1.jpg");
  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(3) {
  background-image: url("../img/assets/unity1.jpg");
  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(4) {
  background-image: url("../img/assets/unity1.jpg");
  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;
}

@media only screen and (max-width: 767px) {
  .row .img-background-section-four:nth-child(1) {
    background-image: url("../img/assets/unity1.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 30px;
    max-width: 90%;
    margin: 10px 0px 10px 0px !important;
  }

  .row .img-background-section-four:nth-child(2) {
    background-image: url("../img/assets/unity1.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 30px;
    max-width: 90%;
    margin: 10px 0px 10px 0px !important;
  }

  .row .img-background-section-four:nth-child(3) {
    background-image: url("../img/assets/unity1.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 30px;
    max-width: 90%;
    margin: 10px 0px 10px 0px !important;
  }

  .row .img-background-section-four:nth-child(4) {
    background-image: url("../img/assets/unity1.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 30px;
    max-width: 90%;
    margin: 10px 0px 10px 0px !important;
  }
}

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

.fa-location-dot {
  font-size: 21px;
  color: var(--titleFeaturedColor) !important;
  animation-name: location-dot;
  animation-duration: 2s;
}

@keyframes location-dot {
  0% {
    font-size: 21px;
  }

  50% {
    font-size: 23px;
  }

  90% {
    font-size: 19px;
  }

  100% {
    font-size: 21px;
  }
}

/*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 > a {
  color: var(--titleFeaturedColor);
  font-family: var(--poppins);
  font-weight: bold;
  padding: 15px;
}

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

@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: #8d232c;
}

.imc button:focus {
  background-color: var(--backgroundSectionColorTwo) !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;
}

/* NEWS */
#news a {
  background-color: var(--backgroundSectionColorTwo);
  color: white;
  padding: 15px;
  font-size: 19px;
  width: 25%;
}

@media only screen and (max-width: 992px) {
  #news a {
    font-size: 14px;
  }
}

#news a:hover {
  background-color: #8d232c;
  color: white;
}

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

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

@media only screen and (max-width: 992px) {
  .bg-footer p {
    font-size: 0.75rem;
  }
}

.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: #8d232c;
  border-color: #8d232c;
}

.bg-footer button:focus {
  background-color: var(--backgroundSectionColorTwo) !important;
}

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

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

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

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

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

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

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

.contact-form {
  color: white;
}

.contact-form:focus {
  color: white;
}

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

#myBtn {
  display: none;
  position: fixed;
  bottom: 108px;
  left: 1.5%;
  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;
}
