/*
--------------------------------------------------------------------------------------------- 
RESET CSS 
---------------------------------------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

*:focus {
  outline: none; }

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

/*
--------------------------------------------------------------------------------------------- 
PRE 
---------------------------------------------------------------------------------------------
*/
html {
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  width: 100%;
  color: #000;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Circular Std", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem; }

.lock_scroll {
  width: 100%;
  height: 100%;
  overflow: hidden; }

a {
  color: inherit; }

a:focus, a:hover {
  color: inherit;
  text-decoration: underline; }

.container {
  padding-right: 20px;
  padding-left: 20px; }

/*.container-fluid{
	max-width: 1920px;
}*/
.container-fluid.full {
  padding: 0px 0px; }

.container-fluid.w_max {
  max-width: 1920px; }

.vertical_centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.no_padding {
  padding: 0px !important; }

.no_margin {
  margin: 0px !important; }

.overflowh {
  overflow: hidden; }

.overflowh__x {
  overflow-x: hidden; }

.overflowh__y {
  overflow-y: hidden; }

/*
---------------------------------------------------------------------------------------------
HELPERS
---------------------------------------------------------------------------------------------
*/
.padding_md {
  padding: 40px 0px; }

.padding_sm {
  padding: 20px 0px; }

.padding_lg {
  padding: 60px 0px; }

.site-content.padding_bottom,
.padding_bottom {
  padding-top: 0px; }

.site-content.padding_top,
.padding_top {
  padding-bottom: 0px; }

.border__top {
  border-top: 1px solid #efecea; }

.border__bottom {
  border-bottom: 1px solid #efecea; }

.middle_gutter .row {
  margin-left: -5px;
  margin-right: -5px; }
  .middle_gutter .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

.uppercase {
  text-transform: uppercase; }

.font_primary {
  font-family: "Circular Std", Helvetica, Arial, sans-serif; }

.font_secondary {
  font-family: "Eurostile Cond", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

/*
---------------------------------------------------------------------------------------------
BUTTONS
---------------------------------------------------------------------------------------------
*/
a.link {
  text-decoration: underline; }

.button_link {
  line-height: 50px;
  text-decoration: underline;
  vertical-align: middle; }
  .button_link.button_link__sm {
    line-height: 38px; }

button,
.button {
  vertical-align: middle;
  border-radius: 0px;
  border: 1px solid #000;
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 16px;
  padding: 16px 30px;
  text-decoration: none !important;
  font-weight: bold;
  transition: all 200ms ease-in-out;
  outline: 0px !important;
  box-shadow: none !important; }
  button:before, button:after,
  .button:before,
  .button:after {
    transition: all 200ms ease-in-out; }
  button:focus, button:visited, button:active,
  .button:focus,
  .button:visited,
  .button:active {
    outline: 0px !important;
    box-shadow: none !important;
    text-decoration: none !important; }
  button img,
  .button img {
    height: 13px;
    margin-right: 5px;
    vertical-align: middle; }
  button.pull-left,
  .button.pull-left {
    margin-right: 20px;
    margin-bottom: 10px; }
  button.pull-right,
  .button.pull-right {
    margin-left: 20px;
    margin-bottom: 10px; }

.button__sm {
  padding: 10px 20px; }

.button__full {
  width: 100%; }

.button__border__black {
  border: 1px solid #000;
  background-color: transparent;
  color: #000; }

.button__border__white {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff; }

/* Hover */
.button:hover {
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #000;
  color: #000; }

.button.button__special:hover {
  text-decoration: none;
  background-color: #444;
  border: 1px solid transparent;
  color: #fff; }

.button__border__black:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff; }

.button__border__white:hover {
  border: 1px solid white;
  background-color: white;
  color: #000; }

.button__secondary:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff; }

.button__border.button__secondary:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000; }

/* Secondary */
.button__secondary {
  border: 1px solid #bababa;
  background-color: transparent;
  color: #000; }

.button__secondary:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #000; }

button,
.button__secondary__fill {
  border: 1px solid transparent;
  background-color: #fff;
  color: #000;
  padding: 10px 20px; }

button:hover,
.button__secondary__fill:hover {
  border: 1px solid transparent;
  background-color: #000;
  color: #fff; }

.button.color_matches {
  position: relative;
  padding-left: 50px; }
  .button.color_matches:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    width: 36px;
    height: 36px;
    background-position: center;
    background-size: auto 14px;
    background-image: url(../images/rainbow.png);
    background-repeat: no-repeat; }

.bootstrap-select .dropdown-toggle:focus {
  outline: 0px !important;
  box-shadow: 0px !important; }
.bootstrap-select button {
  transition: all 0ms ease-in-out; }
.bootstrap-select.open .button {
  background-color: #f7f7f7;
  color: #bababa; }
  .bootstrap-select.open .button:hover {
    border: 1px solid #bababa; }
.bootstrap-select .dropdown-menu {
  margin: 0px;
  border-radius: 0px;
  border: 1px solid #bababa;
  margin-top: -2px;
  border-top: 0px;
  background-color: #f7f7f7; }
  .bootstrap-select .dropdown-menu li a {
    padding: 8px 20px; }
    .bootstrap-select .dropdown-menu li a:hover {
      color: #bababa;
      cursor: pointer; }
    .bootstrap-select .dropdown-menu li a:focus {
      outline: 0px;
      box-shadow: none; }
    .bootstrap-select .dropdown-menu li a .check-mark {
      opacity: 0;
      display: inline-block !important;
      width: 30px;
      float: left;
      position: relative !important;
      right: 0px !important;
      margin-top: 0px !important; }
  .bootstrap-select .dropdown-menu li.selected a .check-mark {
    opacity: 1; }
.bootstrap-select.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
  margin-top: 0px;
  margin-bottom: -2px !important;
  box-shadow: none;
  border-bottom: 0px !important; }

.color_drop .button {
  padding-left: 50px; }
  .color_drop .button:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    width: 36px;
    height: 36px;
    background-position: center;
    background-size: auto 24px;
    background-image: url(../images/drop.png);
    background-repeat: no-repeat; }

/*
--------------------------------------------------------------------------------------------- 
PRE-HOME
---------------------------------------------------------------------------------------------
*/
::-webkit-scrollbar {
  width: 15px;
  height: 15px; }

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

.preHome, html {
  background-image: url(../images/home.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  font-family: "Circular Std", Helvetica, Arial, sans-serif; }
  .preHome .logo, html .logo {
    height: 93px;
    width: 86px;
    top: 20px;
    z-index: 1;
    left: 0px;
    position: fixed;
    display: inline-block;
    background-image: url(../images/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain; }
    .preHome .logo:hover, html .logo:hover {
      background-image: url(../images/logo.gif); }
  .preHome .info, html .info {
    width: 245px;
    position: absolute;
    top: 55%;
    right: 5%; }
    .preHome .info .dropdown, html .info .dropdown {
      z-index: 999; }
      .preHome .info .dropdown button, html .info .dropdown button {
        width: 245px;
        position: relative;
        padding: 5px 20px;
        font-size: 13px;
        line-height: 20px;
        height: 30px; }
        .preHome .info .dropdown button .caret, html .info .dropdown button .caret {
          position: absolute;
          right: 15px;
          margin: 9px; }
      .preHome .info .dropdown ul, html .info .dropdown ul {
        width: 245px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        max-height: 170px;
        overflow-y: auto; }
        .preHome .info .dropdown ul li, html .info .dropdown ul li {
          height: 20px;
          font-size: 11px; }
    .preHome .info p, html .info p {
      background-color: rgba(255, 255, 255, 0.5);
      padding: 10px;
      margin-top: 20px;
      font-size: 12px; }

@media (max-width: 767px) {
  .preHome {
    background-image: url(../images/movil.jpg); }
    .preHome .info {
      right: -999px;
      left: -999px;
      margin: 0 auto; } }

/*# sourceMappingURL=main.css.map */
