/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 18, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 28, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* line 31, ../sass/_reset.scss */
body {
    line-height: 1;
}

/* line 34, ../sass/_reset.scss */
ol, ul {
    list-style: none;
}

/* line 37, ../sass/_reset.scss */
blockquote, q {
    quotes: none;
}

/* line 41, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* line 45, ../sass/_reset.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 49, ../sass/_reset.scss */
a {
    text-decoration: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
/* line 53, ../sass/_reset.scss */
html {
    box-sizing: border-box;
}

/* line 56, ../sass/_reset.scss */
*, *:before, *:after {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

/*======================================================
Source: http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/
Convertir tamaño de fuente en REM con fallback en PX
======================================================*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 28, 2014 */
@font-face {
    font-family: 'oswaldlight';
    src: url("../fonts/oswald-light-webfont.woff") format("woff"), url("../fonts/oswald-light-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url("../fonts/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldbold';
    src: url("../fonts/oswald-bold-webfont.woff") format("woff"), url("../fonts/oswald-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* line 1, ../sass/_text-styles.scss */
.ttl-1 {
    font-family: oswaldlight;
    font-size: 24px;
    font-size: 2rem;
    color: #FFCC00;
}

/* line 6, ../sass/_text-styles.scss */
.ttl-2 {
    font-family: 'oswaldregular';
    font-size: 18px;
    font-size: 1.125rem;
    color: #000000;
}

/* line 11, ../sass/_text-styles.scss */
.ttl-3 {
    font-family: 'oswaldregular';
    font-size: 18px;
    font-size: 1.125rem;
    color: #333333;
}

/* line 16, ../sass/_text-styles.scss */
.ttl-4 {
    font-family: 'oswaldlight';
    font-size: 16px;
    font-size: 1rem;
    color: #333333;
}

/* line 21, ../sass/_text-styles.scss */
.txt-1 {
    font-family: 'oswaldlight';
    font-size: 12px;
    font-size: 0.75rem;
    color: #808080;
}

/* line 26, ../sass/_text-styles.scss */
.txt-2 {
    font-family: 'oswaldlight';
    font-size: 16px;
    font-size: 1rem;
    color: #808080;
    line-height: 1.2;
}

/* line 32, ../sass/_text-styles.scss */
.txt-3 {
    font-family: 'oswaldregular';
    font-size: 16px;
    font-size: 1rem;
    color: #808080;
}

/* line 37, ../sass/_text-styles.scss */
.txt-4 {
    font-family: oswaldlight;
    font-size: 14px;
    font-size: 1rem;
    color: #333333;
    line-height: 1.2;
}

/* line 43, ../sass/_text-styles.scss */
.txt-5 {

    font-family: 'oswaldlight';
    font-size: 11px;
    font-size: 0.6875rem;
    color: #000;
}

/* line 48, ../sass/_text-styles.scss */
.txt-6 {
    font-family: 'oswaldlight';
    font-size: 12px;
    font-size: 0.75rem;
    color: #0071BC;
}

/* line 53, ../sass/_text-styles.scss */
.txt-7 {
    font-family: 'oswaldlight';
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFF;
}

/* line 58, ../sass/_text-styles.scss */
.txt-8 {
    font-family: oswaldregular;
    font-size: 11px;
    font-size: 0.8rem;
    color: #FF1D25;
}

/* line 63, ../sass/_text-styles.scss */
.txt-9 {
    background-color: #ED1B2D;
    color: #FFF;
    font-family: 'oswaldbold';
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 10px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.15);
}

/* line 75, ../sass/_text-styles.scss */
.link-1 {
    font-family: 'oswaldlight';
    font-size: 12px;
    font-size: 0.75rem;
    color: #808080;
    text-decoration: underline;
}

/* line 81, ../sass/_text-styles.scss */
.link-2 {
    font-family: 'oswaldregular';
    font-size: 12px;
    font-size: 0.75rem;
    color: #FFF;
}

/* line 1, ../sass/_icons-sprite.scss */
.ico-1 {
    background: url("../images/sprite-icons.png") no-repeat 0 0;
    display: inline-block;
}

/* line 5, ../sass/_icons-sprite.scss */
.ico-help-1 {
    background-position: 0 0;
    width: 16px;
    height: 24px;
}

/* line 10, ../sass/_icons-sprite.scss */
.ico-user-1 {
    background-position: 0 -34px;
    width: 22px;
    height: 23px;
}

/* line 15, ../sass/_icons-sprite.scss */
.ico-user-2 {
    background-position: 0 -100px;
    width: 19px;
    height: 20px;
}

/* line 20, ../sass/_icons-sprite.scss */
.ico-lock-1 {
    background-position: 0 -130px;
    width: 14px;
    height: 19px;
}

/* line 25, ../sass/_icons-sprite.scss */
.ico-arrow-1 {
    background-position: 0 -66px;
    width: 21px;
    height: 24px;
}

/* line 30, ../sass/_icons-sprite.scss */
.ico-sm {
    display: inline-block;
}

/* line 33, ../sass/_icons-sprite.scss */
.ico-repuestos-1 {
    background: url("../images/ico-sm-repuestos-1.png") no-repeat center -1px;
    width: 117px;
    height: 128px;
}
/* line 37, ../sass/_icons-sprite.scss */
.ico-repuestos-1:hover {
    background-position: center bottom;
}

/* line 41, ../sass/_icons-sprite.scss */
.ico-centro-1 {
    background: url("../images/ico-sm-centro-1.png") no-repeat center -2px;
    width: 135px;
    height: 101px;
}
/* line 45, ../sass/_icons-sprite.scss */
.ico-centro-1:hover {
    background-position: center -103px;
}

.ico-tecnico-1 {
    background: url("../images/ico-sm-tecnico-1.png") no-repeat center -2px;
    width: 135px;
    height: 101px;
}
/* line 45, ../sass/_icons-sprite.scss */
.ico-tecnico-1:hover {
    background-position: center -103px;
}
.ico-logistica-1 {
    background: url("../images/ico-sm-logistica-1.png") no-repeat center -2px;
    width: 135px;
    height: 101px;
}
/* line 45, ../sass/_icons-sprite.scss */
.ico-logistica-1:hover {
    background-position: center -103px;
}
/* line 49, ../sass/_icons-sprite.scss */
.ico-traza-1 {
    background: url("../images/ico-sm-traza-1.png") no-repeat center -3px;
    width: 113px;
    height: 102px;
}
/* line 53, ../sass/_icons-sprite.scss */
.ico-traza-1:hover {
    background-position: center -110px;
}

/* line 57, ../sass/_icons-sprite.scss */
.ico-paper-1 {
    background-position: 0 -158px;
    width: 37px;
    height: 48px;
}

/* line 62, ../sass/_icons-sprite.scss */
.ico-close-1 {
    background-position: 0 -216px;
    width: 43px;
    height: 41px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 18, ../sass/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

/* line 21, ../sass/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 39, ../sass/_flexslider.scss */
.flexslider {
    margin: 0;
    padding: 0;
}

/* line 40, ../sass/_flexslider.scss */
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 41, ../sass/_flexslider.scss */
.flexslider .slides img {
    width: 100%;
    display: block;
}

/* line 42, ../sass/_flexslider.scss */
.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 45, ../sass/_flexslider.scss */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* line 46, ../sass/_flexslider.scss */
html[xmlns] .slides {
    display: block;
}

/* line 47, ../sass/_flexslider.scss */
* html .slides {
    height: 1%;
}

/* No javascript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 52, ../sass/_flexslider.scss */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 56, ../sass/_flexslider.scss */
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
}

/* line 57, ../sass/_flexslider.scss */
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* line 58, ../sass/_flexslider.scss */
.loading .flex-viewport {
    max-height: 300px;
}

/* line 59, ../sass/_flexslider.scss */
.flexslider .slides {
    zoom: 1;
}

/* line 60, ../sass/_flexslider.scss */
.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
/* line 63, ../sass/_flexslider.scss */
.flex-direction-nav {
    *height: 0;
}

/* line 64, ../sass/_flexslider.scss */
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

/* line 65, ../sass/_flexslider.scss */
.flex-direction-nav .flex-prev {
    left: -50px;
}

/* line 66, ../sass/_flexslider.scss */
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

/* line 67, ../sass/_flexslider.scss */
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

/* line 68, ../sass/_flexslider.scss */
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

/* line 69, ../sass/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

/* line 70, ../sass/_flexslider.scss */
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

/* line 71, ../sass/_flexslider.scss */
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

/* line 72, ../sass/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
/* line 75, ../sass/_flexslider.scss */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

/* line 76, ../sass/_flexslider.scss */
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

/* line 77, ../sass/_flexslider.scss */
.flex-pauseplay a:hover {
    opacity: 1;
}

/* line 78, ../sass/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
/* line 81, ../sass/_flexslider.scss */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

/* line 82, ../sass/_flexslider.scss */
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/* line 83, ../sass/_flexslider.scss */
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 84, ../sass/_flexslider.scss */
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

/* line 85, ../sass/_flexslider.scss */
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

/* line 87, ../sass/_flexslider.scss */
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

/* line 88, ../sass/_flexslider.scss */
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

/* line 89, ../sass/_flexslider.scss */
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

/* line 90, ../sass/_flexslider.scss */
.flex-control-thumbs img:hover {
    opacity: 1;
}

/* line 91, ../sass/_flexslider.scss */
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    /* line 94, ../sass/_flexslider.scss */
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    /* line 95, ../sass/_flexslider.scss */
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
/* line 1, ../sass/_buttons.scss */

.btn-0 {
    color: #333333;
    cursor: pointer;
    border: 0;
    -webkit-box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    -moz-box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    font-family: 'oswaldregular';
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 20px;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px / 2px;
    border-radius: 2px / 2px;
    background-color: #99FF66;
}


.btn-1 {
    color: #333333;
    cursor: pointer;
    border: 0;
    -webkit-box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    -moz-box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    font-family: 'oswaldregular';
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 20px;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px / 2px;
    border-radius: 2px / 2px;
    background-color: #FFCC00;
}

/* line 15, ../sass/_buttons.scss */
.btn-2 {
    background-color: #ED1B2D;
    color: #FFF;
    font-family: 'oswaldbold';
    font-size: 12px;
    font-size: 0.75rem;
    padding: 12px 10px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.15);
}
/* line 26, ../sass/_buttons.scss */
.btn-2:hover {
    background-color: #666666;
}

/* line 30, ../sass/_buttons.scss */
.btn-3 {
    color: #333333;
    cursor: pointer;
    border: 0;
    -webkit-box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    -moz-box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    font-family: 'oswaldregular';
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 20px;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px / 2px;
    border-radius: 2px / 2px;
    background-color: #FFCC00;
}

/* line 44, ../sass/_buttons.scss */
.btn-4 {
    color: #FFF;
    cursor: pointer;
    background: #666666;
    border: 0;
    -webkit-box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    -moz-box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    box-shadow: inset 0px 16px 13px 0px rgba(255, 255, 255, 0.41);
    font-family: 'oswaldregular';
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 20px;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px / 2px;
    border-radius: 2px / 2px;
}

/* line 58, ../sass/_buttons.scss */
.btn-5 {
    cursor: pointer;
    margin: 0 10px;
}

/* line 62, ../sass/_buttons.scss */
.item-section {
    display: inline-block;
    position: relative;
}
/* line 65, ../sass/_buttons.scss */
.item-section .ico-section {
    z-index:-0;
    background: url(../images/bgr-logo-idl-1.png) no-repeat center center;
    width: 222px;
    height: 197px;
    display: block;
    position: relative;
}
/* line 71, ../sass/_buttons.scss */
.item-section .ico-section .ico-sm {
    position: absolute;
    top: 21%;
    bottom: 50%;
    left: 24%;
}
/* line 77, ../sass/_buttons.scss */
.item-section .ico-section .ico-centro-1 {
    left: 20%;
}
.item-section .ico-section .ico-tecnico-1 {
    left: 20%;
}
.item-section .ico-section .ico-logistica-1 {
    left: 20%;
}





/* line 1, ../sass/_header.scss */
.header {
    height: 100%;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.36);
    position: relative;
    background: #FFF;
    padding: 10px;
}
/* line 9, ../sass/_header.scss */
.header .logo-idl {
    position: absolute;
    top: 6px;
    left: 33px;
}
/* line 14, ../sass/_header.scss */
.header .ttl-1 {
    text-align: center;
    margin-top: 30px;
}
/* line 18, ../sass/_header.scss */
.header .user-options {
    position: absolute;
    top: 15px;
    right: 20px;
}
.header .user-options-video {
    position: absolute;
    top: 15px;
    right: 176px;
    width: 200px;
}
/* line 22, ../sass/_header.scss */
.header .user-options .ico-1 {
    vertical-align: middle;
    margin-right: 5px;
}
/* line 26, ../sass/_header.scss */
.header .user-options a {
    margin-left: 10px;
}
/* line 30, ../sass/_header.scss */
.header .user-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* line 34, ../sass/_header.scss */
.header .user-info p {
    display: inline-block;
}

/* line 1, ../sass/_footer.scss */
.footer {
    background: #E6E6E6;
    text-align: center;
    padding: 20px 0;
}

/* line 1, ../sass/_generals.scss */
.general-container {
    background: url(../images/bgr-1.jpg) repeat center center;
    width: 95%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

/* line 8, ../sass/_generals.scss */
.general-container.int-sec {
    background: #FFF;
}

/* line 1, ../sass/_module-login.scss */
.module-login {
    background: #FFF;
}
/* line 3, ../sass/_module-login.scss */
.module-login.content {
    padding-top: 30px;
}
/* line 6, ../sass/_module-login.scss */
.module-login .header-section {
    max-width: 500px;
    margin: 0 auto 37px;
}
/* line 10, ../sass/_module-login.scss */
.module-login .txt-2 {
    text-align: center;
}
/* line 13, ../sass/_module-login.scss */
.module-login .container-login-form {
    width: 640px;
    margin: 0 auto 90px;
}
/* line 16, ../sass/_module-login.scss */
.module-login .container-login-form .login-form {
    padding: 32px 27px;
    width: 100%;
    margin-bottom: 10px;
}
/* line 23, ../sass/_module-login.scss */
.module-login .container-login-form .login-form input[type="text"],
.module-login .container-login-form .login-form input[type="password"] {
    background-color: #E6E6E6;
    padding: 2px 5px;
    width: 185px;
}
/* line 28, ../sass/_module-login.scss */
.module-login .container-login-form .login-form input {
    border: 0;
}
/* line 31, ../sass/_module-login.scss */
.module-login .container-login-form .login-form .container-input {
    display: inline-block;
    margin-left: 30px;
}
/* line 34, ../sass/_module-login.scss */
.module-login .container-login-form .login-form .container-input:first-child {
    margin-left: 0;
}
/* line 39, ../sass/_module-login.scss */
.module-login .container-login-form .link-1 {
    float: right;
}
/* line 43, ../sass/_module-login.scss */
.module-login .slider-brands {
    width: 895px;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    position: relative;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
/* line 51, ../sass/_module-login.scss */
.module-login .slider-brands li {
    vertical-align: middle;
    text-align: center;
    display: inline-block !important;
    float: none !important;
}
/* line 57, ../sass/_module-login.scss */
.module-login .slider-brands .flex-direction-nav .flex-next {
    background: url(../images/sprite-arrows-1.png) no-repeat top right;
    width: 13px;
    height: 26px;
    text-indent: -9999em;
    right: 10px;
    opacity: 1;
}
/* line 65, ../sass/_module-login.scss */
.module-login .slider-brands .flex-direction-nav .flex-prev {
    background: url(../images/sprite-arrows-1.png) no-repeat top left;
    width: 13px;
    height: 26px;
    text-indent: -9999em;
    left: 10px;
    opacity: 1;
}

/* line 2, ../sass/_module-main-nav.scss */
.module-main-nav.content {
    padding-top: 50px;
}
/* line 5, ../sass/_module-main-nav.scss */
.module-main-nav .container-sections {
    display: table;
    margin: 0 auto 120px;
    cursor: pointer;
}
/* line 11, ../sass/_module-main-nav.scss */
.module-main-nav .container-sections li.item-section:nth-child(2) {
    margin: 0 50px;
}
/* line 15, ../sass/_module-main-nav.scss */
.module-main-nav .container-sections .item-section {
    display: inline-block;
    position: relative;
}
/* line 18, ../sass/_module-main-nav.scss */
.module-main-nav .container-sections .item-section .dropdown-menu {

    display: none;
    position: absolute;
    top: 233px;
    border-top: 1px solid #FFF;
    z-index:2;
}
/* line 25, ../sass/_module-main-nav.scss */
.module-main-nav .container-sections .item-section:hover .dropdown-menu {
    display: block;
}
/* line 28, ../sass/_module-main-nav.scss */
.module-main-nav .container-sections .item-section:hover .ico-repuestos-1 {
    background-position: center bottom;
}
/* line 31, ../sass/_module-main-nav.scss */
.module-main-nav .container-sections .item-section:hover .ico-centro-1 {
    background-position: center -103px;
}
.module-main-nav .container-sections .item-section:hover .ico-tecnico-1 {
    background-position: center -103px;
}
.module-main-nav .container-sections .item-section:hover .ico-logistica-1 {
    background-position: center -103px;
}
/* line 34, ../sass/_module-main-nav.scss */
.module-main-nav .container-sections .item-section:hover .ico-traza-1 {
    background-position: center -110px;
}
/* line 37, ../sass/_module-main-nav.scss */
.module-main-nav .container-sections .item-section:hover .btn-2 {
    background-color: #666666;
}
/* line 43, ../sass/_module-main-nav.scss */
.module-main-nav .dropdown-menu {
    width: 100%;
}
/* line 45, ../sass/_module-main-nav.scss */
.module-main-nav .dropdown-menu .item-menu {
    margin-bottom: 2px;
    background: #808080;
    padding: 2px 10px 10px 38px;
}
/* line 49, ../sass/_module-main-nav.scss */
.module-main-nav .dropdown-menu .item-menu span {
    vertical-align: middle;
}
/* line 52, ../sass/_module-main-nav.scss */
.module-main-nav .dropdown-menu .item-menu .ico-1 {
    position: absolute;
    left: 10px;
}

/* line 1, ../sass/_module-sub-header-int.scss */
.sub-header-int {
    padding-top: 20px;
    margin-bottom: 10px;
}
/* line 4, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-item-sec {
    width: 15%;
}
/* line 7, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-item-sec .item-section .txt-9 {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 12px 4px;
}
/* line 11, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-item-sec .item-section .ico-section {
    width: 145px;
    background-size: 100%;
    height: 124px;
}
/* line 17, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-item-sec .item-section .ico-section .ico-repuestos-1 {
    background-size: 100%;
    width: 99px;
    height: 106px;
    top: 8px;
    left: 26px;
    background-position: center -1px;
}
/* line 24, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-item-sec .item-section .ico-section .ico-repuestos-1:hover {
    background-position: center -1px;
}
/* line 28, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-item-sec .item-section .ico-section .ico-centro-1 {
    background-size: 100%;
    width: 99px;
    height: 74px;
    top: 20px;
    left: 20px;
    background-position: center -1px;
}
.sub-header-int .container-item-sec .item-section .ico-section .ico-tecnico-1 {
    background-size: 100%;
    width: 99px;
    height: 74px;
    top: 20px;
    left: 20px;
    background-position: center -1px;
}
.sub-header-int .container-item-sec .item-section .ico-section .ico-logistica-1 {
    background-size: 100%;
    width: 99px;
    height: 74px;
    top: 20px;
    left: 20px;
    background-position: center -1px;
}
/* line 35, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-item-sec .item-section .ico-section .ico-centro-1:hover {
    background-position: center -1px;
}
.sub-header-int .container-item-sec .item-section .ico-section .ico-tecnico-1:hover {
    background-position: center -1px;
}
.sub-header-int .container-item-sec .item-section .ico-section .ico-logistica-1:hover {
    background-position: center -1px;
}
/* line 39, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-item-sec .item-section .ico-section .ico-traza-1 {
    background-size: 100%;
    width: 78px;
    height: 73px;
    top: 26px;
    left: 30px;
    background-position: center -1px;
}
/* line 46, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-item-sec .item-section .ico-section .ico-traza-1:hover {
    background-position: center -1px;
}
/* line 53, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-info-sec {
    width: 50%;
    float: right;
    text-align: right;
}
/* line 57, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-info-sec .btn-3 {
    margin-bottom: 10px;
    display: inline-block;
}
/* line 61, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-info-sec .ttl-2 {
    margin-bottom: 10px;
}
/* line 66, ../sass/_module-sub-header-int.scss */
.sub-header-int .container-info-sec,
.sub-header-int .container-item-sec {
    display: inline-block;
    vertical-align: top;
}

/* line 1, ../sass/_forms.scss */
.container-form {
    position: relative;
}

/* line 4, ../sass/_forms.scss */
.form-style-1 {
    margin-bottom: 10px;
}
/* line 6, ../sass/_forms.scss */
.form-style-1 legend {
    background: #E6E6E6;
    font-family: 'oswaldregular';
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}
/* line 14, ../sass/_forms.scss */
.form-style-1 legend .controls-btns {
    float: right;
    margin-top: -4px;
    margin-right: -4px;
}
/* line 18, ../sass/_forms.scss */
.form-style-1 legend .controls-btns input[type="submit"] {
    font-size: 9px;
    font-size: 0.5625rem;
}
/* line 23, ../sass/_forms.scss */
.form-style-1 label {
    width: 240px;
    display: inline-block;
}
/* line 28, ../sass/_forms.scss */
.form-style-1 .list-input .item-input {
    margin-bottom: 10px;
}
/* line 32, ../sass/_forms.scss */
.form-style-1 .col-a {
    width: 247px;
    display: inline-block;
}
/* line 36, ../sass/_forms.scss */
.form-style-1 .col-b {
    display: inline-block;
}
/* line 39, ../sass/_forms.scss */
.form-style-1 .radio-titles {
    margin-bottom: 5px;
}
/* line 41, ../sass/_forms.scss */
.form-style-1 .radio-titles span {
    margin-right: 12px;
    color: #333333;
}
/* line 46, ../sass/_forms.scss */
.form-style-1 .textarea-1 {
    margin-bottom: 10px;
}

/* line 50, ../sass/_forms.scss */
.form-style-2 {
    margin-bottom: 10px;
}
/* line 52, ../sass/_forms.scss */
.form-style-2 input[type="submit"] {
    float: right;
}

/* line 56, ../sass/_forms.scss */
.form-style-3 {
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    padding: 9px 10px 9px 0;
    margin-bottom: 10px;
}
/* line 61, ../sass/_forms.scss */
.form-style-3 input[type="submit"] {
    float: right;
}
/* line 64, ../sass/_forms.scss */
.form-style-3 .txt-8 {
    display: inline-block;
    float: left;
    margin: 10px 0 0 40px;
}

/* line 70, ../sass/_forms.scss */
.table-1 {
    width: 100%;
    margin-bottom: 10px;
}
.table-1A {
    width: 70%;
    margin-bottom: 10px;
}
/* line 73, ../sass/_forms.scss */
.table-1 thead {
    background: #ED1B2D;
    font-family: 'oswaldregular';
    font-size: 11px;
    font-size: 0.6875rem;
    color: #FFF;
    text-align: center;
}
.table-1A thead {
    font-family: 'oswaldregular';
    font-size: 11px;
    font-size: 0.6875rem;
    color: #FFF;
    text-align: center;
    background-color: #FFCC00;
}
/* line 79, ../sass/_forms.scss */
.table-1 thead th {
    padding: 12px 0;
    border-left: 3px solid #FFF;
    vertical-align: middle;
}
.table-1A thead th {
    padding: 12px 0;
    border-left: 3px solid #FFF;
    vertical-align: middle;
}
/* line 83, ../sass/_forms.scss */
.table-1 thead th:first-child {
    border: 0;
}
.table-1A thead th:first-child {
    border: 0;
}
/* line 87, ../sass/_forms.scss */
.table-1 thead th:nth-child(4), .table-1 thead th:nth-child(5) {
    width: 100px;
    padding: 2px 0;
}
.table-1A thead th:nth-child(4), .table-1 thead th:nth-child(5) {
    width: 100px;
    padding: 2px 0;
}
/* line 93, ../sass/_forms.scss */
.table-1 tbody {
    font-family: 'oswaldlight';
    font-size: 12px;
    font-size: 0.75rem;
    color: #333333;
}
.table-1A tbody {
    font-family: 'oswaldlight';
    font-size: 12px;
    font-size: 0.75rem;
    color: #333333;
}
/* line 97, ../sass/_forms.scss */
.table-1 tbody td {
    padding: 5px;
    border: 2px solid #F2F2F2;
    background: #CCC;
    border-left: 3px solid #FFF;
    vertical-align: middle;
}
.table-1A tbody td {
    padding: 5px;
    border: 2px solid #F2F2F2;
    background: #CCC;
    border-left: 3px solid #FFF;
    vertical-align: middle;
}

/* line 106, ../sass/_forms.scss */
.container-table-3 {
    overflow-y: auto;
    max-height: 450px;
}

/* line 110, ../sass/_forms.scss */
.table-3 {
    width: 100%;
    margin-bottom: 10px;
}
/* line 113, ../sass/_forms.scss */
.table-3 thead {
    background: #CCCCCC;
    font-family: 'oswaldregular';
    font-size: 10px;
    font-size: 0.625rem;
    color: #333333;
    text-align: center;
    border-bottom: 10px solid #FFF;
}
/* line 120, ../sass/_forms.scss */
.table-3 thead th {
    padding: 12px 0;
    border-left: 1px solid #FFF;
    vertical-align: middle;
}
/* line 124, ../sass/_forms.scss */
.table-3 thead th:first-child {
    border: 0;
}
/* line 129, ../sass/_forms.scss */
.table-3 tbody {
    font-family: 'oswaldlight';
    font-size: 12px;
    font-size: 0.75rem;
    color: #333333;
}
/* line 133, ../sass/_forms.scss */
.table-3 tbody tr {
    background: #FFF;
}
/* line 134, ../sass/_forms.scss */
.table-3 tbody tr:nth-child(2n+1) {
    background: #E6E6E6;
}
/* line 139, ../sass/_forms.scss */
.table-3 tbody td {
    padding: 5px;
    border-left: 1px solid #C5C5C5;
    vertical-align: middle;
}
/* line 143, ../sass/_forms.scss */
.table-3 tbody td:first-child {
    border: 0;
}

/* line 149, ../sass/_forms.scss */
.table-4 {
    width: 100%;
    margin-bottom: 10px;
}
/* line 152, ../sass/_forms.scss */
.table-4 thead {
    background: #666666;
    font-family: 'oswaldregular';
    font-size: 11px;
    font-size: 0.6875rem;
    color: #FFF;
    text-align: center;
}
/* line 158, ../sass/_forms.scss */
.table-4 thead th {
    padding: 6px 0;
    border-left: 3px solid #FFF;
    vertical-align: middle;
}
/* line 162, ../sass/_forms.scss */
.table-4 thead th:first-child {
    border: 0;
}
/* line 165, ../sass/_forms.scss */
.table-4 thead th:nth-child(3) {
    width: 260px;
}
/* line 170, ../sass/_forms.scss */
.table-4 tbody {
    font-family: 'oswaldlight';
    font-size: 12px;
    font-size: 0.75rem;
    color: #333333;
}
/* line 174, ../sass/_forms.scss */
.table-4 tbody td {
    padding: 5px;
    border: 3px solid #FFF;
    background: #F2F2F2;
    vertical-align: middle;
}

/* line 183, ../sass/_forms.scss */
.select-1 {
    color: #000000;
    font-family: oswaldlight;
    font-size: 12px;
    font-size: medium;
    border: 1px solid #999;
    background: #E6E6E6;
    padding: 2px 0;
    width: 220px;
}

/* line 192, ../sass/_forms.scss */
.input-1 {
    color: #333333;
    font-family: 'oswaldlight';
    font-size: 12px;
    font-size: 0.75rem;
    border: 1px solid #CCCCCC;
    background: #E6E6E6;
    padding: 3px 5px;
}

/* line 200, ../sass/_forms.scss */
.input-2 {
    color: #333333;
    font-family: oswaldlight;
    font-size: 12px;
    font-size: 1rem;
    border: 1px solid #999;
    background: #E6E6E6;
    padding: 2px;
    width: 220px;
}

.input-3 {
    color: #333333;
    font-family: oswaldlight;
    font-size: 12px;
    font-size: 1rem;
    border: 1px solid #999;
    background: #E6E6E6;
    padding: 2px;
    width: 320px;
}

/* line 210, ../sass/_forms.scss */
.input-double input {
    width: 108px;
}

/* line 214, ../sass/_forms.scss */
.textarea-1 {
    color: #000000;
    font-family: oswaldlight;
    font-size: 12px;
    font-size: medium;
    border: 1px solid #999;
    background: #E6E6E6;
    padding: 5px;
    width: 100%;
    height: 130px;
}
.textarea-2 {
    color: #333333;
    font-family: oswaldlight;
    font-size: 12px;
    font-size: medium;
    border: 1px solid #999;
    padding: 5px;
    width: 100%;
    height: 130px;
}


/* line 225, ../sass/_forms.scss */
.container-table-2 {
    background: #4D4D4D;
    padding: 14px 7px;
}
/* line 228, ../sass/_forms.scss */
.container-table-2 .top-container {
    margin-bottom: 10px;
}
/* line 230, ../sass/_forms.scss */
.container-table-2 .top-container .list-input {
    float: right;
}
/* line 232, ../sass/_forms.scss */
.container-table-2 .top-container .list-input label {
    width: auto;
}
/* line 237, ../sass/_forms.scss */
.container-table-2 .input-1 {
    width: 97%;
}

/* line 241, ../sass/_forms.scss */
.table-2 {
    width: 100%;
    margin-bottom: 10px;
}
/* line 244, ../sass/_forms.scss */
.table-2 thead {
    background: #E6E6E6;
    color: #333333;
    font-family: 'oswaldregular';
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
}
/* line 250, ../sass/_forms.scss */
.table-2 thead th {
    padding: 12px 0;
    vertical-align: middle;
}
/* line 255, ../sass/_forms.scss */
.table-2 tbody {
    font-family: 'oswaldlight';
    font-size: 11px;
    font-size: 0.6875rem;
    color: #FFF;
}
/* line 259, ../sass/_forms.scss */
.table-2 tbody td {
    padding: 10px 5px;
    vertical-align: middle;
}
/* line 262, ../sass/_forms.scss */
.table-2 tbody td:last-child {
    text-align: right;
}
/* line 269, ../sass/_forms.scss */
.table-2 tfoot td:last-child {
    text-align: right;
}
/* line 271, ../sass/_forms.scss */
.table-2 tfoot td:last-child input {
    width: 83%;
}

/* line 1, ../sass/_alerts.scss */
.alert-1 {
    position: absolute;
    width: 610px;
    height: 217px;
    border: 1px solid #FF0000;
    background-color: #FFF;
    padding: 20px 50px;
    top: 20%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
/* line 13, ../sass/_alerts.scss */
.alert-1 .ico-paper-1 {
    margin: 30px auto;
}
/* line 16, ../sass/_alerts.scss */
.alert-1 .ico-close-1 {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 5;
}

/* line 22, ../sass/_alerts.scss */
.alert-2 {
    position: absolute;
    width: 634px;
    height: 330px;
    border: 1px solid #FF0000;
    background-color: #FFF;
    padding: 20px 50px;
    top: 27px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
/* line 35, ../sass/_alerts.scss */
.alert-2 .ttl-4 {
    margin: 50px 0;
}
/* line 38, ../sass/_alerts.scss */
.alert-2 .btn-1 {
    margin: 0 20px;
}
/* line 41, ../sass/_alerts.scss */
.alert-2 .ico-close-1 {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* line 1, ../sass/_module-pqr.scss */
.module-pqr {
    padding-top: 20px;
    margin-bottom: 10px;
}
/* line 4, ../sass/_module-pqr.scss */
.module-pqr .pqr-top {
    background: #E6E6E6;
    font-family: 'oswaldregular';
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    width: 100%;
    padding: 7px  5px;
    margin-bottom: 20px;
}
/* line 14, ../sass/_module-pqr.scss */
.module-pqr .pqr-item h3 {
    background: #E6E6E6;
    font-family: 'oswaldlight';
    font-size: 11px;
    font-size: 0.6875rem;
    color: #333333;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    text-align: right;
}
/* line 24, ../sass/_module-pqr.scss */
.module-pqr .pqr-item p {
    margin-bottom: 10px;
}

.alert-3 {

    position: absolute;
    width: 610px;
    height: 283px;
    border: 1px solid #FF0000;
    background-color: #FFF;
    padding: 20px 50px;
    top: 5px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
