@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&family=Roboto:wght@300;400;700&display=swap");
html {
  margin: 0% !important;
  height: 100% !important;
}
/* Fonte */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;700;600&display=swap");
body p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
}
body a {
  font-family: "Roboto";
  font-weight: 300;
}
body h1,
h2,
h3,
h4 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
}
body {
  padding-top: 40px;
}

/* Navbar*/
@media (min-width: 600px) {
  #nav-container {
    position: fixed;
    z-index: 9900;
    top: 0;
    width: 100% !important;
    height: 120px;
    margin: 0 !important;
  }

  nav {
    margin-top: 40px;
    height: 90px;
    line-height: 105px;
    background-color: #fff;
    box-shadow: 0px 10px 5px -12px rgba(0, 0, 0, 0.75);
  }

  nav ul a {
    color: #000000;
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-left: 15px;
  }

  .nav-wrapper img {
    width: 310px;
    height: 85px;
  }

  .navbar-nav {
    height: 90px;
    margin-bottom: 30px !important;
    margin-right: 50px;
  }

  .btn:hover {
    opacity: 1;
    background-color: #010d26;
  }
  .navbar-brand {
    margin-left: 50px;
  }
}
/* Banner */

#inner {
  width: 100vw;
  height: 900px;
  margin-top: 30px;
}

#banner {
  margin-top: 0 !important;
  background-image: url("../images/menina_nadando.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center; 
  height: 100vh;
  width: 100vw;
}

#banner2 {
  margin-top: 0 !important;
  background-image: url("../images/capa-site.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center; 
  height: 100vh;
}

#banner3 {
  margin-top: 0 !important;
  background-image: url("../images/capa-site.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center; 
  height: 100vh;
}

#banner4 {
  margin-top: 0 !important;
  background-image: url("../images/BANNER\ SITE.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center; 
  height: 100vh;
}

#banner5 {
  margin-top: 0 !important;
  background-image: url("../images/BANNER\ SITE.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center; 
  height: 100vh;
}

#banner p,
h2 {
  font-weight: bold;
}

#banner p {
  font-size: 16px;
}

/*fim banner*/

/*Imagem de fundo*/
#fundoForm {
  /* margin-top: 10px; */
  background-image: url("../images/img fundoazul.jpg");
  background-image: url("../images/img FundoForm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 1000px;
  margin: 0;
  width: 100vw;
}

#fundoAzul1 {
  /* margin-top: 35px; */
  background-image: url("../images/img fundoazul.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 200px;
  margin: 0;
  width: 100vw;
}

#pfundo {
  margin-top: 70px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
}

#fundoAzul {
  /* margin-top: 35px; */
  background-image: url("../images/img fundoazul.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  margin: 0%;
  height: 800.9px;
}

/*fim imagem de fundo*/

/* Card de imagens */
.grid-1 {
  margin-top: 150px;
  margin-bottom: 0 auto;
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 30px;
  border-color: #000000;
}

.grid-1 div {
  width: 280px;
  height: 260px;
  border-radius: 12px;
}
/*slide*/
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}
* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel1 {
  position: relative;
  padding-top: 85%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
  height: 320px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 1 0 280px;
  height: 280px;
  border-radius: 10px 10px 0 0;
  width: 100vw;
  background-color: #f99;
  counter-increment: item;
}

.carousel__slide:nth-child(even) {
  background-color: #99f;
}
#carousel__slide1-p1 {
  background-image: url(../images/imagem7.jpeg);
  background-size: cover;
}
#carousel__slide2-p1 {
  background-image: url(../images/imagem6.jpeg);
  background-size: cover;
}
#carousel__slide3-p1 {
  background-image: url(../images/imagem1.jpeg);
  background-size: cover;
}
#carousel__slide4-p1 {
  background-image: url(../images/imagem2.jpeg);
  background-size: cover;
}
#carousel__slide1-p2 {
  background-image: url(../images/imagem1p2.jpeg);
  background-size: cover;
}
#carousel__slide2-p2 {
  background-image: url(../images/imagem2p2.jpeg);
  background-size: cover;
}
#carousel__slide3-p2 {
  background-image: url(../images/imagem3p2.jpeg);
  background-size: cover;
}
#carousel__slide4-p2 {
  background-image: url(../images/imagem4p2.jpeg);
  background-size: cover;
}
#carousel__slide1-p3 {
  background-image: url(../images/imagem1-p3.jpeg);
  background-size: cover;
}
#carousel__slide2-p3 {
  background-image: url(../images/imagem2-p3.jpeg);
  background-size: cover;
}
#carousel__slide3-p3 {
  background-image: url(../images/imagem3-p3.jpeg);
  background-size: cover;
}
#carousel__slide4-p3 {
  background-image: url(../images/imagem4-p3.jpeg);
  background-size: cover;
}
#carousel__slide1-p4 {
  background-image: url(../images/imagem1-p4.jpeg);
  background-size: cover;
}
#carousel__slide2-p4 {
  background-image: url(../images/imagem2-p4.jpeg);
  background-size: cover;
}
#carousel__slide3-p4 {
  background-image: url(../images/imagem3-p4.jpeg);
  background-size: cover;
}
#carousel__slide4-p4 {
  background-image: url(../images/imagem4-p4.jpeg);
  background-size: cover;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: -10px;
  margin: 0 auto;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  margin-right: 10px;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel1::before,
