/* Imports */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
.mar-none {
  margin: 0 !important; }

.pad-none {
  padding: 0 !important; }

.center {
  margin: 0 auto;
  text-align: center !important; }

.padmax {
  padding-top: 20px;
  padding-bottom: 20px; }

.derecha {
  float: right; }

.full-page {
  min-height: 70vh; }

.bold {
  font-weight: bold !important;
  display: inline-block; }

.light {
  font-weight: lighter; }

.tabla {
  display: table !important; }

.tabla-cell {
  display: table-cell !important; }

.middle {
  vertical-align: middle !important; }

.patop {
  padding-top: 10px; }

.ta-derecha {
  text-align: right; }

.sombra {
  -webkit-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75); }

.full-width {
  width: 100%; }

.slow {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important; }

.slower {
  -webkit-animation-duration: 5s !important;
  animation-duration: 5s !important; }

.slowest {
  -webkit-animation-duration: 7s !important;
  animation-duration: 7s !important; }

.corazon:hover {
  color: #C30505; }

.palecero {
  padding-left: 0; }

.sombrat {
  text-shadow: -3px 2px 2px rgba(0, 0, 0, 0.5); }

.buwo-mini {
  height: 21px; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

@-moz-keyframes spin {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: rotate(360deg); } }
/*  Transparencia entre Slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }

.slider {
  width: 100%;
  height: 40vh;
  overflow: hidden; }
  .slider img {
    margin-top: -20%;
    min-width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #5cb85c;
  border-color: transparent;
  color: #ebebeb; }

.alert-success hr {
  border-top-color: transparent; }

.alert-success .alert-link {
  color: #d2d2d2; }

.alert-info {
  background-color: #5bc0de;
  border-color: transparent;
  color: #ebebeb; }

.alert-info hr {
  border-top-color: transparent; }

.alert-info .alert-link {
  color: #d2d2d2; }

.alert-warning {
  background-color: #f0ad4e;
  border-color: transparent;
  color: #ebebeb; }

.alert-warning hr {
  border-top-color: transparent; }

.alert-warning .alert-link {
  color: #d2d2d2; }

.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #ebebeb; }

.alert-danger hr {
  border-top-color: transparent; }

.alert-danger .alert-link {
  color: #d2d2d2; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.5s; }

/* The navigation menu links */
.sidenav a {
  text-transform: uppercase;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
  color: #00b0ac;
  cursor: pointer; }

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer; }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
#navbar {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
  color: #fff;
  font-weight: bold; }
  #navbar a, #navbar span {
    color: #fff; }
    #navbar a:hover, #navbar span:hover {
      text-decoration: none;
      color: #fff; }

.menu-desktop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 0;
  color: #fff;
  font-weight: bold; }
  .menu-desktop a, .menu-desktop span {
    text-transform: uppercase;
    color: #fff;
    margin: 10px 30px;
    font-size: 16px;
    cursor: pointer; }
    .menu-desktop a:hover, .menu-desktop span:hover {
      text-decoration: none;
      color: #fff;
      cursor: pointer; }
    .menu-desktop a i, .menu-desktop span i {
      font-size: 26px;
      margin-left: 2px; }

#navbar-derecha {
  display: inline-block !important;
  position: absolute;
  right: 20px; }

#navbar-izquierda {
  display: inline-block;
  position: absolute;
  left: 20px; }

#navbar-center {
  text-align: center; }

.sliding-middle-out {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.sliding-middle-out:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease; }

.sliding-middle-out:hover:after {
  width: 100%;
  background: #00b0ac; }

.underline {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.underline:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease; }

.underline:hover:after {
  width: 100%;
  background: #fff; }

/* VARIABLES */
/* COLORES */
/* CODE */
body {
  background-color: #fff;
  color: #000; }

#header {
  height: 100%;
  max-height: 1200px;
  text-align: center;
  padding: 0;
  overflow: hidden; }
  #header h1 {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }

.sidenav {
  z-index: 999 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 18px; }
  .sidenav a {
    font-family: 18px; }

#menu {
  position: fixed !important;
  z-index: 999;
  background: url("../imagenes/menu-bar.png") no-repeat bottom center #fff;
  position: relative;
  padding: 15px 25px;
  color: #414141;
  padding: 25px; }
  #menu a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 0 12px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    color: #414141;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #menu a:hover {
      color: #de0000; }
  #menu #logo-header img {
    max-width: 300px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #menu #logo-header img:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05); }

#destacados {
  position: relative;
  padding: 60px 25px;
  text-align: center;
  background: url("../imagenes/cuadro.png") repeat-x bottom #f2f2f2; }

#menu-links {
  margin-top: 20px; }
  #menu-links a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 0 12px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    color: #414141;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #menu-links a:hover {
      color: #de0000; }

