@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Lato:wght@400;700&family=Open+Sans&family=Roboto+Mono:wght@400;500;700&family=Roboto:wght@400;500;700&family=Ubuntu+Mono:wght@400;700&family=Ubuntu:wght@400;500;700&display=swap');

/* 
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Mono', monospace;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Ubuntu Mono', monospace;
font-family: 'Inconsolata', monospace;
*/

hr {
	margin: 0;
	padding: 0;
	border-color: #666;
}

a {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	line-height: 1.7;
	color: #000;
	margin: 0px;
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
 	-o-transition: all 0.4s;
  	-moz-transition: all 0.4s;
}
p {
	font-size: 1em;
	line-height: 1.9;
}
a:focus {
	outline: none !important;
}

/*
a:hover {
	text-decoration: none;
	color: #4D99B5;
	 /*color: #34a853;verde google
  	/* coloor: #40b186; verde hostgator 
}
*/

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.font-open-sans{	
	font-family: 'Open Sans', sans-serif;
	font-style: normal; 	 
	font-weight: normal; 	
}
.font-lato{	
	font-family: 'Lato', sans-serif;
	font-style: normal; 	 
	font-weight: normal; 	
}
.font-inconsolata{	
	font-family: 'Inconsolata', monospace;
	font-style: normal; 	 
	font-weight: normal; 	
}
.font-droid{	
	font-family: "Droid Sans Mono"; 	
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 	
}
.font-roboto{	
	font-family: 'Roboto', sans-serif;
	font-style: normal; 	 
	font-weight: normal; 	
}
.font-roboto-mono{	
	font-family: 'Roboto Mono', monospace;
	font-style: normal; 	 
	font-weight: normal; 	
}
.font-ubuntu{	
	font-family: 'Ubuntu', sans-serif;
	font-style: normal; 	 
	font-weight: normal; 	
}
.font-ubuntu-mono{	
	font-family: 'Ubuntu Mono', monospace;
	font-style: normal; 	 
	font-weight: normal; 	
}


/* FORMATAÇÃO DA BARRA SUPERIOR */
.span-nav-width{
	min-width: 200px;	
	display: inline-block;
}






/* FORMATAÇÃO DO FORMULARIO CONTATO */
.bg-goldenrod{
	background-color: #daa520;	
}
.bg-gray{
	background-color: #f8f9fa;	
}
.border-goldenrod{
	border: 1px solid #e6bc53;
}
.bg-btn-goldenrod{
	background-color: #f1af09
}
.tel{	
	font-family: 'Roboto', sans-serif;
	font-style: normal; 	 
	font-weight: 900;
}

.font-color-gray{
	color: #6c757d;
}
.bg-gray{
	background-color: #f8f9fa;
}

/* FORMULARIO REPRESENTANTES */


/*pagina sobre*/
.bg-image{
	background-image: url("/img/body.jpg");
  	background-repeat: repeat;
}
.color-red{
	color: #db4437;
}
.color-blue{
	color: #4285f4;	
}
.color-blue:hover{
	/*coolor: #bd7a0b;
	#17448e
	*/
	color: #17448e;
}
.color-yellow{
	color: #f4b400;
}
.color-green{
	color: #0f9d58;
}

.border-green{
	border: 1px solid #ccc;
}

#nav-menu {
	font-family: 'Roboto Mono', monospace;
	font-size: 0.9em;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
 	-o-transition: all 0.4s;
  	-moz-transition: all 0.4s;
}

#nav-menu:hover {
	text-decoration: none;
  	color: #57b846;
}

/* FORMATACAO PG PRODUTOS */

/* TAMANHO DA FONTE EM CELULAR PEQUENO ESTAVA ESTOURANDO A DIV DOS PRODUTOS 
	USA UM TAMANHO DE MEDIA ESPECIFICO E REDUZ O TAMANHO DA FONTE
*/
@media (max-width: 480px) {
    h6{
        font-size: 0.8rem !important;
    }
}

@media (max-width: 330px) {
    h6{
        font-size: 0.7rem !important;
    }
    a {
    	font-size: 0.6rem !important;
    }
}

ul.circle {
	list-style-type: circle;
}

/* FORMATACAO FOOTER */

.copyright {
	padding: 2px;
	margin: 2px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal; 	 
	font-weight: 700;
	font-size: 0.8em;
}