.carousel1::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 39.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}
.slide-btn {
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #0697cc;
  margin-top: 40px;
  padding-top: 5px;
  width: 280px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  height: 40px;
}
.slide-btn:hover {
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  color: #0697cc;
  background: #fff;
}
.slide-btn2 {
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #0697cc;
  margin-top: 20px;
  padding-top: 5px;
  width: 280px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  height: 40px;
}
.slide-btn2:hover {
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  color: #0697cc;
  background: #fff;
}
@media (max-width: 600px) {
  .slide-btn {
    width: 260px;
    margin-bottom: 20px;
  }
  .slide-btn2 {
    width: 260px;
    margin-bottom: 20px !important;
  }
}
.col-bg {
  background-color: #e1ebf4;
  padding-bottom: 640px;
}
.col-bg h3 {
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
}
.col-bg h4 {
  margin: 10px;
  font-size: 16px;
}
.col-bg span {
  margin: 10px 10px 5px 10px;
  font-size: 18px;
}

.col-bg p {
  margin: 0 10px;
}
.material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
}
.titulo-card {
  margin-top: 25px;
  text-align: center;
}

.linha {
  border-bottom: solid 4px;
  border-color: #0697cc;
  border-radius: 3px;
  font-size: 16px !important;
}
.linha2 {
  border-bottom: solid 4px;
  border-color: #0697cc;
  border-radius: 3px;
  font-size: 16px !important;
}
.card-body {
  position: relative;
  margin-top: 200px;
  box-sizing: border-box;
  width: 490px;
  height: 600px;
  justify-content: center;
  justify-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

#button-form {
  margin-top: 120px;
  width: 360px;
  text-align: center;
  height: 45.23px;
  background: linear-gradient(
      0deg,
      rgba(18, 60, 115, 0.06),
      rgba(18, 60, 115, 0.06)
    ),
    #22d829;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 1px;
  color: #ffffff;
  font-weight: bold;
}

#button-form:hover {
  opacity: 0.6;
  color: #000000;
}

.registration-form h3 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  color: #020202;
}

/* .registration-form b {
    height: 64.33px;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #434346;
} */

card {
  box-sizing: border-box;
  position: absolute;
  width: 492px;
  height: 835px;
  justify-content: center;
  justify-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.card img {
  position: absolute;
  width: 68px;
  height: 68px;
}

.registration-form {
  padding: 50px 0;
  width: 100%;
}

.registration-form form {
  position: center;
  background-color: white;
  width: 492px;
  height: 835px;
  margin: auto;
  padding: 50px 70px;
  margin-top: 200px;
  box-sizing: border-box;
  border: 10px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  /* box-shadow: 0 0 20px 8px #d0d0d0; */
}

.registration-form .form-icon {
  text-align: center;
  background-color: #123c73;
  border-radius: 50%;
  font-size: 40px;
  color: white;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 50px;
  line-height: 100px;
}

.registration-form .item {
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 10px 20px;
}

#registration-form h3 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
}

#registration-form h1 {
  position: absolute;
  width: 187px;
  height: 38.8px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}

.registration-form .create-account {
  width: 370px;
  height: 45.23px;
  background: linear-gradient(
      0deg,
      rgba(18, 60, 115, 0.06),
      rgba(18, 60, 115, 0.06)
    ),
    #123c73;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 1px;
}

.registration-form .social-media {
  width: 492px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: auto;
  padding: 35px 0;
  text-align: center;
  color: #9fadca;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.registration-form .social-icons {
  margin-top: 30px;
  margin-bottom: 16px;
}