#faqs {
  position: relative;
  padding: 60px 25px;
  text-align: center;
  background: url("../imagenes/cuadro-rojo.png") repeat-x bottom #fff; }

#caja-preguntas {
  margin-top: 25px;
  background-color: #f2f0f1; }
  #caja-preguntas .pregunta {
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    border: none;
    background-color: #f2f0f1;
    padding: 5px; }
    #caja-preguntas .pregunta p {
      margin-bottom: 0; }
    #caja-preguntas .pregunta:hover {
      transform: scale(1.03);
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03); }
  #caja-preguntas .respuesta {
    background-color: #fff;
    padding: 5px; }

h1 {
  text-transform: uppercase;
  font-weight: 300;
  color: #de0000; }
  h1 strong {
    font-weight: 700;
    color: #0e0163; }

.cover {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.36);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  .cover h1 {
    opacity: 1; }
  .cover:hover {
    background-color: transparent; }
    .cover:hover h1 {
      opacity: 0; }

.h-100 {
  height: 100%; }

.boton_menu_mobile {
  z-index: 2;
  display: none;
  color: #0e0163;
  position: absolute;
  right: 10px; }

#address {
  padding: 60px 25px;
  background-color: #de0000;
  color: #fff; }
  #address h2 {
    font-size: 20px; }
  #address a {
    color: #fff; }
    #address a:hover {
      color: #f2f0f1; }

#contacto {
  padding: 160px 25px 60px;
  background: url("../imagenes/blue.png") repeat-x bottom left #fff; }
  #contacto h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #0e0163;
    font-size: 26px;
    margin-bottom: 15px;
    letter-spacing: 3px; }
  #contacto h2 {
    font-size: 18px;
    color: #414141;
    margin-bottom: 0; }

.renglonc {
  margin-bottom: 16px; }

.ic {
  color: #0e0163;
  font-size: 22px; }

#mapa {
  min-height: 550px; }

#forma {
  margin-top: 15px; }
  #forma input {
    background-color: #f2f0f1;
    color: #414141;
    border-radius: 8px;
    border: none;
    text-transform: uppercase; }
  #forma textarea {
    height: 100px;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
    background-color: #f2f0f1; }
  #forma .boton-forma {
    background-color: #de0000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #forma .boton-forma:hover {
      background-color: #414141; }

#footer {
  padding: 60px 25px;
  background-color: #414141;
  text-align: center; }
  #footer img {
    max-width: 220px; }

a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

#botones {
  background: #0e0163;
  bottom: 0;
  position: absolute;
  height: 250px;
  width: 100%;
  color: #fff;
  padding: 0 15px; }

.color-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background: url("../imagenes/bar.png") no-repeat bottom left;
  background-size: cover;
  height: 10px; }

.pad-none {
  padding: 0; }

.flecha {
  color: #de0000;
  bottom: 25px;
  right: 35px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: absolute; }

#servicio {
  background-image: url("../imagenes/bg-servicio.png");
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  #servicio:hover {
    background-image: url("../imagenes/trans.png"); }

#venta-maquina {
  background-image: url("../imagenes/0.jpg");
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  #venta-maquina:hover {
    background-image: url("../imagenes/trans.png"); }

.boton-index {
  background-size: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-transform: uppercase;
  padding: 25px 0;
  height: 100%; }
  .boton-index h2, .boton-index a {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    letter-spacing: 2px; }
  .boton-index:hover {
    background: transparent; }
    .boton-index:hover .flecha {
      right: 25px; }

.about-index {
  height: 75%;
  text-align: justify; }
  .about-index p {
    font-size: 18px;
    font-weight: 300;
    color: #414141; }
  .about-index img {
    max-width: 320px;
    margin-bottom: 25px; }
  .about-index a {
    color: #0e0163;
    font-weight: 700;
    text-transform: uppercase; }
    .about-index a .arr {
      color: #de0000 !important;
      font-weight: 300;
      margin-right: 5px; }

#cabecera {
  padding: 160px 25px 60px;
  background-color: #de0000;
  text-align: center; }
  #cabecera img {
    max-width: 80px; }

