/* MEDIA QUEERIES */

@media (min-width: 1330px) {
    .hero-left {
        margin-top: 5%;
    }
}

@media (max-width: 1150px) {
    .tag-title {
        font-size: 12px;
    }
    .hero {
        padding: 60px 30px;
    }

    .intro h1 {
        font-size: 45px;
    }
    
    p {
        line-height: 1.8;
    }

    .intro {
        font-size: 16px;
    }
}

@media (max-width: 1050px) {

    /* MENU SECTION */

    nav {
        background-color: transparent;
    }

    div.nav-mobile {
        background-color: white;

        width: 100%;
        height: 40px;
        position: fixed;
        top: 0;
        z-index: 10;
    }

   .main-navigation {
        opacity: 0;
        transition: ease 1s all;
	   pointer-events: none;
    }

    .menu-mobile-open {
        z-index: 50;
        padding: 0;
        opacity: 1;
        filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.25));
		pointer-events: auto;
    }

    nav.nav-mobile {
        z-index: 49;
    }
    
    .nav-mobile .tags-flex {
        justify-content: space-between;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }

    .tag-title {
        font-size: 16px;
        line-height: 1.4;
    }
    .tag-bar-menu {
        background-color: #aaa;
        min-height: 40px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        width: 100%;
        margin-top: -4px;
    }

    a.tag-link.o0 {
        display: none;
    }
    .tags {
        padding-left: 160px;
    }

    .tags-flex {
        flex-wrap: wrap;
    }
    .main-navigation {
        top: 40px;
        background-color: #aaa;
    }
    .main-navigation .tag-link {
        margin-top: -3px;
    }
    .main-navigation .tag-bar {
        height: 0;
    }

    /* HERO SECTION */

    .intro {
        max-width: 50%;
    }

    .post-it-new,
    .post-it-met {
        font-size: 20px;
        line-height: 1.1;
    }

    .post-its {
        margin-left: -20px;
    }
    .post-its img {
        width: 220px;
		max-width: none;
    }
    .post-it-met {
        max-width: 78%;
        left: -12%;
    }

    /* EXPLAINED SECTION */

    .explained {
        padding: 30px;
        padding-bottom: 100px;
    }
    .telao {
        max-width: 100%;
    }

    /* MAP SECTION */

    .map {
        padding: 30px;
    }

    .map-header,
    .explained-header {
        padding: 10px 0 20px 0;
    }

    .explained-header h1,
    .map-header h1 {
        font-size: 40px;
    }

    .map-line {
        width: 350px;
    }

    .map-canvas {
        padding: 0;
    }
    .map-canvas p {
        font-size: 12px;
    }

    a.m24 p {
        top: -50%;
        left: 0%;
    }
    a.m31 p {
        max-width: 160px;
        left: 6%;
    }
    .map-canvas h2 {
        font-size: 20px;
    }
    div.m25 h2 {
        left: 3%;
    }
    div.m25 {
        margin-right: -35px;
    }
    div.m28 h2 {
        max-width: 100px;
        top: 35%;
    }
    a.m35 p {
        max-width: 142px;
    }
    a.m36 p {
        max-width: 117px;
    }
    a.m33 p {
        top: -16%;
    }
    .map-line-1 img, .map-line-2 img, .map-line-3 img, .map-line-4 img, .map-line-center img, .map-line-6 img, .map-line-7 img, .map-line-8 img {
        margin: 2px;
    }
    .center-col-2 {
        margin-right: 3%;
    }
    .map-line-6 {
        left: 5%;
    }
    .map-line-4 {
        margin-right: -11%;
    }
    a.m23 {
        margin-top: 1.5%;
    }
    .map-line-center {
        margin-top: -3%;
    }
    .map-line-7 {
        margin-top: -6.5%;
    }

    /* CONTEXT SECTION */

    .context {
        height: unset;
    }

    .context-cover, .context-page {
        width: 100%;
        height: 400px;
    }
    .context-background-flex {
        height: unset;
        flex-wrap: wrap;
    }

    .context-container {
        padding-top: 60px;
    }
    .educational-context h1 {
        font-size: 7vw;
    }
    .educational-context h2 {
        font-size: 10.8vw;
    }
    .hands-on p {
        font-size: 5.5vw;
    }
    .body {
        padding: 50px 50px 100px;
    }

    /* ESSENTIALS SECTION */

    .essentials {
        padding: 30px;
    }
    .essentials-header {
        background-size: cover;
        margin-top: 20px;
    }
    .essentials h1 {
        font-size: 40px;
        justify-content: center;
    }
    .essentials-header img {
        width: 160px;
        margin-left: 10px;
    }
    .gif {
        padding: 5px;
        width: 23%;
    }

    /* TESTIMONIALS SECTION */

    .testimonials {
        padding-bottom: 60px;
    }

    .testimonials-header {
        padding: 30px;
    }

    .testimonials-video h3 p {
        font-size: 16px;
    }

    /* LINKS SECTION */

    .links h1 {
        width: fit-content;
        padding: 0 30px;
        background-size: cover;
        font-size: 40px;
    }

    .links-panel {
        flex-wrap: wrap;
    }

    .links-col {
        width: 40%;
    }

    /* REFERENCES */

    .refs .wrapper {
        font-size: 14px;
    }

    /* QUESTIONS SECTION */

    .questions-header {
        padding: 30px;
    }

    /* CREDITS */

    .credits {
        padding: 30px;
        font-size: 14px;
    }
}







