

html{
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

@keyframes confetti-slow {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  
  100% { transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg); }
}

@keyframes confetti-medium {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  
  100% { transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg); }
}

@keyframes confetti-fast {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  
  100% { transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg); }
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;

  &--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
  }
  
  &--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
  }
  
  &--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
  }
}

.email{
  background-color: rgba(244, 246, 247, 0.393);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-center-ajuda{
  align-items: center;
  padding-top: 5px;
}

.text-center-ajuda2{
  padding-top: 20px;
  padding-bottom: 5px;
}
.row{
  padding-top: 20px;
  padding-bottom: 50px;
}

.collapse{
  align-items: end;
}

.logo_whats{
  display: flex;
  justify-content: right;
  padding-top: 200px;
  
}

.btn {
  padding: 8px;
  border: none;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

.butao-whats{
  padding-top: 100px;
}

.container{
  display: flex;
}

#img{
  padding: 0px 122px;
  padding-bottom: 50px;
  padding-top: 20px;
}

.text-center2{
  background-color: rgba(244, 246, 247, 0.393);
  padding-top: 20px;
  padding-bottom: 10px;
}

.text-center3{
  padding-top: 20px;
  padding-bottom: 10px;
}

.text4{
  padding-top: 90px;
  padding-bottom: 0px;
  align-items: center;
}

.text5{
  padding-top: 60px;
}

.botao-pdf{
  padding-top: 10px;
  padding-bottom: 80px;

}


/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}
.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00c09d;
  position: absolute;
}
.checkmark-circle .checkmark {
  border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: "";
  left: 25px;
  top: 75px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}


/*Responsividade*/

@media screen and (max-width: 800px) {

  .container {
      flex-direction: column;
      align-items: center;
  }

  img {
      flex-direction: column;
      align-items: center;
      width: 100%;
  }

  .text-center2{
      flex-direction: column;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 10px;
  }
  
  .text-center3{
      flex-direction: column;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 10px;
  }

  .botao-pdf {
      align-items: normal;
      flex-direction: column;
      padding-top: 20px;
      padding-bottom: 10px;
  }


}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
}


.container {
  position: relative;
  width: 1150px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.container #marcarHorario{
position: center;
align-items: center;
}

.container .card2 {
  position: relative;
  width: 240px;
  height: 280px;
  background: #fff;
  margin: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
  transition: 0.5s;
}

.container:hover .card2 {
  
  transform: scale(0.9);
  opacity: 0.5;
}

.container .card2:hover {
  
  transform: scale(1.1);
  opacity: 1;
}

.container .card2 .circle {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  clip-path: circle(180px at center 0);
  text-align: center;
}

.container .card2 .circle h2 {
  color: #ffffff;
  font-size: 4.5em;
  padding: 30px 0;
}

.container .card2 .content {
  position: absolute;
  bottom: 10px;
  padding: 80px;
  page-break-after: 200px;
  text-align: center;
}

.container .card2 .content p {
  color: #666;
}

.container .card2 .content a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #000;
  color: #ffffff;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 20px;
}

.container .card2:nth-child(1) .circle,
.container .card2:nth-child(1) .content a {
  background: rgb(255, 230, 0);
}

.container .card2:nth-child(2) .circle,
.container .card:nth-child(2) .content a {
  background: rgb(255, 230, 0);
}

.container .card2:nth-child(3) .circle,
.container .card2:nth-child(3) .content a {
  background: rgb(255, 230, 0);
}


.home-section{
  position: relative;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 20px;
}

.home-section .text{
  display: inline-block;
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  margin: 18px
}
