@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'Nunito Sans', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap");
/* font-family: 'Roboto', sans-serif; */

:root {
  --roxo-fundo: #1d0045;
  --roxo-tema: #5200c4;
  --amarelo-contranste: #ffb91d;
}

@keyframes slide-up {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

/* Container inicial de boas vindas */
.father-home {
  width: 100%;
  height: 800px;
  background-color: #5200c4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(elementos/imagens/bkg-purple.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 4px 3px 7px 0px black;
}

.container-home {
  width: 52%;
  /* background-color: #ffb71d5e; */
  height: 394px;
  font-size: 1.75em;
  text-align: left;
}

h1 {
  font-family: "Tilt Warp", cursive;
}

.text {
  display: inline-flex;
}

.centro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

/* Foto da mulher */
.image-woman {
  width: 400px;
  margin-left: 111px;
}

p > a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 36px;
  background-color: #5200c4;
  border-radius: 14px;
  color: white;
  transition: border-width 0.06s ease;
}

p > a:hover {
  color: #ffb91d;
  border: 3px solid white;
}

.nome {
  color: rgb(255, 255, 255);
}

.container-home > p,
span,
div {
  color: white;
}

/* Configurando planos de assinatura */
.father-plans {
  width: 100%;
  height: auto;
  background-color: #f8f8ff;
}

.container-plans {
  width: 100%;
  max-width: 1400px;
  background-color: #f8f8ff;
  height: auto;
  margin: 215px auto;
  display: flex;
  padding: 20px;
  margin-bottom: 255px;
}

/* Configurando os quadrados dos planos */
.plans {
  height: auto;
  background-color: white;
  width: 310px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: black;
  padding: 20px;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 30px;
  box-shadow: 0px 3px 7px rgb(0 0 0 / 24%);
}

/* Imagem antes dos benefícios */
.plans-img {
  width: 25px;
  margin-right: 5px;
}

.plans > p {
  font-weight: 400;
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.eu-quero:hover {
  border: none;
  color: #ffb91d;
}

.margin {
  margin-top: 60px;
  text-align: center;
}

.plans > h1 {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  color: #5200c4;
  /* color: #5200C4; */
  font-size: 2.6em;
}

/* .preco{
    font-size: 2.3em !important;
    margin-top: 60px;
    text-align: center;
    font-weight: 700 !important;
    
}

.preco > span{
    
    font-size: 1.1rem;
    position: relative;
    left: -9px;
} */

.father-footer {
  width: 100%;
  height: auto;
  background-color: #1d0045;
  box-shadow: 2px -2px 7px 0px black;
}

.instagram {
  /* width: 410px; */
  padding-bottom: 25px;
}

.instagram > h1 {
  font-family: "Roboto", sans-serif;
}

.container-footer {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;

  height: 100%;
  display: flex;
}

.icones-sociais {
  width: 50px;
  margin-right: 10px;
}

.linha {
  width: 37vw;
  height: 2px;
  background-color: white;
  margin-top: 10px;
}

.sobre {
  width: 50%;
  height: 400px;
  margin-top: 78px;
  padding: 20px;
}
.sobre > h1 {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  padding-bottom: 24px;
}

.sobre > p {
  font-family: "Roboto", sans-serif;
  text-align: left;
  width: 400px;
  font-size: 1.4rem;
  color: white;
}

.pai-contato {
  display: flex;
  padding-bottom: 10px;
}

.pai-contato > a > p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: white;
}

.pai-contato > a {
  text-decoration: none;
}

.pai-contato > a > p:hover {
  color: #ffb91d;
}

.pai-contato > img {
  margin-right: 13px;
}

.pai-icones-contato {
  width: 50%;
  margin-top: 78px;
}

.ultimo {
  background-color: #150230;
  text-align: center;
}

.megas {
  font-size: 3em;
  color: #ffb91d;
  font-weight: 800;
  text-shadow: 7px 4px 0px #5200c4;
  /* background-image: linear-gradient(to right, #f00, #00f); */
  color: #ffb91d !important;
}

.container-roxo {
  display: flex;
  width: 595px;
  background-color: #5200c4;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px;
  margin-top: 25px;
  animation: slide-up 0.5s ease-in-out;
}

.container-roxo > div {
  margin-left: 25px;
}

.container-roxo > div > p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}

.container-roxo > div > p > img {
  /* padding-left: 25px; */
  padding-bottom: 5px;
}

.planos {
  animation: slide-up 0.5s ease-in-out;
}
.wpp {
  position: fixed;
  width: 74px;
  right: 44px;
  bottom: 19px;
  transition: all 0.2s ease-in-out;
  animation: slide-up 0.5s ease-in-out;
}
.wpp:hover {
  transform: scale(1.1);
}

