﻿@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,400,300,700,600,800,300italic,400italic,700italic);

.body {
    font-size: 1rem;
    line-height: 1.4;
    font-family: "roboto", sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #323336;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom_logo{ 
  padding: 0;
  margin:0;
  position: absolute;
  bottom: 0;
}

.container_custom_header {
	display: block;
	padding: 0;
	margin:0;
	float: left;	
	height: 164px;
	width: 100%;
}

.custom_header {
	display: block;
	padding: 0;
	margin:0;
	float: left;	
	height: 164px;
	width: 100%;
}


.custom_youtube-main{
  display: block;
  border: 3px solid #CCC;
  padding: 0px;
  margin: 0px;
  width: 560px;
}

.custom_youtube-grid{
  padding: 0px;
  margin: 0px 0px 20px 0px;  /* superior, direita, inferior e esquerda.*/
  width: 230px;
  float: right;
  border: 1px solid #CCC;
}

.custom_menu{
	display: inline;
	padding: 0;
	margin:0;
	float: left;
	background: #D6E8EA;
	color: #000;
	font-weight: 600;
	font-family: 'Oswald', sans-serif; /*Fonte importada no inicio deste arquivo */
	font-size: 1.2rem;
	min-height: 1.3rem;
	text-transform: uppercase;
	
}


.custom_usermenu{
	display: block;	
	list-style-type: none;
	padding: 2px;
	margin:0;
	float: left;
	background: none;
	color: #000;
	font-weight: 300;
	font-family: 'Oswald', sans-serif; /*Fonte importada no inicio deste arquivo */
	font-size: 1.3rem;
	min-height: 1.4rem;
	text-transform: uppercase;
}	

.sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 0 15px;
    line-height: 80px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
}

.custom_search{
  padding: 0;
  margin:25px 0px 0px 0px;
  float: right;  
}

.custom_youtube-buttom{
  float: right;
}

/* Slideshow Pro SP2 */
h2.sp-slide-title, h2.sp-slide-title a{
	margin: 0;
	color: yellow;
}
.created{
	color: #CCCCCC;
}

/* Títulos Módulos direita */
h3.sp-module-title{
	margin: 0;
	padding: 1rem;
	background-color: #006494;
	color: #FFF;
	font-weight: 600;
	font-family: 'Oswald', sans-serif; /*Fonte importada no inicio deste arquivo */
	font-size: 1.2rem;
	min-height: 1.5rem;
	text-transform: uppercase;

	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	 border-radius:3px; 
	 
  }



.custom_breadcrumb {
	background: #D6E8EA;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	 border-radius:7px;

}

.breadcrumb{
  background: #D6E8EA;
}


.sprocket-mosaic-item {
    border: 1px solid #ddd;
    border-radius: 4px;
	background: #FFF;
}


.sprocket-mosaic-title {
	font-size: 2rem;
	min-height: 2.2rem;
	
}