/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@keyframes bgBotao {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body {
  font-family: "Lato";
}

.section-padrao-title {
  background: linear-gradient(to bottom, #3f0369, #6e0595, #8e07b2);
}
@media only screen and (min-width: 900px) and (min-height: 900px) {
  .section-padrao-title {
    height: auto;
  }
}

.section-padrao-title-edit {
  font-weight: 700;
  font-size: 2.7rem;
  color: white;
}
@media only screen and (max-width: 600px) {
  .section-padrao-title-edit {
    font-size: 1.6rem;
  }
}

.section-padrao-item-list {
  list-style: none;
  color: white;
  font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .section-padrao-item-list {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

.section-padrao-text-icon {
  color: white;
  font-size: 1.3rem;
  line-height: 0.3rem;
}
@media only screen and (max-width: 600px) {
  .section-padrao-text-icon {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 600px) {
  .img-edit-mob {
    max-width: 1rem !important;
    max-height: 1rem !important;
  }
}
@media only screen and (max-width: 320px) and (max-height: 658) {
  .img-edit-mob {
    max-width: 0.8rem !important;
    max-height: 0.8rem !important;
  }
}

.section-padrao-title-branco {
  background-color: white;
  padding: 40px;
}

.padrao-branco-title {
  font-weight: 900;
  color: #58265a;
  font-size: 2rem;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .padrao-branco-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .padrao-branco-title {
    font-size: 1.8rem;
  }
}

.global-edit-mob {
  margin-left: 0px;
  margin-right: 0px;
}

#title-padrao-text-B {
  height: auto;
}

#title-padrao-text-C {
  height: auto;
  padding: 3rem 0;
}

a {
  text-decoration: none;
}

.section-learn-paint-content-lg {
  padding-top: 0rem;
}

.submarani-description-text-light {
  color: #ffffff;
  font-size: 1.5rem;
}

.preco-botao-bold {
  font-weight: 900;
}

.preco-botao-title {
  color: #4c164e;
}

.preco-botao-bold-B {
  font-size: 5rem;
  font-weight: 900;
  color: #0ba224;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .preco-botao-bold-B {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 412px) and (min-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  .preco-botao-bold-B {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .preco-botao-bold-B {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 360px) and (min-height: 740px) and (-webkit-min-device-pixel-ratio: 4) {
  .preco-botao-bold-B {
    font-size: 4rem;
  }
}

.preco-botao-title-B {
  font-weight: 900;
}

.section-items-list-mob {
  background-color: #613164;
  min-height: 45vh;
  height: auto;
}
@media only screen and (max-width: 375px) and (max-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-items-list-mob {
    min-height: 27vh;
  }
}

.text-check-list {
  font-size: 1.1rem;
}

.img-check-list-config {
  width: 70%;
}

.container-config-mob {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 600px) {
  .title-default {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
  }
}
@media only screen and (max-width: 320px) and (max-height: 658) {
  .title-default {
    font-size: 1.2rem !important;
    line-height: 1.7rem !important;
  }
}

@media only screen and (max-width: 600px) {
  .caption-default {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
  }
}
@media only screen and (max-width: 320px) and (max-height: 658) {
  .caption-default {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
  }
}

@media only screen and (max-width: 600px) {
  .title-emphase {
    font-size: 2.2rem !important;
    line-height: 2.6rem !important;
    padding: 2rem 0 !important;
  }
}
@media only screen and (max-width: 320px) and (max-height: 658) {
  .title-emphase {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    padding: 1.5rem 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .paragraph-default {
    font-size: 1rem !important;
    line-height: 1.8rem !important;
  }
}
@media only screen and (max-width: 320px) and (max-height: 658) {
  .paragraph-default {
    font-size: 0.8rem !important;
    line-height: 1.3rem !important;
  }
}

#cenas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  #cenas {
    grid-template-columns: 1fr;
  }
}

.img-title-edit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.img-title-edit a {
  border-radius: 5.52rem;
  border: 0rem;
  color: white;
  animation: bgBotao 10s linear infinite;
  background: linear-gradient(-45deg, #0ba224, #42ec5f, #0ba224, #0e4b02);
  background-size: 500%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .img-title-edit a {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 360px) and (min-height: 740px) and (-webkit-min-device-pixel-ratio: 4) {
  .img-title-edit a {
    line-height: 2rem;
    padding-bottom: 1.29rem;
    font-size: 2.09rem;
  }
}

.section-header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100VH;
}
@media only screen and (max-width: 600px) {
  .section-header-bg {
    min-height: auto;
  }
}

.section-header-text {
  font-weight: 900;
  font-size: 1.8rem;
  color: #A8049D;
  color: #000;
  font-weight: 2rem;
}
@media only screen and (max-width: 600px) {
  .section-header-text {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

.section-header-subtitle {
  font-weight: 700;
  font-size: 1.7rem;
  color: rgb(82, 82, 82);
  line-height: 1.9rem;
}
@media only screen and (max-width: 600px) {
  .section-header-subtitle {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}

@media only screen and (max-width: 412px) and (min-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  .section-header-top {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 384px) and (min-height: 854px) and (-webkit-min-device-pixel-ratio: 3.75) {
  .section-header-top {
    padding-top: 3rem;
  }
}

.section-header-video {
  border-radius: 1.2rem;
  min-height: 50vh;
}
@media only screen and (max-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
  .section-header-video {
    min-height: 38vh;
  }
}
@media only screen and (max-width: 834px) and (max-height: 1194px) {
  .section-header-video {
    min-height: 30vh;
  }
}
@media only screen and (max-width: 820px) and (max-height: 1366px) {
  .section-header-video {
    min-height: 32vh;
  }
}
@media only screen and (max-width: 820px) and (max-height: 900px) {
  .section-header-video {
    min-height: 25vh;
  }
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .section-header-video {
    height: auto;
    min-height: 29vh;
    border-radius: 0.7rem;
  }
}
@media only screen and (max-width: 412px) and (min-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  .section-header-video {
    min-height: 24vh;
    height: auto;
  }
}
@media only screen and (max-width: 384px) and (min-height: 854px) and (-webkit-min-device-pixel-ratio: 3.75) {
  .section-header-video {
    min-height: 24vh;
    height: auto;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-header-video {
    min-height: 24vh;
    border-radius: 0.8rem;
  }
}

@media only screen and (max-width: 375px) and (max-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-padrao-item-list-2 {
    font-size: 1.16rem;
  }
}

.section-padrao-text-icon-2 {
  color: #613164;
}

.section-padrao-text-icon-destaque {
  font-weight: 900;
  color: #e68506;
}

.section-padrao-text {
  color: #613164;
}

.section-padrao-text-icon-destaque-2 {
  font-weight: 900;
  color: #613164;
}

.title-padrao-text {
  background: linear-gradient(to bottom, #3f0369, #6e0595, #8e07b2);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.title-padrao-text-edit {
  color: white;
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .title-padrao-text-edit {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 414px) and (min-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .title-padrao-text-edit {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 412px) and (min-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  .title-padrao-text-edit {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 390px) and (min-height: 844px) and (-webkit-min-device-pixel-ratio: 3) {
  .title-padrao-text-edit {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 384px) and (min-height: 854px) and (-webkit-min-device-pixel-ratio: 3.75) {
  .title-padrao-text-edit {
    font-size: 2.456rem;
    line-height: 3.3rem;
    padding-top: 1.8rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .title-padrao-text-edit {
    font-size: 2.1rem;
    line-height: 2.79rem;
  }
}
@media only screen and (max-width: 360px) and (min-height: 740px) and (-webkit-min-device-pixel-ratio: 4) {
  .title-padrao-text-edit {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.img-title-top {
  color: #8713bd;
  font-weight: 900;
  font-size: 1.8rem;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .img-title-top {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 375px) and (max-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .img-title-top {
    font-size: 1.45rem;
  }
}

.img-subtitle {
  font-size: 1.4rem;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .img-subtitle {
    font-size: 1.06rem;
    font-weight: bold;
    margin-top: 1.2rem;
  }
}
@media only screen and (max-width: 375px) and (max-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .img-subtitle {
    font-size: 1.29rem;
    padding-top: 1rem;
  }
}

.card-info-bg-section {
  background-image: url(./5456445ddbffbd283b5f.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
}
@media only screen and (min-width: 800px) and (max-height: 1194px) {
  .card-info-bg-section {
    min-height: 75vh;
    height: auto;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .card-info-bg-section {
    min-height: 150vh;
    height: auto;
  }
}
@media only screen and (max-width: 414px) and (min-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .card-info-bg-section {
    min-height: 174vh;
  }
}
@media only screen and (max-width: 412px) and (min-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  .card-info-bg-section {
    min-height: 169vh;
  }
}
@media only screen and (max-width: 384px) and (min-height: 854px) and (-webkit-min-device-pixel-ratio: 3.75) {
  .card-info-bg-section {
    min-height: 177vh;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .card-info-bg-section {
    min-height: 189vh;
  }
}

@media only screen and (min-width: 900px) and (min-height: 900px) {
  .card-info-size {
    min-height: 50vh;
  }
}

@media only screen and (max-width: 500px) and (max-height: 736px) {
  .card-info-group {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}

.card-icon-computer {
  background-color: #58265a;
  border-radius: 1.5rem;
  min-height: 245px;
  min-width: 216px;
  height: auto;
}
@media only screen and (min-width: 800px) and (max-height: 1180px) {
  .card-icon-computer {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .card-icon-computer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.card-icon-title {
  color: rgb(255, 213, 0);
  margin-bottom: 0rem;
  font-weight: 900;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .card-icon-title {
    font-size: 1.65rem;
    margin-top: 1rem;
  }
}

.card-icon-subtitle {
  color: white;
  line-height: 1.24rem;
  font-size: 0.95rem;
}
@media only screen and (min-width: 800px) and (max-height: 1180px) {
  .card-icon-subtitle {
    font-size: 0.999rem;
  }
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .card-icon-subtitle {
    font-size: 1.15rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .card-icon-subtitle {
    font-size: 1.39rem;
    line-height: 1.7rem;
  }
}

.card-margin-1 {
  margin-bottom: 3rem !important;
}

.card-margin-2 {
  margin-bottom: 2rem !important;
}

.gallery-modulo-bg {
  background-image: url(./c29beb165dd45c99ec72.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.gallery-item-text-branco {
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .gallery-item-text-branco {
    font-size: 2rem;
  }
}

.gallery-item-text {
  color: #fff;
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .gallery-item-text {
    font-size: 1.3rem;
  }
}

.exercise-bg {
  background-image: url(./d83321b77bd0aa8a4bfb.jpg);
  background-position: center;
  background-size: cover;
}

#exercise-bg-2 {
  padding-top: 5rem !important;
}

#img-especifico {
  width: 80% !important;
}

.exercise-text-title {
  color: #501c53;
  font-weight: 900;
  font-size: 3.1rem;
  padding: 0rem;
  margin: 0rem;
}

.exercise-text-subtitle {
  color: #333;
  font-weight: 900;
  font-size: 2rem;
  padding: 0rem;
  margin: 0rem;
}

.exercise-text-light {
  font-size: 1.2rem;
  padding: 0rem;
  margin: 0rem;
}

.title-padrao-edit-top {
  color: #43114c;
  font-weight: 900;
  font-size: 4rem;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .title-padrao-edit-top {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 414px) and (min-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .title-padrao-edit-top {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 412px) and (min-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  .title-padrao-edit-top {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 384px) and (min-height: 854px) and (-webkit-min-device-pixel-ratio: 3.75) {
  .title-padrao-edit-top {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .title-padrao-edit-top {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 360px) and (min-height: 740px) and (-webkit-min-device-pixel-ratio: 4) {
  .title-padrao-edit-top {
    font-size: 3rem;
  }
}

.subtitle-padrao-edit {
  color: #b006be;
  font-weight: 900;
  font-size: 4rem;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .subtitle-padrao-edit {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 412px) and (min-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  .subtitle-padrao-edit {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 384px) and (min-height: 854px) and (-webkit-min-device-pixel-ratio: 3.75) {
  .subtitle-padrao-edit {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .subtitle-padrao-edit {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 360px) and (min-height: 740px) and (-webkit-min-device-pixel-ratio: 4) {
  .subtitle-padrao-edit {
    font-size: 3rem;
  }
}

#title-padrao-text-yellow {
  color: #feab00;
  color: #e68506;
  font-size: 4rem;
  padding: 0rem;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  #title-padrao-text-yellow {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 412px) and (min-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  #title-padrao-text-yellow {
    padding-top: 1.7rem;
    line-height: 3.4rem;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  #title-padrao-text-yellow {
    line-height: 3.7rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 360px) and (min-height: 740px) and (-webkit-min-device-pixel-ratio: 4) {
  #title-padrao-text-yellow {
    line-height: 3rem;
    padding-top: 1.6rem;
    font-size: 3.2rem;
  }
}

.group-items {
  margin-right: 0px;
  margin-left: 0px;
}

.section-top-title {
  font-weight: 900;
  font-size: 3rem;
  color: #501d54;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .section-top-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 414px) and (min-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-top-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 412px) and (max-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  .section-top-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 384px) and (min-height: 854px) and (-webkit-min-device-pixel-ratio: 3.75) {
  .section-top-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 390px) and (min-height: 844px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-top-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-top-title {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 360px) and (min-height: 740px) and (-webkit-min-device-pixel-ratio: 4) {
  .section-top-title {
    font-size: 2rem;
  }
}

.section-top-subtitle {
  font-weight: 900;
  font-size: 2rem;
  color: #3d3d3d;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .section-top-subtitle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) {
  .section-top-subtitle {
    font-size: 1.679999rem;
  }
}

.section-list-title {
  color: #b006be;
  font-weight: 900;
  font-size: 2.7rem;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .section-list-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-list-title {
    font-size: 2.9rem;
    line-height: 3.29rem;
  }
}

.section-text-edit {
  font-size: 1.4rem;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .section-text-edit {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-text-edit {
    font-size: 1.39rem;
    text-align: center;
  }
}

.section-testimony-bg {
  background-color: #eaeaea;
}

.section-testimony-title {
  font-size: 3.5rem;
  color: #681e6d;
  font-weight: 900;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .section-testimony-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 414px) and (min-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-testimony-title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-testimony-title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 384px) and (min-height: 854px) and (-webkit-min-device-pixel-ratio: 3.75) {
  .section-testimony-title {
    font-size: 2.5rem;
  }
}

.padrao-branco-title-B {
  color: #501d54;
  font-size: 2.8rem;
  font-weight: 900;
}

.padrao-branco-title-C {
  color: #b006be;
  font-size: 2.8rem;
  font-weight: 900;
}

.features-icon {
  display: block;
  width: 25px;
  height: 25px;
  max-width: 4%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .features-icon {
    max-width: 1rem !important;
    max-height: 1rem !important;
  }
}

.text-list-item {
  font-size: 1.3rem;
}

.card-info-bg-section-B {
  background-color: #f5f4f4;
}

.card-icon-Checkout-B {
  background-color: #edeaee;
  border-radius: 1.5rem;
}

.card-icon-title-B {
  color: #43114c;
  margin-bottom: 0rem;
  font-weight: 900;
}

.card-icon-subtitle-B {
  color: #43114c;
  line-height: 1.24rem;
  font-size: 1.05rem;
  font-weight: 600;
}

#img-fluid-B {
  max-width: 80%;
}

.section-footer-bio-B {
  background-color: #43114c;
}

.section-footer-bio-text-B {
  color: white;
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .section-footer-bio-text-B {
    text-align: center;
  }
}

.section-footer-bio-title {
  font-weight: 900;
  color: #922b56;
  font-size: 3.5rem;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .section-footer-bio-title {
    font-size: 1.99rem;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) and (min-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer-bio-title {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 412px) and (min-height: 915px) and (-webkit-min-device-pixel-ratio: 3.5) {
  .section-footer-bio-title {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-footer-bio-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 384px) and (min-height: 854px) and (-webkit-min-device-pixel-ratio: 3.75) {
  .section-footer-bio-title {
    font-size: 2rem;
    text-align: center;
  }
}

.section-footer-bio-title-B {
  color: white;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .section-footer-bio-title-B {
    font-size: 2rem;
    text-align: center;
  }
}

.section-footer-bio-text-C {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
}

@media only screen and (max-width: 500px) and (max-height: 736px) {
  .section-footer-bio-text {
    text-align: center;
  }
}

.footer-bio-icon {
  width: 10% !important;
}

.section-footer-bio-text .destaque-text-bio {
  color: #b006be;
  font-weight: 600;
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-footer-bio-text {
    text-align: center;
    font-size: 1.0999rem;
  }
}

.section-list-description {
  background-image: url(./deeb4a96fab46bb71c54.jpg);
}

.list-description-title {
  font-weight: 900;
  color: #feab00;
}

.list-description-subtitle {
  color: #ffffff;
}

.list-description-group {
  list-style-type: decimal;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.3rem;
}

.preco-botao-bg {
  background-color: #f5f4f4;
}

.preco-botao-title-B {
  font-size: 3rem;
  color: #43114c;
}
@media only screen and (max-width: 500px) and (max-height: 736px) {
  .preco-botao-title-B {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 375px) and (min-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .preco-botao-title-B {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 360px) and (min-height: 740px) and (-webkit-min-device-pixel-ratio: 4) {
  .preco-botao-title-B {
    font-size: 2rem;
  }
}

@keyframes bgBotao {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.section-form-button {
  border-radius: 5.52rem;
  border: 0rem;
  color: white;
  animation: bgBotao 10s linear infinite;
  background: linear-gradient(-45deg, #0ba224, #42ec5f, #0ba224, #0e4b02);
  background-size: 500%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  font-size: 1.49rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .section-form-button {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 360px) and (min-height: 740px) and (-webkit-min-device-pixel-ratio: 4) {
  .section-form-button {
    line-height: 2rem;
    padding-bottom: 1.29rem;
    font-size: 2.09rem;
  }
}

.section-footer {
  background-color: #0d040e;
  background-color: #190624;
  height: auto;
}

.footer-text-edit {
  color: white;
  font-size: 1.04rem;
  font-weight: 600;
  margin-bottom: 0;
}

.footer-copyright p {
  font-family: Gill Sans MT;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
.footer-copyright a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out !important;
}

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