.cta {
  font-family: "Ciutadella Slab W04 Bold";
  font-size: 17px;
  line-height: 4px;
  padding: 20px 30px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 17px;
}
.cta.purple {
  color: #fff;
  border: 6px solid #871490;
  background: #2c1266;
  box-shadow: 0px 0px 0px #871490, 1px 1px 0px #871490, 2px 2px 0px #871490,
    3px 3px 0px #871490, 4px 4px 0px #871490, 5px 5px 0px #871490;
}
.cta.purple:hover {
  background: #2c1266;
}
.cta.white {
  border: 6px solid #fff;
  color: #fff;
  position: relative;
}
.cta.white:hover {
  color: #ff0657;
  background-color: #fff;
}
.cta.white:hover:after {
  opacity: 0;
}
.cta.white:hover:before {
  opacity: 0;
}
.cta.white:after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 4px;
  right: -9px;
  height: 11px;
  background-color: #fff;
  transform: skewX(45deg);
  transition: 0.3s;
  pointer-events: none;
}
.cta.white:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: -9px;
  left: calc(100% + 2px);
  width: 11px;
  background-color: #fff;
  transform: skewY(45deg);
  transition: 0.3s;
  pointer-events: none;
}
.cta.yellow-uno {
  border: 6px solid #f9db27;
  color: #fff;
  position: relative;
}
.cta.yellow-uno:hover {
  color: #000;
  background-color: #f9db27;
}
.cta.yellow-uno:hover:after {
  opacity: 0;
}
.cta.yellow-uno:hover:before {
  opacity: 0;
}
.cta.yellow-uno:after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 4px;
  right: -9px;
  height: 11px;
  background-color: #f9db27;
  transform: skewX(45deg);
  transition: 0.3s;
  pointer-events: none;
}
.cta.yellow-uno:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: -9px;
  left: calc(100% + 2px);
  width: 11px;
  background-color: #f9db27;
  transform: skewY(45deg);
  transition: 0.3s;
  pointer-events: none;
}
.cta.purple_green {
  color: #fff;
  border: 6px solid #8E109B;
  background: #FF0057#FF0057;
  box-shadow: 0px 0px 0px #8E109B, 1px 1px 0px #8E109B, 2px 2px 0px #8E109B,
    3px 3px 0px #8E109B, 4px 4px 0px #8E109B, 5px 5px 0px #8E109B;
    padding: 25px 35px;
}
.cta.purple_green:hover {
  background: #2c1266;
  border: 6px solid #8E109B;
}
.cta.red_black {
  color: #fff;
  border: 6px solid #000000;
  background: #d00421;
  box-shadow: 0px 0px 0px #000000, 1px 1px 0px #000000, 2px 2px 0px #000000,
    3px 3px 0px #000000, 4px 4px 0px #000000, 5px 5px 0px #000000;
}
.cta.red_black:hover {
  background: #d00421;
}
.cta.pink_blue {
  color: #fff;
  border: 6px solid #8E109B;
  background: transparent;
  box-shadow: 0px 0px 0px #8E109B, 1px 1px 0px #8E109B, 2px 2px 0px #8E109B,
    3px 3px 0px #8E109B, 4px 4px 0px #8E109B, 5px 5px 0px #8E109B;
}
.cta.pink_blue:hover {
  background: #8E109B;
}

.cta.purple_blue {
  color: #fff;
  border: 6px solid #F03746;
  background: transparent;
  box-shadow: 0px 0px 0px #F03746, 1px 1px 0px #F03746, 2px 2px 0px #F03746,
    3px 3px 0px #F03746, 4px 4px 0px #F03746, 5px 5px 0px #F03746;
}
.cta.purple_blue:hover {
  background: #F03746;
}

.cta.blue_red {
  color: #fff;
  border: 6px solid #F03746;
  background: #2c1266;
  box-shadow: 0px 0px 0px #F03746, 1px 1px 0px #F03746, 2px 2px 0px #F03746,
    3px 3px 0px #F03746, 4px 4px 0px #F03746, 5px 5px 0px #F03746;
}
.cta.blue_red:hover {
  background: #F03746;
  border: 6px solid #F03746;
}

.cta.white_red {
  color: #2c1266;
  border: 6px solid #F03746;
  background: #ffffff;
  box-shadow: 0px 0px 0px #F03746, 1px 1px 0px #F03746, 2px 2px 0px #F03746,
    3px 3px 0px #F03746, 4px 4px 0px #F03746, 5px 5px 0px #F03746;
}

.cta.white_red:hover {
  color: #fff;
  background: #F03746;
  border: 6px solid #F03746;
}
/* .cta.blue_red {
  color: #fff;
  border: 6px solid #F03746;
  background: #2c1266;
  box-shadow: 0px 0px 0px #F03746, 1px 1px 0px #F03746, 2px 2px 0px #F03746,
    3px 3px 0px #F03746, 4px 4px 0px #F03746, 5px 5px 0px #F03746;
}
.cta.blue_red:hover {
  background: #F03746;
  border: 6px solid #F03746;
} */

