@charset "UTF-8";
/***** [ESTILOS GENERALES DERCO CENTER] *****/
/*** [FUENTES] ***/
@font-face {
  font-family: 'light';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

/*** [MIXIN] ***/
/*** [MIXIN] ***/
/*** [VARIABLES] ***/
/*** [VARIABLES] ***/
/* 1. Colors
   ========================================================================== */
/*** [GENERALES] ***/
/**  Generales **/
/*** [TITULOS] ***/
.titulo {
  text-transform: uppercase;
  font-family: 'light';
  font-size: 32px;
  text-align: center;
  line-height: 50px;
  color: #FFFFFF; }
  .titulo span {
    display: block;
    font-family: 'book'; }

.subtitulo {
  font-family: 'medium';
  font-size: 28px;
  text-align: center;
  line-height: 34px;
  color: #FFFFFF; }
  .subtitulo--dark {
    color: #6C6464; }

.align--izquierda {
  text-align: left; }

/* Paginador bootstrap */
.pagination > li {
  font-family: 'book'; }
  .pagination > li > a,
  .pagination > li > span {
    color: #CCC !important;
    font-size: 1rem !important;
    margin: 0 1px;
    padding: 0 8px;
    background-color: #414758;
    border: none; }

.pagination li i {
  font-size: 0.75rem !important; }

.pagination li .active {
  background-color: #df0021 !important; }

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #df0021;
  border-color: #df0021; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #df0021;
  border-color: #df0021; }

.pagination > li:last-child > a, .pagination .pagination > li:last-child > span {
  transform: rotate(180deg);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

/*** [BOOTSTRAP FRAMEWORK CSS] ***/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*** [MATERIALIZE FRAMEWORK CSS] ***/
.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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/10/11.
 * 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/10/11.
 */
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; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) li {
    list-style-type: none; }

a {
  color: #337ab7;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: flex;
  align-items: center; }
  .valign-wrapper .valign {
    display: block; }

.clearfix {
  clear: both; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }

.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0; }

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #E30025; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  .pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #E30025; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #E30025; }
  footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table; }
  table.bordered > thead > tr,
  table.bordered > tbody > tr {
    border-bottom: 1px solid #ddd; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #ddd; }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid #ddd; }
    table.responsive-table.bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.responsive-table.bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.responsive-table.bordered tr {
      border: 0; }
    table.responsive-table.bordered tbody tr {
      border-right: 1px solid #ddd; } }

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #2B303D;
      color: #b5bbcb; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    transition: .25s;
    color: #2B303D; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
  color: #2B303D; }

.collapsible .collection {
  margin: 0;
  border: none; }

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  float: right;
  box-sizing: border-box; }
  span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #2B303D;
    border-radius: 2px; }
  span.badge.new:after {
    content: " new"; }
  span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption); }

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px; }

.side-nav span.badge.new,
.collapsible span.badge.new {
  position: relative;
  background-color: transparent; }
  .side-nav span.badge.new::before,
  .collapsible span.badge.new::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    background-color: #2B303D;
    border-radius: 2px;
    z-index: -1; }

.collapsible span.badge.new {
  z-index: 1; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #fff; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga'; }

nav {
  color: #fff;
  background-color: #E30025;
  width: 100%;
  height: 56px;
  line-height: 56px; }
  nav.nav-extended {
    height: auto; }
    nav.nav-extended .nav-wrapper {
      height: auto; }
  nav a {
    color: #fff; }
  nav i,
  nav [class^="mdi-"], nav [class*="mdi-"],
  nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px; }
  nav .nav-wrapper {
    position: relative;
    height: 100%; }
  @media only screen and (min-width: 993px) {
    nav a.button-collapse {
      display: none; } }
  nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px; }
    nav .button-collapse i {
      height: 56px;
      line-height: 56px; }
  nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    white-space: nowrap; }
    nav .brand-logo.center {
      left: 50%;
      transform: translateX(-50%); }
    @media only screen and (max-width: 992px) {
      nav .brand-logo {
        left: 50%;
        transform: translateX(-50%); }
        nav .brand-logo.left, nav .brand-logo.right {
          padding: 0;
          transform: none; }
        nav .brand-logo.left {
          left: 0.5rem; }
        nav .brand-logo.right {
          right: 0.5rem;
          left: auto; } }
    nav .brand-logo.right {
      right: 0.5rem;
      padding: 0; }
    nav .brand-logo i,
    nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
    nav .brand-logo i.material-icons {
      float: left;
      margin-right: 15px; }
  nav ul {
    margin: 0; }
    nav ul li {
      transition: background-color .3s;
      float: left;
      padding: 0; }
      nav ul li.active {
        background-color: rgba(0, 0, 0, 0.1); }
    nav ul a {
      transition: background-color .3s;
      font-size: 1rem;
      color: #fff;
      display: block;
      padding: 0 15px;
      cursor: pointer; }
      nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
        margin-top: -2px;
        margin-left: 15px;
        margin-right: 15px; }
      nav ul a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    nav ul.left {
      float: left; }
  nav form {
    height: 100%; }
  nav .input-field {
    margin: 0;
    height: 100%; }
    nav .input-field input {
      height: 100%;
      font-size: 1.2rem;
      border: none;
      padding-left: 2rem; }
      nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
        border: none;
        box-shadow: none; }
    nav .input-field label {
      top: 0;
      left: 0; }
      nav .input-field label i {
        color: rgba(255, 255, 255, 0.7);
        transition: color .3s; }
      nav .input-field label.active i {
        color: #fff; }
      nav .input-field label.active {
        transform: translateY(0); }

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997; }
  .navbar-fixed nav {
    position: fixed; }

@media only screen and (min-width: 601px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 50px;
    line-height: 50px; }
  .navbar-fixed {
    height: 50px; } }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
  src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700; }

a {
  text-decoration: none; }

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
 /* color: rgba(0, 0, 0, 0.87);*/ }
  @media only screen and (min-width: 0) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 14.5px; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0; }

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

small {
  font-size: 75%; }

.light, footer.page-footer .footer-copyright {
  font-weight: 300; }

.thin {
  font-weight: 200; }

.flow-text {
  font-weight: 300; }
  @media only screen and (min-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 390px) {
    .flow-text {
      font-size: 1.224rem; } }
  @media only screen and (min-width: 420px) {
    .flow-text {
      font-size: 1.248rem; } }
  @media only screen and (min-width: 450px) {
    .flow-text {
      font-size: 1.272rem; } }
  @media only screen and (min-width: 480px) {
    .flow-text {
      font-size: 1.296rem; } }
  @media only screen and (min-width: 510px) {
    .flow-text {
      font-size: 1.32rem; } }
  @media only screen and (min-width: 540px) {
    .flow-text {
      font-size: 1.344rem; } }
  @media only screen and (min-width: 570px) {
    .flow-text {
      font-size: 1.368rem; } }
  @media only screen and (min-width: 600px) {
    .flow-text {
      font-size: 1.392rem; } }
  @media only screen and (min-width: 630px) {
    .flow-text {
      font-size: 1.416rem; } }
  @media only screen and (min-width: 660px) {
    .flow-text {
      font-size: 1.44rem; } }
  @media only screen and (min-width: 690px) {
    .flow-text {
      font-size: 1.464rem; } }
  @media only screen and (min-width: 720px) {
    .flow-text {
      font-size: 1.488rem; } }
  @media only screen and (min-width: 750px) {
    .flow-text {
      font-size: 1.512rem; } }
  @media only screen and (min-width: 780px) {
    .flow-text {
      font-size: 1.536rem; } }
  @media only screen and (min-width: 810px) {
    .flow-text {
      font-size: 1.56rem; } }
  @media only screen and (min-width: 840px) {
    .flow-text {
      font-size: 1.584rem; } }
  @media only screen and (min-width: 870px) {
    .flow-text {
      font-size: 1.608rem; } }
  @media only screen and (min-width: 900px) {
    .flow-text {
      font-size: 1.632rem; } }
  @media only screen and (min-width: 930px) {
    .flow-text {
      font-size: 1.656rem; } }
  @media only screen and (min-width: 960px) {
    .flow-text {
      font-size: 1.68rem; } }
  @media only screen and (max-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }

.card-panel {
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff; }

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px; }
  .card .card-title {
    font-size: 24px;
    font-weight: 300; }
    .card .card-title.activator {
      cursor: pointer; }
  .card.small, .card.medium, .card.large {
    position: relative; }
    .card.small .card-image, .card.medium .card-image, .card.large .card-image {
      max-height: 60%;
      overflow: hidden; }
    .card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
      max-height: 40%; }
    .card.small .card-content, .card.medium .card-content, .card.large .card-content {
      max-height: 100%;
      overflow: hidden; }
    .card.small .card-action, .card.medium .card-action, .card.large .card-action {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .card.small {
    height: 300px; }
  .card.medium {
    height: 400px; }
  .card.large {
    height: 500px; }
  .card.horizontal {
    display: flex; }
    .card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
      height: 100%;
      max-height: none;
      overflow: visible; }
      .card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
        height: 100%; }
    .card.horizontal .card-image {
      max-width: 50%; }
      .card.horizontal .card-image img {
        border-radius: 2px 0 0 2px;
        max-width: 100%;
        width: auto; }
    .card.horizontal .card-stacked {
      display: flex;
      flex-direction: column;
      flex: 1;
      position: relative; }
      .card.horizontal .card-stacked .card-content {
        flex-grow: 1; }
  .card.sticky-action .card-action {
    z-index: 2; }
  .card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px; }
  .card .card-image {
    position: relative; }
    .card .card-image img {
      display: block;
      border-radius: 2px 2px 0 0;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title {
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px; }
  .card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px; }
    .card .card-content p {
      margin: 0;
      color: inherit; }
    .card .card-content .card-title {
      line-height: 48px; }
  .card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px; }
    .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
      color: #ffab40;
      margin-right: 20px;
      transition: color .3s ease;
      text-transform: uppercase; }
      .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
        color: #ffd8a6; }
  .card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none; }
    .card .card-reveal .card-title {
      cursor: pointer;
      display: block; }

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000; }
  @media only screen and (max-width: 600px) {
    #toast-container {
      min-width: 100%;
      bottom: 0%; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
      left: 5%;
      bottom: 7%;
      max-width: 90%; } }
  @media only screen and (min-width: 993px) {
    #toast-container {
      top: 10%;
      right: 7%;
      max-width: 86%; } }

.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .toast .btn, .toast .btn-large, .toast .btn-flat {
    margin: 0;
    margin-left: 3rem; }
  .toast.rounded {
    border-radius: 24px; }
  @media only screen and (max-width: 600px) {
    .toast {
      width: 100%;
      border-radius: 0; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .toast {
      float: left; } }
  @media only screen and (min-width: 993px) {
    .toast {
      float: right; } }

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap; }
  .tabs.tabs-transparent {
    background-color: transparent; }
    .tabs.tabs-transparent .tab a,
    .tabs.tabs-transparent .tab.disabled a,
    .tabs.tabs-transparent .tab.disabled a:hover {
      color: rgba(255, 255, 255, 0.7); }
    .tabs.tabs-transparent .tab a:hover,
    .tabs.tabs-transparent .tab a.active {
      color: #fff; }
    .tabs.tabs-transparent .indicator {
      background-color: #fff; }
  .tabs.tabs-fixed-width {
    display: flex; }
    .tabs.tabs-fixed-width .tab {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    .tabs .tab a {
      color: rgba(227, 0, 37, 0.7);
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 24px;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: color .28s ease; }
      .tabs .tab a:hover, .tabs .tab a.active {
        background-color: transparent;
        color: #E30025; }
    .tabs .tab.disabled a,
    .tabs .tab.disabled a:hover {
      color: rgba(227, 0, 37, 0.7);
      cursor: default; }
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #414758;
    will-change: left, right; }

@media only screen and (max-width: 992px) {
  .tabs {
    display: flex; }
    .tabs .tab {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .tabs .tab a {
        padding: 0 12px; } }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none; }

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  transform: translate3d(0, 0, 0); }

.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }

.btn.disabled, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default; }
  .btn.disabled:hover, .disabled.btn-large:hover,
  .btn-floating.disabled:hover,
  .btn-large.disabled:hover,
  .btn-flat.disabled:hover,
  .btn:disabled:hover,
  .btn-large:disabled:hover,
  .btn-floating:disabled:hover,
  .btn-large:disabled:hover,
  .btn-flat:disabled:hover,
  .btn[disabled]:hover,
  [disabled].btn-large:hover,
  .btn-floating[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important; }

.btn, .btn-large,
.btn-floating,
.btn-large,
.btn-flat {
  outline: 0; }
  .btn i, .btn-large i,
  .btn-floating i,
  .btn-large i,
  .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }

.btn:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #16181f; }

.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #2B303D;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover {
    background-color: #363c4c; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #2B303D;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px; }
  .btn-floating:hover {
    background-color: #2B303D; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 56px;
    height: 56px; }
    .btn-floating.btn-large i {
      line-height: 56px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998; }
  .fixed-action-btn.active ul {
    visibility: visible; }
  .fixed-action-btn.horizontal {
    padding: 0 0 0 15px; }
    .fixed-action-btn.horizontal ul {
      text-align: right;
      right: 64px;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      left: auto;
      width: 500px;
      /*width 100% only goes to width of button container */ }
      .fixed-action-btn.horizontal ul li {
        display: inline-block;
        margin: 15px 15px 0 0; }
  .fixed-action-btn.toolbar {
    padding: 0;
    height: 56px; }
    .fixed-action-btn.toolbar.active > a i {
      opacity: 0; }
    .fixed-action-btn.toolbar ul {
      display: flex;
      top: 0;
      bottom: 0; }
      .fixed-action-btn.toolbar ul li {
        flex: 1;
        display: inline-block;
        margin: 0;
        height: 100%;
        transition: none; }
        .fixed-action-btn.toolbar ul li a {
          display: block;
          overflow: hidden;
          position: relative;
          width: 100%;
          height: 100%;
          background-color: transparent;
          box-shadow: none;
          color: #fff;
          line-height: 56px;
          z-index: 1; }
          .fixed-action-btn.toolbar ul li a i {
            line-height: inherit; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }
  .fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #2B303D;
    border-radius: 50%;
    transform: scale(0); }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s; }
  .btn-flat:focus, .btn-flat:active {
    background-color: transparent; }
  .btn-flat:focus, .btn-flat:hover {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none; }
  .btn-flat:active {
    background-color: rgba(0, 0, 0, 0.2); }
  .btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    cursor: default; }

.btn-large {
  height: 54px;
  line-height: 54px; }
  .btn-large i {
    font-size: 1.6rem; }

.btn-block {
  display: block; }

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height; }
  .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
      background-color: #eee; }
    .dropdown-content li.active.selected {
      background-color: #e1e1e1; }
    .dropdown-content li.divider {
      min-height: 0;
      height: 1px; }
    .dropdown-content li > a, .dropdown-content li > span {
      font-size: 16px;
      color: #2B303D;
      display: block;
      line-height: 22px;
      padding: 14px 16px; }
    .dropdown-content li > span > label {
      top: 1px;
      left: 0;
      height: 18px; }
    .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit; }

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .waves-effect img {
    position: relative;
    z-index: -1; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
 /* max-height: 70%;
  width: 55%;*/
  margin: auto;
  overflow-y: auto;
  border-radius: 0px;
  will-change: top, opacity;   

}
.blocker{z-index: 19999999 !important;}

.modal a.close-modal {
    top: -0.5px !important;
    right: 0px !important;
    width: 25px !important;
    height: 25px !important;
  }

  @media only screen and (max-width: 992px) {
    #covid-19{margin-top: 0% !important;}
    .modal {
      width: 80%; height: 70% } }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-content {
    padding: 24px; }
  .modal .modal-close {
    cursor: pointer; }
  .modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%; }
    .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
      float: right;
      margin: 6px 0; }

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%; }
  .modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto; }
  .modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0; }

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity; }

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0; }

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
  .collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem; }

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box; }
  .collapsible-body p {
    margin: 0;
    padding: 2rem; }

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none; }
  .side-nav .collapsible li,
  .side-nav.fixed .collapsible li {
    padding: 0; }

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px; }
  .side-nav .collapsible-header:hover,
  .side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .side-nav .collapsible-header i,
  .side-nav.fixed .collapsible-header i {
    line-height: inherit; }

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff; }
  .side-nav .collapsible-body li a,
  .side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px; }

.collapsible.popout {
  border: none;
  box-shadow: none; }
  .collapsible.popout > li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collapsible.popout > li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0; }

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px; }
  .chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%; }
  .chip .close {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px; }

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 20px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s; }
  .chips.focus {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a; }
  .chips:hover {
    cursor: text; }
  .chips .chip.selected {
    background-color: #26a69a;
    color: #fff; }
  .chips .input {
    background: none;
    border: 0;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 1rem;
    height: 3rem;
    line-height: 32px;
    outline: 0;
    margin: 0;
    padding: 0 !important;
    width: 120px !important; }
  .chips .input:focus {
    border: 0 !important;
    box-shadow: none !important; }

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%); }

.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s; }
  .materialboxed:hover {
    will-change: left, top, width, height; }
    .materialboxed:hover:not(.active) {
      opacity: .8; }

.materialboxed.active {
  cursor: zoom-out; }

#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity; }

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased; }

