@import url('https://fonts.googleapis.com/css?family=Lato');

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
}

.primary-color{
	color: #0099CC;
}

.secondary-color{
	color: #ffae91;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	margin-top: 0px;
}


/*  TEXTOS DO SITE  */
/* Titulos das Paginas */
h1 { 
	color: #0099CC;
	font-size: 34px;
	margin: 0;
	padding: 0;
}

/* Sub Titulos das Paginas */
h2 { 
	color: #0099CC;
	font-size: 24px;
	font-weight: bold;
}


/* Texto das paginas */
p {
	font-size: 18px;
	line-height: 1.6;
	color: #666666;
	text-align: justify;
	line-height: 1.6;
}

h5{
	font-size: 18px;
	line-height: 1.6;
	color: #2dd9dd;
	padding: 2px 0;
	text-align: right;
}

.custo-chamada{
	font-size: 14px;
	color: #aaa;
}



h5 a:active, a:visited, a:hover, a:link{
	color: #2dd9dd;
	/* text-decoration: none; */
}

.negrito{
	font-weight: bold;
}


/* ########################################################################		
				                HEADER			
######################################################################## */

.navbar{
	background-color: #45727c !important;
}

.navbar-nav li a {
	color: #FFF !important;
	background-color: #45727c !important;
	text-align: center;	
}	

.navbar-nav li a:hover {
	color:  #ff6c4c !important;
	/* background-color: #FFF !important;	 */
}	

.navbar-brand img{	
	max-height: 60px;
	margin-left: 5%;
}

.dropdown-menu{
	font-size: 0;
}

.my-dropdown-item{
	color: #333333;
	padding: 5px 30px;
	font-size:15px;
	text-decoration: none;
	display: block;
}

.my-toggle-button{
	font-size:24px;
	padding: 4px;
}


/* ########################################################################		
				          COMUM A VARIAS PAGINAS			
######################################################################## */

/* Largura da pagina */
.my-container{
	max-width: 90%;	
	padding: 0 0 5% 0;
    /* border: 1px solid red; */
}

/* Imagem de Topo das Paginas */
.img-topo{
    margin-top: 156px;
	width: 100%;
	/* height: 400px; */
	border: 0;
}

.titulo-pagina{
    margin: 2% 0 4% 0%;
}
   

/* ########################################################################		
				              FOOTER			
######################################################################## */


footer{
	margin:0;
	padding:0;
	width:100%;
	background-color: #2E2D2D;
	/* position:absolute; */
	float: left;
}

.autor{
	background-color:#1c1c1c;
	color: #878686;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 



}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	
	
}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {




	/*  TEXTOS DO SITE  */

	/* Titulos das Paginas*/
	h1 { 
		font-size: 36px;
	}	
	
	/* #############################################		
						HEADER			
	##############################################*/	

	.navbar{
		background-color: #45727c !important;	
		height: 90px;
		border-bottom: 1px solid #dfdfdf;
		letter-spacing: 2px;
		color: #353535 !important;
		/* font-size: 20px; */
	}
	

	.navbar-nav li a {
		color: #FFF !important;
		background-color: #45727c !important;	
	}	

	.navbar-nav li a:hover {
		color:  #ff6c4c !important;
		background-color: #45727c !important;	
	}	

	.navbar-brand img{	
		max-height: 70px;
		margin-left: 15%;
	}

	.dropdown-menu{
		font-size: 0;
	}

	.dropdown-item a:hover{
		background-color: #f1f1f1 !important;
	}

	/* #############################################		
				 COMUM A VARIAS PAGINAS			
	##############################################*/	


    /* Largura da pagina */
    .my-container{
        max-width: 80%;
    }

	/* Imagem de Topo das Paginas */
	.img-topo{
		margin-top:131px;
		width: 100%;
	}


	
}