#explore {
  background-color: #f7f5f6;
  padding: 60px 25px; }
  #explore h1 {
    margin-bottom: 0; }
    #explore h1:last-of-type {
      padding-bottom: 20px; }

#historia {
  overflow-x: hidden;
  background: #fff; }
  #historia .contenido-1 {
    background-color: #fff;
    padding: 0; }
    #historia .contenido-1 h2 {
      text-transform: uppercase;
      color: #0e0163;
      font-weight: 700;
      font-size: 24px; }
    #historia .contenido-1 p {
      font-weight: 300;
      color: #414141;
      font-size: 18px;
      margin-bottom: 30px;
      text-align: justify; }
  #historia .imagen-principal {
    height: 100%;
    min-height: 420px; }

.categoria-thumb {
  background-color: #f2f0f1;
  min-height: 220px;
  max-width: 300px; }
  .categoria-thumb .titulo-cat {
    background-color: #f2f0f1; }
    .categoria-thumb .titulo-cat h3 {
      text-transform: uppercase;
      color: #414141;
      font-weight: 700; }
  .categoria-thumb .imagen-thumb {
    height: 100%; }

#blue {
  overflow-x: hidden;
  background-color: #0e0163; }
  #blue .contenido-2 {
    padding: 60px 0;
    background-color: #0e0163; }
    #blue .contenido-2 h2 {
      text-transform: uppercase;
      color: #de0000;
      font-weight: 700;
      font-size: 24px; }
    #blue .contenido-2 p {
      margin-bottom: 30px;
      font-weight: 300;
      color: #fff;
      font-size: 18px;
      text-align: justify; }

.producto-thumbnail {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-align: center;
  max-width: 320px;
  min-width: 200px;
  padding: 15px; }
  .producto-thumbnail .pre-thumbnail {
    padding: 35px;
    background-color: #fff; }
  .producto-thumbnail .thumbnail {
    min-height: 230px;
    content: '';
    width: 100%; }
  .producto-thumbnail .informacion-producto {
    background-color: #e6e2e4;
    padding: 15px;
    position: relative;
    text-align: center;
    height: 80px;
    width: 100%; }
    .producto-thumbnail .informacion-producto h2 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      color: #414141;
      margin: 15px 0 0;
      padding-bottom: 20px;
      width: 95%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .producto-thumbnail .informacion-producto h5 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      color: #414141;
      margin: 15px 0 0; }
    .producto-thumbnail .informacion-producto h3 {
      text-transform: uppercase;
      color: #0e0163;
      margin: 0;
      font-size: 18px; }
    .producto-thumbnail .informacion-producto h4 {
      color: #5e5597;
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 700; }
    .producto-thumbnail .informacion-producto span {
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      background-color: #de0000;
      color: #fff;
      width: 100%;
      left: 0;
      border-radius: 0;
      position: absolute;
      padding: 3px 16px;
      text-transform: uppercase;
      font-weight: 300; }
    .producto-thumbnail .informacion-producto .mini-iso {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      top: -15px; }
    .producto-thumbnail .informacion-producto .arrowup {
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      width: 100%;
      color: #fff;
      background-color: #0e0163;
      font-size: 12px;
      padding: 4px;
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0; }
  .producto-thumbnail:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03); }
    .producto-thumbnail:hover span {
      background-color: #0e0163; }
    .producto-thumbnail:hover .arrowup {
      bottom: -15px;
      opacity: 1; }

#pagination {
  text-align: center; }
  #pagination .current {
    background-color: #5e5597;
    padding: 10px;
    color: #fff;
    font-weight: 600; }
  #pagination a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background-color: #403966;
    color: #fff;
    margin: 2px;
    padding: 10px;
    font-weight: 600; }
    #pagination a:hover {
      text-decoration: none;
      background-color: #5e5597; }

.caja-productos {
  padding: 60px 0 0; }
  .caja-productos .informacion-producto {
    height: inherit; }

#single-product {
  background: url("../imagenes/bigbar.png") no-repeat bottom center;
  overflow-x: hidden;
  padding: 60px 25px 100px; }
  #single-product h4 {
    font-weight: 700;
    font-size: 24px;
    color: #414141; }
  #single-product .product-thumb {
    height: 350px; }