select:focus {
  outline: 1px solid #9da5ba; }

button:focus {
  outline: none;
  background-color: #333949; }

label {
  font-size: 0.8rem;
  color: #9e9e9e; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1; }

:-ms-input-placeholder {
  color: #d1d1d1; }

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: #ccc;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:disabled,
  input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime]:disabled,
  input[type=datetime][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:disabled + label,
  input[type=text][readonly="readonly"] + label,
  input[type=password]:disabled + label,
  input[type=password][readonly="readonly"] + label,
  input[type=email]:disabled + label,
  input[type=email][readonly="readonly"] + label,
  input[type=url]:disabled + label,
  input[type=url][readonly="readonly"] + label,
  input[type=time]:disabled + label,
  input[type=time][readonly="readonly"] + label,
  input[type=date]:disabled + label,
  input[type=date][readonly="readonly"] + label,
  input[type=datetime]:disabled + label,
  input[type=datetime][readonly="readonly"] + label,
  input[type=datetime-local]:disabled + label,
  input[type=datetime-local][readonly="readonly"] + label,
  input[type=tel]:disabled + label,
  input[type=tel][readonly="readonly"] + label,
  input[type=number]:disabled + label,
  input[type=number][readonly="readonly"] + label,
  input[type=search]:disabled + label,
  input[type=search][readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #2B303D;
    box-shadow: 0 1px 0 0 #2B303D; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:focus:not([readonly]) + label,
  input[type=password]:focus:not([readonly]) + label,
  input[type=email]:focus:not([readonly]) + label,
  input[type=url]:focus:not([readonly]) + label,
  input[type=time]:focus:not([readonly]) + label,
  input[type=date]:focus:not([readonly]) + label,
  input[type=datetime]:focus:not([readonly]) + label,
  input[type=datetime-local]:focus:not([readonly]) + label,
  input[type=tel]:focus:not([readonly]) + label,
  input[type=number]:focus:not([readonly]) + label,
  input[type=search]:focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #2B303D; }
  input:not([type]).valid, input:not([type]):focus.valid,
  input[type=text].valid,
  input[type=text]:focus.valid,
  input[type=password].valid,
  input[type=password]:focus.valid,
  input[type=email].valid,
  input[type=email]:focus.valid,
  input[type=url].valid,
  input[type=url]:focus.valid,
  input[type=time].valid,
  input[type=time]:focus.valid,
  input[type=date].valid,
  input[type=date]:focus.valid,
  input[type=datetime].valid,
  input[type=datetime]:focus.valid,
  input[type=datetime-local].valid,
  input[type=datetime-local]:focus.valid,
  input[type=tel].valid,
  input[type=tel]:focus.valid,
  input[type=number].valid,
  input[type=number]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.materialize-textarea.valid,
  textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50; }
  input:not([type]).valid + label:after,
  input:not([type]):focus.valid + label:after,
  input[type=text].valid + label:after,
  input[type=text]:focus.valid + label:after,
  input[type=password].valid + label:after,
  input[type=password]:focus.valid + label:after,
  input[type=email].valid + label:after,
  input[type=email]:focus.valid + label:after,
  input[type=url].valid + label:after,
  input[type=url]:focus.valid + label:after,
  input[type=time].valid + label:after,
  input[type=time]:focus.valid + label:after,
  input[type=date].valid + label:after,
  input[type=date]:focus.valid + label:after,
  input[type=datetime].valid + label:after,
  input[type=datetime]:focus.valid + label:after,
  input[type=datetime-local].valid + label:after,
  input[type=datetime-local]:focus.valid + label:after,
  input[type=tel].valid + label:after,
  input[type=tel]:focus.valid + label:after,
  input[type=number].valid + label:after,
  input[type=number]:focus.valid + label:after,
  input[type=search].valid + label:after,
  input[type=search]:focus.valid + label:after,
  textarea.materialize-textarea.valid + label:after,
  textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #4CAF50;
    opacity: 1; }
  input:not([type]).invalid, input:not([type]):focus.invalid,
  input[type=text].invalid,
  input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime].invalid,
  input[type=datetime]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336; }
  input:not([type]).invalid + label:after,
  input:not([type]):focus.invalid + label:after,
  input[type=text].invalid + label:after,
  input[type=text]:focus.invalid + label:after,
  input[type=password].invalid + label:after,
  input[type=password]:focus.invalid + label:after,
  input[type=email].invalid + label:after,
  input[type=email]:focus.invalid + label:after,
  input[type=url].invalid + label:after,
  input[type=url]:focus.invalid + label:after,
  input[type=time].invalid + label:after,
  input[type=time]:focus.invalid + label:after,
  input[type=date].invalid + label:after,
  input[type=date]:focus.invalid + label:after,
  input[type=datetime].invalid + label:after,
  input[type=datetime]:focus.invalid + label:after,
  input[type=datetime-local].invalid + label:after,
  input[type=datetime-local]:focus.invalid + label:after,
  input[type=tel].invalid + label:after,
  input[type=tel]:focus.invalid + label:after,
  input[type=number].invalid + label:after,
  input[type=number]:focus.invalid + label:after,
  input[type=search].invalid + label:after,
  input[type=search]:focus.invalid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1; }
  input:not([type]).validate + label,
  input[type=text].validate + label,
  input[type=password].validate + label,
  input[type=email].validate + label,
  input[type=url].validate + label,
  input[type=time].validate + label,
  input[type=date].validate + label,
  input[type=datetime].validate + label,
  input[type=datetime-local].validate + label,
  input[type=tel].validate + label,
  input[type=number].validate + label,
  input[type=search].validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%;
    pointer-events: none; }
  input:not([type]) + label:after,
  input[type=text] + label:after,
  input[type=password] + label:after,
  input[type=email] + label:after,
  input[type=url] + label:after,
  input[type=time] + label:after,
  input[type=date] + label:after,
  input[type=datetime] + label:after,
  input[type=datetime-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search] + label:after,
  textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }
  .input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .input-field.inline input,
    .input-field.inline .select-dropdown {
      margin-bottom: 1rem; }
  .input-field.col label {
    left: 0.75rem; }
  .input-field.col .prefix ~ label,
  .input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 1.5rem); }
  .input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out; }
  .input-field label.active {
    font-size: 0.8rem;
    transform: translateY(-140%); }
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s; }
    .input-field .prefix.active {
      color: #2B303D; }
  .input-field .prefix ~ input,
  .input-field .prefix ~ textarea,
  .input-field .prefix ~ label,
  .input-field .prefix ~ .validate ~ label,
  .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
  @media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem); }
  .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus + label i,
    .input-field input[type=search]:focus ~ .mdi-navigation-close,
    .input-field input[type=search]:focus ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + label {
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close,
  .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }
  textarea.materialize-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 1.6rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */ }

/* Autocomplete */
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static; }
  .autocomplete-content li .highlight {
    color: #444; }
  .autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #2B303D; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #2B303D; }

[type="radio"]:checked + label:after {
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26); }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  [type="checkbox"] + label:before,
  [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s; }
  [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0); }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  [type="checkbox"].tabbed:focus + label:after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #2B303D;
  border-bottom: 2px solid #2B303D;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #2B303D;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #2B303D;
  background-color: #2B303D;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #2B303D;
  border-color: #2B303D; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #747474; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #2B303D;
      left: 24px; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(43, 48, 61, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

/* Select Field
   ========================================================================== */
select {
  /*display: none; */
   display: block;
}

select.browser-default {
  display: block; }

select {
  /*background-color: rgba(255, 255, 255, 0.9);*/
  width: 100%;
  /*padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;*/
  /*height: 3rem;*/ 
  top: 70px;
  background-color:#2b303d ;
  border-bottom: 1px solid #979797;
  color:#FFFFFF;
  border-top: 0px;
  border-left: 0px;
  border-right : 0px;
}

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: #ccc;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    display: block; }
  .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px; }
    .select-wrapper span.caret.disabled {
      color: rgba(0, 0, 0, 0.26); }
  .select-wrapper + label {
    position: absolute;
    top: -14px;
    /*font-size: 0.8rem;*/ 
    font-family: 'book';
    font-size: 13px; 
  }

select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.prefix ~ label {
  margin-left: 3rem; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4); }
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%; }
  .file-field .btn, .file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

/* Range
   ========================================================================== */
.range-field {
  position: relative; }

input[type=range],
input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  input[type=range]:focus {
    outline: none; }

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #2B303D;
  top: 10px;
  margin-left: -6px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #2B303D;
    font-size: 0;
    transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #fff;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #2B303D;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #2B303D;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #2B303D; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed; }

.table-of-contents li {
  padding: 2px 0; }

.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block; }
  .table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #ea4a4f; }
  .table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #ea4a4f; }

.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%); }
  .side-nav.right-aligned {
    right: 0;
    transform: translateX(105%);
    left: auto;
    transform: translateX(100%); }
  .side-nav .collapsible {
    margin: 0; }
  .side-nav li {
    float: none;
    line-height: 48px; }
    .side-nav li.active {
      background-color: rgba(0, 0, 0, 0.05); }
  .side-nav a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px; }
    .side-nav a:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
      margin: 10px 15px; }
    .side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-floating {
      color: #fff; }
    .side-nav a.btn-flat {
      color: #343434; }
    .side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
      background-color: #363c4c; }
    .side-nav a.btn-floating:hover {
      background-color: #2B303D; }
  .side-nav li > a > i,
  .side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"],
  .side-nav li > a > i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54); }
  .side-nav .divider {
    margin: 8px 0 0 0; }
  .side-nav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px; }
    .side-nav .subheader:hover {
      background-color: transparent; }
  .side-nav .userView {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px; }
    .side-nav .userView > a {
      height: auto;
      padding: 0; }
      .side-nav .userView > a:hover {
        background-color: transparent; }
    .side-nav .userView .background {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
      display: block; }
    .side-nav .userView .circle {
      height: 64px;
      width: 64px; }
    .side-nav .userView .name,
    .side-nav .userView .email {
      font-size: 14px;
      line-height: 24px; }
    .side-nav .userView .name {
      margin-top: 16px;
      font-weight: 500; }
    .side-nav .userView .email {
      padding-bottom: 16px;
      font-weight: 400; }

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998; }

.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed; }
  .side-nav.fixed.right-aligned {
    right: 0;
    left: auto; }

@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    transform: translateX(-105%); }
    .side-nav.fixed.right-aligned {
      transform: translateX(105%); }
  .side-nav a {
    padding: 0 16px; }
  .side-nav .userView {
    padding: 16px 16px 0; } }

.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #E30025; }
  .side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
  .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color: #fff; }

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #2B303D; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.slider {
  position: relative;
  height: 400px;
  width: 100%; }
  .slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .slider.fullscreen ul.slides {
      height: 100%; }
    .slider.fullscreen ul.indicators {
      z-index: 2;
      bottom: 30px; }
  .slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px; }
    .slider .slides li {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: inherit;
      overflow: hidden; }
      .slider .slides li img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center; }
      .slider .slides li .caption {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 15%;
        width: 70%;
        opacity: 0; }
        .slider .slides li .caption p {
          color: #e0e0e0; }
      .slider .slides li.active {
        z-index: 2; }
  .slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .slider .indicators .indicator-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 16px;
      width: 16px;
      margin: 0 12px;
      background-color: #e0e0e0;
      transition: background-color .3s;
      border-radius: 50%; }
      .slider .indicators .indicator-item.active {
        background-color: #4CAF50; }

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%; }
  .carousel.carousel-slider {
    top: 0;
    left: 0; }
    .carousel.carousel-slider .carousel-fixed-item {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      z-index: 1; }
      .carousel.carousel-slider .carousel-fixed-item.with-indicators {
        bottom: 68px; }
    .carousel.carousel-slider .carousel-item {
      width: 100%;
      height: 100%;
      min-height: 400px;
      position: absolute;
      top: 0;
      left: 0; }
      .carousel.carousel-slider .carousel-item h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px; }
      .carousel.carousel-slider .carousel-item p {
        font-size: 15px; }
  .carousel .carousel-item {
    display: none;
    width: 200px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important; }
    .carousel .carousel-item img {
      width: 100%; }
  .carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .carousel .indicators .indicator-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 8px;
      width: 8px;
      margin: 24px 4px;
      background-color: rgba(255, 255, 255, 0.5);
      transition: background-color .3s;
      border-radius: 50%; }
      .carousel .indicators .indicator-item.active {
        background-color: #fff; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is "activated".
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only "scrollable" top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 28.875em) {
  .picker__wrap {
    display: block; } }

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto; } }

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__input.picker__input--active {
  border-color: #E3F2FD; }

.picker__frame {
  margin: 0 auto;
  max-width: 325px; }

@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em; }

.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%; }

.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05); }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

.picker__table th, .picker__table td {
  text-align: center; }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500; }

.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff; }

.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__box {
  border-radius: 2px;
  overflow: hidden; }

.picker__date-display {
  text-align: center;
  background-color: #2B303D;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #8b8c90; }

.picker__weekday-display {
  background-color: #1c2028;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px; }

.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem; }

.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400; }

.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4); }

.picker__box {
  padding: 0; }

.picker__calendar-container {
  padding: 0 1rem; }
  .picker__calendar-container thead {
    border: none; }

.picker__table {
  margin-top: 0;
  margin-bottom: .5em; }

.picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day.picker__day--today {
  color: #2B303D; }

.picker__day.picker__day--today.picker__day--selected {
  color: #fff; }

.picker__weekday {
  font-size: .9rem; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #2B303D;
  color: #ffffff; }
  .picker__day--selected.picker__day--outfocus,
  .picker__day--selected:hover.picker__day--outfocus,
  .picker--focused .picker__day--selected.picker__day--outfocus {
    background-color: #8b8c90; }

.picker__footer {
  text-align: right;
  padding: 5px 10px; }

.picker__close, .picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #2B303D; }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767; }

button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
  background-color: #8b8c90; }

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none; }

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff; }

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em; } }

