:root {
  --primary-font: "Oswald", sans-serif;
  --second-font: "Poppins", sans-serif;
  --primary-color: #404040;
  --red: #ff0000;
  --semi-bold: 700;
  --med-bold: 600;
  --low-bold: 500;
}

a {
  text-decoration: none;
}

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

.bg_red {
  background-color: var(--red);
}

*:focus {
  outline: none;
}

.relative {
  position: relative;
}

.all {
  transition: all 0.4s ease;
}

ul li {
  list-style: none;
}

.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}

.al-center {
  align-items: center;
}

@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slick-dots li button:before {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-disabled {
  opacity: 0.4;
}

strong {
  font-weight: var(--semi-bold);
}

html {
  padding: 0;
  margin-top: 0 !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--second-font);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  background-color: #fff;
}

@media (max-width: 990px) {
  body {
    padding: 0;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header .redes.relative {
  position: absolute;
  right: 0;
  top: 2rem;
  right: 2rem;
}
header .redes.relative a {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 990px) {
  header .redes.relative {
    right: initial;
    left: 2rem;
  }
}
header .logo {
  background-color: #6338ba;
  width: 504px;
  height: 200px;
  border-radius: 0 10rem 10rem 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1rem;
  padding-left: 8rem;
}
header .logo img {
  height: 80%;
}
@media (max-width: 990px) {
  header .logo {
    width: 100%;
  }
  header .logo img {
    width: 100%;
  }
}

#banner {
  background: #b72175;
  position: relative;
  padding-top: 200px;
  height: 690px;
}
#banner .ano {
  position: absolute;
  bottom: -25px;
  left: 12px;
  color: #b72076;
  font-size: 18px;
  z-index: 9;
  font-weight: 700;
}
@media (max-width: 990px) {
  #banner {
    height: 100%;
  }
}
#banner:after {
  content: "";
  background: #febe33;
  border-radius: 0 30rem 30rem 0;
  width: 100%;
  height: 594px;
  position: absolute;
  left: 0;
  top: 6rem;
}
@media (max-width: 990px) {
  #banner:after {
    height: 100%;
    top: 11rem;
    border-radius: 0 19rem 29rem 0;
  }
}
#banner .video {
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  #banner .video {
    order: 2;
    width: 100%;
  }
  #banner .video img {
    width: 100%;
  }
}
#banner .grid {
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 2rem;
  z-index: 2;
}
@media (max-width: 990px) {
  #banner .grid {
    grid-template-columns: 1fr;
  }
}
#banner .grid .text {
  color: #6337b8;
  font-size: 20px;
}
@media (max-width: 990px) {
  #banner .grid .text {
    order: 1;
  }
}
#banner .grid .text p {
  width: 98%;
}
#banner .grid .text h2 {
  color: white;
  font-size: 43px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  line-height: 54px;
  font-weight: 500;
}
@media (max-width: 990px) {
  #banner .grid .text h2 {
    font-size: 32px;
    line-height: 38px;
    padding-top: 2rem;
    width: 69%;
    color: #b72175;
  }
}
#banner .grid .text h2 strong {
  color: #b72175;
}
@media (max-width: 990px) {
  #banner .grid .text h2 {
    font-size: 32px;
    line-height: 38px;
    width: 69%;
  }
}

#webserie {
  position: relative;
}
#webserie:after {
  content: "";
  background-color: #00d9b8;
  width: 46%;
  height: 100%;
  border-radius: 0 48rem 48rem 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 990px) {
  #webserie:after {
    display: none;
  }
}
#webserie:before {
  content: "";
  border: 20px solid #b72175;
  width: 160px;
  height: 216px;
  border-radius: 50rem 0 0 50rem;
  position: absolute;
  right: -2rem;
  top: -3rem;
}
@media (max-width: 990px) {
  #webserie:before {
    display: none;
  }
}
#webserie .grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-block: 48px;
}
@media (max-width: 990px) {
  #webserie .grid {
    grid-template-columns: 1fr;
  }
}
#webserie .grid .img {
  position: relative;
  z-index: 2;
}
#webserie .grid .text {
  color: #130c88;
  font-size: 20px;
  font-weight: 600;
}
#webserie .grid .text h2 {
  color: #0ea790;
  font-size: 50px;
  font-weight: 500;
  font-family: var(--primary-font);
  line-height: 50px;
}

