body {
	  font-family: 'Open Sans', sans-serif;
    background-position: center;
    background-repeat: repeat;
    font-size: 1em;
    display: -ms-flexbox;
    display: flex;

}

/********************************* MENU TOP ***************************************/



.logo {
  width: 250px;
  transition: 0.2s;
}

.navbar-dark {
    background-color: #000000;
}

/* change the link color */
.navbar-dark .nav-revolt .nav-link {
    color: rgba(255,255,255,1);
    transition: 0.2s;
}

/* change the color of active or hovered links */
.navbar-dark .nav-revolt.active .nav-link,
.navbar-dark .nav-revolt:hover .nav-link {
    color: #333333;
}

.navbar-dark .dropdown-item:hover,
.navbar-dark .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}

.active {
    font-weight: 600;
}



@media (min-width: 726px) {

  .navbar-brand{
    float: left;
  }
  
  #menu {
    float: right;
    padding-top: 50px;
  }

  .logo {
    width: 350px;
  }
}


/********************************* VEHICULOS *****************************************/
.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block h2 {
  color: white;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 55px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: left;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.9);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 2.5em;
  font-weight: 700;
}

.gallery-block.compact-gallery .item .description .description-body{
  color:black;
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 700;
  text-shadow:none;
}

.gallery-block.compact-gallery .item .description2{
    display: grid;
    position: absolute;
    bottom: 10px;
    left: 12px;
    color: black;
    padding: 5px;
    font-size: .8em;
    font-weight: 700;
}

.ver {
  background-color: #f6ca2c;
  padding: 5px;
  text-align: left;

}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 1; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}


/******************************************************************************/


.info {
  margin-left: 50px;
}

.mapa {
  margin-right: 50px;
  display: block;
  background-image: url('../img/contacto/mapa.jpg');
  background-position: center;
  height: 350px;
  width: 650px;
  overflow: hidden;
}

.bg-black {
  background-color:black;
}

.bg-rojo {
  background-color:#a50000;
}


#separador h1 {
  line-height: 1.9rem;
  letter-spacing: -.1rem;
}

#separador {
  background-image: url('../img/backs/back-grunch.jpg');
}



/***************** SCROLL MENU ****************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #222222;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 100px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
 
}
.scroll-top-wrapper:hover {
  background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}




/********************************** Carrusel **********************************/
#carousel3d .carousel-3d-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 35px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: black;
   letter-spacing: -.1rem;
   color:gray;
}

#carousel3d .carousel-3d-slide button{
  font-size: 14px;
  font-weight: 300;
  color: white;
  text-align: center;
  border:none;
  padding: 0;
  letter-spacing: .2rem;

}

#carousel3d .carousel-3d-slide.current {
  color: white;
  background-color: black;
}
#carousel3d .carousel-3d-slide.current span {
  font-size: 20px;
  font-weight: 700;
}

#carousel3d .carousel-3d-slide.current span {
  font-size: 20px;
  font-weight: 700;
}

#carousel3d .carousel-3d-slide.current button {
  font-size: 14px;
  font-weight: 300;
  color: white;
  text-align: center;
  border:none;
  padding: 0;
  letter-spacing: .2rem;
  cursor: pointer;
}


#carousel3d .carousel-3d-slide.current button:hover {
  color:gray;
  border:none;
}




/********************* Modal ************************/