html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
input,
button {
  box-sizing: border-box;
  outline: 0;
}

input::placeholder,
textarea::placeholder {
  color: #434343 !important;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regulard41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Boldd41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype"),
    url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

body {
  position: relative;
  font-family: "Open Sans";
  font-size: 16px;
}

@media (max-width: 964px) {
  body {
    overflow-x: hidden;
  }
}

.container {
  width: 1170px;
  margin: 0 auto;
  height: 100%;
}

@media (max-width: 1280px) {
  .container {
    width: 94%;
  }
}

@media (max-width: 964px) {
  .container {
    width: 90%;
  }
}

/*********************************************************
  Header do site
*********************************************************/

.header {
  width: 100%;
  background: #fff;
}

.header.inner {
  background: #fff;
}

.header-information {
  width: 100%;
  height: 46px;
  background: #003c56;
}

.header-flex-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.flex-information {
  width: 100%;
  height: 46px;
  display: flex;
  align-content: center;
  align-items: center;
}
.information-list {
  display: flex;
}
.information-item {
  height: 46px;
  margin-right: 32px;
}

.information-text {
  font-size: 14px;
  color: #fff;
}

.information-img {
  display: block;
  margin-right: 8px;
}

.information-img.whats {
  width: 19px;
}

.social-list {
  display: flex;
}

.social-item {
  display: block;
  margin-right: 8px;
}

.header-content {
  width: 100%;
  height: 80px;
  position: relative;
}
.header-content.inner {
  background-color: #fff;
}

.header-fixed {
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.header-fixed.nav-up {
  top: -100px !important;
}

.header-fixed.nav-down {
  top: 0px !important;
}

.header-fixed.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
  background: #fff;
}

.header-content-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  align-content: center;
}

.header-buttons-content {
  width: 230px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.logo {
  width: 207px;
  height: 78px;
  position: relative;
}

.logo img {
  width: 100%;
}

.logo .img-mobile {
  display: none;
}

.logo-images {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 200;
}

.menu-list {
  display: flex;
}

.menu-list :first-child {
  border-left: 0;
}

.menu-item {
  margin: 0 8px;
  padding-left: 16px;
}

.menu-link {
  color: #747474;
  text-decoration: none;
  font-size: 16px;
}

#menu-assinar {
  display: none;
}

.submenu {
  width: 202px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  top: 150%;
  right: 0;
  border-top: 3px solid #003c56;
  z-index: 200;
}

.submenu.hidden {
  display: none;
}

.submenu-list {
  width: 100%;
}

.submenu-list:last-child {
  width: 100%;
  border-bottom: 0;
}

.submenu-item {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #cbcbcb;
}

.submenu-link {
  display: block;
  width: 100%;
  text-align: center;
  color: #747474;
  font-size: 16px;
  text-decoration: none;
}

.submenu-link:hover {
  color: #017674;
  font-weight: bold;
}

.button-menu {
  display: none;
}

.link-whats {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1125px) {
  .header-buttons-content {
    width: 200px;
  }
  .menu-link {
    font-size: 15px;
  }
}

@media (max-width: 1060px) {
  .header-fixed {
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.35);
  }
  .header-buttons-content {
    width: 200px;
  }
  .menu-link {
    font-size: 15px;
  }
  .menu {
    display: none;
  }
  .logo-images {
    display: none;
  }

  .logo {
    width: 82px;
    height: 30px;
  }

  .logo .img-mobile {
    display: block;
    width: 100%;
  }

  .button-menu {
    display: block;
    width: 25px;
  }

  #buttonAssinar {
    display: none;
  }

  .menu.active {
    display: block;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    background: #fff;
    z-index: 500;
  }

  .menu-list {
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .menu-item {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
  }

  .menu-item:last-child {
    border-bottom: 0;
  }
  #menu-assinar {
    display: block;
    padding: 24px 0;
  }

  #linkAssinar {
    display: block;
    text-align: center;
    width: 100%;
  }

  .menu-link {
    color: #017674;
    font-size: 20px;
  }
}

@media (max-width: 772px) {
  .header-information {
    display: none;
  }

  .header-buttons-content {
    width: 130px;
  }

  .submenu {
    width: 100%;
    top: 80px;
    position: fixed;
    right: 0;
    background-color: #fff;
    height: calc(100% - 80px);
  }
}

/*************************************************************************
  Slider
*************************************************************************/

.swiper-container {
  width: 100%;
  height: 616px;
  background-color: #017674;
}

.swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.swiper-slide.slider-1 {
  width: 100%;
  height: 616px;
  background: url("../images/banner/img-b1%402x.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 20%;
  position: relative;
}

.swiper-slide.slider-2 {
  width: 100%;
  height: 616px;
  background: url("../images/banner/img-b2%402x.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 20%;
  position: relative;
}

.swiper-slide.slider-3 {
  width: 100%;
  height: 616px;
  background: url("../images/banner/img-b3%402x.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 80%;
  position: relative;
}

.swiper-slide.slider-4 {
  width: 100%;
  height: 616px;
  background: url("../images/banner/img-b4%402x.png") no-repeat;
  background-size: 100% auto;
  position: relative;
}

.slider-wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 172px;
  background: url(../images/backgrounds/onda-1.svg) no-repeat;
  background-size: 120%;
  background-position: 5% 0;
}

.slider-text {
  display: none;
  width: 740px;
  position: absolute;
  right: 10%;
  top: 30%;
}

.swiper-slide.swiper-slide-active .slider-text {
  display: block;
}

.slider-banner-title {
  font-size: 40px;
  text-align: right;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
}

.slider-banner-description {
  font-size: 22px;
  text-align: right;
  color: #fff;
  margin: 16px 0 48px 0;
}

.slider-banner-description b {
  font-weight: bold;
}

.type {
  color:#0000;
  background:
    linear-gradient(-90deg,#fff 5px,#0000 0) 10px 0,
    linear-gradient(#fff 0 0) 0 0;
  background-size:calc(53*1ch) 200%;
  -webkit-background-clip:padding-box,text;
  background-clip:padding-box,text;
  background-repeat:no-repeat;
  animation: 
    b .7s infinite steps(1),   
    t calc(53*.13s) steps(53) forwards;
}
@keyframes t{
  from {background-size:0 200%}
}
@keyframes b{
  50% {background-position:0 -100%,0 0}
}

.typewriter {
  width: 100%;
  height: 30px;
  margin: 16px 0 48px 0;
  position: relative;
}

.content-one {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}

.content-two {
  position: absolute;
  right: 0;
  top: 0;
  width: 334px;
}

.content-three {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}

.content-four {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}

.typewriter p {
  padding: 2px 0;
  overflow: hidden;
  border-right: 0.15em solid #fff;
  white-space: nowrap;
  margin: 0 auto;
}

.type b {
  font-weight: bold;
}

.slider-banner-buttons-content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}

.swiper-container .swiper-button-prev:hover {
  border-radius: 50%;
}

.swiper-container .swiper-button-prev:hover {
  border-radius: 50%;
}

@media (max-width: 1285px) {
  .slider-wave {
    background-size: 150% auto;
  }
}

@media (max-width: 1222px) {
  .slider-wave {
    background-size: 150% auto;
  }
}

@media (max-width: 1165px) {
  .swiper-slide.slider-1 {
    background-size: 140% auto;
  }
  .swiper-slide.slider-2 {
    background-size: 140% auto;
  }
  .swiper-slide.slider-3 {
    background-size: 140% auto;
  }
}

@media (max-width: 1150px) {
  .swiper-slide.slider-4 {
    background-size: 140% auto;
  }
}

@media (max-width: 1060px) {
  .slider-wave {
    background-size: 180% auto;
  }
}

@media (max-width: 885px) {
  .swiper-slide.slider-2 {
    background-size: 180% auto;
    background-position: 0 15%;
  }
}

@media (max-width: 880px) {
  .slider-wave {
    background-size: 340% auto;
  }
}

@media (max-width: 840px) {
  .swiper-slide.slider-1 {
    background-size: 160% auto;
  }
  .swiper-slide.slider-3 {
    background-size: 160% auto;
  }

  .swiper-slide.slider-4 {
    background-size: 160% auto;
  }

  .swiper-slide.swiper-slide-active .slider-text {
    width: 100%;
    left: 0;
  }

  .swiper-slide.swiper-slide-active .slider-banner-title {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }

  .swiper-slide.swiper-slide-active .slider-banner-description {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    padding: 0 25px;
  }

  .swiper-slide.swiper-slide-active .slider-banner-buttons-content {
    justify-content: center;
  }

  .swiper-slide.swiper-slide-active .slider-banner-buttons-content button {
    width: 150px;
    padding: 12px 26px;
    margin: 0 10px;
  }
  .content-one,
  .content-two,
  .content-three,
  .content-four {
    width: 80%;
    position: static;
    margin: 0 auto;
  }
}

@media (max-width: 732px) {
  .swiper-slide.slider-1 {
    background-size: 190% auto;
  }
  .swiper-slide.slider-3 {
    background-size: 190% auto;
  }
  .swiper-slide.slider-4 {
    background-size: 190% auto;
  }
}

@media (max-width: 650px) {
  .swiper-slide.slider-2 {
    background-size: 200% auto;
    background-position: 0 15%;
  }
}

@media (max-width: 615px) {
  .swiper-slide.slider-1 {
    background-size: 220% auto;
  }
  .swiper-slide.slider-3 {
    background-size: 220% auto;
  }

  .swiper-slide.slider-4 {
    background-size: 220% auto;
    background-position: 28% 0%;
  }
}

@media (max-width: 583px) {
  .swiper-slide.slider-2 {
    background-size: 240% auto;
    background-position: 0 15%;
  }
}

@media (max-width: 530px) {
  .swiper-slide.slider-3 {
    background-size: 260% auto;
  }
}

@media (max-width: 528px) {
  .swiper-slide.slider-1 {
    background-size: 260% auto;
  }
  .swiper-slide.slider-4 {
    background-size: 260% auto;
    background-position: 28% 0%;
  }
}

@media (max-width: 462px) {
  .swiper-slide.slider-2 {
    background-size: 300% auto;
    background-position: 10% 0%;
  }
}

@media (max-width: 460px) {
  .slider-wave {
    background-size: 500% auto;
  }
}

@media (max-width: 455px) {
  .swiper-slide.slider-1 {
    background-size: 300% auto;
    background-position: 12% 0;
  }

  .swiper-slide.slider-3 {
    background-size: 300% auto;
    background-position: 10% 10%;
  }
  .swiper-slide.slider-4 {
    background-size: 300% auto;
    background-position: 28% 0%;
  }
}

@media (max-width: 390px) {
  .swiper-slide.slider-3 {
    background-size: 320% auto;
    background-position: 10% 10%;
  }
}

@media (max-width: 385px) {
  .swiper-slide.slider-1 {
    background-size: 320% auto;
    background-position: 12% 0;
  }
}

@media (max-width: 380px) {
  .swiper-slide.slider-2 {
    background-size: 320% auto;
    background-position: 10% 0%;
  }
  .swiper-slide.slider-4 {
    background-size: 320% auto;
    background-position: 28% 0%;
  }
}

@media (max-width: 360px) {
  .swiper-slide.slider-3 {
    background-size: 365% auto;
    background-position: 10% 10%;
  }
}

@media (max-width: 350px) {
  .swiper-slide.slider-1 {
    background-size: 350% auto;
    background-position: 12% 0;
  }
  .swiper-slide.slider-2 {
    background-size: 350% auto;
    background-position: 13% 0%;
  }
  .swiper-slide.slider-4 {
    background-size: 350% auto;
    background-position: 20% 0%;
  }
}

.fixed-whats {
  width: 64px;
  height: 64px;
  background: #3fb43f;
  border-radius: 100%;
  position: fixed;
  bottom: 5%;
  right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  cursor: pointer;
}

.fixed-whats-img {
  display: block;
  cursor: pointer;
}

/*******************************************
  Buttons
*******************************************/

.learn {
  width: 100%;
  padding: 33px 0;
}

.learn-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.learn-images {
  width: calc(100% - 650px);
}

.learn-images img {
  width: 100%;
}

.learn-text {
  width: 630px;
}

.learn-title {
  width: 100%;
  color: #212121;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 24px;
}

.learn-title b {
  font-weight: bold;
}

.learn-description {
  font-size: 16px;
  color: #424242;
  line-height: 30px;
}

.learn-list-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 103px;
}

.learn-list-content {
  display: flex;
}

.learn-list-item {
  width: 260px;
  margin: 0 12px;
}

.card {
  width: 260px;
  height: 268px;
  border-radius: 4px;
  box-shadow: 3px 6px 24px #00000029;
}

.card.orange {
  background-color: #ec8926;
}
.card.green {
  background-color: #017674;
}
.card.blue {
  background-color: #386cb4;
}
.card.gree-light {
  background-color: #6fb353;
}

.card-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  height: 129px;
}

.card-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}

.learn-plan {
  width: 100%;
  margin: 80px 0 20px 0;
}

.learn-plan-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.learn-plan-title {
  color: #212121;
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 32px;
}

.learn-plan-description {
  color: #424242;
  font-size: 16px;
  margin-bottom: 32px;
}

@media (max-width: 1060px) {
  .learn-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .learn-text {
    width: 90%;
  }

  .learn-images {
    width: 90%;
    margin: 24px 0;
  }
}

@media (max-width: 1150px) {
  .learn-list-content li {
    width: 24%;
  }
  .card {
    width: 100%;
  }
}