/*** [OWL CAROUSEL] ***/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span {
      background: transparent;
      border: 2px solid #df0021; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*** [ICONOS] ***/
@font-face {
  font-family: 'icomoon';
  src: url("../iconos/icomoon.eot?k716pq");
  src: url("../iconos/icomoon.eot?k716pq#iefix") format("embedded-opentype"), url("../iconos/icomoon.ttf?k716pq") format("truetype"), url("../iconos/icomoon.woff?k716pq") format("woff"), url("../iconos/icomoon.svg?k716pq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ellipsis:before {
  content: "\e92f"; }

.icon-Comparador-OK:before {
  content: "\e92e"; }

.icon-Sport:before, .icon-sport:before {
  content: "\e92c"; }

.icon-Pasajero:before, .icon-sedan:before {
  content: "\e92d"; }

.icon-Grilla:before {
  content: "\e92a"; }

.icon-Listado:before {
  content: "\e92b"; }

.icon-ArrowDown:before {
  content: "\e900"; }

.icon-ArrowUp:before {
  content: "\e901"; }

.icon-AsesorVirtual:before {
  content: "\e902"; }

.icon-Calendar:before {
  content: "\e903"; }

.icon-Camioneta:before, .icon-camioneta:before {
  content: "\e904"; }

.icon-Cerrar-1:before {
  content: "\e905"; }

.icon-CerrarModal:before {
  content: "\e906"; }

.icon-CityCar:before, .icon-citycar:before, .icon-electricos:before {
  content: "\e907"; }

.icon-Clave:before {
  content: "\e908"; }

.icon-Combined-Shape:before {
  content: "\e909"; }

.icon-Comercial:before, .icon-comercial:before {
  content: "\e90a"; }

.icon-Comparador-cta:before {
  content: "\e90b"; }

.icon-Comparador-header:before {
  content: "\e90c"; }

.icon-Compartir:before {
  content: "\e90d"; }

.icon-Descargar:before {
  content: "\e90e"; }

.icon-Direccion:before {
  content: "\e90f"; }

.icon-Email-2:before {
  content: "\e910"; }

.icon-Email:before {
  content: "\e911"; }

.icon-Esquina + :before {
  content: "\e912"; }

.icon-Facebook:before {
  content: "\e913"; }

.icon-Geo:before {
  content: "\e914"; }

.icon-Hamburguesa:before {
  content: "\e915"; }

.icon-Hatchback:before, .icon-hatchback:before {
  content: "\e916"; }

.icon-Imprimir:before {
  content: "\e917"; }

.icon-Insignia:before {
  content: "\e918"; }

.icon-IsoDerco:before {
  content: "\e919"; }

.icon-Link:before {
  content: "\e91a"; }

.icon-mas:before {
  content: "\e91b"; }

.icon-MasMenu:before {
  content: "\e91c"; }

.icon-ok-check:before {
  content: "\e91d"; }

.icon-PinMap:before {
  content: "\e91e"; }

.icon-PinMapa-2:before {
  content: "\e91f"; }

.icon-Sedan:before {
  content: "\e920"; }

.icon-Shape:before {
  content: "\e921"; }

.icon-SumarVehiculo:before {
  content: "\e922"; }

.icon-SUV:before, .icon-suv:before {
  content: "\e923"; }

.icon-Telefono-2:before {
  content: "\e924"; }

.icon-Telefono:before {
  content: "\e925"; }

.icon-Twitter:before {
  content: "\e926"; }

.icon-User:before {
  content: "\e927"; }

.icon-Versus:before {
  content: "\e928"; }

.icon-Youtube:before {
  content: "\e929"; }

/******* [COMPONENTE] ******/
/*** [MENU MOBILE] ***/
ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

p, h1, h2, h3 {
  margin: 0px; }

a:hover {
  text-decoration: none; }

a:focus {
  text-decoration: none; }

body {
  background-color: #2B303D;/**/
  -webkit-font-smoothing: antialiased;
  padding-top: 115px;
  font-weight: normal !important;
  font-style: normal; }
  @media (min-width: 1200px) {
    body {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (max-width: 480px) {
    body {
      padding-top: 0; } }

label {
  min-width: auto;
  max-width: 100%;
  width: 100%;
  padding: 0px !important;
  margin: 0px; }

/** [MENU MOBILE] **/
.menu-mobile {
  position: fixed;
  width: 100%;
  float: left;
  height: 61px;
  border-bottom: 1px solid #c13c52;
  background-color: #b0112b; }
  .menu-mobile .menu-mobile__header {
    margin-bottom: 0px; }
    .menu-mobile .menu-mobile__header__img {
      display: inline-block;
      transition: 0.3s; }
    .menu-mobile .menu-mobile__header .menu-mobile__opciones {
      float: right;
      padding: 17px;
      height: 61px; }
      .menu-mobile .menu-mobile__header .menu-mobile__opciones .menu-mobile__menu--item {
        float: left;
        margin-right: 30px; }
        .menu-mobile .menu-mobile__header .menu-mobile__opciones .menu-mobile__menu--item .icon-Comparador-header {
          color: #FFF;
          font-size: 25px;
          position: relative; }
        .menu-mobile .menu-mobile__header .menu-mobile__opciones .menu-mobile__menu--item .icon-Hamburguesa {
          color: #FFF;
          font-size: 20px; }
        .menu-mobile .menu-mobile__header .menu-mobile__opciones .menu-mobile__menu--item:nth-child(2) {
          margin-right: 10px; }
    .menu-mobile .menu-mobile__header .menu-mobile__cantidad {
      background-color: #000;
      color: #FFF;
      font-family: 'light';
      font-size: 10px;
      line-height: 100%;
      width: 17px;
      float: left;
      position: absolute;
      height: 17px;
      text-align: center;
      padding-top: 4px;
      border-radius: 50%;
      top: -5px;
      left: -8px; }

/** [MENU MOBILE] **/
/** [MENU DESKTOP] **/
.menu-desktop {
  background-color: #B20C27;
  height: 60px;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0; }
  @media (min-width: 1200px) {
    .menu-desktop {
      position: relative; } }
  .menu-desktop--transparente {
    background: rgba(0, 0, 0, 0.25); }
    @media (max-width: 1200px) {
      .menu-desktop--transparente {
        background: #B20C27; } }
  .menu-desktop__list {
    background: #d31f25;
    background: -moz-linear-gradient(-45deg, #d31f25 0%, #d31f25 50%, #be1724 50%, #be1724 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #d31f25), color-stop(50%, #d31f25), color-stop(50%, #be1724), color-stop(100%, #be1724));
    background: -webkit-linear-gradient(-45deg, #d31f25 0%, #d31f25 50%, #be1724 50%, #be1724 100%);
    background: -o-linear-gradient(-45deg, #d31f25 0%, #d31f25 50%, #be1724 50%, #be1724 100%);
    background: -ms-linear-gradient(-45deg, #d31f25 0%, #d31f25 50%, #be1724 50%, #be1724 100%);
    background: linear-gradient(135deg, #d31f25 0%, #d31f25 50%, #be1724 50%, #be1724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31f25', endColorstr='#be1724', GradientType=1 );
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
    @media (min-width: 1200px) {
      .menu-desktop__list {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 20px 0 18px 0 !important;
        opacity: 1;
        visibility: visible;
        background: transparent;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important; } }
    .menu-desktop__list-item--right {
      text-align: right; }
      @media (min-width: 1220px) {
        .menu-desktop__list-item--right {
          display: none; } }
    .menu-desktop__list-title {
      color: white;
      font-size: 17px;
      font-family: "light";
      line-height: 19px;
      margin-bottom: 27px !important; }
      @media (min-width: 768px) {
        .menu-desktop__list-title {
          font-size: 30px;
          line-height: 32px; } }
      @media (min-width: 1200px) {
        .menu-desktop__list-title {
          display: none; } }
      .menu-desktop__list-title--right {
        margin-top: 45px;
        text-align: right;
        margin-right: 0 !important; }
        @media (min-width: 768px) {
          .menu-desktop__list-title--right {
            margin-top: 150px; } }
        @media (orientation: landscape) {
          .menu-desktop__list-title--right {
            margin-top: -120px; } }
    .menu-desktop__list li {
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        .menu-desktop__list li {
          float: left;
          margin-right: 40px; } }
      .menu-desktop__list li a {
        color: rgba(255, 255, 255, 0.65);
        font-family: 'bold';
        font-size: 12px;
        transition: 0.3s;
        text-transform: uppercase; }
        .menu-desktop__list li a:hover {
          color: #FFF; }
        @media (min-width: 768px) {
          .menu-desktop__list li a {
            font-size: 17px; } }
        @media (min-width: 1200px) {
          .menu-desktop__list li a {
            font-size: 11px; } }
        @media (min-width: 1200px) {
          .menu-desktop__list li a {
            font-size: 12px; } }
      .menu-desktop__list li .activo {
        color: #FFF; }
    .menu-desktop__list .data-contacto {
      position: absolute;
      bottom: 10vh;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center; }
      .menu-desktop__list .data-contacto .data-contacto__social {
        color: #fff;
        font-size: 18px;
        font-family: 'medium';
        margin: 0 10px; }
  .menu-desktop .icon-Comparador-header {
    font-size: 22px;
    float: left;
    color: #FFF;
    position: relative; }
    .menu-desktop .icon-Comparador-header .menu-mobile__cantidad {
      background-color: #000;
      color: #FFF;
      font-family: 'light';
      font-size: 11px;
      line-height: 100%;
      width: 17px;
      float: left;
      position: absolute;
      height: 17px;
      text-align: center;
      padding-top: 4px;
      border-radius: 50%;
      top: -5px;
      left: -8px;
      letter-spacing: 1px; }

.comparador__container {
  position: absolute;
  right: 15px;
  top: 17px;
  width: auto;
  z-index: 9999; }
  @media (min-width: 1200px) {
    .comparador__container {
      width: 111px; } }
  .comparador__container .menu-desktop__item:hover .comparar__text {
    color: #FFF; }
  .comparador__container .menu-desktop__item i {
    float: left; }
  .comparador__container .menu-desktop__item .comparar__text {
    float: left;
    padding-top: 4px;
    padding-left: 6px;
    color: #E09DA8;
    font-family: 'bold';
    font-size: 12px;
    transition: 0.3s;
    text-transform: uppercase;
    display: none; }
    @media (min-width: 1200px) {
      .comparador__container .menu-desktop__item .comparar__text {
        display: block; } }

.menu-desktop__logo {
  position: relative; }
  .menu-desktop__logo img {
    transition: 0.4s;
    position: absolute;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.28); }
  .menu-desktop__logo img:nth-child(2) {
    display: none; }
  @media (max-width: 1200px) {
    .menu-desktop__logo {
      width: 180px; }
      .menu-desktop__logo img:nth-child(1) {
        display: none; }
      .menu-desktop__logo img:nth-child(2) {
        display: block;
        position: absolute;
        top: 15px;
        width: 100%; } }

.hamburgesa--menu {
  display: none;
  color: #FFF; }

/** [FIN DE MENU DESKTOP] **/
/** media query **/
@media (max-width: 1200px) {
  .menu-desktop__logo img {
    width: 64px;
    box-shadow: none; }
  .hamburgesa--menu {
    display: block;
    float: left;
    margin-left: 19px;
    margin-top: 2px;
    font-size: 17px; } }

/** fin de media query **/
/****** HAMBURGER MENU ******/
.menu {
  width: 22px;
  height: 22px;
  cursor: pointer;
  float: right;
  top: 4px;
  position: relative;
  z-index: 99999;
  margin-left: 20px;
  transition: all 0.3s ease; }
  @media (min-width: 1200px) {
    .menu {
      display: none; } }

.menu span {
  width: 100%;
  height: 3px;
  background: white;
  display: block;
  position: relative;
  top: 7px;
  transition: all 0.3s ease;
  border-radius: 5px; }

.menu span:before, .menu span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  transition: all 0.3s ease;
  border-radius: 5px; }

.menu span:before {
  top: -7px; }

.menu span:after {
  top: 7px; }

.menu.open span {
  background: transparent; }

.menu.open span:before {
  transform: matrix(0.7, 0.7, -0.7, 0.7, 0, 6);
  background: white; }

.menu.open span:after {
  transform: matrix(0.7, -0.7, 0.7, 0.7, 0, -8);
  background: white; }

.menu-mobile--apear {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

.fondoMenuMobile {
  display: none; }
  .fondoMenuMobile:before {
    content: "";
    position: absolute;
    width: 1300px;
    height: 1300px;
    background: #d31f2c;
    transform: rotate(42deg);
    top: -450px;
    left: -580px; }
  .fondoMenuMobile:after {
    content: "";
    position: absolute;
    width: 1300px;
    height: 1300px;
    background: #be1724;
    transform: rotate(42deg);
    top: 300px;
    right: -780px; }

/*** [SELECT] ***/
/**  select **/
.container__select {
  float: left;
  position: relative;
  width: 100%; }
  .container__select .input-field {
    margin: 0px; }
    .container__select .input-field .select-wrapper {
      width: 180px; }
      @media (max-width: 480px) {
        .container__select .input-field .select-wrapper {
          width: 100%; } }
      .container__select .input-field .select-wrapper input.select-dropdown {
        height: auto;
        color: #FFF;
        font-family: "book";
        font-size: 13px;
        line-height: 100%;
        border-bottom: 1px solid #979797;
        padding-bottom: 5px;
        margin-bottom: 15px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 24px;
        box-sizing: border-box; }
    .container__select .input-field .caret {
      display: none; }
  .container__select i {
    position: absolute;
    color: #FFF;
    right: 7px;
    font-size: 6px;
    top: 4px; }
  .container__select .dropdown-content {
    max-height: 200px !important;
    overflow-y: scroll; }
    .container__select .dropdown-content li {
      min-height: 25px;
      line-height: 21px; }
      .container__select .dropdown-content li span {
        color: #394051;
        font-size: 12px;
        line-height: 22px;
        padding: 5px 16px; }

/** fin de select **/
/** multiples select **/
.multiple--select .dropdown-content li span {
  padding: 5px 7px;
  font-size: 11px; }
  .multiple--select .dropdown-content li span label {
    float: left;
    width: auto;
    padding-left: 22px !important; }

/** multiples select **/
/*** [BREADCRUMB] ***/
/** [BREADCRUMB] **/
.breadcrumbs__contenido {
  position: relative;
  top: -12px; }

.breadcrumb {
  background-color: transparent;
  padding: 10px 0 16px;
  margin: 0; }
  .breadcrumb li {
    font-size: 12px; }
    .breadcrumb li a {
      color: #8F8282;
      font-family: "book";
      transition: all .3s ease; }
      .breadcrumb li a:after {
        content: "›";
        margin: 0 7px 0 10px; }
      .breadcrumb li a:hover {
        color: white; }
      .breadcrumb li a small {
        margin: 0 5px; }
    .breadcrumb li.active {
      font-family: "medium";
      pointer-events: none; }
    .breadcrumb li + li:before {
      display: none; }
  .breadcrumb__flotante {
    padding-left: 330px; }

@media (max-width: 992px) {
  .breadcrumbs__contenido,
  .breadcrumb {
    display: none; } }

/** [FIN DE BREADCRUMB] **/
/*** [FILTROS] ***/
/** [FILTROS] **/
.filtro {
  position: fixed;
  z-index: 99;
  top: 100vh;
  background: rgba(43, 48, 61, 0);
  background: -moz-linear-gradient(top, rgba(43, 48, 61, 0) 2%, #2b303d 2%, #2b303d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(2%, rgba(43, 48, 61, 0)), color-stop(2%, #2b303d), color-stop(100%, #2b303d));
  background: -webkit-linear-gradient(top, rgba(43, 48, 61, 0) 2%, #2b303d 2%, #2b303d 100%);
  background: -o-linear-gradient(top, rgba(43, 48, 61, 0) 2%, #2b303d 2%, #2b303d 100%);
  background: -ms-linear-gradient(top, rgba(43, 48, 61, 0) 2%, #2b303d 2%, #2b303d 100%);
  background: linear-gradient(to bottom, rgba(43, 48, 61, 0) 2%, #2b303d 2%, #2b303d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b303d', endColorstr='#2b303d', GradientType=0 );
  left: 0;
  right: 0;
  padding: 0 15px 15px;
  transition: all .3s ease-in-out; }
  @media (min-width: 992px) {
    .filtro {
      position: relative;
      bottom: auto;
      display: block;
      top: 0;
      padding: 0; } }
  @media (min-width: 1200px) {
    .filtro {
      position: relative;
      bottom: auto;
      display: block;
      top: 0; } }
  .filtro--open {
    top: 97px; }
  .filtro__scroll {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-bottom: 170px; }
    @media (min-width: 992px) {
      .filtro__scroll {
        height: auto;
        overflow: visible;
        padding-bottom: 0; } }
  .filtro__rango-slider-contenedor {
    height: 30px;
    margin: 10px auto;
    width: 237px; }
    @media (min-width: 992px) {
      .filtro__rango-slider-contenedor {
        width: 100%; } }
    .filtro__rango-slider-contenedor .noUi-horizontal .noUi-handle {
      transform: scale(1.3);
      background-color: #E30025; }
    .filtro__rango-slider-contenedor .noUi-handle.noUi-active {
      transform: scale(1.5); }
    .filtro__rango-slider-contenedor .noUi-target .range-label {
      background-color: #E30025; }
    .filtro__rango-slider-contenedor .noUi-connect {
      background-color: #E30025; }
    .filtro__rango-slider-contenedor .range-label span {
      font-size: 9px;
      font-family: 'bold';
      top: 10px; }
      .filtro__rango-slider-contenedor .range-label span:before {
        content: "$";
        font-size: 6px; }
      .filtro__rango-slider-contenedor .range-label span:after {
        content: "MM";
        font-size: 6px; }
  .filtro-val {
    color: #CCC;
    font-size: 11px;
    display: inline-block;
    font-family: "medium";
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .filtro-val {
        font-size: 9px; } }
    @media (min-width: 1200px) {
      .filtro-val {
        font-size: 11px; } }
    .filtro-val:before {
      content: "$ "; }
    .filtro-val:after {
      content: ".000.000"; }

.filtro__label {
  clear: both;
  width: 100%;
  min-height: 30px;
  text-align: center;
  font-family: 'light';
  color: #CCCCCC;
  font-family: 15px; }
  .filtro__label--left {
    float: left; }
  .filtro__label--right {
    float: right; }
  .filtro__label #lower-value {
    display: block;
    float: none;
    font-size: 17px; }
  .filtro__label #upper-value {
    display: block;
    float: none;
    font-size: 17px; }

.filtros__titulo {
  color: #FFF;
  font-size: 20px;
  font-family: "light";
  display: inline-block;
  line-height: 21px;
  margin: 10px 0 25px; }

.filtro__disponibilidad {
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  font-family: "medium";
  margin-bottom: 12px; }

.filtro__ubicacion {
  width: 100%;
  font-family: "book";
  font-size: 13px;
  float: left;
  color: #FFF; }
  .filtro__ubicacion .icon-Geo {
    margin-right: 5px;
    float: left;
    color: #E30025;
    font-size: 20px; }

.filtro__tipo-vehiculo {
  width: 100%;
  display: inline-block;
  padding-top: 36px; }

.filtro__tipoVehiculo {
  color: #C1B8B8;
  font-family: "medium";
  font-weight: lighter;
  margin-bottom: 20px;
  transition: 0.3s; }
  .filtro__tipoVehiculo .filtro__iconAuto {
    color: #C1B8B8;
    font-size: 22px;
    margin-right: 4px;
    transition: 0.3s;
    width: 90px;
    display: inline-block;
    padding-left: 26px; }
    .filtro__tipoVehiculo .filtro__iconAuto--inline {
      font-size: 33px;
      width: 90px; }
  .filtro__tipoVehiculo .filtro__icon-Auto {
    color: #C1B8B8;
    font-size: 33px;
    margin-right: 4px;
    transition: 0.3s;
    width: 90px;
    display: block;
    padding-left: 26px; }
  .filtro__tipoVehiculo:hover {
    color: #FFF; }
    .filtro__tipoVehiculo:hover label i {
      color: #FFF; }
  .filtro__tipoVehiculo--inline {
    display: inline-block;
    margin-right: 20px;
    min-width: 125px;
    margin-bottom: 10px; }
    .filtro__tipoVehiculo--inline span {
      text-align: center;
      display: block;
      line-height: 24px; }

.icono__ver {
  color: #E30025;
  float: left;
  cursor: pointer;
  margin-right: 10px; }
  .icono__ver:hover {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite; }

.filtro__verMas {
  cursor: pointer;
  color: #FFF; }

.showItem {
  transition: all 0.3s; }

.ver-mas {
  padding: 10px 0px; }

.checkbox-selected {
  position: relative;
  z-index: 9999; }

.filtro__select {
  margin-top: 10px;
  margin-bottom: 13px; }

.filtro__presupuesto {
  padding-top: 20px; }

.filtro__presupuesto--opciones {
  margin-bottom: 0px;
  float: left;
  padding-top: 10px;
  width: 100%; }

.quitar__filtros {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  color: #FFF;
  font-size: 14px;
  font-family: "medium";
  margin-bottom: 20px;
  background-color: #D82332;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 20px; }
  .quitar__filtros i {
    color: #fff;
    font-size: 12px;
    margin-right: 10px; }
  .quitar__filtros:hover, .quitar__filtros:focus {
    color: #FFF; }

.resultado__titulo {
  color: #FFF;
  font-family: "bold";
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .resultado__titulo {
      font-size: 28px; } }

.resultado__cantidad {
  display: inline-block;
  color: #CCCCCC;
  font-size: 13px;
  font-family: "light";
  float: right;
  margin-top: 1px; }
  @media (min-width: 768px) {
    .resultado__cantidad {
      float: none; } }
  .resultado__cantidad small {
    font-size: 13px;
    font-family: "bold"; }
  @media (min-width: 768px) {
    .resultado__cantidad {
      font-size: 20px;
      margin-left: 30px; }
      .resultado__cantidad small {
        font-size: 20px; } }

.resultado__controles {
  width: 100%;
  background-color: #394051;
  height: 37px;
  padding: 10px 30px 10px 0;
  position: fixed;
  z-index: 98;
  top: 60px; }
  .resultado__controles:after {
    content: "";
    display: block;
    width: 100%;
    height: 39px;
    background: #394051;
    position: fixed;
    top: 58px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    z-index: -1; }
  @media (min-width: 768px) {
    .resultado__controles {
      width: 735px; } }
  @media (min-width: 992px) {
    .resultado__controles {
      width: auto;
      position: relative;
      top: 0;
      margin: 20px 0px;
      padding: 10px 25px; }
      .resultado__controles:after {
        display: none; } }

.container__select--opciones {
  width: 180px; }
  @media (min-width: 768px) {
    .container__select--opciones {
      margin-right: 70px; } }
  .container__select--opciones .select-dropdown {
    color: #CCCCCC !important;
    border: none !important; }

.resultado__controles .container__select--opciones {
  background-color: #D82332;
  height: 37px;
  margin-left: -25px;
  margin-top: -10px;
  padding: 10px;
  padding-left: 24px;
  width: 24%; }
  .resultado__controles .container__select--opciones .select-dropdown {
    color: #fff !important;
    font-family: 'book' !important;
    letter-spacing: 1px;
    text-transform: uppercase; }
  @media (max-width: 992px) {
    .resultado__controles .container__select--opciones {
      background-color: #394051;
      margin-left: 0;
      padding-left: 0; } }

.resultado__ver-como {
  font-size: 13px;
  color: #CCCCCC;
  font-family: "book";
  float: left; }

.resultado__icono {
  color: #FFF;
  font-size: 15px;
  display: inline-block;
  margin: 2px 7px;
  cursor: pointer; }
  .resultado__icono:nth-last-child(2) {
    margin-left: 14px; }

.container__detalle-head {
  float: left;
  width: 100%;
  text-align: left; }

.container__detalle-footer {
  float: left;
  width: 100%;
  text-align: left; }
  .container__detalle-footer--final {
    margin-top: 5px;
    border-top: 1px solid #CCCCCC; }

.item__lista .container__detalle-footer, .full__width .container__detalle-footer {
  position: absolute;
  bottom: 70px; }

.full__width .container__detalle-footer {
  position: static;
  bottom: 0; }

.marca__logo {
  display: none; }

/** [FIN DE FILTROS] **/
@media (min-width: 1200px) {
  .filtro__tipoVehiculo label {
    font-size: 9px !important; }
    .filtro__tipoVehiculo label .filtro__iconAuto {
      font-size: 17px;
      width: 73px; } }

/* carlos por ahora lo deje oculto pero la idea es poder
reutilizar los mismos elementos de este
filtro por ahora no podre hacerlo ya que son las 3 de la mañana dia viernes
pero yo se que tu puedes con esta mision campeon vamo arriba  NO MANDE A CLIENTE CON ESTE MENSAJE*/
@media (max-width: 992px) {
  /*sidebar de filtros oculto mientras tanto*/
  /*fin de sidebar de filtros oculto mientras tanto*/
  .agregar .agregar__guardar .agregar__cotizacion {
    width: 100%;
    display: inline-block; } }

.resultado__vistas {
  display: none;
  float: right; }
  @media (min-width: 992px) {
    .resultado__vistas {
      display: block; } }

.filtro__personaliza {
  width: 100%;
  background: #9f0d1f;
  z-index: 0;
  text-align: center;
  color: white;
  font-family: 'medium';
  height: 50px;
  line-height: 50px;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    .filtro__personaliza {
      display: none; } }

.bodyFixed {
  position: fixed; }

#lower-value {
  float: left; }

#upper-value {
  float: right; }

/*** [CHECKBOX] ***/
/**  Checkbox Filtro **/
[type="checkbox"].filled-in:checked + label:after {
  background-color:#414758;/* #E30025;*/
  border: none;
  height: 18px;
  width: 18px;
  left: 0px;
  top: 3px; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  background-color: #4A5163;
  border: none;
  height: 18px;
  width: 18px;
  top: 3px; }

[type="checkbox"] + label {
  font-size: 12px; }

[type="checkbox"] + label {
  height: auto;
  line-height: 100%; }

[type="checkbox"].filled-in:checked + label:before {
  top: 3px;
  left: 0px; }

[type="checkbox"].filled-in:checked + label {
  color: #FFF; }
  [type="checkbox"].filled-in:checked + label i {
    color: #FFF; }

/*** [SWITCH] ***/
.resultado__switch {
  margin-top: 3px;
  float: right;
  width: 155px; }
  @media (min-width: 992px) {
    .resultado__switch {
      float: none;
      width: 200px;
      display: inline-block; } }
  .resultado__switch label {
    font-size: 9px !important; }
    .resultado__switch label .lever {
      float: left;
      width: 34px;
      height: 12px; }
      .resultado__switch label .lever:after {
        content: "";
        width: 19px;
        height: 19px; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #b94155; }
  .switch label input[type=checkbox]:checked + .lever + .resultado__versiones {
    color: #FFF; }
  .switch label input[type=checkbox]:checked + .lever:after {
    background-color: #B20C27; }

.resultado__modelo {
  float: left;
  margin-right: 5px; }

.resultado__versiones {
  float: left;
  margin-left: 5px; }

.switch__comparador {
  width: 100%;
  margin: 10px 0; }
  .switch__comparador .resultado__detalle {
    float: left;
    font-size: 10px;
    width: 20%;
    padding-left: 20px; }

@media (max-width: 1200px) {
  .resultado__switch .lever {
    margin: 0px 8px; }
  .resultado__modelo {
    margin-right: -4px; }
  .resultado__versiones {
    margin-left: -2px; } }

/*** [CARD] ***/
.item {
  transition: 0.2s;
  background-color: #FFF;
  border-radius: 3px 3px 0 0;
  padding: 13px;
  overflow: hidden;
  border: solid 1px transparent; }
  .item .item__img {
    width: 45%;
    padding: 17px 0;
    display: inline-block;
    text-align: center;
    vertical-align: top; }
    @media (min-width: 992px) {
      .item .item__img {
        padding: 60px 0; } }
    .item .item__img img {
      max-width: 100%; }
  .item .item__detalle {
    width: 50%;
    padding-left: 10px;
    display: inline-block; }
    @media (min-width: 768px) {
      .item .item__detalle {
        padding-left: 10px; } }
    .item .item__detalle .item__detalle-marca {
      font-size: 11px;
      color: #6C6464;
      width: 100%;
      font-family: "book";
      margin-bottom: 15px; }
    .item .item__detalle .item__detalle-modelo {
      width: 100%;
      color: #000000;
      font-size: 16px;
      font-family: "medium";
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .item .item__detalle .item__detalle-modelo {
          margin-bottom: 0; } }
    .item .item__detalle .item__detalle-modelo-listado {
      display: none;
      width: 100%;
      list-style: normal;
      margin-bottom: 14px; }
      @media (min-width: 768px) {
        .item .item__detalle .item__detalle-modelo-listado {
          display: none; } }
      .item .item__detalle .item__detalle-modelo-listado li {
        width: 100%;
        display: inline-block;
        font-size: 13px;
        color: #6C6464;
        font-family: "book";
        padding-left: 14px;
        position: relative; }
        .item .item__detalle .item__detalle-modelo-listado li:before {
          content: "•";
          position: absolute;
          left: 0px;
          font-size: 17px;
          color: #D0021B;
          line-height: 100%; }
    .item .item__detalle .item__detalle-desde {
      color: #6C6464;
      font-size: 11px;
      font-family: "book"; }
      .item .item__detalle .item__detalle-desde--final {
        font-family: "medium"; }
    .item .item__detalle .item__detalle-valor {
      color: #000000;
      font-size: 13px;
      font-family: "medium";
      margin-bottom: 3px; }
      .item .item__detalle .item__detalle-valor--final {
        font-size: 16px; }

.agregar {
  cursor: pointer;
  width: 100%; }
  .agregar .agregar__icono {
    width: 30%;
    height: 46px;
    background-color: #5f697a;
    float: left;
    border-bottom-left-radius: 3px;
    text-align: center; }
    .agregar .agregar__icono .icon-Comparador-cta {
      position: relative;
      top: 9px;
      color: #fff;
      font-size: 25px; }
    .agregar .agregar__icono .icon-Comparador-OK {
      position: relative;
      top: 9px;
      color: #fff;
      font-size: 25px; }
  .agregar .agregar__icono--select {
    background-color: #186F16;
    color: #fff;
    border-top: none; }
  .agregar .agregar__guardar {
    width: 70%;
    float: left;
    background-color: #df0021;
    border-bottom-right-radius: 3px;
    text-align: center;
    height: 46px; }
    .agregar .agregar__guardar .agregar__cotizacion {
      position: relative;
      top: 11px;
      color: #F99898;
      font-size: 9px;
      font-family: "bold";
      line-height: 100%; }
      @media (min-width: 992px) {
        .agregar .agregar__guardar .agregar__cotizacion {
          font-size: 10px; } }
      .agregar .agregar__guardar .agregar__cotizacion span {
        display: block;
        color: #FFF;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 5px;
        font-family: 'bold'; }

.item__lista {
  margin-bottom: 15px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .item__lista {
      margin-bottom: 30px; } }

@media (max-width: 480px) {
  .item__lista:first-child {
    margin-top: 30px; } }

.full__width {
  position: relative;
  width: 100% !important;
  margin-bottom: 10px; }
  .full__width .item {
    height: 80px !important;
    width: 99%;
    border-radius: 3px;
    overflow: hidden; }
    .full__width .item .item__img {
      width: 14%;
      padding: 0 6px; }
      .full__width .item .item__img img {
        width: 95px; }
    .full__width .item .item__detalle {
      margin-bottom: 0px; }
    .full__width .item .item__detalle-modelo-listado {
      display: none; }
  .full__width .agregar {
    width: 31%;
    top: 0;
    right: 15px;
    position: absolute; }
    .full__width .agregar .agregar__icono {
      padding: 20px 0px;
      width: 20%;
      border-radius: 0;
      height: 80px; }
      .full__width .agregar .agregar__icono .icon-Comparador-cta {
        top: 8.5px; }
    .full__width .agregar .agregar__guardar {
      width: 80%;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      padding: 23px 0px;
      height: 80px; }
      .full__width .agregar .agregar__guardar .agregar__cotizacion {
        width: 100%;
        text-align: center;
        float: left;
        font-size: 12px;
        margin-bottom: 5px;
        top: 7px; }
  .full__width .container__detalle-head {
    float: left;
    width: 55%;
    text-align: left; }
    .full__width .container__detalle-head .item__detalle-modelo {
      margin-bottom: 0px; }
  .full__width .container__detalle-footer {
    float: right;
    text-align: right;
    padding-top: 6px;
    padding-right: 16px;
    width: 33%;
    text-align: left; }
  .full__width .marca__logo {
    display: block;
    float: left;
    margin-right: 10px; }

@media (max-width: 1200px) {
  .full__width .agregar .agregar__guardar {
    padding: 17px 0px !important; } }

/*** [botones] ***/
/**  Botones sass **/
a.link__masicono {
  color: #D82332;
  font-family: 'book';
  font-size: 14px;
  display: inline-block;
  margin: 0 20px; }
  a.link__masicono .masicono {
    margin-right: 10px;
    color: #6C6363; }

.btn-compartir {
  border: 1px solid #D82332;
  background-color: #FFF;
  color: #D82332; }
  .btn-compartir:hover {
    color: #D82332;
    background-color: #FFFFFF; }
  .btn-compartir:focus {
    color: #D82332;
    background-color: #FFFFFF; }
  .btn-compartir p {
    font-size: 12px;
    line-height: 33px; }
  .btn-compartir i {
    vertical-align: middle;
    margin-right: 6px; }

.btn-descargar {
  border: 1px solid #D82332;
  background-color: transparent;
  box-shadow: none;
  font-family: 'medium';
  font-size: 13px;
  color: #D82332; }
  .btn-descargar:hover {
    color: #D82332;
    background-color: #FFFFFF; }
  .btn-descargar:focus {
    color: #D82332;
    background-color: #FFFFFF; }
  .btn-descargar p {
    font-size: 12px;
    line-height: 33px; }
  .btn-descargar i {
    vertical-align: middle;
    margin-right: 6px; }

.btn-lineal {
  border: 1px solid #EEEEEE;
  background-color: transparent;
  color: #FFFFFF;
  text-transform: uppercase;
  box-shadow: none;
  letter-spacing: .8px;
  padding: 10px 35px;
  border-radius: 4px; }
  .btn-lineal:hover {
    color: #FFFFFF; }
  .btn-lineal:focus {
    color: #FFFFFF; }
  .btn-lineal p {
    font-size: 12px;
    line-height: 5px;
    font-family: 'book';
    text-align: center; }
  .btn-lineal i {
    vertical-align: middle;
    margin-right: 6px;
    font-size: 28px; }

.btn-guardar {
  background-color: #df0021;
  color: #F99898;
  padding: 1.5rem 0;
  width: 100%;
  display: inline-block; }
  .btn-guardar:hover {
    color: #FFFFFF;
    background-color: #df0021; }
  .btn-guardar:focus {
    color: #FFFFFF;
    background-color: #df0021; }
  .btn-guardar span {
    display: block;
    font-size: 12px;
    font-family: 'bold';
    color: #FFF;
    line-height: 0; }

.btn-cotizar {
  background-color: #df0021;
  color: #F99898;
  letter-spacing: 0;
  padding: 0.25rem 0rem;
  font-size: 10px;
  line-height: 13px;
  width: 100%; }

.btn-cotizar:hover {
  color: #FFFFFF;
  background-color: #df0021; }

.btn-cotizar:focus {
  color: #FFFFFF;
  background-color: #df0021; }

.btn-cotizar span {
  display: block;
  font-size: 11px;
  font-family: 'bold';
  color: #FFF;
  line-height: 28px; }

.btn-cta-rojo {
  background-color: #E30025;
  color: #FFFFFF;
  text-transform: uppercase;
  box-shadow: none;
  letter-spacing: .8px;
  padding: 0.25rem 3rem;
  border-radius: 4px; }
  .btn-cta-rojo:hover {
    color: #FFFFFF; }
  .btn-cta-rojo:focus {
    color: #FFFFFF; }
  .btn-cta-rojo p {
    font-size: 15px;
    line-height: 33px;
    font-family: 'medium'; }
  .btn-cta-rojo i {
    vertical-align: middle;
    margin-right: 6px; }

.btn-colapsar {
  background-color: transparent;
  color: #FFFFFF;
  box-shadow: none;
  letter-spacing: .8px; }
  .btn-colapsar:hover {
    color: #FFFFFF; }
  .btn-colapsar:focus {
    color: #FFFFFF; }
  .btn-colapsar p {
    font-size: 15px;
    line-height: 33px;
    font-family: 'book'; }
  .btn-colapsar i {
    vertical-align: middle;
    margin-left: 10px;
    color: #E30025;
    font-size: 8px; }

.btn-comparar {
  width: 100%;
  padding: 0;
  margin: 1rem 0;
  text-align: center; }

.btn-comparar [type="checkbox"]:checked + label:before {
  display: none; }

.btn-comparar [type="checkbox"] + label:before, .btn-comparar [type="checkbox"]:not(.filled-in) + label:after {
  display: none; }

.btn-comparar .label-check {
  background: #FFFFFF;
  cursor: pointer;
  height: 52px;
  font-family: 'medium';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #E30025;
  text-transform: uppercase;
  box-shadow: none;
  letter-spacing: .8px;
  padding: 11px 0px 16px !important;
  border-radius: 4px;
  width: 100%;
  font-size: 11px;
  border: 1px solid #E30025;
  display: inline-block; }

.btn-comparar .label-check i {
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle; }

.btn-comparar .btn-comparar__check {
  background: #5f697a;
  height: 52px;
  border: 1px solid #5f697a;
  color: #fff;
  display: inline-block; }

/*** [carrusel] ***/
.carrusel__slider--home {
  height: 550px; }
  .carrusel__slider--home .carrusel__imagen {
    width: 100%; }
  .carrusel__slider--home img.item__auto {
    width: 85%;
    margin-top: 20px; }

@media (max-width: 1200px) {
  .carrusel__slider--home {
    height: 450px; } }

@media (max-width: 768px) {
  .carrusel__slider--home {
    height: 400px; } }

/*** [footer] ***/
.footer__legales {
  background-color: #1D2130;
  color: #ccc;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  font-family: 'book'; }

.footer__opciones {
  height: 60px;
  background-color: #232732;
  padding-top: 7px; }
  .footer__opciones .listado__opciones {
    text-align: center; }
    .footer__opciones .listado__opciones li {
      display: inline-block;
      line-height: 28px;
      margin: 0 20px; }
      .footer__opciones .listado__opciones li a {
        color: white;
        font-family: "book";
        font-size: 1em; }
        .footer__opciones .listado__opciones li a i {
          font-size: 25px;
          float: left;
          color: #C1B8B8;
          font-family: "book";
          margin-right: 10px;
          position: relative;
          top: 2px; }
        .footer__opciones .listado__opciones li a p {
          color: #C1B8B8;
          font-size: 14px;
          font-family: "book";
          padding-left: 8px;
          float: left; }
        .footer__opciones .listado__opciones li a .numero {
          font-family: "bold"; }
  .footer__opciones .emaillinea {
    font-size: 19px !important;
    position: relative;
    top: 5px !important; }

.listado__mas-vistos {
  position: relative;
  top: 8px; }
  .listado__mas-vistos span {
    color: #C1B8B8;
    font-size: 13px;
    float: left;
    line-height: 14px; }
  .listado__mas-vistos .ver__mas-vistos {
    float: left;
    color: #B20C27 !important;
    font-size: 17px !important;
    padding-top: 5px;
    padding-left: 8px; }

.footer__copyRight {
  /*position: relative;*/
  background-color: #9f0d1f;
  padding-bottom: 15px;
  z-index: 1000; }
  @media (min-width: 992px) {
    .footer__copyRight {
      padding-bottom: 0; } }
  @media (min-width: 320px) {
    .footer__copyRight {
      display: block;
      height: 130px; } }
  .footer__copyRight .lista__footer {
    text-align: center;
    min-height: 60px; }
    .footer__copyRight .lista__footer-item a {
      color: #FFF;
      font-size: 11px;
      font-family: "book";
      margin: 0 7px;
      text-decoration: underline; }
    .footer__copyRight .lista__footer-logo {
      position: relative;
      top: -3px;
      display: none; }
      @media (min-width: 992px) {
        .footer__copyRight .lista__footer-logo {
          display: inline; } }
    .footer__copyRight .lista__footer li {
      color: #FFF;
      font-size: 13px;
      font-family: "book";
      width: auto;
      display: inline-block;
      position: relative;
      padding-top: 11px; }
      @media (min-width: 992px) {
        .footer__copyRight .lista__footer li {
          margin: 0 25px; } }
      .footer__copyRight .lista__footer li:before {
        content: "·";
        color: #FFF;
        font-size: 36px;
        position: absolute;
        left: -33px;
        top: -6px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: none; }
        @media (min-width: 992px) {
          .footer__copyRight .lista__footer li:before {
            display: block; } }
      .footer__copyRight .lista__footer li:first-child:before {
        content: ""; }
      .footer__copyRight .lista__footer li:last-child:before {
        top: 4px; }
      .footer__copyRight .lista__footer li span {
        display: none; }
        @media (min-width: 992px) {
          .footer__copyRight .lista__footer li span {
            display: inline-block; } }
      @media (min-width: 320px) {
        .footer__copyRight .lista__footer li.lista__footer-item {
          position: absolute;
          bottom: 30px;
          left: 0;
          right: 0; } }

.iconos__redes-sociales {
  transition: all .3s ease;
  position: relative;
  top: 5px;
  color: #FFF;
  font-size: 18px;
  margin-left: 20px;
  display: inline-block; }
  @media (min-width: 768px) {
    .iconos__redes-sociales {
      opacity: .6;
      font-size: 23px; } }
  @media (min-width: 320px) {
    .iconos__redes-sociales {
      margin-top: 15px; } }
  .iconos__redes-sociales a {
    color: #fff; }
  .iconos__redes-sociales:hover {
    opacity: 1;
    color: white; }
  .iconos__redes-sociales.numero {
    font-size: 18px;
    font-family: "bold";
    margin-left: 0; }
    .iconos__redes-sociales.numero i {
      position: relative;
      top: 2px; }
    @media (min-width: 768px) {
      .iconos__redes-sociales.numero {
        display: none; } }

@media (max-width: 1200px) {
  .footer__opciones .listado__opciones li p {
    font-size: 13px; } }

@media (max-width: 1200px) {
  .footer__opciones {
    display: none; } }

/*** [comparador] ***/
/******* [COMPARAR] ******/
/* modal que se depliega desde el header */
.comparar {
  background-color: #fff;
  border-radius: 3px;
  color: #6C6363;
  font-family: 'medium';
  font-size: 11px;
  height: auto;
  position: absolute;
  z-index: 1000;
  width: 500px; }
  @media (max-width: 480px) {
    .comparar {
      -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.21);
      -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.21);
      box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.21);
      right: 0;
      left: 0;
      margin: 60px auto 0 auto;
      width: 95vw; } }
  .comparar:before {
    content: '';
    border-bottom: 10px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -8px;
    right: 20px; }
  .comparar .comparar__header {
    background-color: #000000;
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 10px; }
    .comparar .comparar__header .header__title {
      font-size: 13px;
      display: inline-block;
      width: 57%; }
      @media (max-width: 480px) {
        .comparar .comparar__header .header__title {
          width: 100%; } }
    .comparar .comparar__header .header__boton {
      background-color: #E30025;
      border-radius: 3px;
      color: #fff;
      display: inline-block;
      text-transform: uppercase;
      margin-left: 10px;
      padding: 7px 15px;
      text-decoration: none; }
      @media (max-width: 480px) {
        .comparar .comparar__header .header__boton {
          margin: 10px 10px 0 0; } }
  .comparar .comparar__auto {
    display: inline-block;
    margin: 10px;
    position: relative;
    vertical-align: top;
    width: 45%; }
    @media (max-width: 480px) {
      .comparar .comparar__auto {
        width: 95%; } }
    .comparar .comparar__auto .auto__cerrar {
      background-color: #C1B8B8;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      height: 16px;
      position: absolute;
      right: 2px;
      top: 2px;
      text-align: center;
      width: 16px; }
    .comparar .comparar__auto .auto__link {
      text-decoration: none;
      color: #6C6363; }
    .comparar .comparar__auto .auto__select {
      float: left;
      height: 70px;
      margin: 15px 10px 0 0;
      width: 70px; }
      .comparar .comparar__auto .auto__select img {
        max-width: 100%; }
    .comparar .comparar__auto .auto__modelo {
      text-transform: uppercase; }
      .comparar .comparar__auto .auto__modelo span {
        color: #000;
        font-family: 'bold';
        font-size: 13px;
        text-transform: capitalize;
        display: block; }

/* Bloquea el body y deja una opacidad */
#fade__body {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: fixed;
  z-index: 999; }

/*** [comparador] ***/
/** [COMPARADOR] **/
.comparador {
  width: 100%; }
  .comparador td.especificacion__celda {
    border-top: none !important;
    padding: 20px 0 15px !important; }
  .comparador .comparador__contenido {
    background: #FFF;
    font-size: 14px;
    font-family: 'book'; }
    .comparador .comparador__contenido #comparador {
      margin-left: 300px;
      overflow-x: auto;
      max-width: 1200px; }
      .comparador .comparador__contenido #comparador .vehiculo__agregar {
        text-align: center;
        padding: 68px; }
        .comparador .comparador__contenido #comparador .vehiculo__agregar span {
          color: #D0011B;
          font-size: 12px;
          font-family: 'medium'; }
        .comparador .comparador__contenido #comparador .vehiculo__agregar .agregar--blanco {
          color: #FFFFFF; }
        .comparador .comparador__contenido #comparador .vehiculo__agregar .agregar {
          color: #E2DCDC;
          display: block;
          font-size: 50px;
          margin-bottom: 5px; }
      .comparador .comparador__contenido #comparador .comparacion_card {
        min-width: 400px; }
        @media (max-width: 768px) {
          .comparador .comparador__contenido #comparador .comparacion_card {
            min-width: 200px !important; } }
      @media (max-width: 768px) {
        .comparador .comparador__contenido #comparador {
          margin-left: 0; } }
    .comparador .comparador__contenido div#comparador table {
      font-family: 'book';
      border-collapse: collapse;
      width: 100%;
      overflow-x: auto; }
    .comparador .comparador__contenido div#comparador table thead {
      border-bottom: none; }
      .comparador .comparador__contenido div#comparador table thead tr, .comparador .comparador__contenido div#comparador table thead th {
        padding: 0; }
    .comparador .comparador__contenido div#comparador table tbody tr td:nth-child(1), .comparador .comparador__contenido div#comparador table thead tr th:nth-child(1) {
      width: 316px;
      text-align: left;
      position: absolute;
      left: 0; }
      @media (max-width: 768px) {
        .comparador .comparador__contenido div#comparador table tbody tr td:nth-child(1), .comparador .comparador__contenido div#comparador table thead tr th:nth-child(1) {
          display: none; } }
    .comparador .comparador__contenido div#comparador table thead tr th:nth-child(1) {
      position: absolute;
      width: 300px; }
    .comparador .comparador__contenido div#comparador table thead tr th:nth-child(2) {
      display: none; }
    .comparador .comparador__contenido div#comparador table td, .comparador .comparador__contenido div#comparador table th {
      min-width: 300px;
      white-space: normal;
      padding: 0px 0px; }
    .comparador .comparador__contenido .style-hidden {
      width: 0;
      display: block;
      opacity: 0; }
    .comparador .comparador__contenido div#comparador table thead tr th {
      height: 260px; }
    .comparador .comparador__contenido div#comparador table tbody td span {
      display: block;
      width: 100.25%;
      padding: 10px 15px;
      color: #666666;
      border-top: none; }
    .comparador .comparador__contenido div#comparador table tbody td {
      vertical-align: top;
      border-top: 1px solid #E2DCDC; }
    @media screen and (max-width: 800px) {
      .comparador .comparador__contenido table td {
        color: #333; }
      .comparador .comparador__contenido table td:before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        font-family: 'book';
        color: #999; } }
    .comparador .comparador__contenido .titulo-texto {
      height: 20px; }
      .comparador .comparador__contenido .titulo-texto--movil {
        visibility: visible; }
      .comparador .comparador__contenido .titulo-texto--hide {
        visibility: hidden; }
    @media (min-width: 768px) {
      .comparador .comparador__contenido .titulo-texto--movil {
        visibility: hidden; } }
  .comparador .comparador__header {
    font-size: 20px;
    padding: 10px 15px; }
    .comparador .comparador__header .header__logo {
      position: relative;
      width: 70px;
      margin-right: 10px;
      margin-top: -34px; }
    .comparador .comparador__header .header__titulo {
      display: inline-block;
      font-family: 'medium'; }
    .comparador .comparador__header .header__vehiculo {
      color: #999;
      display: inline-block;
      font-family: 'book'; }
    .comparador .comparador__header .header__cerrar {
      float: right;
      color: #E2DCDC;
      font-size: 24px; }
    @media (max-width: 992px) {
      .comparador .comparador__header .header__vehiculo {
        display: none; } }
  .comparador .comparador__siderbar {
    width: 25%;
    float: left; }
  .comparador .comparador__content {
    width: 75%;
    float: left; }
  @media (max-width: 992px) {
    .comparador .comparador__siderbar {
      display: none; }
    .comparador .comparador__content {
      width: 100%; } }
  .comparador .comparacion__personaliza {
    color: #FFF;
    background-color: #6C6363;
    border: 1px solid #999;
    height: 240px;
    margin: 11px 0px 0px;
    padding: 0px;
    width: 316px; }
  .comparador .personaliza__titulo {
    font-family: 'book';
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px; }
  .comparador .boton__personaliza {
    display: none; }
  @media (max-width: 992px) {
    .comparador .boton__personaliza {
      background-color: #999;
      color: #FFF;
      position: fixed;
      bottom: 0;
      z-index: 999999;
      width: 100%;
      height: 40px; } }
  .comparador .comparacion__vehiculo {
    border: 1px solid #999;
    margin: 3px 0px 0px;
    height: 240px;
    width: 100%; }
    @media (max-width: 768px) {
      .comparador .comparacion__vehiculo {
        height: 340px; } }
    .comparador .comparacion__vehiculo .vehiculo__imagen {
      display: block;
      float: left;
      margin: 10px 0;
      text-align: center;
      width: 55%;
      max-height: 100px; }
      @media (max-width: 768px) {
        .comparador .comparacion__vehiculo .vehiculo__imagen {
          float: none;
          margin: 10px auto;
          width: 80%; } }
      .comparador .comparacion__vehiculo .vehiculo__imagen img {
        width: 75%; }
    .comparador .comparacion__vehiculo .vehiculo__detalle {
      display: inline-block;
      margin-top: 15px;
      padding-right: 20px;
      width: 45%; }
      @media (max-width: 768px) {
        .comparador .comparacion__vehiculo .vehiculo__detalle {
          text-align: left;
          width: 100%;
          padding: 0 20px; } }
    .comparador .comparacion__vehiculo .detalle__logo {
      display: none;
      height: 50px; }
      .comparador .comparacion__vehiculo .detalle__logo img {
        vertical-align: bottom !important; }
    .comparador .comparacion__vehiculo .detalle__nombre {
      font-size: 12px;
      height: 68px;
      white-space: normal; }
      .comparador .comparacion__vehiculo .detalle__nombre span {
        display: block;
        font-family: 'medium';
        font-size: 20px; }
    .comparador .comparacion__vehiculo .detalle__precio {
      font-size: 14px;
      color: #6C6464;
      line-height: 22px;
      margin-top: 12px; }
      .comparador .comparacion__vehiculo .detalle__precio span {
        display: block;
        font-size: 17px;
        font-family: 'bold';
        color: #000000; }
    .comparador .comparacion__vehiculo .detalle__boton {
      margin: 25px 0 0;
      padding: 0 60px; }
      @media (max-width: 768px) {
        .comparador .comparacion__vehiculo .detalle__boton {
          padding: 0 10px; } }
  .comparador .especificacion__superior h3 {
    font-size: 18px;
    font-family: 'medium'; }
  .comparador .superior__titulo--hide {
    visibility: hidden; }
  .comparador .superior__titulo--movil {
    visibility: hidden; }
  @media (max-width: 992px) {
    .comparador .superior__titulo--movil {
      visibility: visible; } }
  .comparador .detalle__titulo {
    background-color: #E2DCDC;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'medium'; }
    .comparador .detalle__titulo a {
      color: #2B303D;
      font-weight: normal;
      display: block;
      padding: 0; }
    .comparador .detalle__titulo--imagenes {
      background-color: #df0021; }
      .comparador .detalle__titulo--imagenes a {
        color: #FFF; }
  .comparador .comparacion__especificacion .detalle__contenido {
    width: 100%; }
  .comparador .comparacion__especificacion table td {
    border-top: 1px solid #ddd;
    color: #6C6464;
    font-family: 'book';
    padding: 8px 15px;
    height: 36px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  .comparador .comparacion__especificacion table .precio-final {
    color: #333;
    font-family: 'bold'; }
  .comparador .info-panel {
    display: none; }
  .comparador .active {
    display: block; }
  .comparador .comparador__compartir {
    width: 100%;
    text-align: center;
    margin: 30px 0; }
  .comparador .scrollbar {
    background: #F5F5F5;
    float: left;
    margin-bottom: 25px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 855px; }
    .comparador .scrollbar ul {
      background-color: #FFF;
      display: block;
      width: 100%;
      max-width: 1800px;
      white-space: nowrap;
      overflow-scrolling: touch;
      transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      /* IE 9 */
      -webkit-transform: rotateX(180deg);
      /* Safari and Chrome */ }
    .comparador .scrollbar li {
      display: inline-block;
      width: 380px;
      margin: 0 -3px;
      background-color: #FFF; }
    .comparador .scrollbar .agregar--item {
      width: 300px; }
  .comparador .Flipped {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    /* IE 9 */
    -webkit-transform: rotateX(180deg);
    /* Safari and Chrome */ }
  .comparador #style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    background-color: #F5F5F5; }
  .comparador #style-2::-webkit-scrollbar {
    height: 7px;
    background-color: #F5F5F5; }
  .comparador #style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #414758; }
  .comparador .no-float {
    float: none; }

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 98%;
  background-color: #FFF; }

/*** [destacados] ***/
.destacados__item {
  width: 100%; }
  .destacados__item .item__header {
    text-align: left;
    height: 55px;
    width: 100%;
    margin-bottom: 1rem; }
  .destacados__item .header__imagen {
    display: inline-block;
    border-right: 2px solid #DDDDDD;
    padding-right: 8px;
    margin-right: 8px;
    max-width: 60px; }
    .destacados__item .header__imagen img {
      width: 100%; }
  .destacados__item .header__nombre {
    display: inline-block;
    vertical-align: top;
    font-family: 'book'; }
    .destacados__item .header__nombre p {
      color: #000000;
      font-family: 'medium';
      width: 187px;
      font-size: 20px;
      line-height: 24px; }
  .destacados__item .item__caracteristicas {
    margin: 5px 0;
    padding: 0 0.5rem; }
  .destacados__item .item__lista {
    display: none;
    width: 100%;
    list-style: normal;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .destacados__item .item__lista {
        display: block; } }
    .destacados__item .item__lista li {
      width: 100%;
      display: inline-block;
      font-size: 13px;
      color: #6C6464;
      font-family: "book";
      padding-left: 14px;
      position: relative;
      text-align: left; }
      .destacados__item .item__lista li:before {
        content: "•";
        position: absolute;
        left: 0px;
        font-size: 17px;
        color: #D0021B;
        line-height: 100%; }

@media (max-width: 1200px) {
  .full__width .agregar .agregar__guardar {
    padding: 17px 0px !important; } }

/*** [input] ***/
input[type=text], input[type=email], input[type=tel], input[type=number], textarea.materialize-textarea {
  font-size: 14px;
  font-family: 'book';
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px solid #979797; }
  input[type=text]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #CCCCCC; }
  input[type=text]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #979797;
    box-shadow: none; }

input[type="submit"] {
  border: none;
  color: #FFF;
  font-size: 15px;
  font-family: "medium";
  line-height: 100%;
  outline: none; }

/*** [cotiza modelo] ***/
/** [COTIZA MODELO] **/
.cotiza-modelo .modelo__boton {
  background: #df0021;
  color: #FFFFFF;
  font-family: 'medium';
  overflow: hidden;
  position: relative;
  right: 13px;
  width: 260px; }
  .cotiza-modelo .modelo__boton a {
    color: #FFFFFF; }
  .cotiza-modelo .modelo__boton--seguros {
    background: #000000;
    text-align: center; }

.cotiza-modelo .modelo__nombre {
  color: #FFFFFF;
  float: left;
  overflow: hidden;
  padding: 16px 15px 16px;
  text-overflow: ellipsis;
  width: 80%;
  white-space: nowrap; }

.cotiza-modelo .modelo__cotiza-seguro {
  color: #FFFFFF;
  float: left;
  font-size: 20px;
  padding: 16px 15px 16px;
  padding-bottom: 6px;
  width: 100%; }

.cotiza-modelo .modelo__ico {
  color: #FFFFFF;
  float: right;
  font-size: 10px;
  line-height: 16px;
  margin: 17px 10px; }

.cotiza-modelo .modelo__detalle {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  display: none;
  padding: 20px 12px;
  position: absolute;
  right: 13px;
  width: 260px; }
  .cotiza-modelo .modelo__detalle--seguro {
    padding-top: 5px; }

.cotiza-modelo .modelo__seguro {
  color: #CCCCCC;
  font-family: 'book';
  text-align-last: justify;
  font-size: 12px;
  padding: 5px 0; }
  .cotiza-modelo .modelo__seguro span {
    font-size: 14px;
    font-family: 'medium'; }

.cotiza-modelo .detalle__subtitulo {
  font-family: 'book';
  text-align: center;
  margin-bottom: 25px; }

.cotiza-modelo .auto-seguro {
  font-size: 21px;
  padding-right: 5px; }

.cotiza-modelo .detalle__precio {
  font-family: 'book';
  font-size: 12px;
  line-height: 18px;
  margin: 5px;
  text-transform: uppercase; }
  .cotiza-modelo .detalle__precio span {
    float: right; }
  .cotiza-modelo .detalle__precio--final {
    border-top: 1px solid #666666;
    font-family: 'medium';
    padding-top: 6px; }
    .cotiza-modelo .detalle__precio--final span {
      font-size: 18px; }

.cotiza-modelo .detalle__mensaje {
  color: #C1B8B8;
  text-align: center;
  font-family: 'book';
  font-size: 11px;
  margin: 20px 0; }
  .cotiza-modelo .detalle__mensaje--caption {
    font-size: 11px; }

.cotiza-modelo .detalle__cotizador {
  font-family: 'book';
  margin: 40px 0 30px;
  width: 100%; }

.cotiza-modelo .campo__cotizador {
  margin-top: 25px;
  width: 100%; }
  .cotiza-modelo .campo__cotizador .label__cotizador {
    font-size: 13px; }

#left {
  height: 50px; }

.fixed {
  position: fixed;
  top: 0;
  z-index: 2; }

@media (max-width: 992px) {
  .breadcrumbs__contenido {
    display: none; } }

.slider__titulo {
  position: absolute;
  top: 100px;
  z-index: 999999; }

/** [FIN DE COTIZA MODELO] **/
/*** [características] ***/
/** [BREADCRUMB] **/
.caracteristicas__item {
  padding: 30px;
  color: #FFF; }
  .caracteristicas__item--central {
    border-left: 1px solid #666;
    border-right: 1px solid #666; }
    @media (max-width: 992px) {
      .caracteristicas__item--central {
        border: none; } }

.caracteristicas .item__icono {
  width: 20%;
  float: left; }

.caracteristicas .item__texto {
  width: 80%;
  float: left;
  font-family: 'bold';
  font-size: 18px; }
  .caracteristicas .item__texto span {
    font-family: 'book';
    font-size: 14px;
    display: block; }

/** [FIN DE BREADCRUMB] **/
/*** [contenido] ***/
.container__contenido {
  color: #FFF;
  margin-bottom: 2em;
  font-family: "book" strong;
    font-family-font-weight: bold; }
  .container__contenido strong.contenido__tituloNegrita {
    display: block; }
  .container__contenido .collapsible-header {
    background: #393e4b;
    border: none; }
  .container__contenido .collapsible-header i {
    color: #B20C27 !important;
    font-size: 17px !important; }
  .container__contenido .collapsible {
    border: none;
    box-shadow: none; }
  .container__contenido .collapsible-body {
    border: none;
    padding: 2em 0; }

.contenido__titulo {
  font-size: 28px;
  font-family: "bold";
  margin-bottom: 15px; }

.contenido__subtitulo {
  font-size: 20px;
  font-family: 'bold';
  margin-bottom: 15px; }

h3.contenido__subtitulo {
  font-size: 16px; }

.contenido__parrafo {
  font-size: 14px;
  font-family: 'book';
  display: inline-block;
  margin-bottom: 15px !important;
  padding: 0 !important; }

.contenido__parrafo img.izquierda {
  float: left;
  margin: 0 10px 10px 0; }

ul.contenido__lista, ol.contenido__lista {
  padding-left: 3em;
  margin-bottom: 15px;
  color: #fff; }

ul.contenido__lista li {
  list-style: disc; }

ol.contenido__lista li {
  list-style: lower-latin; }

.contenido__lista li span {
  color: #fff; }

.container__contenido img {
  width: 100%;
  margin-bottom: 2em; }

.contenido__bannerBottom {
  background: #f6ac49 url("../img/bannerDS3.jpg") left top no-repeat;
  color: #333;
  border-radius: 3px;
  padding: 2em; }

.caracteristicas__tabs, .contenido__tabs {
  margin-bottom: 21px; }
  .caracteristicas__tabs .tabs, .contenido__tabs .tabs {
    background-color: #000; }
    .caracteristicas__tabs .tabs .indicator, .contenido__tabs .tabs .indicator {
      background-color: #fff;
      position: absolute;
      top: 0; }
  .caracteristicas__tabs .tab a, .contenido__tabs .tab a {
    color: #C1B8B8;
    font-family: 'medium';
    font-size: 11px;
    border-bottom: 1px solid #E30025;
    width: 103%; }
    .caracteristicas__tabs .tab a:hover, .contenido__tabs .tab a:hover {
      color: #fff; }
    .caracteristicas__tabs .tab a.active, .contenido__tabs .tab a.active {
      background-color: #2B303D;
      border-bottom: none;
      color: #fff;
      display: inline-block;
      width: 103%; }

.contenido__tabs__contenido {
  color: #fff;
  padding: 2em 0; }

/*** [tabs] ***/
/* tabs  */
.caracteristicas__tabs, .galeria__tabs {
  margin-bottom: 21px; }
  .caracteristicas__tabs .tabs, .galeria__tabs .tabs {
    background-color: transparent;
    min-height: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%; }
    .caracteristicas__tabs .tabs .indicator, .galeria__tabs .tabs .indicator {
      background-color: #fff;
      position: absolute;
      top: 0; }
    .caracteristicas__tabs .tabs::-webkit-scrollbar, .galeria__tabs .tabs::-webkit-scrollbar {
      background-color: transparent;
      height: 5px; }
    .caracteristicas__tabs .tabs::-webkit-scrollbar-track, .galeria__tabs .tabs::-webkit-scrollbar-track {
      background-color: transparent; }
    .caracteristicas__tabs .tabs::-webkit-scrollbar-thumb, .galeria__tabs .tabs::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, 0.25);
      border-radius: 10px; }
  .caracteristicas__tabs .tab a, .galeria__tabs .tab a {
    background-color: #000;
    color: #C1B8B8;
    font-family: 'medium';
    font-size: 11px;
    border-bottom: 1px solid #E30025;
    width: 100%; }
    .caracteristicas__tabs .tab a:hover, .galeria__tabs .tab a:hover {
      color: #fff; }
    .caracteristicas__tabs .tab a.active, .galeria__tabs .tab a.active {
      background-color: #2B303D;
      border-bottom: none;
      color: #fff;
      display: inline-block;
      width: 100%; }
  @media (max-width: 480px) {
    .caracteristicas__tabs.galeria__tabs, .galeria__tabs.galeria__tabs {
      display: none; } }

.caracteristicas__auto {
  margin: 0;
  max-width: 100%;
  padding: 0; }
  .caracteristicas__auto .auto__vista {
    width: 100%; }
  .caracteristicas__auto .auto__link {
    background-color: #000;
    color: #fff;
    display: block;
    font-family: 'medium';
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    text-transform: uppercase; }
    .caracteristicas__auto .auto__link i {
      color: #E30025;
      font-size: 16px;
      margin-right: 15px; }
    .caracteristicas__auto .auto__link span {
      color: #6C6363;
      margin-left: 5px; }

.caracteristicas__list {
  margin-left: 16px; }
  .caracteristicas__list .list__lista {
    color: #C1B8B8;
    margin-bottom: 22px; }
  .caracteristicas__list .list__item {
    font-family: 'book';
    font-size: 13px;
    list-style-type: disc;
    margin-bottom: 5px; }
  .caracteristicas__list .list__item--title {
    color: #fff;
    font-family: 'medium';
    font-size: 18px;
    margin-left: -15px;
    list-style-type: none; }

.galeria__content {
  height: 100%;
  position: relative;
  width: 100%; }
  @media (max-width: 480px) {
    .galeria__content {
      height: auto; } }
  .galeria__content .tituloTabMobile {
    color: #fff;
    display: block;
    font-family: 'medium';
    font-size: 18px;
    margin: 0 0 1rem 1rem; }
    @media (min-width: 480px) {
      .galeria__content .tituloTabMobile {
        display: none; } }

.galeria--color {
  background-color: transparent;
  height: 390px;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 480px) {
    .galeria--color {
      height: auto;
      margin-bottom: 100px;
      overflow: inherit; } }

video {
  width: 100%; }

.color__list {
  float: left;
  width: 78px; }
  @media (max-width: 480px) {
    .color__list {
      float: none;
      position: absolute;
      top: 220px;
      z-index: 10;
      width: 100%; } }
  @media (max-width: 375px) {
    .color__list {
      top: 204px; } }
  @media (max-width: 320px) {
    .color__list {
      top: 177px; } }
  .color__list .list__item {
    display: block;
    height: 37px; }
    @media (max-width: 480px) {
      .color__list .list__item {
        float: left;
        display: inline-block;
        width: 96px;
        height: 46px; } }
    @media (max-width: 375px) {
      .color__list .list__item {
        width: 86.2px;
        height: 41px; } }
    @media (max-width: 320px) {
      .color__list .list__item {
        width: 96.5px;
        height: 46px; } }
    .color__list .list__item--uno {
      background-color: #424242; }
    .color__list .list__item--unoRenault {
      background-color: #e6c100; }
    .color__list .list__item--dos {
      background-color: #1F1F1F; }
    .color__list .list__item--tres {
      background-color: #1D587A; }
    .color__list .list__item--tresRenault {
      background-color: #939393; }
    .color__list .list__item--cuatro {
      background-color: #939393; }
    .color__list .list__item--cuatroRenault {
      background-color: #8D0B00; }
    .color__list .list__item--cinco {
      background-color: #123053; }
    .color__list .list__item--cincoRenault {
      background-color: #BBBBBB; }
    .color__list .list__item--seis {
      background-color: #BBBBBB; }
    .color__list .list__item--siete {
      background-color: #8D0B00; }
    .color__list .list__item--active {
      background-image: url("../../img/icon-ok.png");
      background-repeat: no-repeat;
      background-position: center center;
      opacity: 1; }
      .color__list .list__item--active:before {
        content: '';
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
        display: inline-block;
        margin-left: 68px;
        margin-top: 15px; }
        @media (max-width: 480px) {
          .color__list .list__item--active:before {
            display: none; } }

.color__auto {
  width: 100%;
  margin: 0 0 0 78px;
  position: relative; }
  @media (max-width: 480px) {
    .color__auto {
      position: relative;
      top: 0;
      margin: 0;
      height: 200px; } }
  .color__auto .auto__title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 20px; }
    .color__auto .auto__title--renault {
      color: gray; }
    @media (max-width: 480px) {
      .color__auto .auto__title {
        color: #CCCCCC;
        text-transform: lowercase;
        position: absolute;
        top: -37px;
        left: 100px;
        z-index: 20; } }
  .color__auto .auto__foto {
    max-width: 100%;
    position: absolute; }

/*** [auto footer] ***/
/** [CARD REVEAL] **/
.tarjeta {
  background-color: #20242F;
  border-radius: 3px;
  overflow: hidden; }
  .tarjeta__ellipsis {
    color: #E30025;
    font-size: 25px;
    margin-top: 13px; }
  .tarjeta__cerrar {
    color: #E30025; }
  .tarjeta .card-title {
    color: #FFF;
    font-family: 'medium';
    font-size: 16px;
    line-height: 20px !important; }
    .tarjeta .card-title__reveal {
      color: #4A4A4A; }
  .tarjeta .card-subtitle {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-family: 'medium';
    line-height: 24px;
    text-transform: uppercase; }
    .tarjeta .card-subtitle__reveal {
      color: #4A4A4A; }
  .tarjeta .card-content {
    border-radius: 0 0 2px 2px;
    padding: 30px 25px; }
  .tarjeta .card-reveal {
    border-radius: 3px; }
  .tarjeta .card-image img {
    border-radius: 3px 3px 0 0; }
  .tarjeta .reveal--content {
    height: 230px;
    margin: 23px 0;
    overflow-y: auto;
    padding-right: 14px; }
    @media (max-width: 1024px) {
      .tarjeta .reveal--content {
        max-height: 190px; } }
    @media (max-width: 768px) {
      .tarjeta .reveal--content {
        max-height: 300px; } }
    @media (max-width: 480px) {
      .tarjeta .reveal--content {
        max-height: 125px; } }
    @media (max-width: 360px) {
      .tarjeta .reveal--content {
        max-height: 105px; } }
    .tarjeta .reveal--content p {
      color: #6C6464;
      font-family: 'book';
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 16px;
      text-align: justify; }
    .tarjeta .reveal--content::-webkit-scrollbar-track {
      background-color: #D8D8D8;
      border-radius: 5px; }
    .tarjeta .reveal--content::-webkit-scrollbar {
      background-color: transparent;
      border-radius: 5px;
      width: 10px; }
    .tarjeta .reveal--content::-webkit-scrollbar-thumb {
      background-color: #9B9B9B;
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .tarjeta .reveal--content table {
      color: #888;
      font-family: 'book';
      font-size: 13px; }

/*** [auto footer] ***/
.autoFooter {
  height: auto;
  margin-top: 2rem;
  position: relative;
  width: 100%; }

.autoFooter__degraded {
  background: #2b303d;
  background: -moz-linear-gradient(top, #2b303d 0%, rgba(43, 48, 61, 0.73) 48%, rgba(43, 48, 61, 0.43) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2b303d), color-stop(48%, rgba(43, 48, 61, 0.73)), color-stop(100%, rgba(43, 48, 61, 0.43)));
  background: -webkit-linear-gradient(top, #2b303d 0%, rgba(43, 48, 61, 0.73) 48%, rgba(43, 48, 61, 0.43) 100%);
  background: -o-linear-gradient(top, #2b303d 0%, rgba(43, 48, 61, 0.73) 48%, rgba(43, 48, 61, 0.43) 100%);
  background: -ms-linear-gradient(top, #2b303d 0%, rgba(43, 48, 61, 0.73) 48%, rgba(43, 48, 61, 0.43) 100%);
  background: linear-gradient(to bottom, #2b303d 0%, rgba(43, 48, 61, 0.73) 48%, rgba(43, 48, 61, 0.43) 100%);
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b303d', endColorstr='#2b303d', GradientType=0 );
  position: absolute;
  width: 100%; }

.autoFooter__premios {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem; }
  .autoFooter__premios .premios__premio {
    margin: 1rem; }
    .autoFooter__premios .premios__premio img {
      width: 100%; }

.autoFooter__auto {
  margin: 0 auto;
  width: 100%; }
  .autoFooter__auto img {
    width: 100%; }

/******* [PAGINAS] ******/
/*** [COTIZADOR] ***/
.logo__desktop--img {
  position: absolute;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  left: 17px; }

.header-tunnel {
  background-color: #B20C27; }

.header-tunnel__number {
  float: right;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 0px; }
  .header-tunnel__number i {
    -webkit-font-smoothing: antialiased;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    margin-top: 1px;
    float: left;
    margin-right: 10px; }

.subTitle--cotizador {
  color: #CCC;
  float: left;
  font-size: 14px;
  padding-top: 10px;
  font-family: "book"; }

.formulario__cotizador {
  padding-top: 30px;
  float: left;
  width: 100%; }

.container__select .label--select {
  font-size: 13px;
  color: #CCCCCC;
  top: -23px;
  font-family: 'book'; }

.select--cotizador {
  padding-top: 40px;
  margin-left: 4px; }
  .select--cotizador input.select-dropdown {
    color: #FFF;
    font-size: 14px !important;
    font-family: "book" !important;
    font-weight: bold; }
  .select--cotizador .select--icon {
    color: #B20C27; }

.campo--cotizacion {
  margin-top: 20px;
  float: left; }
  .campo--cotizacion input {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'book';
    font-weight: bold;
    color: #FFF; }

.label--cotizador {
  margin-left: 13px;
  font-family: 'book'; }
  .label--cotizador small {
    color: #747477;
    font-size: 13px; }

.formulario__cotizador .col-md-7 {
  width: 58.33333%; }

.enviar--cotizador, .volver--cotizador {
  background-color: #E30025;
  width: 280px;
  padding: 19px 0px;
  margin-top: 20px;
  border-radius: 3px;
  text-align: center;
  float: left;
  margin-left: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'medium'; }
  .enviar--cotizador--disabled, .volver--cotizador--disabled {
    opacity: .3; }
  .enviar--cotizador.volver--cotizador, .volver--cotizador.volver--cotizador {
    background-color: #394051; }
  .enviar--cotizador.volver--cotizador:hover, .volver--cotizador.volver--cotizador:hover {
    color: #fff; }

.volver {
  margin-left: 5px;
  color: #FFF;
  font-size: 14px;
  font-family: "book";
  float: left;
  display: block;
  width: 100%;
  padding-top: 30px; }
  .volver small {
    color: #D82332;
    font-size: 14px;
    font-weight: bold; }
  .volver:hover {
    color: #FFF; }

.container__model {
  background-color: #FFF;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 20px; }
  .container__model .container__model-auto {
    width: 50%;
    float: left; }
    .container__model .container__model-auto span {
      color: #6C6464;
      font-size: 11px;
      font-family: "book"; }
    .container__model .container__model-auto p {
      font-size: 16px;
      color: #000;
      font-family: "medium";
      width: 100%; }
    .container__model .container__model-auto small {
      color: #2B303D;
      font-size: 11px;
      width: 100%;
      float: left; }
    .container__model .container__model-auto img {
      float: left; }

.container__model-auto--detalle {
  width: 50%;
  float: left;
  position: relative; }
  .container__model-auto--detalle span {
    color: #6C6464;
    font-size: 11px;
    width: 100%;
    font-family: "light";
    text-align: right;
    float: left;
    color: #6C6464; }
  .container__model-auto--detalle strong {
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: right;
    color: #000;
    margin-bottom: 10px; }
  .container__model-auto--detalle .total {
    font-size: 16px;
    color: #000; }

.container__model-auto {
  width: 50%;
  float: left; }

.cotizador {
  padding: 0px !important; }

.cerrar--cotizador {
  position: absolute;
  right: -14px;
  top: -13px;
  color: #C1B8B8;
  font-size: 20px;
  opacity: 1; }

label {
  width: auto; }

.container__cotizador {
  padding-top: 30px; }

@media (max-width: 992px) {
  .logo__desktop--img {
    width: 55px; }
  .container__select {
    width: 100% !important; }
  .volver {
    margin-bottom: 20px; } }

.footer--tunnel {
  margin-top: 50px;
  background-color: #B20C27;
  padding: 20px 0px; }
  .footer--tunnel .logo--footer {
    text-align: center; }

.tituloDerco {
  color: #FFF;
  font-family: "medium";
  font-size: 16px;
  float: left; }
  .tituloDerco span {
    color: #4d5465;
    font-size: 15px; }

hr {
  border-top: 1px solid #5B5E67; }

.comprobante-cotizacion {
  width: 100%;
  margin: 20px 0px; }
  .comprobante-cotizacion tr td {
    padding: 7px 10px;
    width: 50%;
    font-size: 14px; }
    .comprobante-cotizacion tr td span {
      width: 100%;
      float: left; }
    .comprobante-cotizacion tr td:nth-child(1) {
      color: #FFF;
      font-family: "medium";
      text-align: right; }
    .comprobante-cotizacion tr td:nth-child(2) {
      font-family: "book";
      text-align: left;
      color: #C1B8B8; }
  .comprobante-cotizacion tr .listado {
    vertical-align: top; }

.sucursales__listado {
  width: 100%;
  float: left; }

.check--listado {
  color: #59AA00;
  font-size: 40px;
  display: block;
  text-align: center;
  margin-bottom: 40px; }

.exito--cotizacion .titulo {
  font-size: 28px; }

.exito--cotizacion .subtitulo {
  font-size: 28px;
  display: block;
  text-align: center; }

/*** [SUCURSALES] ***/
.sucursalesFiltros {
  background-color: #394051;
  padding: 11px 0px;
  float: left;
  width: 100%;
  margin-top: 10px; }

.sucursalesFiltros__icono {
  float: left;
  color: #FFF;
  font-size: 20px;
  margin-right: 10px; }

.sucursalesFiltros__select {
  width: 84%; }

.sucursalesFiltros .select-dropdown {
  margin-bottom: 0px !important; }

.sucursalesFiltros__label {
  color: #FFF;
  font-family: bold;
  font-size: 13px;
  float: left;
  margin-top: 0; }

.ventas {
  margin-top: 4px;
  float: left;
  margin-left: 12px; }

.sucursalesFiltros__label--titulo {
  margin-top: 4px;
  float: left;
  margin-left: 12px; }

.switch__derco-sucursales {
  width: 100%; }

.mapSucursales {
  float: left;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #5B5E67; }

.sucursales__listado {
  width: 100%;
  padding-left: 20px;
  float: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #5B5E67;
  padding-bottom: 20px; }
  .sucursales__listado .sucursales__listado-titulo {
    color: #FFF;
    font-size: 16px;
    font-family: "medium";
    margin-bottom: 5px; }
  .sucursales__listado .sucursales__listado-contacto {
    padding-top: 5px;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #CCCCCC;
    font-family: "book"; }
    .sucursales__listado .sucursales__listado-contacto i {
      font-size: 18px;
      float: left;
      color: #998A8A;
      margin-right: 10px; }

.iframe--mapa .embed-responsive-item {
  width: 100%;
  height: 600px;
  margin-bottom: 60px; }

@media (max-width: 1199px) {
  .sucursalesFiltros .sucursalesFiltros__select {
    width: 80%; }
  .sucursalesFiltros__label {
    font-size: 12px; } }

@media (max-width: 992px) {
  .sucursalesFiltros__icono {
    display: none; }
  .resultado__switch {
    float: left;
    margin: 13px 0px; }
  .sucursalesFiltros__select {
    margin: 13px 0px; }
  .iframe--mapa .embed-responsive-item {
    width: 100%;
    height: 300px;
    margin-bottom: 60px; } }

/*** [FICHA] ***/
.ficha__breadcrumb {
  position: absolute;
  z-index: 9;
  background-color: #2B303D;
  width: 100%;
  padding-left: 100px; }
  @media (max-width: 480px) {
    .ficha__breadcrumb {
      display: none; } }

.ficha__slider {
  position: relative;
  top: -15px;
  margin-bottom: -15px; }
  @media (max-width: 480px) {
    .ficha__slider {
      margin-top: 60px; } }
  .ficha__slider .fluid-slider {
    clear: both; }
  .ficha__slider .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0; }
  .ficha__slider .slider__titulo {
    text-shadow: 0px 0px 4px black, 0 0 25px black, 0 0 5px black; }
    @media (max-width: 768px) {
      .ficha__slider .slider__titulo {
        font-size: 24px;
        line-height: 26px;
        top: 30px; } }

.ficha__caracteristicas {
  border-bottom: 1px solid #666;
  color: #FFF; }
  @media (max-width: 480px) {
    .ficha__caracteristicas {
      border-bottom: none; } }

.ficha__descripcion {
  margin: 40px 0; }
  @media (max-width: 480px) {
    .ficha__descripcion {
      margin: 0 0; } }
  @media (max-width: 480px) {
    .ficha__descripcion .u-resetCol {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 480px) {
    .ficha__descripcion .subtitulo {
      font-size: 18px;
      margin-bottom: 1rem; } }
  .ficha__descripcion .descripcion__texto {
    color: #C1B8B8;
    font-family: 'book';
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 30px; }
    @media (max-width: 480px) {
      .ficha__descripcion .descripcion__texto {
        display: none; } }
  .ficha__descripcion .descripcion__destacada {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative; }
    @media (max-width: 480px) {
      .ficha__descripcion .descripcion__destacada {
        width: 100%; } }
  .ficha__descripcion .destacada__texto {
    color: #FFF;
    font-size: 20px;
    font-family: 'book';
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-shadow: 0px 0px 4px black, 0 0 25px black, 0 0 5px black;
    width: 120px; }
    @media (max-width: 480px) {
      .ficha__descripcion .destacada__texto {
        font-size: 22px;
        font-family: 'medium'; } }
  .ficha__descripcion .destacada__foto {
    width: 100%; }

.ficha__versiones {
  margin: 40px 0 60px; }
  .ficha__versiones .versiones__titulo {
    margin-bottom: 10px; }
    .ficha__versiones .versiones__titulo span {
      font-family: 'light'; }
  .ficha__versiones .list__item {
    margin-top: 20px; }
  @media (max-width: 992px) {
    .ficha__versiones {
      display: none; } }

.caracteristicas__item {
  padding: 30px 10px;
  color: #FFF;
  overflow: hidden; }
  .caracteristicas__item .item__icono {
    width: 25%;
    float: left;
    font-size: 40px;
    color: #C1B8B8; }
  .caracteristicas__item .item__texto {
    width: 75%;
    float: left;
    font-family: 'bold';
    font-size: 18px; }
    .caracteristicas__item .item__texto span {
      font-family: 'book';
      font-size: 14px;
      display: block;
      color: #C1B8B8; }
  .caracteristicas__item__central {
    border-left: 1px solid #666;
    border-right: 1px solid #666; }

.ficha__mobile, .collapsibleContainer {
  display: none;
  color: #fff;
  font-family: 'book'; }
  .ficha__mobile.collapsibleContainer, .collapsibleContainer.collapsibleContainer {
    display: block; }
  .ficha__mobile .ficha__mobile__title, .collapsibleContainer .ficha__mobile__title {
    color: #fff;
    font-size: 18px;
    padding: 2rem; }
  .ficha__mobile .collapsible, .collapsibleContainer .collapsible {
    background-color: #2B303D;
    border: none;
    box-shadow: none; }
  .ficha__mobile .collapsible-header, .collapsibleContainer .collapsible-header {
    border-bottom: 1px solid #2B303D;
    background: url(../../img/icon-collapsible.png) #393E4C;
    background-repeat: no-repeat;
    background-position: 95% center; }
    .ficha__mobile .collapsible-header.active, .collapsibleContainer .collapsible-header.active {
      outline: 1px solid #5B5E67;
      box-sizing: border-box;
      background: url(../../img/icon-collapsible-cerrar.png) #2B303D;
      background-repeat: no-repeat;
      background-position: 95% center; }
  .ficha__mobile .collapsible-body, .collapsibleContainer .collapsible-body {
    border: none; }
    .ficha__mobile .collapsible-body .body__list, .collapsibleContainer .collapsible-body .body__list {
      padding: 2rem; }
      .ficha__mobile .collapsible-body .body__list li, .collapsibleContainer .collapsible-body .body__list li {
        list-style-type: disc;
        color: red;
        font-size: 13px; }
        .ficha__mobile .collapsible-body .body__list li span, .collapsibleContainer .collapsible-body .body__list li span {
          color: #CCCCCC; }
  .ficha__mobile .collapsible-icon, .collapsibleContainer .collapsible-icon {
    float: right;
    margin-top: 15px; }
  @media (max-width: 480px) {
    .ficha__mobile, .collapsibleContainer {
      display: block; } }

.slider__degraded {
  height: 100%;
  background: black;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
  opacity: .8;
  position: absolute;
  z-index: 100;
  width: 100%; }

/*** [accesorios y repuestos] ***/
.accesorios-repuestos {
  margin-top: 20px;
  color: #ccc;
  font-size: 14px; }
  @media (max-width: 480px) {
    .accesorios-repuestos {
      margin-top: 80px; } }

.articulo {
  color: #ccc;
  margin: 25px 0;
  font-family: 'book'; }
  .articulo .articulo__titulo {
    color: #FFFFFF;
    font-family: 'medium';
    font-size: 22px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 20px; }
  .articulo .articulo__icon {
    margin-left: 10px;
    width: 80px; }
    @media (max-width: 480px) {
      .articulo .articulo__icon {
        width: 40px; } }
  .articulo .articulo__texto {
    margin-left: 30px; }

/*** [accesorios y repuestos] ***/
.financiamiento {
  color: #ccc;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    .financiamiento {
      margin-top: 80px; } }
  .financiamiento .bannerSeccion {
    margin-bottom: 30px; }
  .financiamiento .tabsContainer {
    margin: 30px 0 50px 0; }

.financiamiento__preguntas {
  font-family: 'book';
  margin: 0 0 20px 0; }
  .financiamiento__preguntas span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-family: 'medium';
    margin: 0 0 20px 0; }

/* Avatar del tabs requisitos  */
.usuario {
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 30px; }
  .usuario .usuario__avatar {
    display: inline-block;
    height: 200px;
    vertical-align: middle;
    margin-right: 10px;
    width: 150px; }
  .usuario .usuario__titulo {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-family: 'medium';
    vertical-align: middle; }
    .usuario .usuario__titulo span {
      display: block; }

.usuario__listaBullet {
  margin-top: 20px; }
  .usuario__listaBullet .listaBullet__item {
    font-family: 'book';
    font-size: 14px;
    list-style-type: disc;
    margin-bottom: 5px; }

/* FIN Avatar del tabs requisitos  */
.tabsContainer__contenido .tituloSeccion {
  font-size: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px; }

/*** [accesorios y repuestos] ***/
.seguros-container .tituloSeccion {
  margin-top: 50px; }

.seguros-container .u-textoGeneral {
  margin: 30px 0; }
  .seguros-container .u-textoGeneral span {
    color: #fff;
    display: block;
    font-family: 'medium';
    margin-top: 10px; }

.seguros-container .collapsibleContainer .u-textoGeneral {
  margin: 0; }

.destacados {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666; }
  .destacados .destacados__caracteristicas {
    color: #fff; }
    .destacados .destacados__caracteristicas__item {
      border-right: 1px solid #666;
      box-sizing: border-box;
      float: left;
      height: 90px;
      padding: 20px;
      max-width: 280px; }
      @media (max-width: 480px) {
        .destacados .destacados__caracteristicas__item {
          border-right: none;
          padding-left: 0;
          max-width: 100%; } }
      .destacados .destacados__caracteristicas__item:nth-child(1) {
        padding-left: 0; }
      .destacados .destacados__caracteristicas__item:nth-child(3) {
        border-right: none !important; }
      .destacados .destacados__caracteristicas__item p {
        font-size: 18px;
        font-family: 'book';
        margin-left: 40px; }
      .destacados .destacados__caracteristicas__item img {
        float: left; }

/*** [accesorios y repuestos] ***/
.noticias {
  margin-top: 20px; }
  @media (max-width: 480px) {
    .noticias {
      margin-top: 80px; } }

.u-textoGeneral {
  margin: 20px 0;
  text-align: justify;
  font-family: 'book';
  font-size: 14px;
  line-height: 21px; }
  .u-textoGeneral span {
    color: #FFFFFF;
    font-family: 'bold'; }

.u-textoDestacado {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'bold';
  line-height: 26px;
  margin: 20px 0;
  text-align: justify; }

.redesSociales {
  margin-bottom: 50px; }

.noticiasContainer {
  color: #fff;
  margin: 30px 0 60px 0;
  width: 100%; }
  .noticiasContainer .tituloSeccion--articulo {
    text-align: center; }
  .noticiasContainer__noticia {
    border-radius: 3px;
    background-color: #393E4C;
    color: #FFFFFF;
    font-family: 'book';
    height: 320px;
    overflow: hidden;
    width: 100%; }
    .noticiasContainer__noticia__foto img {
      overflow: hidden;
      width: 100%; }
    .noticiasContainer__noticia__titulo {
      font-size: 16px;
      padding: 1rem; }
    .noticiasContainer__noticia__texto {
      display: -webkit-box;
      color: #CCCCCC;
      font-size: 13px;
      line-height: 17px;
      padding: 0 1rem;
      overflow: hidden;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
  .noticiasContainer .owl-nav {
    display: none; }
  .noticiasContainer .owl-dots {
    margin-top: 20px; }

/*** [agendamientos] ***/
.agendamiento {
  padding: 40px 0;
  border-top: 2px solid #394051;
  position: relative; }
  .agendamiento:first-child {
    border-top: none; }
  .agendamiento .checkMarcas {
    padding: 0;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-around; }
    @media (max-width: 480px) {
      .agendamiento .checkMarcas {
        display: inline-block; } }
  .agendamiento .tituloAgendamiento {
    color: #FFF;
    font-family: "medium";
    font-size: 16px;
    float: left;
    margin-bottom: 35px; }
    .agendamiento .tituloAgendamiento__center {
      text-align: center;
      width: 100%; }
  .agendamiento .parrafoAgendamiento {
    color: #FFF;
    font-family: "book";
    font-size: 16px;
    float: left;
    margin-bottom: 35px; }
    .agendamiento .parrafoAgendamiento__center {
      text-align: center;
      width: 100%; }
  .agendamiento .icono-pregunta {
    background-color: #394051;
    border-radius: 50%;
    padding: 6px 10px;
    width: 20px;
    max-height: 20px;
    margin-left: 15px;
    cursor: pointer; }
  .agendamiento .botonEstandar__horario {
    border-radius: 3px;
    margin: 20px 0;
    padding: 14px 20px;
    color: #FFF; }
  .agendamiento .botonEstandar__anular {
    border-radius: 3px;
    margin: 0;
    padding: 14px 20px;
    color: #FFF; 
    background-color: #5d6476 !important;
  }
  @media (max-width: 480px) {
    .agendamiento .selectContainer {
      float: none; } }

@media (max-width: 480px) {
  .agendamiento .tituloSeccion {
    margin-top: 50px; } }

.input-field__icono {
  padding-left: 30px; }
  .input-field__icono i {
    position: absolute;
    color: #FFF;
    left: 5px;
    font-size: 16px;
    top: 16px; }
  .input-field__icono label {
    margin-left: 30px;
    font-family: 'book'; }

.selectContainer__agenda {
  margin-top: 51px; }

.input-field__agenda {
  margin-top: 41px; }

.contentHorario {
  color: #FFF;
  font-family: 'book';
  width: 100%;
  background-color: #394051;
  padding: 20px;
  overflow-y: auto;
  height: 250px; }
  .contentHorario .filaHoras {
    padding: 6px;
    border-bottom: 1px solid #666666;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: 'medium'; }
    .contentHorario .filaHoras:hover {
      background-color: #232732;
      cursor: pointer; }
    .contentHorario .filaHoras__disable {
      color: #9e9e9e;
      font-family: 'book'; }
      .contentHorario .filaHoras__disable:hover {
        background-color: #394051; }
  .contentHorario .detalleHora {
    display: inline-block;
    width: 60px; }
  .contentHorario .detalleDisponible {
    display: inline-block; }

  .contentHorario_filaHoras_select{color:#b94155 !important;
    background-color: #232732 !important;
      cursor: pointer;
  }

.scrollHorario::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 0;
  background-color: transparent; }

.scrollHorario::-webkit-scrollbar {
  width: 7px;
  background-color: transparent; }

.scrollHorario::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc; }

.modal__agendamiento {
  position: absolute;
  z-index: 100;
  margin: 0 auto;
  top: 39px;
  right: 10px;
  display: none; }
  .modal__agendamiento .servicios {
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 30px;
    max-width: 780px;
    font-family: 'book'; }
  .modal__agendamiento .servicios__titulo {
    font-size: 24px;
    font-family: 'medium';
    margin-bottom: 20px; }
  .modal__agendamiento .servicios__subtitulo {
    font-size: 16px;
    font-family: 'medium';
    margin-bottom: 10px; }
  .modal__agendamiento .servicios__parrafo {
    font-size: 14px;
    margin-bottom: 35px; }

.agendamiento__confirmacion {
  color: #FFFFFF;
  font-family: 'book'; }
  .agendamiento__confirmacion .confirmacion__titulo {
    font-size: 24px;
    font-family: 'medium';
    margin-bottom: 20px; }
  .agendamiento__confirmacion .confirmacion__parrafoCliente {
    font-size: 16px;
    font-family: 'medium';
    margin-bottom: 16px; }
  .agendamiento__confirmacion .confirmacion__parrafo {
    font-size: 14px;
    color: #CCC;
    margin: 10px auto; }

.datospersonales--warning {
  color: #ccc; }

/* Selección de DercoCenter */
.sucursal {
  margin: 0;
  padding: 0; 
  /*overflow: auto;
  height: 300px;*/
  max-height: 300px
}
  .sucursal .sucursal--item {
    background-color: #1D2130;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 1px; }
    .sucursal .sucursal--item a {
      color: #fff;
      text-decoration: none; }
    .sucursal .sucursal--item .item--comuna {
      text-transform: uppercase; }
    .sucursal .sucursal--item .item--direccion {
      color: #ccc;
      font-size: 12px; }

  .sucursal .sucursal--item:hover {
    /*background-color: #394051;*/
    text-decoration:underline;
  }

.sucursal--item-hover {
    background-color: #394051 !important;
  }

.sucursal--item-normal {
    background-color: #1D2130;
  }

.footer__opciones .listado__opciones {
  line-height: 50px; }

.footer__copyRight .lista__footer li:last-child:before {
  top: 20px; }

.footer__copyRight .lista__footer {
  margin-top: 20px; }

@media (max-width: 480px) {
  .u-marginSelect {
    margin-top: 70px; } }

@media (max-width: 480px) {
  .selectContainer i.selectContainer__icon {
    top: 0 !important; } }

.u-displayModal {
  display: block; }

.selectContainer .dropdown-content {
  overflow-x: hidden !important; }

@media (max-width: 480px) {
  .agendamiento__formulario .input-field.inline {
    display: block;
    margin-left: 0; } }

.menu-mobile-agenda {
  display: none;
  position: absolute;
  /*top: 15px;*/ }
  @media (max-width: 1200px) {
    .menu-mobile-agenda {
      display: block; } }

@media (max-width: 480px) {
  .footer__copyRight .lista__footer-logo {
    top: 0;
    display: block; }
  .footer__copyRight .lista__footer li {
    padding-top: 0; }
  .mapa {
    margin-top: 20px; } }


 @media (min-width: 481px) {
    .mapa{height:300px}
 }   

/*** [COMPONENTES] ***/
/* titulo de sección, titulo de articulos */
.tituloSeccion {
  color: #FFFFFF;
  font-family: 'medium';
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px; }
  .tituloSeccion--articulo {
    font-size: 22px; }

/* FIN de titulos*/
/* boton rojo */
.botonEstandar {
  color: #fff;
  background-color: #E30025;
  border-radius: 3px;
  float: left;
  font-family: 'medium';
  margin: 20px 0;
  padding: 18px 50px;
  text-align: center;
  text-transform: uppercase; }
  .botonEstandar:hover {
    color: #fff; }

/* FIN boton rojo */
/* boton Gris */
.botonEstandar__gris {
  color: #fff;
  background-color: #394051;
  border-radius: 3px;
  float: left;
  font-family: 'medium';
  margin: 20px 0;
  padding: 18px 50px;
  text-align: center;
  text-transform: uppercase; }
  .botonEstandar__gris:hover {
    color: #fff; }

/* FIN boton rojo */
/* Boton Link */
.btnLink {
  color: #9e9e9e;
  font-family: 'book';
  text-decoration: underline; }

/* FIN boton Link */
/* Card redes sociales */
.redesSociales {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .redesSociales .redesSociales__item {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 210px; }
    .redesSociales .redesSociales__item--facebook {
      background-color: #515FA4; }
    .redesSociales .redesSociales__item--twitter {
      background-color: #009BFF; }
    .redesSociales .redesSociales__item--google {
      background-color: #CE4926; }
    .redesSociales .redesSociales__item--email {
      background-color: #454D64; }

/* FIN Card redes sociales */
/* Lista con check */
.listaCheck {
  color: #ccc;
  margin: 40px 0 40px 40px; }
  @media (max-width: 480px) {
    .listaCheck {
      margin: 40px 0 40px 0px; } }
  .listaCheck .listaCheck__item {
    margin-bottom: 20px;
    font-family: 'medium';
    font-size: 18px; }
    .listaCheck .listaCheck__item img {
      margin-right: 12px;
      float: left; }
    .listaCheck .listaCheck__item span {
      padding-left: 36px;
      display: block; }

/* Fin lista con check */
/* check marca autos */
.checkMarcas {
  color: #FFFFFF;
  overflow: hidden;
  padding: 50px 0 50px;
  width: 100%; }
  .checkMarcas__containerMarca {
    display: inline-block;
    margin-right: 20px;
    max-width: 100px;
    vertical-align: top; }
    @media (max-width: 480px) {
      .checkMarcas__containerMarca {
        float: left;
        margin: 0;
        min-width: inherit;
        width: 25%; } }
  .checkMarcas__marca {
    margin-left: 0px;
    margin-top: -7px;
    opacity: 0.5;
    position: relative;
    z-index: 9; }
    .checkMarcas__marca:hover {
      opacity: 1; }
  .checkMarcas [type="checkbox"].filled-in:checked + label:after {
    height: 80px;
    top: 0px;
    width: 100%; }
    @media (max-width: 480px) {
      .checkMarcas [type="checkbox"].filled-in:checked + label:after {
        border-radius: 0;
        height: 83px; } }
  .checkMarcas [type="checkbox"].filled-in:not(:checked) + label:after {
    display: none; }
  .checkMarcas [type="checkbox"] + label {
    font-size: 12px; }
  .checkMarcas [type="checkbox"] + label {
    height: auto;
    line-height: 100%;
    padding: 15px !important; }
    @media (max-width: 480px) {
      .checkMarcas [type="checkbox"] + label {
        border: 1px solid #666666;
        padding: 15px 0 !important;
        text-align: center;
        width: 100%; } }
    .checkMarcas [type="checkbox"] + label i {
      position: relative;
      z-index: 9; }
  .checkMarcas [type="checkbox"].filled-in:checked + label:before {
    display: none; }
  .checkMarcas [type="checkbox"].filled-in:checked + label {
    color: #FFF; }
    .checkMarcas [type="checkbox"].filled-in:checked + label i, .checkMarcas [type="checkbox"].filled-in:checked + label p {
      color: #FFF; }
    .checkMarcas [type="checkbox"].filled-in:checked + label img {
      opacity: 1; }

/* FIN check marca autos */
/* select */
.selectContainer {
  float: left;
  position: relative;
  width: 100%; }
  .selectContainer .input-field--icon {
    margin-left: 30px; }
.selectContainer .input-field .select-wrapper {
    width: 100%; }
.selectContainer .input-field .select-wrapper input.select-dropdown {
      height: auto;
      color: #FFF;
      font-family: "book";
      font-size: 13px;
      line-height: 100%;
      border-bottom: 1px solid #979797;
      padding-bottom: 5px;
      margin-bottom: 15px;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-right: 24px;
      box-sizing: border-box; }
  .selectContainer .input-field .caret {
    display: none; }
  .selectContainer i {
    position: absolute;
    color: #FFF;
    right: 7px;
    font-size: 6px;
    top: 4px; }
    .selectContainer i.selectContainer__icon {
      left: 5px;
      font-size: 16px;
      top: 16px; }
  .selectContainer .dropdown-content {
    max-height: 200px !important;
    overflow-y: scroll; }
    .selectContainer .dropdown-content li {
      line-height: 21px;
      min-height: 25px; }
      .selectContainer .dropdown-content li span {
        color: #394051;
        font-size: 12px;
        line-height: 22px;
        padding: 5px 16px; }
  .selectContainer .label--select,div#divModelo.col-md-4 .label--select,#divServicio .label--select,#divServicio2 .label--select,#divMarcaVN .label--select,#divModeloVN .label--select, {
    font-size: 13px !important;
    color: #CCCCCC !important;
    top: -23px;
    font-family: 'book' !important;
    /*top: 25px !important;*/
     }

/* FIN select */
/* switch */
.switchContainer .switch label input[type=checkbox]:checked + .lever {
  background-color: #b94155; }
  .switchContainer .switch label input[type=checkbox]:checked + .lever + .resultado__versiones {
    color: #FFF; }
  .switchContainer .switch label input[type=checkbox]:checked + .lever:after {
    background-color: #B20C27; }

.switchContainer .switch--size {
  margin-top: 15px;
  float: right;
  width: 155px; }
  .switchContainer .switch--size label {
    font-size: 9px !important; }
    .switchContainer .switch--size label .lever {
      float: left;
      width: 34px;
      height: 12px; }
      .switchContainer .switch--size label .lever:after {
        content: "";
        width: 19px;
        height: 19px; }

.switchContainer .switchContainer__label {
  color: #FFF;
  font-family: 'book';
  font-size: 13px;
  float: left;
  margin-top: 0; }

.switchContainer .switchContainer__option {
  margin-top: 4px;
  float: left;
  margin-left: 12px; }
  .switchContainer .switchContainer__option .option__left {
    float: left;
    margin-right: 5px; }
  .switchContainer .switchContainer__option .option__right {
    float: left;
    margin-left: 5px; }

/* FIN switch */
/* menu tabs */
.tabsContainer {
  height: auto;
  margin-top: 30px;
  width: 100%; }

.tabsContainer__menu {
  margin-bottom: 21px; }
  .tabsContainer__menu .tabs {
    background-color: transparent;
    min-height: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%; }
    .tabsContainer__menu .tabs .indicator {
      background-color: #fff;
      position: absolute;
      top: 0; }
    .tabsContainer__menu .tabs .tab a {
      background-color: #000;
      border-bottom: 1px solid #E30025;
      color: #C1B8B8;
      font-family: 'medium';
      font-size: 11px;
      width: 99%; }
      .tabsContainer__menu .tabs .tab a:hover {
        color: #fff; }
      .tabsContainer__menu .tabs .tab a.active {
        background-color: #2B303D;
        border-bottom: none;
        color: #fff;
        display: inline-block;
        width: 100%; }
  @media (max-width: 480px) {
    .tabsContainer__menu {
      display: none; } }

.tabsContainer__contenido {
  height: 100%;
  position: relative;
  width: 100%; }
  @media (max-width: 480px) {
    .tabsContainer__contenido {
      height: auto; } }
  .tabsContainer__contenido .tituloTabMobile {
    color: #fff;
    display: block;
    font-family: 'medium';
    font-size: 18px;
    margin: 0 0 1rem 1rem; }
    @media (min-width: 480px) {
      .tabsContainer__contenido .tituloTabMobile {
        display: none; } }
  .tabsContainer__contenido .contenido__lista {
    margin-left: 16px; }
    .tabsContainer__contenido .contenido__lista .lista {
      color: #C1B8B8;
      margin-bottom: 22px; }
      .tabsContainer__contenido .contenido__lista .lista .lista__item {
        font-family: 'book';
        font-size: 13px;
        list-style-type: disc;
        margin-bottom: 5px; }
      .tabsContainer__contenido .contenido__lista .lista .lista__item--title {
        color: #fff;
        font-family: 'medium';
        font-size: 18px;
        margin-left: -15px;
        list-style-type: none; }
  .tabsContainer__contenido .contenido__video {
    width: 100%; }
  .tabsContainer__contenido .contenido__galeria {
    background-color: transparent;
    height: 390px;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 480px) {
      .tabsContainer__contenido .contenido__galeria {
        height: auto;
        margin-bottom: 100px;
        overflow: inherit; } }
  .tabsContainer__contenido .galeria__list {
    float: left;
    width: 78px; }
    @media (max-width: 480px) {
      .tabsContainer__contenido .galeria__list {
        float: none;
        position: absolute;
        top: 220px;
        z-index: 10;
        width: 100%; } }
    @media (max-width: 375px) {
      .tabsContainer__contenido .galeria__list {
        top: 204px; } }
    @media (max-width: 320px) {
      .tabsContainer__contenido .galeria__list {
        top: 177px; } }
    .tabsContainer__contenido .galeria__list .list__item {
      display: block;
      height: 37px; }
      @media (max-width: 480px) {
        .tabsContainer__contenido .galeria__list .list__item {
          float: left;
          display: inline-block;
          height: 46px;
          width: 96px; } }
      @media (max-width: 375px) {
        .tabsContainer__contenido .galeria__list .list__item {
          height: 41px;
          width: 86.2px; } }
      @media (max-width: 320px) {
        .tabsContainer__contenido .galeria__list .list__item {
          height: 46px;
          width: 96.5px; } }
      .tabsContainer__contenido .galeria__list .list__item--uno {
        background-color: #424242; }
      .tabsContainer__contenido .galeria__list .list__item--unoRenault {
        background-color: #e6c100; }
      .tabsContainer__contenido .galeria__list .list__item--dos {
        background-color: #1F1F1F; }
      .tabsContainer__contenido .galeria__list .list__item--tres {
        background-color: #1D587A; }
      .tabsContainer__contenido .galeria__list .list__item--tresRenault {
        background-color: #939393; }
      .tabsContainer__contenido .galeria__list .list__item--cuatro {
        background-color: #939393; }
      .tabsContainer__contenido .galeria__list .list__item--cuatroRenault {
        background-color: #8D0B00; }
      .tabsContainer__contenido .galeria__list .list__item--cinco {
        background-color: #123053; }
      .tabsContainer__contenido .galeria__list .list__item--cincoRenault {
        background-color: #BBBBBB; }
      .tabsContainer__contenido .galeria__list .list__item--seis {
        background-color: #BBBBBB; }
      .tabsContainer__contenido .galeria__list .list__item--siete {
        background-color: #8D0B00; }
      .tabsContainer__contenido .galeria__list .list__item--active {
        background-image: url("../../img/icon-ok.png");
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 1; }
        .tabsContainer__contenido .galeria__list .list__item--active:before {
          content: '';
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid #fff;
          display: inline-block;
          margin-left: 68px;
          margin-top: 15px; }
          @media (max-width: 480px) {
            .tabsContainer__contenido .galeria__list .list__item--active:before {
              display: none; } }
  .tabsContainer__contenido .galeria__auto {
    margin: 0 0 0 78px;
    position: relative;
    width: 100%; }
    @media (max-width: 480px) {
      .tabsContainer__contenido .galeria__auto {
        height: 200px;
        margin: 0;
        position: relative;
        top: 0; } }
    .tabsContainer__contenido .galeria__auto .auto__foto {
      max-width: 100%;
      position: absolute; }
    .tabsContainer__contenido .galeria__auto .auto__title {
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      position: absolute;
      left: 20px;
      top: 20px; }
      .tabsContainer__contenido .galeria__auto .auto__title--renault {
        color: gray; }
      @media (max-width: 480px) {
        .tabsContainer__contenido .galeria__auto .auto__title {
          color: #CCCCCC;
          text-transform: lowercase;
          position: absolute;
          top: -37px;
          left: 100px;
          z-index: 20; } }

/* FIN menú tabs */
/*card */
.item__lista {
  margin-bottom: 15px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .item__lista {
      margin-bottom: 30px; } }

@media (max-width: 480px) {
  .item__lista:first-child {
    margin-top: 30px; } }

.container__detalle-head {
  float: left;
  width: 100%;
  text-align: left; }

.container__detalle-footer {
  float: left;
  width: 100%;
  text-align: left; }
  .container__detalle-footer--final {
    margin-top: 5px;
    border-top: 1px solid #CCCCCC; }

.item__lista .container__detalle-footer, .full__width .container__detalle-footer {
  position: absolute;
  bottom: 70px; }

.full__width .container__detalle-footer {
  position: static;
  bottom: 0; }

/* FIN card */
/* Radio Button */
.radio-field {
  display: inline-block; }
  .radio-field [type="radio"]:checked + label:after, .radio-field [type="radio"].with-gap:checked + label:after {
    background-color: #b94155; }
  .radio-field [type="radio"]:checked + label:after, .radio-field [type="radio"].with-gap:checked + label:before, .radio-field [type="radio"].with-gap:checked + label:after {
    border: 2px solid #b94155; }
  .radio-field [type="radio"]:not(:checked) + label, .radio-field [type="radio"]:checked + label {
    position: relative;
    padding-left: 30px !important;
    padding-right: 20px !important;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    transition: .28s ease;
    -khtml-user-select: none;
    user-select: none;
    color: #FFFFFF;
    font-family: 'medium'; }
  .radio-field [type="radio"]:not(:checked) + label {
    color: #9e9e9e; }

/* FIN Radio Button */
/*Tabla resumen*/
.tabla__resumen {
  color: #9c9c9c;
  font-size: 14px;
  font-family: 'book';
  margin: 30px 0; }
  .tabla__resumen .tabla__label {
    background-color: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px; }
  .tabla__resumen td {
    padding: 10px 20px;
    border: 1px solid #2B303D;
    color: #333333;
    background-color: #FFFFFF; }

/* FIN Tabla resumen*/
/*** [HELPER] ***/
/******* [HELPER] ******/
/* cambio */
.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* color parta maquetear rápido */
.u-color {
  color: #fff; }

/* quitar los margenes a los row cuando anidados elementos materialize */
.u-resetRow {
  margin: 0; }

.u-resetCol {
  margin: 0; }

.u-textoGeneral {
  color: #ccc;
  font-size: 14px; }

/* quitar los padding a las columnas ( para algunos componentes en mobile ) */
/* los tabs pasan a ser bloques en Mobile */
@media (max-width: 480px) {
  .u-tabsBloque {
    margin-bottom: 1px;
    display: block !important; } }

/* Oculta elementos desde 480px */
@media (max-width: 480px) {
  .u-ocultarMobile {
    display: none; } }

/* standar de altura para el contenido de ficha tecnica y galeria */
/* Alinea a la izquierda */
.u-alignLeft {
  text-align: left; }
  @media (max-width: 480px) {
    .u-alignLeft--mobile {
      text-align: left; } }

/* Alinea a la derecha */
.u-alignRight {
  text-align: right; }
  @media (max-width: 480px) {
    .u-alignRight--mobile {
      text-align: right; } }

/* Alinea a la izquierda */
.u-floatLeft {
  float: left; }
  @media (max-width: 480px) {
    .u-floatLeft--mobile {
      float: left; } }

/* Alinea a la derecha */
.u-floatRight {
  float: right; }
  @media (max-width: 480px) {
    .u-floatRight--mobile {
      float: right; } }


/*******************/
.colV1,.colV2,.colV4 { width: 20%; display: inline-block;color: #fff;}
.colV3 { width: 25%; display: inline-block;color: #fff;}
/*.colV1,.colV2,.colV3,.colV4 { width: 15%; display: inline-block;color: #fff;}
.colV1,.colV2,.colV3,.colV4 { width: 15%; display: inline-block;color: #fff;}*/
.colV5 { width: 80px; display: inline-block;color: #fff;}

.readonlyCampo{ color: #fff !important;border-bottom: 1px solid #979797 !important;font-family: 'book' !important;}
.readonlyCampoLabel{ color: #CCCCCC !important}