.modal-content {
  width: 100vw;
  height: 100vh;
  background-color: #1d0045de;
  position: fixed;
  visibility: hidden;
  text-align: center;
  top: 51px;
}

.modal-content:target {
  visibility: visible;
  transform: translateY(-50px);
  transition: transform 1s ease-in-out;
}
.eu-quero:target {
  transform: translateY(-50px);
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1440px) {
  .container-plans {
    padding: 0px;
  }
}

@media (max-width: 1304px) {
  .father-home {
    height: 950px;
    padding-left: 0px;
  }
  .container-roxo {
    width: 531px;
    font-size: 12px;
  }
  .image-woman {
    margin-left: 79px;
  }
}

.foguete {
  position: absolute;
  right: 0px;
  top: 118px;
  z-index: 0;
  display: none;
  transform: translate(-50%, -50%);
  transform: translateY(0px);
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.top {
  padding-top: 33px;
}

@media (max-width: 999px) {
  .image-woman {
    display: none;
  }
  .foguete {
    display: block;
    width: 232px;
  }

  .image-woman {
    width: 228px;
  }
  .father-home {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    height: 1000px;
  }

  .container-home {
    width: 100%;
    /* background-color: #ffb71d5e; */
    height: 355px;
    font-size: 1.55em;
    text-align: left;
    margin: 78px auto;
    margin-bottom: 14px;
  }
  .container-plans {
    flex-wrap: wrap;
    justify-content: center;
  }
  .plans {
    margin-bottom: 40px;
  }
  .container-footer {
    flex-wrap: wrap;
    width: 100%;
  }
  .sobre {
    margin: 0 auto;
    padding-top: 57px;
  }
  .pai-icones-contato {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .nome {
    padding-top: 50px;
    position: relative;
  }
  .megas {
    position: relative;
    /* z-index: 1; */
    width: 400px;
  }
}

#ra-widget-verified {
  display: flex;
}

@media (max-width: 999px) {
  .sobre {
    margin: 0;
  }
  .pai-icones-contato {
    margin: 0;
    padding-left: 20px;
  }
}

@media (max-width: 632px) {
  .container-roxo {
    width: 76vw;
    font-size: 11px;
  }

  .container-roxo > div {
    margin-left: 19px;
  }
  .dd {
    position: relative;
    bottom: 65px;
  }
}

@media (max-width: 575px) {
  .container-roxo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-roxo > div {
    margin-left: 0px;
  }

  .container-roxo > div > p {
    padding-left: 10px;
  }
}

@media (max-width: 500px) {
  .container-home {
    font-size: 1em;
    height: auto;
    margin-bottom: -43px;
    margin: 0 auto;
  }
  .image-woman {
    width: 196px;
  }

  .megas {
    width: 317px;
    font-size: 4.2em;
    /* -webkit-text-stroke: 2px #5200C4; */
  }

  .nome {
    font-size: 1.5em !important;
    padding-top: 26px;
    position: relative;
    /* z-index: 1; */
  }

  .plans {
    height: auto;
    background-color: white;
    width: 65%;
    max-width: 300px;
    margin-right: 0px;
    margin-bottom: 37px;
    color: black;
    padding: 20px;
    border-radius: 10px;
    padding-top: 28px;
    padding-bottom: 15px;
  }

  .container-plans {
    margin: 87px auto;
  }
  .sobre > p {
    width: 80vw;
  }
  .pai-contato > p {
    white-space: nowrap;
  }

  .container-roxo {
    margin-top: 53px;
    position: relative;
    /* z-index: 1; */
    margin: 0 auto;
    margin-top: 35px;
    font-size: 10px;
    width: 70vw;
    padding-right: 27px;
  }

  .container-roxo > div {
    margin-left: 0px;
    padding-bottom: 10px;
  }
  .container-roxo > div > p {
    padding-left: 10px;
    font-weight: 600;
  }
  .father-home {
    padding-left: 0px;
  }

  .foguete {
    right: 0px;
    width: 135px;
    top: 235px;
    transform: translate(-50%, -50%);
    transform: translateY(0px);
    animation: float 5s ease-in-out infinite;
  }

  @keyframes float {
    0% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0px);
    }
  }

  .container-home > h1,
  p {
    padding-left: 10px;
  }

  .top {
    padding-top: 14px;
  }
  .father-home {
    height: 866px;
    padding-top: 16px;
  }

  .ver-planos {
    font-size: 18px !important;

    font-weight: 600;
    color: white;
    padding-top: 0px !important;
    margin-top: 20px;
  }
  .container-roxo > div > p > img {
    width: 18px;
    padding-bottom: 0px;
  }
  .wpp {
    width: 60px;
    right: 21px;
    bottom: 34px;
    z-index: 2;
  }
}

#ra-verified-seal2 {
}
#ra-verified-seal2:hover {
}
