 @media (min-width: 300px){

*{margin:0; padding:0; box-sizing:border-box;}
html, body {
	width: 100%;
	margin: 0px;
	background-image: linear-gradient(to left, DarkCyan, #4169E1);
		}
}

 html body{
	width: 100%;
	margin: 0px;
	
	
}
h2{
	text-align: center;

}
/*header*/
.cabecalho-pag{
	display: flex;
	width: 100%;
	height: auto;
	background: none;
	opacity: 0.9;
	z-index:2 
	
}

.cabecalho-pag .imgcab{
	width: 130px;
	z-index: 3;
	align-items: center;
	margin-left: 150px;
	margin-top: 15px;
	margin-bottom: 15px;

}

.titlepag{
	color: black;
	text-align: justify;
	width: auto;
	height: auto;
	padding-right: 120px;
	padding-left: 120px;
	font-family: 'Helvetica';
	font-size: 1.5em;
	margin-top: 100px;
	background-color: #fff;
	border-radius: 15px;
	opacity:0.9;
	padding-bottom: 20px;	

}


.img-ods{
	margin-top: 150px;
	background-color: #fff;
	text-align: center;

}
.img-ods img{
	margin-top: 40px;
	margin-bottom: 80px;
	width: 90%;
	border-radius: 10px;
	transition: all 0.7s;
}
.img-ods h1{
	padding-top: 30px;
}

.img-ods img:hover{
	-webkit-transform: scale(0.9);
    transform: scale(1.1);
    color: black;
}
/*slider


.slider {
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 160px;
    position: relative;
    background-color: #fff;
}

.slider li {
    list-style: none;
    position: absolute;
}

.slider img {
    margin: auto;
    width: 100%;
    vertical-align: top;
    border-radius: 20px;
}

.slider input {
    display: none;
}

.slider label {
    background-image: url(../../imagens/iconavancar.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 10;
}
}

.slider li:nth-child(1) label {
    left: 10px;
}

.slider li:nth-child(2) label {
    left: 40px;
}

.slider li:nth-child(3) label {
    left: 70px;
}

.slider img {
    opacity: 0;
    visibility: hidden;
}

.slider li input:checked ~ img {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
*/