:root{--fundo: #EDE2D5;--marrom: #552019;--amarelo: #E8D274;--vermelho: #E88174}*{margin:0;padding:0}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%;overflow-x:hidden}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}::selection{background-color:#552019;color:#e88174}body{font-family:roc-grotesk,sans-serif;font-weight:400;font-style:normal;line-height:2.4;color:#552019;font-size:2rem;background-color:#ede2d5}a{color:#552019}.roc-light-14{font-family:roc-grotesk,sans-serif;font-weight:300;font-style:normal;font-size:1.4rem;line-height:2rem}.roc-regular-14{font-family:roc-grotesk,sans-serif;font-weight:400;font-style:normal;font-size:1.4rem;line-height:2rem}.roc-bold-14{font-family:roc-grotesk,sans-serif;font-weight:600;font-style:normal;font-size:1.4rem}.roc-medium-14{font-family:roc-grotesk,sans-serif;font-weight:500;font-style:normal;font-size:1.4rem}.roc-regular-16{font-family:roc-grotesk,sans-serif;font-weight:400;font-style:normal;font-size:1.6rem;line-height:2.4rem}.roc-medium-16{font-family:roc-grotesk,sans-serif;font-weight:500;font-style:normal;font-size:1.6rem;line-height:2.4rem}.roc-bold-16{font-family:roc-grotesk,sans-serif;font-weight:600;font-style:normal;font-size:1.6rem}.roc-regular-24{font-family:roc-grotesk,sans-serif;font-weight:400;font-style:normal;font-size:2.4rem}.roc-bold-24{font-family:roc-grotesk,sans-serif;font-weight:600;font-style:normal;font-size:2.4rem}.roc-regular-32{font-family:roc-grotesk,sans-serif;font-weight:400;font-style:normal;font-size:3.2rem}.roc-bold-32{font-family:roc-grotesk,sans-serif;font-weight:600;font-style:normal;font-size:3.2rem}.roc-regular-120{font-family:roc-grotesk,sans-serif;font-weight:400;font-style:normal;font-size:12rem}.m-b-8{margin-bottom:.8rem}.m-b-12{margin-bottom:1.2rem}.m-b-16{margin-bottom:1.6rem}.m-b-24{margin-bottom:2.4rem}.m-b-32{margin-bottom:3.2rem}.m-b-42{margin-bottom:4.2rem}.m-b-48{margin-bottom:4.8rem}.m-b-56{margin-bottom:5.6rem}.m-b-72{margin-bottom:7.2rem}mark{background-color:#e8d274;color:#552019}.h-42{line-height:4.2rem}.l-100{letter-spacing:.2rem}.t-upper{text-transform:uppercase}.t-center{text-align:center}.c-amarelo{color:#e8d274}.c-fundo{color:#ede2d5}.header{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:space-between;height:10rem;width:100%;background-color:#ede2d5;position:fixed;top:0;left:0;z-index:5;padding:0 4.2rem}.header__logo-box,.header__lingua-box{display:flex;gap:4.2rem}.header__logo{text-decoration:none}.header__lingua-btn,.header__menu-btn{background-color:transparent;border:none;cursor:pointer}.header__lingua-btn{transition:all .2s ease-in-out}.header__lingua-btn:hover{font-weight:600}.header__menu-box{display:flex;align-items:center;justify-content:flex-end;width:100%}.header__menu-btn{width:3.2rem;height:3.2rem;display:flex;flex-direction:column;justify-content:center;z-index:2}.header__menu-btn:hover .header__btn-icon:after{top:1.6rem}.header__menu-btn:hover .header__btn-icon:before{top:-1.6rem}.header__menu-btn--act .header__btn-icon{height:0}.header__menu-btn--act .header__btn-icon:after{top:0%;transform:rotate(45deg)}.header__menu-btn--act .header__btn-icon:before{top:0%;transform:rotate(-45deg)}.header__menu-btn--act:hover .header__btn-icon:after{transform:rotate(25deg);top:0}.header__menu-btn--act:hover .header__btn-icon:before{transform:rotate(-25deg);top:0}.header__btn-icon{display:inline-block;width:100%;height:2px;background-color:#552019;position:relative;transition:all .2s ease-in-out}.header__btn-icon:after,.header__btn-icon:before{content:"";width:100%;height:2px;position:absolute;left:0;background-color:#552019;transition:all .2s ease-in-out}.header__btn-icon:after{top:1.2rem}.header__btn-icon:before{top:-1.2rem}.header__menu-list{background-color:#e8d274;flex-direction:column;justify-content:space-between;list-style:none;position:absolute;top:0;right:-33vw;width:33vw;height:100vh;padding:4.2rem;transition:all .2s ease-in-out}.header__menu-link{text-decoration:none;transition:all .2s ease-in-out;position:relative;border-bottom:0px solid transparent}.header__menu-link:hover{font-weight:600;border-bottom:4px solid #552019;border-style:none none dotted none}.bannerHome{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0;margin-top:10rem;height:calc(100vh - 10rem)}@media only screen and (max-width: 56.25em){.bannerHome{grid-template-columns:1fr}}.bannerHome__img{width:100%;height:100%;object-fit:cover;overflow:hidden}.bannerHome__content{background-color:#e88174;display:flex;flex-direction:column;justify-content:center;padding:0 12rem}.bannerHome__content h1{width:75%}.bannerHome__content p{margin-left:4.8rem}.btn{cursor:pointer;text-transform:uppercase;border:1px solid #552019;color:#552019;background-color:transparent;letter-spacing:.2rem;width:max-content;transition:all .2s ease-in-out}.btn a{display:inline-block;text-decoration:none;padding:1.2rem 1.6rem}.btn:hover{background-color:#e8d274}.btn--amarelo{border:1px solid #E8D274}.btn--amarelo a{color:#e8d274}.btn--amarelo:hover a{color:#552019}.btn--play{display:flex!important;gap:1.6rem;align-items:center;padding:0!important;height:auto}.btn--play-icon-box{background-color:#552019;width:4.2rem;height:100%;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;padding:1.2rem 1.6rem;position:relative}.btn--play.is-playing .btn--play-icon-box{background-color:#e8d274}.btn--play-icon{width:1.4rem;height:1.8rem;transition:opacity .2s ease-in-out}.btn--play-text{display:inline-block;padding-right:1.6rem}.btn--play:hover .btn--play-icon-box,.btn--play.is-playing{background-color:#e88174}.btn--play.is-playing .btn--play-icon{opacity:0}.btn--play.is-playing .btn--play-icon-box:before,.btn--play.is-playing .btn--play-icon-box:after{content:"";position:absolute;width:.4rem;height:1.2rem;background-color:#552019;transition:background-color .2s ease-in-out}.btn--play.is-playing .btn--play-icon-box:before{left:35%}.btn--play.is-playing .btn--play-icon-box:after{right:35%}.btn--anchor{padding:1.2rem}.btn-arrow{cursor:pointer;border:none;background-color:transparent;width:4rem;height:3.2rem}.btn-arrow--right{transform:rotate(180deg) translateY(-2px)}.btn-arrow--up{transform:rotate(90deg)}.btn-arrow--down{transform:rotate(-90deg)}.historiasHome{padding:0 4.2rem;margin-bottom:12rem;position:relative}.historiasHome__header{display:flex;flex-direction:column;align-items:center;padding:3.2rem 0}.historiasHome__img{width:100%;height:65vh;object-fit:cover}.historiasHome__img-description{width:60%;font-size:1.6rem;line-height:2.4rem;margin:0 3.2rem}.historiasHome__content{position:relative}.historiasHome__text-box{margin-left:50%}.historiasHome__control-box{display:flex;justify-content:space-between}.historiasHome__control{display:flex;gap:4.2rem}.historiasHome__col-2{display:flex;gap:2.4rem}.historiasHome__text{width:70%;transform:translateY(5px)}.historiasHome__btn-link{height:max-content}.footer{background-color:#552019;padding:4.2rem;display:flex;align-items:center}.footer__img{width:100%;height:100%;object-fit:contain}@keyframes loading-animation{0%{opacity:0}to{opacity:1}}.loading,.error{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#e8d274}.loading__dot,.error__dot{margin-left:3.2rem;line-height:0}.loading__dot--1,.error__dot--1{animation:.7s 0s infinite alternate loading-animation}.loading__dot--2,.error__dot--2{animation:.7s .3s infinite alternate loading-animation}.loading__dot--3,.error__dot--3{animation:.7s .6s infinite alternate loading-animation}.card{width:100%;height:42rem;position:relative;overflow:hidden}.card__img{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:all .2s ease-in-out}.card__content{background-color:#ede2d5;display:flex;align-items:center;justify-content:space-between;padding:0 3.2rem;position:absolute;bottom:-16rem;left:0;width:100%;height:16rem;transition:all .2s ease-in-out}.card__content--basic{bottom:0;height:auto;background-color:transparent;padding:1.8rem 3.2rem 1.6rem}.card__content--basic p{display:none}.card__content--basic img{display:none;align-self:flex-end;margin-bottom:1.6rem}.card__arrow{width:4rem;height:3.2rem;transform:rotate(-180deg)}.card:hover .card__content{bottom:0}.card:hover .card__content--basic{background-color:#ede2d5}.card:hover .card__content--basic p,.card:hover .card__content--basic img{display:inline-block}.card:hover .card__img{transform:scale(1.1)}.cardImg__btn{width:100%;height:32rem;position:relative;overflow:hidden;cursor:pointer;border:none;background-color:transparent}.cardImg__img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:all .2s ease-in-out}.cardImg__over{background-color:#55201900;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;transition:all .2s ease-in-out}.cardImg__lupa{width:4.2rem;height:4.2rem;opacity:0;transition:all .2s ease-in-out}.cardImg__btn:hover .cardImg__img{transform:scale(1.1)}.cardImg__btn:hover .cardImg__over{background-color:#55201980}.cardImg__btn:hover .cardImg__lupa{opacity:1}.cardImg__full{background-color:#552019;position:fixed;top:10rem;left:0;display:grid;grid-template-columns:repeat(9,1fr);grid-gap:3.2rem;padding:0 4.2rem}@media only screen and (max-width: 56.25em){.cardImg__full{grid-template-columns:1fr}}.cardImg__img-full{grid-column:1/6;width:100%;height:calc(100vh - 10rem);object-fit:contain}.cardImg__full-content{grid-column:6/10;height:calc(100vh - 10rem);display:flex;flex-direction:column;justify-content:space-between;padding:9.6rem 0}.cardImg__close-btn{align-self:flex-end;background-color:transparent;border:none;cursor:pointer;width:3.2rem;height:3.2rem}.cardImg__close-btn:hover .cardImg__close-btn-icon:after{transform:rotate(25deg)}.cardImg__close-btn:hover .cardImg__close-btn-icon:before{transform:rotate(-25deg)}.cardImg__close-btn-icon{display:inline-block;width:100%;height:2px;position:relative;transition:all .2s ease-in-out}.cardImg__close-btn-icon:after,.cardImg__close-btn-icon:before{content:"";width:100%;height:2px;position:absolute;top:0;left:0;background-color:#e8d274;transition:all .2s ease-in-out}.cardImg__close-btn-icon:after{transform:rotate(45deg)}.cardImg__close-btn-icon:before{transform:rotate(-45deg)}.cardImg__full-meio{display:flex;gap:1.6rem}.cardImg__arrow-box{display:flex;align-items:center;gap:4.2rem;margin-left:3.6rem}.cardImg__counter{display:flex;gap:.4rem}.cardImg__arrow-icon{cursor:pointer;width:4.2rem;height:4.2rem}.cardImg__arrow-icon--right{transform:rotate(-180deg)}.apresentacao{margin-top:10rem}.apresentacao__banner{height:75vh;width:100vw;object-fit:cover}.apresentacao__content{padding:0 4.2rem;display:grid;grid-template-columns:repeat(9,1fr);grid-gap:1.6rem}@media only screen and (max-width: 56.25em){.apresentacao__content{grid-template-columns:1fr}}.apresentacao__title{grid-column:1/4}.apresentacao__text{grid-column:4/8}.apresentacao__text p{margin-bottom:1.6rem}.historias{margin-top:10rem;background-color:#e8d274;padding-bottom:7.2rem}.historias__header{display:flex;flex-direction:column;align-items:center;padding-top:7.2rem}.historias__text{width:50%}@media only screen and (max-width: 75em){.historias__text{width:100%}}.historias__card-box{padding:0 4.2rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.6rem}@media only screen and (max-width: 56.25em){.historias__card-box{grid-template-columns:1fr}}.desenhos{margin-top:10rem;padding-bottom:7.2rem}.desenhos__header{display:flex;flex-direction:column;align-items:center;padding-top:7.2rem}.desenhos__text{width:50%}@media only screen and (max-width: 75em){.desenhos__text{width:100%}}.desenhos__card-box{padding:0 4.2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;width:100%}.educacao{margin-top:10rem;background-color:#e8d274;padding-bottom:7.2rem}.educacao__header{display:flex;flex-direction:column;align-items:center;padding-top:7.2rem}.educacao__text{width:50%}@media only screen and (max-width: 75em){.educacao__text{width:100%}}.educacao__card-box{padding:0 4.2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.6rem}@media only screen and (max-width: 56.25em){.educacao__card-box{grid-template-columns:1fr}}.noticias{margin-top:10rem;padding-bottom:7.2rem}.noticias__header{display:flex;flex-direction:column;align-items:center;padding-top:7.2rem}.noticias__text{width:50%}@media only screen and (max-width: 75em){.noticias__text{width:100%}}.noticias__card-box{padding:0 4.2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.6rem}@media only screen and (max-width: 56.25em){.noticias__card-box{grid-template-columns:1fr}}.singleHistorias{margin-top:10rem;padding:0 4.2rem}.singleHistorias__header{display:grid;grid-template-columns:4fr 3fr;padding-top:5.6rem}@media only screen and (max-width: 75em){.singleHistorias__header{grid-template-columns:1fr}}.singleHistorias__btn-box{display:flex;gap:4.2rem}.singleHistorias__header-col-2 p{width:75%}@media only screen and (max-width: 75em){.singleHistorias__header-col-2 p{width:100%}}.singleHistorias__arrow-box{display:flex;flex-direction:column;align-items:center;gap:1.6rem;position:sticky;top:50%;transform:translate(-49%);z-index:10}.singleHistorias__section{margin-left:5.6rem;display:grid;grid-template-columns:6fr 3fr;gap:4.2rem;align-items:center}.singleHistorias__img{width:100%;height:75vh;object-fit:contain}.singleHistorias__legend{font-size:1.6rem;line-height:2.4rem}.singleHistorias__section-text{display:flex;gap:4.2rem}.singleHistorias__content-text{width:60%;font-size:1.6rem;line-height:2.4rem}.singleHistorias__content-text p{margin-bottom:1.6rem}.videos{margin-top:10rem;background-color:#552019}.videos__header{display:flex;flex-direction:column;align-items:center;padding-top:7.2rem}.videos__text{width:50%}@media only screen and (max-width: 75em){.videos__text{width:100%}}.videos__card-box{padding:0 4.2rem}.videos__card{display:grid;grid-template-columns:5fr 2fr;gap:1.6rem;padding-bottom:1.6rem;border-bottom:4px dashed #E8D274}.videos__card-iframe iframe{width:100%;height:56rem}.videos__card-btn-box{display:flex;flex-direction:column;gap:1.6rem}.cantos{margin-top:10rem;background-color:#e88174}.cantos__header{display:flex;flex-direction:column;align-items:center;padding-top:7.2rem}.cantos__text{width:50%}@media only screen and (max-width: 75em){.cantos__text{width:100%}}.cantos__card-box{padding:0 4.2rem 7.2rem;display:flex;flex-direction:column;align-items:center}.cantos__card{display:flex;justify-content:center;gap:24rem;border-top:3px dashed #E8D274;padding-top:5.6rem}@media only screen and (max-width: 75em){.cantos__card{gap:1.6rem;flex-direction:column}}.cantos__card-col-2{text-align:right}.exposicao{margin-top:10rem}.exposicao__iframe-box{width:100%;height:65vh}.exposicao__iframe-box iframe{width:100%;height:100%;object-fit:cover}.exposicao__text-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.exposicao__text{padding:0 4.2rem;margin:5.6rem 0;width:60%}.exposicao__text p{margin-bottom:1.6rem}@media only screen and (max-width: 75em){.exposicao__text p{width:100%}}.exposicao__text h2{margin-bottom:2.4rem}.exposicao__text h2 strong{font-weight:500}.exposicao__text hr{margin:3.2rem 0;border-width:1px;border-style:dashed;border-color:#e88174}.projetos{margin-top:10rem;padding:0 4.2rem}.projetos__header{display:flex;flex-direction:column;align-items:center;padding-top:7.2rem}.projetos__card-box{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.6rem;margin-bottom:7.2rem}@media only screen and (max-width: 56.25em){.projetos__card-box{grid-template-columns:1fr}}.projetos__card{width:100%;height:32rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#e8d274;text-decoration:none;transition:all .2s ease-in-out}.projetos__card-icon{width:3.2rem;transform:rotate(-90deg) translate(0);transition:all .2s ease-in-out}.projetos__card:hover{background-color:#e88174}.projetos__card:hover .projetos__card-icon{transform:rotate(-90deg) translate(-2rem)}.single{margin-top:10rem}.single__img{width:100%;height:42rem;object-fit:cover}.single__content{padding:0 4.2rem;display:grid;grid-template-columns:3fr 5fr}.single__header{width:66%}.single__title{line-height:4.2rem}.single__resume{line-height:3.2rem}.single__text h1{font-size:2.4rem;margin-bottom:1.6rem}.single__text p{margin-bottom:1.6rem}.single__text img{width:100%;height:100%;object-fit:contain;margin-bottom:1.6rem}