@media(max-width:770px){
    #webserie .grid .img svg{
        width:100%;
    }
}
#tudo {
  background-color: #00d9b8;
  position: relative;
  padding-block: 2rem;
}
#tudo:after {
  content: "";
  background: #a98dde;
  border-radius: 0 50rem 50rem 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
}
@media (max-width: 990px) {
  #tudo:after {
    width: 100%;
  }
}
#tudo .grid {
  grid-template-columns: 60% 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  #tudo .grid {
    grid-template-columns: 1fr;
  }
  #tudo .grid img {
    width: 100%;
  }
}
#tudo .text {
  color: #36006f;
  font-weight: 700;
}
#tudo .text p {
  width: 60%;
}
@media (max-width: 990px) {
  #tudo .text p {
    width: 100%;
  }
}
#tudo .text h2 {
  color: white;
  font-size: 50px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 990px) {
  #tudo .text h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
#tudo .text a {
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 26px;
  background-color: #b72175;
  border-radius: 5rem;
  padding: 1rem 3rem;
  display: inline-block;
  margin-top: 2rem;
  transition: all 0.4s ease;
}
@media (max-width: 990px) {
  #tudo .text a {
    font-size: 18px;
    padding: 1rem 1rem;
    margin-bottom: 2rem;
  }
}
#tudo .text a:hover {
  background: white;
  color: #b72175;
}

#boi {
  position: relative;
  padding-block: 2rem;
}
#boi:after {
  content: "";
  background: #febe33;
  border-radius: 0 50rem 50rem 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
}
@media (max-width: 990px) {
  #boi:after {
    width: 100%;
    border-radius: 0;
  }
}
#boi:before {
  content: "";
  border: 20px solid #00d9b8;
  width: 160px;
  height: 216px;
  border-radius: 50rem 0 0 50rem;
  position: absolute;
  right: -2rem;
  top: -3rem;
}
@media (max-width: 990px) {
  #boi:before {
    display: none;
  }
}
@media (max-width: 990px) {
  #boi .img svg {
    width: 100%;
  }
}
#boi .grid {
  grid-template-columns: 560px 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  #boi .grid {
    grid-template-columns: 1fr;
  }
}
#boi .grid .text {
  color: #6337b8;
  font-weight: 600;
}
#boi .grid .text p {
  width: 90%;
}
#boi .grid .text h2 {
  color: #b72175;
  font-size: 50px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 990px) {
  #boi .grid .text h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
#boi .grid .text h2 strong {
  color: #6337b8;
}

#depoimento {
  background-color: #b72175;
}
#depoimento img {
  width: 539px;
}
@media (max-width: 990px) {
  #depoimento img {
    width: 100%;
  }
}
#depoimento .flex {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  #depoimento .flex {
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-top: 2rem;
  }
}
#depoimento .slick-next {
  background: url(../imgs/botao_carrossel.png) no-repeat;
  right: 25px;
  z-index: 9;
  width: 40px;
  height: 40px;
  background-size: cover;
}
@media (max-width: 990px) {
  #depoimento .slick-next {
    display: none !important;
  }
}
#depoimento .slick-prev {
  background: url(../imgs/botao_carrossel.png) no-repeat;
  left: 25px;
  z-index: 9;
  width: 40px;
  height: 40px;
  background-size: cover;
  transform: rotate(180deg);
  top: 44%;
}
@media (max-width: 990px) {
  #depoimento .slick-prev {
    display: none !important;
  }
}
#depoimento .text {
  width: 652px;
  margin-inline: auto;
  color: white;
  font-size: 20px;
}
#depoimento .text h3 {
  text-transform: uppercase;
  color: #00d9b8;
  font-size: 20px;
  font-family: var(--primary-font);
  margin-bottom: 1.75rem;
}
#depoimento .text strong {
  color: #febe33;
  font-weight: 600;
}
#depoimento .slick-dots {
  bottom: 1rem;
}
#depoimento .slick-dots li {
  background-color: transparent;
  border-radius: 5rem;
  width: 12px;
  height: 12px;
  border: 1px solid white;
}
#depoimento .slick-dots li.slick-active {
  background-color: white;
}

.ab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#filmes {
  background: url(../imgs/bg_card.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  height: 789px;
}
@media (max-width: 990px) {
  #filmes {
    height: auto;
    background-size: cover;
  }
}
@media (max-width: 360px) {
  #filmes {
    height: 1300px;
    background-size: cover;
  }
}
#filmes .r {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-top: 6rem;
}
@media (max-width: 990px) {
  #filmes .r {
    padding-top: 3rem;
    position: initial;
  }
}
#filmes .text {
  background: white;
  border-radius: 30rem 0 0 30rem;
  color: #0ea790;
  font-size: 20px;
  width: 650px;
  position: absolute;
  right: 0;
  padding: 2rem 6rem;
  text-align: right;
}
@media (max-width: 990px) {
  #filmes .text {
    width: 100%;
    padding: 2rem 3rem;
    border-radius: 10rem 0 0 10rem;
    position: initial;
  }
}
#filmes .text h2 {
  color: #b71f76;
  font-family: var(--primary-font);
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 24px;
}
@media (max-width: 990px) {
  #filmes .text h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
#filmes .flex {
  width: 100%;
  justify-content: end;
}
#filmes .grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 906px;
  gap: 2rem;
  height: 100%;
  position: relative;
  top: 336px;
}
@media (max-width: 990px) {
  #filmes .grid {
    grid-template-columns: 1fr;
    width: 100%;
    display: block;
    top: initial;
    margin-block: 4rem;
  }
}
#filmes .cards {
  position: relative;
  margin-bottom: 3rem;
}
#filmes .cards .titulo {
  color: white;
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  padding-block: 2px;
  border-radius: 0 20px 20px 0px;
  padding-right: 10px;
}
#filmes .cards .titulo strong {
  color: #b72076;
}
#filmes .cards .titulo,
#filmes .cards .img {
  padding-left: 10px;
}
#filmes .cards .img {
  border-radius: 0 20px 20px 0;
  padding-top: 1rem;
}
#filmes .cards .img img {
  width: 232px;
}
@media (max-width: 990px) {
  #filmes .cards .img img {
    width: 100%;
  }
}
#filmes .cards:first-child .titulo {
  background-color: #febe33;
}
#filmes .cards:first-child .titulo strong {
  color: #b72076;
}
#filmes .cards:first-child .img {
  background-color: #febe33;
}
#filmes .cards:nth-child(2) .titulo {
  background-color: #00d9b8;
}
#filmes .cards:nth-child(2) .img {
  background-color: #00d9b8;
}
#filmes .cards:nth-child(3) .titulo {
  background-color: #a98dde;
}
#filmes .cards:nth-child(3) .img {
  background-color: #a98dde;
}