.registration-form .social-icons a {
  font-size: 23px;
  margin: 0 3px;
  color: #5691ff;
  border: 1px solid;
  border-radius: 50%;
  width: 45px;
  display: inline-block;
  height: 45px;
  text-align: center;
  background-color: white;
  line-height: 45px;
}

.registration-form .social-icons a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 576px) {
  .registration-form form {
    padding: 50px 20px;
  }

  .registration-form .form-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
  }
}

.registration-form map {
  width: 50px;
  height: 280px;
  background-color: grey;
}

.card-form form {
  background-image: url("../images/img banner.jpg");
  justify-content: center;
  justify-items: center;
  position: center;
  width: 350px;
  height: 418.58px;
  background: #ffffff;
  margin: auto;
  margin-top: 200px;
  padding: 50px 70px;
  box-sizing: border-box;
  border: 10px solid #ffffff;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  /* box-shadow: 0 0 20px 8px #d0d0d0; */
}

/* .card-form h3{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: black;
} */
.card-form img {
  position: absolute;
  /* width: 68px;
    height: 68px; */
  width: 60px;
  height: 60px;
}

.card-form h1 {
  position: center;
  font-size: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;

  font-size: 36px;
  line-height: 44px;
}

.card-form p {
  margin-top: 13%;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 45px;
  text-align: center;
  color: black;
}

/*Fim card de contato/Localidade*/

/*Footer*/
.row {
}
.footer-dark {
  width: 100vw !important;
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #010d26;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark {
    max-width: 767px !important;
  }

  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 55px;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

/* Slides */

.slideshow-container img {
  vertical-align: middle;
  width: 100vw;
  height: 450px;
  object-fit: cover;
}

.slideshow-container {
  margin: 0px 0px 0px 0px;
}

.dotcentro {
  text-align: center;
  transform: translate(755px, 0px);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(13, 11, 11);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  transform: translate(-50%, -155%);
}

.active,
.dot:hover {
  background-color: white;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}

#AzulPes {
  width: 100vw !important;
  margin: 0 !important;
}
#row-home {
  margin-top: 180px;
  margin-bottom: 60px;
  margin-right: 0%;
}

#row-home div {
  margin: 30px;
  justify-content: center;
  justify-items: center;
  color: #000;
  height: auto;
  width: 25%;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}

.container-cards {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100% !important;
  margin-top: 10px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

#card-container-nome {
  flex: 5;
  background-color: transparent !important;
  width: 100%;
  padding: 0;
  margin-left: 20 !important;
}

#card-container-nome h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 20 !important;
}

#card-container-imagem {
  flex: 1;
  width: 100%;
}

#card-container-imagem img {
  width: 140px;
  height: 140px;
}

.container-card-test {
  max-width: 500px !important;
  min-height: 500px !important;
}

.container-card-test p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 25px;
  padding: 10px;
}

.card-aspas {
  position: absolute;
  left: 1px;
  top: -135px;
  width: 180px;
  transform: rotate(180deg);
}

/* Nossa Proposta */
.proposta {
  justify-content: center;
  margin-top: -220px !important;
  height: 14s00px;
}

#prop1 {
  background-color: #123c73;
  padding: 220px;
  width: 100vw;
  margin: 0;
}

#prop2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/casa.png);
  padding: 220px;
  width: 100vw;
  margin: 0;
}

#card-prop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -720px;
  width: 100vw;
}

#card-prop div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px;
  justify-content: center;
  justify-items: center;
  color: #010d26;
  max-height: 180px;
  max-width: 400px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}
@media (min-width: 600px) {
  #carouselmobile {
    display: none;
  }
  #nav-mobile {
    display: none;
  }
}

