:root {
    font-size: 100%}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: normal;
}
body, html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    margin: 0;
    font-weight: 400;
    text-rendering: geometricPrecision;
}
body.modal-visible {
    position: relative;
    height: 100%;
    overflow: hidden;
}
body, body html {
    scroll-behavior: smooth;
    font-size: 16px;
    font-size: 1rem;
    transition: font-size .1s ease-in;
}
address {
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: 400;
    letter-spacing: normal;
}
button, h1, h2, h3, h4, h5, h6, p {
    text-rendering: geometricPrecision;
    padding: 0;
}
button {
    background-color: transparent;
    border: none;
    outline: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    cursor: pointer;
}
a {
    color: #3d3d3d;
    text-decoration: none;
    text-rendering: geometricPrecision;
}
li {
    list-style-type: none;
}
.acessibility, strong {
    font-weight: 500;
}
.acessibility {
    color: #f26523;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .3px;
    margin-bottom: 20px;
}
@media (min-width:700px) {
    .acessibility {
    display: none;
}
}
.acessibility .bigger {
    margin-right: 10px;
}
.acessibility .btn-reset-fonts {
    line-height: 18px;
    margin-top: 6px;
    top: 13px;
    white-space: nowrap;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
.accessibility-font-actived .acessibility .btn-reset-fonts {
    visibility: visible;
    opacity: 1;
}
.image {
    width: 100%}
.image img {
    display: block;
    width: 100%}
.video {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.video:hover .icon {
    background-image: url("../assets/images/btns/btn-play-hover.svg");
}
.video .video-container {
    position: relative;
}
.video .video-container.video-play .thumb {
    opacity: 0;
    visibility: hidden;
}
.video .video-container .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50%, 50%, 50%;
    background-repeat: no-repeat;
    background-size: calc(2.67686vw + 51.43403px), cover, cover;
    cursor: pointer;
    transition: opacity .3s ease;
}
.video .video-container .frame-container {
    position: relative;
    overflow: hidden;
}
.video .video-container .frame-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video .icon {
    display: block;
    width: 90px;
    height: 90px;
    background-image: url("../assets/images/btns/btn-play.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    top: calc(50% - 17.5px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video .thumb {
    position: relative;
    width: 100%;
    z-index: 1;
}
.video iframe {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: calc(100% - 35px);
}
.share {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width:1000px) {
    .share {
    position: relative;
    width: 100%;
    margin: 0 0 calc(3.82409vw + 7.76291px);
}
}
.share.visible ul li a {
    max-height: 100%;
    max-width: 100%;
    -webkit-transform: max-width .5s ease, max-height .5s ease;
    transform: max-width .5s ease, max-height .5s ease;
}
.share .label {
    display: none;
    text-transform: uppercase;
    font-size: 10px;
    font-size: .625rem;
    line-height: 2.08;
    letter-spacing: 2.1px;
    text-align: right;
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    background-image: url("../assets/images/icons/icon-share.svg");
    background-size: 15px;
}
.share .label, .share .label-mobile {
    color: #3d3d3d;
    background-repeat: no-repeat;
    background-position: 0;
}
.share .label-mobile {
    margin: 0 0 calc(3.82409vw + 7.76291px);
    background-image: url("../assets/images/icons/share.svg");
    background-size: 22px;
    height: 24px;
    padding: 0 0 0 30px;
    font-size: 14px;
    font-size: .875rem;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}
.share ul {
    display: none;
    flex-direction: column;
}
@media (max-width:1000px) {
    .share ul {
    display: block;
    position: absolute;
    top: 34px;
}
}
.share ul li {
    width: 60px;
    height: 60px;
    border-top: none;
}
@media (min-width:1000px) {
    .share ul li {
    border: 1px solid #3d3d3d;
    border-top: none;
}
.share ul li:first-child {
    border-top: 1px solid #3d3d3d;
}
}
@media (max-width:1000px) {
    .share ul li {
    display: inline-flex;
    align-items: center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px;
}
}
.share ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: background-image .2s ease;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .share ul li a {
    background-size: 20px;
}
}
.share ul li a.facebook {
    background-image: url("../assets/images/icons/facebook.svg");
}
.share ul li a.facebook:hover {
    background-image: url("../assets/images/icons/facebook-hover.svg");
}
.share ul li a.twitter {
    background-size: 22px;
    background-image: url("../assets/images/icons/twitter.svg");
}
.share ul li a.twitter:hover {
    background-image: url("../assets/images/icons/twitter-hover.svg");
}
.share ul li a.linkedin {
    background-size: 18px;
    background-image: url("../assets/images/icons/linkedin.svg");
}
.share ul li a.linkedin:hover {
    background-image: url("../assets/images/icons/linkedin-hover.svg");
}
.share ul li a.mail {
    background-size: 18px;
    background-image: url("../assets/images/icons/mail.svg");
}
.share ul li a.mail:hover {
    background-image: url("../assets/images/icons/mail-hover.svg");
}
@media (max-width:1000px) {
    .share ul li a {
    max-height: 0;
    max-width: 0;
    transition: max-width .5s ease, max-height .5s ease;
}
}
@media (min-width:1000px) {
    .share {
    top: 0;
    margin: 0;
    position: absolute;
}
.share, .share.fixed {
    transition: all .5s ease;
}
.share.fixed {
    top: 20px;
    position: fixed;
}
.share.absolute {
    position: absolute;
    bottom: 100px;
    top: auto;
    transition: all .5s ease;
}
.share .label {
    display: block;
}
.share .label-mobile {
    display: none;
}
.share ul {
    display: flex;
}
}
.share-btn {
    position: relative;
    padding: 0;
    color: #fff;
    min-height: 20px;
    font-size: 14px;
    line-height: 20px;
}
.share-btn:hover span svg g {
    stroke: #fff200;
}
.share-btn.hide span {
    opacity: 0;
}
.share-btn span {
    display: flex;
    align-items: center;
    transition: opacity .25s ease;
}
.share-btn span svg {
    width: 20px;
    margin-right: 10px;
    transition: stroke .25s ease;
}
.share-btn .share-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share-btn .share-container a {
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;
    width: 14px;
    height: 12px;
    background-image: url("../assets/images/icons/twitter-white.svg");
    transition: max-width .5s ease, max-height .5s ease;
    max-width: 0;
    max-height: 0;
}
.share-btn .share-container a.show {
    transition: max-width .5s ease, max-height .5s ease;
    max-width: 100%;
    max-height: 100%}
.share-btn .share-container a.facebook {
    width: 7px;
    height: 14px;
    margin-left: 0;
    background-image: url("../assets/images/icons/facebook-white.svg");
}
.share-btn .share-container a.linkedin {
    background-image: url("../assets/images/icons/linkedin-white.svg");
    width: 15px;
    height: 14px;
}
.btns {
    display: flex;
    /*flex-wrap: wrap;*/
}
.btns .btn, .btns.more, .btns a {
    /*margin: 0 10px 10px 0;*/
    /*min-width: 110px;*/
    margin: 0 25px 15px 0;
    min-width: 200px;
    padding: 10px 16px;
    border-radius: 100px;
    background-color: rgb(0,158,11); color: #fff;
    /*background-color:#fff; color:rgb(0,158,11);*/
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .3px;
    
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    line-height: 16px;
    transition: background-color .25s ease;
}
.btns .btn:hover, .btns.more:hover, .btns a:hover {
    background-color: rgb(0,211,24);
    color:rgb(255,255,255);
}
.btns .btn.white-btn, .btns.more.white-btn, .btns a.white-btn {
    background-color: #fff;
    color: #3d3d3d;
}
.btns .btn.white-btn:hover, .btns.more.white-btn:hover, .btns a.white-btn:hover {
    background-color: #fff200;
}
.btns .btn.plus, .btns.more.plus, .btns a.plus {
    background-image: url("../assets/images/btns/btn-add.svg");
    background-repeat: no-repeat;
    background-position: center left 6px;
    background-size: 20px;
    transition: background-image .3s ease;
    padding-left: 32px;
}
.btns .btn.plus:hover, .btns.more.plus:hover, .btns a.plus:hover {
    background-image: url("../assets/images/btns/btn-add-hover.svg");
}
.post .text>div, .post .text p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
    letter-spacing: normal;
    color: #3d3d3d;
    /*margin-top: 60px;*/
    margin-top:17px;
}
.post .text>div:first-child, .post .text p:first-child {
    margin-top: 0;
}
.post .text>div img, .post .text p img {
    display: block;
    height: auto;
    width: 100%}
