html {
  scroll-behavior: smooth;
}

h1,
h2,
h3 {
  font-family: "Exo 2", sans-serif;
}

h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif;
}

#carouselHeader > div > div > a > img {
  width: 93%;
  /* height: 90vh; */
  object-fit: contain;
}

.btn-unidades {
  background-color: #001f3b;
  padding-top: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  margin: -8% 0px 0px 0px !important;
}

.header {
  background-color: #00aca0;
  position: relative;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

/* #carouselHeader {
  background-image: url(../images/aquarela.png);
} */

.titulo-header img {
  /* filter: brightness(51.5) grayscale(1); */
  width: 100%;
  /* margin-left: 8%; */
}

div > .bH2 > div > div > a {
  color: #fff;
  /* color: #404e8d; */
  font-weight: 600;
}

.titulo-header h1 {
  color: #fff;
  font-weight: 800;
  font-size: 3rem;
  font-family: "Exo 2";
  line-height: 49px;
  text-transform: uppercase;
}

.titulo-header h1 span {
  color: #b5fff8;
}

.butonsHeader > div > div > a {
  margin-bottom: 20px;
  width: 256px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.butonsHeader > div > div > a:hover {
  color: #001f3b;
}

.blocos-numbers > div > div {
  background-image: url(../images/asfalt-light.png);
  background-color: cyan;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 20vh;
  border-radius: 16px;
  border: 3px solid #001f3b;
  margin-bottom: 10px;
}

.carousel-item.active.carousel-item-start {
  display: none;
}

.blocos-numbers {
  text-align: -webkit-center;
}

.blocos-numbers > div > div > h2 {
  font-size: 4rem;
  font-weight: 800;
  color: #001f3b;
}

.blocos-numbers > div > div h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #001f3b;
  position: relative;
  margin-top: -14px;
}

.blocos-numbers > div > h2 {
  color: #001f3b;
  font-weight: 800;
  text-align: center;
}

#numbers > div > div > div .line {
  background-color: aqua;
  width: 120px;
  height: 12px;
  border-radius: 20px;
  border: none;
  margin: auto;
  margin-bottom: 10px;
}

.b1 {
  background-color: #ef4e45;
}

.btodos {
  border-radius: 14px;
  align-items: center;
  filter: drop-shadow(2px 2px 4px black);
}

.b2 {
  background-color: #00ad9c;
}

.b3 {
  background-color: #525fff;
}

.b4 {
  background-color: #ffc612;
}

.b5 {
  background-color: #06203a;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-unidades {
    position: relative !important;
    margin: 0px !important;
  }
}

@media (max-width: 992px) {
  .btn-unidades {
    position: relative !important;
    margin: 0px !important;
  }
}

@media (max-width: 700px) {
  /* .btn-unidades{
        width: calc(100% / 5);
    } */
  /* .btn-unidades {
        width: calc(100% / 5);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    } */
  .bloco-diferenciais {
    min-height: 40vh !important;
  }
}

@media (max-width: 700px) {
  .titulo-header h1 {
    font-size: 2.5rem;
  }
  .header {
    min-height: auto;
  }
}
@media (min-width: 710px) {
  .titulo-header h1 {
    font-size: 3rem;
  }
  .header {
    min-height: 100vh;
  }
  #header
    > div.row.btn-unidades.justify-content-center.text-center
    > div:nth-child(6)
    > a::before,
  #header
    > div.row.btn-unidades.justify-content-center.text-center
    > div:nth-child(1)
    > a::before {
    background-color: transparent;
  }
  #header
    > div.row.btn-unidades.justify-content-center.text-center
    > div
    > a::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: white;
    left: 0px;
    top: 18px;
  }
}

@media (max-width: 380px) {
  .bloco-whats > div {
    left: 10px;
    right: 0 !important;
  }
}

.back-unidades > div > h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  filter: drop-shadow(1px 1px 1px #5c5c5c);
  margin-bottom: 0px;
}

.back-unidades > div > p {
  color: #fff;
  margin-bottom: 0px;
  line-height: 18px;
}

.cta {
  background-color: #ffc91e;
}

.cta > div > div > div > div > h2 {
  font-size: 2.1rem;
  color: #fff;
  font-family: "Exo 2";
  margin-bottom: 0px;
  font-weight: 800;
  text-transform: uppercase;
}

.cta > div > div > div > div > a {
  background-color: #001f3b;
  margin-bottom: 20px;
  width: 256px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Bebas Neue";
}

.cta > div > div > div > div > a:hover {
  color: #ffc91e;
}

.cta > div > div > div > div > div > a:hover {
  color: #a3aeb8;
}

.info-div {
  padding: 10px 16px;
}

.info-div h2 {
  font-family: "Exo 2";
  color: #001f3b;
  margin-bottom: 0px;
  font-weight: 900;
  text-transform: uppercase;
}

