/* Index */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Arvo";
}

ul,
nav {
  list-style: none;
  text-align: center;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 35px 100px 35px;
  background-color: #cc6600;
}

header nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

header .icon {
  width: 50px;
}

header span {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  /* margin-left: -280px; */
}

header nav li {
  margin: 0 15px;
}

header nav li a:hover {
  text-shadow: 0px 0px 10px black;
}

header nav li:first-child {
  margin-left: 0;
}

header nav li:last-child {
  margin-right: 0;
}

@media (max-width: 1000px) {
  header {
    padding: 20px 50px;
    height: 110px;
  }

  header nav li a:hover {
    color: #cafaeb;
  }
}

@media (max-width: 700px) {
  header {
    flex-direction: column;
  }
  header h2 {
    margin-bottom: 15px;
  }
  header nav li {
    margin: 0 7px;
  }
}

section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 110px 100px;
}

@media (max-width: 1000px) {
  section {
    padding: 100px 50px;
  }
}

@media (max-width: 600px) {
  section {
    padding: 125px 30px;
  }
}

section p {
  max-width: 800px;
  text-align: center;
  margin-bottom: 35px;
  padding: 0 20px;
  line-height: 2;
}

/* área 1 */

#area1 {
  background-color: #ffffe0;
}

ul.index-area1-ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.index-area1-ul li {
  padding: 100px 0px 0px 100px;
  height: 530px;
}

ul li.index-area1-li-left {
  flex-basis: 40%;
  background-image: url("../img/LOGO-PAINTER-sem fundo e sem fapeam (1).png");
  background-size: 450px;
  background-repeat: no-repeat;
  margin-top: 70px;
}

@media (max-width: 600px) {
  ul.index-area1-ul li {
    padding: 20px 0;
    height: 600px;
  }

  ul li.index-area1-li-left {
    flex-basis: 0%;
    background-image: none;
  }

  ul li.index-area1-li-right {
    flex-basis: 100%;
  }

  ul li.index-area1-li-right p {
    font-size: 25px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }

  ul li.index-area1-li-right h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

ul li.index-area1-li-right {
  flex-basis: 60%;
}

ul li.index-area1-li-right h2 {
  font-size: 80px;
  margin-bottom: 10px;
}

ul li.index-area1-li-right h2:hover {
  top: -2px;
  text-shadow: 0 2px 2px #666;
}

ul li.index-area1-li-right p {
  font-size: 25px;
  text-align: justify;
  line-height: 1.5;
  padding: 0px;
}

ul li.index-area1-li-right p:hover {
  top: -2px;
  text-shadow: 0 2px 2px #666;
}

/* área 2 */

#area2 {
  background-color: #ffcc99;
}

/*about area*/

section.index-area2-section p {
  max-width: 800px;
  margin-bottom: 35px;
  line-height: 1.5;
  text-align: justify;
  padding-left: 0;
  font-size: 18px;
}

section.index-area2-section h2 {
  text-align: justify;
}

h3.index-area2-title {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 5%;
  align-items: center;
}

ul.index-area2-ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.index-area2-ul li {
  padding: 20px;
  /* height: 100vh; */
  background-clip: content-box;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

ul li.index-area2-li-left {
  border-radius: 50px;
  flex-basis: 60%;
  background-image: url("../img/formacao_metodos_ativos_aprendizagem_criativa_banner.jpg");
  background-size: 755px;
}

ul li.index-area2-li-right {
  flex-basis: 40%;
}

@media (max-width: 800px) {
  h3.index-area2-title {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 5%;
  }
}

ul li.index-area2-li-right h2 {
  margin-bottom: 3%;
}

ul li a.index-area2-btn:link,
ul li a.index-area2-btn:visited {
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 100px;
  transition: all 0.2s;
}

ul li a.index-area2-btn:hover {
  transform: translateY(-3px);
}

ul li a.index-area2-btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

ul li a.index-area2-btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

ul li a.index-btn-after {
  background-color: #cc6600;
  color: #fff;
}

ul li a.index-btn-after::after {
  background-color: #cc6600;
}

ul li a.index-btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 1000px) {
  ul li.index-area2-li-right,
  ul li.index-area2-li-left {
    flex-basis: 100%;
  }
  ul.index-area2-ul li {
    padding: 8px;
  }
}