.post .text b, .post .text strong {

}
.post .caption {
    width: 100%;
    font-style: italic;
    line-height: 2.33;
    letter-spacing: normal;
    color: #58595b;
    font-size: 14px;
    font-size: .875rem;
}
@media (max-width:1000px) {
    .post .caption {
    font-size: 12px;
    font-size: .75rem;
}
}
.progress-bar {
    display: block;
    left: 0;
    width: 99%;
    border-radius: 32px;
    overflow: hidden;
    height: calc(.66922vw + 22.85851px);
    position: relative;
    background-color: #fff;
}
.progress-bar .end, .progress-bar .start {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-53%);
    transform: translateY(-53%);
    z-index: 1;

}
@media (min-width:700px) {
    .progress-bar .end, .progress-bar .start {
    font-size: 14px;
    font-size: .875rem;
}
}
.progress-bar .start {
    left: 20px;
}
.progress-bar .end {
    right: 20px;
}
.progress-bar .progress {
    border-radius: 32px;
    display: block;
    position: absolute;
    z-index: 0;
    height: 102%;
    width: 0;
    left: 0;
    top: 0;
    transition: width .5s ease-in-out;
    background-color: rgb(255,255,0);
    background: linear-gradient(90deg, rgb(0,211,24) 0, rgb(255,255,0));
}
#wrap {
    padding-top: 94px;
}
@media (min-width:700px) {
    #wrap {
    padding-top: 100px;
}
}
#wrap .yikes-easy-mc-success-message {
    background: #fad961;
    color: #000;
}
#programs .pages ul li a figure, .numbers {
    background-image: linear-gradient(232deg, rgb(0,158,11) 40%, rgb(0,211,24));
}
.landing__topics {
    background-image: linear-gradient(117deg, #d35826, #b62175);
}
.landing__countdown {
    background: linear-gradient(245deg, #fff200, #c9c92d 19%, #c95427);
}
.quizz {
    background: linear-gradient(45deg, rgb(0,211,24), rgb(0,158,11));
}
.landing .video-frame.full:before, .landing .video-frame.fullwide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, #000);
    opacity: .56;
}
#footer .extra-container .languages-extra-links .logo img, .header .header-nav .logo img {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
#footer .extra-container .languages-extra-links .logo img:hover, .header .header-nav .logo img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
#footer .extra-container .languages-extra-links .extra-links a, #footer .extra-container .languages-extra-links .languages ul li a, #footer .menu li a, .header .header-nav .contact-label {
    transition: color .3s ease;
}
#footer .extra-container .languages-extra-links .extra-links a:hover, #footer .extra-container .languages-extra-links .languages ul li a:hover, #footer .menu li a:hover, .header .header-nav .contact-label:hover {
    color: rgb(0,158,11);
}
@-webkit-keyframes scrollDown {
    0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: .6;
}
12% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    opacity: .9;
}
24% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: .7;
}
36% {
    -webkit-transform: translateX(13.5px);
    transform: translateX(13.5px);
    opacity: .5;
}
50% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    opacity: .15;
}
}
@keyframes scrollDown {
    0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: .6;
}
12% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    opacity: .9;
}
24% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: .7;
}
36% {
    -webkit-transform: translateX(13.5px);
    transform: translateX(13.5px);
    opacity: .5;
}
50% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    opacity: .15;
}
}
@-webkit-keyframes arrowNext {
    0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: .6;
}
12% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    opacity: .9;
}
24% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: .7;
}
36% {
    -webkit-transform: translateX(13.5px);
    transform: translateX(13.5px);
    opacity: .5;
}
50% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    opacity: .15;
}
55% {
    opacity: 0;
}
60% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    opacity: .15;
}
72% {
    -webkit-transform: translateX(-13.5px);
    transform: translateX(-13.5px);
    opacity: .5;
}
84% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: .7;
}
92% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    opacity: .9;
}
}
@keyframes arrowNext {
    0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: .6;
}
12% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    opacity: .9;
}
24% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: .7;
}
36% {
    -webkit-transform: translateX(13.5px);
    transform: translateX(13.5px);
    opacity: .5;
}
50% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    opacity: .15;
}
55% {
    opacity: 0;
}
60% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    opacity: .15;
}
72% {
    -webkit-transform: translateX(-13.5px);
    transform: translateX(-13.5px);
    opacity: .5;
}
84% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: .7;
}
92% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    opacity: .9;
}
}
@-webkit-keyframes arrowPrev {
    0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: .6;
}
12% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    opacity: .9;
}
24% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: .7;
}
36% {
    -webkit-transform: translateX(-13.5px);
    transform: translateX(-13.5px);
    opacity: .5;
}
50% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    opacity: .15;
}
55% {
    opacity: 0;
}
60% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    opacity: .15;
}
72% {
    -webkit-transform: translateX(13.5px);
    transform: translateX(13.5px);
    opacity: .5;
}
84% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: .7;
}
92% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    opacity: .9;
}
}
@keyframes arrowPrev {
    0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: .6;
}
12% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    opacity: .9;
}
24% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: .7;
}
36% {
    -webkit-transform: translateX(-13.5px);
    transform: translateX(-13.5px);
    opacity: .5;
}
50% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    opacity: .15;
}
55% {
    opacity: 0;
}
60% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    opacity: .15;
}
72% {
    -webkit-transform: translateX(13.5px);
    transform: translateX(13.5px);
    opacity: .5;
}
84% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: .7;
}
92% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    opacity: .9;
}
}
@-webkit-keyframes fade-in {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fade-in {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes fade-out {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes fade-out {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@-webkit-keyframes slide-in-right {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@keyframes slide-in-right {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@-webkit-keyframes slide-in-left {
    0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@keyframes slide-in-left {
    0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@-webkit-keyframes slide-in-position-right {
    0% {
    opacity: 0;
    right: 50px;
}
to {
    opacity: 1;
    right: 0;
}
}
@keyframes slide-in-position-right {
    0% {
    opacity: 0;
    right: 50px;
}
to {
    opacity: 1;
    right: 0;
}
}
@-webkit-keyframes slide-question {
    0% {
    opacity: 0;
    -webkit-transform: translateX(calc(300% + 320px));
    transform: translateX(calc(300% + 320px));
}
50% {
    opacity: 0;
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@keyframes slide-question {
    0% {
    opacity: 0;
    -webkit-transform: translateX(calc(300% + 320px));
    transform: translateX(calc(300% + 320px));
}
50% {
    opacity: 0;
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@-webkit-keyframes slide-fast {
    0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}
to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: .31;
}
}
@keyframes slide-fast {
    0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}
to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: .31;
}
}
@-webkit-keyframes slide-in-height {
    0% {
    max-height: 0;
}
to {
    max-height: 100%}
}
@keyframes slide-in-height {
    0% {
    max-height: 0;
}
to {
    max-height: 100%}
}
@-webkit-keyframes slide-out-height {
    0% {
    max-height: 100%}
to {
    max-height: 0;
}
}
@keyframes slide-out-height {
    0% {
    max-height: 100%}
to {
    max-height: 0;
}
}
@-webkit-keyframes fade-in-slow {
    0% {
    opacity: 0;
}
40% {
    opacity: .5;
}
to {
    opacity: 1;
}
}
@keyframes fade-in-slow {
    0% {
    opacity: 0;
}
40% {
    opacity: .5;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes grow-horizontally {
    0% {
    width: 0;
}
to {
    width: 100%}
}
@keyframes grow-horizontally {
    0% {
    width: 0;
}
to {
    width: 100%}
}
.accordion {
    padding: 0 calc(9.08222vw + -9.0631px);
    margin: 0 0 calc(3.91969vw + 49.45698px);
}
.accordion li {
    width: 100%;
    border-radius: 17px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding: 28px calc(2.29446vw + 12.65774px);
    margin: calc(.28681vw + 11.08222px) 0 0;
    transition: background-color .5s ease;
}
.accordion li h2, .accordion li h3 {
    cursor: pointer;
    position: relative;
}
.accordion li h2 span, .accordion li h3 span {
    display: inline-block;
    padding: 0 30px 0 0;
}
.accordion li h2:after, .accordion li h2:before, .accordion li h3:after, .accordion li h3:before {
    content: "";
    top: 50%;
    position: absolute;
    border-radius: 2px;
    background-color: rgb(0,158,11);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.accordion li h2:before, .accordion li h3:before {
    right: 0;
    width: 20px;
    height: 4px;
}
.accordion li h2:after, .accordion li h3:after {
    right: 8px;
    width: 4px;
    height: 20px;
    top: calc(50% - 8px);
}
.accordion li:first-child {
    margin: 0;
}
.accordion li .title {
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3d;
    line-height: 1.5;
    transition: padding .5s ease;
    font-size: 22px;
    font-size: 1.375rem;
}
@media (max-width:1000px) {
    .accordion li .title {
    font-size: 16px;
    font-size: 1rem;
}
}
.accordion li .text {
    overflow: hidden;
    max-height: 0;
    padding: 0 calc(13.38432vw + -22.82983px);
    transition: padding .5s ease, max-height .25s ease;
}
.accordion li .text p {
    margin: 0;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #3d3d3d;
    transition: margin .25s ease;
    font-size: 18px;
    font-size: 1.125rem;
}
@media (max-width:1000px) {
    .accordion li .text p {
    font-size: 14px;
    font-size: .875rem;
}
}
.accordion li .text:before {
    transition: opacity 1.5s ease;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #979797;
    top: 28px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0;
}
.accordion li.close {
    background-color: #fcfcfc;
}
.accordion li.close .text {
    max-height: 2000px;
    padding: calc(1.91205vw + 23.88145px) calc(13.38432vw + -22.82983px);
    position: relative;
}
.accordion li.close .text p {
    margin: 0 0 40px;
}
.accordion li.close .text:before {
    opacity: 1;
    transition: opacity 1.5s ease;
}
.accordion li.close h2:before, .accordion li.close h3:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.breadcrumb {
    display: flex;
}
.breadcrumb li, .breadcrumb p {
    margin: 0 0 18px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.38;
    letter-spacing: 2.6px;
    color: #3d3d3d;
    text-transform: uppercase;
    white-space: nowrap;
}
.breadcrumb .icon-arrow {
    background: url("../assets/images/arrow-right.svg") no-repeat;
    width: 6px;
    height: 9px;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 14px;
}
.breadcrumb a {
    transition: color .25s ease;
}
.breadcrumb a:hover {
    color: rgb(0,158,11);
}
.menu-modal {
    display: none;
    align-items: center;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
    background-image: url("../assets/images/menu-bg.png"), linear-gradient(118deg, rgb(0,211,24), rgb(0,158,11));
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 50%;
    background-size: contain, 100%}
@media (min-width:1000px) {
    .menu-modal {
    background-attachment: fixed;
}
}
@media (max-width:1000px) {
    .menu-modal {
    overflow-y: hidden;
}
}
.menu-modal.visible {
    display: block;
}
@media (min-width:1000px) {
    .menu-modal.visible {
    display: flex;
}
}
.menu-modal.hide {
    pointer-events: none;
}
.menu-modal--full {
    min-height: 100vh;
}
.menu-modal--full.hide {
    -webkit-animation: fade-out .5s both;
    animation: fade-out .5s both;
}
.menu-modal--full.show {
    -webkit-animation: fade-in .5s both;
    animation: fade-in .5s both;
}
.menu-modal--full.show .main-menu .menu li {
    -webkit-animation: slide-in-position-right .5s both;
    animation: slide-in-position-right .5s both;
}
.menu-modal--full.show .main-menu .menu li:first-child {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(2) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(4) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(6) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(8) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(9) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(10) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(11) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(12) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(13) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(14) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(15) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(16) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(17) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(18) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(19) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.menu-modal--full.show .main-menu .menu li:nth-child(20) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
@media (min-width:1000px) {
    .menu-modal--full .main-menu {
    padding: 0 calc(9.08222vw + -9.0631px);
    justify-content: center;
    flex-direction: row;
    top: 42px;
}
}
.menu-modal--full .menu {
    margin: 0;
    width: 100%}
@media (min-width:1000px) {
    .menu-modal--full .menu {
    margin: 0 50px 0 0;
    width: auto;
}
}
.menu-modal--full .menu .label {
    top: 55%;
    position: fixed;
}
.menu-modal--full .menu li {
    padding: calc(.47801vw + 23.47036px) 0 0;
}
@media (min-width:1000px) {
    .menu-modal--full .menu li {
    position: relative;
}
}
.menu-modal--full .menu-item {
    font-size: calc(1.05163vw + 20.6348px);
}
.menu-modal--full .submenu {
    width: 50%}
.menu-modal--full .submenu .sub {
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
}
.menu-modal--full .submenu .sub.open {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.menu-modal--full .submenu .sub.open>a {
    position: relative;
    -webkit-animation: slide-in-left .5s both;
    animation: slide-in-left .5s both;
}
.menu-modal--full .submenu .sub.open>a:first-child {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}
.menu-modal--full .submenu .sub.open>a:nth-child(2) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}
.menu-modal--full .submenu .sub.open>a:nth-child(3) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(4) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(6) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(7) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(8) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(9) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(10) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(11) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(12) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(13) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(14) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(15) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(16) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(17) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(18) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(19) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.menu-modal--full .submenu .sub.open>a:nth-child(20) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}
.menu-modal--full .submenu .subitem {
    text-transform: uppercase;
    margin: 0 0 31.15px;
    font-size: calc(1.0325vw + 14.69598px);
    width: 50%}
.menu-modal--middle {
    height: 100vh;
}
.menu-modal--middle.hide {
    -webkit-animation: slide-out-height .5s linear both;
    animation: slide-out-height .5s linear both;
}
@media (max-width:1000px) {
    .menu-modal--middle.hide {
    -webkit-animation: fade-out .5s both;
    animation: fade-out .5s both;
}
}
.menu-modal--middle.show {
    -webkit-animation: slide-in-height .55s ease-in both;
    animation: slide-in-height .55s ease-in both;
}
.menu-modal--middle.show .main-menu .menu li {
    -webkit-animation: fade-in-slow .5s both;
    animation: fade-in-slow .5s both;
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
@media (max-width:1000px) {
    .menu-modal--middle.show {
    -webkit-animation: fade-in .5s both;
    animation: fade-in .5s both;
}
.menu-modal--middle.show .main-menu .menu li {
    -webkit-animation: slide-in-position-right .5s both;
    animation: slide-in-position-right .5s both;
}
}
.menu-modal--middle.show .submenu:before {
    -webkit-animation: grow-horizontally .5s both;
    animation: grow-horizontally .5s both;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@media (min-width:1000px) {
    .menu-modal--middle {
    height: 382px;
    background-image: linear-gradient(118deg, rgb(0,211,24), rgb(0,158,11));
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}
}
@media (min-width:1000px) {
    .menu-modal--middle .main-menu {
    padding: calc(1.91205vw + -6.11855px) calc(9.08222vw + -9.0631px);
    justify-content: flex-end;
    flex-direction: column;
    top: 0;
}
}
@media (min-width:1000px) {
    .menu-modal--middle .menu {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 69px;
}
}
.menu-modal--middle .menu .label {
    position: absolute;
    top: 50%;
    height: 236px;
}
@media (max-width:1000px) {
    .menu-modal--middle .menu li {
    padding: calc(.47801vw + 23.47036px) 0 0;
}
}
.menu-modal--middle .menu-item {
    font-size: 20px;
}
.menu-modal--middle .submenu {
    width: 100%}
@media (min-width:1000px) {
    .menu-modal--middle .submenu {
    position: relative;
    height: 94px;
    padding: 29px 0;
}
.menu-modal--middle .submenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    height: 1px;
    background: hsla(0, 0%, 100%, .5);
}
}
@media (min-width:1000px) {
    .menu-modal--middle .submenu .sub {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 26px;
}
.menu-modal--middle .submenu .sub.visible {
    z-index: 1;
}
.menu-modal--middle .submenu .sub.show {
    -webkit-animation: fade-in .5s both;
    animation: fade-in .5s both;
}
.menu-modal--middle .submenu .sub.hide {
    -webkit-animation: fade-out .5s both;
    animation: fade-out .5s both;
}
}
.menu-modal--middle .submenu .subitem {
    font-size: 16px;
    letter-spacing: .77px;
    padding: 0 24.25px;
}
.menu-modal .btn-close-menu {
    display: none;
    position: absolute;
    right: calc(9.08222vw + -9.0631px);
    top: 20px;
    height: 44px;
    width: 44px;
    border-radius: 100px;
    background-color: #fff;
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url("../assets/images/close.svg");
    z-index: 10;
    transition: background-image 1s ease;
}
.menu-modal .main-menu {
    display: block;
    width: 100%;
    position: relative;
    min-height: 100vh;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .menu-modal .main-menu {
    margin-top: 7%}
}
@media (min-width:1000px) {
    .menu-modal .main-menu {
    display: flex;
    min-height: 100%}
}
@media (max-width:1000px) {
    .menu-modal .main-menu {
    height: 100vh;
    top: calc(36.84211vw + -17.89474px);
    padding: 0;
}
}
@media (max-width:1000px) {
    .menu-modal .menu {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 84px;
}
}
.menu-modal .menu .label {
    display: none;
    z-index: 1;
    font-size: 180px;
    color: hsla(0, 0%, 100%, .14);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
}
@media (min-width:1000px) {
    .menu-modal .menu .label.visible {
    display: block;
}
.menu-modal .menu .label.show {
    -webkit-animation: fade-in 1s both;
    animation: fade-in 1s both;
}
.menu-modal .menu .label.hide {
    -webkit-animation: fade-out 1s both;
    animation: fade-out 1s both;
}
}
@media (min-width:1000px) {
    .menu-modal .menu li {
    z-index: 2;
}
}
.menu-modal .menu li .menu-title {
    display: flex;
    align-items: center;
    padding: 0 calc(9.08222vw + 30.9369px);
}
@media (min-width:1000px) {
    .menu-modal .menu li .menu-title {
    padding: 0;
}
}
.menu-modal .menu li .menu-title .no-submenu {
    padding: 0 0 0 calc(4.21053vw + 30.52632px);
}
@media (min-width:1000px) {
    .menu-modal .menu li .menu-title .no-submenu {
    padding: 0;
}
}
.menu-modal .menu li .submenu-mobile.open {
    max-height: 900px;
    padding: 26px calc(9.08222vw + 30.9369px);
    margin: 10px 0 0;
    transition: max-height .5s ease, padding .5s ease;
}
.menu-modal .menu li .submenu-mobile {
    display: block;
    background-color: #fff;
    padding: 0 calc(9.08222vw + 30.9369px);
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height .5s ease, padding .5s ease, margin .5s ease;
}
.menu-modal .menu li .submenu-mobile a {
    display: block;
    font-size: calc(1.57895vw + 12.94737px);
    text-transform: uppercase;
    margin: 20px 0 0;
    padding: 0 calc(2.63158vw + 41.57895px);
}
.menu-modal .menu li .submenu-mobile a:first-child {
    margin: 0;
}
@media (min-width:1000px) {
    .menu-modal .menu li .submenu-mobile {
    display: none;
}
}
.menu-modal .menu li .open-close {
    margin: 0 20px 2.5px 0;
    background-color: #fff;
    display: block;
    width: calc(4.21053vw + 10.52632px);
    height: calc(4.21053vw + 10.52632px);
    border-radius: 100%;
    position: relative;
}
.menu-modal .menu li .open-close.close:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.menu-modal .menu li .open-close:after, .menu-modal .menu li .open-close:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    background-color: #3d3d3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}
.menu-modal .menu li .open-close:before {
    width: calc(.26316vw + 1.15789px);
    height: calc(2vw + 6px);
}
.menu-modal .menu li .open-close:after {
    height: calc(.26316vw + 1.15789px);
    width: calc(2vw + 6px);
}
@media (min-width:1000px) {
    .menu-modal .menu li .open-close {
    display: none;
}
}
.menu-modal .menu li .menu-item {
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: left;
    line-height: normal;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    transition: color .3s;
}
@media (min-width:1000px) {
    .menu-modal .menu li .menu-item {
    line-height: 38px;
}
}
.menu-modal .menu li .menu-item.hovered {
    color: #fff200;
}
.menu-modal .menu li:first-child, .menu-modal .submenu .sub:first-child {
    padding-top: 0;
}
.menu-modal .submenu {
    position: relative;
    z-index: 2;
    display: none;
}
@media (min-width:1000px) {
    .menu-modal .submenu {
    display: block;
}
}
.menu-modal .submenu .sub {
    opacity: 0;
    display: flex;
}
.menu-modal .submenu .sub[value=instituto] a:first-child {
    order: 1;
}
.menu-modal .submenu .sub[value=instituto] a:nth-child(2) {
    order: 3;
}
.menu-modal .submenu .sub[value=instituto] a:nth-child(3) {
    order: 5;
}
.menu-modal .submenu .sub[value=instituto] a:nth-child(4) {
    order: 7;
}
.menu-modal .submenu .sub[value=instituto] a:nth-child(5) {
    order: 2;
}
.menu-modal .submenu .sub[value=instituto] a:nth-child(6) {
    order: 4;
}
.menu-modal .submenu .sub[value=instituto] a:nth-child(7) {
    order: 6;
}
.menu-modal .submenu .sub.open {
    opacity: 1;
    z-index: 2;
    width: 100%}
.menu-modal .submenu .sub.open>a {
    position: relative;
    -webkit-animation: slide-in-left .5s both;
    animation: slide-in-left .5s both;
}
.menu-modal .submenu .sub.open>a:first-child {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}
.menu-modal .submenu .sub.open>a:nth-child(2) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}
.menu-modal .submenu .sub.open>a:nth-child(3) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.menu-modal .submenu .sub.open>a:nth-child(4) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.menu-modal .submenu .sub.open>a:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.menu-modal .submenu .sub.open>a:nth-child(6) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}
.menu-modal .submenu .sub.open>a:nth-child(7) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.menu-modal .submenu .sub.open>a:nth-child(8) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.menu-modal .submenu .sub.open>a:nth-child(9) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.menu-modal .submenu .sub.open>a:nth-child(10) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.menu-modal .submenu .sub.open>a:nth-child(11) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.menu-modal .submenu .sub.open>a:nth-child(12) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.menu-modal .submenu .sub.open>a:nth-child(13) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.menu-modal .submenu .sub.open>a:nth-child(14) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.menu-modal .submenu .sub.open>a:nth-child(15) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.menu-modal .submenu .sub.open>a:nth-child(16) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.menu-modal .submenu .sub.open>a:nth-child(17) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.menu-modal .submenu .sub.open>a:nth-child(18) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}
.menu-modal .submenu .sub.open>a:nth-child(19) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.menu-modal .submenu .sub.open>a:nth-child(20) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}
.menu-modal .submenu .subitem {
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
    transition: color .3s;
}
@media (min-width:1000px) {
    .menu-modal .submenu .subitem {
    line-height: 34px;
}
}
.menu-modal .submenu .subitem:hover {
    color: #fff200;
}
.search-modal {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    box-sizing: border-box;
    background-image: url("../assets/images/menu-bg.png"), linear-gradient(118deg, rgb(0,211,24), rgb(0,185,11));
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 50%;
    background-size: contain, 100%}
.search-modal .search-button-close {
    position: absolute;
    right: calc(9.08222vw + -9.0631px);
    top: 20px;
    height: 44px;
    width: 44px;
    border-radius: 100px;
    background-color: #fff;
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url("../assets/images/close.svg");
    z-index: 11;
    transition: background-image 1s ease, background-color .35s ease;
    visibility: hidden;
}
.search-modal .search-button-close:hover {
    background-color: #fff200;
}
.search-modal.visible {
    display: block;
}
@media (min-width:1000px) {
    .search-modal.visible {
    display: flex;
}
}
.search-modal.show {
    -webkit-animation: fade-in .5s both;
    animation: fade-in .5s both;
}
.search-modal.show .main-menu .menu li {
    -webkit-animation: slide-in-position-right .5s both;
    animation: slide-in-position-right .5s both;
}
.search-modal.show .main-menu .menu li:first-child {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.search-modal.show .main-menu .menu li:nth-child(2) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.search-modal.show .main-menu .menu li:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.search-modal.show .main-menu .menu li:nth-child(4) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.search-modal.show .main-menu .menu li:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.search-modal.show .main-menu .menu li:nth-child(6) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.search-modal.show .main-menu .menu li:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.search-modal.show .main-menu .menu li:nth-child(8) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.search-modal.show .main-menu .menu li:nth-child(9) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.search-modal.show .main-menu .menu li:nth-child(10) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.search-modal.show .main-menu .menu li:nth-child(11) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.search-modal.show .main-menu .menu li:nth-child(12) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}
.search-modal.show .main-menu .menu li:nth-child(13) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.search-modal.show .main-menu .menu li:nth-child(14) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}
.search-modal.show .main-menu .menu li:nth-child(15) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.search-modal.show .main-menu .menu li:nth-child(16) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}
.search-modal.show .main-menu .menu li:nth-child(17) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.search-modal.show .main-menu .menu li:nth-child(18) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
.search-modal.show .main-menu .menu li:nth-child(19) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.search-modal.show .main-menu .menu li:nth-child(20) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.search-modal.hide {
    pointer-events: none;
    -webkit-animation: fade-out .5s both;
    animation: fade-out .5s both;
}
.search-modal .content-container {
    width: 100%;
    padding: 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:1000px) {
    .search-modal .content-container {
    width: 70%;
    padding: 0 calc(9.08222vw + -9.0631px) 0 0;
}
}
@media (max-width:1000px) {
    .search-modal .content-container {
    margin-top: 96px;
}
}
.search-modal .content-container .filter {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin-top: 26px;
    width: 100%;
    padding: 0 44px 0 0;
}
@media (min-width:1000px) {
    .search-modal .content-container .filter {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
}
.search-modal .content-container .filter .checkbox-container {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #fff;
}
@media (min-width:1000px) {
    .search-modal .content-container .filter .checkbox-container {
    margin-right: 15px;
}
}
.search-modal .content-container .filter .checkbox-container:hover .fake-checkbox {
    background-color: #d0d0d0;
}
.search-modal .content-container .filter .checkbox-container:hover .fake-checkbox+span {
    color: #fff200;
}
.search-modal .content-container .filter .checkbox-container input {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    cursor: pointer;
}
.search-modal .content-container .filter .checkbox-container input:active, .search-modal .content-container .filter .checkbox-container input:focus {
    outline: 0;
}
.search-modal .content-container .filter .checkbox-container .fake-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 2px;
    transition: background-color .5s;
    border: .8px solid #fff;
    pointer-events: none;
}
.search-modal .content-container .filter .checkbox-container .fake-checkbox:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 1px;
    background-color: #fff200;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .5s;
}
.search-modal .content-container .filter .checkbox-container .fake-checkbox.clicked:after {
    opacity: 1;
    transition: opacity .5s;
}
.search-modal .content-container .filter .checkbox-container .fake-checkbox+span {
    transition: color .2s ease;
}
.search-modal .content-container #searchform {
    position: relative;
}
.search-modal .content-container #searchform input[type=text] {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    width: 100%;
    height: 75px;
    padding: 0 calc(1.43403vw + 10.41109px);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
.search-modal .content-container #searchform input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.search-modal .content-container #searchform input[type=text]::-ms-input-placeholder {
    color: #fff;
}
.search-modal .content-container #searchform input[type=text]::placeholder {
    color: #fff;
}
.search-modal .content-container #searchform input[type=submit] {
    text-indent: -999999px;
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    background-color: #fff;
    background-image: url("../assets/images/icons/icon-search.svg");
    background-size: 15px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: background-color .35s ease;
}
.search-modal .content-container #searchform input[type=submit]:hover {
    background-color: #fff200;
}
.search-modal .content-container .quick-links {
    margin-top: calc(3.82409vw + 27.76291px);
    color: #fff;
}
.search-modal .content-container .quick-links .label {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.search-modal .content-container .quick-links ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.search-modal .content-container .quick-links ul li {
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
}
.search-modal .content-container .quick-links ul li a {
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
}
.result {
    margin: calc(13.38432vw + -2.82983px) 0 calc(9.56023vw + 69.40727px);
    padding: 0 calc(9.08222vw + -9.0631px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.result main {
    width: 100%}
@media (min-width:1000px) {
    .result main {
    width: 62%}
}
.result main h1 {
    font-size: calc(1.14723vw + 14.32887px);
    margin: 0 0 calc(1.91205vw + 33.88145px);
}
.result main ul li {
    margin: 0 0 calc(5.25813vw + 28.174px);
}
.result main ul li a {
    display: block;
}
.result main ul li a:hover h2, .result main ul li a:hover h4, .result main ul li a:hover p {
    color: rgb(0,158,11);
}
.result main ul li h2, .result main ul li h4, .result main ul li p {
    transition: color .3s ease;
}
.result main ul li h4 {
    font-size: 13px;
    letter-spacing: 2.6px;
    line-height: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.result main ul li h2 {
    font-size: calc(1.91205vw + .86759rem);
    margin: 0 0 calc(.95602vw + 26.94073px);
}
.result main ul li p {
    font-size: calc(.1912vw + .96176rem);
    line-height: 30px;
}
.related {
    padding-left: calc(9.08222vw + -9.0631px);
    max-width: 100%;
    margin-bottom: calc(6.69216vw + 28.58509px);
    overflow: hidden;
}
.related .related-header {
    display: flex;
    justify-content: space-between;
}
@media (min-width:700px) {
    .related .related-header {
    flex-direction: column;
}
}
@media (max-width:700px) {
    .related .related-header {
    align-items: center;
    margin-bottom: 26px;
}
}
.related .related-header h2, .related .related-header h3 {
    color: #3d3d3d;
    margin: 0 0 26px;
    font-size: 24px;
    font-size: 1.5rem;
}
@media (max-width:1000px) {
    .related .related-header h2, .related .related-header h3 {
    font-size: 18px;
    font-size: 1.125rem;
}
}
@media (max-width:700px) {
    .related .related-header h2, .related .related-header h3 {
    margin-bottom: 0;
}
}
.related .related-header h2 span, .related .related-header h3 span {
    display: none;
}
@media (min-width:700px) {
    .related .related-header h2 span, .related .related-header h3 span {
    display: inline;
}
}
.related .related-header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(9.08222vw + -9.0631px) 0 0;
    margin: 0 0 20px;
}
@media (max-width:700px) {
    .related .related-header nav {
    margin-bottom: 0;
}
}
.related .related-header nav button {
    background-color: rgb(0,158,11);
    display: none!important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-size: 5px 8px;
    transition: background-color .5s ease;
}
.related .related-header nav button:hover {
    background-color: rgb(0,211,24);
}
.related .related-header nav button:hover.prev svg {
    -webkit-animation: arrowPrev .5s linear 1;
    animation: arrowPrev .5s linear 1;
    margin-right: 2px;
}
.related .related-header nav button:hover.next svg {
    -webkit-animation: arrowNext .5s linear 1;
    animation: arrowNext .5s linear 1;
    margin-left: 2px;
}
.related .related-header nav button svg {
    width: 8px;
    margin-top: 2px;
}
.related .related-header nav button.prev svg {
    margin: 14px 4px 14px 0;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .related .related-header nav button.prev svg {
    margin: 0;
}
}
.related .related-header nav button.next svg {
    margin: 14px 0 14px 4px;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .related .related-header nav button.next svg {
    margin: 0;
}
}
.related .related-header nav button[tabindex="-1"] {
    display: none!important;
}
.related .related-header nav button.slick-disabled, .related .related-header nav button[aria-disabled=true] {
    background-color: rgb(0,211,24);
    transition: background-color .5s ease;
    cursor: default;
}
.related .related-header nav button.prev, .related .related-header nav button.prev-programs, .related .related-header nav button.prev-timeline {
    margin: 0 6px 0 0;
}
@media (min-width:700px) {
    .related .related-header nav button {
    display: inline-block!important;
}
}
.related .related-header nav .btns.more.plus {
    margin-bottom: 0;
}
.related h2 {
    text-transform: uppercase;
}
.related .carrossel-attachments .slick-track, .related .carrossel-internal .slick-track, .related .carrossel-pages .slick-track, .related .carrossel-programs .slick-track, .related .carrossel-timeline .slick-track, .related .carrossel .slick-track {
    margin: 0;
}
.related .carrossel-attachments li, .related .carrossel-internal li, .related .carrossel-pages li, .related .carrossel-programs li, .related .carrossel-timeline li, .related .carrossel li {
    padding-right: 24px;
}
.related .carrossel-attachments li a, .related .carrossel-internal li a, .related .carrossel-pages li a, .related .carrossel-programs li a, .related .carrossel-timeline li a, .related .carrossel li a {
    display: block;
}
.related .carrossel-attachments li a:active, .related .carrossel-attachments li a:focus, .related .carrossel-internal li a:active, .related .carrossel-internal li a:focus, .related .carrossel-pages li a:active, .related .carrossel-pages li a:focus, .related .carrossel-programs li a:active, .related .carrossel-programs li a:focus, .related .carrossel-timeline li a:active, .related .carrossel-timeline li a:focus, .related .carrossel li a:active, .related .carrossel li a:focus {
    outline: 0;
}
.related .carrossel-attachments li a:hover h4, .related .carrossel-attachments li a:hover p, .related .carrossel-internal li a:hover h4, .related .carrossel-internal li a:hover p, .related .carrossel-pages li a:hover h4, .related .carrossel-pages li a:hover p, .related .carrossel-programs li a:hover h4, .related .carrossel-programs li a:hover p, .related .carrossel-timeline li a:hover h4, .related .carrossel-timeline li a:hover p, .related .carrossel li a:hover h4, .related .carrossel li a:hover p {
    color: rgb(0,158,11);
}
.related .carrossel-attachments li figure, .related .carrossel-internal li figure, .related .carrossel-pages li figure, .related .carrossel-programs li figure, .related .carrossel-timeline li figure, .related .carrossel li figure {
    margin: 0 0 calc(.07935vw + 33.91608px);
}
.related .carrossel-attachments li figure img, .related .carrossel-internal li figure img, .related .carrossel-pages li figure img, .related .carrossel-programs li figure img, .related .carrossel-timeline li figure img, .related .carrossel li figure img {
    display: block;
    width: 100%;
    transition: -webkit-transform .55s ease;
    transition: transform .55s ease;
    transition: transform .55s ease, -webkit-transform .55s ease;
}
.related .carrossel-attachments li h4, .related .carrossel-attachments li p, .related .carrossel-internal li h4, .related .carrossel-internal li p, .related .carrossel-pages li h4, .related .carrossel-pages li p, .related .carrossel-programs li h4, .related .carrossel-programs li p, .related .carrossel-timeline li h4, .related .carrossel-timeline li p, .related .carrossel li h4, .related .carrossel li p {
    transition: color .25s ease;
}
.related .carrossel-attachments li h4, .related .carrossel-internal li h4, .related .carrossel-pages li h4, .related .carrossel-programs li h4, .related .carrossel-timeline li h4, .related .carrossel li h4 {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    min-height: calc(1.91205vw + 53.88145px);
}
.related .carrossel-attachments li h3, .related .carrossel-internal li h3, .related .carrossel-pages li h3, .related .carrossel-programs li h3, .related .carrossel-timeline li h3, .related .carrossel li h3 {
    color: #fff200;
}
.related .carrossel-attachments li p, .related .carrossel-internal li p, .related .carrossel-pages li p, .related .carrossel-programs li p, .related .carrossel-timeline li p, .related .carrossel li p {
    font-weight: 400;
    color: #4a4a4a;
    font-size: 13px;
    font-size: .8125rem;
}
.related .carrossel p {
    letter-spacing: 2.69px;
}
.related .carrossel li h4 {
    min-height: 96px;
    margin-bottom: 7.17px;
}
.related .carrossel-timeline figure, .related .carrossel.carrossel figure {
    position: relative;
    overflow: hidden;
}
.related .carrossel-timeline figure img, .related .carrossel.carrossel figure img {
    width: 100%;
    min-height: 100%;
    height: auto;
}
.related .carrossel-internal .content img, .related .carrossel-pages .content img {
    min-height: 100%;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.related .carrossel-timeline li {
    padding-right: 42px;
}
@media (max-width:700px) {
    .related .carrossel-timeline li {
    margin: 0 0 27px;
}
}
.related .carrossel-timeline li figure {
    height: calc(1.05163vw + 181.6348px);
}
.related .carrossel-timeline li figure img {
    max-width: 325px;
    width: auto;
}
.related .carrossel-timeline li h2 {
    margin: 0 0 18px;
}
.related .carrossel-timeline li p {
    font-size: 16px;
    font-size: 1rem;
}
.related .carrossel-programs li {
    padding-right: 10px;
}
.related .carrossel-programs li .content {
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}
.related .carrossel-programs li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent, #000);
}
.related .carrossel-programs li a .text {
    position: absolute;
    bottom: 0;
    padding: 0 calc(1.43403vw + 20.41109px) calc(.57361vw + 32.16444px);
}
.related .carrossel-programs li a .text h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08;
    color: #fff200;
}
.related .carrossel-programs li a .text p {
    margin: 20px 0;
    color: #fff;
}
.related .carrossel-programs li a .text button {
    margin: 0;
    margin-bottom: 10px;
}
.related .carrossel-programs li img {
    margin: 0;
    display: block;
    width: 100%;
    transition: -webkit-transform .55s ease;
    transition: transform .55s ease;
    transition: transform .55s ease, -webkit-transform .55s ease;
}
.related .carrossel-internal .content:hover img, .related .carrossel-internal li:hover img, .related .carrossel-pages .content:hover img, .related .carrossel-pages li:hover img, .related .carrossel-programs .content:hover img, .related .carrossel-programs li:hover img, .related .carrossel-timeline .content:hover img, .related .carrossel-timeline li:hover img, .related .carrossel .content:hover img, .related .carrossel li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.related .carrossel-internal .content:hover .btns {
    background-color: rgb(0,211,24);
}
@media (max-width:700px) {
    .related .carrossel-internal .content .btns {
    width: 100%;
    margin-right: 0;
}
}
.related .carrossel-pages li h3 {
    transition: color .25s ease;
}
.related .carrossel-pages li:hover h3 {
    color: #ff5100;
}
.related .carrossel-programs li:hover .btns a {
    background-color:rgb(0,211,24);
    color:rgb(255,255,255);
}
@media (max-width:700px) {
    .related .carrossel-programs li .btns a {
    width: 100%;
    margin-right: 0;
}
}
.banner--degrade .content-container .container .btns a:nth-child(2) {
    margin-right: 15px;
}
.banner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: calc(9.08222vw + 5.9369px);
}
@media (min-width:1000px) {
    .banner {
    flex-direction: row;
    justify-content: space-between;
}
}
.banner .content-container {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 0 calc(9.08222vw + -9.0631px);
    order: 2;
    width: 100%}
@media (min-width:1000px) {
    .banner .content-container {
    width: 40%;
    padding: 138px 0 0 calc(9.08222vw + -9.0631px);
}
}
@media (max-width:1000px) {
    .banner .content-container {
    margin-bottom: calc(3.05927vw + 46.21033px);
}
}
.banner .content-container .container {
    width: 100%}
@media (min-width:1000px) {
    .banner .content-container .container {
    width: 80%}
}
.banner .content-container .container .breadcrumb p {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #4a4a4a;
    text-transform: uppercase;
}
.banner .content-container .container .acessibility {
    color: #f26523;
    margin-top: 25px;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
}
.banner .content-container .container .acessibility .bigger {
    margin-right: 15px;
}
@media (min-width:700px) {
    .banner .content-container .container .acessibility {
    display: none;
}
}
.banner .content-container .container .logo {
    margin: 40px 0;
    display: block;
    width: auto;
    max-width: 100%}
.banner .content-container .container h1, .banner .content-container .container h2 {
    font-size: calc(.95602vw + 16.94073px);
    color: #4a4a4a;
    font-weight: 400;
    line-height: normal;
}
.banner .content-container .container .text {
    margin-top: 25px;
}
.banner .content-container .container .text h3, .banner .content-container .container .text p {
    font-size: calc(.1912vw + .96176rem);
    line-height: calc(.57361vw + 22.16444px);
    color: #3d3d3d;
}
.banner .content-container .container .text b {
    color: #f26523;
    font-weight: 500;
}
.banner .content-container .container .btns {
    margin-top: 25px;
}
@media (max-width:700px) {
    .banner .content-container .container .btns {
    flex-direction: column;
}
}
.banner .content-container .container .social {
    display: flex;
    align-items: center;
    margin-top: calc(1.43403vw + 5.41109px);
}
.banner .content-container .container .social li {
    margin-left: 40px;
    height: 20px;
    width: 20px;
}
.banner .content-container .container .social li:first-child {
    margin-left: 0;
}
.banner .content-container .container .social li.facebook {
    width: 10px;
}
.banner .content-container .container .social a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.banner .content-container .container .social a:last-child {
    margin-right: 0;
}
.banner .img-container {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 50vh;
    order: 1;
    margin: 0 0 25px;
    left: calc(9.08222vw + -9.0631px);
    padding: 1px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index:-1;
}
.banner .img-container svg {
    position: absolute;
    top: -1px;
    left: -1px;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .banner .img-container svg {
    display: none;
}
}
.banner .img-container .image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%}
@media (min-width:1000px) {
    .banner .img-container {
    order: 2;
    height: 120.8vh;
    max-height: 747px;
    width: 59.8%;
    left: 0;
    margin: 0;
}
}
.banner--middle {
    position: relative;
    margin-bottom: 0;
}
@media (min-width:1000px) {
    .banner--middle {
    margin-left: 10%;
    width: 90%}
}
.banner--middle .content-container {
    width: 100%;
    height: 100%;
    z-index: 1;
    justify-content: center;
    padding: 0;
}
@media (min-width:1000px) {
    .banner--middle .content-container {
    position: absolute;
}
}
.banner--middle .content-container .container {
    position: relative;
    margin: 0 auto;
    height: calc(63% + 53px);
    max-width: 85.9%}