@media (max-width: 965px) {
  .learn-list-content {
    flex-wrap: wrap;
  }

  .learn-list-content li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
  }

  .card {
    width: 260px;
  }
}

@media (max-width: 675px) {
  .learn-plan-title {
    font-size: 20px;
  }

  .learn-plan-description {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .learn-title {
    font-size: 20px;
  }
  .learn-description {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .learn-title {
    font-size: 17px;
  }
}

/*******************************************
  totals
*******************************************/

.totals {
  width: 100%;
  position: relative;

  padding: 0 0 80px 0;
}

.totals-wave-container {
  width: 100%;
  height: 160px;
  position: relative;
}

.totals-wave-container-bottom {
  width: 100%;
  height: 200px;
  position: relative;
}

.totals-wave-top {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  height: 160px;
  background: url("../images/backgrounds/onda-2.svg") no-repeat;
  background-size: 120%;
  background-position: 5% 0;
}

.totals-background {
  width: 100%;
  position: relative;
  background: url("../images/backgrounds/pattern.png") #6fb353;
}

.totals-wave-bottom {
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url("../images/backgrounds/onda-3.svg") no-repeat;
  background-size: 120%;
  background-position: top right;
}

.totals-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.totals-list {
  width: 100%;
  display: flex;
}

.totals-list .slick-dots {
  bottom: -30px;
  display: none;
}

.totals-list .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}

.totals-list .slick-dots li.slick-active {
  background-color: #fff;
}

.totals-list-items {
  width: 260px;
  margin: 0 12px;
}

.totals-counts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.totals-images {
  margin-bottom: 30px;
}

.totals-totals {
  color: #f4e42f;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 8px;
}

.totals-descriptions {
  width: 70%;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 1490px) {
  .totals-wave-top {
    background-size: 140%;
  }
}

@media (max-width: 1400px) {
  .totals-wave-bottom {
    background-size: 160%;
  }
}

@media (max-width: 1210px) {
  .totals-wave-top {
    background-size: 160%;
  }
}

@media (max-width: 1078px) {
  .totals-wave-top {
    background-size: 180%;
  }
}

@media (max-width: 1050px) {
  .totals-wave-bottom {
    background-size: 180%;
  }
}

@media (max-width: 965px) {
  .totals-list .slick-dots {
    display: block;
  }
}

@media (max-width: 953px) {
  .totals-wave-top {
    background-size: 200%;
  }
}

@media (max-width: 940px) {
  .totals-wave-bottom {
    background-size: 200%;
  }
}

@media (max-width: 852px) {
  .totals-wave-top {
    background-size: 220%;
  }
}

@media (max-width: 850px) {
  .totals-wave-bottom {
    background-size: 220%;
  }
}

@media (max-width: 772px) {
  .totals-wave-top {
    background-size: 250%;
  }
}

@media (max-width: 765px) {
  .totals-wave-bottom {
    background-size: 240%;
  }
}

@media (max-width: 705px) {
  .totals-wave-bottom {
    background-size: 280%;
  }
}

@media (max-width: 702px) {
  .totals-wave-top {
    background-size: 280%;
  }
}

@media (max-width: 611px) {
  .totals-wave-top {
    background-size: 310%;
  }
}

@media (max-width: 602px) {
  .totals-wave-bottom {
    background-size: 310%;
  }
}

@media (max-width: 556px) {
  .totals-wave-top {
    background-size: 330%;
  }
}

@media (max-width: 545px) {
  .totals-wave-bottom {
    background-size: 350%;
  }
}

@media (max-width: 515px) {
  .totals-wave-top {
    background-size: 360%;
  }
}

@media (max-width: 483px) {
  .totals-wave-bottom {
    background-size: 390%;
  }
}

@media (max-width: 474px) {
  .totals-wave-top {
    background-size: 400%;
  }
}

@media (max-width: 483px) {
  .totals-wave-bottom {
    background-size: 420%;
  }
}

@media (max-width: 428px) {
  .totals-wave-top {
    background-size: 440%;
  }
}

@media (max-width: 404px) {
  .totals-wave-bottom {
    background-size: 460%;
  }
}

@media (max-width: 390px) {
  .totals-wave-top {
    background-size: 480%;
  }
}

@media (max-width: 362px) {
  .totals-wave-bottom {
    background-size: 500%;
  }
}

@media (max-width: 360px) {
  .totals-wave-top {
    background-size: 520%;
  }
}

@media (max-width: 341px) {
  .totals-wave-bottom {
    background-size: 540%;
  }
}

@media (max-width: 330px) {
  .totals-wave-top {
    background-size: 560%;
  }
}

/*******************************************
  Kademi
*******************************************/

.kademi {
  width: 100%;
  padding: 0px 0 0px 0;
}

.kademi-title {
  width: 100%;
  text-align: center;
  color: #212121;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: normal;
}

.kademi-title b {
  font-weight: bold;
}

.kademi-description {
  width: 100%;
  text-align: center;
  color: #424242;
  font-size: 16px;
  margin-bottom: 48px;
}

.kademi-list-menu {
  margin: 40px 0;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kademi-list-item {
  position: relative;
  height: 80px;
}

.button-kademi {
  width: 230px;
  padding: 8px 16px;
  background-color: transparent;
  text-align: left;
  border: 0;
  color: #017674;
  font-size: 18px;
  line-height: 28px;
  border-radius: 4px;
  cursor: pointer;
}

.kademi-list-item.active .button-kademi {
  background-color: rgba(1, 118, 116, 0.16);
}

.kademi-line {
  display: none;
  width: 80px;
  height: 2px;
  background-color: #017674;
  position: absolute;
  bottom: 0;
  left: 16px;
}

.kademi-list-item.active .kademi-line {
  display: block;
}

.kademi-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kademi-flex.hidden {
  display: none;
}

.kademi-text-content {
  width: 628px;
  margin: 0 16px 0 0;
}

.kademi-text-title {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 24px;
}

.kademi-text-description {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 24px;
  color: #424242;
}

@media (max-width: 1200px) {
  .kademi-list-menu .button-kademi {
    width: 100%;
  }
}

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

@media (max-width: 1025px) {
  .kademi-flex {
    flex-wrap: wrap;
    margin: 36px 0;
  }

  .kademi-flex:last-child {
    margin: 36px 0 0 0;
  }

  .kademi-text-content {
    width: 100%;
  }

  .kademi-text-title {
    font-size: 20px;
    line-height: 28px;
  }
  .kademi-text-description {
    font-size: 15px;
    line-height: 24px;
  }

  .kademi-img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 545px) {
  .kademi-title {
    font-size: 20px;
    line-height: 28px;
  }
  .kademi-description {
    font-size: 15px;
    line-height: 24px;
  }
}

/*******************************************
  Play
*******************************************/

.play {
  width: 100%;
  padding: 80px 0 20px 0;
}

.play-background {
  width: 100%;
  padding: 80px 0;
  background: url("../images/backgrounds/pattern.png") #f2f2f2;
}

.play-wave-container {
  width: 100%;
  height: 200px;
  position: relative;
}

.play-wave-top {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 200px;
  top: 0px;
  left: 0;
  background: url("../images/backgrounds/onda-4.svg") no-repeat;
  background-size: 170% auto;
  background-position: 5% 0;
}

.play-wave-bottom {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -60px;
  height: 200px;
  left: 0;
  background: url("../images/backgrounds/onda-5.svg") no-repeat;
  background-size: 120% auto;
  background-position: right;
  z-index: 100;
}

.play-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.play-images {
  width: 480px;
}

.play-text-content {
  width: 660px;
}

.play-text-title {
  width: 100%;
  color: #212121;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: normal;
}

.play-text-title b {
  font-weight: bold;
}

.play-text-description {
  width: 100%;
  color: #424242;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 48px;
}

@media (max-width: 1280px) {
  .play-wave-top {
    background-size: 260% auto;
  }
}

@media (max-width: 1230px) {
  .play-text-content {
    width: 60%;
  }
  .play-image-content {
    width: 40%;
  }

  .play-image-content img {
    width: 90%;
  }
}

@media (max-width: 965px) {
  .play-image-content {
    display: none;
  }

  .play-text-content {
    width: 100%;
  }
}

@media (max-width: 805px) {
  .play-wave-top {
    background-size: 360% auto;
  }

  .play-wave-bottom {
    background-size: 200% auto;
  }
}

@media (max-width: 610px) {
  .play-text-title {
    font-size: 20px;
  }
  .play-text-description {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .play-wave-bottom {
    top: -80px;
  }
  .play-wave-bottom {
    background-size: 280% auto;
  }
}

@media (max-width: 480px) {
  .play-wave-top {
    background-size: 540% auto;
  }
}

@media (max-width: 400px) {
  .play-wave-top {
    background-size: 700% auto;
  }
}

/*******************************************
  testimony
*******************************************/

.testimony {
  width: 100%;
  background-color: #fff;
}

.testimony-title {
  width: 100%;
  text-align: center;
  color: #212121;
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 32px;
}

.testimony-description {
  width: 100%;
  text-align: center;
  color: #424242;
  font-size: 16px;
  margin-bottom: 30px;
}

.testimony-list {
  width: 100%;
  margin: 80px 0 80px 0;
  display: flex;
  justify-content: center;
}

.testimony-list .slick-dots {
  bottom: -30px;
  display: none;
}

.testimony-list .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #ec8926;
  border-radius: 50%;
  background-color: transparent;
}

.testimony-list .slick-dots li.slick-active {
  background-color: #ec8926;
}

.testimony-list-item {
  width: 330px;
  padding: 16px;
}

.testimony-list-item-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.testimony-card {
  width: 100%;
  border-radius: 6px;
  box-shadow: 3px 6px 24px #0000001a;
  position: relative;
  background: #fff;
  padding: 50px 16px;
}

.testimony-card.first {
  width: 330px;
  height: 500px;
}

.testimony-card.two {
  width: 330px;
  height: 522px;
}

.testimony-card-image-top {
  position: absolute;
  top: -16px;
  left: 16px;
}

.testimony-card-image-bottom {
  position: absolute;
  bottom: -16px;
  right: 16px;
}

.testimony-card-text {
  font-size: 14px;
  line-height: 26px;
  color: #424242;
  text-align: center;
}

.testimony-avatar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin-bottom: 16px;
}

.testimony-avatar-content-image {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimony-avatar-images-aspas {
  position: absolute;
  top: 2px;
  left: 30%;
  z-index: 200;
}

.testimony-avatar-images {
  display: block;
  width: 80px;
  margin-bottom: 18px;
}

.testimony-avatar-title {
  color: #424242;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.testimony-card.blue .testimony-avatar-title {
  color: #386cb4;
}

.testimony-card.orange .testimony-avatar-title {
  color: #ec8926;
}

.testimony-card.green .testimony-avatar-title {
  color: #10adaa;
}

.testimony-avatar-job-role {
  color: #424242;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.testimony-list-gallery {
  width: 80%;
  height: 274px;
  display: flex;
  overflow: hidden;
}

.testimony-list-gallery li {
  width: 274px;
}

.testimony-list-gallery li img {
  width: 100%;
}
@media (max-width: 965px) {
  .testimony-list .slick-dots {
    display: block;
  }

  .testimony-title {
    font-size: 20px;
  }

  .testimony-description {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 28px;
  }
}

/************************************************************************
  company
************************************************************************/

.company {
  width: 100%;
  padding: 80px 0;
}

.company-list {
  width: 100%;
}

.company-list .slick-prev.slick-arrow {
  width: 46px;
  height: 46px;
  left: -40px;
  background: url("../images/icons/arrow-left.svg") no-repeat center center;
  background-size: 40px auto;
  cursor: pointer;
}

.company-list .slick-prev.slick-arrow:hover {
  background: url("../images/icons/arrow-left.svg") no-repeat center center
    rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-size: 40px auto;
}

.company-list .slick-prev:before {
  content: "";
}

.company-list .slick-next.slick-arrow {
  width: 46px;
  height: 46px;
  right: -40px;
  background: url("../images/icons/arrow-right.svg") no-repeat center center;
  background-size: 40px auto;
  cursor: pointer;
}

.company-list .slick-next.slick-arrow:hover {
  background: url("../images/icons/arrow-right.svg") no-repeat center center
    rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-size: 40px auto;
}

.company-list .slick-next:before {
  content: "";
}

.company-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-list-img {
  width: 188px;
  height: 88px;
}

@media (max-width: 865px) {
  .company-list .slick-prev.slick-arrow {
    left: -20px;
    z-index: 500;
  }
  .company-list .slick-next.slick-arrow {
    right: -20px;
    z-index: 500;
  }
}

/************************************************************************
  gallery
************************************************************************/

.gallery {
  width: 100%;
}

.gallery-title {
  width: 100%;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: bold;
  color: #424242;
  text-align: center;
}

.gallery-description {
  width: 100%;
  margin-bottom: 40px;
  font-size: 16px;
  color: #424242;
  text-align: center;
}

.gallery-list {
  width: 100%;
  background-color: #f4aa61;
}

.gallery-list .slick-prev.slick-arrow {
  width: 40px;
  height: 40px;
  left: 5%;
  background: url("../images/icons/arrow-left-branco.svg") no-repeat center
    center;
  background-size: 11px auto;
  cursor: pointer;
  z-index: 500;
}

.gallery-list .slick-prev.slick-arrow:hover {
  background: url("../images/icons/arrow-left-branco.svg") no-repeat center
    center rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-size: 11px auto;
}

.gallery-list .slick-prev:before {
  content: "";
}

.gallery-list .slick-next.slick-arrow {
  width: 46px;
  height: 46px;
  right: 5%;
  background: url("../images/icons/arrow-right-branco.svg") no-repeat center
    center;
  background-size: 11px auto;
  cursor: pointer;
  z-index: 500;
}

.gallery-list .slick-next.slick-arrow:hover {
  background: url("../images/icons/arrow-right-branco.svg") no-repeat center
    center rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-size: 11px auto;
}

.gallery-list .slick-next:before {
  content: "";
}

.gallery-list-content-img {
  width: 101%;
}
.gallery-list-img {
  width: 100%;
}

@media (max-width: 1115px) {
  .gallery-list-content-img {
    width: 101%;
  }
  .gallery-list-content-img img {
    width: 101%;
  }
}

@media (max-width: 965px) {
  .gallery-title {
    font-size: 20px;
  }

  .gallery-description {
    font-size: 15px;
  }
}

/************************************************************************
  newslatters
************************************************************************/

.newslatters {
  width: 100%;
  margin-bottom: 80px;
}

.newslatters-background {
  width: 100%;
  padding: 40px 0 80px 0;
  position: relative;
  background: url("../images/backgrounds/pattern.png") #ec8926;
}

.newslatters-content {
  width: 1038px;
  margin: 0 auto 80px auto;
}

.newslatters-wave-container {
  width: 100%;
  height: 200px;
  position: relative;
}

.newslatters-wave-bottom {
  width: 100%;
  position: absolute;
  top: -90px;
  height: 270px;
  left: -1px;
  background: url("../images/backgrounds/onda-6.svg") no-repeat;
  background-size: 130% auto;
  z-index: 200;
}

.newslatters-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.newslatters-description {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.newslatters-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.newslatters-form .input.error::placeholder {
  color: #fff !important;
}

.newslatters-form-filds {
  position: relative;
}

.text-errors {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  display: none;
  color: #d80027;
}

.text-errors.error {
  display: block;
}

.text-errors.light {
  color: #fff;
}

.newslatters-form-filds.margin {
  margin: 0 24px;
}

.newslatters-form-filds.select-content {
  width: 36%;
}

.newslatters-form-filds.email-content {
  width: 52%;
}

.newslatters-form-filds .label {
  color: #fff;
}

.newslatters-form-filds .input {
  width: 100%;
}
.newslatters-form-filds .select {
  width: 100%;
  background: #fff;
}

@media (max-width: 1080px) {
  .newslatters-wave-bottom {
    background-size: 170% auto;
    background-position: right;
    z-index: 100;
  }
  .newslatters-content {
    width: 100%;
  }
}

@media (max-width: 870px) {
  .newslatters-title {
    font-size: 18px;
    line-height: 26px;
  }
  .newslatters-form {
    flex-wrap: wrap;
  }

  .newslatters-form-filds,
  .newslatters-form-filds.margin {
    width: 100%;
    margin: 8px 0;
  }

  .newslatters-form-filds .input {
    width: 100%;
  }

  .newslatters-form-filds .select {
    width: 100%;
  }

  .newslatters-form-filds.margin.email-content {
    width: 100%;
  }

  .newslatters-form-filds.select-content {
    width: 100%;
  }

  .newslatters-form-buttons {
    margin: 16px 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .button.button-newslatters {
    width: 100%;
  }

  .newslatters-wave-bottom {
    top: -100px;
  }
}

@media (max-width: 764px) {
  .newslatters-wave-bottom {
    background-size: 500% auto;
  }
}

/*******************************************
  contact
*******************************************/

.contact {
  width: 100%;
  padding: 0 0 80px 0;
  background-color: #fff;
}

.contact-title {
  width: 100%;
  text-align: center;
  color: #212121;
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 32px;
}
.contact-description {
  width: 100%;
  text-align: center;
  color: #424242;
  font-size: 16px;
  margin-bottom: 42px;
}

.contact-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form {
  width: 560px;
  height: 630px;
}

.contact-image {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.contact-image img {
  width: 94%;
}

.fields {
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}

.fields-two {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contentName {
  width: 68%;
  position: relative;
}

.contentQuemSouEu {
  width: 28%;
  position: relative;
}

.contentQuemSouEu.quntidade .text-errors {
  bottom: -36px;
  line-height: 16px;
}

.modal-form-filds .contentQuemSouEu select {
  width: 100%;
  color: #434343;
}

.contentEstado,
.contentQuemCidade {
  width: 48%;
}

.modal-form-filds .contentEstado select {
  width: 100%;
  color: #434343;
}

.label {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #424242;
}

.input {
  width: 100%;
  height: 43px;
  border-radius: 4px;
  border: 1px solid #9e9e9e;
  outline: 0;
  padding-left: 15px;
  margin-top: 5px;
  color: #424242;
}

.input::placeholder {
  color: #9e9e9e;
}

.input.error {
  border: 1px solid #d80027;
  background: rgba(216, 0, 39, 0.2);
  color: #fff;
}

.select {
  width: 100%;
  height: 43px;
  border-radius: 4px;
  border: 1px solid #9e9e9e;
  outline: 0;
  margin-top: 5px;
  background: #fff;
  color: #434343;
}

.select.hidden {
  display: none;
}

.select.error {
  border: 1px solid #d80027;
  background: rgba(216, 0, 39, 0.2);
  color: #fff;
}

.textarea {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #9e9e9e;
  outline: 0;
  padding-left: 15px;
  padding-top: 15px;
  resize: none;
  font-family: "Open Sans";
}

.textarea.error {
  border: 1px solid #d80027;
  background: rgba(216, 0, 39, 0.2);
  color: #fff;
}

.button-content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.button-content .text-errors.error {
  top: 15px;
  width: 75%;
}

@media (max-width: 1025px) {
  .contact-image {
    display: none;
  }

  .contact-flex {
    justify-content: center;
    align-items: center;
  }

  .form {
    width: 100%;
  }
  .button-content .button.button-lean-plan {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .fields-two {
    flex-wrap: wrap;
  }

  .contentName {
    width: 100%;
    margin-bottom: 32px;
  }

  .contentQuemSouEu {
    width: 100%;
  }

  .contentEstado {
    margin-bottom: 32px;
  }

  .contentEstado,
  .contentQuemCidade {
    width: 100%;
  }
}

/*****************************************************************************
  Footer
*****************************************************************************/

.footer {
  width: 100%;
  position: relative;
}

.footer-wave-container {
  width: 100%;
  height: 150px;
  position: relative;
}

.footer-wave-top {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 156px;
  top: 5px;
  left: 0;
  background: url("../images/backgrounds/onda-7.svg") no-repeat;
  background-size: 130%;
  background-position: 5% 0;
}

.footer-background {
  width: 100%;
  padding: 80px 0;
  background: url("../images/backgrounds/pattern.png") #017674;
  position: relative;
}

.footer-image {
  position: absolute;
  top: -76px;
  right: 10%;
}

.copyright {
  width: 100%;
  background: rgba(1, 78, 77, 0.6);
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.copyright-text {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.footer-flex {
  width: 100%;
  display: flex;
  padding-top: 32px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-list-links {
  width: 180px;
}

.footer-list-links li {
  width: 100%;
  margin-bottom: 8px;
}

.footer-list-links li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.footer-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
}

.footer-description {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.footer-address {
  width: 180px;
}

.footer-contact {
  width: 200px;
}

.footer-list-contact-flex {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.footer-social-networks {
  width: 230px;
}

.term-content {
  width: 100%;
  padding: 16px 0 0 0;
  color: #fff;
  font-size: 12px;
}

.term-content a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.term-content a:hover {
  text-decoration: underline;
}

@media (max-width: 1300px) {
  .footer-wave-container,
  .footer-wave-top {
    background-size: 160% auto;
  }
}

@media (max-width: 1130px) {
  .footer-wave-container,
  .footer-wave-top {
    background-size: 190% auto;
  }
}

@media (max-width: 964px) {
  .footer-wave-container,
  .footer-wave-top {
    background-size: 250% auto;
  }
  .footer-image {
    width: 150px;
    position: absolute;
    top: 0px;
    right: 10%;
  }
}

@media (max-width: 870px) {
  .footer-list-links {
    width: 100px;
  }
}

@media (max-width: 820px) {
  .footer-flex {
    flex-wrap: wrap;
    align-items: center;
  }
  .footer-address {
    width: 100%;
    margin-top: 32px;
  }

  .footer-contact {
    width: 100%;
    margin-top: 32px;
  }
  .footer-social-networks {
    width: 100%;
    margin-top: 32px;
  }
}

@media (max-width: 764px) {
  .footer-wave-container,
  .footer-wave-top {
    background-size: 280% auto;
  }
}

@media (max-width: 660px) {
  .footer-wave-container,
  .footer-wave-top {
    background-size: 360% auto;
  }
}

@media (max-width: 500px) {
  .footer-wave-container,
  .footer-wave-top {
    background-size: 500% auto;
  }
}

@media (max-width: 370px) {
  .footer-wave-container,
  .footer-wave-top {
    background-size: 570% auto;
  }
}

@media (max-width: 330px) {
  .copyright-text {
    font-size: 12px;
  }
}

/*******************************************
  Outras paginas
*******************************************/

.information {
  width: 100%;
  padding: 80px 0;
}
.information-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ecosystem {
  width: 48%;
}

.ecosystem-title {
  font-size: 32px;
  line-height: 38px;
  color: #424242;
  margin-bottom: 24px;
}

.ecosystem-title b {
  font-weight: bold;
}

.ecosystem-description {
  color: #424242;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 60px;
}

.ecosystem-buttons-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecosystem-list {
  width: 48%;
}

.ecosystem-list-item {
  width: 440px;
  position: relative;
  padding-left: 42px;
  border-left: 1px dotted #a2d18e;
  padding-bottom: 32px;
}

.ecosystem-list-item:last-child {
  padding-bottom: 0;
  border-left: 0;
}

.ecosystem-circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #a2d18e;
  position: absolute;
  left: -10px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.ecosystem-circle-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #6fb353;
}

.ecosystem-list-title {
  font-size: 18px;
  color: #424242;
  font-weight: bold;
  margin-bottom: 16px;
}

.ecosystem-list-title span {
  color: #6fb353;
  font-weight: normal;
}

.ecosystem-list-description {
  font-size: 16px;
  color: #424242;
  line-height: 30px;
}

.ecosystem-list.orange .ecosystem-list-title span {
  color: #ec8926;
}

.ecosystem-list.orange .ecosystem-circle {
  background-color: #f4aa61;
}

.ecosystem-list.orange .ecosystem-circle-inner {
  background-color: #ec8926;
}

.ecosystem-list.green .ecosystem-list-title span {
  color: #017674;
}

.ecosystem-list.green .ecosystem-circle {
  background-color: #10adaa;
}

.ecosystem-list.green .ecosystem-circle-inner {
  background-color: #017674;
}

.ecosystem-list.blue .ecosystem-list-title span {
  color: #386cb4;
}

.ecosystem-list.blue .ecosystem-circle {
  background-color: #5d93dd;
}

.ecosystem-list.blue .ecosystem-circle-inner {
  background-color: #386cb4;
}

.ecosystem-list.gree-light .ecosystem-list-title span {
  color: #6fb353;
}

.ecosystem-list.gree-light .ecosystem-circle {
  background-color: #a2d18e;
}

.ecosystem-list.gree-light .ecosystem-circle-inner {
  background-color: #6fb353;
}

@media (max-width: 965px) {
  .information-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ecosystem {
    width: 100%;
    margin-bottom: 32px;
  }

  .ecosystem-list {
    width: 100%;
  }

  .ecosystem-list-item {
    width: 100%;
  }

  .ecosystem-buttons-content {
    margin-bottom: 60px;
  }
}

/***********************************************************************
***********************************************************************/

.slider-inner {
  width: 100%;
  height: 538px;
  position: relative;
  background-color: fuchsia;
}

.slider-inner .container {
  height: 607px;
  position: relative;
}

.slider-inner.family {
  background: url("../images/banner/banner-familias.png") no-repeat;
  background-size: 100% auto;
}

.slider-inner.teacher {
  background: url("../images/banner/familias-professores.png") no-repeat;
  background-size: 100% auto;
}

.slider-inner.schools {
  background: url("../images/banner/escolas.png") no-repeat;
  background-size: 100% auto;
}

.slider-inner.networks {
  background: url("../images/banner/redes-de-ensino.png") no-repeat;
  background-size: 100% auto;
}

.slider-inner.partnership {
  background: url("../images/banner/parcerias.png") no-repeat;
  background-size: 100% auto;
}

.slider-inner-title {
  position: absolute;
  font-weight: bold;
  font-size: 42px;
  line-height: 48px;
  top: 180px;
  left: 0;
  color: #fff;
}

.slider-inner-description {
  position: absolute;
  font-size: 34px;
  top: 240px;
  left: 0;
  color: #fff;
}

.slider-wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.slider-text {
  width: 740px;
  position: absolute;
  right: 10%;
  top: 30%;
}

@media (max-width: 964px) {
  .slider-inner.family {
    background-size: cover;
    background-position: 58% 0;
  }

  .slider-inner.teacher {
    background-size: cover;
    background-position: 60% 0;
  }

  .slider-inner.schools {
    background-size: cover;
    background-position: 50% 0;
  }
  .slider-inner.networks {
    background-size: cover;
    background-position: 50% 0;
  }
  .slider-inner.partnership {
    background-size: cover;
    background-position: 50% 0;
  }
}

/***********************************************************************
list-number 
***********************************************************************/

.list-number {
  width: 100%;
  padding: 80px 0 0 0;
}

.list-number-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.list-number-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.list-number-item.reverse {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.list-number-content-images {
  margin-right: 60px;
}

.list-number-item.reverse .list-number-content-images {
  margin-right: 0px;
  margin-left: 60px;
}

.list-number-content-text {
  width: 628px;
}

.list-number-text-title {
  color: #212121;
  line-height: 36px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.list-number-text-description {
  width: 100%;
  color: #424242;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

.list-number-button-content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.list-number-item.reverse .list-number-button-content {
  flex-direction: row-reverse;
}

@media (max-width: 965px) {
  .list-number-item {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .list-number-content-images {
    margin: 0px 0px 24px 0px;
  }

  .list-number-images {
    width: 50%;
  }

  .list-number-content-text {
    width: 100%;
  }

  .list-number-button-content {
    justify-content: center;
  }

  .list-number-button-content .button.button-ecosystem {
    width: 220px;
    background-color: #10adaa;
  }

  .list-number-item.reverse {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .list-number-item.reverse .list-number-content-images {
    margin: 0px 0px 24px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

/*******************************************
  sign
*******************************************/

.sign {
  width: 100%;
  padding: 80px 0 140px 0;
}

.sign-title {
  width: 100%;
  text-align: center;
  color: #212121;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 48px;
}

.sign-buttons-content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
.sign-text-content {
  width: 100%;
  text-align: center;
  color: #424242;
  font-size: 20px;
  margin-bottom: 32px;
}

.sign-plans-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sign-plans-list.hidden {
  display: none;
}

.sign-plans-item {
  width: 331px;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

.sign-plans-item-content {
  width: 331px;
  height: 467px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 10px 20px #0000001a;
}

.sign-plans-item-content.flex {
  height: auto;
}

.sign-plans-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 122px;
  background-color: #5d93dd;
}

.sign-plans-header-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.sign-plans-body {
  width: 100%;
  padding: 16px 16px 0 16px;
}

.sign-plans-item-content.flex .sign-plans-body {
  padding: 16px 16px 36px 16px;
}

.sign-plans-price {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.sign-plans-description {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #424242;
  margin-bottom: 16px;
  text-align: center;
  margin-bottom: 60px;
}

.sign-plans-description.no-margin {
  margin: 0;
}

.sign-plans-description b,
.sign-plans-description.no-margin b {
  font-weight: bold;
}

.sign-plans-list-list {
  width: 100%;
  padding: 24px 16px;
}

.sign-plans-list-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.sign-plans-list-list-img {
  display: block;
}

.sign-plans-list-description {
  width: calc(100% - 30px);
  font-size: 14px;
  line-height: 24px;
  color: #424242;
}

.sign-plans-list-description-disabled {
  width: calc(100% - 30px);
  font-size: 14px;
  line-height: 24px;
  color: rgba(66, 66, 66, 0.5);
}

.sign-plans-button-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-sign-plans-outline {
  width: 180px;
  background: transparent;
  cursor: pointer;
}

.sign-plans-footer {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 0px 4px 4px;
}

.sign-plans-item.orange .sign-plans-header {
  background: url("../images/backgrounds/header-left.svg");
}

.sign-plans-item.orange .sign-plans-price {
  color: #ec8926;
}

.sign-plans-item.orange .button-sign-plans-outline {
  border: 1px solid #ec8926;
  color: #ec8926;
  background: transparent;
}

.sign-plans-item.orange .sign-plans-footer {
  background-color: #ec8926;
}

.sign-plans-item.green-light .sign-plans-item-content {
  height: 500px;
}

.sign-plans-item.green-light.flex .sign-plans-item-content {
  height: 820px;
}

.sign-plans-item.green-light .sign-plans-header {
  background: url("../images/backgrounds/detalhe-top2.svg");
  height: 143px;
}

.sign-plans-item.green-light .sign-plans-price {
  color: #6fb353;
}

.sign-plans-item.green-light .button-sign-plans-outline {
  border: 1px solid #6fb353;
  color: #6fb353;
  background: transparent;
}

.sign-plans-item.green-light .sign-plans-footer {
  background-color: #6fb353;
}

.sign-plans-item.green .sign-plans-header {
  background: url("../images/backgrounds/header-right.svg");
}

.sign-plans-item.green .sign-plans-price {
  color: #017674;
}

.sign-plans-item.green .button-sign-plans-outline {
  border: 1px solid #017674;
  color: #017674;
  background: transparent;
}

.sign-plans-item.green .sign-plans-footer {
  background-color: #017674;
}

.sign-buttons-content .button.button-sign-outline {
  background: transparent;
}

.sign-buttons-content .button.button-sign-outline.active {
  background-color: #01767429;
}

@media (max-width: 1100px) {
  .sign-buttons-content .button.button-sign-outline {
    width: 70%;
    padding: 10px;
    margin: 0 5px;
    font-size: 16px;
    background: transparent;
  }

  .sign-buttons-content .button.button-sign-outline.active {
    background-color: #01767429;
  }

  .sign-plans-list {
    flex-wrap: wrap;
  }
  .sign-plans-item {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media (max-width: 700px) {
  .sign-title {
    font-size: 20px;
  }
}

@media (max-width: 598px) {
  .sign-buttons-content .button.button-sign-outline {
    height: 60px;
  }
  .sign-text-content {
    font-size: 14px;
  }
}

@media (max-width: 365px) {
  .sign-buttons-content .button.button-sign-outline {
    width: 80px;
    padding: 10px 5px;
    font-size: 13px;
  }
}

@media (max-width: 345px) {
  .sign-title {
    font-size: 18px;
  }
}

/*******************************************
  Modal
*******************************************/

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 300;
}

.modal.hidden {
  display: none;
}

.modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.modal-window {
  width: 570px;
  background-color: #fff;
  border-radius: 4px;
}

.modal-window.video {
  width: 600px;
  background-color: #fff;
  border-radius: 4px;
}

@media (max-width: 640px) {
  .modal-window.video {
    width: 100%;
  }
}

@media (max-height: 380px) {
  .modal-content,
  .modal-body {
    height: 100%;
  }
}

.modal-header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #9e9e9e;
  position: relative;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.modal-line {
  width: 100%;
  height: 4px;
  background-color: #269800;
  border-radius: 4px 4px 0 0;
  position: absolute;
  left: 0px;
  top: 0;
}

.modal.error .modal-line {
  background-color: #d80027;
}

.modal-header-text-flex {
  display: flex;
  align-content: center;
  align-items: center;
}
.modal-check-content {
  width: 34px;
  height: 34px;
  background: url("../images/icons/check.svg") no-repeat;
  background-size: 100%;
  margin-right: 16px;
}

.modal.error .modal-check-content {
  background: url("../images/icons/CheckErro.svg") no-repeat;
  background-size: 100%;
}

.modal-header-text {
  font-size: 20px;
  font-weight: bold;
  color: #424242;
}

.modal-close-content {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-close-content img {
  display: block;
  width: 18px;
}

.modal-close-content:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.modal-body {
  width: 100%;
  padding: 32px 24px 24px 24px;
}

.modal-description {
  width: 100%;
  font-size: 14px;
  color: #424242;
  line-height: 21px;
  margin-bottom: 32px;
}

.modal-description b {
  font-weight: bold;
}

.modal-button-content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-button-content.center {
  justify-content: center;
}

.modal-form {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.modal-form.hidden {
  display: none;
}

.modal-form-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.modal-form-photo-content {
  width: 50%;
  position: relative;
  background: url(../images/backgrounds/formulario.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.modal-form-photo-content .slider-wave {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/backgrounds/onda-1.svg) no-repeat;
  background-size: 260% auto;
}

.modal-form-photo-title {
  width: 600px;
  color: #f0c000;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.modal-form-photo-description {
  width: 600px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.modal-form-form {
  width: 50%;
  padding: 43px 36px;
  overflow-y: auto;
}

.modal-form-form-close {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-form-form-close img {
  display: block;
  width: 18px;
}

.modal-form-form-close:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.modal-form-form-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.modal-form-form-title {
  color: #212121;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.modal-form-form-description {
  width: 480px;
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  margin-bottom: 24px;
}

.modal-form-filds {
  width: 530px;
}

.modal-form-filds .select {
  width: 220px;
  color: #434343;
}

.modal-form-filds-description {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  margin: 12px 0 32px 0;
}

@media (max-width: 1221px) {
  .modal-form-photo-content .slider-wave {
    background-size: 300% auto;
  }

  .modal-form-photo-title {
    width: 90%;
    font-size: 26px;
  }

  .modal-form-photo-description {
    width: 90%;
    font-size: 16px;
  }
}

@media (max-width: 1170px) {
  .modal-form-filds {
    width: 100%;
  }
}

@media (max-width: 1060px) {
  .modal-form-filds {
    width: 100%;
  }

  .modal-form-photo-content .slider-wave {
    background-size: 360% auto;
  }
  .modal-form-form-description {
    width: 100%;
  }
}

@media (max-width: 965px) {
  .modal-form-photo-content {
    display: none;
  }
  .modal-form-form {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .modal-window {
    width: 80%;
  }
}

/*******************************************
  Buttons
*******************************************/

.button {
  padding: 11px 20px;
  border-radius: 4px;
  font-size: 14px;
  border: 0;
  text-decoration: none;
}

.button-primary {
  background-color: #ec8926;
  cursor: pointer;
  color: #fff;
}

a.button-primary {
  padding: 13px 20px 11px 20px;
}

.button-second-outline {
  background-color: transparent;
  cursor: pointer;
  color: #017674;
  border: 1px solid #017674;
}

.button-card-outline {
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.button-lean-plan {
  background-color: #10adaa;
  cursor: pointer;
  color: #fff;
}

.button-slider-outline {
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 13px 72px;
  margin: 0 32px;
}

.button-sider-second {
  padding: 13px 72px;
  background-color: #10adaa;
  cursor: pointer;
  color: #fff;
}

a.button.button-sider-second {
  display: block;
  padding: 15px 72px;
}

.button-ecosystem {
  padding: 11px 20px;
  background-color: #10adaa;
  cursor: pointer;
  color: #fff;
}

.button-sign-outline {
  width: 330px;
  padding: 23px;
  font-size: 20px;
  border: 1px solid #9e9e9e;
  color: #424242;
  font-weight: bold;
  cursor: pointer;
}

.button-sign-outline.active {
  border: 0;
  background-color: #01767429;
  color: #017674;
}

.button-modal-outline {
  padding: 13px 64px;
  background-color: transparent;
  cursor: pointer;
  color: #9e9e9e;
  border: 1px solid #9e9e9e;
  font-weight: bold;
}

.button-newslatters {
  background-color: #fff;
  cursor: pointer;
  color: #ec8926;
}


/*
* Privacy & Terms
*/

.privacy-policy-title {
  text-align: center;
  color: #ec8926;
  font-size: 1.875rem;
  margin: 0;
  padding-bottom: 0;
}

.privacy-policy-subtitle {
  margin: 0.25rem 0 1rem 0;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
}

.privacy-policy-overview li,
.privacy-policy-overview p {
  text-align: justify;
  margin-top: 1rem;
  line-height: 1.7;
  font-size: 0.675rem;
}

.privacy-policy-uppercase {
  text-transform: uppercase;
}

.privacy-policy-capitalize {
  text-transform: capitalize;
}

.privacy-policy-list {
  padding-left: 1.25rem;
}

.privacy-policy-overview ol {
  counter-reset: item;
  padding: 0;
}

.privacy-policy-overview ol li {
  display: block;
  text-indent: -1.25rem;
}

.privacy-policy-overview ol li:before {
  content: counters(item, ".");
  margin-right: 0.25rem;
  counter-increment: item;
  font-weight: 700;
}

.privacy-policy-overview ol {
  counter-reset: item;
  padding: 0;
}

.terms-of-use-title {
  text-align: center;
  color: #ec8926;
  font-size: 1.875rem;
  margin: 0;
  padding-bottom: 0;
}

.terms-of-use-subtitle {
  margin: 0.25rem 0 1rem 0;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
}

.terms-of-use-overview li,
.terms-of-use-overview p {
  text-align: justify;
  margin-top: 1rem;
  line-height: 1.7;
  font-size: 0.675rem;
}

.terms-of-use-uppercase {
  text-transform: uppercase;
}

.terms-of-use-capitalize {
  text-transform: capitalize;
}

.terms-of-use-list {
  padding-left: 1.25rem;
}

.terms-of-use-overview ol {
  counter-reset: item;
  padding: 0;
}

.terms-of-use-overview ol li {
  display: block;
  text-indent: -1.25rem;
}

.terms-of-use-overview ol li:before {
  content: counters(item, ".");
  margin-right: 0.25rem;
  counter-increment: item;
  font-weight: 700;
}

.terms-of-use-overview ol {
  counter-reset: item;
  padding: 0;
}

.terms-of-use-table {
  border-collapse: collapse;
}

.terms-of-use-table table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
}

.terms-of-use-table-thead  {
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.terms-of-use-table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.terms-of-use-table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.terms-of-use-table td,
.terms-of-use-table th {
  border: 1px solid #d3d1d1;
  padding: 0.25rem 0.5rem;
}

.terms-of-use-table th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

.terms-of-use-table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
