:root {

}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: 'National Park', sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}

h4 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    color: rgba(16,16,16,1);
}

a, a:visited, a:hover, a:active {
    color: inherit;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #FFF;
}

header {
    position: relative;
}

.logo {
    position: absolute;
    top: 2.25rem;
    left: 2.25rem;
    width: 33vw;
    max-width: 33vh;
    z-index: 6;
    filter: invert(72%) sepia(61%) saturate(489%) hue-rotate(284deg) brightness(103%) contrast(101%);
}

.hero {
    position: relative;
    width: 100%;
    height: 85vh;
    background: url('./resources/images/hero.webp');
    background-size: cover;
    background-position: 0% 50%;
    filter: saturate(0%);
}

nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 1.5rem;
    margin: -3rem 2.25rem 0.75rem 2.25rem;
    padding: 0 0 0 0;
    max-width: 66.6vh;
    height: 2.25rem;
    font-weight: 600;
    z-index: 5;
}

nav a, nav a:hover, nav a:visited, nav a:active {
    position: relative;
    margin: -0.6rem 0 0 0;
    padding: 0.3rem 0rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    color: rgba(18, 75, 234, 1);
}

.nav-anchor {
    scroll-margin-top: 25vh;
}

nav a:before {
  content:'';
  position:absolute;
  bottom: -0.15rem;
  left: 0;
  right: 0;
  height: 0.3rem;
  border-radius: 0.3rem;
  background-color: rgba(166,255,199,1);
}

main {
    width: 100%;
}

.habitar {
    padding: 2.25rem 0;
    background-color: rgba(166,255,199,0.75);/*rgba(177,253,251,1);*/
    color: rgba(18, 75, 234, 1);
}

.ativar {
    padding: 2.25rem 0;
    background-color: rgba(255,160,226,0.5);
    color: rgba(18, 75, 234, 1);
}

.reabilitar {
    padding: 2.25rem 0;
    background-color: rgba(255,242,181,0.5);
    color: rgba(18, 75, 234, 1);
}