.banner--middle .content-container .container .breadcrumb {
    justify-content: center;
}
@media (max-width:1000px) {
    .banner--middle .content-container .container .breadcrumb {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #4a4a4a;
    text-transform: uppercase;
}
}
.banner--middle .content-container .container .breadcrumb li {
    color: #fff;
}
@media (min-width:1000px) {
    .banner--middle .content-container .container h1, .banner--middle .content-container .container h2 {
    text-align: center;
}
}
@media (min-width:1000px) {
    .banner--middle .content-container .container .btns {
    justify-content: center;
}
}
@media (min-width:1000px) {
    .banner--middle .content-container .container .text p {
    color: #fff;
    text-align: center;
}
}
@media (min-width:1000px) {
    .banner--middle .content-container .container .social {
    justify-content: center;
    position: absolute;
    bottom: 53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner--middle .content-container .container .social li a {
    background-image: url("../assets/images/icons/facebook-white.svg")!important;
}
.banner--middle .content-container .container .social li.twitter a {
    background-image: url("../assets/images/icons/twitter-white.svg")!important;
}
.banner--middle .content-container .container .social li.linkedin a {
    background-image: url("../assets/images/icons/linkedin-white.svg")!important;
}
.banner--middle .content-container .container .social li.instagram a {
    background-image: url("../assets/images/icons/instagram-white.svg")!important;
}
}
@media (max-width:1000px) {
    .banner--middle .content-container .container .social--mobile {
    display: flex;
}
}
.banner--middle .img-container {
    width: 100%}
.banner--degrade .content-container .container .breadcrumb p {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}
.banner--degrade .content-container .container h1, .banner--degrade .content-container .container h2 {
    font-size: calc(2.39006vw + 17.35182px);
    color: #fff;
    font-weight: 400;
    line-height: normal;
}
.banner--degrade .content-container .container .btns a {
    width: 179px;
    text-align: center;
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 5px 25px;
}
.banner--degrade .img-container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(123deg, rgb(0,211,24), rgb(0,158,11));
}
@media (max-width:1000px) {
    .banner--degrade.banner--middle .content-container .container h1, .banner--degrade.banner--middle .content-container .container h2 {
    font-size: calc(2.39006vw + 17.35182px);
    color: #4a4a4a;
    font-weight: 400;
    line-height: normal;
}
}
@media (max-width:1000px) {
    .banner--degrade.banner--middle .content-container .container .btns a {
    border-radius: 100px;
    background-color: #f26523;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px;
}
}
@media (min-width:1000px) {
    .banner--degrade.banner--middle .img-container {
    height: 886px;
}
}
.banner--degrade-mask .img-container:before {
    opacity: .7;
}
.banner--full {
    position: relative;
    margin-bottom: 0;
}
.banner--full .content-container {
    padding: 0;
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    justify-content: center;
}
.banner--full .content-container .container {
    position: relative;
    margin: calc(3.82409vw + 27.76291px) auto 0;
    height: calc(63% + 53px);
    padding-bottom: 53px;
    padding: 20px;
    max-width: 85.9%}