.cta.green {
  color: #8E109B;
  border: 6px solid #8E109B;
  background: transparent;
  box-shadow: 0px 0px 0px #8E109B, 1px 1px 0px #8E109B, 2px 2px 0px #8E109B,
    3px 3px 0px #8E109B, 4px 4px 0px #8E109B, 5px 5px 0px #8E109B;
}
.cta.green:hover {
  background: #8E109B;
}
.cta.black-yellow {
  color: #fff;
  border: 6px solid #ffc400;
  background: #000;
  box-shadow: 0px 0px 0px #ffc400, 1px 1px 0px #ffc400, 2px 2px 0px #ffc400,
    3px 3px 0px #ffc400, 4px 4px 0px #ffc400, 5px 5px 0px #ffc400;
}
.cta.black-yellow:hover {
  background: #000;
}
.cta.yellow-blue {
  color: #fff;
  border: 6px solid #384f92;
  background: #ffc400;
  box-shadow: 0px 0px 0px #384f92, 1px 1px 0px #384f92, 2px 2px 0px #384f92,
    3px 3px 0px #384f92, 4px 4px 0px #384f92, 5px 5px 0px #384f92;
}
.cta.yellow-blue:hover {
  background: #ffc400;
}
.cta.white-blue {
  color: #000;
  border: 6px solid #384f92;
  background: #fff;
  box-shadow: 0px 0px 0px #384f92, 1px 1px 0px #384f92, 2px 2px 0px #384f92,
    3px 3px 0px #384f92, 4px 4px 0px #384f92, 5px 5px 0px #384f92;
}
.cta.white-blue:hover {
  background: #fff;
}
.cta.white-green {
  color: #2c1266;
  border: 6px solid #8E109B;
  background: #fff;
  box-shadow: 0px 0px 0px #8E109B, 1px 1px 0px #8E109B, 2px 2px 0px #8E109B,
    3px 3px 0px #8E109B, 4px 4px 0px #8E109B, 5px 5px 0px #8E109B;
}
.cta.white-green:hover {
  background: #8E109B;
  color: #fff;
}
.cta.blue-blue {
  color: #fff;
  border: 6px solid #23356c;
  background: #384f92;
  box-shadow: 0px 0px 0px #23356c, 1px 1px 0px #23356c, 2px 2px 0px #23356c,
    3px 3px 0px #23356c, 4px 4px 0px #23356c, 5px 5px 0px #23356c;
}
.cta.blue-blue:hover {
  background: #384f92;
}
.cta.white-yellow {
  color: #384f92;
  border: 6px solid #ffc400;
  background: #fff;
  box-shadow: 0px 0px 0px #ffc400, 1px 1px 0px #ffc400, 2px 2px 0px #ffc400,
    3px 3px 0px #ffc400, 4px 4px 0px #ffc400, 5px 5px 0px #ffc400;
}
.cta.white-yellow:hover {
  background: #ffc400;
}
.cta.yellow {
  color: #2d71b7;
  border: 6px solid #2d71b7;
  background: #ffcb05;
  box-shadow: 0px 0px 0px #2d71b7, 1px 1px 0px #2d71b7, 2px 2px 0px #2d71b7,
    3px 3px 0px #2d71b7, 4px 4px 0px #2d71b7, 5px 5px 0px #2d71b7;
}
.cta.yellow:hover {
  background: #ffcb05;
}
.cta:hover {
  box-shadow: none;
}
.cta:hover.red_black {
  background: #000;
}
.cta:hover.white-yellow {
  color: #fff;
  background: #ffc400;
}
.cta:hover.purple {
  background: #871490;
}
.cta:hover.black-yellow {
  color: #000;
  background: #ffc400;
}
.cta:hover.yellow-blue {
  background: #384f92;
}
.cta:hover.blue-blue {
  background: #23356c;
}
.cta:hover.white-blue {
  color: #fff;
  background: #384f92;
}
.cta:hover.purple_green {
  background: #8E109B;
}
.cta:hover.green {
  background: #2c1266;
}
.cta:hover.yellow {
  color: #ffcb05;
  background: #2d71b7;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Ciutadella Slab W04 Regular";
}

body {
  background: #ffffff;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    background: #2C1266 !important;
  }
}

.green_topo {
  width: 100%;
  position: absolute;
  transform: translate3d(-57%, -251px, 0px) rotate(-180deg);
  z-index: 1;
}
@media (max-width: 1024px) {
  .green_topo {
    display: none;
  }
}
.green_topo img {
  max-width: 100%;
}

.red_topo {
  width: 100%;
  position: absolute;
  right: -453px;
  top: 530px;
  text-align: right;
  z-index: -1;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .red_topo {
    display: none;
  }
}
.red_topo img {
  max-width: 100%;
}

#app {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.container {
  width: 100%;
  /* max-width: 1250px; */
  padding: 0 120px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .container {
    padding: 0 50px;
  }
}

nav {
  width: 100%;
  margin-top: 24px;
  position: absolute;
  z-index: 2;
  
  
}
nav::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}
@media (max-width: 1024px) {
  nav {
    position: relative;
  }
}
nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  nav .container {
    flex-direction: column;
  }
}
nav .redes {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 1024px) {
  nav .redes {
    order: 2;
  }
}
nav .redes a {
  font: normal normal normal 17px/17px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 20px;
}
nav .redes a:last-of-type {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  nav .redes a:last-of-type {
    display: none;
  }
}
@media (max-width: 1024px) {
  nav .logo {
    order: 1;
  }
}
nav .languages {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 17px;
  justify-content: flex-end;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  nav .languages {
    flex-direction: column;
    order: 3;
    margin-top: 30px;
    padding: 0 30px;
  }
}
nav .languages div {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  nav .languages div {
    margin-top: 30px;
  }
}
nav .languages div a:first-of-type {
  margin-left: 10px;
  margin-right: 5px;
}
nav .languages div a img {
  transform: scale(0.8);
}

