.mobile-menu{
	display: none;
	position: fixed;
    right: 30px;
    top: 70px;
	text-align: right;
    width: 35px;
    line-height: 14px;
}

.mobile-menu .bar{
	width: 35px;
	height: 6px;
	background: #ec008c;
	display: inline-block;
}

.mobile-menu .bar.tiny{
	width: 20px;
	transition: 500ms all;
}

.menu-open .mobile-menu .bar.tiny{
	width: 30px;
}

.menu-open .mobile-menu-overlay{
	display: block;
}

.menu-open .right-side{
	display: block;
}

nav .right-side ul li.coligare-menu{
	display: none;
}

.mobile-menu-overlay{
    display: none;
    opacity: 0.6;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1000px){

	.projetos-nav{
		display: none !important;
	}

}

@media screen and (max-width: 900px){

	.redes-nav{
		/* display: none !important; */
	}

}

@media screen and (max-width: 800px){

	.redes-nav, .projetos-nav{
		display: inline-block !important;
	}

	.brs{
		display: none;
	}

	.presentation-id .vid video{
		width: 100%;
	}

	.presentation-id .big-phrase{
		font-size: 3em;
	    text-align: center !important;
	}

	.presentation-id .small-phrase{
		width: 100%;
	    /* font-size: 1.3em; */
	    text-align: center;
	}

	.oxinfo{
		position: unset !important;
	    width: 33%;
	    margin: 18px 0 20px;
	}

	.leftbtn{
		text-align: center !important;
	}

	.presentation-id .small-phrase-2{
		width: 100% !important;
		font-size: 0.9em;
	}

	footer .bottom{
		text-align: center;
	}

	footer .bottom .right-side{
	    display: inline-block;
	    margin-top: 24px;
	    position: unset;
	}

	footer .bottom .address{
		display: block;
	    text-align: center;
	    margin-top: 28px;
	}

	.mobile-menu{
		display: inline-block;
	}

	nav .right-side{
		display: none;
	    width: 260px;
	    height: 100%;
	    background: white;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 1000;
	    padding: 20px;
	    overflow: auto;
	}

	nav .right-side ul li{
	    color: #383838;
	    font-size: 2em;
	    margin: 30px 10px;
	    display: block;
	}

	nav .right-side ul li a{
		color: #383838 !important;
	}

	nav .right-side ul li.coligare-menu{
		display: block;
	    font-family: times;
	    font-size: 3em;
	}

	nav .right-side ul li.coligare-menu .yellow{
		color: #fde200;
	}

	.presentation .prases{
		width: 90%;
	}

	.social-marketing h3{
		font-size: 1.4em;
	}

	.presentation-sites .smartphone, .presentation-sites .velocidade{
		float: none;
		max-width: 80%;
	}

	.smartphone-text h2 br, .velocidade-text h2 br{
		display: none;
	}

	.smartphone-text h2, .smartphone-text p, .smartphone-text .small-phrase, .velocidade-text h2, .velocidade-text p, .velocidade-text .small-phrase{
		text-align: center;
	}

}

@media screen and (max-width: 650px){

	.social-marketing h3{
		font-size: 1.2em;
	}

	.we-take-care{
		width: 300px;
		margin: 0 auto;
	}

	h1.big-phrase{
		font-size: 3em;
	}

	.contact-section .or{
		margin: 20px;
		display: block;
	}

	.coligare-footer{
		width: 60%;
	}

}

@media screen and (max-width: 550px){

	nav .logo{
		width: 235px;
	}

	.mobile-menu{
		line-height: 10px;
	}

	.mobile-menu .bar{
		width: 30px;
		height: 4px;
	}

	.projetos .projeto img{
		width: 40%;
	}

}

@media screen and (max-width: 430px){

	nav{
		padding-top: 10px;
	}

	nav .logo{
		width: 180px;
		margin-bottom: -30px;
	}

	.mobile-menu{
		top: 50px;
	}

	.small-phrase{
		font-size: 0.9em;
	}

	.social-network ul{
		text-align: center;
		list-style: none;
		width: unset;
		font-size: 1em;
	}

}