*{
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: Monserrat-Light;
  src:url('../fonts/Montserrat-Light.ttf');
}
@font-face {
  font-family: bebas;
  src:url('../fonts/BEBAS.ttf');
}
#mainImage{
  width: 100%;
  height: 400px;
}

.header{
  background: #bd3627;
  position: relative;
  height: 150px;
}
.titulos{
  height: 80px;
  margin-left:auto;
  margin-right: auto;
  position: relative;
  top:55px;
  width: 74%;
}
.gallery{
  width: 80%;
  margin-top: 30px;
}

.celda{
  position: relative;
  height: auto;
}
.cuadro{
  display:inline-block;
  width:6px;
  height:10px;
  background:red;
}
#information{
  list-style: none;
  margin-top: 30px;
}
#information li{
  list-style: none;
  font-family: Monserrat-Light;
  margin-top: 5px;
  font-size: 15px;
}

#datos li{
  list-style: none;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: Monserrat-Light;
}
#information_contact{
  font-family: Monserrat-Light;
}

#information_contact i{
  color:#bd3627;
}
.contenedor{
  position: relative;
  height: 860px;
  width: 74%;
  margin:0 auto;
}
#map{
  width: 100%;
  height: 200px;
}
.mercotab_title{
  font-family: bebas;
  color:#fff;
  letter-spacing: 8px;
}
.primerTitulo{
  font-size: 30px;
  letter-spacing: 2px;
  transform: scaleY(1.5);
}
.subtitulos{
  display: inline-block;
  font-family: Monserrat-Light;
  color:#fff;
  font-size: 15px;
  text-transform: uppercase;
}
.primerSubtitulo{
  margin-top: 20px;
  transform: scaleY(1.5);
}

.desktop-12{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.desktop-11{
    position: relative;
    float: left;
    width: 91.66666667%;
    height: auto;
}

.desktop-10{
    position: relative;
    float: left;
    width: 83.33333333%;
    height: auto;
}

.desktop-9{
    position: relative;
    float: left;
    width: 75%;
    height: auto;
}
.desktop-8{
    position: relative;
    float: left;
    width: 66.66666667%;
    height: auto;

}
.desktop-7{
    position: relative;
    float: left;
    width: 58.33333333%;
    height: auto;

}
.desktop-6{
    position: relative;
    float: left;
    width: 50%;
    height: auto;

}
.desktop-5{
    position: relative;
    float: left;
    width: 41.66666667%;
    height: auto;

}

.desktop-4{
    position: relative;
    float: left;
    width: 33.33333333%;
    height: auto;

}
.desktop-3{
    position: relative;
    float: left;
    width: 25%;
    height: auto;
}
.desktop-2{
    position: relative;
    float: left;
    width: 16.66666667%;
    height: auto;
}
.desktop-1{
    position: relative;
    float: left;
    width: 8.33333333%;
    height: auto;
}
.desktop-0{
    display:none;
}