ul div.index-btn {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 350px;
  cursor: pointer;
  margin: 10px;
  border-radius: 50px;
}

ul div.index-btn-one {
  color: #000;
  transition: all 0.3s;
  position: relative;
}

ul div.index-btn-one span {
  transition: all 0.3s;
}

ul div.index-btn-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(52, 152, 219, 0.5);
  border-bottom-color: rgba(52, 152, 219, 0.5);
  border-radius: 50px;
}

ul div.index-btn-one:hover span {
  letter-spacing: 1px;
}

ul div.index-btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

ul div.index-btn-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(52, 152, 219, 0.3);
  border-radius: 50px;
}

ul div.index-btn-one:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}

/* area 3 */

#area3 {
  background-color: #ffffe0;
}

h3.index-area3-title {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 5%;
  align-items: center;
}

ul.index-area3-ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.index-area3-ul li {
  padding: 0 30px;
  flex-basis: 50%;
  text-align: center;
  margin-bottom: 20px;
}

ul.index-area3-ul li img {
  margin-bottom: 25px;
  width: 100px;
}

ul.index-area3-ul li h4 {
  font-size: 20px;
  margin-bottom: 25px;
}

@media (max-width: 1000px) {
  ul.index-area3-ul li {
    flex-basis: 100%;
    margin-bottom: 65px;
  }
  ul.index-area3-ul li:last-child {
    margin-bottom: 0;
  }
  ul.index-area3-ul li p {
    padding: 0;
  }
}

ul.index-area3-ul li p {
  text-align: justify;
}

ul li div.index-area3-btn {
  display: flex;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul li div a.index-a3-btn {
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid #ff7675;
  padding: 14px 60px;
  overflow: hidden;
  transition: 1s all ease;
  border-radius: 50px;
  z-index: 1;
}

ul li div a.index-a3-btn::before {
  background: #ff7675;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: all 0.6s ease;
}

ul li div a.index-a3-btn1::before {
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

ul li div a.index-a3-btn1:hover::before {
  height: 380%;
}

ul li p.index-area3-p {
  margin-bottom: 67px;
}

/* area 4 */

#area4 {
  background: #ffcc99;
}

h3.index-area4-title {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 2%;
  /* align-items: center; */
}

ul.index-area4-ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.index-area4-ul li {
  padding: 10px 0px 0px 100px;
  height: 530px;
}

ul li.index-area4-li-left {
  flex-basis: 35%;
}

ul li.index-area4-li-left img {
  width: 300px;
  box-shadow: 10px 10px 10px #212121;
}

ul li.index-area4-li-right {
  flex-basis: 65%;
}

ul li.index-area4-li-right h2 {
  margin-bottom: 2%;
  font-size: 30px;
}

ul li.index-area4-li-right p {
  margin-top: 5%;
  margin-bottom: 2%;
  font-size: 20px;
  text-align: justify;
  padding: 0px;
}

#voltar {
  background-color: #cc6600;
  color: #fff;
  font-size: 30px;
  padding: 10px 10px 10px 10px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
}

#voltar i {
  margin: 3px;
}

footer#area5 {
  background-color: #ffffe0;
  padding: 10px;
  display: flex;
  padding-left: 15%;
}

footer#area5 img {
  width: 500px;
}

footer#area5 img.logo {
  width: 100px;
  margin-left: 100px;
}

footer#area5 .cab {
  margin-left: 20px;
}

.delay {
  visibility: hidden;
}

.delay1 {
  visibility: hidden;
}

.delay2 {
  visibility: hidden;
}
