/*HEIGHT 100%*/
html, body {
	height: 100%;
}

.bloco {
	min-height: 100%;
	padding-top: 90px;
}

/*COLORS*/
.blue_logo {
	background-color: #206592;
}
.blue_logo:hover{
	background-color: #012b64;
}
.blue_claro {
	background-color: #206592;
}
.gray_logo {
	background-color: #576c70;
}
.gray_logo:hover{
	background-color: #2d343b;
}
.gray_site {
	background-color: #576c70;
}
.gray_escuro {
	background-color: #2d343b;	
}




/* HOME */
.home {
	animation: mudarbg 30s infinite;
	background-image: url('../img/bg1.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.banner h2 {
	
	font-size: 2.5rem;
	font-weight: 900;
	text-transform: uppercase;
}

.banner p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-family: 'Titillium Web';
	font-style: bold;
}
.logo {
	max-width: 100%;
	max-height: auto;
}

/*HOME ANIMATION*/
@keyframes mudarbg {
	40% {
		background-image: url('../img/bg2.png');
		background-position: center;
		}
	80% {
		background-image: url('../img/bg3.png');
		background-position: center;
	}
	100% {
		background-image: url('../img/bg1.png');
		background-position: center;
	}
}

/*LOGO*/
.logo_text {
	font-size: 0;
	margin: 0;
	font-family: Karantina;
}

.logo_img {
	height: 90px;
}

/*MENU*/
.navbar {
	background-color: #576c70;
	transition: background 0.5s linear;
}
.navbar ul a {
	color: white;
	font-family: Roboto;
	font-size: 1rem;

}
.navbar ul a:hover {
	color: #576c70;
}
.nav-color {
	background-color: #576c70;
	transition: background 0.5s linear;}

.menu_links {
	background-color: black;
}

/* SOBRE */
.sobre {
	background-image: url('../img/textura1.png');
}

.sobre h2 {
	font-size: 3rem;
	color: #576c70;
	text-transform: uppercase;
}

.sobre h2::after {
	content: '';
	display: block;
	width: 200px;
	border-top: 1px solid #012b64;
}

.sobre p {
	line-height: 1.8rem;
	text-align: justify;
}

.sobre .atuacao-equipe-escritorio {
	padding: 50px 20px;
	
}

.sobre .atuacao-equipe-escritorio .icon {
	color: white;
	text-align: center;
}

.sobre .atuacao-equipe-escritorio h3 {
	text-transform: uppercase;
	text-align: center;
}

.sobre .atuacao-equipe-escritorio .btn_sobre a {
	color: white;
}

.sobre .atuacao-equipe-escritorio .btn_sobre a:hover {
	color: #2d343b;

}
.sobre .atuacao-equipe-escritorio .icon i:hover {
	color: #2d343b;
}

/*EQUIPE*/
.equipe {
	background-image: url('../img/bg-equipe.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.equipe h2 {
	font-size: 3rem;
	color: #576c70;
	text-transform: uppercase;
}

.equipe h2::after {
	content: '';
	display: block;
	width: 200px;
	border-top: 1px solid black;
	margin: auto;
}

.equipe p {
	color: black;
	line-height: 1.8rem;
}

/*ATUACAO*/
.atuacao {
	background-image: url('../img/textura4.png');
}

.atuacao h2 {
	font-size: 3rem;
	color: #2d343b;
	text-transform: uppercase;
}

.atuacao h2::after {
	content: '';
	display: block;
	width: 200px;
	border-top: 1px solid black;
	margin: auto;
}

.atuacao p {
	color: black;
	line-height: 1.8rem;
}

.atuacao .btn_consulte {
	padding-top: 50px;
}

/*CONTATO*/
.contato {
	background-image: url('../img/textura1.png');
}

.contato h2 {
	font-size: 3rem;
	color: #2d343b;
	text-transform: uppercase;
	text-align: left;
}

.contato h2::after {
	content: '';
	display: block;
	width: 200px;
	border-top: 1px solid black;
}

.contato .mapa {
	min-height: 600px;
}

.contato .mapa iframe {
	width: 100%;
	min-height: 600px;
	border: none;
}

.contato .informacoes {
	background-image: url('../img/textura2.png');
	min-height: 600px;
	padding: 30px;
}

.contato h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 900;
}

.contato .formulariodiv {
	color: blue;
	background-color: #2d343b;
}

.contato .formulariodiv h4 {
	color: #2d343b;
}

.contato .formulario {
	min-height: 600px;
	padding: 30px;
}

/*CUSTOM*/
nav {
	
	height: 90px;
	line-height: 94px;
}

nav.nav-extended .nav-wrapper {
	min-height: 90px;
	height: auto;
}

.navbar-fixed {
	position: absolute;
	height: 94px;
	z-index: 997;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
	display: block;
	font-size: 24px;
	height: 90px;
	line-height: 90px;
}

.side-nav {
	background: url('../img/textura2.png');
}

.side-nav li>a {
	color: #fff;

}
.side-nav li {
	padding-top: 20px;
}


/*MEDIA*/
@media only screen and (max-width: 480px) {
.card-image-horizontal {
	display: ;
}
}

@media only screen and (min-width: 601px) {
	.banner {
		padding-top: 4.5rem;
	}
	.banner h2 {
		font-size: 4rem;
	}
}

@media only screen and (min-width: 993px) {
	.banner h2 {
		font-size: 5rem;
	}
	.banner {
		padding-top: 5rem;
	}
}