#roboi {
  padding-block: 100px;
}
#roboi .grid {
  grid-template-columns: 450px 1fr;
  align-items: start;
}
@media (max-width: 990px) {
  #roboi .grid {
    grid-template-columns: 1fr;
    display: block;
  }
}
#roboi .img {
  position: relative;
}
#roboi .img .chat {
  position: absolute;
  right: -26rem;
  top: 0;
}
@media (max-width: 990px) {
  #roboi .img .chat {
    right: -18rem;
  }
  #roboi .img .chat img {
    width: 40%;
  }
}
@media (max-width: 990px) {
  #roboi .rr {
    width: 330px;
  }
}
#roboi .text {
  color: #36006f;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 3rem;
}
#roboi .text p {
  padding-top: 12rem;
}
@media (max-width: 660px) {
  #roboi .text p {
    padding-top: 0;
  }
}
#roboi .link a {
  border: 8px solid #00d9b8;
  color: #b71f76;
  transition: all 0.4s ease;
  font-size: 28px;
  font-weight: 800;
  border-radius: 5rem;
  padding: 18px;
  display: block;
  text-align: center;
  width: 450px;
  margin-top: 2rem;
}
@media (max-width: 990px) {
  #roboi .link a {
    width: 100%;
    font-size: 18px;
  }
}
#roboi .link a:hover {
  background-color: #00d9b8;
}

.hamburger {
  position: absolute;
  right: 1rem;
  z-index: 99;
  top: 1rem;
}

.hamburger .line {
  padding: initial;
  width: 25px;
  height: 3px;
  border-radius: 0;
  background-color: #000000;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line {
  background-color: #000000;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-49deg);
}

.menu-principal {
  background-color: white;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3rem;
  padding: 1rem 16px 1rem;
  top: 5rem;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.menu-principal ul li {
  margin-bottom: 1rem;
}
.menu-principal ul li a:hover {
  text-decoration: underline;
}
.menu-principal ul li:last-child {
  margin-bottom: 0;
}
.menu-principal.active {
  visibility: visible;
  opacity: 1;
}
.menu-principal a {
  color: #202020;
}

p {
  margin: 0.75rem 0;
  line-height: 24px;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 0.95rem;
  position: relative;
}

@media (max-width: 1190px) {
  .container {
    max-width: 990px;
    padding-inline: 1rem;
  }
}
.container-large {
  max-width: 1400px;
}

@media (max-width: 1390px) {
  .container-large {
    max-width: 1210px;
  }
}
.container-space {
  max-width: 1240px;
}

.container-small {
  max-width: 1112px;
}

@media (min-width: 1440px) {
  .container-small {
    max-width: 70%;
  }
}
.container-litle {
  max-width: 880px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

h2 {
  font-weight: initial;
}

@keyframes arrows_banner {
  0% {
    bottom: -9rem;
  }
  50% {
    bottom: -8rem;
  }
  100% {
    bottom: -9rem;
  }
}
@keyframes arrows_mobile_banner {
  0% {
    bottom: -18rem;
  }
  50% {
    bottom: -20rem;
  }
  100% {
    bottom: -18rem;
  }
}
@keyframes arrows_depoimento {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -2rem;
  }
  100% {
    bottom: 0;
  }
}
footer .final {
  font-size: 13px;
  color: #6337b8;
  text-align: center;
}
footer img {
  width: 100%;
}
footer img.mob {
    display:none;
}

footer{
    margin-block-end: 3rem;

}

@media(max-width:770px){
    footer img.desk {
        display:none;
    }
    footer img.mob {
    display:block;
}
footer{
    margin-block-end: 1rem;

}
#roboi {
  padding-block-end: 30px;
}
}



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