@media (max-width: 600px) {
  #nav-container {
    display: none !important;
  }

  #nav-mobile {
    margin-top: 0;
    height: 100px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 10px 5px -12px rgba(0, 0, 0, 0.75);
  }

  #nav-mobile a {
    margin-bottom: 0;
  }

  .offcanvas {
    height: 100vh;
    width: 70% !important;
  }

  .logo-nav {
    width: 170px;
    height: auto;
  }

  .offcanvas-header {
    margin: 10px;
  }

  .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-link {
    height: 100px !important;
    text-align: center !important;
    margin-top: 50px;
  }

  .offcanvas-body li {
    font-weight: bold;
    font-size: 24px;
    margin-left: 0 !important;
    width: 240px;
    height: 80px;
    margin: 10px;
    text-align: center;
    background-color: #123c73;
    border-radius: 12px 0 12px 0;
  }

  .custom-toggler {
    border-color: #123c73 !important;
    background-color: #123c73 !important;
  }

  #duvida {
    display: none;
  }

  #carouselmobile {
    color: #fff;
    font-weight: 600 !important;
    text-align: center;
    position: absolute;
    background-color: none;
    left: calc(50% - (412px / 2));
    padding: 0 !important;
    margin: 30px;
  }

  #active {
    background: rgba(0, 0, 0, 0);
  }

  #itemcarousel {
    padding: 0;
    background: rgba(0, 0, 0, 0);
  }
  .grid-1 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 240px;
  }

  .grid-1 div {
    width: 260px;
    height: 170px;
  }

  .container-cards1 {
    display: flex;
    align-items: center !important;
    justify-content: center;
    flex-direction: column;
    width: 100% !important;
    margin-top: 10px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }

  #card-container-nome1 {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    text-align: center !important;
  }

  #card-container-nome1 h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 50px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }

  #card-container-imagem1 {
    flex: 1;
    width: 100%;
  }

  #card-container-imagem1 img {
    width: 80px;
    height: 80px;
  }

  #card-prop1 {
    display: none;
  }
  #prop1 {
    background-color: #123c73;
    padding: 120px;
    width: 100vw;
    margin: 0 !important;
  }

  #prop2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/casa.png);
    padding: 120px;
    width: 100vw;
    margin: 0 !important;
  }

  .container-card-test1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px;
    justify-content: center;
    justify-items: center;
    color: #010d26;
    height: 330px !important;
    max-width: 250px !important;
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
  }

  .container-cards1 {
    width: 100px;
    max-height: 240px !important;
  }

  .container-card-test {
    display: none !important;
  }

  .carousel-inner {
    margin-top: 0 auto !important;
  }
  #inner1 {
    width: 350px;
    margin-top: 0 auto !important;
  }
  #inner {
    margin-top: 60px !important;
    height: auto;
  }
  #banner {
    margin-top: 75px;
    background-image: url("../images/menina_nadando.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 23vh;
    width: 100vw;
    margin-right: 0;
  }

  #banner2 {
    margin-top: 75px;
    background-image: url("../images/capa-site.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 23vh;
    width: 100vw;
  }

  #banner3 {
    margin-top: 75px;
    background-image: url("../images/casa.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 23vh;
    width: 100vw;
  }

  #banner4 {
    margin-top: 75px;
    background-image: url("../images/BANNER\ SITE.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 23vh;
    width: 100vw;
  }
  #banner5 {
    margin-top: 75px;
    background-image: url("../images/BANNER\ SITE.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 23vh;
    width: 100vw;
  }

  .navbar-brand {
    align-items: center !important;
    margin: 0 !important;
  }

  #nav-container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    width: 280px;
    height: 140px;
  }
  #nav-container a {
    margin-left: 0 auto;
  }

  .registration-form form {
    text-align: center;
    width: 85%;
    height: 690px;
    margin-bottom: -20px;
    margin-top: 0;
  }

  .registration-form h3 {
    margin: auto;
    font-size: 24px;
    line-height: 1.2;
    padding: 10px 0;
  }

  #fundoAzul1 {
    height: 125px;
  }

  #pfundo {
    margin: auto;
  }

  #fundoAzul {
    /* margin-top: 35px; */
    background-image: url("../images/img fundoazul.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 520.9px;
    margin: 0;
  }
  #button-form {
    margin-top: 30px;
    max-width: 100%;
  }

  .registration-form .form-icon {
    text-align: center;
    background-color: #123c73;
    border-radius: 50%;
    font-size: 55px;
    color: white;
    width: 120px;
    height: 120px;
    margin-top: -40px !important;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 100px;
  }

  .map iframe {
    margin-top: 30px;
    max-width: 230px;
    max-height: 250px !important;
    background-color: grey;
  }

  /* Oque Fazemos?*/
  .container {
    width: 100vw !important;
  }
  #rowMaster {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-height: 350px !important;
    margin-top: 80px !important;
    margin-bottom: 300px !important;
  }

  h1 {
    font-size: 24px !important;
  }
  #rowMaster p {
    font-size: 16px !important;
    left: 0;
    bottom: 300 !important;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    max-width: 280px;
    max-height: 280px;
    margin: 0 !important;
    color: #fff !important;
    padding: 35px;
    padding-top: 25px;
    background-color: #123c73;
    background-blend-mode: darken !important;
    border-radius: 20%;
    box-shadow: rgba(0, 0, 0, 1) 0px 25px 20px -20px;
  }

  .cont-flex img {
    height: 210px !important;
    width: 190px !important;
  }
  .cont-flex {
    margin: 0 30px;
  }
}

