@charset "utf-8";
/*CSS Document */
/* resposivo */

@media screen and (min-width:1200px) and (max-width: 1900px){
	header {
		height: 100px;
	}
	 .curso {
		 width: 185px !important ;
	    margin-left: 8.25% !important;}
	.curso img {
	height: 106px !important;
}
	
	#filtro{
		margin-top: 50px;
		z-index: 99;
    }

    .search{
        width: 100%;
    }

    #filtro{
        width: 25%;
    }
    
    #pesq{
        margin-top: 90px;
    }
	
	.filt1 {
	width: 49%!important;	
	}
	.filt2{
		width: 50%!important;
		float: right!important;
		/* margin-right: 10%!important; */
		margin-top: -192px!important;
	}
	#cabecario {
	height: 100px!important;
	}
	.testando {
		margin-left: -10px;
	}
	#slidecontet {
		width: 40% !important;
		margin-left: 20%;
	}
	.prev, .next {
		width: 15px!important;
		height: 15px!important;
	}
	.prev{
		margin-top: -20% !important;
		margin-left: 9% !important;
	}
	.next {
		margin-left: 50% !important;
		margin-top: -20% !important;
	}
	
	#container {
		width:60% !important;
	
	}
	footer {
	height: 12% !important;  	
} 
	 footer img {
        margin-left: 10% !important;
    }
	footer h5 {
	margin-left: 15% !important;
}
}

/* media aparelhos moveis */


@media screen and (max-width: 991px){
    #header {
        display: none;
    }
	 #menu-responsivo {
        width: 100%!important;
        display: block!important;
        height: 150px!important;
        position: absolute!important;
		 z-index: 94!important; }
	
	.navbar {
    display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  }
    #menu-responsivo {
        width: 100%;
        display: block;
        height: 150px;
        position: absolute;
        z-index: 94;
    }
    #filtro {
        display: none!important;
    }
    #logoresponsivo {
        width: 90px;
    }
    #filter {
        width: 100%;
        float: left;
    }
    #filter nav {
        float: left;
        width: 50%;
       
       
        font-size: 12px;
    }
    #filter p {
        width: 50%;
        float: left;
        font-size: 14px;
    }
    #area {
        width: 100%;
    }
    #container {
        width: 100%;
        float: left !important;
		margin-top: -15% !important;
        margin: 0;
		margin-left: 13%!important;
    }
    .curso {
        width: 187px;
        margin-left: 0%;
        position: relative;
		height: 131px;
		text-align: center;
		align-content: center;
		vertical-align: middle
		
    }
    .desc{
        height: 200px;
    }
    .content-gallery p {
        font-size: 14px;
        text-align: center;
        align-content: center;
    }
    footer {
        width: 100%;
        height: 154px;
        background: #4c4d56;
        position: inherit;
        float: left;
        margin-top: 150px;
        bottom: 0;
        display: block;
    }
    footer img {
        width: 32%;
        margin-top: 25px;
        margin-left: 1%;
        float: left;
    }
    footer h5 {
        width: 32%;
        text-align: center;
        float: left;
        font-size: 10px;
        margin-left: 2%;
        margin-top: 2%;
        color: #fff;
    }
}
