.about {
  padding-top: 3rem !important;
  background-color:
}
/*
.mobile-bg {
background-image: url(../images/hero.jpg);
background-image: url(http://lorempixel.com/1800/400/);
background-size:cover;
background-repeat: no-repeat;
background-color: #02121f;
width: 100%;
height: 500px;
}*/

.jumbotron {
  background-color: transparent;
  background-size: cover;
}


.jumbotron h1,
.jumbotron p {
  color: white;
}

.mobile-bg {
  height: 400px;
  background-image: url(../images/_hero.jpg);
  background-repeat: no-repeat;
  background-color: #02121f;
/*  background-size: 1400px 600px; */
  background-size: cover;
  background-position: center bottom;
  /*padding: 40px; (If don't want to set min-height or some image content is there) */
}

@media screen and (max-width: 767px) {
  .mobile-bg h1, .mobile-bg p {
    color: white;
    z-index:100;
    text-shadow: #666 1px 0 10px;
  }
  .mobile-bg h1 {
    text-transform:uppercase;
    font-size: 110%;
  }
  .mobile-bg p{
  font-size: 16px;
  font-weight: 500;
  }
  .mobile-bg {
    height: 300px !important;
  }
  .mobile-bg .pattern {
    z-index:-1;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .mobile-bg h1, .mobile-bg p {
    color: white;
    z-index:100;
    text-shadow: #666 1px 0 10px;
    font-weight: 500;
    font-size: 18px;
  }
  .mobile-bg h1 {
    text-transform:uppercase;
    font-size: 135%;
  }
  .mobile-bg p{
  font-size: 16px;
  font-weight: 500;
  }
  .mobile-bg {
    height: 300px !important;
  }
  .mobile-bg .pattern {
    z-index:-1;
    overflow: hidden;
  }
}



section, h1, li, img {
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  transition: width 1s ease-in-out, left 1.5s ease-in-out;
}

#contact{
  padding:10px 0 10px;
}

hr {
  border-color: #e3e3e3;
}

hr.no-hr {
  border-color: transparent;
}

hr.big {
  margin: 3em 0;
}

.contact-text{
  margin:45px auto;
}

.mail-message-area{
  width:100%;
  padding:0 15px;
}

.mail-message{
  width: 100%;
  background:rgba(255,255,255, 0.8) !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  margin:0 auto;
  border-radius: 0;
}

.not-visible-message{
  height:0px;
  opacity: 0;
}

.visible-message{
  height:auto;
  opacity: 1;
  margin:25px auto 0;
}

/* Input Styles */