.banner--full .content-container .container .breadcrumb {
    justify-content: center;
}
.banner--full .content-container .container .breadcrumb li {
    color: #fff;
}
.banner--full .content-container .container h1, .banner--full .content-container .container h2 {
    text-align: center;
}
.banner--full .content-container .container .text p {
    text-align: center;
    color: #fff;
}
.banner--full .content-container .container .btns {
    justify-content: center;
    align-items: center;
}
.banner--full .content-container .container .social {
    justify-content: center;
}
.banner--full .content-container .container .social li a {
    background-image: url("../assets/images/icons/facebook-white.svg")!important;
}
.banner--full .content-container .container .social li.twitter a {
    background-image: url("../assets/images/icons/twitter-white.svg")!important;
}
.banner--full .content-container .container .social li.linkedin a {
    background-image: url("../assets/images/icons/linkedin-white.svg")!important;
}
.banner--full .content-container .container .social li.instagram a {
    background-image: url("../assets/images/icons/instagram-white.svg")!important;
}
.banner--full .img-container {
    width: 100%;
    left: 0;
    height: 100vh;
}
.banner--full .img-container svg {
    display: none;
}
@media (max-width:1000px) {
    .banner--full .img-container {
    max-height: 750px;
    height: 100vh;
}
}
.numbers {
    padding: calc(5.73614vw + 41.64436px) 0 0;
    margin-bottom: calc(9.56023vw + 19.40727px);
}
.numbers .texts {
    max-width: 100%;
    margin: 0 auto calc(5.73614vw + 41.64436px);
    padding: 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:1000px) {
    .numbers .texts {
    max-width: 51.24%;
    padding: 0;
}
}
.numbers .texts h2 {
    font-size: calc(.66922vw + 1.42866rem);
    color: #fff200;
    margin: 0 0 calc(2.39006vw + 17.35182px);
}
.numbers .texts p {
    font-size: calc(.1912vw + .96176rem);
    line-height: 1.67;
    color: #fff;
}
.numbers ul {
    display: flex;
    justify-content: center;
    margin: 70px 0 0;
}
.numbers ul:first-child {
    margin: 0;
}
.numbers ul li {
    margin: 0 5px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.numbers ul li h3, .numbers ul li h4 {
    font-size: calc(1.14723vw + 36.32887px);
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
}
.numbers ul li p {
    font-size: calc(18px + var(--base));
    line-height: 1.67;
    color: #fff;
    text-align: center;
    margin: 0 calc(.95602vw + 6.94073px);
}
.numbers ul.main-numbers {
    padding: 0 calc(9.08222vw + -9.0631px);
    justify-content: center;
    flex-direction: column;
}
@media (min-width:700px) {
    .numbers ul.main-numbers {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.numbers ul.main-numbers li {
    width: 40vw;
}
}
@media (min-width:700px) {
    .numbers ul.main-numbers {
    justify-content: center;
}
.numbers ul.main-numbers li {
    width: 150px;
}
}
@media (min-width:1000px) {
    .numbers ul.main-numbers {
    padding: 0;
}
.numbers ul.main-numbers li {
    margin: 30px 70px;
}
}
.numbers ul.numbers-container {
    flex-wrap: wrap;
}
.numbers ul.numbers-container li {
    width: 100vw;
    padding: 70px 0;
    margin: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.numbers ul.numbers-container li:nth-child(2n) {
    border-right: none;
}
.numbers ul.numbers-container li:nth-child(odd):last-child {
    border: none;
    border-top: 1px solid #fff;
    width: 100%}
@media (min-width:700px) {
    .numbers ul.numbers-container li {
    width: 50%}
}
.about .content {
    padding: calc(5.25813vw + 43.174px) calc(5.92734vw + 34.0325px);
    min-height: 65vh;
    background-image: linear-gradient(60deg, #cac92d, #c95427 60%, #f26522);
}
@media (min-width:1000px) {
    .about .content {
    min-height: 100vh;
}
}
@media (max-width:700px) {
    .about .content {
    padding: 60px 23px;
}
}
@media (min-width:700px) and (max-width:1000px) {
    .about .content {
    padding: 94px 50px;
}
}
.about .content h2 {
    font-size: calc(.57361vw + 1.01028rem);
    color: #fff;
    margin: 0 0 calc(3.82409vw + 27.76291px);
}
.about .content .container {
    display: flex;
    flex-direction: column;
    width: 100%}
@media (min-width:1000px) {
    .about .content .container {
    flex-direction: row;
}
}
.about .content .container h3, .about .content .container p {
    color: #fff;
    margin: 0 0 40px;
    font-size: calc(1.33843vw + .98231rem);
    line-height: 1.2;
    letter-spacing: 1.5px;
    font-size: 20px;
    font-size: 1.25rem;
}
@media (min-width:1000px) {
    .about .content .container h3, .about .content .container p {
    margin-right: 130px;
    font-size: 34px;
    font-size: 2.125rem;
}
}
@media (min-width:700px) {
    .about .content .container .text {
    padding-bottom: 110px;
}
}
@media (max-width:700px) {
    .about .content .container .text {
    padding-bottom: 20px;
}
}
.about .content .container .text h3, .about .content .container .text p {
    line-height: 1.56;
    letter-spacing: inherit;
    color: #fff;
    margin: 0;
    font-size: calc(.1912vw + .96176rem);
}
@media (min-width:1000px) {
    .about .content .container .column {
    width: 40%}
.about .content .container .column:first-child {
    width: 50%}
}
.about .columns {
    margin: 0 calc(9.08222vw + -9.0631px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    top: -50px;
}
@media (min-width:700px) {
    .about .columns {
    /*margin: 0;*/
    top: -100px;
}
}
@media (min-width:1000px) {
    .about .columns {
    flex-direction: row;
}
}
@media (min-width:700px) and (max-width:1000px) {
    .about .columns {
    padding: 0 50px;
}
}
.about .columns .column {
    width: 100%}
@media (min-width:1000px) {
    .about .columns .column {
    width: 36%}
.about .columns .column.bigger {
    width: 56%}
}
.about .columns .column figure {
    width: 100%;
    height: auto;
}
.about .columns .column figure img {
    display: block;
    width: 100%}
@media (min-width:1000px) {
    .about .columns .left>: not(.big) {
    margin-left: calc(9.08222vw + -9.0631px);
}
.about .columns .left>:not(.big).frame-container, .about .columns .left>:not(.big).video, .about .columns .left>:not(.big) iframe, .about .columns .left>:not(.big) p {
    margin-left: 0;
}
.about .columns .left>:not(.big).frame-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.about .columns .left>:not(.big).text {
    max-width: 100%}
.about .columns .left .text.big, .about .columns .left h2.big, .about .columns .left h3.big {
    margin-left: calc(9.08222vw + -9.0631px);
}
.about .columns .right>:not(.big) {
    margin-right: calc(9.08222vw + -9.0631px);
}
.about .columns .right>:not(.big).frame-container, .about .columns .right>:not(.big).video, .about .columns .right>:not(.big) iframe, .about .columns .right>:not(.big) p {
    margin-right: 0;
}
.about .columns .right>:not(.big).frame-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about .columns .right>:not(.big).text {
    max-width: 100%}
.about .columns .right .text.big, .about .columns .right h3.big {
    margin-right: calc(9.08222vw + -9.0631px);
}
.about .columns .right .image-container {
    align-items: flex-start;
}
}
.about .columns .image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    margin: 0 0 calc(5.73614vw + 21.64436px);
}
.about .columns .image-container .image-cover {
    background-size: cover;
}
@media (min-width:1000px) {
    .about .columns .image-container {
    background-size: cover;
}
.about .columns .image-container:last-child {
    margin-bottom: 0;
}
.about .columns .image-container:not(.big) {
    background-size: contain;
}
}
.about .columns .video {
    height: 400px;
    margin: 0 0 calc(5.73614vw + 21.64436px);
}
.about .columns .video .frame-container {
    height: 400px;
    display: flex;
    justify-content: center;
}
.about .columns .video .frame-container iframe {
    position: static;
    height: 100%}
.about .columns h2, .about .columns h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #3d3d3d;
    margin: 50px 0;
}
@media (min-width:700px) and (max-width:1000px) {
    .about .columns h2, .about .columns h3 {
    margin: 15px 0;
}
}
@media (min-width:700px) {
    .about .columns .text {
    max-width: 50%}
}
@media (min-width:700px) and (max-width:1000px) {
    .about .columns .text {
    margin-bottom: 45px;
}
}
.about .columns .text p {
    margin: 0 0 20px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #3d3d3d;
}
.about .columns .text a {
    color: #f26523;

}
.modal {
    background: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    flex-direction: column;
}
.modal-visible .modal {
    opacity: 1;
    visibility: visible;
}
.modal-body {
    width: 83%}
.modal-content {
    text-align: center;
    height: calc(100% - 86px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width:700px) {
    .modal-content iframe {
    width: 100%;
    height: auto;
    margin: 40px 0;
}
}
.modal-content img {
    height: 610px;
    max-width: 100%;
    max-height: 75vh;
}
@media (max-width:700px) {
    .modal-content img {
    height: auto;
    width: 100%}
}
.modal-close {
    text-align: right;
    margin: 0 0 20px;
}
.modal-close .btn {
    width: 43.3px;
    height: 43.3px;
    border-radius: 50%;
    background: #fff;
}
.modal-close .btn svg {
    width: 9px;
    height: 9px;
}
.more-about {
    margin-bottom: calc(8.98662vw + 27.24283px);
}
.more-about .content {
    margin: 0 calc(9.08222vw + -9.0631px) calc(3.82409vw + 47.76291px);
}
@media (min-width:1000px) {
    .more-about .content {
    margin: 0 auto calc(3.82409vw + 47.76291px);
    max-width: 51.31%}
}
.more-about .content h2 {
    font-size: calc(.38241vw + 1.17352rem);
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3d;
    margin-bottom: calc(.57361vw + 36.16444px);
    font-size: 20px;
    font-size: 1.25rem;
}
@media (min-width:1000px) {
    .more-about .content h2 {
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
}
}
.more-about .content .text-container {
    overflow: hidden;
    max-height: 200px;
    transition: max-height .5s ease;
    position: relative;
    margin-bottom: calc(.95602vw + 36.94073px);
}
.more-about .content .text-container:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    transition: height .5s ease;
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}
.more-about .content .text-container.open {
    transition: max-height .5s ease;
    max-height: 2000px;
}
.more-about .content .text-container.open:before {
    transition: height .5s ease;
    height: 0;
}
.more-about .content .text-container .text p {
    line-height: 1.6;
    letter-spacing: normal;
    color: #3d3d3d;
    margin-bottom: calc(1.91205vw + 13.88145px);
}
@media (min-width:1000px) {
    .more-about .content .text-container .text p {
    font-size: 18px;
    font-size: 1.125rem;
}
}
.more-about .columns {
    margin: 0 calc(9.08222vw + -9.0631px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width:1000px) {
    .more-about .columns {
    flex-direction: row;
    margin: 0;
}
}
.more-about .columns .column .image-container figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%}
.more-about .columns .left {
    width: 100%}
@media (min-width:1000px) {
    .more-about .columns .left {
    width: 64%}
}
.more-about .columns .left .image-container {
    margin-bottom: 70px;
}
.more-about .columns .left .image-container:first-child figure {
    width: 100%;
    height: calc(37vh - 35px);
    background-color: rgba(0, 0, 0, .2);
}
@media (min-width:1000px) {
    .more-about .columns .left .image-container: first-child figure {
    height: 74vh;
}
}
.more-about .columns .left .image-container:nth-child(2) figure {
    width: 100%;
    height: calc(37vh - 35px);
    background-color: rgba(0, 0, 0, .2);
}
@media (min-width:1000px) {
    .more-about .columns .left .image-container: nth-child(2) {
    margin-left: 44%}
.more-about .columns .left .image-container:nth-child(2) figure {
    height: 44vh;
}
}
@media (min-width:1000px) {
    .more-about .columns .left .image-container {
    display: flex;
    flex-direction: column;
}
}
@media (min-width:1000px) {
    .more-about .columns .right {
    width: 24%;
    margin: 0 calc(9.08222vw + -9.0631px) 0 0;
}
}
.more-about .columns .right .image-container {
    margin-bottom: 70px;
}
.more-about .columns .right .image-container:last-child {
    margin: 0;
}
.more-about .columns .right .image-container figure {
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: calc(37vh - 35px);
}
.more-about .columns .right h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 3.6px;
    color: #3d3d3d;
    margin: 0 0 15px;
}
.more-about .columns .right .text p {
    margin: 0 0 40px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #3d3d3d;
}
.more-about .columns .right .text a {
    color: #f26523;

}
#faq .section-title {
    padding: 0 calc(9.08222vw + -9.0631px);
    font-size: calc(.57361vw + 1.01028rem);
    margin-bottom: calc(.57361vw + 54.16444px);
}
.timeline {
    background-color: #eaeaea;
    padding: calc(5.73614vw + 41.64436px) 0 calc(11.47228vw + 83.28872px);
    margin: 0 0 calc(5.73614vw + 41.64436px);
}
.timeline .texts {
    max-width: 100%;
    margin: 0 auto calc(5.73614vw + 41.64436px);
    padding: 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:1000px) {
    .timeline .texts {
    max-width: 51.24%;
    padding: 0;
}
}
.timeline .texts h2 {
    font-size: calc(.66922vw + 1.42866rem);
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin: 0 0 calc(2.39006vw + 17.35182px);
}
.timeline .texts p {
    font-size: calc(.1912vw + .96176rem);
    line-height: 1.67;
    letter-spacing: normal;
    color: #3d3d3d;
    font-weight: 100;
}
.timeline .related .related-header nav {
    justify-content: flex-end;
    margin: 0 0 20px;
}
.timeline .carrossel-timeline .slick-list {
    overflow: visible;
}
.timeline .carrossel-timeline li img {
    margin: 0 0 23px;
}
.timeline .carrossel-timeline li h3 {
    font-size: 30px;
    color: #4a4a4a;
    margin: 0 0 50px;
    position: relative;
}
.timeline .carrossel-timeline li h3:before {
    content: "";
    bottom: -20px;
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #979797;
}
.timeline .carrossel-timeline li h3:after {
    content: "";
    bottom: -20px;
    left: -50%;
    position: absolute;
    width: 200%;
    height: 1px;
    background-color: #979797;
}
.timeline .carrossel-timeline li h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
    color: #3d3d3d;
    margin: 0 0 calc(1.72084vw + 6.49331px);
}
.timeline .carrossel-timeline li p {
    line-height: 1.5;
    color: #3d3d3d;
}
.highlight-carousel {
    position: relative;
}
.highlight-carousel .slide {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.highlight-carousel .slide.visible {
    visibility: visible;
    pointer-events: auto;
}
.highlight-carousel .slide.show .container h1, .highlight-carousel .slide.show .container h2, .highlight-carousel .slide.show .container h3 {
    -webkit-animation: slide-in-right .5s .25s both;
    animation: slide-in-right .5s .25s both;
}
.highlight-carousel .slide.show .container .infos>* {
    -webkit-animation: slide-in-right .5s both;
    animation: slide-in-right .5s both;
}
.highlight-carousel .slide.show .container .infos>:first-child {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(2) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(4) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(6) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(8) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(9) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(10) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(11) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(12) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(13) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(14) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(15) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(16) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(17) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(18) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(19) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.highlight-carousel .slide.show .container .infos>:nth-child(20) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.highlight-carousel .slide.show .container .scroll {
    -webkit-animation: slide-in-right .5s both;
    animation: slide-in-right .5s both;
}
.highlight-carousel .slide.show .container .scroll:first-child {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(2) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(4) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(6) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(8) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(9) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(10) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(11) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(12) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(13) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(14) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(15) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(16) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(17) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(18) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(19) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.highlight-carousel .slide.show .container .scroll:nth-child(20) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.highlight-carousel .slide.hide .container .infos, .highlight-carousel .slide.hide .container .scroll, .highlight-carousel .slide.hide .container h1, .highlight-carousel .slide.hide .container h2, .highlight-carousel .slide.hide .container h3 {
    -webkit-animation: fade-out .5s both;
    animation: fade-out .5s both;
}
.highlight-carousel .button-next, .highlight-carousel .button-prev {
    display: block;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background-color: #fff;
}
.highlight-carousel .button-next>img, .highlight-carousel .button-prev>img {
    height: 10px;
    width: auto;
}
.highlight-carousel .button-prev {
    margin-right: 10px;
}
.highlight-carousel .dots {
    position: absolute;
    right: calc(3.82409vw + 7.76291px);
    top: calc(31.86275vw + 35.29412px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
@media (min-width:1000px) {
    .highlight-carousel .dots {
    top: 50%}
}
.highlight-carousel .dots>button {
    display: block;
    height: calc(.38241vw + 6.77629px);
    width: calc(.38241vw + 6.77629px);
    border-radius: 50%;
    margin: calc(.95602vw + 20.94073px) 0;
    background-color: hsla(0, 0%, 100%, .4);
    transition: background-color .5s;
    cursor: pointer;
}
.highlight-carousel .dots>button:hover {
    background-color: #fff;
}
.highlight-carousel .dots>button.show {
    background-color: rgb(255,255,0);
}
.highlight_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:700px) {
    .highlight_header {
    align-items: flex-end;
    padding: 0 calc(9.08222vw + -9.0631px) 0 calc(4.54111vw + -4.53155px);
}
}
.highlight_header h1, .highlight_header h2 {
    font-size: calc(.57361vw + 1.01028rem);
    color: #3d3d3d;
    margin: 0 0 calc(3.82409vw + 7.76291px);
    text-transform: uppercase;
}
@media (min-width:700px) {
    .highlight_header h1, .highlight_header h2 {
    color: #000;
    opacity: .2;
    font-size: calc(15.10516vw + -1.89603rem);
    line-height: 1;
}
}
.highlight_header button {
    background-image: url("../assets/images/btns/btn-add.svg");
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 20px;
    padding-right: 25px;
    margin: 0;
    margin-bottom: 30px;
}
.highlight_header button.btns, .highlight_header button.btns.more {
    padding-left: 45px;
}
.highlight {
    min-height: 80vh;
    position: relative;
    overflow: hidden;
    margin: 0 0 calc(4.78011vw + 34.70363px);
}
@media (max-width:1000px) {
    .highlight {
    min-height: 90vh;
}
.highlight.principal .container {
    position: static;
}
.highlight.principal .img {
    position: relative;
    width: 100%}
}
@media (min-width:1024px) and (min-height:1366px) {
    .highlight {
    min-height: 50vh;
}
}
@media (min-width:1920px) and (min-height:1080px) {
    .highlight {
    min-height: 80vh;
}
}
@media (min-height:2560px) {
    .highlight {
    min-height: 40vh;
}
}
.highlight .slide {
    display: flex;
    flex-direction: column;
}
.highlight .slide .img {
    opacity: 0;
    transition: opacity .5s ease;
    background-position: 50%}
.highlight .slide .img:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
}
.highlight .slide.show .img {
    opacity: 1;
}
@media (min-width:700px) {
    .highlight .slide {
    padding: 0;
}
}
.highlight .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
    order: 2;
    padding: calc(3.82409vw + 7.76291px) calc(9.08222vw + -9.0631px);
    min-height: 39vh;
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%}
@media (min-width:1000px) {
    .highlight .container {
    background-color: transparent;
    justify-content: center;
    padding: 0;
    order: 1;
    bottom: auto;
    left: 0;
    top: -1%;
    height: 101%;
    width: 54vw;
    flex-grow: 1;
}
}
@media (max-width:1000px) and (-ms-high-contrast:none), screen and (max-width:1000px) and (-ms-high-contrast:active) {
    .highlight .container {
    background-image: linear-gradient(#d35826, #b62175);
    height: auto;
}
}
.highlight .container .text {
    display: flex;
    flex-direction: column;
}
@media (min-width:1000px) {
    .highlight .container .text {
    padding: 30px 0 0 calc(9.08222vw + -9.0631px);
    max-width: calc(46.19565vw + -146.95652px);
}
}

.highlight .buttons-container {
    margin: calc(1.91205vw + 13.88145px) 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.highlight .buttons-container .btns {
    max-width: 160px;
    margin: 0;
}
.highlight .buttons-container .arrow {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-image: url("../assets/images/icons/next_slide.svg");
    background-size: 5px 8px;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: background-color .5s ease;
}
.highlight .buttons-container .arrow.button-prev {
    margin: 0 6px 0 0;
    background-image: url("../assets/images/icons/before_slide.svg");
}
.highlight .more-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.highlight .more-container .btns.more {
    margin: 0 25px 0 0;
}
@media (max-width:700px) {
    .highlight .more-container .btns.more {
    width: calc(100% - 113px);
}
}
.highlight .grad {
    display: none;
}
@media (min-width:1000px) {
    .highlight .grad {
    display: block;
}
}
.highlight .bg {
    height: 101%;
    width: 54vw;
    position: absolute;
    top: -1px;
    z-index: 1;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .highlight .bg {
    width: 51vw;
    height: 100vw;
    background-image: linear-gradient(#d35826, #b62175);
}
.highlight .bg:before {
    content: "";
    display: block;
    height: 106px;
    width: 100%;
    position: absolute;
    top: 0;
    background: #fff;
}
}
@media (min-width:1000px) {
    .highlight .bg {
    display: block;
}
}
@media (max-width:1000px) and (-ms-high-contrast:none), screen and (max-width:1000px) and (-ms-high-contrast:active) {
    .highlight .bg {
    display: none!important;
}
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .highlight .bg svg {
    display: none!important;
}
}
.highlight .bg svg.mobile {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    width: auto;
}
@media (min-width:1000px) {
    .highlight .bg svg.mobile {
    display: none;
}
}
.highlight .bg svg.desktop {
    display: none;
}
@media (min-width:1000px) {
    .highlight .bg svg.desktop {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
}
}
.highlight .timer-bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 10px;
    width: 100%;
    z-index: 0;
}
@media (min-width:1000px) {
    .highlight .timer-bar {
    width: 50%}
}
.highlight .timer-bar span {
    background-color: rgb(0,158,11);
    height: 10px;
    width: 55%;
    display: block;
}
.highlight .img {
    z-index: 0;
    position: absolute;
    right: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 50vh;
    max-height: calc(33.84321vw + 174.70172px);
    width: 60%}
@media (max-width:1000px) {
    .highlight .img {
    width: 100%}
}
@media (min-width:1000px) {
    .highlight .img {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 80vh;
}
}
@media (min-width:1000px) and (min-height:900px) {
    .highlight .img {
    width: 70%}
}
@media (min-width:1024px) and (min-height:1366px) {
    .highlight .img {
    width: 63.5%;
    min-height: 100%}
}
@media (min-width:1920px) and (min-height:1080px) {
    .highlight .img {
    min-height: 80vh;
}
}
@media (min-height:2560px) {
    .highlight .img {
    min-height: 40vh;
}
}
.highlight .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.highlight .img canvas {
    min-width: 100%}
.highlight .scroll {
    position: relative;
    display: none;
    margin: 50px 0 0;
    width: 100%;
    height: 80px;
}
.highlight .scroll span {
    background-image: url("../assets/images/icons/before_slide_white.svg");
    background-repeat: no-repeat;
    background-position: 0;
    text-transform: uppercase;
    color: #fff;
    padding-left: 20px;
    left: -26px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 30px;
    transition: color .2s ease;
}
.highlight .scroll span:hover {
    color: #fff200;
    background-image: url("../assets/images/icons/before_slide_yellow.svg");
}
@media (min-width:1000px) {
    .highlight .scroll {
    display: block;
}
}
.events_container .highlight_header h2 {
    margin: 0;
}
.events_container .highlight .container .infos {
    margin: calc(2.39006vw + 7.35182px) 0 0;
    min-width: 80%;
    bottom: 30px;
}
@media (min-width:1000px) {
    .events_container .highlight .container .infos {
    position: static;
}
}

.events_container .highlight .container .text li.date, .events_container .highlight .container .text p.date {
    background-image: url("../assets/images/icons/calendar-white.svg");
}
.events_container .highlight .container .text li.hour, .events_container .highlight .container .text p.hour {
    background-image: url("../assets/images/icons/clock-white.svg");
}
.events_container .highlight .container .text .breadcrumb li, .events_container .highlight .container .text .breadcrumb p {
    padding-left: 0;
}
.events_container .highlight .container .buttons {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
}
.events_container .highlight .container .buttons .btn {
    color: #fff;
    min-height: 20px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px;
    font-size: 14px;
    line-height: 20px;
    transition: color .3s ease, background-image .25s ease;
}
.events_container .highlight .container .buttons .btn.share-btn {
    background-image: url("../assets/images/icons/share-white.svg");
}
@media (min-width:1000px) {
    .events_container .highlight .container .buttons .btn.share-btn {
    background-image: none;
}
}
.events_container .highlight .container .buttons .btn:hover {
    color: #fff200;
}
@media (min-width:1000px) {
    .events_container .highlight .container .buttons .btn span {
    display: none;
}
.events_container .highlight .container .buttons .btn .share-container {
    width: 120px;
    position: relative;
    margin: 0 0 0 20px;
}
.events_container .highlight .container .buttons .btn .share-container a {
    max-width: 100%;
    max-height: 100%}
}
.events_container .highlight .container .buttons .check {
    background-image: url("../assets/images/icons/check-white.svg");
}
.events_container .highlight .container .buttons .check:hover {
    background-image: url("../assets/images/icons/check-white-hover.svg");
}
.events_container .highlight .img .progress-bar span {
    background-color: #fff200;
}
.news {
    padding: 50px calc(9.08222vw + -9.0631px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 315px;
    border-top: 1px solid #d0d0d0;
}
.news .edit-link {
    display: none;
}
.news h1 {
    font-size: 24px;
    font-size: 1.5rem;
    width: 100%;
    margin: 0 0 40px;
}

.news h1 strong
{
    font-size:1.6em;
    font-weight:bold;
}

@media (min-width:1000px) {
    .news h1 {
    width: 100%;
    text-align:center;
    margin: 0;
    font-size:1.2em;
}
}
.news .form-container {
    width: 40%;
    margin:0px auto;
    margin-top:28px;
}
@media (min-width:1000px) {
    .news .form-container {
    }
}
.news .form-container form {
    position: relative;
    margin: 0;
}
.news .form-container form label {
    margin: 0;
}
.news .form-container form label span {
    display: none;
}
.news .form-container form label:before {
    content: "";
    background: #3d3d3d;
    width: 1px;
    height: 25px;
    top: 5px;
    position: absolute;
    z-index: -1;
    -webkit-animation: flashes 1s infinite;
    animation: flashes 1s infinite;
}
.news .form-container form input[type=email] {
    line-height: 1.67;
    background-color: transparent;
    border: none;
    color: #3d3d3d;
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    font-size: .875rem;
    border-radius: 0;
    border-bottom: 1px solid #3d3d3d;
}
.news .form-container form input[type=email]::-webkit-input-placeholder {
    color: #3d3d3d;
}
.news .form-container form input[type=email]::-ms-input-placeholder {
    color: #3d3d3d;
}
.news .form-container form input[type=email]::placeholder {
    color: #3d3d3d;
}
.news .form-container form input[type=email]:focus {
    border: none;
    border-bottom: 1px solid rgb(0,158,11);
    box-shadow: none;
    outline: none;
    background-color: #fff;
}
.news .form-container form input[type=email]:focus::-webkit-input-placeholder {
    color: transparent;
}
.news .form-container form input[type=email]:focus::-ms-input-placeholder {
    color: transparent;
}
.news .form-container form input[type=email]:focus::placeholder {
    color: transparent;
}
@media (min-width:1000px) {
    .news .form-container form input[type=email] {
    font-size: 18px;
    font-size: 1.125rem;
}
}
.news .form-container form button[type=submit] {
    position: absolute;
    top: 5px;
    right: 0;
    text-indent: -99999px;
    width: 28px;
    min-height: 28px;
    background-image: url("../assets/images/icons/icon-news.svg");
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    transition: background-image .25s ease;
}
.news .form-container form button[type=submit]:hover {
    background-image: url("../assets/images/icons/icon-news-verde.svg");
}
.news .info-container {
    margin: 40px 0 0;
}
@media (min-width:1000px) {
    .news .info-container {
    margin: 0;
}
}
.news .info-container h2 {
    line-height: 1.67;
    font-size: 18px;
    font-size: 1.125rem;
}

.news label.lblchkbox {
    font-size:1em;
    margin-bottom: 9px;
    display: block;
}

.news input.chkbox
{
    margin-right: 5px;
    margin-bottom: 80px;
    float: left;
}

.news p
{
    line-height:32px;
}


.form_box
        {
            background: #fff;
            border-radius: 20px;
            width: 40%;
            padding: 50px;
            margin: 5% auto;
            text-align:center;
        }

        
        #unsubscribe-2019-2 h1
        {
            font-weight: bold;
            font-size: 1.7em;
        }


        .form_box p
        {
            margin-top:20px;
            font-size:1.2em;
            display:none;
        }

        #email_address, #email_address:focus
        {
            padding: 5px;
            display: block;
            margin: 20px auto;
            width: 83%;
            border: 0px;
            outline:none;
            border-bottom: 1px solid #000;
            background-color: transparent;
            font-family:'SimplonBP';
            font-size:1em;
        }

        .btn-unsubs
        {
            background-color:rgb(0,158,11);
            color:#fff;
            border-radius: 100px;
            font-size: 14px;
            font-size: .875rem;
            padding: 11px 29px;
        }

        .btn-unsubs:hover
        {
            background-color: rgb(0,211,24);
        }

        #auth_register
        {
            margin-right: 5px;
            margin-bottom: 7px;
            float: left;
        }


        @media screen and (max-width: 768px) {
            
            .banner div.btns a {
                width:100%;
            }

            .news .form-container {
                width: 86%;
                margin: 0px auto;
                margin-top: 28px;
            }

            .news input.chkbox
            {
                margin-bottom: 70px;
            }

            .news p 
            {
                font-size: 0.8em;
            }

            .form_box
            {
                background: #fff;
                border-radius: 14px;
                width: 95%;
                padding: 15px;
                margin: 7% auto;
                text-align:center;
            }

            
            
            #unsubscribe-2019-2 h1
            {
                font-weight: bold;
                font-size: 1.3em;
            }


            .form_box p
            {
                margin-top:20px;
                font-size:1.2em;
                display:none;
            }

            #email_address, #email_address:focus
            {
                padding: 5px;
                display: block;
                margin: 20px auto;
                width: 83%;
                border: 0px;
                outline:none;
                border-bottom: 1px solid #000;
                background-color: transparent;
                font-family:'SimplonBP';
                font-size:0.8em;
            }

            .btn-unsubs
            {
                background-color:#f26523;
                color:#fff;
                border-radius: 100px;
                font-size: 14px;
                font-size: .875rem;
                padding: 11px 29px;
            }

            #auth_register
            {
                margin-bottom: 42px;
            }

        }


        .modalV {
          display: none; /* Hidden by default */
          position: fixed; /* Stay in place */
          z-index: 9999999999999; /* Sit on top */
          padding-top: 100px; /* Location of the box */
          left: 0;
          top: 0;
          width: 100%; /* Full width */
          height: 100%; /* Full height */
          overflow: auto; /* Enable scroll if needed */
          background-color: rgb(0,0,0); /* Fallback color */
          background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
        }


        /* Modal Content (Image) */
        .modal-contentV {
          margin: auto;
          display: block;
          width: 80%;
          max-width: 700px;
          margin-top:-45px;
        }

        /* Caption of Modal Image (Image Text) - Same Width as the Image */
        #modalCaption {
          margin: auto;
          display: block;
          width: 90%;
          max-width: 700px;
          text-align: justify;
          color: #ccc;
          font-size: 0.8em;
          padding: 15px 0;
          height: 150px;
        }

        /* Add Animation - Zoom in the Modal */
        .modal-contentV, #modalCaption {
          animation-name: zoom;
          animation-duration: 0.6s;
        }

        @keyframes zoom {
          from {transform:scale(0)}
          to {transform:scale(1)}
        }

        /* The Close Button */
        .closeV {
          position: absolute;
          top: 0px;
          right: 15px;
          color: #f1f1f1;
          font-size: 40px;
          font-weight: bold;
          transition: 0.3s;
        }

        .closeV:hover,
        .closeV:focus {
          color: #bbb;
          text-decoration: none;
          cursor: pointer;
        }

        /* 100% Image Width on Smaller Screens */
        @media only screen and (max-width: 700px){
          .modal-contentV {
            width: 90%;
          }
        }


@media (max-width:1000px) {
    .news .info-container h2 {
    font-size: 14px;
    font-size: .875rem;
}
}

@-webkit-keyframes flashes {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes flashes {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.filter__dropdown {
    position: absolute;
    top: 0;
    z-index: 2;
    max-width: 160px;
    width: 100%}
@media (max-width:1000px) {
    .filter__dropdown {
    max-width: 100%}
}
#agenda .filter__dropdown {
    max-width: 100%}
@media (min-width:1000px) {
    .filter__dropdown.filter_category {
    max-width: 100%}
.filter__dropdown.filter_category form {
    overflow: visible;
    border: none;
    border-radius: 0;
    padding-right: 0;
}
.filter__dropdown.filter_category form .dropdown {
    max-height: 100%}
.filter__dropdown.filter_category form .dropdown .dropdown__container {
    display: flex;
}
}
.filter__dropdown .filter, .filter__dropdown form {
    border: 1px solid #979797;
    border-radius: 5px;
    overflow: hidden;
}
.filter__dropdown .filter.open, .filter__dropdown form.open {
    max-height: 250px;
    padding: 0 16px 14px;
}
.filter__dropdown .filter.open .dropdown__container, .filter__dropdown form.open .dropdown__container {
    transition: max-height .5s ease, padding .5s ease;
}
.filter__dropdown .filter .dropdown, .filter__dropdown form .dropdown {
    background-color: #fff;
    padding: 0 16px;
    width: 100%;
    max-height: 0;
    transition: max-height .5s ease, padding .5s ease;
}
.filter__dropdown .filter .dropdown.open, .filter__dropdown form .dropdown.open {
    max-height: 250px;
    padding: 0 16px 14px;
}
.filter__dropdown .filter .dropdown.open .dropdown__container, .filter__dropdown form .dropdown.open .dropdown__container {
    transition: max-height .5s ease, padding .5s ease;
}
.filter__dropdown .filter .dropdown__container, .filter__dropdown form .dropdown__container {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    transition: max-height .5s ease;
}
.filter__dropdown .filter .dropdown__container::-webkit-scrollbar, .filter__dropdown form .dropdown__container::-webkit-scrollbar {
    width: 4px;
    height: 80px;
}
.filter__dropdown .filter .dropdown__container::-webkit-scrollbar-track, .filter__dropdown form .dropdown__container::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}
.filter__dropdown .filter .dropdown__container::-webkit-scrollbar-thumb, .filter__dropdown form .dropdown__container::-webkit-scrollbar-thumb {
    background: #f26523;
    border-radius: 2px;
}
.filter__dropdown .filter .dropdown__container::-webkit-scrollbar-thumb:hover, .filter__dropdown form .dropdown__container::-webkit-scrollbar-thumb:hover {
    background: #f26523;
}
.filter__dropdown .filter a, .filter__dropdown .filter label, .filter__dropdown .filter li, .filter__dropdown form a, .filter__dropdown form label, .filter__dropdown form li {
    width: 100%;
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: .88rem;
}
.filter__dropdown .filter a.view, .filter__dropdown .filter label.view, .filter__dropdown .filter li.view, .filter__dropdown form a.view, .filter__dropdown form label.view, .filter__dropdown form li.view {
    position: relative;
    margin: 0;
    padding: 0 26px;
    color: rgb(0,158,11);
    min-width: 223px;
    height: 34px;
    line-height: 34px;
}
#agenda .filter__dropdown .filter a.view, #agenda .filter__dropdown .filter label.view, #agenda .filter__dropdown .filter li.view, #agenda .filter__dropdown form a.view, #agenda .filter__dropdown form label.view, #agenda .filter__dropdown form li.view {
    min-width: 100%}
.filter__dropdown .filter a.view span, .filter__dropdown .filter label.view span, .filter__dropdown .filter li.view span, .filter__dropdown form a.view span, .filter__dropdown form label.view span, .filter__dropdown form li.view span {
    pointer-events: none;
}
.filter__dropdown .filter a.view span:first-child, .filter__dropdown .filter label.view span:first-child, .filter__dropdown .filter li.view span:first-child, .filter__dropdown form a.view span:first-child, .filter__dropdown form label.view span:first-child, .filter__dropdown form li.view span:first-child {
    display: block;
    white-space: nowrap;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter__dropdown .filter a.view .icon, .filter__dropdown .filter label.view .icon, .filter__dropdown .filter li.view .icon, .filter__dropdown form a.view .icon, .filter__dropdown form label.view .icon, .filter__dropdown form li.view .icon {
    width: 10px;
    height: 7px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("../assets/images/icons/arrow-down.svg");
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.filter__dropdown .filter a.view .icon.open, .filter__dropdown .filter label.view .icon.open, .filter__dropdown .filter li.view .icon.open, .filter__dropdown form a.view .icon.open, .filter__dropdown form label.view .icon.open, .filter__dropdown form li.view .icon.open {
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
}
.filters {
    padding: 30px calc(9.08222vw + -9.0631px);
}
.filters .filter {
    width: calc(25% - 44px);
}
@media (max-width:1000px) {
    .filters .filter {
    position: absolute;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
}
.filters .filter:first-child {
    top: 0;
}
.filters .filter:nth-child(2) {
    top: 46px;
}
.filters .filter:nth-child(3) {
    top: 92px;
}
.filters .filter:nth-child(4) {
    top: 138px;
}
}
@media (max-width:1000px) {
    .filters .filter__dropdown {
    position: relative;
    height: 230px;
    z-index: 1;
}
}
.filters .filter .dropdown {
    position: relative;
    z-index: 1;
}
.filters .text {
    margin-bottom: 20px;
}
.filters .dropdowns {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
@media (min-width:1000px) {
    .filters .dropdowns {
    flex-direction: row;
}
}
.filters .dropdowns a {
    display: block;
}
.quizz {
    margin: 0 0 calc(10.51625vw + 26.34799px);
}
.quizz .btns {
}
.quizz .btns .btn {
    text-transform: unset;
    height: 32px;
    min-width: 150px;
    line-height: 12px;
}
.quizz__container {
    position: relative;
    height: 90vh;
}
@media (min-width:700px) and (max-width:1000px) {
    .quizz__container {
    height: 50vh;
}
}
@media (max-width:700px) {
    .quizz__container {
    height: 80vh;
}
}
.quizz h2 {
    color: #fff;
    text-transform: uppercase;
}
.quizz .btns, .quizz__intro {
    justify-content: center;
}
.quizz__intro {
    flex-direction: column;
    background: url("../assets/images/cover-curl-quizz.svg") no-repeat;
    background-position: 100%;
    background-size: auto 100%;
    display: none;
    height: 100%;
    opacity: 0;
    padding: 0 calc(7.26577vw + 14.74952px);
}
@media (min-width:700px) and (max-width:1000px) {
    .quizz__intro {
    padding: 0 54px;
}
}
.quizz__intro.show {
    -webkit-animation: fade-in .5s both;
    animation: fade-in .5s both;
}
.quizz__intro.visible {
    display: flex;
}
.quizz__intro.hide {
    pointer-events: none;
    display: none;
    -webkit-animation: fade-out .5s both;
    animation: fade-out .5s both;
}
@media (max-width:700px) {
    .quizz__intro {
    background-image: unset;
}
}
.quizz__intro h2 {
    font-size: calc(.86042vw + 2.01542rem);
    margin-bottom: calc(.57361vw + 40.16444px);
    max-width: 56%}
@media (max-width:700px) {
    .quizz__intro h2 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .2px;
    max-width: 100%;
    text-align: center;
}
}
@media (min-width:700px) {
    .quizz__intro .btns {
    justify-content: flex-start;
}
}
.quizz__list {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(2.67686vw + 1.43403px) calc(7.07457vw + 17.36138px);
    opacity: 0;
    display: none;
}
@media (min-width:700px) and (max-width:1000px) {
    .quizz__list {
    padding: 20px 54px;
}
}
.quizz__list.show {
    -webkit-animation: fade-in .5s both;
    animation: fade-in .5s both;
}
.quizz__list.visible {
    display: flex;
}
.quizz__list.hide {
    pointer-events: none;
    -webkit-animation: fade-out .5s both;
    animation: fade-out .5s both;
}
.quizz__list .btn-close-quizz {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 100px;
    background-image: url("../assets/images/icons/icon-close.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-color .25s ease;
    align-self: flex-end;
    display: flex;
}
.quizz__list .btn-close-quizz:hover {
    background-color: #fff200;
}
.quizz__list__content {
    position: relative;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quizz__list__nav {
    display: flex;
    justify-content: space-between;
}
@media (min-width:700px) and (max-width:1000px) {
    .quizz__list__nav {
    padding: 0 54px;
}
}
.quizz__list__nav li {
    height: 58px;
    width: 60px;
    text-align: center;
    color: #fff;
    letter-spacing: .88px;
    font-size: calc(.76482vw + 1.22204rem);
    line-height: 57px;
    transition: opacity .25s ease;
    -webkit-animation-name: slide-fast;
    animation-name: slide-fast;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    opacity: .31;
}
.quizz__list__nav li:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.quizz__list__nav li:nth-child(3) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.quizz__list__nav li:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.quizz__list__nav li:nth-child(5) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.quizz__list__nav li:nth-child(6) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.quizz__list__nav li:nth-child(7) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}
.quizz__list__nav li:nth-child(8) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.quizz__list__nav li:nth-child(9) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
.quizz__list__nav li:nth-child(10) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
@media (max-width:700px) {
    .quizz__list__nav li {
    font-size: 16px;
    font-size: 1rem;
}
}
.quizz__list__nav li.active {
    opacity: 1;
}
.quizz__list__item {
    display: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    text-align: center;
}
.quizz__list__item[data-hide=false] {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: slide-in-left .4s linear;
    animation: slide-in-left .4s linear;
}
.quizz__list__item[data-hide=true] {
    -webkit-animation: slide-in-right .4s linear;
    animation: slide-in-right .4s linear;
}
.quizz__list__item.show-response .quizz__question {
    display: none;
}
.quizz__list__item.show-response.resp-false .feedback__false, .quizz__list__item.show-response.resp-true .feedback__true {
    display: block;
}
.quizz__list__item:last-child .feedback__true .next-question {
    display: none;
}
.quizz__list__item h2, .quizz__list__item h3 {
    font-size: calc(1.52964vw + 15.10516px);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.quizz__list__item .feedback__false, .quizz__list__item .feedback__true {
    display: none;
}
.quizz__list__item.visible .quizz__question__options {
    visibility: visible;
}
.quizz__list__item.visible .quizz__question__options label {
    opacity: 1;
    -webkit-animation: slide-question 1s ease;
    animation: slide-question 1s ease;
}
.quizz__list__item.visible .quizz__question__options label:nth-child(2) {
    -webkit-animation: slide-question 1.5s ease;
    animation: slide-question 1.5s ease;
}
.quizz__question__options {
    max-width: 70%;
    margin: 0 auto;
    overflow: hidden;
    visibility: hidden;
}
@media (max-width:700px) {
    .quizz__question__options {
    max-width: 100%}
}
.quizz__question__options label {
    position: relative;
    display: inline-block;
    min-width: 160px;
    font-size: 23.52px;
    font-size: 1.47rem;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
@media (max-width:700px) {
    .quizz__question__options label {
    min-width: 120px;
    font-size: 18px;
    font-size: 1.125rem;
}
}
.quizz__question__options input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 2.4px;
    margin-right: 14.2px;
    cursor: pointer;
    vertical-align: middle;
}
@media (max-width:700px) {
    .quizz__question__options input[type=radio] {
    width: 16px;
    height: 18px;
}
.quizz__question__options input[type=radio]:checked {
    background-size: 12px 16px;
}
}
.quizz__question__options input[type=radio]:checked {
    background: url("../assets/images/icons/icon-cheked.svg") no-repeat;
    background-size: 14px 18px;
    background-position: 50%}
.quizz__question__options input[type=radio]:active, .quizz__question__options input[type=radio]:focus {
    outline: 0;
}
#error {
    margin: 100px 0;
    padding: 0 calc(9.08222vw + -9.0631px);
}
#error h1 {
    color: #f26523;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 50px;
}
#error .btn {
    max-width: 150px;
}
.header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: calc(1.14723vw + 4.32887px) calc(9.08222vw + -9.0631px);
    width: 100%;
    background: #fff;
    top: -180px;
    transition: top .35s linear;
    position: fixed;
    z-index: 3;
    top: 0;
    height: 94px;
}
.header.floating {
    top: -84px;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .header.floating {
    top: 0;
}
}
.header-is-floating .header.floating {
    top: 0;
}
.header.floating .back-home {
    background-image: url('https://oifuturo.org.br/wp-content/themes/oi-futuro-new/assets/images/logo/logo_oifuturo_site.png');
    transition: height .2s ease;
}
.header.floating:not(.show) .back-home {
    height: 64px;
}
.header .back-home {
    z-index: 9;
    position: absolute;
    left: calc(9.08222vw + -9.0631px);
    top: calc(.76482vw + 9.55258px);
    height: 64px;
    width: 80px;
    background-image: url('https://oifuturo.org.br/wp-content/themes/oi-futuro-new/assets/images/logo/logo_oifuturo_site.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.header.show .back-home {
    background-image: url("../assets/images/logo/mobile-white.svg");
    position: fixed;
}
.header.show .header-nav .btn-open-menu {
    background: #fff;
}
.header.show .header-nav .btn-open-menu:after {
    border: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
}
.header.show .header-nav .btn-open-menu:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2px;
}
.header.show .header-nav .btn-open-menu:after, .header.show .header-nav .btn-open-menu:before {
    background: #3d3d3d;
    transition: border .25s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, border .25s ease;
    transition: transform .35s ease, border .25s ease, -webkit-transform .35s ease;
}
.header.show .header-nav .btn-open-menu:hover {
    background: #fff200;
}
.header.show .header-nav .search-button-open {
    visibility: hidden;
}
@media (min-width:1000px) {
    .header .back-home {
    height: 100px;
    width: 60px;
    background-image: url("../assets/images/logo/logo_oifuturo_site.png");
}
.header.show .back-home {
    background-image: url("../assets/images/logo/desktop_white_verde.png");
}
}
.header .header-nav {
    display: flex;
    align-items: center;
}
.header .header-nav .logo {
    height: 36px;
    padding-right: 46px;
    margin-right: 46px;
    position: relative;
    display: block;
}
.header .header-nav .logo img {
    height: 100%}
.header .header-nav .logo:after {
    content: "";
    height: 17px;
    width: 1px;
    background-color: #979797;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .header-nav .desktop {
    display: none;
}
@media (min-width:700px) {
    .header .header-nav .desktop {
    display: flex;
}
}
.header .header-nav .mobile {
    display: flex;
}
@media (min-width:700px) {
    .header .header-nav .mobile {
    display: none;
}
}
.header .header-nav .acessibility {
    position: relative;
    font-size: 14px;
    letter-spacing: .3px;
    color: #3d3d3d;
    margin-right: 27.4px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
.header .header-nav .acessibility .control {
    margin-right: 15px;
}
.header .header-nav .acessibility button {
    color: #3d3d3d;
}
.header .header-nav .acessibility button.btn-reset-fonts {
    line-height: 18px;
    margin-top: 6px;
    position: absolute;
    top: 12px;
    white-space: nowrap;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
.header .header-nav .acessibility button[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.header .header-nav .acessibility a {
    color: #3d3d3d;
    grid-area: link;
    text-transform: lowercase;
}
.header .header-nav .acessibility a, .header .header-nav .acessibility button {
    transition: all .28s ease;
}
.header .header-nav .acessibility a:hover, .header .header-nav .acessibility button:hover {
    color: rgb(0,158,11);
}
.header .header-nav .contact-label {
    margin-right: 46px;
    color: #3d3d3d;
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: lowercase;
}
.header .header-nav .btn-open-menu, .header .header-nav .search-button-open {
    height: 44px;
    width: 44px;
    border-radius: 100px;
    background-color: #3d3d3d;
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    transition: background-image 1s ease;
}
.header .header-nav .btn-open-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    transition: background-color .35s ease;
}
.header .header-nav .btn-open-menu:after, .header .header-nav .btn-open-menu:before {
    content: "";
    display: block;
    width: 14px;
    position: relative;
    transition: border .2s ease, height .2s ease, margin .2s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, border .2s ease, height .2s ease, margin .2s ease;
    transition: transform .3s ease, border .2s ease, height .2s ease, margin .2s ease, -webkit-transform .3s ease;
}
.header .header-nav .btn-open-menu:before {
    height: 2px;
    background: #fff;
    margin-bottom: 2px;
}
.header .header-nav .btn-open-menu:after {
    height: 2px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .header .header-nav .btn-open-menu: after {
    height: 3px;
}
}
.header .header-nav .search-button-open {
    margin-right: calc(.95602vw + 6.94073px);
    transition: margin .5s, background-color .35s ease;
    background-image: url("../assets/images/search-white.svg");
    display: block;
}
.header .header-nav .search-button-open:not(.white):hover {
    background-color: rgb(0,158,11);
}
.header .header-nav .search-button-open.white {
    background-color: #fff;
    background-image: url("../assets/images/search-gray.svg");
}
.header:not(.show) .btn-open-menu:hover {
    background: rgb(0,158,11);
}
.header:not(.show) .btn-open-menu:hover:before {
    margin-bottom: 4px;
}
.header:not(.show) .btn-open-menu:hover:after {
    height: 4px;
}
#footer {
    background-color: #f8f8f8;
    padding: calc(3.82409vw + 37.76291px) calc(9.08222vw + -9.0631px);
}
#footer .menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
@media (min-width:700px) {
    #footer .menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
}
#footer .menu li {
    border-top: 1px solid #979797;
    padding: 10px 0;
}
#footer .menu li .menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .menu li .open-close {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}
#footer .menu li .open-close.close:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
#footer .menu li .open-close:after, #footer .menu li .open-close:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    background-color: #3d3d3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}
#footer .menu li .open-close:before {
    width: 2px;
    height: 10px;
}
#footer .menu li .open-close:after {
    height: 2px;
    width: 10px;
}
@media (min-width:700px) {
    #footer .menu li .open-close {
    display: none;
}
}
#footer .menu li .submenu-mobile {
    display: block;
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease, padding .5s ease;
}
#footer .menu li .submenu-mobile.open {
    max-height: 900px;
    padding: 20px 15px;
    transition: max-height .5s ease, padding .5s ease;
}
#footer .menu li .submenu-mobile a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    margin: 10px 0 0;
    letter-spacing: 2px;
}
#footer .menu li .submenu-mobile a:first-child {
    margin: 0;
}
@media (min-width:700px) {
    #footer .menu li .submenu-mobile {
    max-height: 900px;
    padding: 0;
}
}
@media (min-width:700px) {
    #footer .menu li {
    border: none;
    padding: 0;
    max-width: 125px;
}
}
@media (min-width:1000px) {
    #footer .menu li {
    border: none;
    padding: 0;
    width: 100%}
}
#footer .menu li:last-child {
    border-bottom: 1px solid #979797;
    width: auto;
}
@media (min-width:700px) {
    #footer .menu li: last-child {
    border: none;
}
}
#footer .menu li a {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 2px;
    color: #3d3d3d;
    font-weight: 700;
    display: block;
    line-height: normal;
}
@media (min-width:700px) {
    #footer .menu li a {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: .75rem;
    width: 100%;
    text-align: left;
}
}
@media (min-width:1000px) {
    #footer .menu li a {
    font-size: 14px;
    font-size: .875rem;
}
}
#footer .menu li a.under-class {
    line-height: 20px;
}
@media (min-width:700px) {
    #footer .menu li a.under-class {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .3px;
    font-weight: 400;
    margin-bottom: 0 0 15px;
    white-space: normal;
}
}
@media (min-width:700px) {
    #footer .extra-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
}
}
#footer .extra-container .social {
    display: flex;
    margin-bottom: 50px;
}
@media (min-width:700px) {
    #footer .extra-container .social {
    margin-bottom: 0;
}
}
#footer .extra-container .social a {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 36px;
    height: 14px;
    width: 14px;
}
#footer .extra-container .social a:last-child {
    margin-right: 0;
}
#footer .extra-container .social a:hover img {
    visibility: visible;
    opacity: 1;
}
#footer .extra-container .social a img {
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #f8f8f8;
    transition: opacity .25s ease;
    display: block;
}
#footer .extra-container .languages-extra-links {
    position: relative;
}
@media (min-width:700px) {
    #footer .extra-container .languages-extra-links {
    display: flex;
    padding-top: 80px;
    width: calc(100% - 168px);
}
}
#footer .extra-container .languages-extra-links .logo {
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}
@media (min-width:700px) {
    #footer .extra-container .languages-extra-links .logo {
    top: 0;
    left: 0;
}
}
#footer .extra-container .languages-extra-links .logo img {
    height: 100%}