.sessionsTitle {
    margin: 0 2.25rem 1.5rem 2.25rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.sessionsTitle:before {
    display: inline-block;
    margin: 0 0.75rem 0 0rem;
    width: 2.25rem;
    height: 2.25rem;
    background: url('./resources/images/asterisk.svg');
    background-size: cover;
    content: '';
    filter: brightness(0) invert(16%) sepia(80%) saturate(3715%) hue-rotate(225deg) brightness(106%) contrast(99%);
}

.sessionsText {
    padding: 0 2.25rem;
    font-size: 1.2rem;
    line-height: 2.1rem;
    font-weight: 500;
    color: inherit;
}

.sessions {
    display: flex;
    margin: 0;
    padding: 2.25rem 0;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding-right: 0rem;
}

.sessions > :first-child {
    margin-left: 2.25rem;
}

.session {
    position: relative;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 67%;
    max-width: 66.6vh;
    aspect-ratio: 1/1.25;
    margin: 0 2.25rem 0 0;
    padding: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    color: rgba(166,255,199,1);

}

.habitar .session, .reabilitar .session {
    aspect-ratio: 1/1.414;
    background-color: white;
}

.session img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.inprogress {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem 0.75rem;
    text-align: left;
    font-size: 1.05rem;
    font-weight: 600;
    writing-mode: vertical-rl;
    color: rgba(255,242,181,1);
    text-transform: uppercase;
}

.inprogress > span {
    font-size: 1.72rem;
}

.marquee {
    width: 100%;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(18, 75, 234, 1);
}

.marquee > h3 {
    display: inline-block;
    margin: 0;
    padding: 3rem 0rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(177,253,251,1);
    white-space: pre;
    
}

.marqueeText {
    animation-duration: 15s ;
	animation-iteration-count: infinite ;
	animation-name: marquee-content ;
	animation-timing-function: linear ;
	padding: 5px 15px 5px 15px ;
}

@keyframes marquee-content {
    from {
        transform: translateX( 0% );
    }
    to {
        transform: translateX( -100% );
    }
}

.timeline {
    padding: 4.5rem 0 0 0;
    width: 100%;
    background-color: white/*rgba(255,160,226,0.5);*/
}

.timelineTitle {
    margin: 1.2rem 2.25rem 2.25rem 2.25rem;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
}

.timelineTitle:before {
    display: inline-block;
    margin: 0 0.45rem 0 0rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url('./resources/images/asterisk.svg');
    background-size: cover;
    content: '';
}

.timelineItems {
}

.timelineItems > ol {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: scroll;
    list-style: none;
    margin: 0;
    padding: 1.2rem 0 1.95rem 0;
    width: 100%;
    overflow-x: scroll;
}

.timelineItems > ol > li {
    margin: 0;
    padding: 0 1.5rem 0 0;
    text-align: left;
    font-size: 1.2rem;
    flex: 0 0 auto;
    border-top: 0.1rem solid rgba(16,16,16,1);/*0.1rem solid rgba(255,160,226,1);*/
}

.timelineItems > ol > :first-child {
    margin-left: 3.1rem;
}

.timelineItems > ol li::before {
    position: relative;
    display: block;
    margin-top: -0.9rem;
    margin-left: -0.9rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url('./resources/images/slash.svg');
    /*filter: brightness(0) invert(72%) sepia(61%) saturate(489%) hue-rotate(284deg) brightness(103%) contrast(101%);*/
    background-size: cover;
    content: '';
}

.timeline li > dl {
    margin: 0 2.25rem 0 1.2rem;
    text-align: left;
}

.timeline li > dl > * {
    margin: 0.15rem 0 0 0;
}

.timeline dl > dt {
    position: relative;
    padding-bottom: 0.9rem;
    font-size: 1.05rem;
    font-weight: 600;
    text-transform: uppercase;
    /*border-bottom: 0.6rem solid rgba(255,160,226,0.5);*/
}

.timeline dl > dt:before {
  content:'';
  position:absolute;
  bottom:0;
  left:1.5rem;
  right:-1.5rem;
  background: rgba(255,160,226,0.75);
  height: 0.6rem;
  border-radius: 0.3rem;
}

.timeline dl > dd {
    margin-top: 0.3rem;
    margin-left: 2.55rem;
    font-size: 0.75em;
    font-weight: 100;
}

.about {
    width: 100%;
    margin: 0;
    padding: 2.25rem 0 3.75rem 0;
}

.aboutTitle {
    margin: 0 2.25rem 1.5rem 2.25rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.aboutTitle:before {
    display: inline-block;
    margin: 0 0.45rem 0 0rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url('./resources/images/asterisk.svg');
    background-size: cover;
    content: '';
}

.about p {
    font-weight: 300;
}

footer {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(18, 75, 234, 1)	;
    font-weight: 400;
    color: rgba(166,255,199,1);
}

footer a, footer a:hover, footer a:visited {
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    color: rgba(166,255,199,1);
}

.contacts {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0 2.25rem;
    padding: 3.75rem 0 3rem 0;
    max-width: 66.6vh;
    /*margin: 0 2.25rem;
    padding: 3.75rem 0 3.75rem 0;
    font-size: 2.1rem;*/
    border-bottom: 0.1rem solid rgba(166,255,199,1);
}

.contacts li {
    display: block;
    flex: 0 0 3rem;
    margin: 0 3.45rem 0 2.7rem;
}

.contacts li > a {
    width: 100%;
    max-width: 2.25rem;
    height: 100%;
}

.contacts li > a > img {
    width: 100%;
    filter: brightness(0%) invert(92%) sepia(9%) saturate(1329%) hue-rotate(77deg) brightness(100%) contrast(104%);
}

.sponsors {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 1.5rem 1.125rem 1.5rem 1.125rem;
    width: 100%;
    max-width: 66.6vh;
    /*background-color: rgba(18, 75, 234, 0.03);*/
    /*border: 0.15rem solid rgba(18, 75, 234, 0.1);*/
}

.sponsors li {
    display: block;
    flex: 0 0 calc((100% - 7.5rem) / 3);
    margin: 0 1.125rem;
    text-align: center;
}

.sponsors li > img {
    margin: 0 auto;
    width: 100%;
    max-width: 10rem;
    filter: brightness(0%) invert(92%) sepia(9%) saturate(1329%) hue-rotate(77deg) brightness(100%) contrast(104%);
    /*filter: brightness(0) invert(16%) sepia(80%) saturate(3715%) hue-rotate(225deg) brightness(106%) contrast(99%);*/
}

.copyright {
    margin: 0 2.25rem;
    padding: 2.25rem 0;
    max-width: 66.6vh;
    font-size: 1.05rem;
    font-weight: 300;
    text-align: center;
    border-top: 0.1rem solid rgba(166,255,199,1);
}

@media screen and (min-width: 1px) {
    html {
        font-size: 93.75%;
    }

}

@media screen and (min-width: 359px) {

}

@media screen and (min-width: 767px) {
    html {
        font-size: 100%;
    }
}

@media screen and (min-width: 1023px) {

    .sessionsText {
        max-width: calc(66vh + 5rem);
        text-align: left;
    }

    .sponsors li {
        display: block;
        flex: 0 0 calc((100% - 7.5rem) / 6);
        margin: 0 1.125rem;
    }
}

@media screen and (min-width: 1367px) {

    html {
        font-size: 112.5%;
    }

}

@media screen and (min-width: 1919px) {

    html {
        font-size: 125%;
    }

}

@media screen and (min-aspect-ratio: 1) {

    .ativar, .habitar, .reabilitar {
        
    }


}