body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1C3F72;
	background-image: url(../imagens/bg_topo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	color: #666666;
	text-decoration: none;
}
.a:hover {
	text-decoration: underline;
}

.menu:hover {
	background-color: #E6E6E6;
	color: #333333;
	text-decoration: none;
}

form {
	margin: 0;
}
img {
	border: 0;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #6D90B0;
}
.form_enviar {
	color: #FFFFFF;
	border: 1px solid #626B6D;
	background-color: #626B6D;
}


.txt_espacamento {
	line-height: 18px;
}
.body_degrade {
	background-image: url(../imagens/body_degrade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}
.brd_laterais {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.brd_base {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}
big {
	font-size: 24px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px transparent;
	margin: 0;
	font-weight: normal;
	line-height: 25px;
}

h1 {
	font-size: 20px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px transparent;
	margin: 0;
	font-weight: normal;	
}
.txt_cinza {
	color: #666666;
}
h2 {
	font-size: 16px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px transparent;
	margin: 0;
	font-weight: normal;	
}
h3 {
	font-size: 15px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px transparent;
	font-weight: normal;	
}
.bg_rodape {
	background-image: url(../imagens/bg_rodape.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #141414;
}
.txt_branco {
	color: #FFFFFF;
}
.brd_formulario {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style:solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}.brd_esq {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.div_glossario {
	height: 490px;
	overflow: auto;
}
.txt_vermelho {
	font-size: 20px;
	color: #98351E;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px transparent;
}
.txt_rosa {
	font-size: 20px;
	color: #B810AE;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px transparent;
}
.txt_azul {
	font-size: 20px;
	color: #22549D;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px transparent;
}
.txt_verde {
	font-size: 20px;
	color: #15A659;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px transparent;
}

#instafeed{
	display: flex;
	margin-bottom: 30px;
}

#instafeed .insta-img-container img{
	width: 100%;
	object-fit: cover;
    height: 100%;
}

#instafeed .insta-img-container img:hover{
	transform: scale(1.1);
	transition: 0.8s;
}

@media(max-width:767px){
	#instafeed{
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}

	#instafeed .insta-img-container img:hover{
		transform: scale(1.0);
	}
}