@font-face {
  font-family: "DavidSans";
  src: url('../Fonts/david_sans-webfont.eot');
  src: url('../Fonts/david_sans-webfont.eot?#iefix') format('eot'), url('../Fonts/david_sans-webfont.woff') format('woff'), url('../Fonts/david_sans-webfont.ttf') format('truetype'), url('../Fonts/david_sans-webfont.svg') format('svg');
}

@font-face {
  font-family: "CCRSans";
  src: url('../Fonts/ccr_i-webfont.eot');
  src: url('../Fonts/ccr_i-webfont.eot?#iefix') format('eot'), url('../Fonts/ccr_i-webfont.woff') format('woff'), url('../Fonts/ccr_i-webfont.ttf') format('truetype'), url('../Fonts/ccr_i-webfont.svg') format('svg');
}

@font-face {
  font-family: "CCRSansBold";
  src: url('../Fonts/ccr_bi-webfont.eot');
  src: url('../Fonts/ccr_bi-webfont.eot?#iefix') format('eot'), url('../Fonts/ccr_bi-webfont.woff') format('woff'), url('../Fonts/ccr_bi-webfont.ttf') format('truetype'), url('../Fonts/ccr_bi-webfont.svg') format('svg');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* _helpers.sass
 * 
 * based on HTML5 Boileiplate 3.0 stylesheet
 * http://html5boilerplate.com
 * 
 */
body {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
}

a {
  color: #565656;
}

::-moz-selection {
  background-color: #fdb827;
  color: #3a3a3a;
}

::selection {
  background-color: #fdb827;
  color: #3a3a3a;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

a {
  text-decoration: none;
}
a.button, a.bt {
  cursor: pointer;
}
a.disabled {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

nav ul, nav ol {
  list-style: none;
  font-size: 0;
}
nav ul li, nav ol li {
  display: inline-block;
}

b {
  font-weight: bold;
}

select.custom {
  font-size: 16px;
}

body > header {
  position: relative;
  z-index: 2;
}
body > header .support-menu {
  background-color: #bdbdbd;
  border-bottom: 4px solid #a22800;
  height: 29px;
  position: relative;
  z-index: 2;
}
body > header .support-menu ul {
  height: 29px;
  text-align: right;
}
body > header .support-menu ul li {
  text-align: left;
  margin: 0 15px;
  vertical-align: top;
}
body > header .support-menu ul li:first-child {
  margin-left: 0;
}
body > header .support-menu a {
  height: 29px;
  font-family: "DavidSans";
  font-size: 8px;
  color: #565656;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
body > header .support-menu a.jobs {
  background-color: #787575;
  color: #d7d6d6;
  margin-right: 0;
}
body > header .support-menu a:hover {
  background-color: #5e5c5c;
  color: #f0f0f0;
}
body > header .support-menu .jobs {
  margin-right: 0;
}
body > header .support-menu .languages-sprite, body > header .support-menu .languages li a.por, body > header .support-menu .languages li a.eng, body > header .support-menu .languages li a.esp {
  background: url('../Images/header/languages-scca06d09dd.png') no-repeat;
}
body > header .support-menu .languages {
  margin: 0;
}
body > header .support-menu .languages li {
  display: block;
  margin: 0;
}
body > header .support-menu .languages li:nth-of-type(2) a {
  border: 2px groove #cccccc;
  border-left: none;
  border-right: none;
}
body > header .support-menu .languages li a {
  position: relative;
  padding-left: 44px;
  width: 48px;
  display: none;
}
body > header .support-menu .languages li a.selected {
  display: table-cell;
}
body > header .support-menu .languages li a.selected::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid black;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  right: 28px;
  top: 13px;
}
body > header .support-menu .languages li a span {
  display: none;
}
body > header .support-menu .languages li a.por {
  background-position: 0 -54px;
  background-color: #b5b3b3;
}
body > header .support-menu .languages li a.eng {
  background-position: 0 0;
  background-color: #b5b3b3;
}
body > header .support-menu .languages li a.esp {
  background-position: 0 -27px;
  background-color: #b5b3b3;
}
body > header .support-menu.no-languages ul li {
  margin: 0 20px;
}
body > header .support-menu.no-languages .languages {
  display: none;
}
body > header .black-header {
  background: #3a3a3a url('../Images/black-header.png?1360871252') repeat-x top center;
  position: relative;
  z-index: 1;
  min-height: 107px;
}
body > header .black-header .wrap {
  border-right: 1px #222222 solid;
}
body > header .black-header .wrap:after {
  content: "";
  position: absolute;
  height: 107px;
  display: block;
  width: 1px;
  background: #3a3a3a;
  top: 0;
  right: -2px;
}
body > header .black-header .wrap h3 {
  position: absolute;
  background: transparent url('../Images/conditions.png?1361299615');
  width: 233px;
  height: 16px;
  top: 0;
  left: 483px;
  color: #acacac;
  text-align: center;
  font-size: 10px;
  line-height: 13px;
}
body > header .black-header .wrap .expand-menu {
  position: absolute;
  color: #565656;
  font-family: "CCRSans";
  font-size: 22px;
  background: url('../Images/logo-area.png?1358365773') no-repeat center top;
  height: 107px;
  width: 357px;
  margin-left: -60px;
  z-index: 2;
}
body > header .black-header .wrap .expand-menu b {
  font-family: "CCRSansBold";
}
body > header .black-header .wrap .expand-menu .content {
  margin: 0 60px;
  position: relative;
  cursor: pointer;
}
body > header .black-header .wrap .expand-menu .content > a {
  display: block;
  position: relative;
  z-index: 3;
}
body > header .black-header .wrap .expand-menu h1 {
  white-space: nowrap;
  margin-left: 37px;
}
body > header .black-header .wrap .expand-menu h1::before {
  content: "";
  display: block;
  background-image: url('../Images/h1.png?1358365773');
  width: 66px;
  height: 66px;
  margin-top: -1px;
  margin-left: -10px;
  margin-bottom: 3px;
}

body {
  background: #dfdfdf;
  min-width: 980px;
}

strong {
  font-weight: bold;
}

.box-concessionarias {
  margin: 30px -6px 0;
}
.box-concessionarias li {
  float: left;
  width: 237px;
  height: 193px;
  margin: 0 6px 8px 0;
  font-family: "CCRSans";
  font-size: 27px;
  background: url("../Images/box-landing.jpg") no-repeat left top ;  
}
.box-concessionarias li a {
  display: block;
  width: 214px;
  height: 89px;
  padding: 104px 0 0 23px;
}
.box-concessionarias li b {
  font-family:  "CCRSansBold";
  font-weight: normal;
}
.no-canvas body > header .support-menu .languages li a.selected span {
  display: inline;
}
.no-canvas body > header .black-header .wrap .expand-menu h1 {
  background: url('../Images/h1.png?1359393638') no-repeat left top;
  padding-top: 68px;
}
.no-canvas body > header .black-header .wrap .concessionaries {
  background: url('../Images/expand-menu.png?1359393638') no-repeat center bottom;
}
.no-canvas body > header .black-header .wrap .concessionaries li a:hover {
  background: url('../Images/expand-menu-hover.png?1359393638') repeat-x center top;
}
.no-canvas body > header .black-header .wrap .concessionaries li a.other-portals:hover {
  background: url('../Images/expand-last-child.png?1359393638') repeat-x center top;
}

/* RADIO FM */

#radio-fm {
    min-height: 600px;
    background: url('../Images/background-radio.jpg') center top no-repeat;
}
.radio-content {
    min-height: 600px;
    background: url('../Images/txt-radio.png') 0 45px no-repeat;
}    
.radio-content p,
.radio-content h1 {
    text-indent: -9999em;
}
.main-footer {
	background-color: #f39335;
	padding: 11px 0 18px;
}
.main-footer .wrap {
	position: relative;
	min-height: 187px;
}
.main-footer .txt {
	width: 543px;
	height: 160px;
    background: url('../Images/footer-txt.png') 0 0 no-repeat;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
}
.click-video {
	display: block;
	width: 383px;
	height: 27px;
    background: url('../Images/footer-click.png') 0 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: -15px;
    text-indent: -9999px;
}
.logo-radio {
	position: absolute;
	top: 20px;
	right: 0;
}
.mask {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
#video-box {
	position: absolute;
	left: 50%;
	z-index: 10;
	padding-top: 30px;
	top: 300px;
	height: 534px;
	width: 950px;
	margin-left: -475px;
	display: none;
}
#video-box iframe {
	background-color: #fff;
}
#video-box .bt-fechar {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: none;
	padding: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
    background: url('../Images/fechar.png') 0 0 no-repeat;
    text-indent: -9999px;
}