#footer .extra-container .languages-extra-links .languages {
    margin-bottom: 20px;
}
@media (min-width:700px) {
    #footer .extra-container .languages-extra-links .languages {
    margin-bottom: 0;
}
}
#footer .extra-container .languages-extra-links .languages ul {
    display: flex;
}
#footer .extra-container .languages-extra-links .languages ul li {
    font-size: 14px;
    font-size: .875rem;
    color: #3d3d3d;
    margin-right: 10px;
}
#footer .extra-container .languages-extra-links .languages ul li a {
    color: #3d3d3d;
}
#footer .extra-container .languages-extra-links .languages ul li:after {
    content: ":";
    margin-left: 10px;
    font-weight: 400;
}
#footer .extra-container .languages-extra-links .languages ul li:last-child:after {
    display: none;
}
#footer .extra-container .languages-extra-links .languages ul li.current-lang a {

}
#footer .extra-container .languages-extra-links .extra-links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
@media (min-width:700px) {
    #footer .extra-container .languages-extra-links .extra-links {
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
}
}
#footer .extra-container .languages-extra-links .extra-links a {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .3;
    color: #3d3d3d;
    margin-bottom: 10px;
    display: block;
}
@media (min-width:700px) {
    #footer .extra-container .languages-extra-links .extra-links a {
    margin-bottom: 0;
}
#footer .extra-container .languages-extra-links .extra-links a:after {
    content: "|";
    color: #3d3d3d;
    margin: 0 12px;
}
}
#footer .extra-container .languages-extra-links .extra-links a:last-child:after {
    display: none;
}
.footer__landing {
    background: #777677;
    height: 168px;
    padding: calc(-9.46463vw + 129.28681px) calc(8.60421vw + -7.53346px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:700px) {
    .footer__landing {
    flex-direction: column;
    height: auto;
}
}
.footer__landing a {
    display: block;
}
@media (max-width:700px) {
    .footer__landing a {
    margin-bottom: 100px;
}
}
.footer__landing a:last-child {
    margin-bottom: 0;
}
#home .events_container .highlight .container .text h2 {
    font-size: calc(2.10325vw + .82935rem);
}
#home .histories-carrossel {
    margin: 0 0 calc(10.51625vw + 26.34799px);
}
#home .histories-carrossel .related-header .btns.all {
    margin: 0;
}
@media (min-width:700px) {
    #home .histories-carrossel h2 {
    color: #000;
    opacity: .2;
    position: relative;
    left: calc(-4.54111vw + 4.53155px);
    font-size: calc(15.10516vw + -1.89603rem);
    line-height: 1.2;
    margin: 0;
}
}
#home .edital_container {
    position: relative;
    margin: 0 0 calc(10.51625vw + 26.34799px);
}
@media (max-width:700px) {
    #home .edital_container .highlight_header {
    position: absolute;
    top: 38px;
    z-index: 1;
    width: 100%;
    align-items: center;
}
}
@media (max-width:700px) {
    #home .edital_container .highlight_header h2 {
    color: #fff;
    margin: 0;
}
}
@media (max-width:700px) {
    #home .edital_container .highlight_header .btns {
    margin: 0;
}
}
#home .edital_container .edital_banner {
    min-height: 90vh;
    padding: calc(3.82409vw + 27.76291px) calc(9.08222vw + -9.0631px);
    position: relative;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width:700px) {
    #home .edital_container .edital_banner {
    padding-top: 84px;
    justify-content: flex-end;
}
}
#home .edital_container .edital_banner .infos {
    position: relative;
    z-index: 1;
    max-width: 360px;
    margin: 0 0 24px;
}
#home .edital_container .edital_banner .infos h3 {
    color: #fff200;
    font-size: calc(1.52964vw + .81907rem);
    margin: 0 0 30px;
}
#home .edital_container .edital_banner .infos h4 {
    color: #fff;
    margin: 0 0 40px;
    line-height: 1.25;
}
@media (max-width:700px) {
    #home .edital_container .edital_banner .infos .btns {
    justify-content: center;
}
}
#home .edital_container .edital_banner .infos .btns a {
    min-width: 160px;
    padding: 8px 0;
    margin: calc(.28681vw + 5.08222px) 0;
    min-width: calc(50% - 11px);
}
#home .edital_container .edital_banner .infos .btns a:nth-child(odd) {
    margin-right: calc(.1912vw + 10.38815px);
}
#home .edital_container .edital_banner .event {
    position: relative;
    z-index: 1;
}
#home .edital_container .edital_banner .event p {
    color: #fff;
    margin: 0 0 25px;
    background-image: url("../assets/images/icons/calendar-white.svg");
    min-height: 20px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px;
}
#home .edital_container .edital_banner .event .buttons {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
}
#home .edital_container .edital_banner .event .buttons .btn.check {
    color: #fff;
    min-height: 20px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    background-image: url("../assets/images/icons/check-white.svg");
}
#home .edital_container .edital_banner .event .share-container {
    position: static;
    width: auto;
}
#home .edital_container .edital_banner .event .share-container a {
    max-width: 100%;
    max-height: 100%}
#home .edital_container .edital_banner .overlay {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home .pages {
    padding: 0;
    margin: 0 0 calc(10.51625vw + 26.34799px);
}
#home .pages ul {
    margin: 0 0 0 calc(3.82409vw + 7.76291px);
}
@media (min-width:1000px) {
    #home .pages ul {
    margin: 0 calc(3.82409vw + -2.23709px) 0 calc(3.82409vw + 7.76291px);
}
}
#home .pages ul li {
    padding-right: 10px;
}
#home .pages ul li .content {
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}
#home .pages ul li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent, #000);
}
#home .pages ul li a .text {
    position: absolute;
    bottom: 0;
    padding: 0 calc(1.43403vw + 20.41109px) calc(.57361vw + 32.16444px);
}
#home .pages ul li a .text h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08;
    color: #fff200;
}
#home .pages ul li a .text h4, #home .pages ul li a .text p {
    margin: 20px 0;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}
#home .pages ul li a .text button {
    margin: 0;
}
#home .pages ul li img {
    margin: 0;
    display: block;
    width: 100%}
#home .related {
    overflow: visible;
}
.history-archive .highlight-carousel .slide.show .container h2 {
    font-size: calc(.95602vw + 1.0588rem);
}
.history-archive .history-filter {
    justify-content: space-between;
    flex-direction: column;
    margin: calc(1.33843vw + 45.71702px) 0 calc(3.82409vw + 17.76291px);
    color: #3d3d3d;
}
@media (min-width:700px) {
    .history-archive .history-filter {
    padding: 0 calc(9.08222vw + -9.0631px);
    display: flex;
}
}
@media (min-width:1000px) {
    .history-archive .history-filter {
    flex-direction: row;
}
}
.history-archive .history-filter p {
    padding: 0 calc(9.08222vw + -9.0631px);
    white-space: nowrap;
}
@media (min-width:700px) {
    .history-archive .history-filter p {
    padding: 0;
    margin: 0 0 25px;
}
}
@media (min-width:1000px) {
    .history-archive .history-filter p {
    margin: 0;
}
}
.history-archive .history-filter .open-filter-mobile {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 1.4px;
    color: rgb(0,158,11);
    font-weight: 700;
    padding: 12px 26px;
    width: calc(100% - 55px);
    border: 1px solid #979797;
    display: block;
    text-align: left;
    border-radius: 4px;
    line-height: 1;
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: 90%;
    margin: 25px calc(9.08222vw + -9.0631px);
    position: relative;
}
@media (min-width:700px) {
    .history-archive .history-filter .open-filter-mobile {
    margin: 0;
    display: none;
}
}
.history-archive .history-filter .open-filter-mobile svg {
    position: absolute;
    right: 10px;
    top: 15px;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
}
.history-archive .history-filter form {
    background-image: linear-gradient(47deg, rgb(0,211,24), rgb(0,158,11));
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 calc(8.60421vw + -2.53346px);
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease, padding .5s ease;
}
@media (min-width:700px) {
    .history-archive .history-filter form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    background-color: #fff;
    background-image: none;
    padding: 0;
    max-height: 100%}
}
.history-archive .history-filter form .checkbox-container {
    position: relative;
    padding-left: 22px;
    margin-left: 0;
    margin-bottom: 20px;
    cursor: pointer;
}
@media (min-width:700px) {
    .history-archive .history-filter form .checkbox-container {
    margin-left: calc(2.67686vw + 3.43403px);
    margin-bottom: 10px;
}
}
.history-archive .history-filter form .checkbox-container:hover .fake-checkbox {
    background-color: #d0d0d0;
}
.history-archive .history-filter form .checkbox-container:hover span {
    color: rgb(0,158,11);
}
.history-archive .history-filter form .checkbox-container span {
    white-space: nowrap;
    color: #fff;
    transition: color .25s ease;
}
@media (min-width:700px) {
    .history-archive .history-filter form .checkbox-container span {
    color: #3d3d3d;
}
}
.history-archive .history-filter form .checkbox-container input {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    cursor: pointer;
}
.history-archive .history-filter form .checkbox-container .fake-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 14px;
    border-radius: 2px;
    transition: background-color .5s ease;
    border: .8px solid #fff;
    pointer-events: none;
}
@media (min-width:700px) {
    .history-archive .history-filter form .checkbox-container .fake-checkbox {
    border: .8px solid #979797;
}
}
.history-archive .history-filter form .checkbox-container .fake-checkbox:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 8px;
    background-color: #fff200;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .5s;
}
@media (min-width:700px) {
    .history-archive .history-filter form .checkbox-container .fake-checkbox: after {
    background-color: #f26523;
}
}
.history-archive .history-filter form .checkbox-container .fake-checkbox.clicked:after {
    opacity: 1;
}
.history-archive .history-filter.open .open-filter-mobile svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.history-archive .history-filter.open form {
    max-height: 1000px;
    padding: 30px calc(8.60421vw + -2.53346px);
    transition: max-height .5s ease, padding .5s ease;
}
.history-archive .history-single-item {
    display: none;
}
.history-archive .todas {
    display: block;
}
.history-archive .history-posts {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
@media (min-width:700px) {
    .history-archive .history-posts {
    padding: 0 calc(9.46463vw + -26.28681px);
}
}
.history-archive .history-posts li {
    margin: 0 0 calc(4.78011vw + 34.70363px);
    width: 100%;
    transition: opacity .5s ease-in;
}
.history-posts-visible .history-archive .history-posts li {
    opacity: 1;
}
@media (min-width:700px) {
    .history-archive .history-posts li {
    width: 33.33%;
    padding: 0 12px;
}
}
@media (min-width:1000px) {
    .history-archive .history-posts li {
    width: 25%}
}
.history-archive .history-posts li.show {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%}
@media (min-width:700px) {
    .history-archive .history-posts li.show {
    width: 33.33%;
    padding: 0 12px;
}
}
@media (min-width:1000px) {
    .history-archive .history-posts li.show {
    width: 25%}
}
.history-archive .history-posts li a {
    display: block;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.history-archive .history-posts li a:hover h2, .history-archive .history-posts li a:hover p {
    color: rgb(0,158,11);
}
.history-archive .history-posts li img {
    display: block;
    width: 100%;
    margin: 0 0 35px;
}
.history-archive .history-posts li figure {
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
}
.history-posts-visible .history-archive .history-posts li figure {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .history-archive .history-posts li figure {
    min-height: 212px;
}
}
.history-archive .history-posts li h2, .history-archive .history-posts li p {
    transition: color .25s ease, -webkit-transform .8s ease-in;
    transition: color .25s ease, transform .8s ease-in;
    transition: color .25s ease, transform .8s ease-in, -webkit-transform .8s ease-in;
}
.history-posts-visible .history-archive .history-posts li h2, .history-posts-visible .history-archive .history-posts li p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.history-archive .history-posts li h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
}
@media (min-width:700px) {
    .history-archive .history-posts li h2 {
    min-height: 80px;
}
}
.history-archive .history-posts li p {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 2.31;
    letter-spacing: 2.7px;
    color: #4a4a4a;
}
.history-archive #ajax-load-more .alm-listing .alm-reveal {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.history-archive #ajax-load-more .alm-listing .alm-reveal figure h1 {
    display: none;
}
@media screen and (max-width:700px) {
    .history-archive #ajax-load-more .alm-listing>li {
    padding: 0;
}
}
.history-archive #ajax-load-more .alm-listing>li img {
    position: unset;
    border-radius: 0;
}
.history-related {
    margin-bottom: 84px;
}
#instituto .pages ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 14px;
}
@media (min-width:700px) {
    #instituto .pages ul {
    flex-direction: row;
    flex-wrap: wrap;
}
}
#instituto .pages ul li {
    cursor: pointer;
}
#instituto .pages ul li a {
    display: block;
    padding: calc(6.30975vw + 1.8088px);
    width: calc(100vw - 28px);
    height: calc(100vw - 28px);
    margin: 0 0 14px;
    background-color: #eaeaea;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width:700px) {
    #instituto .pages ul li a {
    width: calc(50vw - 28px);
    height: calc(50vw - 28px);
}
}
#instituto .pages ul li a:hover p {
    color: #ff0087;
}
#instituto .pages ul li a h2 {
    font-size: calc(1.62524vw + .73745rem);
    line-height: normal;
    letter-spacing: normal;
    color: rgb(0,158,11);
    margin: 0 0 calc(2.48566vw + 6.04589px);
}
#instituto .pages ul li a h3, #instituto .pages ul li a p {
    max-width: 200px;
    font-size: calc(.38241vw + .79852rem);
    line-height: 1.67;
    letter-spacing: normal;
    color: #3d3d3d;
    transition: color .25s ease;
    font-size: 18px;
    font-size: 1.125rem;
}
@media (max-width:1000px) {
    #instituto .pages ul li a h3, #instituto .pages ul li a p {
    font-size: 14px;
    font-size: .875rem;
}
}
#instituto .timeline {
    background-color: #eaeaea;
    padding: calc(5.73614vw + 41.64436px) 0;
    margin: 0 0 calc(5.73614vw + 41.64436px);
}
#instituto .timeline .related {
    margin-bottom: 0;
}
#instituto .timeline .texts {
    max-width: 100%;
    margin: 0 auto calc(5.73614vw + 41.64436px);
    padding: 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:1000px) {
    #instituto .timeline .texts {
    max-width: 51.24%;
    padding: 0;
}
}
#instituto .timeline .texts h2 {
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin: 0 0 calc(2.39006vw + 17.35182px);
    font-size: 32px;
    font-size: 2rem;
}
@media (max-width:1000px) {
    #instituto .timeline .texts h2 {
    font-size: 25px;
    font-size: 1.5625rem;
}
}
#instituto .timeline .texts p {
    line-height: 1.67;
    letter-spacing: normal;
    color: #3d3d3d;
    font-weight: 100;
}
@media (min-width:1000px) {
    #instituto .timeline .texts p {
    font-size: 18px;
    font-size: 1.125rem;
}
}
#instituto .timeline .related .related-header nav {
    justify-content: flex-end;
}
#instituto .timeline .carrossel-timeline .slick-list {
    overflow: visible;
}
#instituto .balance {
    background-color: #fff;
    padding: calc(5.73614vw + 41.64436px) 0;
}
#instituto .balance .related .related-header nav {
    justify-content: flex-end;
}
#instituto .balance .related .carrossel li img {
    margin: 0 0 20px;
}
#instituto .balance .texts {
    max-width: 100%;
    margin: 0 auto calc(5.73614vw + 41.64436px);
    padding: 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:1000px) {
    #instituto .balance .texts {
    max-width: 51.24%;
    padding: 0;
}
}
#instituto .balance .texts h2 {
    font-size: calc(.66922vw + 1.42866rem);
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin: 0 0 calc(2.39006vw + 17.35182px);
    font-size: 32px;
    font-size: 2rem;
}
@media (max-width:1000px) {
    #instituto .balance .texts h2 {
    font-size: 25px;
    font-size: 1.5625rem;
}
}
#instituto .balance .texts p {
    line-height: 1.67;
    letter-spacing: normal;
    color: #3d3d3d;
    font-weight: 100;
}
@media (min-width:1000px) {
    #instituto .balance .texts p {
    font-size: 18px;
    font-size: 1.125rem;
}
}
#instituto .balance .download {
    padding: 90px calc(9.08222vw + -9.0631px) 0;
    display: flex;
    flex-wrap: wrap;
}
#instituto .balance .download li {
    margin: 0 0 25px;
    width: 100%}
