@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700&display=swap");
body {
  font-family: "Red Hat Display", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

main .container {
  padding: 5px 15px 0;
}

main .container2 {
  padding: 100px 15px 0;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  font-size: 15px;
  color: #125572;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #24d4cc;
}
.navbar-light .navbar-nav .agendar {
  background: #24d4cc;
  border-radius: 44px;
  color: #fff;
  padding: 8px 20px;
  margin-left: 10px;
  transition: all 0.2s ease;
}
.navbar-light .navbar-nav .agendar:hover {
  background: #125572;
  color: #fff;
}
.navbar-light .navbar-nav .instagram i {
  font-size: 25px;
}

.navbar-toggler,
.navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 768px) {
  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(60, 183, 199, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

@media (max-width: 1200px) {
  .navbar .navbar-nav {
    border-radius: 10px;
    padding: 10px !important;
    background: #3cb7c7;
  }
  .navbar .navbar-nav .nav-link {
    text-align: center;
    padding: 8px !important;
    color: white !important;
  }
  .navbar .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 25px;
  }

  .navbar-collapse {
    position: absolute;
    top: 80px;
    right: 10px;
    min-width: 150px;
  }

  .bg-light .navbar-collapse {
    top: 56px;
  }
}
.back {
  background: #266b94;
  color: #fff;
}

.overlay {
  background: url(../img/overlay.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.destaque {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .destaque h1 {
    font-size: 42px;
    line-height: 50px;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .destaque {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .destaque h1 {
    text-align: center;
  }
  .destaque img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #sobre {
    text-align: center;
  }
}
#sobre .grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #sobre .grid {
    grid-template-columns: 1fr;
  }
}
#sobre .grid h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #266b94;
}
#sobre .grid img {
  max-width: 100%;
}

#tipos {
  text-align: center;
  color: #fff;
}
#tipos .itens .item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 20px;
  text-align: center;
  height: 100%;
}
#tipos .itens .item svg {
  margin-top: 20px;
}
#tipos .itens .item h4 {
  margin: 10px;
}
#tipos .itens .item p {
  font-size: 14px;
}

#entenda h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #266b94;
}
@media screen and (max-width: 768px) {
  #entenda {
    text-align: justify;
  }
}

#depoimentos {
  text-align: center;
}

#perguntas h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #266b94;
}

#como h1 {
  text-align: center;
}
#como .itens {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  #como .itens {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  #como .itens {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #como .itens {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  #como .itens {
    grid-template-columns: repeat(1, 1fr);
  }
}
#como .itens .item {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#como .itens .item .ordem {
  position: absolute;
  top: -20px;
  background: #fff;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#como .itens .item .ordem h2 {
  color: #24d4cc;
  font-weight: 700;
  font-size: 26px;
  margin: 0;
}
#como .itens .item h3 {
  color: #24d4cc;
  font-weight: 700;
  font-size: 20px;
}
#como .itens .item p {
  font-weight: 400;
  font-size: 15px;
  color: #125572;
  margin: 0;
}

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer .container .links {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.footer .container .links a {
  color: #24d4cc;
  padding: 5px;
}
.footer .container .links a i {
  font-size: 32px;
}
.footer .container .links a:hover {
  color: #1da8a2;
}
.footer .container p {
  color: #125572;
  font-weight: bold;
}

.swiper {
  width: 100%;
  height: 100%;
  padding: 30px;
}
.swiper .depoimento {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 20px;
}
.swiper .depoimento p {
  font-size: 16px;
  margin: 0;
}
.swiper .depoimento h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-top: 15px;
}
.swiper .depoimento h5 {
  font-size: 16px;
  font-weight: 700;
  color: #24d4cc;
  margin: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -10px !important;
}

.accordion-item {
  border: 0 !important;
}
.accordion-item .accordion-button {
  box-shadow: none;
}

.accordion-button {
  font-weight: 700;
  padding: 8px 0;
}
.accordion-button i {
  margin-right: 10px;
  color: #24d4cc;
  transition: transform 0.3s ease;
}
.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  border: none;
  color: #125572;
}
.accordion-button:not(.collapsed) i {
  margin-right: 10px;
  color: #24d4cc;
  transform: rotate(90deg);
}

.accordion-collapse {
  background: rgba(18, 85, 114, 0.1);
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.botaoWA {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  z-index: 1100;
}
.botaoWA a {
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px;
  transition: all 0.5s ease 0s;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: #4dc247 !important;
  transition: all 0.3s ease;
}
.botaoWA a:hover {
  transform: scale(1.1);
}
.botaoWA a svg {
  height: 80%;
  fill: white;
  stroke: none;
}

.fade {
  opacity: 0;
  animation: fade 5s linear;
}

@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