.info-div p {
  font-family: "Exo 2";
  line-height: 20px;
  color: #4c4c4c;
}

.btodos > div > div > img {
  border-radius: 0px 16px 16px 0px;
  height: 28vh;
  object-fit: cover;
}

.btodos {
  margin: 0px 0px 12px !important;
}

.btodos:hover {
  filter: drop-shadow(2px 2px 4px #fff);
  transition: 300ms;
  cursor: pointer;
}

.back-unidades > div {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  text-align: center;
  position: relative;
  margin-top: 0px;
  top: 12px;
  border-radius: 16px;
  left: 38%;
  padding: 8px 4px;
}

.unidades > div > div > div > div > img {
  height: 30vh;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  filter: drop-shadow(2px 2px 4px #545454);
}

.back-unidades > div:hover {
  transform: rotate(3deg);
  transition: 400ms;
}

.image-seta img {
  position: relative;
  width: 90px !important;
  height: 20vh !important;
  object-fit: contain !important;
  margin-top: -100px;
  top: -20px;
  left: 8%;
  padding: 8px 4px;
  transform: rotateX(180deg) rotate(77deg);
  filter: none !important;
}

.btn-unidades > div > p {
  color: #00aca0;
  font-size: 0.8rem;
  font-weight: 500;
  padding-top: 4px;
  line-height: 16px;
  margin-bottom: 0px;
}

.btn-unidades > div > a {
  color: #fff;
  width: fit-content;
  font-family: "Exo 2";
  text-decoration: none;
}

.btn-unidades > div > a:hover {
  color: #ffc612;
  font-weight: 500;
}

.butonsHeader > div {
  border-left: 2px solid #ffc612;
  padding-left: 12px;
  margin-left: 14px;
}

.butonsHeader > div > div {
  margin: 4px 0px;
}

.titulo-marcas p {
  font-weight: 500;
  color: #545454;
  margin-bottom: 20px;
}

.titulo-marcas h2 {
  text-align: center;
  font-family: "Exo 2";
  color: #001f3b;
  margin-bottom: 0px;
  font-weight: 900;
  text-transform: uppercase;
}

.bloco-marcas > div > div > img {
  width: 150px;
}

.bloco-marcas > div > div > a > img {
  width: 160px;
}

.bloco-marcas > div > div > a > img:hover {
  animation: zoom 3s;
}

.bloco-marcas {
  justify-content:center
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

footer {
  background-color: #001f3b;
}

.footer-icon img {
  width: 160px;
  padding: 0px 4px;
  border-radius: 6px;
}

.credit {
  background-color: #011a30;
}

.credit p {
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}

.footer-icon p {
  color: #fff;
  font-family: "Montserrat";
  font-size: 0.8rem;
}

.blocos-footer h5 {
  color: #ffc91e;
  font-family: "Exo 2";
  letter-spacing: 0.4px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.blocos-footer > div > a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
  font-size: 0.96rem;
}

.blocos-footer > div > a:hover {
  color: #ffc91e;
}

.blocos-footer > div > a > i {
  font-size: 1.2rem;
}

.blocos-footer > div > p {
  color: #fff;
}

iframe {
  width: 100%;
}

.redes-sociais > div > a > i {
  font-size: 1.6rem;
}

.redes-sociais {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 6px;
}

.icon-facebook > a > i {
  color: #00ad9c;
}

.icon-instagram > a > i {
  color: #ffc612;
}

.icon-youtube > a > i {
  color: #ef4e45;
}

.icon-facebook > a > i:hover {
  color: #00ad9cab;
}

.icon-instagram > a > i:hover {
  color: #ffc8128c;
}

.icon-youtube > a > i:hover {
  color: #ef4e45a9;
}

.navbar-brand img {
  width: 140px;
}

.navbar {
  background-color: #001f3b;
}

.container div .navbar-nav .nav-item a {
  color: #fff;
  font-size: 0.9rem;
}

.container div .navbar-nav .nav-item a:hover {
  color: aqua !important;
}

.container div .navbar-nav .nav-item a span {
  color: aqua;
}

.top-header > div > div > div > div > p {
  font-weight: 600;
}

.top-header > div > div > div > div > h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.top-header.sede {
  background: url(../images/capa-jardins.png);
  background-position-y: 20%;
  background-size: cover;
}

.top-header.go {
  background: url(../images/capa-jardinsgo.jpg);
  background-size: cover;
  background-position: bottom;
}

.top-header.goba {
  background: url(../images/capa-jardinsgoba.png);
  background-size: cover;
  background-position: bottom;
}

.top-header.sul {
  background: url(../images/capa-jardinssul.jpg);
  background-size: cover;
}

.top-header.all {
  /* background: url(../images/capa-jardinsall.jpg); */
  background-size: cover;
  background-image: linear-gradient(45deg, #4b5fff, #4b5fff, transparent);
}

.colegio > div > div > img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  /* border-radius: 30px 30px 0px 30px; */
}

.estrutura > div > div > img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  /* border-radius: 0px 30px 30px 30px; */
}

.about > div > div > div > div > h2 {
  text-transform: uppercase;
  font-weight: 800;
  color: #001f3b;
  margin-bottom: 0px;
}

.cont-text {
  padding: 18px;
}

.cont-text p {
  font-size: 0.9rem;
  font-weight: 500;
  color: #545454;
}

.line {
  background-color: #ffc612;
  width: 80px;
  height: 2px;
  border-radius: 18px;
}

.team > div > div > div > h2 {
  color: #001f3b;
  font-weight: 800;
  text-transform: uppercase;
}

.modals > div > div > div > h2 {
  color: #001f3b;
  font-weight: 800;
  text-transform: uppercase;
}

.diferenciais > div > div > div > h2 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.parceiros > div > div > div > h2 {
  color: #001f3b;
  font-weight: 800;
  text-transform: uppercase;
}

.tech > div > div > div > h2 {
  color: #001f3b;
  font-weight: 800;
  text-transform: uppercase;
}

.team > div > div > div > p {
  color: #28323b;
  font-size: 0.9rem;
  font-weight: 500;
}

.modals > div > div > div > p {
  color: #28323b;
  font-size: 0.9rem;
  font-weight: 500;
}

.diferenciais > div > div > div > p {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

.parceiros > div > div > div > p {
  color: #28323b;
  font-size: 0.9rem;
  font-weight: 500;
}

.tech > div > div > div > p {
  color: #28323b;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  .lightbox-carousel > div > div > div {
    display: block !important;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
  .p-max {
    padding-bottom: 112px;
  }
  .header {
    background-image: url(../images/capa.png);
  }
  .btn-unidades > div > a {
    font-size: 1.3em;
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

/* .card-img img{
    width: 326px;
    height: 290px;
    object-fit: cover;
    padding: 4px;
    min-width: 100%;
} */
.card-img img {
  width: 210px;
  height: 216px;
  object-fit: contain;
  padding: 4px;
}

.card-img {
  text-align: center;
}

.card {
  background: none !important;
  border: none !important;
}

.card-text {
  text-align: center;
}

.card-text h5 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 1.1rem;
  color: #001f3b;
}

.card-text p {
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #545454;
  padding: 1px 8px;
}

.carousel-item {
  justify-content: center;
}

.modals {
  background-color: #54545412;
}

.icon-modals {
  text-align: right;
}

.icon-modals img {
  width: 100%;
  max-width: 32px;
}

.bloco-modals {
  justify-content: space-around;
  align-content: space-around;
}

.bloco-diferenciais > div > img {
  max-width: 100%;
}

.bd-1 > div > img {
  width: 156px;
  height: 18vh;
  object-fit: contain;
}

.bd-2 > div > img,
.bd-3 > div > img {
  width: 92px;
  filter: hue-rotate(186deg);
}

.bloco-diferenciais > div:nth-child(1) {
  text-align: center;
}

.bloco-diferenciais {
  padding: 10px 16px;
  border-radius: 4px;
  min-height: 64vh;
  background-color: #fff;
}

.parceiros > div > div > div > div > img {
  width: 136px;
  height: 88px;
  object-fit: contain;
}

.diferenciais {
  background-color: #001f3b;
}

.top-header-text {
  color: #ffc612;
  font-size: 0.8rem;
  font-weight: 500 !important;
  padding-top: 4px;
  line-height: 16px;
}

.button-header-cta a {
  background-color: #001f3b;
  color: #ffe !important;
  font-family: "Exo 2";
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
}

.button-header-cta a:hover {
  color: #00ad9c !important;
}

.col-button-header-cta {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.gallery-section {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
}

main {
  max-width: 100%;
  width: 1300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  grid-auto-rows: 170px;
  /* justify-content: center; */
  align-content: center;
  grid-auto-flow: dense;
  gap: 10px;
}

/* remove overflow to give the impression of a zoom when scaling the image up */
main a {
  overflow: hidden;
}

/* update the size of a few selected cells */
main a:nth-of-type(2) {
  grid-column: span 2;
}

main a:nth-of-type(5) {
  grid-column: span 2;
  grid-row: span 1;
}

main a:nth-of-type(7) {
  grid-row: span 2;
}

main a:nth-of-type(12) {
  grid-column: span 2;
}

/* the default overflow is substituted by the scale/brightness of the nested images */
main a:focus {
  outline: none;
}

main img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(0.9);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: scale(1);
}

main a:focus img,
main a:hover img {
  transform: scale(1.1);
  filter: brightness(1);
}

/* stretch the overlay to cover the available viewport */
.btn-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* center te image horizontally & vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  background: hsla(0, 0%, 39%, 0.6);
  backdrop-filter: blur(5px);
  /* transition the opacity and visibility when the class of .overlay is added on the div container */
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

/* slight delay as the class is added and the overlay is meant to be shown */
.btn-gallery.overlay {
  transition-delay: 0.2s;
  opacity: 1;
  visibility: visible;
}

/* size the image according to both the width and height of the viewport */
.btn-gallery img {
  height: 90vh;
  width: 85vw;
  max-width: 700px;
  object-fit: contain;
}

/* absolute position the button in the top right corner of the overlay */
.btn-gallery button {
  color: inherit;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background: none;
  border: none;
  padding: 0.25rem;
  outline-color: currentColor;
  /* transition the opacity on hover/focus */
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.btn-gallery button:hover,
.btn-gallery:focus {
  opacity: 1;
}

.btn-gallery button svg {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.navbar-light .navbar-toggler-icon {
  filter: invert(1) brightness(10.5);
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.botao-conhecer a {
  background-color: #ffc91e;
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Exo 2";
}

.botao-conhecer a:hover {
  color: #001f3b;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}

.col-tour > div > div > div > button {
  color: #001f3b;
  font-size: 1rem;
  font-weight: 500;
  background: none;
  border: none;
}

.col-tour > div > div > div > button:hover {
  color: #545454;
}

.col-tour {
  padding-left: 14px;
}

#modalAdicionarLead > div > div {
  background-color: #fff;
}

/* Glassmorphism card effect */
#adicionarLead {
  border-radius: 4px;
}

.modal-header,
.modal-footer {
  border: none !important;
}

.div-form > form {
  padding: 16px;
}

.div-form > form > div > label {
  color: #00101e;
  font-family: "Exo 2";
  font-weight: 600;
  padding: 6px 6px 2px 6px;
  letter-spacing: 0.7px;
  background-color: #fff;
  position: relative;
  bottom: -12px;
  left: 10px;
}

.div-form > form > div > h6 {
  color: #011a30;
}

.div-form > form > div > input,
.div-form > form > div > select {
  width: 100%;
  border: 2px solid #c6c6c68a;
  padding: 5px 10px;
  border-radius: 8px;
}

.div-form > form > div > input:focus-visible {
  border: 2px solid #014886;
  outline: none !important;
}

.form-select:focus {
  box-shadow: none !important;
  border: 2px solid #014886 !important;
}

.div-form > form > div > .form-check-input {
  width: 1em;
  padding: 0px;
}

.form-check-label {
  font-size: 0.9rem;
  padding-top: 0px !important;
  position: initial !important;
}

.form-check-label > a {
  text-decoration: none;
  color: #0a9889;
}

.form-check-label > a:hover {
  color: #054e46;
}

form > div > .btn-adicionarlead:hover {
  color: #ffc91e;
}
form > div > .btn-adicionarlead {
  background-color: #001f3b;
  color: #fff;
  width: 260px;
  font-family: "Exo 2";
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

.adicionarlead-title {
  display: flex;
  justify-content: space-between;
}

.btn-help {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #011a30;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
  filter: drop-shadow(0px 0px 4px #545454);
}

.btn-help img {
  padding: 14px;
}

.bloco-modals > div > div > div > div > p {
  font-size: 0.9rem;
}

.bloco-diferenciais > div > p {
  font-size: 0.9rem;
}

.bta > .but-access {
  color: #fff;
  background-color: #00ae9c;
  font-family: "Exo 2";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.bta > .but-access:hover {
  color: #001f3b;
  font-weight: 600;
}

.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}

.portfolio-item {
  width: 100%;
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 10px;
}

.lightbox-carousel > div > div > div {
  background-color: transparent !important;
  --bs-aspect-ratio: 50%;
}

.link-gallery {
  filter: drop-shadow(1px 1px 2px #545454);
  border-radius: 4px;
}

.gallery-section > div > div > div > div > div > h4 {
  color: #001f3b;
  font-family: "Exo 2";
  font-weight: 800;
  text-transform: uppercase;
  /* text-align: center; */
}

.gallery-section > div > div > div > div > div > p {
  color: #001f3b;
  /* text-align: center; */
  font-family: "Exo 2";
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 18px;
}

.gallery-extra > div > main {
  max-width: 100%;
  width: 1300px;
  grid-template-columns: repeat(auto-fit, 270px);
  grid-auto-rows: 200px;
}

.gallery-extra > div {
  padding: 20px 12px;
}

.gallery-extra > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-gallery-extra > a {
  background-color: #001f3b;
  color: #fff;
  font-family: "Exo 2";
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin: 8px 0px;
}

.r-sociais {
  display: flex;
  justify-content: space-evenly;
}

.sec-header-produto > div > div > div > p > a {
  color: #ffc91e;
  text-decoration: none;
  font-weight: 500;
}

.sec-header-produto > div > div > div > p > a:hover {
  color: #001f3b;
}

.btn-gallery-extra > a:hover {
  color: #a0a0a0;
}

.sports > div > div > div {
  text-align: -webkit-center;
}

.sports > div > div > div > h2 {
  text-transform: uppercase;
  font-weight: 800;
  color: #001f3b;
  margin-bottom: 0px;
}

.card-sports.ballet {
  background: url("../images/ballet.jpg");
  background-position-y: 18%;
  background-size: cover;
}

.card-sports.judo {
  background: url("../images/judo.jpg");
  background-size: cover;
  background-position: center;
}

.card-sports.capoeira {
  background: url("../images/capoeira.jpg");
  background-size: cover;
  background-position: center;
}
.card-sports.futsal {
  background: url("../images/futsal.jpg");
  background-size: cover;
  background-position: center;
}
.card-sports.natacao {
  background: url("../images/natacao.jpg");
  background-size: cover;
  background-position: center;
}
.card-sports.ginastica {
  background: url("../images/ginastica.jpg");
  background-size: cover;
  background-position: center;
}
.card-sports.volei {
  background: url("../images/volei.jpg");
  background-size: cover;
  background-position: center;
}
.card-sports.handebol {
  background: url("../images/handebol.jpg");
  background-size: cover;
}

.card-sports {
  height: 28vh;
  width: 80%;
  filter: drop-shadow(1px 1px 3px #545454);
  border-radius: 4px;
}

.card-sports > div {
  text-align: end;
}

.card-sports.ballet > div > h3 {
  background-color: #f64b43;
  filter: drop-shadow(1px 1px 3px #f64b43);
}

.card-sports.judo > div > h3 {
  background-color: #01a898;
  filter: drop-shadow(1px 1px 3px #01a898);
}

.card-sports.capoeira > div > h3 {
  background-color: #ffc91e;
  filter: drop-shadow(1px 1px 3px #ffc91e);
}

.card-sports.futsal > div > h3 {
  background-color: #ffc91e;
  filter: drop-shadow(1px 1px 3px #ffc91e);
}
.card-sports.natacao > div > h3 {
  background-color: #4b5fff;
  filter: drop-shadow(1px 1px 3px #4b5fff);
}
.card-sports.ginastica > div > h3 {
  background-color: #f64b43;
  filter: drop-shadow(1px 1px 3px #f64b43);
}
.card-sports.volei > div > h3 {
  background-color: #f64b43;
  filter: drop-shadow(1px 1px 3px #f64b43);
}
.card-sports.handebol > div > h3 {
  background-color: #01a898;
  filter: drop-shadow(1px 1px 3px #01a898);
}

.card-sports-destaque > div {
  text-align: left;
}

.card-sports-destaque > div > h3 {
  color: #f64b43;
  font-family: "Exo 2";
  font-weight: 700;
}

.card-sports > div > h3 {
  text-transform: uppercase;
  font-family: "Exo 2";
  font-weight: 700;
  color: #fff;
  font-size: 1.7rem;
  backdrop-filter: brightness(26.5);
  padding: 2px 0px;
  position: relative;
  transform: rotate(357deg);
  width: 200px;
  top: -12px;
  right: 0px;
  border-radius: 4px;
  text-align: center;
}

.card-sports-destaque.ginastica > div > ul > li {
  font-size: 0.9em;
}

.destaks>p {
  color: #001f3b;
  font-family: 'Bebas Neue';
  font-size: 1.3em;
  letter-spacing: 1px;
}

.card-sports:hover > div > h3,
.card-sports:hover {
  transition: 200ms;
  transform: scale(1.01);
}

#carouselHeader > div > div > a > .texto1 {
  width: 300px;
  position: relative;
  top: -71px;
}

#modalDepoimento1 > div > div {
  background-color: #38383880;
  backdrop-filter: blur(11px);
  border: 1px solid #ffffff14;
  border-radius: 4px;
}

#modalDepoimento2 > div > div {
  background-color: #38383880;
  backdrop-filter: blur(11px);
  border: 1px solid #ffffff14;
  border-radius: 4px;
}

#modalDepoimento3 > div > div {
  background-color: #38383880;
  backdrop-filter: blur(11px);
  border: 1px solid #ffffff14;
  border-radius: 4px;
}

#modalDepoimento4 > div > div {
  background-color: #38383880;
  backdrop-filter: blur(11px);
  border: 1px solid #ffffff14;
  border-radius: 4px;
}

.text-depoimento h4 {
  font-weight: 700;
  color: #fff;
  font-family: "Exo 2";
  text-transform: uppercase;
}

.text-depoimento h6 {
  color: #3ce8e1;
  font-family: "Exo 2";
  font-weight: 600;
}

.text-depoimento p {
  color: #fff;
  font-size: 0.9rem;
}

.text-depoimento h5 {
  color: #f3c32d;
  font-family: "Exo 2";
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  font-style: italic;
}

.blocos-footer h4 {
  color: #fec81e;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0px;
}

.carousel-item-start.active {
  display: none !important;
}

.btn-whats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 18px;
  right: 18px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 1px 1px 2px #888; */
  z-index: 1000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-whats:hover {
  color: #fff;
  transform: scale(1.08);
}

.bloco-whats > div > div > div > a {
  color: #fff;
  text-decoration: none;
  font-family: "Exo 2";
  font-weight: 500;
  padding: 1px 0px;
  letter-spacing: 0.6px;
}

.bloco-whats {
  position: relative;
}

.bloco-whats > div {
  position: fixed;
  /* display: none; */
  width: 320px;
  flex-direction: column;
  background-color: #fff;
  align-items: flex-start;
  right: 72px;
  bottom: 90px;
  border-radius: 4px;
  filter: drop-shadow(1px 1px 2px #545454);
  z-index: 9;
}

.change-bloco > div > div > a > i {
  font-size: 0.7rem;
  color: #001f3b;
  position: relative;
  top: -2px;
}

.change-bloco > a:hover {
  color: #001f3b;
}

.bloco-whats > div > a:hover > i {
  left: 4px;
}

.bloco-links-whats {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.topo > h5 {
  background-color: #31817f;
  position: relative;
  width: 100%;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
  padding: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.topo p {
  position: relative;
  margin-top: -30px;
  font-size: 0.8rem;
  text-align: center;
  color: #f1f1f1;
  font-weight: 500;
}

.chats-whats-logo > .cwl {
  width: 40px;
  background-color: #f4f4f4;
  padding: 5px;
  border-radius: 40px;
  height: 39px;
}

.chats-whats-logo > .cwl > img {
  width: 28px;
  padding: 2px;
}

.chats-whats-logo {
  display: flex;
}

.chat-whats {
  padding: 12px;
}

.chats-whats-logo {
  display: flex;
  gap: 10px;
}

.chats-links-whats {
  display: flex;
  gap: 10px;
}

.chats-whats-logo > p {
  font-size: 0.89rem;
  line-height: 16px;
  color: #001f3b;
  background-color: #c3c3c32e;
  padding: 10px;
  border-radius: 0px 8px 8px 8px;
  margin-top: 20px;
}

.links-whats {
  background-color: #c3c3c32e;
  padding: 10px;
  border-radius: 0px 8px 8px 8px;
  margin-top: 20px;
}

.links-whats a {
  margin: 2px;
  padding: 4px 8px;
  color: #01c6ba;
  border: 1px solid #01c6ba;
}

.text-whats > h6 {
  font-size: 0.9rem;
  background-color: #31817f;
  color: #fff;
  padding: 6px 2px;
  text-align: center;
  margin-bottom: 0px;
}

.cont-text p>span {
  font-weight: 700;
}

.dropbtn {
  color: #fff;
  border: 2px solid #fff;
  width: 100%;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown {
  position: relative;
  /* display: inline-block; */
  width: 100%;
}

.dropbtn:hover {
  /* background-color: #fff; */
  /* color: #001f3b; */
  font-weight: 500;
  border-radius: 4px 4px 0px 0px;
  cursor: initial;
}

.dropdown-content {
  position: absolute;
  background-color: #0a3a67;
  min-width: 160px;
  z-index: 1;
  width: 100%;
  border-top: none;
  border-radius: 0px 0px 4px 4px;
  display: none;
  border: 2px solid #fff;
  border-top: none;
}

.dropdown-content a:hover {
  background-color: #dedede;
  color: #001f3b !important;
  font-weight: 500;
  border-radius: 0px;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  /* display: block; */
  color: #fff !important;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.top-header-text > .tht {
  color: #ffc612;
  font-size: 0.8rem;
  font-weight: 500 !important;
  padding-top: 4px;
  line-height: 16px;
  text-decoration: none;
}

.top-header-text > .tht.active {
  color: #001f3b;
  font-size: 0.8rem;
  font-weight: 500 !important;
  padding-top: 4px;
  line-height: 16px;
  text-decoration: none;
}

.top-header-text > .tht:hover {
  color: #001f3b;
}

.dp-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #001f3b;
  background-clip: padding-box;
  border-radius: 4px;
  padding: 6px 6px 6px 12px;
}

.dp-menu > li > a {
  text-decoration: none;
}

@media (max-width: 576px) {
  .dp-menu {
    position: relative !important;
    display: block;
  }
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.navbar-nav > .nav-item.active > .nav-link {
  color: aqua !important;
}

.rj-header > div > div > div > div > img {
  width: 200px;
}

.menu-sidebar {
  width: 100%;
  background: #dcdcdc;
  text-align: center;
}

.menu-sidebar > div:nth-child(1) {
  border-right: 2px solid #000;
  background-color: #ffc91e;
}

.menu-sidebar > div:nth-child(1):hover {
  background-color: #ffc91e;
}

.menu-sidebar > div > h2 > a {
  font-size: 1.2rem;
  color: #001f3b;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}

.menu-sidebar > div:hover {
  background-color: #a0a0a0cc;
}

.menu-1 > div > h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.5rem;
  text-align: center;
}

.menu-1 > div:nth-child(1) {
  background-color: #001f3b;
  border-right: 2px solid #000;
  color: #fff;
}

.menu-1 > div {
  background: #dcdcdc;
}

.card-img.mod2 > img {
  width: 100%;
}

.colun-bloco {
  position: relative;
}

.colun-bloco > div {
  filter: contrast(0.9);
}

.cont-categ-revista {
  width: 100%;
  /* left: 2%; */
  position: absolute;
  bottom: -4px;
  padding: 10px;
  color: #fff;
  background: linear-gradient(360deg, black, transparent);
  /* background-color: #001f3b; */
  /* filter: drop-shadow(2px 2px 4px black); */
}

#ccrArtigo {
  padding: 0px;
}

.ccr-titulo {
  font-size: 1.4em;
  line-height: 26px;
  font-weight: 600;
  /* filter: drop-shadow(2px 2px 4px black); */
}

.ccr-titulo p {
  margin-bottom: 4px;
}

.autor {
  font-size: 0.8em;
  color: #c3c3c3;
}

.coluna2 > div > a > .colun-bloco > div > img {
  height: 35vh;
  object-fit: cover;
}

.img-section-revista-jardins {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
  filter: drop-shadow(2px 2px 4px #c1c1c1);
}

.carousel-item > div > a {
  text-decoration: none;
}

.card-titulo-terceirao {
  color: #001f3b;
  text-decoration: none !important;
  font-size: 1.2em;
  font-weight: 700;
}

.card-terceirao-carousel {
  text-align: center;
  padding: 2px 10px;
  color: #545454;
  font-size: 0.9em;
}

.card-titulo-terceirao > p {
  padding: 0px;
  margin: 0px;
}

.coluna1 > div {
  padding: 0px;
}

.image-categOlhardoAluno > img {
  width: 100%;
}

.textOlhardoAluno {
  text-align: center;
}

#categOlharDoAluno > div > a {
  text-decoration: none;
}

.subtituloOlhardoAluno {
  color: #545454;
  font-size: 0.9em;
  font-weight: 500;
}

.tituloOlhardoAluno > p {
  padding: 0px;
  margin: 0px;
}

.tituloOlhardoAluno {
  font-size: 1.2em;
  font-weight: 700;
  color: #001f3b;
  padding-top: 6px;
}

#tituloArtigo {
  font-size: 2em;
  font-family: "Exo 2";
  font-weight: 700;
  color: #001f3b;
}

#subtituloArtigo {
  font-size: 1.1em;
  width: 80%;
  font-style: italic;
}

#autorArtigo {
  color: #001f3b;
  font-weight: 500;
  font-style: italic;
  float: right;
}

#conteudoArtigo > p > img {
  width: 100%;
  max-width: 700px;
}

.btnvoltar > a {
  background-color: #838383;
  margin-bottom: 20px;
  width: 180px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Bebas Neue";
  float: right;
  margin-bottom: 0px;
}

#dataArtigo {
  font-size: 0.9em;
}

#nomeCategoriaArtigo {
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Exo 2";
  color: #c1c1c1;
}

.card-subtitulo-terceirao > p {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.btnCateg > a {
  background-color: #00ad9c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Exo 2";
  font-size: 1em;
  width: 140px;
  float: right;
}

.btnCateg {
  padding: 16px 0px;
}

#nomeCategoriaCateg {
  font-family: "Exo 2";
  color: #001f3b;
  margin-bottom: 0px;
  font-weight: 900;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
}

.carouselTerceirao > div > div > a > div > div > img {
  height: 300px;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 4px #c1c1c1);
}

.coluna2 > div > a > div > div > div > div > p {
  max-width: 16ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.image-categOlhardoAluno > img {
  height: 50vh;
  object-fit: cover;
}

.coluna2 > div {
  padding: 0px 4px;
}

.pesquisar > input {
  width: 100%;
  padding: 8px 24px 8px 8px;
  border: 2px solid #001f3b;
  border-radius: 4px;
}

.pesquisar > i {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  position: relative;
}

.pesquisar > i::before {
  position: absolute;
  top: -8px;
  right: 22px;
  color: #001f3b;
}

.pesquisar > input:focus-visible {
  outline: none;
}

.pesquisar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pesquisar > label {
  font-size: 1.2em;
  font-weight: 900;
  color: #001f3b;
  font-family: "Exo 2";
  text-transform: uppercase;
}

.art-cont-categ-section {
  display: flex;
}

#searchResultContainer {
  display: -webkit-box;
}

.cont-categ-section > div > img {
  width: 100%;
  height: 38vh;
  object-fit: cover;
}

.box-titulo-categ-principal > h3 {
  font-weight: 700;
  color: #001f3b;
}

#searchResultContainer > div > a {
  text-decoration: none;
  color: #001f3b;
  font-weight: 500;
  text-align: center;
}

#searchResultContainer > div > a > img {
  width: 100%;
  height: 28vh;
  object-fit: cover;
}

.text-obs {
  font-size: 0.8em;
  font-weight: 600;
}

.comemoracao > img {
  width: 165px;
  height: 165px;
  position: absolute;
  top: -12px;
  left: -12px;
}

.comemoracao {
  position: fixed;
  top: 2%;
  left: 2%;
  background-color: #fff;
  border-radius: 200px;
  width: 145px;
  height: 145px;
  z-index: 30;
}

#modalComemoracao > div > div > div > button {
  background-color: #fff;
}

#modalComemoracao > div > div {
  background: transparent !important;
  border: none;
}

#modalComemoracao > div > div > div > button {
  background-color: #fff;
}

.modal-comemoracao {
  text-align: center;
  background-color: #fff;
  width: 340px;
  border-radius: 230px;
  margin: auto;
  height: 340px;
  margin-bottom: 16px;
}

.modal-comemoracao > img {
  width: 370px;
  position: relative;
  top: -22px;
  left: -18px;
}

#modalComemoracao {
  backdrop-filter: blur(4px) brightness(0.8);
}
.artigo-categ-nav {
  text-decoration: none;
}
.artigo-categ-nav > div > div > div {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 4px;
  background-color: #4848488c;
  width: 100%;
}
.titulocateg-section {
  position: relative;
}
#imagemArtigo {
  width: 100%;
}

.coluna2 > div > a > div > div > div > .ccr-titulo {
  max-width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#imagemArtigo > img {
  max-height: 460px;
  object-fit: contain;
}
.buttonStop {
  position: fixed;
  bottom: 88px;
  right: 18px;
  background-color: red;
  border-radius: 35px;
  width: 64px;
  height: 64px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  line-height: 19px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6em;
  font-family: "Bebas Neue";
  z-index: 2;
}
.buttonStop > span {
  font-size: 0.74em;
}
.buttonStop:hover {
  color: #fff;
  transform: scale(1.08);
}
.buttonBolsa {
  position: fixed;
  bottom: 152px;
  right: 0px;
  width: 100px;
  height: 70px;
  z-index: 2;
}
.buttonBolsa > img {
  width: 100%;
}
.buttonBolsa:hover {
  transform: scale(1.08);
}
.folhas > img {
  width: 130px;
  height: 130px;
  position: absolute;
}
#header {
  position: relative;
}
#folha2 > img {
  right: 0;
  bottom: 30%;
}
#folha3 > img {
  right: 28%;
  transform: rotate(175deg);
}
#folha4 > img {
  left: 30%;
  bottom: 20%;
  transform: rotate(214deg);
}
.cont-blog {
  background-color: #009388;
}
.cont-blog > div > div > div > div > img {
  width: 150px;
  filter: hue-rotate(146deg) brightness(2.5);
}