.banner {
  width: 100%;
  min-height: 825px;;
  /* background-image: url("/assets/img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; */
  /* transform: translateY(70px); */
  /* padding-top: 200px; */
  padding: 280px 120px 220px 120px;
  display: flex;
  position: relative;
}
.banner .bg {
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  /* height: 100vh; */
  object-fit: cover;
}
.banner .boas-vindas {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 51%;
  height: 100%;
}
.banner .boas-vindas .logo {
  position: relative;
  display: flex;
}
.banner .boas-vindas .logo img {
  width: 50%;
  position: relative;
  z-index: 2;
  /* max-width: 100%; */
}
.banner .boas-vindas .logo img + .this {
  position: absolute;
  height: 80px;
  width: 90%;
  /* animation: animatedBackground 500s linear infinite; */
  /* background-image: url("/assets/img/wave-purple.png"); */
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 0;
  bottom: 0;
  left:-120px;
}
.banner .boas-vindas + span {
  text-align: right;
  font: normal normal normal 40px/43px "Ciutadella Slab W04 Regular";
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  /* transform: translateY(125px); */
  flex-direction: column;
  /* margin-left: 105px; */
  position: absolute;
  right: 120px;
  bottom: -25px;
  width: 100%;
  max-width: 500px;
  font-weight: bold;
}
.banner .boas-vindas + span b {
  font: normal normal normal 44px/52px "Ciutadella Slab W04 Bold";
}

@media (max-width: 1024px) {
  .banner {
    display: none;
  }
}

.banner_mobile {
  display: none;
  margin-top: 30px;
  padding: 0 10px;
  flex-direction: column;
  align-items: center;
}


