/* CSS Document */
@font-face{
	font-family: 'Neo_sans';
	src:url('fonts/Neo_Sans_Std_Medium_TR.eot');
	src:url('fonts/Neo_Sans_Medium_TR.otf') format("opentype"),
		url('fonts/Neo_Sans_Std_Medium_TR.ttf') format('truetype');	
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'neo-sans-std';
	src: url('fonts/Neo_Sans_Std_Medium_TR.ttf');
    font-style: normal;}
    
@font-face {
    font-family: 'lato-regular';
    src: url('fonts/lato/Lato-Regular.ttf') format('truetype');	
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('fonts/lato/Lato-Light.ttf') format('truetype');	
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksand-bold';
    src: url('fonts/quicksand/Quicksand-Bold.ttf') format('truetype');	
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksand-regular';
    src: url('fonts/quicksand/Quicksand-Regular.ttf') format('truetype');	
    font-weight: normal;
    font-style: normal;
}

/* #####################> Definição Global <#########################*/

/* *{font-family: "quicksand-bold", sans-serif;} */
nav a{
	font-size: 18px;
	color: #8B2843;
	line-height: 120%;
	font-family: "quicksand-bold", sans-serif;
}

.texto_principal{
	font-size: 18px;
	color: #525252;
	font-family: "lato-regular", sans-serif !important;
}
.titulos{
    font-size: 30px;
    text-align: center;
    line-height: 120%;
	color: #333333;
	font-family: "quicksand-regular", sans-serif !important;
}
.textos{
    font-size: 16px;
    line-height: 150%;
    color: #545454;
    width: 100%;
    text-align: center;
	font-family: "lato-regular", sans-serif !important;
}


.textos_esquerda{
    font-size: 16px;
    line-height: 150%;
    color: #545454;
    width: 65%;
    float: left;
    text-align: left;
    font-family: "lato-regular", sans-serif !important;
}

footer{font-family: "lato-regular", sans-serif !important; color: #666666; line-height:150%}

 