/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clear{
    clear: both;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

input:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    min-width: 960px;
}

.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(/bundles/stepvaluetakargo/images/main-bg1.jpg) no-repeat center -31px;
    background-size: auto 780px;
}
.lt-ie9 .wrapper {
    background-size: 100%;
}

.wrapper-second {
    background: url(/bundles/stepvaluetakargo/images/main-bg3.jpg) no-repeat center -1px;
    background-size: auto 780px;
}
#quem-somos-apresentacao { background: url(/bundles/stepvaluetakargo/images/quem-somos-apresentacao.jpg) no-repeat center -1px; }
#quem-somos-historia{ background: url(/bundles/stepvaluetakargo/images/quem-somos-historia.jpg) no-repeat center -1px; }
#quem-somos-ibercargo{ background: url(/bundles/stepvaluetakargo/images/quem-somos-ibercargo.jpg) no-repeat center -1px; }
#material-circulante-bg{ background: url(/bundles/stepvaluetakargo/images/quem-somos-material-circulante.jpg) no-repeat center -1px; }
#quem-somos-visao{ background: url(/bundles/stepvaluetakargo/images/quem-somos-visao-missao.jpg) no-repeat center -1px; }



.wrapper-map {
    background: none;
}

header {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 20px;
    background: rgba(40, 43, 51, 0.6);
    border-bottom: 5px solid #de352d;
}
.lt-ie9 header {
    background: url(/bundles/stepvaluetakargo/images/ie-fallback1.png);
}
header .container {
    width: 960px;
    height: 100px;
    margin: 0px auto;
}
header .logo {
    width: 240px;
    height: 100px;
    background: #fff;
    float: left;
}
header .logo img {
    position: relative;
    top: 30px;
    left: 43px;
}
header .right-side {
    width: 720px;
    height: 100px;
    float: right;
    display: block;
}
header .right-side .search-bar {
    width: 100%;
    height: 40px;
    background: #1d2027;
    display: block;
    float: left;
}
header .right-side .search-bar form {
    display: block;
    float: left;
}
header .right-side .search-bar form input[type=search] {
    width: 185px;
    height: 40px;
    float: left;
    border: 0px;
    background: #34373d;
    color: #9ea3b1;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 11px;
    line-height: 1em;
    padding: 0px 0px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .right-side .search-bar form input {
    width: 185px;
    height: 40px;
    float: left;
    border: 0px;
    background: #34373d;
    color: #9ea3b1;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 11px;
    line-height: 40px;
    padding: 0px 0px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .right-side .search-bar form ::-webkit-input-placeholder {
    color: #9ea3b1;
    opacity: 1;
}
header .right-side .search-bar form :-moz-placeholder {
    /* Firefox 18- */
    color: #9ea3b1;
    opacity: 1;
}
header .right-side .search-bar form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9ea3b1;
    opacity: 1;
}
header .right-side .search-bar form :-ms-input-placeholder {
    color: #9ea3b1;
    opacity: 1;
}
header .right-side .search-bar form button {
    width: 50px;
    height: 40px;
    border: 0px;
    background: #34373d;
    position: relative;
}
header .right-side .search-bar form button:after {
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    background: url(/bundles/stepvaluetakargo/images/icon-search.png) no-repeat 16px 13px;
}
header .right-side .search-bar .lang {
    float: right;
    font-family: 'Lato', sans-serif;
}
header .right-side .search-bar .lang .box {
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 11px;
    display: block;
    float: right;
    color: #fff;
    border-left: 1px solid #31343b;
}
header .right-side .search-bar .lang .active {
    color: #f03931;
}
header nav {
    width: 720px;
    height: 60px;
    margin: 0;
    padding: 0;
    float: right;
}
header nav ul {
    display: block;
    float: right;
    height: 60px;
    width: 740px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0;
}
header nav ul li {
    list-style-type: none;
    display: block;
    text-align: center;
    float: right;
    height: 60px;
    line-height: 56px;
    margin: 0;
    padding: 0;
}
header nav ul li:hover {
    background: #3b3e46;
}
header nav ul li:hover:after {
    display: block;
    content: '';
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    height: 5px;
    background: #3b3e46;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #3b3e46;
}
header nav ul li:hover a {
    border-right: 1px solid #3b3e46;
    color: #f03931;
}
header nav ul li:hover .second-level a {
    color: #fff;
}
header nav ul li a {
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: block;
    font-size: 14px;
    height: 60px;
    border-right: 1px solid #88898c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lt-ie9 header nav ul li a {
    padding: 0px 26px 0px 26px;
}
/*header nav ul li:first-child a {
    padding: 0px 33px 0px 33px;
}*/
header nav ul .active a {
    color: #eb3323;
}
header nav .second-level-holder {
    position: absolute;
    top: 104px;
    left: 0px;
    z-index: 10;
    height: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #3b3e46;
    overflow: hidden;
}
header nav .second-level {
    padding: 0;
    display: inline-block;
    background: #3b3e46;
    width: 960px;
    height: 42px;
    margin: 0px auto;
    float: none!important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
header nav .second-level li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    float: none;
    height: 42px;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
header nav .second-level li:hover {
    background: none;
}
header nav .second-level li:hover:after {
    display: none;
}
header nav .second-level li a {
    color: #fff;
    padding: 0px 12px 0px 12px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    height: 42px;
    border: 0px;
    position: relative;
}
header nav .second-level li a:hover {
    color: #f03931 !important;
}
header nav .second-level .active a {
    color: #f03931 !important;
}
header .mapa-nav ul li a {
    border-right: 1px solid #3b3e46;
}

.header-map {
    background: #282b33;
}
.lt-ie9 .header-map {
    background: #282b33;
}

.main-display {
    width: 100%;
    height: 360px;
    position: relative;
}
.main-display .container {
    width: 960px;
    height: 360px;
    margin: 0px auto;
}
.main-display .container .caption {
    display: block;
    position: relative;
    padding: 102px 0px 0px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-display .container .headline {
    color: #fff;
    font-size: 64px;
    font-family: 'Lato', sans-serif;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.85em;
}
.main-display .container .sub-headline {
    font-family: 'Georgia', Serif;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    display: block;
    margin-top: 9px;
}
.main-display .container .more {
    margin-top: 21px;
    margin-left: 1px;
    display: inline-block;
    height: 40px;
    padding: 0px 38px 0px 22px;
    letter-spacing: 1px;
    background: #161a21;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 38px;
    position: relative;
}
.main-display .container .more:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 16px;
    width: 9px;
    height: 10px;
    background: url(/bundles/stepvaluetakargo/images/icon-go.png) no-repeat center center;
}

.display-second {
    height: 280px;
}
.display-second .container .caption {
    display: block;
    position: relative;
    padding: 130px 0px 0px 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 120px;
}
.content .container-shadow {
    width: 960px;
    height: 720px;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.lt-ie9 .content .container-shadow {
    -webkit-box-shadow: 0px 0px 20px 0px #a8a8a8;
    -moz-box-shadow: 0px 0px 20px 0px #a8a8a8;
    box-shadow: 0px 0px 20px 0px #a8a8a8;
    behavior: url(../../Resources/public/css/PIE.php);
    position: relative;
}
.content .container {
    width: 960px;
    height: 720px;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.content .row {
    height: 240px;
    width: 960px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.content .bottom-shadow {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}
.content .business-areas {
    background: #fff;
    padding: 28px 30px;
}
.content .business-areas .headline {
    color: #969ea9;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 16px;
}
.content .business-areas .headline:after {
    position: relative;
    top: 16px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.content .business-areas .description {
    color: #5a5e69;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    margin-top: 17px;
    padding-bottom: 30px;
}
.content .business-areas .more {
    color: #f03931;
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: 240px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e1e7ee;
    padding-left: 32px;
}
.content .business-areas .more span {
    font-weight: 900;
    margin-right: 8px;
}
.content .transport-solutions {
    background: url(/bundles/stepvaluetakargo/images/photo1.jpg) no-repeat center center;
}
.content .transport-solutions .headline-holder {
    margin: 150px 0px 0px 30px;
}
.content .transport-solutions .headline-b {
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 80%;
}
.content .transport-solutions .more {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: block;
    line-height: 1em;
    margin-top: 10px;
}
.content .transport-solutions .more span {
    color: #f03931;
    font-weight: 900;
    margin-right: 8px;
}
.content .rolling {
    background: url(/bundles/stepvaluetakargo/images/photo2.jpg) no-repeat center center;
}
.content .rolling .headline-holder {
    margin: 150px 0px 0px 30px;
}
.content .rolling .headline-b {
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.content .rolling .more {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: block;
    line-height: 1em;
    margin-top: 10px;
}
.content .rolling .more span {
    color: #f03931;
    font-weight: 900;
    margin-right: 8px;
}
.content .partnerships {
    background: url(/bundles/stepvaluetakargo/images/ibercargo.jpg) no-repeat center center;
}
.content .partnerships .headline-holder {
    margin: 150px 0px 0px 30px;
}
.content .partnerships .headline-b {
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.content .partnerships .more {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: block;
    line-height: 1em;
    margin-top: 10px;
}
.content .partnerships .more span {
    color: #f03931;
    font-weight: 900;
    margin-right: 8px;
}
.content .route-map {
    background: #161a21;
    padding: 28px 30px;
}
.content .route-map .headline {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 16px;
}
.content .route-map .headline:after {
    position: relative;
    top: 16px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.content .route-map .description {
    color: #9ea3b1;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    margin-top: 17px;
    padding-bottom: 30px;
}
.content .know-the-routes {
    background: url(/bundles/stepvaluetakargo/images/negative-map-bg.jpg) no-repeat center center;
}
.content .know-the-routes .headline-holder {
    display: block;
    margin: 105px 0px 0px 30px;
}
.content .know-the-routes .headline-c {
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    line-height: 1em;
}
.content .know-the-routes .explore {
    display: inline-block;
    height: 40px;
    background: #f03931;
    color: #fff;
    padding: 0px 57px 0px 22px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-top: 17px;
    font-size: 12px;
    position: relative;
}
.content .know-the-routes .explore:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(/bundles/stepvaluetakargo/images/icon-compass.png) no-repeat center center;
}
.content .top-stories {
    background: #fcfbfb;
    padding: 28px 30px;
    position: relative;
}
.content .top-stories .headline {
    color: #969ea9;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 16px;
}
.content .top-stories .headline:after {
    position: relative;
    top: 16px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.content .top-stories .slides .title {
    font-family: 'Georgia', Serif;
    color: #9ea3b1;
    font-size: 16px;
    font-style: italic;
    padding-top: 41px;
    display: block;
}
.content .top-stories .slides .title a {
    color: #9ea3b1;
}
.content .top-stories .pagination {
    font-family: 'Georgia', Serif;
    color: #9ea3b1;
    font-size: 10px;
    font-style: italic;
    position: absolute;
    bottom: 61px;
    right: 28px;
}
.content .top-stories .more {
    color: #f03931;
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: 160px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e1e7ee;
    padding-left: 32px;
}
.content .top-stories .more span {
    font-weight: 900;
    margin-right: 8px;
}
.content .top-stories .direction-nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top: 1px solid #e1e7ee;
    height: 40px;
    width: 80px;
}
.content .top-stories .direction-nav a {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    border-left: 1px solid #e1e7ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content .top-stories .direction-nav .left {
    background: url(/bundles/stepvaluetakargo/images/arrow-left.png) no-repeat center center;
}
.content .top-stories .direction-nav .right {
    background: url(/bundles/stepvaluetakargo/images/arrow-right.png) no-repeat center center;
}
.content .photo-description {
    background: #f5f6f8;
    padding: 26px 30px;
    -webkit-box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.content .photo-description .date {
    font-family: 'Lato', sans-serif;
    color: #9ea3b1;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.content .photo-description .headline-d {
    font-family: 'Georgia', Serif;
    text-decoration: underline;
    font-size: 14px;
    font-style: italic;
    color: #282b33;
    display: block;
    line-height: 1.3em;
    margin-bottom: 11px;
}
.content .photo-description .description {
    display: block;
    font-family: 'Lato', sans-serif;
    color: #5a5e69;
    font-size: 14px;
    line-height: 1.3em;
}
.content .photo-holder {
    background: url(/bundles/stepvaluetakargo/images/photo4.jpg) no-repeat center center;
    position: relative;
    z-index: 5;
}
.content .photo-holder:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f5f6f8;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -10px;
}
.content .column-small, .content .column-medium, .content .column-large {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content .column-small {
    height: 240px;
    width: 240px;
}
.content .column-medium {
    height: 240px;
    width: 480px;
}
.content .column-large {
    height: 240px;
    width: 720px;
}

.content-second {
    background: #fff;
    padding-bottom: 0;
    margin: 0px 0px 1px 0px;
    box-shadow: 0px;
}
.content-second .container {
    box-shadow: 0px 0px;
    height: auto;
    min-height: 720px;
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 0;
    box-shadow: 0px;
}
.content-second .left p a{
    color:#f03931;
}
.content-second .left {
    float: left;
    width: 480px;
    height: auto;
    min-height: 100px;
    overflow: hidden;
}
.content-second .left .about, .content-second .left p:first-child {
    display: block;
    padding: 75px 40px 47px 30px;
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #5a5e69;
    font-size: 18px;
    line-height: 1.45em;
}
.content-second .left .text, .content-second .left p, .content-second .left ul {
    color: #282b33;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: block;
    padding: 0px 90px 15px 30px;
    line-height: 1.7em;
}
.content-second .left ul {
    padding-left: 80px;
}
.content-second .right {
    float: right;
    width: 480px;
}
.content-second .right .video {
    width: 480px;
    height: 240px;
    position: relative;
    z-index: 4;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.lt-ie9 .content-second .right .video {
    behavior: url(../../Resources/public/css/PIE.php);
    position: relative;
    -webkit-box-shadow: 0px 5px 10px #818181;
    -moz-box-shadow: 0px 5px 10px #818181;
    box-shadow: 0px 5px 10px #818181;
}
.content-second .right .video .play {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background: #161a21;
    display: block;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.content-second .right .video .play:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 15px;
    left: 17px;
    background: url(/bundles/stepvaluetakargo/images/icon-go2.png) no-repeat center center;
}
.content-second .right .rules {
    background: #161a21;
    padding: 28px 30px;
    float: right;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
}
.lt-ie9 .content-second .right .rules {
    z-index: 5;
    behavior: url(../../Resources/public/css/PIE.php);
    position: relative;
    -webkit-box-shadow: 0px 5px 10px #818181;
    -moz-box-shadow: 0px 5px 10px #818181;
    box-shadow: 0px 5px 10px #818181;
}
.content-second .right .rules .headline {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 32px;
}
.content-second .right .rules .headline:after {
    position: relative;
    top: 32px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.content-second .right .rules .sub-headline {
    font-family: 'Georgia', Serif;
    font-size: 14px;
    color: #9ea3b1;
    font-style: italic;
    display: block;
    text-transform: uppercase;
    margin-top: 17px;
}
.content-second .right .rules .description {
    color: #e4e9f0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    margin-top: 17px;
    padding-bottom: 30px;
}
.content-second .right .dates {
    border: 1px solid #e1e7ee;
    border-bottom: 0px;
    float: left;
    margin-top: 120px;
}
.content-second .right .dates .box {
    border-bottom: 1px solid #e1e7ee;
    height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 30px;
}
.content-second .right .dates .date {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #9ea7b3;
    display: block;
    line-height: 1em;
    padding-bottom: 5px;
}
.content-second .right .dates .event {
    color: #282b33;
    display: block;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 21px;
    line-height: 1.1em;
}
.content-search {
    width: 960px;
    min-height: 500px;
    margin: 0px auto;
}
.mapa {
    height: 699px;
    margin-bottom: 0px;
    position: relative;
    background: url(/bundles/stepvaluetakargo/images/map-bg-new.jpg) no-repeat 40% center;
    background-size: auto 100%;
}
.mapa .map-cover-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.mapa .container {
    height: 699px;
    position: relative;
    box-shadow: none;
}
.mapa .side-nav {
    width: 240px;
    float: left;
}
.mapa .side-nav .side-nav-header {
    width: 240px;
    height: 100px;
    background: #161a21;
    padding: 26px 30px;
    border-bottom: 1px solid #e1e7ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapa .side-nav .side-nav-header .headline {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 17px;
}
.mapa .side-nav .side-nav-header .headline:after {
    position: relative;
    top: 17px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.mapa .side-nav ul {
    margin: 0;
    padding: 0;
}
.mapa .side-nav ul li {
    padding: 0;
    margin: 0;
    background: #fff;
    display: block;
    position: relative;
}
.mapa .side-nav ul li a {
    color: #282b33;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    line-height: 39px;
    width: 100%;
    display: block;
    padding: 0px 0px 0px 45px;
    border-bottom: 1px solid #e1e7ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}
.mapa .side-nav ul li:after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url(/bundles/stepvaluetakargo/images/icon-toggle.png) no-repeat center center;
    position: absolute;
    top: 9px;
    right: 24px;
}
.mapa .side-nav ul li ul {
    margin: 0;
    padding: 0;
}
.mapa .side-nav ul li ul li {
    margin: 0;
    padding: 0;
    background: #e1e7ee;
    display: block;
}
.mapa .side-nav ul li ul li:hover {
    background: #acb4be;
}
.mapa .side-nav ul li ul li:after {
    display: none;
}
.mapa .side-nav ul li ul li a {
    font-size: 13px;
    border-bottom: 1px solid #ced5dd;
}
.mapa .side-nav ul li ul .active {
    background: #acb4be;
}
.mapa .side-nav ul li ul .active:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(/bundles/stepvaluetakargo/images/icon-red-dot.png) no-repeat center center;
    position: absolute;
    top: 15px;
    left: 20px;
}
.mapa .side-nav ul .open:after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url(/bundles/stepvaluetakargo/images/icon-hide.png) no-repeat center center;
    position: absolute;
    top: 9px;
    right: 24px;
}
.mapa .side-nav ul .item {
    position: relative;
}
.mapa .side-nav ul #icon-rolaria-de-madeira:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-dots.png) no-repeat center center;
    position: absolute;
    top: 11px;
    left: 14px;
}
.mapa .side-nav ul #icon-papel:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-doc.png) no-repeat center center;
    position: absolute;
    top: 11px;
    left: 15px;
}
.mapa .side-nav ul #icon-siderurgicos:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-weight.png) no-repeat center center;
    position: absolute;
    top: 9px;
    left: 15px;
}
.mapa .side-nav ul #icon-químicos:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-radio.png) no-repeat center center;
    position: absolute;
    top: 11px;
    left: 15px;
}
.mapa .side-nav ul #icon-carga-geral:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-train.png) no-repeat center center;
    position: absolute;
    top: 10px;
    left: 15px;
}
.mapa .fact-sheet {
    width: 240px;
    height: 350px;
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.mapa .fact-sheet .header {
    height: 40px;
    width: 240px;
    background: #1d2027;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapa .fact-sheet .header .headline {
    height: 40px;
    line-height: 40px;
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-weight: 400;
    padding: 0px 0px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapa .fact-sheet .header a {
    width: 40px;
    height: 40px;
    background: #ed3830;
    display: block;
    float: right;
}
.mapa .fact-sheet .header a:after {
    content: '';
    display: block;
    position: relative;
    top: 13px;
    left: 13px;
    width: 16px;
    height: 13px;
    background: url(/bundles/stepvaluetakargo/images/icon-download.png) no-repeat center center;
}
.mapa .fact-sheet .photo {
    width: 240px;
    height: 100px;
}
.mapa .fact-sheet .box-content {
    background: #fff;
    width: 240px;
    height: 140px;
}
.mapa .fact-sheet .box-content .row-small {
    display: block;
    width: 240px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 21px 4px;
}
.mapa .fact-sheet .box-content .flag {
    float: left;
    width: 26px;
    margin-right: 18px;
    position: relative;
    top: 8px;
}
.mapa .fact-sheet .box-content .icon-train {
    float: left;
    width: 26px;
    margin-right: 18px;
    position: relative;
    top: 7px;
    left: 6px;
}
.mapa .fact-sheet .box-content .icon-compass {
    float: left;
    width: 26px;
    margin-right: 18px;
    position: relative;
    top: 11px;
    left: 3px;
}
.mapa .fact-sheet .box-content .title {
    color: #9098a3;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    line-height: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 2px;
}
.mapa .fact-sheet .box-content .value {
    font-size: 16px;
    color: #282b33;
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.media {
    width: 100%;
    height: 464px;
    position: relative;
    background: url(/bundles/stepvaluetakargo/images/main-bg2.jpg) no-repeat center center;
    background-size: auto 100%;
}
.media .container {
    width: 960px;
    margin: 0px auto;
}
.media .left-side {
    float: left;
    display: block;
    width: 480px;
    padding-top: 50px;
}
.media .video {
    width: 440px;
    height: 240px;
    float: left;
    background: url(/bundles/stepvaluetakargo/images/video-placeholder.jpg) no-repeat center center;
    position: relative;
}
.media .video .play {
    width: 100px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -30px;
    background: #f03931;
}
.media .video .play:after {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 20px;
    border-color: transparent transparent transparent #ffffff;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -10px;
}
.media .gallery {
    width: 450px;
    height: 240px;
    float: right;
    background: url(/bundles/stepvaluetakargo/images/photo5.jpg) no-repeat center center;
}
.media .header {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1em;
    display: block;
    float: left;
    padding-left: 37px;
    padding-bottom: 37px;
}
.media .header-b {
    padding-left: 37px;
}
.media .browse {
    float: right;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    display: block;
    margin: 0px 34px 0px 0px;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 10px;
}
.media .browse-b {
    padding-top: 12px;
    margin: 0px 70px 0px 0px;
}
.media .right-side {
    float: right;
    display: block;
    width: 480px;
    padding-top: 50px;
}

footer {
    width: 100%;
    height: 280px;
    position: relative;
}
footer .row {
    width: 100%;
}
footer .top {
    height: 240px;
    width: 100%;
    background: #1d2027;
}
footer .top .container {
    width: 960px;
    height: 240px;
    margin: 0px auto;
    border-left: 1px solid #31343b;
}
footer .bottom {
    height: 40px;
    width: 100%;
    background: #000101;
}
footer .bottom .copy {
    color: #3d3d45;
    line-height: 37px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 0px 0px 0px 30px;
    font-size: 10px;
}
footer .bottom .container {
    width: 960px;
    height: 40px;
    margin: 0px auto;
}
footer .left-side {
    float: left;
    width: 720px;
    height: 240px;
}
footer .left-side .footer-nav {
    margin: 0px 0px 0px 40px;
    padding: 10px 0px 0px 0px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .left-side .footer-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
footer .left-side .footer-nav li ul {
    margin: 0px 55px 0px 0px;
    padding: 0;
    display: block;
    float: left;
}
footer .left-side .footer-nav li ul li {
    padding: 0;
    margin: 0px 0px 4px 0px;
    list-style-type: none;
    display: block;
}
footer .left-side .footer-nav li ul li a {
    color: #f03931;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
footer .left-side .footer-nav li ul li .headline {
    text-transform: uppercase;
    color: #9ea3b1;
    margin-top: 31px;
    display: block;
}
footer .right-side {
    float: right;
    height: 240px;
    width: 240px;
    background: #282b33;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.lt-ie9 footer .right-side {
    -webkit-box-shadow: 0px 5px 15px 0px black;
    -moz-box-shadow: 0px 5px 15px 0px black;
    box-shadow: 0px 5px 15px 0px black;
    behavior: url(../../Resources/public/css/PIE.php);
    position: relative;
}
footer .right-side .map {
    width: 240px;
    height: 200px;
    padding: 28px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/bundles/stepvaluetakargo/images/world-bg.png) no-repeat -300px -40px;
}
footer .right-side .map .headline {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 16px;
}
footer .right-side .map .headline:after {
    position: relative;
    top: 16px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
footer .right-side .map .description {
    color: #9ea3b1;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    margin-top: 17px;
    padding-bottom: 30px;
}
footer .right-side .more {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: 240px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #3b3e46;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .right-side .more span {
    font-weight: 900;
    margin-right: 8px;
    color: #f03931;
}

/* Página Material Circulante
-------------------------------------*/
.intro {
    height: 230px;
    width: 100%;
    margin: 10px 0;
    display: table;
    overflow: hidden;
}
.intro-subcontainer {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 30px;
}
.intro-subcontainer p {
    font-family: Georgia, Serif;
    font-style: italic;
    font-size: 18px;
    color: #5a5e69;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}
.material-container{
    width: 100%;
    height: 100%;
}
.material-container:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    margin-bottom: 50px;
}
.material{
    width: 720px;
    height: 240px;
}
.left-position{
    float: left;
}
.right-position{
    float: right;
}
.material-info {
    height: 240px;
    width: 240px;
    float: left;
    background: url(/bundles/stepvaluetakargo/images/black-block.jpg) no-repeat;
    background-color: #000000;
    color: #FFFFFF;
}
.material-info h3 {
    color: #9ea3b1;
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 18px;
    font-family: Georgia, Serif;
}
.material-info p {
    padding-left: 30px;
    font-family: 'Lato', sans-serif;
    padding-right: 20px;
}
.material-img{
    height: 240px;
    width: 480px;
    float: right;
    background-color: #008000;
}
.material-img .btn-pdf {
    width: 130px;
    height: 40px;
    background-color: #f03931;
    color: #FFFFFF;
    float: right;
    font-family: 'Lato', sans-serif;
    font-size:  12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-top: 200px;
    line-height: 40px;
}

.material-img .btn-pdf span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}


.news-container {
    margin: 50px 0;
}
.news-box {
    width: 238px;
    height: 238px;
    margin: 1px;
    float: left;
    background-color: #eb3323;
    cursor: pointer;
    position: relative;
}
.news-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 239px;
    height: 239px;
    background-color: #000;
    opacity: 0.1;
}
.news-box p {
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 15px 25px;
    margin: 0;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: grey;
    width: 188px;
}

/* START Detalhe Noticias */

.news-full-container{
    width: 100%;
    background-color: #f5f5f5;
    padding: 0;
    overflow: hidden;
}

.news-detail-container{
    width: 960px;
    height: 0px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.news-detail-container ul{
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0;
}

.news-controller{
    width: 100px;
    height: 20px;
    top: 70px;
    right: 0px;
    position: absolute;
    z-index: 1;
}
.news-controller .btn-news-controller{
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.news-controller #btn_before{
    background:url(/bundles/stepvaluetakargo/images/sprite-controllers-news.png) 0 0;
}
.news-controller #btn_next{
    background:url(/bundles/stepvaluetakargo/images/sprite-controllers-news.png) 52px 0px;
}
.news-controller #btn_close{
    background:url(/bundles/stepvaluetakargo/images/sprite-controllers-news.png) 22px 0;
}

.news-detail{
    width: 960px;
    list-style: none;
    float: left;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
}
.news-detail h2{
    font-size: 18px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    margin: 0px 0 30px;
}
.news-detail img{
    float: left;
    margin: 0 30px 30px 0;
}
.news-detail .news-texto{
    width: 310px;
    float: right;
    /*
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    -o-column-count:2;
    */
}
.news-detail .news-texto p{
    margin-top: 0px;
}

/* END Detalhe Noticias *//*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clear{
    clear: both;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

input:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    min-width: 960px;
}

.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(/bundles/stepvaluetakargo/images/main-bg1.jpg) no-repeat center -31px;
    background-size: auto 780px;
}
.lt-ie9 .wrapper {
    background-size: 100%;
}

.wrapper-second {
    background: url(/bundles/stepvaluetakargo/images/main-bg3.jpg) no-repeat center -1px;
    background-size: auto 780px;
}
#quem-somos-apresentacao { background: url(/bundles/stepvaluetakargo/images/quem-somos-apresentacao.jpg) no-repeat center -1px; }
#quem-somos-historia{ background: url(/bundles/stepvaluetakargo/images/quem-somos-historia.jpg) no-repeat center -1px; }
#quem-somos-ibercargo{ background: url(/bundles/stepvaluetakargo/images/quem-somos-ibercargo.jpg) no-repeat center -1px; }
#material-circulante-bg{ background: url(/bundles/stepvaluetakargo/images/quem-somos-material-circulante.jpg) no-repeat center -1px; }
#quem-somos-visao{ background: url(/bundles/stepvaluetakargo/images/quem-somos-visao-missao.jpg) no-repeat center -1px; }

#oportunidades,
#candidaturas {background: url(/bundles/stepvaluetakargo/images/recrutamento.jpg) no-repeat center -1px; }

.wrapper-map {
    background: none;
}

header {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 20px;
    background: rgba(40, 43, 51, 0.6);
    border-bottom: 5px solid #de352d;
}
.lt-ie9 header {
    background: url(/bundles/stepvaluetakargo/images/ie-fallback1.png);
}
header .container {
    width: 960px;
    height: 100px;
    margin: 0px auto;
}
header .logo {
    width: 240px;
    height: 100px;
    background: #fff;
    float: left;
}
header .logo img {
    position: relative;
    top: 30px;
    left: 43px;
}
header .right-side {
    width: 720px;
    height: 100px;
    float: right;
    display: block;
}
header .right-side .search-bar {
    width: 100%;
    height: 40px;
    background: #1d2027;
    display: block;
    float: left;
}
header .right-side .search-bar form {
    display: block;
    float: left;
}
header .right-side .search-bar form input[type=search] {
    width: 185px;
    height: 40px;
    float: left;
    border: 0px;
    background: #34373d;
    color: #9ea3b1;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 11px;
    line-height: 1em;
    padding: 0px 0px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .right-side .search-bar form input {
    width: 185px;
    height: 40px;
    float: left;
    border: 0px;
    background: #34373d;
    color: #9ea3b1;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 11px;
    line-height: 40px;
    padding: 0px 0px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .right-side .search-bar form ::-webkit-input-placeholder {
    color: #9ea3b1;
    opacity: 1;
}
header .right-side .search-bar form :-moz-placeholder {
    /* Firefox 18- */
    color: #9ea3b1;
    opacity: 1;
}
header .right-side .search-bar form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9ea3b1;
    opacity: 1;
}
header .right-side .search-bar form :-ms-input-placeholder {
    color: #9ea3b1;
    opacity: 1;
}
header .right-side .search-bar form button {
    width: 50px;
    height: 40px;
    border: 0px;
    background: #34373d;
    position: relative;
}
header .right-side .search-bar form button:after {
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    background: url(/bundles/stepvaluetakargo/images/icon-search.png) no-repeat 16px 13px;
}
header .right-side .search-bar .lang {
    float: right;
    font-family: 'Lato', sans-serif;
}
header .right-side .search-bar .lang .box {
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 11px;
    display: block;
    float: right;
    color: #fff;
    border-left: 1px solid #31343b;
}
header .right-side .search-bar .lang .active {
    color: #f03931;
}
header nav {
    width: 720px;
    height: 60px;
    margin: 0;
    padding: 0;
    float: right;
}
header nav ul {
    display: block;
    float: right;
    height: 60px;
    width: 740px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0;
}
header nav ul li {
    list-style-type: none;
    display: block;
    text-align: center;
    float: right;
    height: 60px;
    line-height: 56px;
    margin: 0;
    padding: 0;
}
header nav ul li:hover {
    background: #3b3e46;
}
header nav ul li:hover:after {
    display: block;
    content: '';
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    height: 5px;
    background: #3b3e46;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #3b3e46;
}
header nav ul li:hover a {
    border-right: 1px solid #3b3e46;
    color: #f03931;
}
header nav ul li:hover .second-level a {
    color: #fff;
}
header nav ul li a {
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: block;
    font-size: 14px;
    height: 60px;
    border-right: 1px solid #88898c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lt-ie9 header nav ul li a {
    padding: 0 26px 0 26px;
}
/*header nav ul li:first-child a {
    padding: 0px 33px 0px 33px;
}*/
header nav ul .active a {
    color: #eb3323;
}
header nav .second-level-holder {
    position: absolute;
    top: 104px;
    left: 0px;
    z-index: 10;
    height: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #3b3e46;
    overflow: hidden;
}
header nav .second-level {
    padding: 0;
    display: block;
    background: #3b3e46;
    width: 960px;
    height: 42px;
    float: none;
    position: relative;
    overflow: hidden;
    margin: -8px auto 0;
}
header nav .second-level li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    /*float: left;*/
    height: 42px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
header nav .second-level li:hover {
    background: none;
}
header nav .second-level li:hover:after {
    display: none;
}
header nav .second-level li a {
    color: #fff;
    padding: 0px 12px 0px 12px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: block;
    font-size: 12px;
    height: 42px;
    border: 0px;
    position: relative;
}
header nav .second-level li a:hover {
    color: #f03931 !important;
}
header nav .second-level .active a {
    color: #f03931 !important;
}
header .mapa-nav ul li a {
    border-right: 1px solid #3b3e46;
}

.header-map {
    background: #282b33;
}
.lt-ie9 .header-map {
    background: #282b33;
}

.main-display {
    width: 100%;
    height: 360px;
    position: relative;
}
.main-display .container {
    width: 960px;
    height: 360px;
    margin: 0px auto;
}
.main-display .container .caption {
    display: block;
    position: relative;
    padding: 102px 0px 0px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-display .container .headline {
    color: #fff;
    font-size: 64px;
    font-family: 'Lato', sans-serif;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.85em;
}
.main-display .container .sub-headline {
    font-family: 'Georgia', Serif;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    display: block;
    margin-top: 9px;
}
.main-display .container .more {
    margin-top: 21px;
    margin-left: 1px;
    display: inline-block;
    height: 40px;
    padding: 0px 38px 0px 22px;
    letter-spacing: 1px;
    background: #161a21;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 38px;
    position: relative;
}
.main-display .container .more:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 16px;
    width: 9px;
    height: 10px;
    background: url(/bundles/stepvaluetakargo/images/icon-go.png) no-repeat center center;
}

.display-second {
    height: 280px;
}
.display-second .container .caption {
    display: block;
    position: relative;
    padding: 130px 0px 0px 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 120px;
}
.content .container-shadow {
    width: 960px;
    height: 720px;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.lt-ie9 .content .container-shadow {
    -webkit-box-shadow: 0px 0px 20px 0px #a8a8a8;
    -moz-box-shadow: 0px 0px 20px 0px #a8a8a8;
    box-shadow: 0px 0px 20px 0px #a8a8a8;
    behavior: url(../../Resources/public/css/PIE.php);
    position: relative;
}
.content .container {
    width: 960px;
    height: 720px;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.content .row {
    height: 240px;
    width: 960px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.content .bottom-shadow {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}
.content .business-areas {
    background: #fff;
    padding: 28px 30px;
}
.content .business-areas .headline {
    color: #969ea9;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 16px;
}
.content .business-areas .headline:after {
    position: relative;
    top: 16px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.content .business-areas .description {
    color: #5a5e69;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    margin-top: 17px;
    padding-bottom: 30px;
}
.content .business-areas .more {
    color: #f03931;
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: 240px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e1e7ee;
    padding-left: 32px;
}
.content .business-areas .more span {
    font-weight: 900;
    margin-right: 8px;
}
.content .transport-solutions {
    background: url(/bundles/stepvaluetakargo/images/photo1.jpg) no-repeat center center;
}
.content .transport-solutions .headline-holder {
    margin: 150px 0px 0px 30px;
}
.content .transport-solutions .headline-b {
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.content .transport-solutions .more {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: block;
    line-height: 1em;
    margin-top: 10px;
}
.content .transport-solutions .more span {
    color: #f03931;
    font-weight: 900;
    margin-right: 8px;
}
.content .rolling {
    background: url(/bundles/stepvaluetakargo/images/photo2.jpg) no-repeat center center;
}
.content .rolling .headline-holder {
    margin: 150px 0px 0px 30px;
}
.content .rolling .headline-b {
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 80%;
}
.content .rolling .more {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: block;
    line-height: 1em;
    margin-top: 10px;
}
.content .rolling .more span {
    color: #f03931;
    font-weight: 900;
    margin-right: 8px;
}
.content .partnerships {
    background: url(/bundles/stepvaluetakargo/images/ibercargo.jpg) no-repeat center center;
    background-size: cover;
}
.content .partnerships .headline-holder {
    margin: 150px 0px 0px 30px;
}
.content .partnerships .headline-b {
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.content .partnerships .more {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: block;
    line-height: 1em;
    margin-top: 10px;
}
.content .partnerships .more span {
    color: #f03931;
    font-weight: 900;
    margin-right: 8px;
}
.content .route-map {
    background: #161a21;
    padding: 28px 30px;
}
.content .route-map .headline {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 16px;
}
.content .route-map .headline:after {
    position: relative;
    top: 16px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.content .route-map .description {
    color: #9ea3b1;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    margin-top: 17px;
    padding-bottom: 30px;
}
.content .know-the-routes {
    background: url(/bundles/stepvaluetakargo/images/negative-map-bg.jpg) no-repeat center center;
}
.content .know-the-routes .headline-holder {
    display: block;
    margin: 105px 0px 0px 30px;
}
.content .know-the-routes .headline-c {
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    line-height: 1em;
}
.content .know-the-routes .explore {
    display: inline-block;
    height: 40px;
    background: #f03931;
    color: #fff;
    padding: 0px 57px 0px 22px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-top: 17px;
    font-size: 12px;
    position: relative;
}
.content .know-the-routes .explore:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(/bundles/stepvaluetakargo/images/icon-compass.png) no-repeat center center;
}
.content .top-stories {
    background: #fcfbfb;
    padding: 28px 30px;
    position: relative;
}
.content .top-stories .headline {
    color: #969ea9;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 16px;
}
.content .top-stories .headline:after {
    position: relative;
    top: 16px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.content .top-stories .slides .title {
    font-family: 'Georgia', Serif;
    color: #9ea3b1;
    font-size: 16px;
    font-style: italic;
    padding-top: 41px;
    display: block;
}
.content .top-stories .slides .title a {
    color: #9ea3b1;
}
.content .top-stories .pagination {
    font-family: 'Georgia', Serif;
    color: #9ea3b1;
    font-size: 10px;
    font-style: italic;
    position: absolute;
    bottom: 61px;
    right: 28px;
}
.content .top-stories .more {
    color: #f03931;
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: 160px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e1e7ee;
    padding-left: 32px;
}
.content .top-stories .more span {
    font-weight: 900;
    margin-right: 8px;
}
.content .top-stories .direction-nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top: 1px solid #e1e7ee;
    height: 40px;
    width: 80px;
}
.content .top-stories .direction-nav a {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    border-left: 1px solid #e1e7ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content .top-stories .direction-nav .left {
    background: url(/bundles/stepvaluetakargo/images/arrow-left.png) no-repeat center center;
}
.content .top-stories .direction-nav .right {
    background: url(/bundles/stepvaluetakargo/images/arrow-right.png) no-repeat center center;
}
.content .photo-description {
    background: #f5f6f8;
    padding: 26px 30px;
    -webkit-box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.content .photo-description .date {
    font-family: 'Lato', sans-serif;
    color: #9ea3b1;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.content .photo-description .headline-d {
    font-family: 'Georgia', Serif;
    text-decoration: underline;
    font-size: 14px;
    font-style: italic;
    color: #282b33;
    display: block;
    line-height: 1.3em;
    margin-bottom: 11px;
}
.content .photo-description .description {
    display: block;
    font-family: 'Lato', sans-serif;
    color: #5a5e69;
    font-size: 14px;
    line-height: 1.3em;
}
.content .photo-holder {
    background: url(/bundles/stepvaluetakargo/images/photo4.jpg) no-repeat center center;
    position: relative;
    z-index: 5;
}
.content .photo-holder:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f5f6f8;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -10px;
}
.content .column-small, .content .column-medium, .content .column-large {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content .column-small {
    height: 240px;
    width: 240px;
}
.content .column-medium {
    height: 240px;
    width: 480px;
}
.content .column-large {
    height: 240px;
    width: 720px;
}

.content-second {
    background: #fff;
    padding-bottom: 0;
    margin: 0px 0px 1px 0px;
    box-shadow: 0px;
}
.content-second .container {
    box-shadow: 0px 0px;
    height: auto;
    min-height: 720px;
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 0;
    box-shadow: 0px;
}
.content-second .left {
    float: left;
    width: 480px;
    height: auto;
    min-height: 100px;
    overflow: hidden;
}
.content-second .left .about, .content-second .left p:first-child {
    display: block;
    padding: 75px 40px 47px 30px;
    font-family: 'Georgia', Serif;
    font-style: italic;
    color: #5a5e69;
    font-size: 18px;
    line-height: 1.45em;
}
.content-second .left .text, .content-second .left p, .content-second .left ul, .content-second .media-container .media-description {
    color: #282b33;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: block;
    padding: 0px 90px 15px 30px;
    line-height: 1.7em;
}
.content-second .media-container .media-description {
    padding: 0px;
}
.content-second .left ul {
    padding-left: 80px;
}
.content-second .right {
    float: right;
    width: 480px;
}
.content-second .right .video {
    width: 480px;
    height: 240px;
    position: relative;
    z-index: 4;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.lt-ie9 .content-second .right .video {
    behavior: url(../../Resources/public/css/PIE.php);
    position: relative;
    -webkit-box-shadow: 0px 5px 10px #818181;
    -moz-box-shadow: 0px 5px 10px #818181;
    box-shadow: 0px 5px 10px #818181;
}
.content-second .right .video .play {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background: #161a21;
    display: block;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.content-second .right .video .play:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 15px;
    left: 17px;
    background: url(/bundles/stepvaluetakargo/images/icon-go2.png) no-repeat center center;
}
.content-second .right .rules {
    background: #161a21;
    padding: 28px 30px;
    float: right;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
}
.lt-ie9 .content-second .right .rules {
    z-index: 5;
    behavior: url(../../Resources/public/css/PIE.php);
    position: relative;
    -webkit-box-shadow: 0px 5px 10px #818181;
    -moz-box-shadow: 0px 5px 10px #818181;
    box-shadow: 0px 5px 10px #818181;
}
.content-second .right .rules .headline {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 32px;
}
.content-second .right .rules .headline:after {
    position: relative;
    top: 32px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.content-second .right .rules .sub-headline {
    font-family: 'Georgia', Serif;
    font-size: 14px;
    color: #9ea3b1;
    font-style: italic;
    display: block;
    text-transform: uppercase;
    margin-top: 17px;
    line-height: 1.3;
}
.content-second .right .rules .description {
    color: #e4e9f0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    margin-top: 17px;
    padding-bottom: 30px;
}
.content-second .right .dates {
    border: 1px solid #e1e7ee;
    border-bottom: 0px;
    float: left;
    margin-top: 120px;
}
.content-second .right .dates .box {
    border-bottom: 1px solid #e1e7ee;
    height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 30px;
}
.content-second .right .dates .date {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #9ea7b3;
    display: block;
    line-height: 1em;
    padding-bottom: 5px;
}
.content-second .right .dates .event {
    color: #282b33;
    display: block;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 21px;
    line-height: 1.1em;
}

.mapa {
    height: 699px;
    margin-bottom: 0px;
    position: relative;
    background: url(/bundles/stepvaluetakargo/images/map-bg-new.jpg) no-repeat 40% center;
    background-size: auto 100%;
}
.mapa .map-cover-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.mapa .container {
    height: 699px;
    position: relative;
    box-shadow: none;
}
.mapa .side-nav {
    width: 240px;
    float: left;
}
.mapa .side-nav .side-nav-header {
    width: 240px;
    height: 100px;
    background: #161a21;
    padding: 26px 30px;
    border-bottom: 1px solid #e1e7ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapa .side-nav .side-nav-header .headline {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 17px;
}
.mapa .side-nav .side-nav-header .headline:after {
    position: relative;
    top: 17px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
.mapa .side-nav ul {
    margin: 0;
    padding: 0;
}
.mapa .side-nav ul li {
    padding: 0;
    margin: 0;
    background: #fff;
    display: block;
    position: relative;
}
.mapa .side-nav ul li a {
    color: #282b33;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    line-height: 39px;
    width: 100%;
    display: block;
    padding: 0px 0px 0px 45px;
    border-bottom: 1px solid #e1e7ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}
.mapa .side-nav ul li:after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url(/bundles/stepvaluetakargo/images/icon-toggle.png) no-repeat center center;
    position: absolute;
    top: 9px;
    right: 24px;
}
.mapa .side-nav ul li ul {
    margin: 0;
    padding: 0;
}
.mapa .side-nav ul li ul li {
    margin: 0;
    padding: 0;
    background: #e1e7ee;
    display: block;
}
.mapa .side-nav ul li ul li:hover {
    background: #acb4be;
}
.mapa .side-nav ul li ul li:after {
    display: none;
}
.mapa .side-nav ul li ul li a {
    font-size: 13px;
    border-bottom: 1px solid #ced5dd;
}
.mapa .side-nav ul li ul .active {
    background: #acb4be;
}
.mapa .side-nav ul li ul .active:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(/bundles/stepvaluetakargo/images/icon-red-dot.png) no-repeat center center;
    position: absolute;
    top: 15px;
    left: 20px;
}
.mapa .side-nav ul .open:after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url(/bundles/stepvaluetakargo/images/icon-hide.png) no-repeat center center;
    position: absolute;
    top: 9px;
    right: 24px;
}
.mapa .side-nav ul .item {
    position: relative;
}
.mapa .side-nav ul #icon-82:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-dots.png) no-repeat center center;
    position: absolute;
    top: 11px;
    left: 14px;
}
.mapa .side-nav ul #icon-83:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-doc.png) no-repeat center center;
    position: absolute;
    top: 11px;
    left: 15px;
}
.mapa .side-nav ul #icon-84:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-weight.png) no-repeat center center;
    position: absolute;
    top: 9px;
    left: 15px;
}
.mapa .side-nav ul #icon-117:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-radio.png) no-repeat center center;
    position: absolute;
    top: 11px;
    left: 15px;
}
.mapa .side-nav ul #icon-86:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-train.png) no-repeat center center;
    position: absolute;
    top: 10px;
    left: 15px;
}
.mapa .side-nav ul #icon-85:before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background: url(/bundles/stepvaluetakargo/images/icon-train.png) no-repeat center center;
    position: absolute;
    top: 10px;
    left: 15px;
}
.mapa .fact-sheet {
    width: 240px;
    height: 320px;
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.mapa .fact-sheet .header {
    height: 40px;
    width: 240px;
    background: #1d2027;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapa .fact-sheet .header .headline {
    height: 40px;
    line-height: 40px;
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-weight: 400;
    padding: 0px 0px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapa .fact-sheet .header a {
    width: 40px;
    height: 40px;
    background: #ed3830;
    display: block;
    float: right;
}
.mapa .fact-sheet .header a:after {
    content: '';
    display: block;
    position: relative;
    top: 13px;
    left: 13px;
    width: 16px;
    height: 13px;
    background: url(/bundles/stepvaluetakargo/images/icon-download.png) no-repeat center center;
}
.mapa .fact-sheet .photo {
    width: 240px;
    height: 100px;
}
.mapa .fact-sheet .box-content {
    background: #fff;
    width: 240px;
    height: 180px;
}
.mapa .fact-sheet .box-content .row-small {
    display: block;
    width: 240px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 21px 4px;
}
.mapa .fact-sheet .box-content .flag {
    float: left;
    width: 26px;
    margin-right: 18px;
    position: relative;
    top: 8px;
}
.mapa .fact-sheet .box-content .icon-train {
    float: left;
    width: 26px;
    margin-right: 18px;
    position: relative;
    top: 7px;
    left: 6px;
}
.mapa .fact-sheet .box-content .icon-compass {
    float: left;
    width: 26px;
    margin-right: 18px;
    position: relative;
    top: 11px;
    left: 3px;
}
.mapa .fact-sheet .box-content .title {
    color: #9098a3;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    line-height: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 2px;
}
.mapa .fact-sheet .box-content .value {
    font-size: 16px;
    color: #282b33;
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.media {
    width: 100%;
    height: 464px;
    position: relative;
    background: url(/bundles/stepvaluetakargo/images/main-bg2.jpg) no-repeat center center;
    background-size: auto 100%;
}
.media .container {
    width: 960px;
    margin: 0px auto;
}
.media .left-side {
    float: left;
    display: block;
    width: 480px;
    padding-top: 50px;
}
.media .video {
    width: 440px;
    height: 240px;
    float: left;
    background: url(/bundles/stepvaluetakargo/images/video-placeholder.jpg) no-repeat center center;
    position: relative;
}
.media .video .play {
    width: 100px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -30px;
    background: #f03931;
}
.media .video .play:after {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 20px;
    border-color: transparent transparent transparent #ffffff;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -10px;
}
.media .gallery {
    width: 450px;
    height: 240px;
    float: right;
    background: url(/bundles/stepvaluetakargo/images/photo5.jpg) no-repeat center center;
}
.media .header {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1em;
    display: block;
    float: left;
    padding-left: 37px;
    padding-bottom: 37px;
}
.media .header-b {
    padding-left: 37px;
}
.media .browse {
    float: right;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    display: block;
    margin: 0px 34px 0px 0px;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 10px;
}
.media .browse-b {
    padding-top: 12px;
    margin: 0px 70px 0px 0px;
}
.media .right-side {
    float: right;
    display: block;
    width: 480px;
    padding-top: 50px;
}

footer {
    width: 100%;
    height: 280px;
    position: relative;
}
footer .row {
    width: 100%;
}
footer .top {
    height: 240px;
    width: 100%;
    background: #1d2027;
}
footer .top .container {
    width: 960px;
    height: 240px;
    margin: 0px auto;
    border-left: 1px solid #31343b;
}
footer .bottom {
    height: 40px;
    width: 100%;
    background: #000101;
}
footer .bottom .copy {
    color: #3d3d45;
    line-height: 37px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 0px 0px 0px 30px;
    font-size: 10px;
}
footer .bottom .container {
    width: 960px;
    height: 40px;
    margin: 0px auto;
}
footer .left-side {
    float: left;
    width: 720px;
    height: 240px;
}
footer .left-side .footer-nav {
    margin: 0px 0px 0px 40px;
    padding: 10px 0px 0px 0px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .left-side .footer-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
footer .left-side .footer-nav li ul {
    margin: 0px 55px 0px 0px;
    padding: 0;
    display: block;
    float: left;
}
footer .left-side .footer-nav li ul li {
    padding: 0;
    margin: 0px 0px 4px 0px;
    list-style-type: none;
    display: block;
}
footer .left-side .footer-nav li ul li a {
    color: #f03931;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
footer .left-side .footer-nav li ul li .headline {
    text-transform: uppercase;
    color: #9ea3b1;
    margin-top: 31px;
    display: block;
}
footer .right-side {
    float: right;
    height: 240px;
    width: 240px;
    background: #282b33;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.lt-ie9 footer .right-side {
    -webkit-box-shadow: 0px 5px 15px 0px black;
    -moz-box-shadow: 0px 5px 15px 0px black;
    box-shadow: 0px 5px 15px 0px black;
    behavior: url(../../Resources/public/css/PIE.php);
    position: relative;
}
footer .right-side .map {
    width: 240px;
    height: 200px;
    padding: 28px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/bundles/stepvaluetakargo/images/world-bg.png) no-repeat -300px -40px;
}
footer .right-side .map .headline {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 16px;
}
footer .right-side .map .headline:after {
    position: relative;
    top: 16px;
    left: 0px;
    width: 42px;
    height: 1px;
    content: '';
    display: block;
    background: #f03931;
}
footer .right-side .map .description {
    color: #9ea3b1;
    font-family: 'Georgia', Serif;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    margin-top: 17px;
    padding-bottom: 30px;
}
footer .right-side .more {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: 240px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #3b3e46;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .right-side .more span {
    font-weight: 900;
    margin-right: 8px;
    color: #f03931;
}

/* Página Material Circulante
-------------------------------------*/
.intro {
    height: 230px;
    width: 100%;
    margin: 10px 0;
    display: table;
    overflow: hidden;
}
.intro-subcontainer {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 30px;
}
.intro-subcontainer p {
    font-family: Georgia, Serif;
    font-style: italic;
    font-size: 18px;
    color: #5a5e69;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}
.material-container{
    width: 100%;
    height: 100%;
}
.material-container:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    margin-bottom: 50px;
}
.material{
    width: 720px;
    height: 240px;
}
.left-position{
    float: left;
}
.right-position{
    float: right;
}
.material-info {
    height: 240px;
    width: 240px;
    float: left;
    background: url(/bundles/stepvaluetakargo/images/black-block.jpg) no-repeat;
    background-color: #000000;
    color: #FFFFFF;
}
.material-info h3 {
    color: #9ea3b1;
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 18px;
    font-family: Georgia, Serif;
}
.material-info p {
    padding-left: 30px;
    font-family: 'Lato', sans-serif;
    padding-right: 20px;
}
.material-img{
    height: 240px;
    width: 480px;
    float: right;
    background-color: #008000;
}
.material-img .btn-pdf {
    width: 130px;
    height: 40px;
    background-color: #f03931;
    color: #FFFFFF;
    float: right;
    font-family: 'Lato', sans-serif;
    font-size:  12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-top: 200px;
    line-height: 40px;
}

.material-img .btn-pdf span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}


.news-container {
    margin: 50px 0;
}
.news-box {
    width: 238px;
    height: 238px;
    margin: 1px;
    float: left;
    background-color: #eb3323;
    cursor: pointer;
    position: relative;
}
.news-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 239px;
    height: 239px;
    background-color: #000;
    opacity: 0.1;
}
.news-box p {
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 15px 25px;
    margin: 0;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: grey;
    width: 188px;
}


/* Página Media
-------------------------------------*/
.media-display-wrapper {
    background-color: #f5f5f5;
}
.media-display-wrapper-center {
    width: 960px;
    height: 620px;
    margin: 0 auto;
    position: relative;
}
.media-container {
    width: 960px;
    margin: 0 auto;
    box-shadow: 0px 0px;
    height: auto;
    height: 450px;
    overflow: hidden;
    padding-bottom: 0;
    box-shadow: 0px;
}
.media-title {
    height: 90px;
    width: 100%;
}
.media-title h2 {
    margin: 0;
    padding-top: 45px;
    font-size: 25px;
    color: #282b33;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.media-content-container {
    width: 100%;
    float: left;
    height: 490px;
    /*background: #000;*/
}
.media-youtube-video {
    height: 350px;
    width: 466px;
}
.media-thumb, .media-text {
    width: 90%;
    margin: 0 auto;
}
.media-text p {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #282b33
}
.media-list-container {
    list-style: none;
    width: 100%;
    height: 185px;
    margin: 30px 0 30px 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.media-list-container ul {
    list-style: none;
    width: 100%;
    height: 185px;
    padding: 0;
    margin: 0;
    position: absolute;
}
.media-list-container ul li {
    width: 320px;
    height: 180px;
    float: left;
    cursor: pointer;
    border-bottom: solid 5px #1D2027;
}

.media-list-container ul li.enabled{
    border-bottom: solid 5px #de352d;
}
.media-thumbnail-img {
    width: 320px;
    height: 180px;
}
.media-pagination {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
}
.paginacao_number{
    padding: 8px 12px;
    cursor: pointer;
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #F03931;
}
.paginacao_number.enabled{
    color: #de352d;
    margin-right: 8px;
    display: inline;
    color: #fff;
    background-color: #EB544A;
}
.media-controller{
    width: 65px;
    height: 20px;
    top: 50px;
    right: 0px;
    position: absolute;
    z-index: 1;
}
.media-controller .btn-media-controller{
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.media-controller #btn_before{
    background:url(/bundles/stepvaluetakargo/images/sprite-controllers-news.png) 0 0;
}
.media-controller #btn_next{
    background:url(/bundles/stepvaluetakargo/images/sprite-controllers-news.png) 52px 0px;
}
.content-second .media-display-wrapper .images-display-wrapper-center .image-content-container h3 {
    margin: 0;
    padding-top: 20px;
    font-size: 20px;
    color: #282b33;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

/* START Detalhe Noticias */

.news-full-container{
    width: 100%;
    background-color: #f5f5f5;
    padding: 0;
    overflow: hidden;
}

.news-detail-container{
    width: 960px;
    height: 0px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.news-detail-container ul{
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0;
}

.news-controller{
    width: 100px;
    height: 20px;
    top: 70px;
    right: 0px;
    position: absolute;
    z-index: 1;
}
.news-controller .btn-news-controller{
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.news-controller #btn_before{
    background:url(/bundles/stepvaluetakargo/images/sprite-controllers-news.png) 0 0;
}
.news-controller #btn_next{
    background:url(/bundles/stepvaluetakargo/images/sprite-controllers-news.png) 52px 0px;
}
.news-controller #btn_close{
    background:url(/bundles/stepvaluetakargo/images/sprite-controllers-news.png) 22px 0;
}

.news-detail{
    width: 960px;
    list-style: none;
    float: left;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
}
.news-detail h2{
    font-size: 18px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    margin: 0px 0 30px;
}
.news-detail img{
    float: left;
    margin: 0 30px 30px 0;
}
.news-detail .news-texto{
    width: 310px;
    float: right;
    /*
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    -o-column-count:2;
    */
}
.news-detail .news-texto p{
    margin-top: 0px;
}

/* END Detalhe Noticias */

/* START Detalhe Galeria */

.images-display-wrapper-center {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
}

.images-thumb, .images-text {
    width: 100%;
    margin: 10px auto;
}

.image-content-container {
    width: 100%;
    min-height: 350px;
    /*background: #000;*/
}

.image-list-container {
    list-style: none;
    width: 100%;
    height: 245px;
    margin: 30px 0 30px 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.image-list-container ul {
    list-style: none;
    width: 100%;
    height: 240px;
    padding: 0;
    margin: 0;
    position: absolute;
}
.image-list-container ul li {
    width: 240px;
    height: 240px;
    float: left;
    cursor: pointer;
    border-bottom: solid 5px #1D2027;
}

.image-list-container ul li div.enabled{
    border-bottom: solid 5px #de352d;
}

.image-thumbnail-img{
    width: 240px;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #111111;
}

/* END Detalhe Galeria */

/* Search */
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page {
    color: #fff;
    background-color: #EB544A;
}
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    padding: 1em;
    margin-right: 8px;
    display: inline;
}
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
    text-decoration: none;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer;
    text-decoration: underline;
    margin-right: 8px;
    display: inline;
}
.gsc-results .gsc-cursor-box {
    margin-top: 40px;
    margin-bottom: 10px;
}
.gs-web-image-box, .gs-promotion-image-box {
    float: left;
    padding: 2px 8px 2px 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    width: 62px;
}
#content-search{ background: none; }



/* NEW RECRUITMENT PAGES */
/* candidaturas */
::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #777;
    opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #777;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

/* generic */

#oportunidades,
#candidaturas {background: url(/bundles/stepvaluetakargo/images/recrutamento.jpg) no-repeat center -1px; }


#oportunidades .content-second .container,
#candidaturas .content-second .container {
    min-height: 200px;
    border-top: 2px solid red;
}


.content-jobs {
    background-color: #efefef;
    margin-bottom: 0;
    padding: 30px;
}

.content-jobs .container {
    height: auto;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#oportunidades .display-second .container .caption,
#candidaturas .display-second .container .caption {
    padding: 60px 0 0 33px;
}

.cont-header .left .tit {
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    display: block;
}
.cont-header .left h2, h3 {
    color: #161a22;
    font-size: 21px;
    font-family: 'Georgia', Serif;
    font-weight: 400;
}

.content-second .cont-header .right {
    width: 240px;
}

.content-second .cont-header .left {
    width: 660px;
    padding-top: 30px;
    padding-left: 30px;
}
.content-second .cont-header .left p {
    padding: 0;
    font-size: 15px;
    color: #999999;
}

.content-second .cont-header .right .sub-headline {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.btn {
    position: absolute;
    bottom: 20px;
    border: 1px solid #fff;
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
}

/* oportunidades */
.content-jobs h2 {
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    display: block;
    font-weight: 400;
    margin-bottom: 40px;
}
.content-jobs .left {
   width: 650px;
    float: left;
    margin-right: 30px;
}
.content-jobs .left strong {
    line-height: 1.6;
}
.content-jobs .right {
    width: 210px;
    float: left;
    margin-left: 30px;
    text-align: center;
}

.content-jobs .date div.ezdate-field {
    display: inline;
}

#app_form_candidatura_dataNascimento_day {
    width: 85px;
}

#app_form_candidatura_dataNascimento_month, #app_form_candidatura_dataNascimento_year {
    width: 85px;
    margin-left:10px;
}

.content-jobs .right .location {
    padding-top: 5px;
    text-transform: uppercase;
    text-align:center;
    margin:0px;
}

.content-jobs .right .desc {
    color: #838383;
    font-size: 14px;
    margin-bottom: 20px;
}

.content-jobs .right .error p {
    background-color: red;
    color: #fff;
    padding: 11px;
    font-size: 14px;
    margin-top: 20px;
}

.content-jobs .left .mensagem_erro {
    color: #e90705;
    font-size: 13px;
    margin: 5px 0 0 0;
}

.content-jobs form {
    width: 100%;
    overflow: hidden;
}

.content-jobs .item {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    float: left;
}

.content-jobs form input,
.content-jobs form select{
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #999;
}

.content-jobs form select,
.content-jobs form select option{
    width: 102%;
    background-color: #fff;
    padding: 10px;
    height: 38px;
    border-radius: 0px;
}

.content-jobs .left label, .required {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
    padding-bottom: 5px;
}

.content-jobs .left .item-full,
.content-jobs .left .item-full input,
.content-jobs .left .item-half input{
    width: 99%;
    display: inline;
}

.content-jobs .left .item-full label,
.content-jobs .left .item-half label{
    width: 99%;
    display: inline;
    line-height: 2.5;
}

.content-jobs .left .item-full button {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #999;
    width: 99%;
    display: inline;
}

.content-jobs .left .item-half {
    width: 46%;
    float: left;
}

.content-jobs .left .item-half:first-child {
    margin-right: 10%;
    width: 44%;
}

.content-jobs .left .item-half input[type="file"] {
    background-color: #fff;
    font-size: 12px;
}
.disclaimer {
    font-size: 12px;
    color: #666;
}
.red-btn {
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    display: block;
   margin: 0 auto;
}

#oportunidades .btn {
    padding: 10px 12px;
    font-size: 11px;
}

.job-list {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}

.job-list .accordion-content {
    width: auto;
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #ccc;
}



.job-list .accordion-toggle {
    margin: 0;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.job-list .accordion-toggle .date {
    font-style: italic;
    font-size: 12px;
    font-family: georgia, serif;
    text-transform: none;
    float: right;
}
.btn-apply {
    background-color: #e13324;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
}

.content-jobs form input {

}
.label {
    border-radius:2px;
    backgound-color:red;
    color: #fff;
}

