.dark,
.dark:hover,
.dark:visited,
.dark:active {
  color: #434242;
}
.gray,
.gray:hover,
.gray:visited,
.gray:active {
  color: #999999;
}
.med_gray,
.med_gray:hover,
.med_gray:visited,
.med_gray:active {
  color: #cccccc;
}
.green,
.green:hover,
.green:visited,
.green:active {
  color: #7fcc2c;
}
.white,
.white:hover,
.white:visited,
.white:active {
  color: #ffffff;
}
.blue,
.blue:hover,
.blue:visited,
.blue:active {
  color: #00a0e0;
}
.red,
.red:hover,
.red:visited,
.red:active {
  color: #d83d39;
}
.bg-green {
  background-color: #7fcc2c;
}
.bg-white {
  background-color: #ffffff;
}
.bg-blue {
  background-color: #00a0e0;
}
.bg-red {
  background-color: #d83d39;
}
.bg-dark {
  background-color: #434242;
}
.bg-black {
  background-color: black;
}
.bg-blue-grad-1 {
  background: url("../img/blue-grad.jpg");
  background-size: 100% 100%;
}
.bg-blue-grad-2 {
  background: url("../img/blue-grad-v.jpg") repeat-y;
}
.bg-blue-grad-3 {
  background: url("../img/darkblue-grad-h.jpg");
  background-size: contain;
}
.box-shadow {
  box-shadow: 0 0.3em 1.5em rgba(0, 0, 0, 0.2);
}
.cursor_pointer {
  cursor: pointer;
}
.flex {
  display: flex;
}
.flex.center {
  justify-content: center;
  align-items: center;
}
.flex-col {
  flex: 1;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .flex {
    display: block;
  }
  #garantia {
    height: 300px;
  }
}
.light {
  font-family: 'open_sanslight';
}
.regular {
  font-family: 'open_sansregular';
}
.semi {
  font-family: 'open_sanssemibold';
}
.bold {
  font-family: 'open_sansbold';
}
html {
  background: #ffffff;
}
body {
  background-image: #ffffff;
  font-family: 'open_sansregular';
  height: 100%;
  margin: 0 auto;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.outer-wrap {
  background-color: #ffffff;
  box-shadow: 0 0.3em 1.5em rgba(0, 0, 0, 0.2);
}
#mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
}
.mobile-menu nav {
  width: 100%;
}
.mobile-menu nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  color: #434242;
  font-size: 22pt;
  font-family: 'open_sansbold';
}
.mobile-menu .social-call2action {
  text-align: center;
  width: 100%;
}
.mobile-menu .social-call2action a {
  display: inline-block;
  border: 0;
  padding: 0.5em;
}
.full-cover {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.full-cover.white {
  background: rgba(255, 255, 255, 0.985);
  color: #444;
}
.full-cover.blue {
  background: #00a0e0;
  color: #fff;
}
header {
  z-index: 199;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  background: white;
  box-shadow: 0 0.3em 1.5em rgba(0, 0, 0, 0.2);
}
header nav a {
  color: #434242;
  font-family: 'open_sansbold';
  font-size: 12pt;
  letter-spacing: -0.02em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline-block;
}
header nav a:hover {
  text-decoration: none;
}
#servicios .service-thumb {
  height: 250px;
}
#servicios .service-thumb .cover {
  font-family: 'open_sansbold';
  color: white;
  font-size: 14pt;
  padding: 0.75em  1.5em;
  background: rgba(67, 66, 66, 0.8);
  display: inline-block;
}
#nuestras-marcas .brands span {
  display: inline-block;
  color: white;
  font-size: 15pt;
  padding: 0.5em 0.75em;
  font-family: 'open_sanslight';
}
.hero {
  overflow-x: hidden;
  width: 100%;
}
#contacto {
  position: fixed;
  top: 3000;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1000;
}
#contacto .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}
#contacto .wrap {
  border-radius: 10px;
  background: black;
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.5);
}
.btn {
  border-radius: 0;
  transition: all .1s linear;
}
.btn.green {
  color: #ffffff;
  background-color: #7fcc2c;
  width: 100%;
}
.btn.blue {
  color: #ffffff;
  background: url("../img/blue-grad.jpg");
  background-size: 100% 100%;
  width: 100%;
}
.btn.outline {
  padding-top: 0;
  padding-bottom: .2em;
  border: 1px solid transparent;
  background-color: transparent !important;
  transition: all .1s linear;
  font-size: 16pt;
  font-weight: lighter;
}
.btn.outline:hover {
  border-radius: 5px;
  box-shadow: 0 0 0px 2px !important;
}
.btn.outline.white,
.btn.outline.white:hover,
.btn.outline.white:visited {
  border-color: #ffffff;
  color: #ffffff;
}
.overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.overlay .white {
  background: rgba(255, 255, 255, 0.91);
  color: #444;
}
.overlay .black {
  background: rgba(65, 65, 65, 0.94);
  color: white;
}
.form-control {
  border-radius: 0;
}
select.form-control.custom {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../img/drop-down.png');
  background-repeat: no-repeat;
  background-position: .4em center;
  text-indent: 9px;
  background-size: 12px;
  font-weight: lighter;
}
/* for IE 11 */
select.custom::-ms-expand {
  display: none;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  body {
    width: 1200px;
    margin: 0 auto;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1440px) {
  body {
    width: 1400px;
    margin: 0 auto;
  }
}