.form{
  width: 100%;
  padding: 15px;
  background:#f8f8f8;
  border:1px solid rgba(0, 0, 0, 0.075);
  margin-bottom:25px;
  color:#727272 !important;
  font-size:13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.form:hover{
  border:1px solid #8BC3A3;
}

.form:focus{
  color: white;
  outline: none;
  border:1px solid #8BC3A3;
}

.textarea{
  height: 200px;
  max-height: 200px;
  max-width: 100%;
}

/* Generic Button Styles */

.button{
  padding:8px 12px;
  background:#0A5175;
  display: block;
  width:120px;
  margin:10px 0 0px 0;
  border-radius:3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align:center;
  font-size:0.8em;
  box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

.button:hover{
  background:#8BC3A3;
  color:white;
}

/* Send Button Styles */


center{
  margin-top:330px;
}
input {
  position: relative;
  z-index: 9999;
}



.gmap {
  border: 1px solid #d8d8d8;
  min-height: 26rem;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: #086db5;
  color: #FFF;
}

.clickable {
  pointer-events: all !important;
}


.footer .container {
  margin-top: 0;
}

.footer .subfoot p {
  font-size: 90%;
}

.footer .subfoot ul li a {
  font-size: inherit;
  line-height: 2.8rem;
  text-transform: none;
}

.light h1,
.light a {
  font-weight: normal;
  color: #757474;
}

.footer .copyright {
  margin: 2rem 0;
  font-size: 13px;
}

.btn-primary:hover {
  background: #2197d4;
  border-color: #fff;
}

.footer p {
  color: #8396A5;
}

.acction h2 {
  font-size: 120%;
}

.overlay {
  background-color: #ff000;
  opacity: 20%;
}

span.regular {
  font-weight: regular !imporant;
  color: #666;
  letter-spacing: 1px;
}

.jumbotron .subtitle {
  font-weight: bold;
  font-size:105%;
  margin-top: -1em;
}

.proyectos p {
  color: inherit;
  margin-top: 0;
  font-size: 1.5rem;
}

h2.bold.title{
  margin-top: 2em;
  margin-bottom: 2em;
}

.features .historia p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-top: 4rem;
  text-align: left;
}

.proyectos {
  padding: 4rem 0;
  border: none;
}

/* PROJECTS EFFECTS */


a:hover .tilter__deco--overlay{
  transition: all .3s ease;
  opacity: 1;
}

a .tilter__deco--overlay {
  background-image: linear-gradient(20deg, rgba(36, 57, 73, 1), rgba(81, 127, 164, .4));
  opacity: 0;
  transition: all .5s ease;
}

.tilter {
  position: relative;
  display: block;
  flex: none;
  width: 300px;
  height: 300px;
  margin: 1.5em 0.8em;
  color: #fff;
  perspective: 1000px;
}

.tilter * {
  pointer-events: none;
}

.tilter:hover,
.tilter:focus {
  color: #fff;
  outline: none;
}

.tilter__figure,
.tilter__image {
  position: absolute
  width: 100%;
  height: 100%;
  margin: 0;
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
}

.tilter__figure > * {
  transform: translateZ(0px); /* Force correct stacking order */
}

.tilter__figure {
  position: relative;
}

.tilter__figure::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  box-shadow: 0 30px 5px rgba(35,32,39,0.2);
}

.tilter__deco {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tilter__deco--shine div {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
}

a:hover .tilter__deco--lines {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
  opacity: .5;
  transition: all .3s ease;
}

.tilter__deco--lines {
  opacity: 0;
  transition: all .5s ease;
}

.tilter__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em;

}

.tilter__title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: 0;
}

.tilter__description {
  letter-spacing: inherit;
}



@media screen and (min-width: 30em) {
  .tilter--4 .tilter__deco--lines {
    transform: scale3d(0.8,0.8,1);
    transition: transform 0.4s;
  }
  .tilter--4:hover .tilter__deco--lines {
    transform: scale3d(1,1,1);
  }
  .tilter--4 .tilter__title,
  .tilter--4 .tilter__description {
    transform: translate3d(0,80px,0);
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s;
  }
  .tilter--4:hover .tilter__description {
    transition-delay: 0.1s;
  }
  .tilter--4:hover .tilter__title,
  .tilter--4:hover .tilter__description {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}






/* Loader */
.js .loading::before {
  content: '';
  position: fixed;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(206, 209, 223, 0.9);
  z-index: 100;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.js .loading::after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 70px;
  margin: -35px 0 0 -27px;
  pointer-events: none;
  z-index: 10000;
  border: 4px solid #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation: loaderAnim 0.8s ease-out infinite alternate forwards;
  animation: loaderAnim 0.8s ease-out infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
  to {
    opacity: 0.3;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
  }
}

@keyframes loaderAnim {
  to {
    opacity: 0.3;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
  }
}



/* Content */
.content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.content:not(:first-child) {
  padding: 4em 0;
}

.content--bg {
  padding: 2em;
}

.features .historia {
  padding: inherit;
}

/* Related demos */
.content--related {
  height: auto;
  text-align: center;
  font-weight: bold;
  min-height: 0;
  padding-bottom: 10em !important;
  background: #f1ebf0;
}

.content--related > p {
  width: 100%;
}

.media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.media-item__img {
  max-width: 100%;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1;
}

.media-item__title {
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
}

@media screen and (max-width: 55.625em) {
  .content {
    height: auto;
  }
}
