/* CSS Document */
@font-face {
    font-family: 'Inter';
    src: url('../_font/Inter-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../_font/Inter-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../_font/Inter-semibold.ttf') format('truetype');
    font-weight:600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../_font/Inter-light.ttf') format('truetype');
    font-weight:lighter;
    font-style: normal;
}
@font-face {
    font-family: 'Inter-medium';
    src: url('../_font/Inter-medium.ttf') format('truetype');
    font-weight:normal;
    font-style: normal;
}

a:link { color:#000; text-decoration:none; }
a:visited { color:#000; text-decoration:none; }
a:hover {
	color:#000;
}
a.active{
	color:#000;
}

.preto { color:#000; }
.preto:link { color:#000; text-decoration:none; }
.preto:visited { color:#000; text-decoration:none; }
.preto:hover { color:#000; text-decoration:underline; }

.branco { color:#fff; }
.branco:link { color:#fff; text-decoration:none; }
.branco:visited { color:#fff; text-decoration:none; }
.branco:hover { color:#fff; text-decoration:underline; }

.vermelho { color:#dd1300; }
.vermelho:link { color:#dd1300;  }
.vermelho:visited { color:#dd1300; }
.vermelho:hover { color:#dd1300;  }

.select_busca{
	width: 190px;
	border: none;
	color: #3b3b3b;
	background-color: #e6e5e5;
    font-size: 15px;
	background-image: url(../_img/layout/seta_down.png);
	background-position: 165px 10px;
	background-repeat: no-repeat;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
    padding-right: 28px;
    padding-left: 5px;
    border-radius: 2px;
}
.select_busca_pop{
	width: 130px;
	background-position: 106px 10px;
	margin-right: 12px;	
}
.mobile .select_busca_pop{
	width: 118px;
	background-position: 95px 10px;	
}
.last {
	margin-right: 0px;	
}
.tam10 {
	font-size:10px;
}
.tam11 {
	font-size:11px;
}
.tam12 {
	font-size:12px;
}
.tam13 {
	font-size:13px;
}
.tam14 {
	font-size:14px;
}
.tam18 {
	font-size:18px;
}
.tam20 {
	font-size:20px;
}
.tam24 {
	font-size:24px;
}
.tam28 {
	font-size:28px;
}
.tam40 {
	font-size:40px;
}

bold, strong, .bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	color:#000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
.center{
    text-align: center;
}
.uppercase{
    text-transform: uppercase;
}