@media (max-width: 1024px) {
  .banner_mobile .bg {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .banner_mobile .chamada {
    width: 100%;
    margin-left: 40px;
    margin-top: 110px;
    filter: drop-shadow(1px 1px 10px #000000);
  }
  .banner_mobile {
    height: 400px;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
    padding: 0 0;
  }
  /* .banner_mobile img {
    width: 100%;
    transform: translateX(-15%);
    margin-bottom: 20px;
  } */
}

.banner_mobile h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Ciutadella Slab W04 Bold";
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.banner_mobile h3 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 5px;
}
.banner_mobile p {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  margin-top: 20px;
}

.sobre {
  width: 100%;
  position: relative;
  z-index: 25;
  background-color: #FF0057;
  margin-top: 160px;
}

.sobre-wave {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  right: 0;
}

.sobre .container {
  display: flex;
  align-items: center;
  margin: unset !important;
  padding: 0;
  justify-content: space-between;
  background-image: url("/assets/newimg/new-assets/green-star-2.svg");
  background-repeat: no-repeat ;
  background-position: 840px 300px ;
}
@media (max-width: 1440px) {
  .sobre {

    background: #FF0057;
  }
  .banner {
    min-height: 600px;
  }
  .sobre .foto-sobre{
    width: 90% !important;
  }
  .sobre .second-half {
    width: 55% !important;
  }
  .sobre .texto .green-star {
    bottom: 350px !important;
    left: 580px !important;
  }
    .sobre .texto .sobre-star {
    width: 90px !important;
  }
}

@media (max-width: 1480px) {
  .sobre .container {
    background-position: 550px 300px !important;
  }
}

@media (max-width: 1480px) {
  .sobre {
    margin-top: 190px;
  }
}
@media (max-width: 1024px) {
  .sobre {
    margin-top: 80px;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .normal-wave {
    display: none;
  }
  .sobre .texto span {
    margin: 50px 0 0 0 !important;
  }
}
@media (max-width: 1024px) {
  .sobre .container {
    flex-direction: column;
  }
}
.sobre .one-half,
.sobre .second-half {
  height: 100%;
  display: flex;
  align-items: center;
}
.sobre .one-half {
  /* width: 64%; */
  justify-content: flex-start;
  padding-right: 30px;
  transform: translateX(-10px);
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .sobre .one-half {
    width: 100%;
    padding-right: 0;
    transform: translateX(0);
    width: 100%;
    justify-content: center;;
  }
}
.sobre .one-half .estrela {
  position: absolute;
  top: 200px;
  right: 18px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sobre .one-half .estrela {
    top: -5px;
    right: -40px;
  }
}
.sobre .second-half {
  width: 45%;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.sobre .foto-sobre {
  border-radius: 35px;;
  width: 120%;
  filter: drop-shadow(1px 1px 30px #000000);
}
@media (max-width: 1024px) {
  .sobre .second-half {
    width: 100%;
    padding: 0 30px;
  }
  .sobre .foto-sobre {
    filter: drop-shadow(1px 1px 30px #0000007a);
  }
}
.sobre .fotos {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  /* overflow: hidden; */
}
@media (max-width: 1024px) {
  .sobre .foto {
    min-width: auto;
  }
}
.sobre .foto img {
  min-height: 836px;
  min-width: 464px;
  width: 100%;
  object-fit: none;
  object-position: -65px -55px;
}
@media (max-width: 1024px) {
  .sobre .foto img {
    min-height: auto;
    min-width: auto;
    object-fit: contain;
    object-position: 0%;
  }
}
.sobre .texto {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .sobre .texto {
    margin-top: 10px;
  }
}
.sobre .texto span:last-of-type {
  max-width: 600px;
  text-align: left;
  font-size: 21px;
  line-height: 39px;
  font-family: "PassengerSansRegular";
  font-weight: 300;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 60px;
}

.sobre .texto span:first-of-type {
  max-width: 600px;
  text-align: left;
  font-size: 21px;
  line-height: 39px;
  font-family: "PassengerSansRegular";
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 50px;
  margin-left: 60px;
}

.normal_copag .one-half span {
  max-width: 600px;
  text-align: left;
  font-size: 17px;
  line-height: 30px;
  font-family: "PassengerSansBold";
  font-weight: 300;
  letter-spacing: 0px;
  color: #2C1266;
  margin-top: 30px;

}


.sobre .texto .title-sobre {
  color: #2C196F;
  font-size: 77px;
  font-weight: 400;
  font-family: "Ciutadella Slab W04 Regular";
}

.sobre .texto .subtitle-sobre {
  color: #ffffff;
  font-size: 77px;
  font-weight: 300;
  font-family: "Ciutadella Slab W04 Bold";
  line-height: 1;
}

.normal_copag .one-half .subtitle-normal {
  color: #FF0057;
  font-size: 77px;
  font-weight: 300;
  font-family: "Ciutadella Slab W04 Bold";
  line-height: 1;
}

.normal_copag .one-half .title-normal {
  color: #771D96;
  font-size: 77px;
  font-weight: 300;
  font-family: "Ciutadella Slab W04 Bold";
  line-height: 1;
}

.sobre .texto .efeito_texto_sobre {
  width: 151px;
  height: 22px;
  margin-top: 65px;
  background: url("/assets/img/efeito_texto_sobre.svg");
  animation: animatedBackground 500s linear infinite;
}
.sobre .texto .efeito_texto_sobre.green {
  background: url("/assets/img/efeito_texto_sobre_green.svg");
}
.sobre .texto .green-star {
  position: absolute;
  bottom: 400px;
  left: 800px;
}

.sobre .texto .sobre-star {
  width: 120px;
}
@media (max-width: 1024px) {
  .sobre .texto .efeito_texto_sobre {
    margin-top: 30px;
  }
}
.sobre .texto h2 {
  font-family: "Ciutadella Slab W04 Bold";
  font-size: 35px;
  color: #fff;
  margin: 35px 0;
}
.sobre .texto h2 span {
  letter-spacing: 8.8px;
  font-size: 22px;
  font-weight: 300;
}
.sobre .texto a {
  align-self: flex-start;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .sobre .texto a {
    text-align: center;
    line-height: 20px;
    padding: 10px;
  }
}

.normal_copag {
  width: 100%;
  position: relative;
  z-index: 24;
  /* margin-top: -145px; */
  padding-top: 40px;
  /* background: #2C1266; */
  overflow: hidden;
}
@media (max-width: 1024px) {
  .normal_copag {
    padding-top: 30px;
    background: #fff;
    
  }
}
.normal_copag .efeito {
  width: 64px;
  height: 487px;
  background: url("/assets/img/efeito_sobre.png");
  position: absolute;
  left: 0;
  bottom: 50px;
  animation: animatedBackground 300s linear infinite;
}
@media (max-width: 1480px) {
  .normal_copag .efeito {
    display: none;
  }
}
.normal_copag .container {
  margin-top: 50px;
  border-radius: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: unset !important;
  margin: unset !important;
  z-index: 1;
  position: relative;
}

.normal_copag .container .valores {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0;
  width: 100%;
  flex-wrap: wrap;
}
.pink-sections {
  width: 100%;
  background: #FF0057;
}

.valor {
  text-align: center;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.valor p {
  font-family: "PassengerSansBold";
  font-size: 21px;
  line-height: 39px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #2C1266;
}

.video-sobre {
  margin-bottom: -10px !important;
}
@media (max-width: 1024px) {
  .valor {
  /* width: 140px !important; */
  }
  .valor p {
    /* font-size: 19px !important;   */
  }
  .valores {
    flex-direction: row;
    align-items: end !important;
    margin-top: 50px !important;
  }
}
.normal_copag .container .one-half,
.normal_copag .container .second-half {
  width: 75%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.normal_copag .container .one-half {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .normal_copag .container .one-half {
    padding-right: 0 !important;
  }
  .normal_copag .container .one-half p br {
    display: none;
  }
  .normal_copag .container .one-half,
  .normal_copag .container .second-half {
    width: 100% !important;
  }
}
.normal_copag .container .one-half {
  justify-content: flex-end;
  padding-right: 30px;
  width: 43%;
}
.normal_copag .container .second-half {
  justify-content: flex-start;
  /* transform: translateX(10px); */
}

@media (max-width: 1480px) {
  .normal_copag .container .valores {
    width: 80%;
  }
  /* .normal_copag .container .valor {
    width: 30%;
    
  } */
  .valor p {
      font-size: 24px;
  }
}
@media (max-width: 1250px) {
  .normal_copag .container .valores {
    width: 99%;
  }
  .valor p {
      font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .normal_copag .container {
    flex-direction: column;
    padding: 0 50px;
  }
}
.normal_copag:after {
  content: "";
  width: 95%;
  height: 100%;
  background: #fff;
  background-image: url("/assets/newimg/new-assets/purple-stripe.svg") !important;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  border-radius: 35px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .normal_copag:after {
    display: none;
  }
}
.normal_copag .texto {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .normal_copag .texto {
    margin-top: 30px;
  }
}
.normal_copag .texto h2 {
  font-size: 58px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Ciutadella Slab W04 Bold";
  letter-spacing: 0px;
  color: #00CF8B;
  text-shadow: 0px 0px 15px #0000001f;
  margin-bottom: 30px;
  display: flex;
}
.normal_copag .texto h2 img {
  margin-left: 45px;
}
@media (max-width: 1024px) {
  .normal_copag .texto h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.normal_copag .texto p {
  font-family: "Ciutadella Slab W04 Bold";
  font-size: 21px;
  line-height: 39px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2C1266;
  display: flex;
  flex-direction: column;
}
.normal_copag .texto b {
  color: #2C1266;
  font-size: 30px;
  line-height: 39px;
  margin-top: 40px;
  letter-spacing: 0px;
  font-weight: 300;
}
.normal_copag .texto .links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .normal_copag .texto .links {
    flex-direction: column;
  }
}
.normal_copag .texto .links a {
  margin-right: 17px;
  padding: 25px 35px;
}
.normal_copag .texto .links a:hover {
  background-color: #00CF8B;
  color: #fff;
  border: 6px solid #00CF8B;
  
}
@media (max-width: 1024px) {
  .normal_copag .texto .links a {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.normal_copag .estrela {
  position: absolute;
  bottom: 217px;
  left: -34px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .normal_copag .estrela {
    bottom: -10px;
  }
}
.normal_copag .foto {
  display: flex;
  justify-content: flex-end;
  /* overflow: hidden; */
  position: relative;
}
@media (max-width: 1024px) {
  .normal_copag .foto {
    min-width: auto;
  }
}
.normal_copag .foto img {
  min-height: 836px;
  min-width: 464px;
  width: 100%;
  object-fit: none;
  object-position: 95px -15px;
}
@media (max-width: 1480px) {
  .close .container div {
    margin: 0px 0px 0px 130px !important;
  }

  .fundo_items .item .title p:last-of-type {
    margin-top: 60px;
  }

  .video {
    min-height: 680px !important;
  }
  
  .video-obj {
    bottom: -2900px !important;
  }
  .baixo_normal .texto p {
    padding: 0 50px 0 0 !important;
  }

  .normal_copag .container .second-half {
    width: 100%;
  }
  .normal_copag .foto img {
    object-position: -10px;
  }
  .normal-wave {
  right: 71px !important;
  bottom: -1201px !important;
  }
}

@media (max-width: 1380px) {
  .video-obj {
    display: none;
  }
}

@media (max-width: 1480px) {
  .video-obj {
    bottom: -2730px !important;
  } 
}
@media (max-width: 1024px) {
  .normal_copag .foto img {
    min-height: auto;
    min-width: auto;
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
  .video-obj {
    display: none;
  }
}

.normal-wave {
  position: absolute;
  z-index: 26;
  right: 95px;
  top: -50px;
  width: 60%;
}
.baixo_normal {
  width: 100%;
  background-color: #2c1266;
  position: relative;
  z-index: 22;
  /* margin-top: -290px; */
  /* padding-top: 250px; */
  padding-bottom: 230px;

  .divisor {
    width: 100%;
    margin-bottom: 120px;
  }
}
.baixo_normal .estrela {
  position: absolute;
  bottom: -49px;
  left: 100px;
}
@media (max-width: 1024px) {
  .baixo_normal {
    /* padding-top: 30px; */
    margin-top: 0px;
    padding: 100px;
    /* padding-bottom: 50px; */
  }
}
.baixo_normal .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  /* flex-direction: column; */
}
.baixo_normal .container .linha-superior,
.baixo_normal .container .linha-inferior {
  display: flex;
  width: 100%;
  margin-left: 70px;
}
@media (max-width: 1480px) {
  .baixo_normal .container .linha-superior,
  .baixo_normal .container .linha-inferior {
    margin-left: 0;
  }
}
.baixo_normal .container .linha-superior {
  height: 30%;
  margin-bottom: 80px;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
}
.baixo_normal .container .linha-inferior {
  height: 70%;
  justify-content: flex-end;
}

.baixo_normal .container .linha-inferior img {
  display: block;
  width: 60%;
  margin-right: 0;
  border-radius: 20px;
  transform: translateX(-150px);
  filter: drop-shadow(1px 1px 40px black);
}
.baixo_normal .container .balao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 23px;
}
.baixo_normal .container .balao img {
  margin-bottom: 15px;
}
.baixo_normal .container .balao:not(:first-child) {
  margin-left: 23px;
}
.baixo_normal .container .balao p {
  font-size: 28px;
  line-height: 39px;
  font-family: "Ciutadella Slab W04 Regular";
  color: #fff;
  letter-spacing: -0.56px;
}
@media (max-width: 1024px) {
  .baixo_normal .container .linha-superior,
  .baixo_normal .container .linha-inferior {
    margin-left: 0;
  }
  .baixo_normal .container .linha-superior {
    margin-bottom: 50px;
  }
  .baixo_normal .container .linha-inferior {
    height: auto;
    flex-wrap: wrap;
  }
  .baixo_normal .container .balao {
    margin-bottom: 50px;
    flex: 0 0 100%;
  }

  .baixo_normal .container {
    flex-direction: column;
  }
  .baixo_normal .container > div {
    margin: 0;
  }
  .baixo_normal .container .balao:not(:first-child) {
    margin-left: 0;
  }
}
.baixo_normal .chamada {
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.video-obj {
  position: absolute;
  z-index: 23;
  left: 0;
  bottom: -3420px;
}

.video-obj img {
  width: 140%;;
}

.baixo_normal .chamada h2 {
  font-weight: 300;
  font-size: 34px;
  /* line-height: 50px; */
  letter-spacing: 0px;
  font-family: "Ciutadella Slab W04 Bold";
  margin-top: 40px;
  margin-bottom: 40px;
}

.baixo_normal .chamada h2 span {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .baixo_normal .chamada h2 {
    font-size: 32px;
  }
}
.baixo_normal .chamada .efeito_texto_chamada {
  width: 151px;
  height: 22px;
  animation: animatedBackground 500s linear infinite;
  background: url("/assets/img/efeito_texto_chamada.svg");
  margin-top: 30px;
}
.baixo_normal .texto {
  font-size: 21px;
  line-height: 39px;
  font-family: "PassengerSansRegular";
  letter-spacing: 0px;
  font-weight: normal;
  color: #ffffff;
  /* max-width: 450px; */
}

.baixo_normal .texto p {
  padding: 0 200px 0 0;
}

@media (max-width: 1024px) {
  .baixo_normal .texto {
    margin-top: 30px;
  }
}

.video {
  width: 100%;
  min-height: 800px;
  /* background: url("/assets/newimg/new-assets/video.png") no-repeat center center/cover; */
  position: relative;
  z-index: 22;
  overflow: hidden;
  border-radius: 38px 38px 0 0;
  overflow: hidden;
  margin-top: -38px;
}
.video .efeito {
  width: 64px;
  height: 487px;
  background: url("/assets/img/efeito_sobre-2.png");
  position: absolute;
  right: 0;
  bottom: -100px;
  animation: animatedBackground 300s linear infinite;
}
@media (max-width: 1480px) {
  .video .efeito {
    display: none;
  }
}
.video a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.8); */
}

.video_eua {
  width: 100%;
  height: 588px;
  background: url("/assets/img/videoeua.png") no-repeat center center/cover;
  position: relative;
  z-index: 10;
}
.video_eua a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.nosso_pessoal {
  width: 100%;
  padding-top: 136px;
  position: relative;
  z-index: 8;
  padding-bottom: 300px;
}
@media (max-width: 1024px) {

  .video {
    min-height: 400px !important;
  }
  .nosso_pessoal {
    padding-top: 50px;
  }
}
.nosso_pessoal .efeito {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-44%, -219px, 0px) rotate(-180deg);
}
@media (max-width: 1024px) {
  .nosso_pessoal .efeito {
    display: none;
  }
}
.nosso_pessoal .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .nosso_pessoal .container {
    flex-direction: column;
  }
}
.nosso_pessoal .container div {
  margin: 0 50px;
}
@media (max-width: 1024px) {
  .nosso_pessoal .container div {
    margin: 0;
  }
}
.nosso_pessoal .chamada {
  display: flex;
  flex-direction: column;
}
.nosso_pessoal .chamada h2 {
  font-size: 58px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 0px 15px #0000001f;
}
.nosso_pessoal .chamada .efeito_texto_banner {
  background: url("/assets/img/efeito_texto_banner.svg");
  animation: animatedBackground 500s linear infinite;
  width: 151px;
  height: 22px;
  margin-top: 30px;
}
.nosso_pessoal .chamada p {
  font-size: 31px;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 58px;
  max-width: 453px;
}
.nosso_pessoal .texto {
  font-family: "PassengerSansRegular";
  font-size: 21px;
  line-height: 39px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 430px;
}
.nosso_pessoal .texto a {
  margin-top: 30px;
}

.fotos_pessoal {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
}
.fotos_pessoal img {
  max-width: 90%;
  transform: translate3d(0px, -200px, 0px);
  box-shadow: 0px 23px 46px #000;
}

.inovacao {
  position: relative;
  padding-top: 100px;
  width: 100%;
  background: #fff;
  /* margin-top: -100px; */
  padding-bottom: 10%;
  display: flex;
  justify-content: center;
}

.inovacao-container {
  margin-top: -200px;
  background: #ffffff;
  border-radius: 30px 30px 0 0;
  z-index: 80;
  position: relative;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;

}
@media (max-width: 1024px) {
  .inovacao {
    margin-top: 0;
  }
}
.inovacao .efeito {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-44%, -130px, 0px) rotate(-180deg);
}
@media (max-width: 1024px) {
  .inovacao .efeito {
    display: none;
  }
}
.inovacao .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.inovacao .titulo {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.inovacao .titulo .subtitle {
  background-color: #2C196F;
  color: #FF0057;
  font-size: 47px;
  font-weight: 700;
  padding: 0px 10px 20px 10px;
}
.inovacao .titulo .efeito_texto_sobre {
  background: url("/assets/img/efeito_texto_sobre.svg");
  animation: animatedBackground 500s linear infinite;
  margin-top: 30px;
  width: 151px;
  height: 22px;
}
.inovacao .titulo span:first-of-type {
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #2c1266;
}
@media (max-width: 1024px) {
  .inovacao .titulo span:first-of-type {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .inovacao .titulo .subtitle {
    font-size: 24px !important;
  }
}
.inovacao .titulo span:last-of-type {
  font-family: "Ciutadella Slab W04 Bold";
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #00CF8B;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .inovacao .titulo span:last-of-type {
    font-size: 24px;
    line-height: 1;
  }
}
.inovacao .fundo_items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  max-width: 1200px;
  gap: 30px;
  margin: 0 auto;
  /* grid-template-columns: 1fr 1fr 1fr; */
  /* grid-gap: 30px; */
  /* margin-top: 60px; */
}
@media (max-width: 1024px) {
  .inovacao .fundo_items {
    flex-direction: column;
    align-items: center;
    }
  
    .inovacao .fundo_items .item {
      width: calc(93.33% - 140px) !important;
      justify-content: space-between;
      margin-top: 20px;
    }
}
.inovacao .fundo_items .item {
  margin-top: 50px;
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
.inovacao .fundo_items .item .foto img {
  max-width: 100%;
  border-radius: 20px;
}

.inovacao .fundo_items .item .title h2 {
  color: #00D485;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
.inovacao .fundo_items .item .title p{
  text-align: start;
  font-family: "PassengerSansBold";
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0px;
  color: #2c1266;
  margin: 40px 0;
  height: 40px;
}

/* .inovacao .fundo_items .item .title p:last-of-type {
color: #696969;
font-family: "Passenger Sans";
font-size: 17px;
font-style: normal;
font-weight: 300;
line-height: normal;
} */
.inovacao .fundo_items .item a {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .inovacao .fundo_items .item .title {
    height: auto;
    margin: 30px 0 10px 0;
  }
  .inovacao .fundo_items .item a {
    margin-top: 20px;
  }
  .inovacao .fundo_items .item {
    margin-bottom: 50px;
  }
}
.indicadores {
  width: 100%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}
.indicadores .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indicadores .titulo {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.indicadores .titulo .efeito_texto_sobre {
  background: url("/assets/img/efeito_texto_sobre.svg");
  animation: animatedBackground 500s linear infinite;
  margin-top: 30px;
  width: 151px;
  height: 22px;
}
.indicadores .titulo span:first-of-type {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2c1266;
}
@media (max-width: 1024px) {
  .indicadores .titulo span:first-of-type {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.indicadores .titulo span:last-of-type {
  font-family: "Ciutadella Slab W04 Bold";
  font-size: 55px;
  line-height: 45px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2c1266;
}
@media (max-width: 1024px) {
  .indicadores .titulo span:last-of-type {
    font-size: 35px;
    line-height: 1;
  }
}
.indicadores .fundo_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .indicadores .fundo_items {
    grid-template-columns: 1fr;
  }
}
.indicadores .fundo_items .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indicadores .fundo_items .item .foto img {
  max-width: 100%;
}
.indicadores .fundo_items .item .title {
  text-align: center;
  font-family: "PassengerSansBold";
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0px;
  color: #2c1266;
  margin-top: 20px;
}
.indicadores .fundo_items .item a {
  margin-top: 30px;
}

.close {
  width: 100%;
  padding-top: 70px;
  position: relative;
  padding-bottom: 80px;
  z-index: 6;
}
.close .detalhe {
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 3;
  width: 151px;
  height: 22px;
  background: url("/assets/img/close-detalhe.png");
  animation: animatedBackground 500s linear infinite;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .close .chamada {
    padding-bottom: 30px;
  }
  .close .detalhe {
    bottom: -40px;
  }
}
.close .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80%;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 1024px) {
  .close .background {
    height: auto;
  }
  .close {
    background: #771D96;
  }
}
.close .efeito {
  background: #771D96;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 95%;
  height: 100%;
  border-radius: 35px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.close-star .close-star-obj {
  position: absolute;
  right: 160px;
  top: -115px;
}

.close .efeito .wave-close {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.close-hand .close-hand-img {
  width: 25%;
  position: absolute;
  margin: 0;
  top: -70px;
  left: 0;

}
@media (max-width: 1024px) {
  .close .efeito {
    display: none;
  }
}
.close .container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 1024px) {
  .close .container {
    flex-direction: column;
  }
}
.close .container div {
  margin: 0 50px;
}
.close .chamada {
  font-size: 27px;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 474px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.close .chamada b {
  font-family: "Ciutadella Slab W04 Regular";
  color: #ffffff;
}
.close .chamada a {
  margin-top: 30px;
}
.close .texto {
  font-weight: normal;
  font-size: 17px;
  line-height: 39px;
  font-family: "PassengerSansRegular";
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 453px;
}
.close .texto b {
  font-family: "Ciutadella Slab W04 Regular";
}
.close .texto a {
  margin-top: 50px;
  padding: 25px 40px;
}
@media (max-width: 1024px) {
  .close .texto a {
    padding: 20px;
  }
  .close .texto {
    margin-top: 75px !important;
  }
}
.close .texto .efeito_texto_sobre {
  background: url("/assets/img/efeito_texto_chamada.svg");
  animation: animatedBackground 500s linear infinite;
  margin-top: 30px;
  width: 151px;
  height: 22px;
}

footer {
  width: 100%;
  position: relative;
  z-index: 5;
  background: #2c1266;
  padding-top: 184px;
  padding-bottom: 100px;
  margin-top: -100px;
  max-height: 516px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  footer {
    max-height: auto;
  }
}
footer .efeito {
  position: absolute;
  right: -33%;
  bottom: -226px;
  z-index: 1;
}
@media (max-width: 1024px) {
  footer .efeito {
    display: none;
  }
}
footer .efeito img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  footer {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 20px;
  }
}
footer .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
footer .topo_footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .topo_footer {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
footer .redes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;

}
@media (max-width: 1024px) {
  footer .redes {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 20px;
  }
}
footer .redes .item {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}
footer .redes .item img {
  margin-right: 8px;
}
footer .sac {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  footer .sac {
    text-align: center;
    margin-top: 30px;
  }
}
footer .sac span:first-of-type {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.97px;
  color: #ffffff;
}
footer .sac span:last-of-type {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.66px;
  color: #ffffff;
}
footer .sac div:first-of-type {
  font-size: 40px;
  line-height: 52px;
  font-weight: bold;
  letter-spacing: 2.04px;
  color: #B8BBE3;
  font-family: "Ciutadella Slab W04 Bold";
}
footer .sac div:last-of-type {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.66px;
  color: #ffffff;
}
footer .copy {
  width: 100%;
  display: flex;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #e4e4e4;
  /* opacity: 0.4; */
  margin-top: 105px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .copy {
    margin-top: 30px;
    text-align: center;
    justify-content: center;
  }

  .container .linha-superior {
    text-align: center;
  }

  .baixo_normal {
    width: 100vw;
    padding: 0 100px 100px 100px;

    .texto p {
      padding: 0 !important;
    }
    .divisor {
      width: auto;
      margin-bottom: 50px;
    } 
    
    .container .linha-inferior img {
      transform: translateX(-120px);
    }
  }
}

@media (max-width: 412px) {
  .banner_mobile .chamada {
    margin-left: 0 !important;
  }

  .banner_mobile .bg {
    width: 120%;;
  }

  .sobre-wave {
    display: none;
  }

  .sobre .second-half {
    padding: 0;
    width: 75% !important;

    .title-sobre {
      font-size: 67px;
    }

    .subtitle-sobre {
      font-size: 57px;
    }

  }
}

@media (max-width: 412px) {
  .normal_copag .container {
      padding: 0 30px !important;
    
    .valores {
      justify-content: center !important;
    }
  }
}

@media (max-width: 412px) {
  .baixo_normal {
    padding: 30px;
  }

  .cta .blue_red {
    line-height: 20px;
  }
}

@media (max-width: 412px) {
  .video {
    margin-top: 50px;
    min-height: 220px !important;
  }
}

@media (max-width: 500px) {
  .inovacao .inovacao-container{
    margin-top: -130px !important;
  }

  .inovacao .fundo_items .item {
    width: 100% !important;
    margin-top: 20px;
  }
  .inovacao .fundo_items .item .title p:first-of-type {
    margin: 50px 0 !important;
    text-align: center !important;
    font-size: 16px;
  }
  .inovacao .container {
    padding: 0 !important;
    margin: 20px 0 !important;
  }
} 

@media (max-width: 500px) {
  .sobre .fotos {
    align-items: center;
}

@media (max-width: 412px) {
  .close .container div {
    margin: 0px 0px 0px 40px !important;
  }
}

@media (max-width: 412px) {
    .inovacao .titulo span:first-of-type {
    font-size: 19px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .inovacao .titulo .subtitle {
    font-size: 19px !important;
  }

  .inovacao .titulo span:last-of-type {
  font-family: "Ciutadella Slab W04 Bold";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #00CF8B;
  text-align: center;
  margin-top: 25px;
  }
}

@media (max-width: 500px) {
  .container .linha-superior {
    text-align: center;
  }

  .baixo_normal {
    width: 100%;
    padding: 0 100px 100px 100px;

    .texto p {
      padding: 0 !important;
    }
    .divisor {
      display: none !important;
    } 
    
    .container .linha-inferior img {
      transform: translateX(0px);
    }
  }
}

@media (max-width: 500px) {
  .banner_mobile {
    .bg {
    display: none;
    }
    .chamada {
      margin-top: 50px;
    }
  }
  .pink-sections {
    .sobre-wave {
      width: 50%;
    }
    .second-half {
      padding: 20px !important;
      width: 100% !important;
    }
    .normal_copag {
      .container {
        padding: 0 50px;

        .valores {
          justify-content: center !important;
          gap: 40px ;
        }
        .one-half {
          justify-content: center !important;
          align-items: center !important;
          text-align: center !important;
          span { 
            text-align: center !important;
          }
        }
      }
    }
  }
  .baixo-video-section {
    .baixo_normal {
      padding: 40px !important;
      .container {
        .linha-inferior {
          justify-content: center;
          img {
            transform: none !important;
            padding: 0;
            margin: 50px 0;
          }
        }
      }
    }
  .video {
    min-height: 200px !important;
  }
  }
  .inovacao {
    .fundo_items {
      .item {
        width: calc(93.33% - 0px) !important;
        align-items: center !important;
        text-align: center !important;

        .title{
          h2 {
            text-align: center !important;
          }
          p {
            text-align: center !important;
            margin-bottom: 50px !important;
          }
        }
      }
    }
  }
  .close {
    .container {
      div {
        margin: 0px !important;
        margin-bottom: 20px !important;
        padding: 0 40px !important;
        text-align: center !important;
      }
    }
  }
  footer {
    height: 100% !important;
    .copy {
      margin-top: 15px;
    }
  }
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 0;
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 0;
  }
}