#informacion-producto {
  margin-left: 15px; }
  #informacion-producto h1 {
    color: #0e0163;
    font-weight: 700;
    font-size: 24px; }
  #informacion-producto h2 {
    color: #0e0163;
    font-weight: 700;
    font-size: 20px;
    margin-top: 40px; }
  #informacion-producto p {
    color: #414141;
    text-align: justify;
    font-size: 18px; }

.mas .boton-ficha {
  margin-right: 25px; }

.boton-ficha {
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  background-color: #0e0163;
  border: none;
  color: #fff !important;
  font-weight: 600;
  border-radius: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-bottom: 10px; }
  .boton-ficha:hover {
    background-color: #de0000;
    color: #fff !important; }

.mini-thumb {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  width: 100%;
  margin: 25px;
  max-width: 120px; }
  .mini-thumb:hover {
    -webkit-box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }

.close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }

.navegacion a {
  color: #de0000; }

#modal-contacto .modal-content {
  border-radius: 25px; }
#modal-contacto .title {
  padding: 40px 0;
  border-radius: 20px 20px 0 0; }
#modal-contacto h2 {
  font-size: 22px !important;
  font-weight: 700;
  color: #0e0163; }

.gallery-thumb {
  height: 80px;
  min-width: 70px; }

.contenido-mo {
  text-align: center;
  position: relative; }
  .contenido-mo a {
    font-weight: 700;
    color: #0e0e0e;
    font-size: 24px;
    padding-top: 15px; }
    .contenido-mo a .fa-phone {
      color: #5e5597; }
  .contenido-mo .forma {
    padding: 25px 0; }
    .contenido-mo .forma input {
      background-color: #f2f0f1;
      color: #2b2745;
      border-radius: 12px;
      border: none;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .contenido-mo .forma textarea {
      height: 70px;
      background-color: #f2f0f1;
      color: #b7acb1;
      border-radius: 12px;
      text-transform: uppercase;
      border: none; }
    .contenido-mo .forma .boton-forma {
      background-color: #0e0163;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700; }
      .contenido-mo .forma .boton-forma:hover {
        background-color: #de0000; }

#ajaxsearchlite1 {
  width: 350px; }

/* ---- .grit-item ---- */
div.wpcf7-mail-sent-ok {
  border: none !important;
  background-color: #22b17a;
  margin-top: -21px;
  color: #fff !important; }

span.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 1em;
  display: block;
  background-color: #e74545;
  text-align: center;
  margin-top: 0px; }

div.wpcf7-validation-errors {
  border: none !important;
  background-color: transparent;
  text-align: center; }

.corazon {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  color: #fff;
  cursor: pointer; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }

.moa {
  height: 100%; }

.mini {
  display: none; }

@media (max-width: 992px) {
  .pindex {
    margin-bottom: 35px !important; }

  .moa {
    padding-top: 80px; }

  .mini {
    display: block; }

  #single-product {
    padding-top: 0; }
    #single-product .product-thumb {
      margin-bottom: 35px; }

  #explore .informacion-producto {
    margin-bottom: 30px; }

  #cabecera img {
    margin-bottom: 25px; }

  #contacto {
    padding-top: 120px;
    text-align: center; }
    #contacto h1 {
      text-align: center;
      padding-top: 35px; }

  #blue .contenido-2 {
    padding: 60px 25px; }

  #historia {
    padding-top: 120px !important; }
    #historia .contenido-1 {
      padding: 20px;
      margin-top: 20px; }

  .boton_menu_mobile {
    display: inline-block;
    margin-right: 10px; }

  #logo-header img {
    max-width: 250px !important; }

  #address {
    text-align: center; }
    #address .renglon {
      margin-bottom: 20px; }
      #address .renglon h2 {
        margin-top: 20px; }

  .about-index {
    padding: 25px;
    position: relative; }
    .about-index a {
      padding: 25px; }

  #botones {
    position: relative !important; }
    #botones a {
      background-color: #0e0163; }

  #destacados {
    overflow-x: hidden; }

  .desaparece-ch {
    display: none; }

  #header {
    height: 1500px;
    overflow-x: hidden; }

  .moa {
    height: 400px; } }

/*# sourceMappingURL=style.css.map */