#instituto .balance .download li:last-child {
    margin: 0;
}
@media (min-width:700px) {
    #instituto .balance .download li {
    width: 50%}
}
#instituto .balance .download li p {
    line-height: 1.5;
    color: #3d3d3d;
}
#instituto .balance .download li p a {

    color: #f26523;
}
#instituto .programs {
    padding: 0 0 calc(5.25813vw + 38.174px);
}
#instituto .programs .related .related-header nav {
    margin: 0 0 20px;
}
@media (min-width:1800px) {
    #instituto .programs .related .related-header nav .btns {
    display: none;
}
}
#instituto .programs h2 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #3d3d3d;
}
#instituto .programs ul li .content {
    width: 100%;
    max-width: 370px;
}
#instituto .programs ul li .content a .text p {
    color: #fff;
    margin: 20px 0 0;
}
#instituto-single .more-about .text-container {
    max-height: inherit;
}
#instituto-single .more-about .text-container:before {
    height: 0;
}
#instituto-single .more-about .more {
    display: none;
}
#instituto-single .highlight {
    padding: 0 calc(9.08222vw + -9.0631px);
    margin: 0 0 calc(8.1262vw + 28.99618px);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width:1000px) {
    #instituto-single .highlight .content {
    max-width: 36%}
}
#instituto-single .highlight .content .text {
    margin: calc(2.86807vw + 10.82218px) 0;
}
#instituto-single .highlight .content .text p {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.15;
    text-align: left;
    color: #fff200;
}
#instituto-single .pages {
    margin: 0 0 calc(4.78011vw + 64.70363px);
}
#instituto-single .pages h2 {
    margin: 0 0 calc(3.82409vw + 7.76291px);
    color: #3d3d3d;
    font-size: 24px;
    font-size: 1.5rem;
}
@media (max-width:1000px) {
    #instituto-single .pages h2 {
    font-size: 18px;
    font-size: 1.125rem;
}
}
#instituto-single .pages ul .slick-track {
    margin: 0;
}
#instituto-single .pages ul .slick-arrow {
    display: none!important;
}
#instituto-single .pages ul li {
    padding-right: 14px;
}
#instituto-single .pages ul li .content {
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}
#instituto-single .pages ul li img {
    margin: 0;
}
#instituto-single .pages ul li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent, #000);
}
#instituto-single .pages ul li a .text {
    position: absolute;
    bottom: 0;
    padding: 0 0 calc(3.34608vw + 29.29254px) calc(1.91205vw + 23.88145px);
}
#instituto-single .pages ul li a .text h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08;
    color: #fff200;
}
#instituto-single .pages ul li a .text p {
    margin: 20px 0 0;
    color: #fff;
}
#instituto-single .pages ul li img {
    display: block;
    width: 100%}
#who .related {
    margin: 0 0 calc(4.78011vw + 34.70363px);
}
#who .video .frame-container, #who .video .thumb {
    height: 100vh;
}
#who .team {
    width: 100%;
    padding: 0 calc(9.08222vw + -9.0631px);
    margin: 0 auto calc(9.56023vw + 19.40727px);
}
@media (min-width:1000px) {
    #who .team {
    width: 50%;
    padding: 0;
}
}
#who .team h2 {
    letter-spacing: 2.4px;
    margin: 0 0 60px;
    font-size: 24px;
    font-size: 1.5rem;
}
@media (max-width:1000px) {
    #who .team h2 {
    font-size: 18px;
    font-size: 1.125rem;
}
}
#who .team h3 {

    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 60px 0 0;
}
@media (min-width:1000px) {
    #who .team h3 {
    font-size: 20px;
    font-size: 1.25rem;
}
}
#who .team h3:first-child {
    margin: 0;
}
#who .team h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33;
    text-transform: uppercase;
    margin: 30px 0 16px;
}
#who .team ul li {
    margin: 0 0 16px;
}
#who .team ul:last-child {
    margin: 30px 0 16px;
}
@media (min-width:700px) {
    #who .team ul: last-child {
    display: flex;
}
#who .team ul:last-child div {
    width: 50%}
}
#who .team p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
}
#who .partners {
    margin: calc(7.64818vw + 25.52581px) 0;
}
#who .partners .texts {
    max-width: 100%;
    margin: 0 auto calc(5.73614vw + 41.64436px);
    padding: 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:1000px) {
    #who .partners .texts {
    max-width: 51.24%;
    padding: 0;
}
}
#who .partners .texts h2 {
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin: 0 0 calc(2.39006vw + 17.35182px);
    font-size: 24px;
    font-size: 1.5rem;
}
@media (max-width:1000px) {
    #who .partners .texts h2 {
    font-size: 18px;
    font-size: 1.125rem;
}
}
#who .partners .texts p {
    line-height: 1.67;
    letter-spacing: normal;
    color: #3d3d3d;
    font-weight: 100;
}
@media (min-width:1000px) {
    #who .partners .texts p {
    font-size: 18px;
    font-size: 1.125rem;
}
}
#who .partners .list {
    padding: 0 calc(9.08222vw + -9.0631px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width:700px) {
    #who .partners .list {
    justify-content: space-between;
}
}
@media (max-width:700px) {
    #who .partners .list {
    flex-direction: column;
}
}
#who .partners .list li {
    padding: 0 20px 30px;
}
@media (min-width:700px) {
    #who .partners .list li {
    width: 33.33%}
#who .partners .list li:nth-child(2), #who .partners .list li:nth-child(5) {
    text-align: center;
}
#who .partners .list li:nth-child(3), #who .partners .list li:nth-child(6) {
    text-align: right;
}
}
@media (max-width:700px) {
    #who .partners .list li {
    text-align: center;
}
}
#who .partners .list li img {
    max-width: 100%}
@media (min-width:700px) {
    #recognitions {
    margin: 100px auto calc(3.82409vw + 47.76291px);
    max-width: 51.31%}
}
@media (max-width:700px) {
    #recognitions {
    padding: 0 calc(2.86807vw + 10.82218px) 56px;
}
}
#recognitions .load-more {
    display: block;
    width: 137px;
    min-height: 32px;
    background: rgb(0,158,11);
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .3px;
    margin: 0 auto;
    margin: 0;
    cursor: pointer;
}
#recognitions .load-more:active, #recognitions .load-more:focus {
    outline: 0;
}
@media (max-width:1000px) {
    #recognitions .load-more {
    display: none;
}
}
#recognitions .recognitions__into {
    margin-bottom: calc(2.19885vw + 31.96367px);
}
#recognitions .recognitions__into h1 {
    margin: calc(1.24283vw + 13.02294px) 0 calc(.76482vw + 37.55258px);
    text-transform: uppercase;
    font-size: 30px;
    font-size: 1.875rem;
}
@media (max-width:1000px) {
    #recognitions .recognitions__into h1 {
    font-size: 20px;
    font-size: 1.25rem;
}
}
#recognitions .recognitions__description {
    margin-bottom: calc(-1.91205vw + 46.11855px);
}
#recognitions .recognitions__description h3 {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
}
#recognitions .recognitions__description h3+p {
    margin-top: 20px;
}
#recognitions .recognitions__topics {
    position: relative;
}
@media (min-width:1000px) {
    #recognitions .recognitions__topics {
    margin-bottom: calc(-2.58126vw + 88.26004px);
}
#recognitions .recognitions__topics:before {
    content: "";
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    position: absolute;
    bottom: 0;
    height: 220px;
    width: 100%;
    z-index: 1;
    transition: height .5s ease;
}
#recognitions .recognitions__topics.hide:before, #recognitions .recognitions__topics.year-filter:before {
    height: 0;
}
}
#recognitions .recognitions__topics.open:before {
    height: 0;
}
#recognitions .recognitions__topics.accordion {
    padding: 0;
    margin-top: 0;
}
#recognitions .recognitions__topics.accordion h2:after, #recognitions .recognitions__topics.accordion h2:before, #recognitions .recognitions__topics.accordion h3:after, #recognitions .recognitions__topics.accordion h3:before, #recognitions .recognitions__topics.accordion ul:before {
    display: none;
}
@media (min-width:1000px) {
    #recognitions .recognitions__topics.accordion>li>p: after, #recognitions .recognitions__topics.accordion>li>p:before {
    display: none;
}
}
@media (max-width:1000px) {
    #recognitions .recognitions__topics.accordion>li>p {
    position: relative;
}
}
#recognitions .recognitions__topics.accordion>li>p:after, #recognitions .recognitions__topics.accordion>li>p:before {
    content: "";
    top: 50%;
    position: absolute;
    border-radius: 2px;
    background-color: rgb(0,158,11);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
#recognitions .recognitions__topics.accordion>li>p:before {
    right: 0;
    width: 20px;
    height: 4px;
}
#recognitions .recognitions__topics.accordion>li>p:after {
    right: 8px;
    width: 4px;
    height: 20px;
    top: calc(50% - 8px);
}
@media (min-width:1000px) {
    #recognitions .recognitions__topics li {
    cursor: text;
}
}
#recognitions .recognitions__topics .topics__item {
    clear: both;
    position: relative;
    background: transparent;
}
#recognitions .recognitions__topics .topics__item:focus {
    outline: 0;
}
@media (max-width:1000px) {
    #recognitions .recognitions__topics .topics__item {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
#recognitions .recognitions__topics .topics__item:before {
    right: 15px;
}
#recognitions .recognitions__topics .topics__item:after {
    right: 23px;
}
}
@media (min-width:1000px) {
    #recognitions .recognitions__topics .topics__item {
    border: 0;
    margin: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}
#recognitions .recognitions__topics .topics__item:first-child {
    padding: calc(13.38432vw + -42.82983px) 0 0;
    overflow: visible;
    max-height: 100%}
#recognitions .recognitions__topics .topics__item.open_more, #recognitions .recognitions__topics .topics__item.show {
    margin-top: calc(13.38432vw + -42.82983px);
    padding: calc(13.38432vw + -42.82983px) 0 0;
    overflow: visible;
    max-height: 100%}
#recognitions .recognitions__topics .topics__item:last-child {
    padding-bottom: 0;
}
#recognitions .recognitions__topics .topics__item:last-child .topics__content {
    margin-bottom: 0;
}
#recognitions .recognitions__topics .topics__item:before {
    display: none;
}
#recognitions .recognitions__topics .topics__item:after {
    content: attr(data-filter-year);
    display: block;
    position: absolute;
    top: 10px;
    left: calc(-26% - 50px);
    width: 100%;
    background: transparent;
    font-size: calc(27.53346vw + -5.50669rem);
    line-height: calc(27.53346vw + -88.10707px);
    color: #3d3d3d;
    opacity: .05;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}
@media (max-width:700px) {
    #recognitions .recognitions__topics .topics__item: first-child {
    margin-top: 0;
}
}
#recognitions .recognitions__topics .topics__item>p {
    color: rgb(0,158,11);
    font-size: calc(4.0153vw + 1.07194rem);
}
@media (max-width:1000px) {
    #recognitions .recognitions__topics .topics__item>p {
    line-height: 82px;
    cursor: pointer;
}
}
@media (min-width:1000px) {
    #recognitions .recognitions__topics .topics__item>p {
    position: absolute;
    width: 22.3%;
    left: calc(-22.3% - 24px);
    top: calc(13.38432vw + -42.82983px);
}
}
#recognitions .recognitions__topics .topics__item.close {
    height: auto;
    max-height: 100%}
#recognitions .recognitions__topics .topics__item.close .text {
    overflow-y: scroll;
    max-height: 500px;
}
@media (max-width:1000px) {
    #recognitions .recognitions__topics .topics__list.text {
    position: relative;
    padding: 0;
    z-index: 1;
}
}
@media (min-width:1000px) {
    #recognitions .recognitions__topics .topics__list.text {
    padding: 0;
    max-height: 100%}
}
#recognitions .recognitions__topics .topics__content {
    margin-bottom: calc(-2.58126vw + 88.26004px);
    border: 0;
    padding: 0;
    background: transparent;
}
#recognitions .recognitions__topics .topics__content.hide {
    display: none;
}
#recognitions .recognitions__topics .topics__content.show {
    display: block;
}
#recognitions .recognitions__topics .topics__content:first-child {
    margin-top: 0;
}
@media (max-width:1000px) {
    #recognitions .recognitions__topics .topics__content {
    margin-top: 0;
    padding: 0;
}
}
#recognitions .recognitions__topics .topics__content:after, #recognitions .recognitions__topics .topics__content:before {
    display: none;
}
#recognitions .recognitions__topics .topics__content.show {
    display: block!important;
}
#recognitions .recognitions__topics .topics__content h2 {
    color: #3d3d3d;
    margin-bottom: calc(-1.05163vw + 31.3652px);
    border-bottom: 0;
    padding: 0;
    font-size: 40px;
    font-size: 2.5rem;
}
@media (max-width:1000px) {
    #recognitions .recognitions__topics .topics__content h2 {
    font-size: 20px;
    font-size: 1.25rem;
}
}
#recognitions .recognitions__topics .topics__content p {
    line-height: 30px;
    font-size: 18px;
    font-size: 1.125rem;
}
#recognitions .recognitions-filter {
    position: relative;
    width: 100%}
@media (min-width:1000px) {
    #recognitions .recognitions-filter {
    display: flex;
}
}
#recognitions .recognitions-filter .filter_category {
    max-width: 70%}
#recognitions .recognitions-filter .filter_drop {
    right: 0;
}
@media (min-width:700px) and (max-width:1000px) {
    #recognitions .recognitions-filter form {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
#recognitions .recognitions-filter form.filter__inline {
    margin-right: 20px;
}
}
@media (max-width:1000px) {
    #recognitions .recognitions-filter form {
    margin-bottom: 13px;
}
}
@media (min-width:1000px) {
    #recognitions .recognitions-filter form.filter--inline .filter__list {
    padding: 6px 0;
}
#recognitions .recognitions-filter form.filter--inline .btn-filter {
    display: none;
}
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container {
    position: relative;
    padding-left: 22px;
    margin-left: 0;
    margin-bottom: 20px;
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container:last-child {
    margin-bottom: 0;
    margin-right: 0;
}
@media (max-width:1000px) {
    #recognitions .recognitions-filter form.filter--inline .checkbox-container {
    display: block;
    margin-top: 10px;
}
}
@media (min-width:700px) {
    #recognitions .recognitions-filter form.filter--inline .checkbox-container {
    margin-bottom: 0;
}
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container:hover {
    cursor: pointer;
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container:hover .fake-checkbox {
    background-color: #d0d0d0;
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container:first-child {
    margin-left: 0;
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container span {
    white-space: nowrap;
    color: #3d3d3d;
}
@media (min-width:700px) {
    #recognitions .recognitions-filter form.filter--inline .checkbox-container span {
    color: #3d3d3d;
}
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container input {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    cursor: pointer;
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container.active .fake-checkbox:after {
    opacity: 1;
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container .fake-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 14px;
    border-radius: 2px;
    transition: background-color .5s ease;
    border: .8px solid #3d3d3d;
    pointer-events: none;
}
@media (min-width:700px) {
    #recognitions .recognitions-filter form.filter--inline .checkbox-container .fake-checkbox {
    border: .8px solid #979797;
}
}
#recognitions .recognitions-filter form.filter--inline .checkbox-container .fake-checkbox:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 8px;
    background-color: #fff200;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .5s;
}
@media (min-width:700px) {
    #recognitions .recognitions-filter form.filter--inline .checkbox-container .fake-checkbox: after {
    background-color: #f26523;
}
}
#recognitions .recognitions-filter form .btn-filter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width:1000px) {
    #recognitions .recognitions-filter form .btn-filter {
    max-width: 100%;
    min-width: 100%;
    padding: 0 10px;
}
}
#recognitions .recognitions-filter form .filter__list li {
    padding: 5px;
}
#programs .pages {
    margin-bottom: calc(9.56023vw + 19.40727px);
}
#programs .pages ul {
    display: flex;
    flex-direction: column;
    padding: 0;
}
@media (min-width:700px) {
    #programs .pages ul {
    padding: 0 60px;
}
}
#programs .pages ul li {
    cursor: pointer;
    margin: 0 0 30px;
    overflow: hidden;
}
#programs .pages ul li a {
    display: flex;
    flex-direction: column;
    background-color: #efefef;
}
@media (min-width:700px) {
    #programs .pages ul li a {
    flex-direction: row;
}
}
#programs .pages ul li a:hover .btns {
    background-color: rgb(0,211,24);
}
#programs .pages ul li a:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#programs .pages ul li a figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50vh;
}
@media (min-width:700px) {
    #programs .pages ul li a figure {
    width: 50%}
}
#programs .pages ul li a figure .img {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%}
#programs .pages ul li a .text {
    width: 100%;
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width:700px) {
    #programs .pages ul li a .text {
    width: 50%;
    padding: 0 20px;
}
}
#programs .pages ul li a .text .content {
    max-width: 460px;
}
#programs .pages ul li a h2 {
    font-size: 30px;
    color: #4a4a4a;
}
#programs .pages ul li a p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.43;
    text-align: left;
    color: #000;
    margin: 30px 0;
}
#programs-single .related {
    margin: 0 0 80px;
}
#programs-single .highlights {
    background-color: #efefef;
    padding: calc(9.56023vw + 29.40727px) 0 0;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    margin-bottom: 60px;
}
#programs-single .highlights.bg_right .text-container h2 {
    color: #fff200;
}
#programs-single .highlights.bg_right .text-container p {
    color: #fff;
}
@media (min-width:1000px) {
    #programs-single .highlights {
    flex-direction: row;
    justify-content: space-between;
}
}
#programs-single .highlights.bg_left img, #programs-single .highlights.left img {
    order: 2;
}
@media (min-width:1000px) {
    #programs-single .highlights.bg_left img, #programs-single .highlights.left img {
    order: 1;
}
}
#programs-single .highlights.bg_left .text-container, #programs-single .highlights.left .text-container {
    order: 1;
}
@media (min-width:1000px) {
    #programs-single .highlights.bg_left .text-container, #programs-single .highlights.left .text-container {
    order: 2;
}
}
@media (max-width:1000px) {
    #programs-single .highlights.bg_left {
    background-image: none!important;
}
}
@media (min-width:1000px) {
    #programs-single .highlights.bg_left, #programs-single .highlights.bg_right {
    flex-direction: row;
    justify-content: flex-end;
}
}
#programs-single .highlights.bg_left figure, #programs-single .highlights.bg_left img, #programs-single .highlights.bg_right figure, #programs-single .highlights.bg_right img {
    display: none;
}
@media (min-width:1000px) {
    #programs-single .highlights.bg_right {
    justify-content: flex-start;
}
}
#programs-single .highlights figure {
    min-height: 100%;
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
}
#programs-single .highlights figure img {
    display: none;
}
#programs-single .highlights img {
    display: block;
    width: 90%}
