/*FONTS -------------------------------------------*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300");
/*RESETS & VENDORS --------------------------------*/
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
a:link {
  text-decoration: none;
}
@media only screen and (min-width: 35em) {
}
@media print,(-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
/* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
/* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
button {
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:focus {
  outline: none;
}
/* normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
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;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: #fff;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #fff;
  position: relative;
}
.jspDrag {
  background: #000;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 10px;
}
.jspHorizontalBar .jspArrow {
  width: 10px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
body {
  background-color: #0054a3;
}
.wrapper {
  width: 1268px;
  position: relative;
  left: 50%;
  margin-left: -634px;
  overflow: hidden;
  background-color: #fff;
}
.innerwrapper {
  width: 960px;
  margin: auto;
  overflow: hidden;
}
.slider {
  position: relative;
  height: 419px;
}
.slider ul {
  margin: 0;
  padding: 0;
}
.slider li.slide {
  width: 1268px;
  height: 420px;
}
.slider li.slide h2 {
  margin: 16px 0 0 16px;
  position: relative;
  padding: 12px 93px 12px 16px;
  color: #fff;
  font-size: 45px;
  z-index: 2;
  background-color: rgba(0,84,163,0.8);
  text-transform: uppercase;
  line-height: 45px;
  float: left;
}
.slider li.slide h2 span {
  font-size: 28px;
  display: block;
  line-height: 28px;
}
.slider li.slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header {
  width: 1268px;
  position: relative;
  left: 50%;
  margin-left: -634px;
  background-color: #fff;
}
header .wrap {
  width: 960px;
  margin: 36px auto 0px;
  padding-top: 44px;
  overflow: hidden;
}
header .wrap .logo {
  float: left;
}
header .wrap nav ul {
  width: 501px;
  height: 117px;
  overflow: hidden;
  float: right;
}
header .wrap nav ul li {
  min-width: 71px;
  float: left;
  height: 110px;
  position: relative;
  transition: all 0.3s;
}
header .wrap nav ul li.navmarcas {
  width: 88px;
}
header .wrap nav ul li.lg {
  width: 170px;
}
header .wrap nav ul li.md {
  width: 100px;
}
header .wrap nav ul li a {
  color: #0054a3;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 27px;
  padding-top: 110px;
  text-transform: uppercase;
  display: block;
}
header .wrap nav ul li:hover,
header .wrap nav ul li.active {
  background-color: #0054a3;
}
header .wrap nav ul li:hover a,
header .wrap nav ul li.active a {
  color: #fff;
}
aside.home_sidebar {
  width: 188px;
  height: 395px;
  padding: 16px;
  position: absolute;
  top: 300px;
  right: 190px;
  background-color: #26963a;
  z-index: 100;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.41);
  box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.41);
}
aside.home_sidebar h3 {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
aside.home_sidebar input {
  width: 189px;
  padding: 3px 3px 3px 10px;
  font-size: 14px;
}
aside.home_sidebar .whiteline {
  height: 1px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
aside.home_sidebar h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
aside.home_sidebar .phone-group {
  color: #fff;
}
aside.home_sidebar .phone-group .decor {
  width: 17px;
  height: 42px;
  background-color: #0054a3;
  float: left;
  margin-right: 10px;
}
aside.home_sidebar .phone-group .ubicacion {
  font-size: 18px;
  line-height: 25px;
}
aside.home_sidebar .phone-group .phone {
  font-size: 14px;
  line-height: 16px;
}
aside.home_sidebar .calltoaction {
  color: #fff;
  font-size: 23px;
  margin-top: 60px;
  display: block;
  padding: 10px;
  background-color: #0054a3;
  text-align: center;
  transition: all 0.3s;
}
aside.home_sidebar .calltoaction:hover {
  background-color: #fff;
  color: #0054a3;
}
.upper {
  height: 647px;
  background-color: #fff;
  padding-top: 50px;
}
.upper article.marcas {
  width: 480px !important;
}
.upper article.home {
  color: #0054a3;
  width: 700px;
  overflow: hidden;
  margin-bottom: 120px;
}
.upper article.home h2 {
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.upper article.home img {
  width: 214px;
  height: 186px;
  float: left;
  margin-right: 25px;
}
.upper article.home .cnt {
  float: left;
  width: 412px;
}
.upper article.home p {
  font-size: 18px;
}
.upper article.home a.btn {
  width: 251px;
  height: 35px;
  background-color: #0054a3;
  color: #fff;
  text-align: center;
  line-height: 35px;
  display: block;
  margin-top: 51px;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 14px;
}
.upper article.home a.btn:hover {
  opacity: 0.8;
}
.upper a.small {
  color: #0054a3;
  font-size: 14px;
  padding-top: 20px;
  clear: both;
  display: block;
}
.upper .big_title {
  margin-top: 150px;
  font-size: 35px;
  color: #fff;
  padding: 14px;
  width: 480px;
  text-transform: uppercase;
  background-color: #0054a3;
}
.upper .subtitle_small {
  color: #0054a3;
  font-size: 13px;
  width: 508px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.upper .subtitle_small span {
  line-height: 13px;
  font-size: 8px;
}
.upper .home_car {
  float: right;
  margin-right: 80px;
}
.brands_carousel {
  width: 960px;
  height: 180px;
  margin: auto;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url("img/marcas/marcas.png");
  background-repeat: repeat-x;
  background-position: 0 25px;
  transition: all 0.5s;
}
.brands_carousel img {
  margin: auto;
  display: block;
  padding-top: 13px;
}
.brands_carousel .left {
  background-image: url("img/arrow_left.png");
  width: 14px;
  height: 118px;
  position: absolute;
  left: -50px;
  top: 30px;
  cursor: pointer;
}
.brands_carousel .right {
  background-image: url("img/arrow_right.png");
  width: 14px;
  height: 118px;
  position: absolute;
  right: -50px;
  top: 30px;
  cursor: pointer;
}
.full_width {
  width: 100%;
  min-height: 60px;
  background-color: #fff;
}
.full_width .title {
  font-size: 35px;
  text-align: center;
  width: 890px;
  height: 62px;
  line-height: 62px;
  background-color: #0054a3;
  margin: auto;
  color: #fff;
  text-transform: uppercase;
}
article.featured {
  padding-top: 45px;
  color: #fff;
  overflow: hidden;
  padding-bottom: 45px;
}
article.featured .cnt {
  float: left;
  width: 410px;
}
article.featured .cnt h3 {
  font-size: 20px;
  line-height: 20px;
  padding-top: 20px;
}
article.featured .cnt h2 {
  font-size: 33px;
  margin-bottom: 20px;
}
article.featured .cnt p {
  font-size: 16px;
  margin-bottom: 10px;
}
article.featured a.btnmore {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background-color: #26963a;
  display: block;
  text-align: center;
  float: left;
  margin-top: 0;
  transition: all 0.3s;
  clear: both;
}
article.featured a.btnmore:hover {
  opacity: 0.8;
}
article.featured .innerslider {
  float: right;
  width: 524px;
  height: 328px;
}
article.featured .innerslider img {
  width: 524px;
  height: 328px;
}
.whitebg {
  background-color: #fff;
}
.prefooter {
  height: 580px;
}
.prefooter {
  position: relative;
  z-index: 3;
}
.prefooter .column {
  padding-top: 30px;
  width: 33%;
  float: left;
  margin-bottom: 40px;
}
.prefooter .column .cnt {
  color: #0054a3;
  text-align: center;
  width: 90%;
  margin: auto;
}
.prefooter .column .cnt h2 {
  margin-bottom: 15px;
}
.prefooter .column .cnt p {
  padding-top: 15px;
  width: 214px;
  margin: auto;
  display: block;
  height: 180px;
  font-size: 15px;
}
.prefooter .column .cnt img {
  width: 214px;
  height: 186px;
}
.prefooter a.mas {
  width: 50%;
  height: 45px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 45px;
  background-color: #26963a;
  margin: auto;
  transition: all 0.3s;
  display: block;
  clear: both;
  color: #fff;
}
.prefooter a.mas:hover {
  opacity: 0.8;
}
.footer_decor {
  width: 100%;
  background-color: #fff;
  position: absolute;
  height: 316px;
  bottom: 140px;
  z-index: 1;
}
footer {
  width: 100%;
  height: 200px;
  color: #0054a3;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
footer .wrap {
  width: 960px;
  margin: auto;
  padding-top: 25px;
}
footer .wrap nav {
  width: 730px;
  float: left;
  margin-top: 35px;
  border-top: 15px solid #0054a3;
}
footer .wrap nav ul {
  padding-left: 30px;
}
footer .wrap nav ul li {
  margin-bottom: 15px;
  text-transform: uppercase;
  overflow: hidden;
  float: left;
  margin-right: 45px;
}
footer .wrap nav ul li a {
  display: block;
  float: left;
}
footer .wrap nav ul li a:hover {
  text-decoration: underline;
}
footer .wrap .info {
  padding-top: 20px;
  float: right;
  color: #fff;
  text-align: right;
  width: 227px;
}
footer .wrap .info img.logo {
  width: 200px;
  margin-top: 35px;
}
footer .wrap .info p {
  font-size: 13px;
}
.empresa {
  color: #0054a3;
  position: relative;
  z-index: 3;
  padding-top: 30px;
  padding-bottom: 140px;
}
.empresa h2 {
  font-size: 33px;
}
.empresa p img {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  width: 400px;
}
.empresa_footer {
  position: relative;
  z-index: 3;
  display: block;
  margin: auto;
  margin-top: -110px;
  margin-bottom: 50px;
}

.wrappermarcas {
  overflow: hidden;
  margin-top: 50px;
}
.marcawrp {
  width: 25%;
  float: left;
  margin-top: 0px;
  height: 180px;
}
.marcawrp h4 {
  font-size: 15px;
  text-align: center;
  height: 50px;
  color: #0054a3;
}
.marcawrp img {
  display: block;
  margin: auto;
  width: 65%;
  filter: url("filters.svg#grayscale");
/* Firefox 3.5+ */
  filter: #808080;
/* IE6-9 */
  -webkit-filter: grayscale(1);
/* Google Chrome, Safari 6+ & Opera 15+ */
}
.marcawrp img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
a.back {
  margin-bottom: 10px;
  cursor: pointer;
}
a.cotizacion {
  width: 296px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #f5f5f5;
  text-align: center;
  display: block;
  background-color: #0054a3;
  margin-top: 15px;
}
a.cotizacion:hover {
  opacity: 0.8;
}
.marcas,
.novedades {
  min-height: 1000px;
  position: relative;
  z-index: 3;
}
.marcas .title,
.novedades .title {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  background-color: #0054a3;
  color: #fff;
  height: 62px;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  line-height: 62px;
}
.marcas .description_marca,
.novedades .description_marca {
  overflow: hidden;
}
.marcas .description_marca>img,
.novedades .description_marca>img {
  width: 269px;
  height: 194px;
}
.marcas .description_marca .thumbs,
.novedades .description_marca .thumbs {
  margin-top: 10px;
}
.marcas .description_marca .thumbs img,
.novedades .description_marca .thumbs img {
  width: 84px;
  height: 72px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.marcas .description_marca aside,
.novedades .description_marca aside {
  float: right;
  width: 585px;
  padding-right: 25px;
}
.marcas .description_marca aside h1,
.novedades .description_marca aside h1 {
  font-size: 25px;
  color: #0054a3;
  font-weight: bold;
}
.marcas .description_marca aside p,
.novedades .description_marca aside p {
  font-size: 18px;
  color: #0054a3;
}
.marcas .description_marca aside a.ficha,
.novedades .description_marca aside a.ficha {
  display: block;
  width: 150px;
  height: 35px;
  font-size: 14px;
  color: #0054a3;
  border-left: 18px solid #0054a3;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.marcas .description_marca aside a.ficha:hover,
.novedades .description_marca aside a.ficha:hover {
  background-color: #0054a3;
  color: #f5f5f5;
}
.marcas .productos,
.novedades .productos {
  width: 100%;
  margin-top: 30px;
}
.marcas .productos .producto,
.novedades .productos .producto {
  width: 33%;
  min-height: 320px;
  float: left;
  margin-bottom: 30px;
}
.marcas .productos .producto h3,
.novedades .productos .producto h3 {
  display: block;
  margin: auto;
  margin-top: 10px;
  width: 241px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #0054a3;
  font-weight: bold;
  text-transform: uppercase;
  height: 65px;
}
.marcas .productos .producto img,
.novedades .productos .producto img {
  max-width: 60%;
  height: 72px;
  margin: auto;
  display: block;
}
.marcas .productos .producto a,
.novedades .productos .producto a {
  display: block;
  margin: auto;
  margin-top: 10px;
  width: 241px;
  height: 30px;
  border: 1px solid #0054a3;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #0054a3;
}
.marcas .productos .producto a:hover,
.novedades .productos .producto a:hover {
  background-color: #0054a3;
  color: #fff;
}
.marcas .titulo_marca,
.novedades .titulo_marca {
  color: #0054a3;
  overflow: hidden;
}
.marcas .titulo_marca img,
.novedades .titulo_marca img {
  width: 170px;
  float: left;
  max-height: 120px;
  margin-right: 10px;
}
.marcas .titulo_marca h4,
.novedades .titulo_marca h4 {
  margin-top: 5px;
  font-size: 15px;
}
.marcas .titulo_marca h2,
.novedades .titulo_marca h2 {
  font-size: 35px;
}
.marcas .detalle_producto,
.novedades .detalle_producto {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}
.marcas .detalle_producto h1,
.novedades .detalle_producto h1 {
  font-size: 22px;
  color: #0054a3;
  margin-bottom: 20px;
}
.marcas .detalle_producto img,
.novedades .detalle_producto img {
  width: 169px;
  margin-right: 15px;
  float: left;
}
.marcas .detalle_producto .content,
.novedades .detalle_producto .content {
  float: left;
  width: 350px;
}
.marcas .detalle_producto .content p,
.novedades .detalle_producto .content p {
  font-size: 15px;
  color: #0054a3;
  margin-bottom: 15px;
}
.marcas .detalle_producto .videos,
.novedades .detalle_producto .videos {
  float: right;
  width: 349px;
  position: relative;
}
.marcas .detalle_producto .videos button,
.novedades .detalle_producto .videos button {
  position: absolute;
  bottom: -42px;
  height: 32px;
  width: 150px;
  color: #0054a3;
  border: 1px solid #0054a3;
  background-color: #fff;
}
.marcas .detalle_producto .videos button:hover,
.novedades .detalle_producto .videos button:hover {
  opacity: 0.8;
}
.marcas .detalle_producto .videos button.prev,
.novedades .detalle_producto .videos button.prev {
  left: 0;
}
.marcas .detalle_producto .videos button.next,
.novedades .detalle_producto .videos button.next {
  right: 0;
}
.marcas .botones,
.novedades .botones {
  width: 711px;
  float: right;
  margin-top: 30px;
  clear: left;
}
.marcas .botones a.cotizacion,
.novedades .botones a.cotizacion {
  width: 296px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #f5f5f5;
  text-align: center;
  display: block;
  background-color: #0054a3;
  float: left;
}
.marcas .botones a.cotizacion:hover,
.novedades .botones a.cotizacion:hover {
  opacity: 0.8;
}
.marcas .botones a.cotizacion.ficha,
.novedades .botones a.cotizacion.ficha {
  float: right;
}
.marcas .galeria,
.novedades .galeria {
  margin-top: 100px;
  clear: both;
}
.marcas .galeria h2,
.novedades .galeria h2 {
  color: #0054a3;
  font-size: 20px;
  font-weight: bold;
}
.marcas .galeria .inner,
.novedades .galeria .inner {
  margin-top: 30px;
  padding-left: 10px;
}
.marcas .galeria .inner img,
.novedades .galeria .inner img {
  width: 31%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.novedades {
  height: auto;
}
.novedades h2 {
  font-size: 28px;
  color: #0054a3;
  margin-top: 45px;
  margin-bottom: 10px;
  line-height: 33px;
}
.novedades article {
  color: #0054a3;
  margin-bottom: 60px;
}
.novedades article h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}
.novedades article h3 span {
  display: block;
  font-size: 12;
  font-weight: normal;
}
.novedades article img {
  width: 90%;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
.novedades article p {
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
  font-size: 15px;
}
.form-error {
  opacity: 0;
  display: none;
  visibility: hidden;
}
form {
  margin-bottom: 40px;
}
form fieldset {
  width: 40%;
  margin-right: 30px;
  float: left;
  border: none;
  margin-bottom: 30px;
  min-height: 200px;
}
form fieldset.lg {
  width: 70%;
}
form fieldset label {
  font-size: 16px;
  color: #0054a3;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 15px;
  display: block;
}
form fieldset input {
  margin-top: 25px;
  display: block;
  padding-left: 10px;
  width: 352px;
  height: 41px;
  font-size: 20px;
  color: #0054a3;
  background-color: #d9e5f1;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  border-color: transparent;
}
form fieldset .column {
  width: 50%;
  float: left;
}
form fieldset .checkgroup {
  margin-left: 40px;
  margin-top: 20px;
}
form fieldset .checkgroup .box {
  width: 41;
  height: 41;
  background-color: #d9e5f1;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
form fieldset .checkgroup .box.checked {
  background-color: #99bada;
}
form fieldset .checkgroup .descp {
  line-height: 41px;
  height: 41px;
  font-size: 16px;
  color: #0054a3;
}
textarea {
  width: 810px;
  border: none;
  background-color: #d9e5f1;
  color: #0054a3;
  padding: 16px;
}
button {
  display: block;
  background-color: #26963a;
  color: #fff;
  font-size: 14px;
  width: 214px;
  height: 35px;
  margin-top: 25px;
  transition: all 0.3s;
}
button:hover {
  opacity: 0.8;
}
@media (max-width: 924px) {
  form fieldset {
    width: 100%;
  }
  form fieldset input {
    margin: auto;
    margin-top: 25px;
    width: 75%;
  }
}
@media (max-width: 870px) {
  form fieldset .column {
    width: 100%;
    float: none;
  }
  form fieldset.lg {
    width: 100%;
  }
}
@media (max-width: 960px) {
  header .wrap {
    width: 100%;
  }
  header .wrap .logo {
    float: none;
    margin: auto;
    display: block;
  }
  header .wrap nav ul {
    width: 100%;
    height: auto;
    padding: 0;
  }
  header .wrap nav ul li {
    height: 33px;
    float: none;
  }
  header .wrap nav ul li.md,
  header .wrap nav ul li.lg,
  header .wrap nav ul li.navmarcas {
    width: auto;
  }
  header .wrap nav ul li a {
    padding: 0;
  }
}
@media (max-width: 1268px) {
  .wrapper {
    width: 99%;
    margin: auto;
    left: 0;
    margin-left: 0;
  }
  aside.home_sidebar {
    position: relative;
    bottom: 0px;
    width: 100%;
    right: 0px;
    top: -5%;
  }
  .slider {
    width: 100%;
  }
  .slider li.slide {
    width: 100%;
  }
  .slider li.slide h2 {
    display: none;
  }
  .slider li.slide img {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .upper {
    overflow: hidden;
    height: auto;
    width: 100%;
  }
  .upper article.home {
    color: #0054a3;
    width: 90%;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .upper article.home img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    float: none;
  }
  .upper article.home .cnt {
    float: left;
    width: 100%;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }
  .upper article.home h2 {
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
  }
  .upper article.home p {
    text-align: center;
    width: 70%;
    margin: auto;
  }
  .upper article.home a.btn {
    margin: auto;
    margin-top: 50px;
  }
  .upper .home_car {
    display: block;
    margin: auto;
    float: none;
  }
  .upper article.marcas {
    width: 90% !important;
    min-height: 0px;
    height: auto;
  }
  .brands_carousel {
    width: 100%;
  }
  footer .wrap nav {
    display: none;
  }
  footer .wrap .info {
    margin: auto;
    float: none;
  }
  footer .wrap {
    width: 100%;
  }
  .innerwrapper {
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  .empresa_footer {
    width: 100%;
  }
}
@media (max-width: 524px) {
  header {
    width: 100%;
    position: relative;
    left: 0%;
    margin-left: 0;
  }
  header .wrap .logo {
    width: 100%;
  }
  .empresa p img {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .marcas .title,
  .novedades .title {
    height: auto;
  }
  .marcawrp {
    width: 50%;
    overflow: hidden;
  }
}
@media (max-width: 1010px) {
  .marcas .description_marca,
  .novedades .description_marca {
    margin: auto;
  }
  .marcas .description_marca aside,
  .novedades .description_marca aside {
    margin: auto;
    float: none;
  }
  .marcas .description_marca>img,
  .novedades .description_marca>img {
    display: block;
    margin: auto;
  }
  .marcas .productos .producto,
  .novedades .productos .producto {
    width: 100%;
  }
}
* {
  font-family: 'Open Sans', sans-serif;
}
