	.section8{
		background-image: url("../img/header_fin.png");
	}

	.section9{
		background-color: #0083bf;
	}
	.section9 .submit-email{
		background-color: #F7931E;
		color: #ffffff;
	}

	.section10{
		background-image: url("../img/Logos.png");
	}
	.implemento-box{
		background-color: #243c7c;
		padding: 0 20px 20px;
		opacity: 0.8
	}
	.pcs-congresso {
	    background-color: #0083C0;
	    background-image: url("../img/mapa.png");
	    background-size: 275px;
	    background-position-x: 90%; 
	}

	.sectioncatarse{
		background-color: #005da6;
		color: #ffffff;
	}

/* ===== TODOS DISPOSITIVOS MÓVEIS ===== */
@media (max-width: 1025px){
	.section5 #foto_local{
		position: relative;
		width: 100%;
	    position: relative;
	    left: 0; 
	    top: 0; 
	    /*margin-bottom: 30px;*/
	}

	.section5 #maps {
	    width: 100%;
	    position: relative;
	    right: 0; 
	    top: 0; 
	    margin-bottom: 30px;
	}
	.section5 #info_local{
		font-family: metaserif-book-ita;
		font-size: 24px;
		color: #1bb978;
		display: block;
		font-size: 18px;
		line-height: 1.42857143; 
		top: 0px; 
		position: relative; 
	}
	.section5 #name_local{
		position: relative;
		top: 0px;
		left: 0px;
	}
	.goto-sympla{
		font-size: 20px;
	    margin: 0px auto;
	    max-width: 300px !important;
	}
} 
/* ===== CELULAR LANDSCAPE ===== */
@media only screen and (max-width: 667px) and (min-width: 375px) {
	.section1 p{
		line-height: 50px;
	}
}
@media only screen and (max-width: 667px) {
	.section2 .partners{
		margin-top: 0px !important;
	}
	.implemento-box{
		margin-top: 0px !important;
	}
	.sectioncatarse .col-xs-12{
		margin-left: 0px !important;
	}
	.section9{
		margin-top: 0px !important;
	}
}

/* ===== TABLET PORTRAIT ===== */
@media (min-width:668px) and (max-width: 960px) {
	.hackademia-box h2{
		font-size: 26px;
	}
	.goto-sympla{
		font-size: 20px;
	}
	.section1 p{
		font-size: 16px;
	}
	.icone-intro{
		margin-bottom: 20px;
		max-width: 250px;
	}
	.container-produto-7{
		margin-top: 50px;
	}
	.carousel-inner{
		max-height: none;
		height: 1508px;
	}
	.carousel-control.left{
		left: -110px;
	}
	.carousel-control.right{
		right: -78px;
	}
	.section4 .col-md-3{
		text-align: left !important;
	}

}
/* ===== TABLET LANDSCAPE ===== */
@media (min-width:961px) and (max-width: 1025px){
	.section1 p{
		font-size: 22px;
	}
	.section2 .col-md-4{
		font-size: 36px;
	}
}

/* ========== FIM MOBILE ========== */
