@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_mediumregular';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_lightregular';
    src: url('fonts/gotham-light-webfont.eot');
    src: url('fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-light-webfont.woff') format('woff'),
         url('fonts/gotham-light-webfont.ttf') format('truetype'),
         url('fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Reset Margins */
*{margin:0px; padding:0px; list-style:none;}

/* Geral */
img, a{border:none; text-decoration:none;}
.clear{clear:both;}
html, body{font-family:'Open Sans', sans-serif; background:#fcfcfc; width:100%;}

/* Serviços Credenciados */
form.servicos{margin-bottom:40px;}
form.servicos select{background:url(images/option.png) no-repeat; -webkit-appearance:none; width:211px; height:26px; border:none; font-family:'Open Sans'; font-size:12px; font-style:italic; color:#3c3c3c; padding-left:6px;}
.servicos-credenciados{width:623px; font-family:'Open Sans'; font-size:10px; color:#656565;}
.servicos-credenciados ul{list-style:none;}
.servicos-credenciados ul li:first-child{border-top-left-radius:10px; border-top-right-radius:10px;}
.servicos-credenciados ul li:last-child{border-bottom-left-radius:10px; border-bottom-right-radius:10px;}
.servicos-credenciados ul li{background:#EAEAEA; padding:20px;}
.servicos-credenciados ul li p{font-size:11px; margin-bottom:10px; line-height:normal; color:#656565;}
.servicos-credenciados ul li p:last-child{margin-bottom:0;}
.servicos-credenciados ul li p.titulo{color:#007399; font-weight:bold;}
.servicos-credenciados ul li a{color:#007399; font-weight:bold; text-decoration:none;}
.servicos-credenciados ul li.off{background-color:#F3F3F3;}

/*Content */
.cabecalho{width:623px; overflow:hidden;}
.texto{padding:0px; margin-top:0px; width:623px;}
.texto span.pdf{display: block; margin-top: -28px; margin-left: 33px;}
.texto h2{font-family:'gotham_lightregular'; font-size:22px; color:#33373b; text-transform:uppercase; margin-bottom:30px;}
.texto h5.error{font-size:25px; color:#676767;}
.texto p{font-family:'Open Sans'; color:#656565; font-size:13px; line-height:23.6px; margin-bottom:25px;}


.texto select.estados{
background:url(images/option.png) no-repeat;
-webkit-appearance: none;
width: 211px;
height:26px;
border:none;
font-family:'Open Sans';
font-size:12px;
font-style:italic;
color:#3c3c3c;
padding-left:6px;
}

