@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');

:root {
  /* COLORS */
  --lightGreen: #E2E8E5;
  --darkGreen: #08292B;
  --defaultGreen: #2C524C;
  --golden: #C69862;
  --white: #FFF;
  --lightGrey: #586E6B45;
  --grey: #586E6B;
  --midGold: #E5BD8F;
  --pastelGold: #B89068;
  --lightGold: #E1CD92;
  /* COLORS */

  /* FONTS */
  --primaryFont: 'Open Sans Condensed', sans-serif;
  /* FONTS */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--primaryFont);
  font-weight: 300;
}
a, button{
  cursor: pointer;
}

html{
  scroll-behavior: smooth;
}

body {
  background-color: var(--lightGreen);
}

@keyframes slide-animation {
  0% {
    left: 0;
    opacity: 1;
  }

  30% {
    left: 0;
    opacity: 1;
  }

  31% {
    opacity: 0;
  }

  34% {
    left: -320px;
  }

  35% {
    opacity: 1;
  }

  63% {
    left: -320px;
    opacity: 1;
  }

  64% {
    opacity: 0;
  }

  66% {
    left: -640px;
  }

  67% {
    opacity: 1;
  }

  96% {
    left: -640px;
    opacity: 1;
  }

  97% {
    opacity: 0;
  }

  99% {
    left: 0px;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-animation {
  0% {
    left: 0;
    opacity: 1;
  }

  30% {
    left: 0;
    opacity: 1;
  }

  31% {
    opacity: 0;
  }

  34% {
    left: -320px;
  }

  35% {
    opacity: 1;
  }

  63% {
    left: -320px;
    opacity: 1;
  }

  64% {
    opacity: 0;
  }

  66% {
    left: -640px;
  }

  67% {
    opacity: 1;
  }

  96% {
    left: -640px;
    opacity: 1;
  }

  97% {
    opacity: 0;
  }

  99% {
    left: 0px;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes slide-animation {
  0% {
    left: 0;
    opacity: 1;
  }

  30% {
    left: 0;
    opacity: 1;
  }

  31% {
    opacity: 0;
  }

  34% {
    left: -320px;
  }

  35% {
    opacity: 1;
  }

  63% {
    left: -320px;
    opacity: 1;
  }

  64% {
    opacity: 0;
  }

  66% {
    left: -640px;
  }

  67% {
    opacity: 1;
  }

  96% {
    left: -640px;
    opacity: 1;
  }

  97% {
    opacity: 0;
  }

  99% {
    left: 0px;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes slide-animation {
  0% {
    left: 0;
    opacity: 1;
  }

  30% {
    left: 0;
    opacity: 1;
  }

  31% {
    opacity: 0;
  }

  34% {
    left: -320px;
  }

  35% {
    opacity: 1;
  }

  63% {
    left: -320px;
    opacity: 1;
  }

  64% {
    opacity: 0;
  }

  66% {
    left: -640px;
  }

  67% {
    opacity: 1;
  }

  96% {
    left: -640px;
    opacity: 1;
  }

  97% {
    opacity: 0;
  }

  99% {
    left: 0px;
  }

  100% {
    opacity: 1;
  }
}

header {
  position: relative;
  height: 90vh;
  margin-bottom: 50px;
  min-height: 710px;
}

header .title {
  background-color: var(--darkGreen);
  display: block;
  height: 300px;
  position: relative;
}

header .title h1 {
  visibility: hidden;
  height: 0;
}

header .title .logo {
  margin: 20px auto 0;
  display: block;
  max-width: 100%;
}

header .title .link-blog{
  color: var(--lightGold);
  position: absolute;
  right: 24px;
  top: 29px;
  font-size: 21px;
  text-decoration: none;
}

header .faded_decoration {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  max-width: 100%;
}

header .banner {
  background: url('../img/arvore_arte_dourada.svg') no-repeat;
  position: relative;
  height: 460px;
  max-width: 1224px;
  width: 90%;
  margin: 0 auto;
  display: block;
  background-position: center;
  background-size: cover;
  margin-top: -207px;
  display: flex;
  justify-content: center;
}


.banner .melina_picture {
  position: relative;
  top: 40px;
}

.banner .activities {
  overflow: hidden;
  width: 320px;
  position: relative;
  height: 182px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.banner .activities .slider {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 0;
  top: 0;
  width: 960px;
  transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  animation: slide-animation 10s infinite;
  -webkit-animation: slide-animation 10s infinite;
  -moz-animation: slide-animation 10s infinite;
  -o-animation: slide-animation 10s infinite;
}

.banner .activities .slider:hover {
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
}

.banner .activities .slider h2 {
  width: 320px;
  display: block;
  text-align: right;
  text-transform: uppercase;
  background: linear-gradient(70.59655417899171deg, rgba(180, 137, 94, 1) 24.410156249999996%, rgba(216, 189, 129, 1) 53.408745659722214%, rgba(215, 188, 128, 1) 53.408745659722214%, rgba(180, 137, 94, 1) 84.14973958333333%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  font-size: 59px;
}

.banner .activities .slider h2:first-child {
  font-size: 44px;
  margin: auto;
}

header .arrow_down {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-bottom: 1px solid var(--darkGreen);
  border-right: 1px solid var(--darkGreen);
  width: 30px;
  height: 30px;
  transition: all .3s ease;
}

header .arrow_down:hover {
  transform: translateX(-50%) rotate(45deg) scale(1.2);
  transition: all .3s ease;
}


main{
  background: url('../img/arvore_arte_fade.png') no-repeat;
  background-position-x: right;
  background-position-y: 41.7%;
}
/* TEMAS */
main .temas{
  width: 96%;
  max-width: 1224px;
  margin: 0 auto;
  position: relative;
  height: 913px;
}
main .temas .tema{
  color: var(--golden);
  display: block;
  width: 32%;
  padding: 70px 35px;
  box-sizing: border-box;
  position: absolute;
}
main .temas .tema.dark_green{
  background: var(--darkGreen);
}
main .temas .tema.mid_green{
  background: var(--defaultGreen);
}
main .temas .tema.light_mid_green{
  background: var(--grey);
}
main .temas .tema:first-child{
  top: 116px;
}
main .temas .tema:nth-child(2){
  bottom: 100px;
}
main .temas .tema:nth-child(3){
    left: 34%;
}
main .temas .tema:nth-child(4){
    left: 34%;
    top: 333px;
}
main .temas .tema:nth-child(5){
    bottom: 0;
    right: 0;
    width: 66%;
}
main .temas .tema:nth-child(6){
  right: 0;
  bottom: 301px;
}

main .temas .tema .title{
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: all .3s ease;
  height: 63px;
}
main .temas .tema:hover .title{
  transition: all .3s ease;
  border-bottom: 2px solid;
  border-color: linear-gradient(70.59655417899171deg, rgba(180, 137, 94, 1) 24.410156249999996%, rgba(216, 189, 129, 1) 53.408745659722214%, rgba(215, 188, 128, 1) 53.408745659722214%, rgba(180, 137, 94, 1) 84.14973958333333%);
}

main .temas .tema .title h3{
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: all .3s ease;
}
main .temas .tema:hover .title h3{
  position: static;
  transition: all .3s ease;
  transform: none;
}
main .temas .tema .content{
  display: block;
}
main .temas .tema .content p{
  font-size: 21px;
  line-height: 28px;
  color: var(--white);
  transition: all .3s ease;
  opacity: 0;
}
main .temas .tema:hover .content p{
  opacity: 1;
  transition: all .3s ease;
}
/* TEMAS */


/* PERFIL */
main .perfil {
  margin: 50px auto 0;
  width: 96%;
  max-width: 1224px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main .perfil .foto_perfil {
  width: 50%;
  display: block;
  height: 0;
  padding-top: 50%;
  position: relative;
  box-sizing: border-box;
}

main .perfil .foto_perfil img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}

main .perfil .content_perfil {
  width: 45%;
  display: block;
}

main .perfil .content_perfil h3 {
  font-size: 47px;
  line-height: 64px;
  color: var(--golden);
  font-weight: 300;
  margin-bottom: 20px;
}

main .perfil .content_perfil p {
  font-size: 21px;
  line-height: 28px;
  color: var(--darkGreen);
  margin-bottom: 15px;
}

main .perfil .content_perfil .ver_mais {
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--golden);
}
main .perfil .content_perfil .ver_mais:hover{
  color: var(--pastelGold);
}
/* PERFIL */

/* VIDEO */
main .video{
  display: flex;
  margin: 32px auto;
}
main .video iframe{
  min-width: 80%;
  margin: auto;
}
/* VIDEO */

/* CONTATO */
main .contato {
  background: var(--darkGreen);
  width: 100%;
  display: block;
}

main .contato .contato_inner {
  position: relative;
  color: var(--golden);
  padding: 100px 0;
  width: 96%;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

main .contato .map {
  display: block;
  width: 500px;
  height: 350px;
  position: relative;
  z-index: 1;
}

main .contato .map iframe {
  width: 100%;
  height: 100%;
}

main .contato .contato_content {
  width: calc(100% - 500px);
  padding: 30px 70px 50px 60px;
  box-sizing: border-box;
  background: var(--defaultGreen);
  position: relative;
  z-index: 0;
}

main .contato .contato_content::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 35%;
  background: var(--defaultGreen);
  top: 0;
  left: -35%;
  z-index: 0;
}

main .contato .contato_content h3 {
  font-size: 47px;
  line-height: 64px;
  color: var(--golden);
  margin-bottom: 20px;
}

main .contato .contato_content p {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 24px;
}

main .contato .contato_content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

main .contato .contato_content form label {
  font-size: 21px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

main .contato .contato_content form input {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #2A4A47;
  box-shadow: none;
  border: 1px solid #586E6B;
  border-radius: 0;
  padding: 6px 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  color: var(--lightGreen);
  font-family: Arial;
}

main .contato .contato_content form .group.nome {
  display: block;
  width: 100%;
}

main .contato .contato_content form .group.email {
  display: block;
  width: 48%;
}

main .contato .contato_content form .group.telefone {
  display: block;
  width: 48%;
  margin-left: 4%;
}

main .contato .contato_content form label.not_show {
  margin: 0;
  width: 0;
  box-sizing: border-box;
  display: inline;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

main .contato .contato_content form input.not_show {
  margin: 0;
  width: 0;
  box-sizing: border-box;
  display: inline;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
}

main .contato .contato_content form .group.mensagem {
  display: block;
  width: 100%;
}

main .contato .contato_content form .group.mensagem textarea {
  width: 100%;
  height: 130px;
  display: block;
  margin-bottom: 15px;
  background: #2A4A47;
  box-shadow: none;
  border: 1px solid #586E6B;
  border-radius: 0;
  padding: 5px;
  box-sizing: border-box;
  color: var(--lightGreen);
  font-family: Arial;
}

main .contato .contato_content form button.btn {
  display: block;
  width: max-content;
  box-sizing: border-box;
  padding: 6px 30px 8px;
  background: var(--golden);
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: var(--white);
  font-size: 18px;
  transition: all .3s ease;
}
main .contato .contato_content form button.btn:hover{
  background: var(--pastelGold);
  transition: all .3s ease;
}
/* CONTATO */


/* FOOTER */
footer {
  background: var(--defaultGreen);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 130px 25px;
  box-sizing: border-box;
}

footer .logo img{
  max-width: 100%;
}

footer .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .social a {
  margin-right: 30px;
}

footer .social a:last-child {
  margin-right: 0;
}

footer .social a i {
  font-size: 29px;
  background: linear-gradient(70.59655417899171deg, rgba(180, 137, 94, 1) 24.410156249999996%, rgba(216, 189, 129, 1) 53.408745659722214%, rgba(215, 188, 128, 1) 53.408745659722214%, rgba(180, 137, 94, 1) 84.14973958333333%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}

/* FOOTER */



/* MEDIA QUERY 1300 */
@media screen and (max-width: 1300px){
  header{
    height: max-content;
    padding-bottom: 60px;
  }
  header .arrow_down {
    position: static;
    bottom: 0;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 100px auto;
  }
  main .temas .tema:first-child .content p{height: 140px;}
  main .temas .tema:nth-child(2) .content p{height: 84px;}
  main .temas .tema:nth-child(3) .content p{height: 84px;}
  main .temas .tema:nth-child(4) .content p{height: 56px;}
  main .temas .tema:nth-child(5) .content p{height: 56px;}
  /* main .temas .tema:nth-child(6) .content p{height: 140px;} */
}
/* MEDIA QUERY 1300 */


/* MEDIA QUERY 990 */
@media screen and (max-width: 990px){
  header{padding-bottom: 10px;}
  main .temas{
    height: 1030px;
}
  main .temas .tema:first-child .content p{height: 168px;}
  main .temas .tema:nth-child(2) .content p{height: 112px;}
  main .temas .tema:nth-child(3) .content p{height: 112px;}
  main .temas .tema:nth-child(4) .content p{height: 112px;}
  main .temas .tema:nth-child(5) .content p{height: 84px;}
  /* main .temas .tema:nth-child(6) .content p{height: 168px;} */
  main .temas .tema:first-child{
    top: initial;
    bottom: 600px;
  }
  main .temas .tema:nth-child(2){bottom: 241px;}
  main .temas .tema:nth-child(4){
    top: initial;
    bottom: 333px;
  }
  main .temas .tema:nth-child(6){
    bottom: 333px;
  }
  footer{
    padding: 15px 2% 25px;
  }
}
/* MEDIA QUERY 990 */


/* MEDIA QUERY 900 */
@media screen and (max-width: 900px){
  .banner .activities{
    transform: scale(0.7) translateY(-50%);
    right: 10px;
  }
  main .temas .tema:first-child .content p{height: initial;}
  main .temas .tema:nth-child(2) .content p{height: initial;}
  main .temas .tema:nth-child(3) .content p{height: initial;}
  main .temas .tema:nth-child(4) .content p{height: initial;}
  main .temas .tema:nth-child(5) .content p{height: initial;}
  main .temas .tema:nth-child(6) .content p{height: initial;}
  main .temas{
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .temas .tema{
    width: 49% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: block !important;
    margin-bottom: 1em;
  }
  main .contato .map{width: 45%;}
  main .contato .contato_content{
    width: 55%;
    padding-left: 30px;
  }
  main .contato .contato_content form .group.email{width: 100%;}
  main .contato .contato_content form .group.telefone{
    width: 100%;
    margin: 0;
  }
}
/* MEDIA QUERY 900 */


/* MEDIA QUERY 768 */
@media screen and (max-width: 768px){
  header .banner{
    height: 340px;
  }
  header .banner .melina_picture{
    object-fit: cover;
  }
  main .perfil{
    flex-direction: column;
    margin-bottom: 50px;
  }
  main .perfil .foto_perfil{
    width: 100%;
    padding-top: 70%;
  }
  main .perfil .content_perfil{
    width: 100%;
  }
  main .contato .contato_content{
    width: 100%;
    background: var(--darkGreen);
    padding-right: 30px;
  }
  main .contato .map{
    width: 100%;
    margin-bottom: 40px;
  }
  main .contato .contato_inner{
    flex-direction: column;
  }
  main .contato .contato_content::before{
    display: none;
  }
}
/* MEDIA QUERY 768 */


/* MEDIA QUERY 700 */
@media screen and (max-width: 700px){
  header .banner .activities .slider h2{font-size: 44px;}
  header .banner .melina_picture{
    width: 200px;
  }
}
/* MEDIA QUERY 700 */


/* MEDIA QUERY 630 */
@media screen and (max-width: 630px){
  header{
    min-height: 600px;
    height: 600px;
  }
  main .temas .tema{width: 100% !important;}
  header .arrow_down{display: none;}
}
/* MEDIA QUERY 630 */


/* MEDIA QUERY 600 */
@media screen and (max-width: 600px){
  header{
    height: 700px;
  }
  header .banner{
    display: block;
    padding-top: 30px;
  }
  header .banner .activities{
    top: 0;
    transform: none;
    right: 0;
    margin: 0 auto;
  }
  header .banner .activities .slider h2{text-align: center;}
  header .banner .melina_picture{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 400px;
    object-position: top;
  }
}
/* MEDIA QUERY 600 */


/* MEDIA QUERY 440 */
@media screen and (max-width: 440px){
  header .title{
    height: 320px;
  }
  header .title .link-blog{
    top: 76px;
  }
  header .banner .melina_picture{
    top: 60;
  }
}
/* MEDIA QUERY 440 */


/* MEDIA QUERY 370 */
@media screen and (max-width: 370px){
  header .banner{
    width: 100%;
  }
  header .banner .melina_picture{
    width: 90%;
  }
  footer{
    flex-direction: column;
  }
}
/* MEDIA QUERY 370 */


/* MEDIA QUERY 340 */
@media screen and (max-width: 340px){
  header {
    height: max-content;
  }
  header .banner{
    padding: 10px;
  }
  header .banner .activities{
    width: 90%;
    height: max-content;
  }
  header .banner .activities .slider{
    flex-direction: column;
    position: static;
    justify-content: flex-start;
    left: unset;
    top: unset;
    width: 100%;
    transition: none;
    animation: none;
  }
  header .banner .activities .slider h2{
    width: 100%;
    font-size: 32px;
    margin-bottom: 8px;
  }
  header .banner .activities .slider h2:first-child{
    width: 100%;
    font-size: 32px;
    margin-bottom: 8px;
  }
  header .banner .melina_picture{
    position: static;
    transform: none;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    margin-top: 20px;
    z-index: 2;
    position: relative;
  }
}
/* MEDIA QUERY 340 */