/* ======================================
				variables
====================================== */
/* ======================================
				basicos
====================================== */
body {
  font-family: nexaLight;
  font-size: 14px;
  color: #4A4A4A;
  background: white url(../img/stripeBG.png) repeat;
}
p {
  text-align: justify;
}
a {
  color: #C51713;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: nexaBold, helvetica, arial;
}
a:hover {
  color: #650E0F;
  text-decoration: none;
}
/* ======================================
			sitio general
====================================== */
header #topNav ul li {
  text-align: right;
  width: 180px;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 12px;
}
header #topNav ul li:first-child {
  width: 130px;
}
header #topNav ul li img {
  display: inline;
  float: left;
  margin-right: 5px;
}
header #menu ul li a {
  color: #4A4A4A;
  font-size: 18px;
  font-family: nexaLight;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header #menu ul li a:hover {
  color: #C51713;
  text-decoration: none;
}
header #menu ul li a:visited {
  color: #4A4A4A;
}
#layerslider h1 {
  color: white;
  font-family: nexaBold;
  font-size: 36px;
  text-align: center;
  border: 3px solid white;
  padding: 10px 0;
}
#layerslider p {
  color: white;
  font-size: 22px;
  text-align: center;
}
#inicio {
  height: 120px !important;
}
#logoNos {
  margin-top: -120px;
  position: relative;
  z-index: 99;
}
#nosotros {
  background: url(../img/nosBG.png) no-repeat center top;
  background-size: cover;
  padding-bottom: 50px;
}
h3.tituloHover {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(197, 23, 19, 0.8);
  margin: 0px auto;
  width: 90%;
  position: relative;
  z-index: 10;
  margin-top: -70px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ih-item:hover h3.tituloHover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}
.hvr-grow:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
      transform: scale(1.06);
  position: relative;
  z-index: 99999;
}
#contacto {
  background: url(../img/contactoBG.jpg) no-repeat center top;
  background-size: cover;
  color: white;
  padding-bottom: 30px;
}
.infoCont {
  margin-top: 30px;
}
.infoCont img {
  float: left;
  margin-right: 20px;
}
.infoCont h3 {
  padding-top: 5px;
}
.infoCont a {
  font-family: nexaLight, Helvetica, Arial;
  padding-top: 5px;
  color: white;
}
.infoCont a:hover {
  text-decoration: underline;
  color: white !important;
}
#docContainer {
  margin-top: 0px auto !important;
}
div#column1.column.ui-sortable {
  margin-top: -40px !important;
}
#copyright {
  background: #C51713;
  height: 70px;
}
#copyright img {
  margin-top: 8px;
}
#copyright a {
  color: white;
  font-size: 14px;
  line-height: 70px;
  font-family: nexaLight;
}
#copyright a:hover {
  color: white;
  text-decoration: underline;
}
/* ======================================
				masonry
====================================== */
.grid-sizer,
.grid-item {
  width: 25%;
}
/* 2 columns */
.grid-item--width2 {
  width: 50%;
}
/* clear fix */
.grids:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  float: left;
}
.grid-item img {
  display: block;
  max-width: 100% !important;
}
/* ======================================
				basicos
====================================== */
.activo {
  color: #C51713 !important;
  text-decoration: none;
  font-family: nexaBold !important;
}
.rojo {
  color: #C51713;
}
.blanco {
  color: white !important;
}
.bold {
  font-family: nexaBold;
}
h2.titulo {
  font-family: nexaBold;
  font-size: 36px;
  color: #C51713;
  text-align: center;
  margin-bottom: 25px;
}
hr.titulo {
  color: #C51713;
  border: 20px;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml0 {
  margin-left: 0;
}
.ml20 {
  margin-left: 20px;
}
.ml50 {
  margin-left: 50px;
}
.ml80 {
  margin-left: 80px;
}
.ml100 {
  margin-left: 100px;
}
.mr0 {
  margin-right: 0;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.mr80 {
  margin-right: 80px;
}
.mr100 {
  margin-right: 100px;
}
@media all and (max-width: 480px) {
  .lsl {
    width: 90%;
    left: 5% !important;
  }
}
