#conteudo { 
	/*margin:0 auto;*/
	text-align: center;
}

#banner {
	position:absolute;
	top:100px;
	left:0;
	float:left;
	width: 800px; /* largura */
	/*height:760px; */
	background-color:none; /* cor de fundo */
	-webkit-border-radius: 8px; /* canto arredondado */
	-moz-border-radius: 8px; /* canto arredondado */
	border-radius: 8px; /* canto arredondado */
	z-index:999999; /* posicionando sobre os demais */
	display:none;
	color:#FFFFFF;
}

#banner a { 
	color:#FFFFFF;
	text-decoration:none 
}

#banner p { 
	padding: 10px; 
}

p.link { 
	text-align:center;
	clear:both; 
}

#fechar { 
	position:relative;
	float:right; 
	width:20px;
	height:20px;
	background-color:red;
	color:#FFFFFF;
	text-align:center; 
	top: 10px;
	left: 10px;
	border-radius: 10px;
}

@media only screen and (max-width: 480px) {
    .layout .logo img {
        /*width: 150px !important;*/
    }

    .slider__item img {
        height: 450px !important;
        object-fit: cover !important;
    }

    .slider-title {
        font-size: 25px !important;
        margin-top: 20px !important;
    }

    .slider-subtitle {
        font-size: 20px !important;
    }
    .slider-txt {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .foo .descricao {
        width: 100% !important;
    }

    .botao_responsivo {
        margin-right: 20px;
    }

    .foo img {
        width: 20px !important;
    }

    .layout .logo-footer img {
        width: 200px !important;
    }

    .foto img {
        width: 100% !important;
    }
}