@media (min-width:1000px) {
    #programs-single .highlights img {
    width: auto;
}
}
#programs-single .highlights .text-container {
    display: flex;
    flex-direction: column;
    padding: 0 calc(9.08222vw + -9.0631px) calc(3.82409vw + 47.76291px);
}
@media (min-width:1000px) {
    #programs-single .highlights .text-container {
    width: 60%;
    padding: 0 calc(14.34034vw + -25.8891px) calc(3.82409vw + 47.76291px);
}
}
#programs-single .highlights .text-container h2 {
    font-size: calc(.95602vw + 1.0588rem);
    color: #4a4a4a;
    margin: 0 0 50px;
}
#programs-single .highlights .text-container h3 {
    font-size: 18px;
    line-height: 1.67;
    color: #3d3d3d;
    margin: 40px 0 10px;
}
#programs-single .highlights .text-container h3:first-child {
    margin-top: 0;
}
#programs-single .highlights .text-container p {
    font-size: 16px;
    line-height: 1.5;
    color: #3d3d3d;
}
#programs-single .related-links {
    background-color: rgb(0,158,11);
    min-height: 100vh;
    padding: calc(5.25813vw + 43.174px) calc(9.08222vw + -9.0631px);
    margin-bottom: 80px;
}
#programs-single .related-links h2 {
    font-size: calc(.95602vw + 1.0588rem);
    line-height: 1.2;
    color: #fff;
    margin: 0 0 55px;
}
@media (min-width:1000px) {
    #programs-single .related-links h2 {
    width: 40%}
}
#programs-single .related-links .container {
    display: flex;
    flex-direction: column;
}
@media (min-width:1000px) {
    #programs-single .related-links .container {
    flex-direction: row;
}
}
@media (min-width:1000px) {
    #programs-single .related-links .container .column {
    padding: 0 0 0 calc(14.15094vw + -69.0566px);
    width: 47%}
#programs-single .related-links .container .column:first-child {
    padding: 0;
}
}
#programs-single .related-links .container .column figure {
    position: relative;
}
#programs-single .related-links .container .column figure img {
    display: block;
    width: 100%}
#programs-single .related-links .container .column .text {
    margin: 40px 0;
}
@media (min-width:1000px) {
    #programs-single .related-links .container .column .text {
    margin-top: 0;
}
}
#programs-single .related-links .container .column .text p {
    font-size: calc(.1912vw + .96176rem);
    line-height: 1.67;
    color: #fff;
}
@media (min-width:700px) {
    #programs-single .timeline-carrossel.related .related-header {
    flex-direction: row;
}
}
#programs-single .timeline-carrossel .carrossel-timeline .video, #programs-single .timeline-carrossel .carrossel-timeline figure {
    max-width: 325px;
}
#programs-single .timeline-carrossel .carrossel-timeline li p {
    font-size: 16px;
    margin: 0 0 24px;
}
#programs-single .programs {
    margin: calc(3.82409vw + 57.76291px) 0 0;
}
#programs-single .programs .related .related-header nav {
    margin: 0 0 20px;
}
@media (min-width:1800px) {
    #programs-single .programs .related .related-header nav .btns {
    display: none;
}
}
#programs-single .programs h2 {
    font-size: 24px;
    color: #3d3d3d;
}
#programs-single .programs ul li .content {
    width: 100%;
    max-width: 370px;
    height: 500px;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0;
}
#programs-single .programs ul li .content .container {
    display: block;
    height: 100%;
    position: relative;
    background-image: linear-gradient(180deg, transparent, #000);
}
#programs-single .programs ul li .content .container .text {
    padding: 0 calc(.95602vw + 21.94073px) calc(.95602vw + 21.94073px);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}
#programs-single .programs ul li .content .container .text h3 {
    font-size: 24px;
    line-height: 1.08;
    margin: 0 0 10px;
}
#programs-single .programs ul li .content .container .btn {
    position: static;
    width: auto;
    height: auto;
    display: inline-block;
    background-image: none;
}


#programs-single .infos {
    padding: calc(5.25813vw + 38.174px) calc(9.08222vw + -9.0631px);
    margin: 0 0 100px;
}
#programs-single .infos h2 {
    font-size: calc(.57361vw + 1.01028rem);
    margin: 0 0 60px;
}
#programs-single .infos .item {
    display: flex;
    flex-direction: column;
}
@media (min-width:700px) {
    #programs-single .infos .item {
    flex-direction: row;
}
}
#programs-single .infos .item .column {
    max-width: 340px;
    margin: 0 0 40px;
}
@media (min-width:700px) {
    #programs-single .infos .item .column {
    margin: 0 80px 0 0;
}
}
#programs-single .infos .item .column:last-child {
    margin: 0;
}
#programs-single .infos .item .column h3 {
    font-size: 18px;
    line-height: 1.38;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin: 0 0 calc(2.86807vw + 10.82218px);
}
@media (min-width:700px) {
    #programs-single .infos .item .column h3 {
    font-size: 13px;
}
}
#programs-single .infos .item .column p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
}
#programs-single .structure {
    padding: calc(9.08222vw + -9.0631px);
    display: flex;
    justify-content: space-between;
    position: relative;
}
#programs-single .structure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    background-image: linear-gradient(64deg, #da376a, #ec5e34);
}
#programs-single .structure .column {
    position: relative;
    z-index: 1;
}
#programs-single .structure .column .image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#programs-single .structure .column .image-container img {
    margin: 80px 0 0;
}
#programs-single .structure .column .image-container img:first-child {
    margin: 0;
}
#programs-single .structure .column .text {
    max-width: 300px;
}
#programs-single .structure .column .text h5 {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 2.6px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 24px;
}
#programs-single .structure .column .text p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
#espacos .pages {
    margin: 0 0 calc(7.64818vw + 55.52581px);
    width: 100%}
@media (min-width:1000px) {
    #espacos .pages {
    padding: 0 calc(9.08222vw + -9.0631px);
}
}
#espacos .pages h2 {
    margin: 0 0 calc(3.82409vw + 7.76291px);
    font-size: calc(.57361vw + 16.16444px);
    color: #3d3d3d;
}
@media (min-width:700px) {
    #espacos .pages ul {
    margin-right: -14px;
}
}
#espacos .pages ul .slick-track {
    margin: 0;
}
@media (min-width:1000px) {
    #espacos .pages ul .slick-track {
    width: 100%!important;
}
}
#espacos .pages ul .slick-arrow {
    display: none!important;
}
@media (min-width:1000px) {
    #espacos .pages ul .slick-slide {
    width: 33.33333%!important;
}
}
#espacos .pages ul li {
    padding-right: 14px;
}
#espacos .pages ul li .content {
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}
#espacos .pages ul li img {
    margin: 0;
}
#espacos .pages ul li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent, #000);
}
#espacos .pages ul li a .text {
    position: absolute;
    bottom: 0;
    padding: 0 0 calc(3.34608vw + 29.29254px) calc(1.91205vw + 23.88145px);
}
#espacos .pages ul li a .text h3 {
    font-size: 24px;
    line-height: 1.08;
}
#espacos .pages ul li a .text p {
    margin: 20px 0 0;
    font-size: 16px;
    color: #fff;
}
#espacos .pages ul li img {
    display: block;
    width: 100%}
#espacos-single .histories-carrossel {
    margin: 0 0 160px;
}
#espacos-single .infos-container {
    padding: 0 calc(9.08222vw + -9.0631px);
    margin: 0 0 100px;
    display: flex;
    flex-wrap: wrap;
}
#espacos-single .infos-container .content {
    width: 100%;
    margin: 0 0 calc(3.82409vw + 27.76291px);
    background-color: transparent;
    background-image: none;
    padding: 0;
    min-height: auto;
}
#espacos-single .infos-container .content:last-child {
    margin: 0;
}
#espacos-single .about .btns a {
    background:rgb(255,255,255);
    color:#3d3d3d;
}
#espacos-single .about .btns a:hover {
    background-color: rgb(0,211,24);
    color:rgb(255,255,255);
}
@media (min-width:1000px) {
    #espacos-single .infos-container .content {
    width: 50%}
}
#espacos-single .infos-container h2 {
    font-size: 24px;
    margin: 0 0 calc(1.91205vw + 33.88145px);
    color: #3d3d3d;
}
#espacos-single .infos-container .item {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
}
@media (min-width:700px) {
    #espacos-single .infos-container .item {
    flex-direction: row;
    margin: 0 80px 0 0;
}
}
@media (min-width:1000px) {
    #espacos-single .infos-container .item {
    max-width: 340px;
}
}
#espacos-single .infos-container .item:last-child {
    margin: 0;
}
#espacos-single .infos-container .item h3 {
    font-size: 18px;
    line-height: 1.38;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin: 0 0 calc(2.86807vw + 10.82218px);
}
@media (min-width:700px) {
    #espacos-single .infos-container .item h3 {
    font-size: 13px;
}
}
#espacos-single .infos-container .item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
}
#espacos-single .infos-container .item a {
    color: rgb(0,158,11);

}
#espacos-single .text-container {
    max-width: 490px;
    margin: 0 calc(9.08222vw + -9.0631px) 150px;
}
#espacos-single .text-container p {
    font-size: 16px;
    line-height: 26px;
}
#espacos-single .media-container {
    padding: 0 calc(9.08222vw + -9.0631px);
    margin: 0 0 120px;
}
#espacos-single .media-container img {
    width: 100%;
    display: block;
}
#espacos-single .highlight_header {
    padding: 0 calc(9.08222vw + -9.0631px);
    align-items: center;
}
#espacos-single .highlight_header h2 {
    font-size: calc(.57361vw + 16.16444px);
    color: #3d3d3d;
    opacity: 1;
    margin: 0;
    position: relative;
    top: 0;
    z-index: 2;
}
@media (min-width:1000px) {
    #espacos-single .highlight_header h2 {
    top: 50px;
}
}
@media (min-width:1000px) {
    #espacos-single .highlight_header {
    align-items: flex-end;
}
}
#espacos-single .highlight_header .btns {
    width: 120px;
}
.landingBody .header {
    background: none;
}
.landingBody .header.floating {
    background: #fff;
}
.landingBody .header.floating .back-home {
    background-image: url("../assets/images/logo/mobile-gray.svg");
}
.landingBody .header.floating .header-nav .acessibility, .landingBody .header.floating .header-nav .control button, .landingBody .header.floating .header-nav a {
    color: #3d3d3d;
}
.landingBody .header.floating .header-nav .logo:after {
    background-color: #3d3d3d;
}
.landingBody .header .back-home, .landingBody .header.floating.visible .back-home {
    background-image: url("../assets/images/logo/desktop_white_verde.png");
}
.landingBody .header .header-nav .acessibility, .landingBody .header .header-nav .control button, .landingBody .header .header-nav a {
    color: #fff;
}
.landingBody .header .header-nav .logo:after {
    background-color: #fff;
}
@media (max-width:1000px) {
    .landingBody .header .back-home {
    background-image: url("../assets/images/logo/mobile-white.png");
}
}
.landingBody #wrap {
    padding: 0;
    transition: all .5s ease;
}
.landing .social {
    margin-top: 30px;
}
.landing__hero .banner {
    margin-bottom: 0;
}
.landing__form {
    background: rgb(0,158,11);
    width: 100%}
.landing__form .container {
    width: 100%;
    margin: 0 auto;
    padding: calc(1.24283vw + 76.02294px) 0;
}
@media (min-width:1000px) {
    .landing__form .container {
    max-width: 700px;
}
}
@media (max-width:1000px) {
    .landing__form .container {
    width: 85.9%}
}
.landing__form .form__title {
    font-size: calc(1.14723vw + 1.02055rem);
    color: #fff;
    line-height: calc(2.67686vw + 13.43403px);
    margin-bottom: 16px;
}
.landing__form .form__description {
    color: #fff;
    font-size: calc(.1912vw + .96176rem);
    line-height: 30px;
    min-height: 184px;
}
.landing__form .form__description p {
    line-height: 30px;
}
.landing__form .yikes-easy-mc-success-message {
    margin: 20px 0 0;
}
.landing__form form {
    padding-top: 27px;
}
.landing__form form label span {
    display: none;
}
.landing__form form input[type=email], .landing__form form input[type=number], .landing__form form input[type=text], .landing__form form input[type=textarea], .landing__form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 60px;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0 54px;
    background: transparent;
    margin-bottom: 18px;
    transition: all .25s ease;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.landing__form form input[type=email]::-webkit-input-placeholder, .landing__form form input[type=number]::-webkit-input-placeholder, .landing__form form input[type=text]::-webkit-input-placeholder, .landing__form form input[type=textarea]::-webkit-input-placeholder, .landing__form form select::-webkit-input-placeholder {
    color: #fff;
}
.landing__form form input[type=email]::-ms-input-placeholder, .landing__form form input[type=number]::-ms-input-placeholder, .landing__form form input[type=text]::-ms-input-placeholder, .landing__form form input[type=textarea]::-ms-input-placeholder, .landing__form form select::-ms-input-placeholder {
    color: #fff;
}
.landing__form form input[type=email]::placeholder, .landing__form form input[type=number]::placeholder, .landing__form form input[type=text]::placeholder, .landing__form form input[type=textarea]::placeholder, .landing__form form select::placeholder {
    color: #fff;
}
.landing__form form input[type=email]:active, .landing__form form input[type=email]:focus, .landing__form form input[type=number]:active, .landing__form form input[type=number]:focus, .landing__form form input[type=text]:active, .landing__form form input[type=text]:focus, .landing__form form input[type=textarea]:active, .landing__form form input[type=textarea]:focus, .landing__form form select:active, .landing__form form select:focus {
    outline: 0;
    border-color: #d0d0d0;
}
.landing__form form select {
    background: url("../assets/images/icons/arrow-down.svg") no-repeat;
    background-position: calc(100% - 54px) 50%}
.landing__form form .btn, .landing__form form [type=submit] {
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 5px 25px;
    margin-top: 32px;
    width: auto;
    display: block;
    border: none;
    min-height: 40px;
    cursor: pointer;
}
.landing__form .form__file {
    opacity: 0;
    visibility: hidden;
    background-color: red;
    opacity: .5;
    width: 100px;
    height: 20px;
}
.landing__form .yikes-mailchimp-container .edit-link {
    display: none;
}
.landing__numbers {
    background: #bb2775;
    margin-bottom: 50px;
}
.landing__numbers p {
    font-size: 18px;
    line-height: 1.67;
    color: #fff;
    text-align: center;
}
.landing__numbers h2 {
    font-size: 52px;
    color: #fff;
    text-align: center;
}
.landing__numbers .numbers__list {
    display: flex;
    justify-content: center;
    padding: calc(8.60421vw + 8.46654px) 22px calc(9.94264vw + .18356px);
}
@media (max-width:700px) {
    .landing__numbers .numbers__list {
    flex-direction: column;
}
}
.landing__numbers .numbers__item {
    padding: 0 22px;
    width: 292px;
}
@media (max-width:700px) {
    .landing__numbers .numbers__item {
    margin: 32px auto;
}
}
.landing .video-frame {
    position: relative;
    margin: calc(6.30975vw + 18.8088px) auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: calc(34.89484vw + 48.33652px);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:700px) {
    .landing .video-frame {
    padding: 0 20px;
}
}
@media (min-width:700px) {
    .landing .video-frame {
    max-width: 67%}
}
.landing .video-frame:hover button {
    background-color: rgb(0,211,24);
}
.landing .video-frame.full, .landing .video-frame.fullwide {
    overflow: hidden;
    max-width: 100%;
    min-height: calc(31.73996vw + 298.43212px);
}
.landing .video-frame.full img, .landing .video-frame.fullwide img {
    min-height: calc(34.89484vw + 48.33652px);
    min-width: 100%}
@media (max-width:1000px) {
    .landing .video-frame.full img, .landing .video-frame.fullwide img {
    min-width: unset;
}
}
.landing .video-frame.full.video-play .content-video, .landing .video-frame.fullwide.video-play .content-video {
    opacity: 1;
    visibility: visible;
}
.landing .video-frame.full .content-video, .landing .video-frame.fullwide .content-video {
    position: absolute;
    background: rgba(0, 0, 0, .9);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.landing .video-frame.full .content-video iframe, .landing .video-frame.fullwide .content-video iframe {
    width: 80%;
    height: 80%}
@media (max-width:700px) {
    .landing .video-frame.full .content-video iframe, .landing .video-frame.fullwide .content-video iframe {
    height: 300px;
}
}
@media (max-width:700px) {
    .landing .video-frame.full, .landing .video-frame.fullwide {
    background-size: cover;
}
}
.landing .video-frame button {
    position: absolute;
    width: calc(8.79541vw + 11.85468px);
    height: calc(8.79541vw + 11.85468px);
    background-color: rgb(0,158,11);
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    transition: background-color .3s ease;
}
.landing .video-frame button svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    margin-left: 2px;
    width: calc(1.73231vw + 2.3366px);
    height: calc(2.46558vw + 3.32013px);
}
.landing figure.image {
    margin: calc(5.06692vw + 39.78585px) auto;
    max-width: 748px;
    width: 100%}
.landing figure.image.full {
    max-width: 100%}
.landing__content {
    margin: calc(5.06692vw + 39.78585px) auto;
    max-width: 748px;
    width: 85.9%}
@media (min-width:1000px) {
    .landing__content {
    max-width: 51.83%}
}
.landing__content h3 {
    color: #3d3d3d;
    font-size: calc(1.33843vw + .98231rem);
}
.landing__content .text p {
    font-size: 18px;
    line-height: 30px;
    margin: calc(.47801vw + 37.47036px) 0;
}
.landing__content .text+.image {
    margin-top: calc(13.47992vw + -4.13576px);
}
@media (max-width:700px) {
    .landing__content .text+.gallery-slide {
    margin-top: 40px;
}
}
.landing__content .highlight {
    font-size: calc(.1912vw + 1.33676rem);
}
.landing .mosaic .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.landing .gallery {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
@media (max-width:700px) {
    .landing .gallery {
    display: block;
    width: 100%}
}
.landing .gallery .slick-slide {
    padding: 0 7.5px;
    opacity: .5;
    transition: opacity .35s ease;
}
.landing .gallery .slick-slide.slick-current {
    opacity: 1;
}
.landing .gallery__image {
    position: relative;
    cursor: pointer;
    width: 345px;
    height: 235px;
    background-size: cover;
    display: inline-block;
    margin: 19px;
    overflow: hidden;
}
@media (max-width:700px) {
    .landing .gallery__image {
    width: 100%}
}
.landing .gallery__image figure {
    background: green;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.landing .gallery__image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: none;
}
.landing .gallery__image:hover .gallery__btn {
    background-color: rgb(0,211,24);
}
.landing .gallery__btn {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 37px;
    transition: background-image .3s ease;
    background-color: rgb(0,158,11);
}
.landing .gallery-slide {
    margin-top: 40px;
    margin-bottom: calc(9.56023vw + 29.40727px);
    padding: 60px 0 0;
    overflow: hidden;
}
.landing .gallery-slide figure {
    margin: 0;
}
@media (min-width:1000px) {
    .landing .gallery-slide .slick-list {
    padding: 0 200px!important;
}
}
.landing .gallery-slide .image, .landing .gallery-slide .video-frame {
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: 100%;
    padding: 0 calc(2.86807vw + .82218px);
    display: block;
}
.landing .gallery-slide .image img, .landing .gallery-slide .video-frame img {
    opacity: 0;
    width: 100%}
.landing .gallery-slide .image button, .landing .gallery-slide .video-frame button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.landing .gallery-slide .legend {
    padding: 20px calc(2.86807vw + .82218px) 0;
}
.landing .gallery-slide .legend a {
    color: rgb(0,158,11);
}
.landing .gallery-slide .carrossel-bg {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100%}
.landing .gallery-slide .slick-arrow {
    background-color: rgb(0,158,11);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-size: 5px 8px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../assets/images/icons/next_slide_white.svg");
    transition: background-color .5s ease;
    position: absolute;
    top: 0;
    left: unset;
    right: unset;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.landing .gallery-slide .slick-arrow:before {
    display: none;
}
.landing .gallery-slide .slick-arrow.slick-disabled {
    background-color: #db90b7;
    transition: background-color .5s ease;
}
.landing .gallery-slide .slick-arrow.slick-prev {
    right: calc(9.08222vw + 40.9369px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.landing .gallery-slide .slick-arrow.slick-next {
    right: calc(9.08222vw + -9.0631px);
}
.landing__countdown {
    padding: calc(-4.0153vw + 158.84895px) 0 calc(-2.58126vw + 153.26004px);
}
.landing__countdown .container {
    text-align: center;
    padding: 0 22px;
}
.landing__countdown .container h3 {
    font-size: calc(1.91205vw + .86759rem);
    color: #fff;
    max-width: 902px;
    margin: 0 auto calc(-1.24283vw + 42.97706px);
}
.landing__countdown .container .btn {
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 5px 25px;
    margin: calc(2.67686vw + 30.43403px) auto 0;
}
.landing__countdown .container .countdown {
    display: flex;
    justify-content: center;
    color: #fff;
}
.landing__countdown .container .countdown div {
    font-size: calc(7.83939vw + .80712rem);
    margin: 0 3px;
}
.landing__countdown .container .countdown div:first-child {
    margin-left: 0;
}
.landing__countdown .container .countdown div:after {
    display: block;
    font-size: calc(.47801vw + 1.1544rem);
    margin-top: 32px;
    text-align: left;
}
.landing__countdown .container .countdown .countdown-day:after {
    content: "Dias"}
.landing__countdown .container .countdown .countdown-hour:after {
    content: "Horas"}
.landing__countdown .container .countdown .countdown-minutes:after {
    content: "Minutos"}
@media (max-width:700px) {
    .landing__countdown .container .countdown .countdown-minutes: after {
    content: "Min."}
}
.landing__countdown .container .countdown .countdown-seconds:after {
    content: "Segundos"}
@media (max-width:700px) {
    .landing__countdown .container .countdown .countdown-seconds: after {
    content: "Seg."}
}
.landing__topics {
    padding: calc(14.62715vw + 9.19312px) calc(6.40535vw + 25.50287px);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:700px) {
    .landing__topics {
    flex-direction: column;
}
}
.landing__topics .topic {
    width: 227px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: calc(-5.35373vw + 73.13193px) calc(3.63289vw + -11.62524px) 0;
}
@media (max-width:700px) {
    .landing__topics .topic: first-child {
    margin-top: 0;
}
}
.landing__topics .topic figure {
    margin-bottom: 66px;
    width: 100%;
    height: 126px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
@media (max-width:700px) {
    .landing__topics .topic figure {
    margin-bottom: 15px;
}
}
.landing__topics .topic.no-icon figure {
    background-image: url("../assets/images/icons/icon-book.svg")!important;
}
.landing__topics .topic.no-icon:nth-child(2) figure {
    background-image: url("../assets/images/icons/icon-lab.svg")!important;
}
.landing__topics .topic.no-icon:nth-child(3) figure {
    background-image: url("../assets/images/icons/icon-notebook.svg")!important;
}
.landing__topics .topic.no-icon:nth-child(4) figure {
    background-image: url("../assets/images/icons/icon-clock.svg")!important;
}
.landing__accordion h3 {
    font-size: 20px;
    margin-bottom: 36px;
}
.landing__banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(185, 9, 113, .85);
    z-index: 1;
}
.landing__banner .img-container {
    margin: 0;
    height: calc(23.99618vw + 357.21224px);
    background-size: cover;
    background-position: bottom;
}
.landing__banner .title-hightlight {
    font-size: calc(3.05927vw + .63815rem);
    line-height: calc(3.63289vw + 12.37476px);
    color: #fff200;
    text-align: center;
    max-width: 493px;
    margin: 0 auto 38px;
}
@media (max-width:700px) {
    .landing__banner .title-hightlight {
    letter-spacing: 2px;
}
}
.landing__banner .btn {
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 5px 25px;
    width: 187px;
    margin: 0 auto;
}
.landing__banner .content-container {
    justify-content: center;
    padding: 0;
}
@media (max-width:700px) {
    .landing__banner .content-container {
    padding: 0 20px;
}
}
.landing #faq .section-title {
    margin-top: 40px;
}
#editais .pages {
    padding: 0;
    margin-bottom: calc(10.51625vw + 26.34799px);
}
#editais .pages h2 {
    margin: 0 0 40px;
    font-size: calc(.57361vw + 16.16444px);
    color: #3d3d3d;
}
#editais .pages .related-header {
    padding: 0 calc(9.08222vw + -9.0631px);
    width: 100%;
    margin: 0 0 calc(5.25813vw + 28.174px);
    display: block;
}
@media (min-width:1000px) {
    #editais .pages .related-header {
    padding: 0 0 0 calc(9.08222vw + -9.0631px);
    width: 43%}
}
#editais .pages .related-header .text p {
    margin: 40px 0 0;
    line-height: 1.67;
}
#editais .pages .related-header .text p:first-child {
    margin: 0;
}
#editais .pages ul {
    margin: 0 0 0 calc(3.82409vw + 7.76291px);
}
@media (min-width:1000px) {
    #editais .pages ul {
    margin: 0 calc(3.82409vw + 7.76291px);
}
}
#editais .pages ul li {
    padding-right: 10px;
}
#editais .pages ul li .content {
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    background-size: cover;
    height: calc(7.07457vw + 321.36138px);
}
#editais .pages ul li img {
    margin: 0;
    opacity: 0;
}
#editais .pages ul li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent, #000);
}
#editais .pages ul li a .text {
    position: absolute;
    bottom: 0;
    padding: 0 calc(1.91205vw + 23.88145px) calc(1.91205vw + 23.88145px);
}
#editais .pages ul li a .text h3 {
    font-size: 24px;
    line-height: 1.08;
    color: #fff200;
}
#editais .pages ul li a .text p {
    margin: 20px 0 0;
    color: #fff;
}
#editais .pages ul li img {
    display: block;
    width: 100%}