.cont-blog > div > div > div > div > a {
  background-color: #001f3b;
  margin-bottom: 20px;
  width: 256px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Bebas Neue";
}

.tags-seg > p {
  width: fit-content;
  margin: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  font-family: "Exo 2";
  font-size: 1.2em;
}

.top-header > div > div > div > div > p {
  font-weight: 600;
}

.tags-seg {
  display: flex;
  flex-wrap: wrap;
}

.tags-seg > p:nth-child(1) {
  background-color: #328482;
}

.tags-seg > p:nth-child(2) {
  background-color: #e94f3a;
}

.tags-seg > p:nth-child(3) {
  background-color: #5160fc;
}

.tags-seg > p:nth-child(4) {
  background-color: #fac51a;
}

.tags-seg > p:nth-child(5) {
  background-color: #328482;
}

.tags-seg > p:nth-child(6) {
  background-color: #e94f3a;
}

.tags-seg > p:nth-child(7) {
  background-color: #5160fc;
}

.tags-seg > p:nth-child(8) {
  background-color: #fac51a;
}

.tags-seg > p:nth-child(9) {
  background-color: #328482;
}

.tags-seg > p:nth-child(10) {
  background-color: #e94f3a;
}
#header > div.row.btn-unidades.justify-content-center.text-center > div {
  /* border-bottom: 1px solid #fff;
  border-right: 1px solid #fff; */
  padding: 6px 0px 8px 0px;
  position: relative;
}
