body 
{
    display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: top;
}

#slider 
{
         width:   100%;
     max-width:   100%;
        height:   25vw;
    max-height:  180px;

      position: relative;
}

#slider img
{
       opacity: 1;

      position: absolute;

         width: 100%;
        height: 100%;

    object-fit: cover;

    transition: opacity 800ms;
}

#slider img.selected 
{ 
    opacity: 1;
}
@charset "utf-8";
/* CSS Document */

#banner #banner_img 
{
	width:  100%;
	height: 250px;
	border: solid 0px #333;
}

#banner a 
{
	border: solid 1px #333;
	background-color: #F7F7F7;
	padding: 5px;
	text-decoration: none;
	color: #000;
}

	#banner a:hover 
        {
		border: solid 1px #333;
		text-decoration: underline;
		background-color: #333;
		color: #FFF;
	}
	
	#banner a.hover 
        {
		background-color: #333;
		color: #FFF;
	}
	
#banner #botoes 
{
	width: 100%;
	text-align: right;
}

#banner #botoes 
{
	padding-top: 5px;
}

#Imager #Imager_img 
{
	width:  100%;
	height: 680px;
	border: solid 0px #333;
}

#Imager a 
{
	border: solid 1px #333;
	background-color: #F7F7F7;
	padding: 5px;
	text-decoration: none;
	color: #000;
}

	#Imager a:hover 
        {
		border: solid 1px #333;
		text-decoration: underline;
		background-color: #333;
		color: #FFF;
	}
	
	#Imager a.hover 
        {
		background-color: #333;
		color: #FFF;
	}
	
#Imager #botoes 
{
	width: 100%;
	text-align: right;
}

#Imager #botoes 
{
	padding-top: 5px;
}
