@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 , h2, h3{
	font-weight: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff'),
         url('fonts/lato-light-webfont.ttf') format('truetype'),
         url('fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "latoregular";
src: url("fonts/lato-regular-webfont.svg") format('svg');
}
@font-face {
font-family: "latolight";
src: url("fonts/lato-light-webfont.svg") format('svg');
}
@font-face {
font-family: "latobold";
src: url("fonts/lato-bold-webfont.svg") format('svg');
}
}

.fonteFina {
	font-family: latolight, Arial, Helvetica, sans-serif;
}
.fonteNormal {
	font-family: latoregular, Arial, Helvetica, sans-serif;
}
.txtCorridoBco {
	font-size: 120%;
	color: #FFF;
}
.txtCorridoPto {
	font-size: 120%;
	color: #000;
}
.txtCorridoCza {
	font-size: 120%;
	color: #504f51;
}

.txtCorridoLra {
	font-size: 120%;
	color: #ff6700;
}

#textos {
	height: 1px;
	width: 1px;
	overflow: hidden;
	text-indent: -99999;
}

.fonteBold {
	font-family: latobold, Arial, Helvetica, sans-serif;
}
h1 , h2, h3{
	font-weight: normal;
}
.superTituloBco {
	font-size: 250%;
	color: #FFF;
}
.subtituloAzl {
	font-size: 200%;
	color: #396195;
}
.legendaVrm {
	font-size: 90%;
	color: #ff0000;
}
.legendaBca {
	font-size: 90%;
	color: #FFFFFF;
}

.tituloPto {
	font-size: 260%;
	color: #000;
}
.subtituloPto {
	font-size: 180%;
	color: #000;
}
.subtituloCza {
	font-size: 150%;
	color: #504f51;
}

.subtituloBco {
	font-size: 180%;
	color: #FFF;
}
.tituloBco {
	font-size: 260%;
	color: #FFF;
}
.tituloAzl {
	font-size: 260%;
	color: #012D52;
}
