*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

body {
	min-height: 100%;
	background-image: url(images/background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
 }
 


 .logoSabe{
	/*width: 450px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo{
	/*width: 450px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logoLT{
	width: 91;
	height: 82;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.center
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.containerThumbs{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
	/*border: 1px solid red;*/
	justify-content: center;
	flex-wrap: wrap;
    /*flex-direction: column;*/
    text-align: center;
}

.thumbs {
	cursor: pointer; 
	vertical-align: top;
	margin: 10px;
}

.thumbEmBreve {
	cursor: auto; 
	vertical-align: top;
	margin: 10px;
	/*opacity: 0.9; /* Altere esse valor para ajustar a transparência */
	filter: grayscale(100%); /* Efeito de escala de cinza completo */
}

.homeIcon {
	position: absolute; /* Posiciona o ícone de forma absoluta */
	left: 0; /* Alinha à esquerda */
	top: 0; /* Alinha ao topo */
	margin: 120px; /* Espaçamento desejado entre o ícone e os outros elementos */
	cursor: pointer; /* Altera o cursor ao passar o mouse para indicar que é clicável */
}

.homeIcon img {
	width: 75px; /* Largura maior */
	height: 80px; /* Altura maior */
}

a.links {
	cursor: pointer; 
 }

 @media screen and (max-width: 1300px) {
     iframe {
	 padding-right:65px;
 }

 .homeIcon {
	margin: 10px; /* Espaçamento desejado entre o ícone e os outros elementos */
}

}