@media (max-width: 800px) {
	.site {
		overflow-x: hidden;
	}
    .hero {
        flex-wrap: wrap;
    }
    .hero-left {
        width: 100%;
        height: unset;
        margin-top: 50px;
        max-width: 800px;
    }
    .hero-right {
        width: 100%;
    }
    .logo {
        margin-bottom: 30px;
        max-width: 500px;
        margin-left:auto;
        margin-right:auto;
    }
    .circle-hero {
        display: none;
    }
    .circle-hero-mobile {
        display: block;
    }
    .intro {
        margin-left: 0;
        width: 100%;
        max-width: 500px;
    }
    .intro h1 {
        font-size: 40px;
    }
    .post-its-desktop {
        display: none;
    }
    .post-its-mobile {
        display: flex;
        position: unset;
        margin: 30px;
    }
	.post-it-right,
    .post-it-left {
        position: relative;
    }
	.post-its .modal {
        display: flex;
    }
    .post-its .modal > div {
        background-image: none;
        background-color: #FFBDD5;
        padding: 0;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 15vh 20px;
    }
	.modal-content {
		height: 100%;
	}
	.post-its .modal > div.modal-postit-rosa {
		background-color: #FFDA7D !important;
	}
	.modal-postit-rosa .fechar {
		right: -15px;
	}
    .met {
        margin-left: -60px;
    }
    .post-it-met {
        margin-left: 9%;
    }


    .language-select {
        justify-content: flex-end;
    }


    .language-select.o0 {
        display: none;
    }

    .explained {
        padding: 10px 10px 100px;
    }

    .explained-header {
        padding-bottom: 0;
        justify-content: center;
    }

    .explained-header h1 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .steam-explained {
        padding: 10px;
    }
    .play {
        display: none;
    }
    
    .map-header {
        display: block;
        text-align: center;
		justify-content: unset;
    }
    .map-header img {
        display: none;
    }
	.map-header h1 {
		font-size: 35px;
	}
	.map-scroll {
		overflow: scroll;
	}
	.map-canvas {
		min-width: 770px;
	}
	div.modal-section {
		width: unset;
		padding: 0;
		padding-left: 30px !important;
		padding-right: 10px !important;
		margin: 15vh 20px;
		max-height: 70vh;
	}
	.map-modals .modal-content {
		height: 70vh;
	}
	.map-scrollbar {
        position: unset;
        padding-top: 20px;
    }
    .scroll.map-scrollbar img {
        height: unset;
        width: 100%;
    }
    .context-container {
        max-width: unset;
    }
    .educational-context h1 {
        font-size: 40px;
    }
    .educational-context h2 {
        font-size: 62px;
    }
    .hands-on {
        max-width: 370px;
    }
    .hands-on p {
        font-size: 30px;
    }
    .context-cover {
        height: unset;
    }
    .context-page {
        padding-bottom: 100px;
    }
    .body {
        height: 50vh;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
	
	.scroll {
		display: block  !important;
		right: 1%;
		top: 35px;
	}
	.scroll img {
		height: 55vh;
	}

    .essentials h1 {
        flex-wrap: wrap;
        text-align: center;
        line-height: 1;
        font-size: 35px;
    }
    .essentials-header {
        background-size: auto;
        background-position: top;
    }
    .essentials-header img {
        margin: 15px;
    }
    .gifs {
        padding-top: 30px;
    }
    .gif {
        max-width: 300px;
        width: 100%;
		height: auto;
		max-height: 300px;
    }

    .testimonials-header {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
    }
    .what-do-they-say {
        max-width: 300px;
    }
    .testimonials h1 {
        font-size: 30px;
        top: 10px;
        max-width: 250px;
        left: 20px;
    }
    .testimonials-video {
        width: 100%;
        max-width: 500px;
    }
    .testimonials-video h4 {
        margin-top: -30px;
    }
	.wpvl_auto_thumb_box,
	.video_lightbox_auto_anchor_image {
		height: 80%;
		max-height: unset;
	}
	
	.pp_pic_holder {
		padding-bottom: 30px;
	}
	#pp_full_res iframe {
		width: 100%;
	}
	
	div.pp_default .pp_details {
		position: absolute;
		top: -20px;
		background-color: transparent;
	}

    .links h1 {
        font-size: 35px;
        line-height: 1;
        background-size: contain;
        background-repeat: repeat;
        margin: 10px;

        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .links-panel {
        margin-top: 40px;
        padding-bottom: 80px;
    }
    .links-col {
        width: 100%;
        max-width: 340px;
    }

    .refs {
        flex-wrap: wrap;
        max-height: unset;
    }
    .refs-text,
    .refs-left {
        width: 100% !important;
    }
    .refs h1 {
        font-size: 35px;
    }
    .asterisco {
        position: absolute;
        left: -9%;
        top: -56%;
        width: 50px;
    }
    .refs-left p {
        max-width: 500px;
        padding: 0 30px;
    }
    .body {
        height: 50vh;
        padding: 50px 30px;

        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .refs-text {
        height: unset;
		position: relative;
    }


    .questions-header {
        flex-wrap: wrap;
        max-width:500px;
    }

    .questions-title {
        text-align: center;
        margin-bottom: 60px;
    }
    .questions-title h1 {
        font-size: 35px;  
        max-width: 250px;  

        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: -100px;
        position: unset;
    }
    .questions-title img {
        width: 300px;
    }

    .questions-text {
        width: 100%;
    }
	
    .questions-form {
        width: 100%;
    }

    .wpforms-field {
        display: block;
    }
    .questions-form input, .questions-form textarea {
        width: 96%;
    }
	.wpcf7-form label {
		flex-wrap: wrap;
	}
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	
	
    .comments-section {
        padding: 20px;
        height: unset;
        padding-bottom: 80px;
    }
	
	.comment-scroll {
		position: relative;
	}
	.comment-scroll .scroll img {
		height: 52vh;
	}
	.comment-scroll .scroll {
		right: 1%;
		top: 0;
	}

    .comment-form {
        margin-left: auto;
        margin-right: auto;
    }
    .comment-respond {
        margin: 0 0 30px;
    }

    .comments-area {
        flex-direction: column-reverse;
        padding:0;
        margin-top: 0;
		padding-bottom: 30px;
		height: unset;
    }
    .comments-section h1 {
        padding: 0;
        margin-top: 50px;
        margin-left: 0;
        text-align: center;
    }
	.comment-form input {
		width: 97%;
	}
    .comment-list {
        height: 50vh;
    }

    .credits {
        font-family: 'IBM Plex Sans';
        font-size: 16px;
        padding: 0 30px 30px;
    }
    .credits-text {
        display: block;
    }
    p.name {
        padding-top: 30px;
    }
	.support img {
		width: 150px;
		margin: 10px;
		margin-top: 10px;
	}
    
}