/* *{
 margin: 0;
 padding: 0;
} */

.principal, .servico, .sobre, .espaco, .contato{
 width: 100%;
 height: 100vh;
 overflow-x: hidden !important;
}

.principal{
 background-color: #183D68;
}

.div-principal{
  height: calc(100vh - 140px) !important;
}

.servico{
 background-color: #FFFDEB;
 
}

.sobre{
 background-color: #FEFDFD;
}

.espaco{
 background-color: #FFFDEB;
}

.contato{
 background-color: #183D68;
}

.azul{
  background-color: #183D68;
}

.font-inter{
 font-family: "Inter", sans-serif;
 font-optical-sizing: auto;
}

.rosa{
 color: #E288C7;
}

.bg-amarelo{
 background-color: #F3C677
}

.w-10-porcent{
  width: 10%;
}

.w-80-porcent{
  width: 80%;
}

.swiper-slide{
  border-radius: 40px !important;
}


.swiper-button-next, .swiper-button-prev{
  color: #EDB5DC !important;
}