/* Sobre */

.center {
  width: 50vw !important;
  margin: 0 auto;
}
.center h2 {
  margin: 45px 0;
}
.cont-flex {
  width: 80vw;
  max-width: 1250px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-item {
  margin-right: 20px;
  flex: 1;
}
#row2 img {
  height: 290px;
}

@media (max-width: 600px) {
  .container {
    width: 100vw;
    padding: 0 !important;
  }
  #row1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 180px;
    gap: 0px !important;
  }

  #row1 div {
    margin: 0 10px;
    width: 110px !important;
    height: 120px !important;
    padding: 0px !important;
  }
  #row1 img {
    margin-top: 0;
    width: 50px;
  }
  #vision img {
    width: 70px !important;
  }
  #row1 h2 {
    align-items: center;
    font-size: 18px !important;
    margin: 10px auto;
  }

  #colsobre {
    width: 100vw;
  }
  #colsobre img {
    max-width: 320px !important;
    height: 320px !important;
    margin: 20px;
  }
}

#row1 div {
  justify-content: center;
  justify-items: center;
  color: #fff;
  margin-top: 90px;
  height: 180px;
  width: 20%;
  background-color: #123c73;
  border-radius: 12px;
  text-align: center;
}

#row1 h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}

#row1 img {
  margin: 0 auto;
}

#row2 {
  width: 100vw;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 10px;
}

#row2 h2 {
  width: 80vw;
  font-weight: bold;
  text-align: center;
}
.row2 img {
  height: 210px;
  width: 190px;
}

/* Sobre nos */

#rowMaster div {
  font-size: 26px;
}

#rowMaster h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;

  /* Oque Fazemos? */

  /* identical to box height */
  color: #010d26;
}

/* Whatsapp*/
@media (max-width: 600px) {
  .whatsapp-link {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px !important;
    right: 20px !important;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 9900;
    transform: scale(1);
    animation: pulse 2s infinite;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.whatsapp-link {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 1px 1px 2px #888;
  z-index: 9900;
  transform: scale(1);
  animation: pulse 2s infinite;
}

.whatsapp-link:hover {
  background-color: #fff;
  color: #22d829;
}

#whatsapp {
  position: relative;
  bottom: -10px;
}

#rowMaster img {
  margin: 0 auto;
}

#rowMaster {
  margin-top: 180px;
  margin-bottom: 80px;
}

#rowMaster p {
  position: absolute;
  width: 632px;
  height: 514px;

  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;

  color: #000000;
}
.footer-dark {
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #010d26;
}

#footer-items div {
  margin-top: 60px;
}

@media (min-width: 600px) and (max-width: 1400px) {
  body {
    margin: 0;
  }
  /* Banner */

  #inner {
    height: 590px;
    margin-top: 45px;
  }

  #banner {
    margin-top: 0;
    background-image: url("../images/menina_nadando.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
    width: 100vw;
  }

  #banner2 {
    margin-top: 0;
    background-image: url("../images/capa-site.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
    width: 100vw;
  }

  #banner3 {
    margin-top: 0;
    background-image: url("../images/BANNER\ SITE.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
    width: 100vw;
  }

  #banner4 {
    margin-top: 0;
    background-image: url("../images/capa-site.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
    width: 100vw;
  }
  #banner5 {
    margin-top: 0;
    background-image: url("../images/capa-site.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
    width: 100vw;
  }

  /* Nossa Proposta */
  .proposta {
    justify-content: center;
    margin-top: -220px !important;
    height: 14s00px;
  }

  #prop1 {
    background-color: #123c73;
    padding: 220px;
    width: 100vw;
    margin: 0;
  }

  #prop2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/casa.png);
    padding: 220px;
    width: 100vw;
    margin: 0;
  }

  #card-prop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -720px;
    width: 100vw;
  }

  #card-prop div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px;
    justify-content: center;
    justify-items: center;
    color: #010d26;
    max-height: 120px;
    max-width: 300px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
  }

  #rowMaster img {
    margin: 5px 30px;

    width: 380px;
  }

  .container-card-test h2 {
    font-size: 20px !important;
    margin-left: 0px !important;
  }
  #img2 {
    width: 120px !important;
  }
  .container-cards {
    display: flex !important;
    margin: 0 !important;
  }
}