#editais .pages .slick-arrow {
    background-color: rgb(0,158,11);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-size: 5px 8px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../assets/images/icons/next_slide_white.svg");
    transition: background-color .5s ease;
    position: absolute;
    top: -60px;
    left: unset;
    right: unset;
    -webkit-transform: translate(0);
    transform: translate(0);
    text-indent: -9999px;
}
#editais .pages .slick-arrow:before {
    display: none;
}
#editais .pages .slick-arrow.slick-disabled {
    background-color: rgb(0,211,24);
    transition: background-color .5s ease;
}
#editais .pages .slick-arrow.slick-prev {
    right: calc(9.08222vw + 40.9369px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#editais .pages .slick-arrow.slick-next {
    right: calc(9.08222vw + -9.0631px);
}
#editais .happen {
    margin: 0 0 50px;
}
#editais .happen h2 {
    padding: 0 calc(9.08222vw + -9.0631px);
    font-size: 24px;
    color: #3d3d3d;
    margin: 0 0 30px;
}
#editais .events {
    margin-bottom: calc(9.56023vw + 19.40727px);
}
#editais-single .histories-carrossel {
    margin: 0 0 160px;
}
#editais-single .histories-carrossel h3 {
}
#editais-single .histories-carrossel .carrossel li .video, #editais-single .histories-carrossel .carrossel li img {
    margin: 0 0 20px;
    width: 100%}
#editais-single .histories-carrossel .carrossel li .video img {
    margin: 0;
}
#editais-single .histories-carrossel .carrossel li .text {
    height: 90px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#editais-single .histories-carrossel .carrossel li .text p {
    letter-spacing: 0;
    font-size: 16px;
}
#editais-single .histories-carrossel .carrossel li .text p:last-child {
    margin: 0;
}
#editais-single .more-about .content .text-container {
    max-height: 100%}
#editais-single .more-about .content .text-container:before {
    background-image: none;
}
#editais-single .more-about .content .text-container .text p:last-child {
    margin-bottom: 0;
}
#editais-single .more-about .content .more {
    display: none;
}
#editais-single .pages {
    padding: 0;
    margin-bottom: calc(10.51625vw + 26.34799px);
}
#editais-single .pages h2 {
    margin: 0;
    font-size: calc(.57361vw + 16.16444px);
    padding: 0 calc(9.08222vw + -9.0631px);
    color: #3d3d3d;
}
#editais-single .pages .related-header {
    padding: 0 calc(9.08222vw + -9.0631px);
    width: 100%;
    margin: 0 0 40px;
    display: block;
}
@media (min-width:1000px) {
    #editais-single .pages .related-header {
    padding: 0 0 0 calc(1.91205vw + 23.88145px);
}
}
#editais-single .pages .related-header nav {
    margin: 0;
}
#editais-single .pages .related-header .text p {
    margin: 40px 0 0;
    line-height: 1.67;
}
#editais-single .pages .related-header .text p:first-child {
    margin: 0;
}
#editais-single .pages ul {
    margin: 0 0 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:1000px) {
    #editais-single .pages ul {
    margin: 0 calc(9.08222vw + -9.0631px);
}
}
#editais-single .pages ul li {
    padding-right: 10px;
}
#editais-single .pages ul li .content {
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}
#editais-single .pages ul li img {
    margin: 0;
}
#editais-single .pages ul li a, #editais-single .pages ul li button {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent, #000);
}
#editais-single .pages ul li a .text, #editais-single .pages ul li button .text {
    position: absolute;
    bottom: 0;
    padding: 0 calc(1.91205vw + 23.88145px) calc(1.91205vw + 23.88145px);
}
#editais-single .pages ul li a .text h3, #editais-single .pages ul li button .text h3 {
    font-size: 24px;
    line-height: 1.08;
    color: #fff200;
}
#editais-single .pages ul li a .text p, #editais-single .pages ul li button .text p {
    margin: 20px 0 0;
    font-size: 16px;
    color: #fff;
}
#editais-single .pages ul li img {
    display: block;
    width: 100%}
#editais-single .timeline {
    background-color: #fff;
    position: relative;
    padding: 0;
    margin: 0 0 calc(5.73614vw + 41.64436px);
}
#editais-single .timeline .btns {
    margin: 20px 0 0;
}
#agenda.filter-order-active .event-item, #agenda.filter-order-active .event-item[data-last=true] {
    order: 1!important;
}
#agenda .highlight_header {
    display: none;
}
#agenda .alert {
    display: none;
    padding: 30px calc(9.08222vw + -9.0631px);
    font-size: 1.4rem;
}
#agenda .alert b {
    color: #f26523;
    text-transform: lowercase;
}
#agenda .events {
    transition: opacity .5s ease;
    display: flex;
    flex-direction: column;
}
#agenda .events-container {
    position: relative;
    padding-top: 135px;
    display: block;
}
@media (max-width:1000px) {
    #agenda .events-container {
    padding-top: 284px;
}
}
#agenda .events-container .ja {
    margin: 0px auto; /*calc(4.78011vw + 34.70363px) calc(9.08222vw + -9.0631px) 50px;*/

    font-size: 3rem;/*calc(.57361vw + 1.01028rem);*/
    background: #d8d8d8;
    text-align: center;
    padding: 50px 0 50px 0;
    text-transform: uppercase;
}
#agenda .events-list {
    display: flex;
    flex-direction: column;
}
#agenda .events-list-past .event-item {
    order: unset!important;
}
#agenda.filtered .event-item {
    display: none;
}
#agenda.filtered .event-item.filtered {
    display: block;
}
#agenda .event-item {
    position: relative;
    order: 10;
}
#agenda .event-item[data-last=true] {
    order: 9999!important;
}
@media (min-width:700px) {
    #agenda .event-item {
    flex-direction: row;
}
}
@media (min-width:700px) and (max-width:1000px) {
    #agenda .event-item {
    flex-wrap: wrap;
    justify-content: space-between;
}
}
#agenda .event-item:hover:not(.past) .infos .title {
    color: #ff5100;
}
#agenda .event-item:hover .cover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#agenda .event-item .link {
    display: block;
}
#agenda .event-item .cover {
    display: block;
    width: 100%}
@media (min-width:1000px) {
    #agenda .event-item .cover {
    width: 30%;
    padding-right: 4.4%;
    min-height: 200px;
}
}
@media (min-width:700px) and (max-width:1000px) {
    #agenda .event-item .cover {
    width: 40%;
    padding: 0;
}
}
#agenda .event-item .cover figure {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#agenda .event-item .cover figure img {
    display: block;
    width: 100%;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
#agenda .event-item .infos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width:700px) {
    #agenda .event-item .infos {
    width: 70%}
}
@media (min-width:700px) and (max-width:1000px) {
    #agenda .event-item .infos {
    width: 50%}
}
@media (max-width:700px) {
    #agenda .event-item .infos {
    display: none;
}
}
#agenda .event-item .infos-mobile {
    display: none;
}
@media (max-width:700px) {
    #agenda .event-item .infos-mobile {
    display: block;
}
#agenda .event-item .infos-mobile .place .icons {
    margin-top: 10px!important;
    font-size: 14px;
}
#agenda .event-item .infos-mobile .progress-bar {
    margin: 20px 0;
}
#agenda .event-item .infos-mobile .share {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #3d3d3d;
}
}
#agenda .event-item .infos-tablet {
    display: none;
}
@media (min-width:700px) and (max-width:1000px) {
    #agenda .event-item .infos-tablet {
    display: block;
    width: 100%;
    padding-top: 14px;
}
}
@media (max-width:700px) {
    #agenda .event-item .infos: not(.infos-mobile) .place .date, #agenda .event-item .infos:not(.infos-mobile) .title {
    display: none!important;
}
}
@media (min-width:700px) and (max-width:1000px) {
    #agenda .event-item .infos: not(.infos-tablet) .button-area, #agenda .event-item .infos:not(.infos-tablet) .progress-bar {
    display: none;
}
}
#agenda .event-item .infos .title {
    font-size: calc(.57361vw + 1.01028rem);
    margin-bottom: calc(3.63289vw + .37476px);
}
#agenda .event-item .infos .place {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
}
@media (min-width:700px) {
    #agenda .event-item .infos .place {
    margin: 0;
    justify-content: space-between;
}
}
@media (min-width:1000px) {
    #agenda .event-item .infos .place {
    flex-direction: row;
}
}
@media (max-width:700px) {
    #agenda .event-item .infos .place {
    display: block;
    margin: 0 0 16px;
}
#agenda .event-item .infos .place p {
    display: block;
}
}
#agenda .event-item .infos .place .icons {
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 25px;
    margin-top: 20px;
    background-size: 20px 100%;
    line-height: 20px;
}
#agenda .event-item .infos .place .icons:first-child {
    margin: 0;
}
@media (max-width:700px) {
    #agenda .event-item .infos .place .icons {
    margin-bottom: 20px;
}
}
@media (min-width:1000px) {
    #agenda .event-item .infos .place .icons {
    margin-top: 0;
    margin-left: 10px;
}
#agenda .event-item .infos .place .icons:first-child {
    margin: 0;
}
}
#agenda .event-item .infos .place .date {
    background-image: url("../assets/images/icons/icon-date.svg");
}
#agenda .event-item .infos .place .hour {
    background-image: url("../assets/images/icons/icon-clock-gray.svg");
}
#agenda .event-item .infos .place .location {
    background-image: url("../assets/images/icons/icon-map.svg");
}
#agenda .event-item .infos .place .calendar {
    background-image: url("../assets/images/icons/icon-calendar.svg");
    color: #f26523;
}
#agenda .event-item .infos .progress-bar {
    box-shadow: inset 0 0 3px #bbb;
    height: 32px;
    margin: 20px 0;
}
@media (max-width:700px) {
    #agenda .event-item .infos .progress-bar {
    margin: 0 0 20px;
}
}
#agenda .event-item .infos .button-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:700px) {
    #agenda .event-item .infos .button-area {
    flex-wrap: wrap;
}
}
@media (max-width:700px) {
    #agenda .event-item .infos .button-area .btns {
    display: block;
    width: 100%;
    margin-top: 14px;
}
}
@media (max-width:1000px) {
    #agenda .event-item .infos .button-area .btns {
    order: 3;
}
}
#agenda .event-item .infos .button-area .btn {
    margin-bottom: 0;
}
@media (max-width:700px) {
    #agenda .event-item .infos .button-area .btn {
    margin-bottom: 10px;
    display: block;
    width: 100%}
}
#agenda .event-item .infos .social {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
@media (min-width:700px) {
    #agenda .event-item .infos .social {
    padding-bottom: 6px;
}
}
#agenda .event-item .infos .social a {
    background-repeat: no-repeat;
    margin: 0 0 0 15px;
    width: 16px;
    height: 16px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width:700px) {
    #agenda .event-item .infos .social a {
    margin: 0 0 0 20px;
}
#agenda .event-item .infos .social a:first-child {
    margin: 0;
}
}
#agenda .event-item .infos .social a:hover svg path {
    fill: #ff5100;
}
#agenda .event-item .infos .social a svg {
    width: 100%;
    height: 100%}
#agenda .event-item .infos .social a svg path {
    transition: fill .3s ease;
}
#agenda .event-item.past {
    background-color: #d8d8d8;
}
#agenda .event-item.past .title {
    margin-bottom: calc(4.58891vw + -2.68451px);
}
#agenda .event-item.past .infos {
    margin: 0;
}
#agenda .event-item.past .infos .button-area .btn {
    background-color: #3d3d3d;
}
#agenda .event-item.past .post-local {
    padding: 0;
    margin-top: 50px;
    max-width: 85%;
    width: 100%}
#agenda .event-item.past .post-local .event-details {
    max-width: 100%}
#agenda .event-item.one-day .infos .progress-bar {
    background-color: transparent;
    box-shadow: inset 0 0 0 transparent!important;
}
#agenda .event-item.one-day .infos .progress-bar span {
    display: none;
}
#agenda .event-item.one-day .infos .progress-bar:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bbb;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
#agenda .event-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px calc(9.08222vw + -9.0631px);
}
@media (min-width:700px) {
    #agenda .event-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
}
#agenda .event-divisor {
    background-color: hsla(0, 0%, 89%, .4);
    height: 5px;
    border: none;
}
.post {
    overflow: hidden;
}
.post .post-header {
    max-width: 100%;
    margin: 15px auto 0;
    padding: 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:700px) {
    .post .post-header {
    margin: 75px auto 0;
}
}
@media (min-width:1000px) {
    .post .post-header {
    margin: 50px auto 0;
}
}
.post .post-header h1 {
    font-size: calc(2.29446vw + .79111rem);
    color: #3d3d3d;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0 0 calc(.95602vw + 6.94073px);
}
@media (min-width:1000px) {
    .post .post-header {
    max-width: calc(18.16444vw + 681.8738px);
}
}
@media (min-width:1920px) {
    .post .post-header {
    max-width: calc(34.41683vw + 629.86616px);
}
}
.post .post-header .date {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #58595b;
}
.post .post-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: calc(5.44933vw + 20.56214px) 0 calc(1.62524vw + 37.79924px);
}
.post .post-cover .image-container {
    width: 100%;
    padding: 0 calc(9.08222vw + -9.0631px);
    position: relative;
}
.post .post-cover .image-container .degrade {
    background-image: linear-gradient(45deg, rgb(0,211,24), rgb(0,118,11));
    position: absolute;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    max-width: calc(29.2543vw + 142.38623px);
    height: calc(18.73805vw + 92.03824px);
    top: calc(-2.39006vw + -17.35182px);
    left: 0;
}
@media (min-width:700px) {
    .post .post-cover .image-container .degrade {
    left: calc(6.21415vw + -19.88528px);
}
}
.post .post-cover .image-container .image-limit {
    max-height: 85vh;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%}
.post .post-cover .image-container img {
    display: block;
    width: 100%;
    position: relative;
    opacity: 0;
}
.post .post-cover .caption {
    text-align: left;
    padding: 0 calc(9.08222vw + -9.0631px);
    width: 100%;
    font-size: calc(.1912vw + .71176rem);
    line-height: 2.33;
    letter-spacing: normal;
    color: #58595b;
}
.post .post-container {
    padding: 0 calc(9.08222vw + -9.0631px);
    display: flex;
    flex-direction: column;
    position: relative;
}
@media (min-width:1000px) {
    .post .post-container {
    flex-direction: row;
}
}
.post .post-container .infos {
    width: 100%;
    max-width: 100%}
@media (min-width:1000px) {
    .post .post-container .infos {
    max-width: 85%}
}
.post .post-container .infos .place {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width:700px) {
    .post .post-container .infos .place {
    flex-direction: row;
}
}
.post .post-container .infos .place .calendar, .post .post-container .infos .place h3 {
    font-size: 14px;
    font-size: .875rem;
}
.post .post-container .infos .place .icons {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 20px;
}
.post .post-container .infos .place .icons:first-child {
    margin-left: 0;
}
@media (min-width:700px) {
    .post .post-container .infos .place .icons {
    margin-left: 10px;
    margin-bottom: 0;
}
}
.post .post-container .infos .place .date {
    background-image: url("../assets/images/icons/icon-date.svg");
}
.post .post-container .infos .place .hour {
    background-image: url("../assets/images/icons/icon-clock-gray.svg");
}
.post .post-container .infos .place .location {
    background-image: url("../assets/images/icons/icon-map.svg");
}
.post .post-container .infos .place .calendar {
    background-image: url("../assets/images/icons/icon-calendar.svg");
    color: #f26523;
}
.post .post-container .infos .progress-bar {
    box-shadow: inset 0 0 2px #bbb;
    height: 32px;
    margin: 20px 0;
}
.post .post-container .infos .social {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.post .post-container .infos .social a {
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 0 30px;
}
.post .post-container .infos .social a.facebook {
    width: 10px;
    height: 16px;
    background-image: url("../assets/images/icons/facebook.svg");
}
.post .post-container .infos .social a.linkedin {
    background-image: url("../assets/images/icons/linkedin.svg");
    width: 19px;
    height: 17px;
}
.post .post-container .infos .social a.twitter {
    width: 19px;
    height: 18px;
    background-image: url("../assets/images/icons/twitter.svg");
}
.post .post-container .infos .social a.email {
    width: 17px;
    height: 12px;
    background-image: url("../assets/images/icons/mail.svg");
}
.post .post-container .content {
    max-width: 100%;
    margin: 0 auto calc(4.78011vw + -5.29637px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post .post-container .content .text, .post .post-container .content blockquote {
    max-width: 100%}
.post .post-container .content blockquote {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #3d3d3d;
    margin: 60px 0;
}
.post .post-container .content .image, .post .post-container .content .video {
    margin: 60px 0 25px 0;
    max-width: 85%}
.post .post-container .content .image.natural img, .post .post-container .content .video.natural img {
    width: auto;
    max-width: 100%}
.post .post-container .content p iframe {
    display: block;
    max-width: 100%}
.post .post-container .content p a {
    color: rgb(0,158,11);
}
.post .post-container .content .video iframe {
    width: 100%;
    height: 70vh;
    position: static;
}
.post .post-container .content .text {
    width: 100%;
    margin-top: 30px;
}
.post .post-container .content .text:first-child {
    margin-top: 0;
}
@media (min-width:1000px) {
    .post .post-container .content {
    max-width: 80.6%}
.post .post-container .content .text, .post .post-container .content blockquote {
    max-width: 85%}
}
.post .post-local {
    margin: 60px auto calc(14.34034vw + 4.1109px);
    max-width: 100%}
@media (min-width:1000px) {
    .post .post-local {
    max-width: 85%}
}
.post .post-local h2, .post .post-local h4 {
    font-size: 24px;
    color: #3d3d3d;
    margin: 0 0 40px;
}
.post .post-local h3 {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 2.6px;
    color: #3d3d3d;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.post .post-local p {
    font-size: 16px;
    line-height: 1.6;
    color: #3d3d3d;
    margin: 0 0 20px;
}
.post .post-local .event-details {
    margin: 0 auto;
}
.post .post-related h2 {
    font-size: 24px;
    padding: 0 calc(9.08222vw + -9.0631px);
    margin: 0 0 30px;
}
#documents {
    width: 100%;
    padding: 0 22px;
    margin: 60px auto calc(5.92734vw + 41.0325px);
}
@media (min-width:700px) {
    #documents {
    max-width: 51.31%;
    padding: 0;
}
}
#documents h1 {
    font-size: calc(2.29446vw + .79111rem);
    line-height: calc(2.29446vw + 12.65774px);
    margin-bottom: calc(1.91205vw + 13.88145px);
}
#documents h2 {

}
#documents h2, #documents p {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
}
#documents p {
    margin: 10px 0 30px;
}
#documents p:last-child {
    margin-bottom: 0;
}
#documents strong {

}
#documents ul {
    margin-left: 20px;
    margin-bottom: 30px;
}
#documents ul li {
    line-height: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    list-style: disc;
    list-style-position: outside;
}
#documents .btns {
    margin-top: calc(2.86807vw + 10.82218px);
}
#documents.Acessibilidade h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: calc(2.10325vw + 13.2696px);
}
#documents.Acessibilidade div:not(.btns) {
    margin-top: calc(3.63289vw + 48.37476px);
}
#documents.Acessibilidade div:not(.btns):first-of-type {
    margin-top: 0;
}
#contact {
    margin: 75px 0 0;
}
@media (min-width:1000px) {
    #contact {
    margin: 50px 0 0;
}
}
#contact .contact-header {
    max-width: 100%;
    margin: 0 auto calc(5.73614vw + 41.64436px);
    padding: 0 calc(9.08222vw + -9.0631px);
}
@media (min-width:1000px) {
    #contact .contact-header {
    max-width: 51.24%;
    padding: 0;
}
}
#contact .contact-header h1 {
    color: #3d3d3d;
    margin: 0 0 calc(2.39006vw + 17.35182px);
    line-height: 1.07;
    font-size: 44px;
    font-size: 2.75rem;
}
@media (max-width:1000px) {
    #contact .contact-header h1 {
    font-size: 20px;
    font-size: 1.25rem;
}
}
#contact .contact-subtitle {
    padding: 0 calc(9.08222vw + -9.0631px);
    font-size: calc(.57361vw + 1.01028rem);
    line-height: 1.5;
    color: #3d3d3d;
    font-size: 24px;
    font-size: 1.5rem;
}
@media (max-width:1000px) {
    #contact .contact-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
}
}
#contact .contact-list {
    margin: 40px 0 calc(3.91969vw + 49.45698px);
}
#contact .contact-list h3.title {
}
.landing__form input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 60px;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0 54px;
    background: transparent;
    margin-bottom: 18px;
    transition: all .25s ease;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.landing__form input[type=number]::-webkit-input-placeholder {
    color: #fff;
}
.landing__form input[type=number]::-ms-input-placeholder {
    color: #fff;
}
.landing__form input[type=number]::placeholder {
    color: #fff;
}
.landing__form input[type=number]:active, .landing__form input[type=number]:focus {
    outline: 0;
    border-color: #d0d0d0;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ""}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*# sourceMappingURL=style.css.map*/

a.btn-tour
{
    display: block;
    margin: 0 auto;
    font-size: 1.15rem;
    padding: 1rem;
    margin-top: 4rem;
    height: 3rem;
}

a.wide-btn
{
    font-weight: normal;
    color: #fff;
    position: absolute;
    margin: 65px 28%;
}

@media (max-width:768px) {
   a.wide-btn
    {
        width:89%;
        margin:0px auto;
    }

    a.btn-tour
    {
        font-size:1rem;
        padding:1rem;
    }

    p.btn_spacer {
        display:none;
    }    
}

/* div vazia */
/* div:empty {
    display: none;
} */
.btns:empty {
    display: none;
}