/* Mays custom */
body {
  font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.lead {
  font-size: 15.5px;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
}
h1 {
  font-size: 64px;
}
h2 {
  font-size: 46px;
}
h4 {
  font-size: 24px;
}
.inner-nav > li > a {
  font-size: 14px;
}
.hero-text h1 {
  padding: 15px 25px;
  font-weight: normal;
}
.hero-text h1 p {
  padding: 0;
  margin: 0;
}
/*.flexslider .slides li {
  background-position: bottom right;
}*/
.montserrat {
  font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
  font-size: 46px;
}
.header.header-fixed {
  position: fixed;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.header .main-nav-toggle {
  padding: 28px 0 28px 15px;
}
.header.header-transparent {
  -webkit-transition: all 0.5s linear;
  transition: all linear;
}
.header .inner-brand {
  width: 200px;
  height: 75px;
  background-image: url("../img/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header.header-small .inner-brand {
  background-image: url("../img/logo.png");
}
.inner-nav > li > a {
  color: #333;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.inner-nav > li > a.active,
.inner-nav > li > a:active,
.inner-nav > li > a:hover,
.inner-nav > li > a:focus {
  color: #176ce6;
  font-weight: bold;
}
.header.header-small {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
}
/*.header>div{
  padding-left: ~'calc((100vw - 1170px) / 2)';
  padding-right: ~'calc((100vw - 1170px) / 2)';
  transition: all 0.2s ease-out;
}*/
/* Fix para navbar mobile? */
/*@media (max-width: 991px) {
  .main-nav {
    max-height: 500px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  }
  .header{
    padding: 0 10px 0 10px;
    transition: none;
  }
  .header.header-small{
    padding: 20px 10px 0 5px;
    transition: none;
  }
}*/
@media (max-width: 991px) {
  .main-nav {
    max-height: 500px;
    max-height: 80vh;
  }
}
@media (min-width: 992px) {
  .inner-nav li a {
    padding: 46px 20px 10px;
  }
  .inner-nav li.icon a {
    padding-left: 0;
    padding-right: 20px;
    margin-top: -9px;
    margin-bottom: -4px;
  }
  .header .inner-brand {
    background-image: url("../img/logo_blanco.png");
  }
  .header.header-transparent {
    background-color: transparent;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.9));
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.9));
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.9));
    background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.9));
  }
  .header.header-transparent .inner-nav li a {
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  }
  .header.header-small {
    background-color: white;
  }
}
@media (min-width: 1153px) {
  .inner-nav li a {
    padding: 46px 30px 10px;
  }
  .header-small .inner-nav li a {
    padding-top: 41px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .header-small .inner-nav li a {
    padding-top: 41px;
    padding-bottom: 10px;
  }
}
/*@media (min-width: 1200px) {
  .header.header-small>div{
    padding-left: ~'calc((100vw - 1170px) / 2)';
    padding-right: ~'calc((100vw - 1170px) / 2)';
  }
}*/
.footer {
  padding: 60px 0 0 0;
  background-image: url('../img/background-big.png');
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 21px;
  line-height: 20px;
  color: #aaa;
}
.footer .back-to-top {
  text-align: right;
  position: absolute;
  right: 15px;
  top: 65px;
  z-index: 999;
}
.footer .back-to-top .fa {
  font-size: 26px;
}
.footer .fa {
  font-size: 0.9em;
  transition: color 0.3s ease-out;
}
.footer .fa:hover,
.footer .fa:active {
  color: #176ce6;
}
.footer .logo {
  /*margin-bottom: 15px;*/
  display: block;
  height: 1.7em;
  width: auto;
  max-width: 500px;
  position: absolute;
  right: 0.5em;
  top: 0.1em;
}
.footer .first-line {
  display: flex;
  justify-content: space-between;
}
.footer .second-line {
  display: flex;
  justify-content: space-between;
  opacity: 0.7;
}
.footer .text-nowrap {
  display: inline-block;
}
.footer .divider {
  color: #888;
  top: -1px;
  position: relative;
}
.footer .spacer {
  color: rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  margin-right: 10px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer small {
  color: #ccc;
  margin-top: 15px;
  font-size: 0.5em;
  line-height: 1;
  display: inline-block;
}
.footer small a {
  color: #ccc;
  opacity: 0;
}
.footer small a:hover {
  opacity: 0;
}
@media (min-width: 1153px) {
  .footer {
    font-size: 21px;
    line-height: 21px;
  }
  .footer .first-line {
    letter-spacing: 0.1em;
  }
  .footer .second-line {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    font-size: 25px;
    line-height: 25px;
  }
  .footer .first-line {
    letter-spacing: 0.1em;
  }
  .footer .second-line {
    font-size: 15.5px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1152px) {
  .footer {
    font-size: 21px;
  }
  .footer .first-line {
    letter-spacing: 0.1em;
  }
  .footer .second-line {
    font-size: 14.4px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .footer {
    font-size: 3.9vw;
    line-height: 1.2;
  }
  .footer .first-line {
    letter-spacing: 0;
  }
  .footer .second-line {
    font-size: 2.45vw;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 480px) {
  .footer .second-line {
    letter-spacing: -0.1px;
  }
}
.module-white h2 {
  color: #444;
}
.module-header-inverted {
  background-color: #104ba0;
  color: white;
}
.module-header-inverted h2 {
  color: white;
}
#servicios h4 {
  color: #333;
}
#servicios .box-icon {
  position: relative;
}
#servicios .box-icon div {
  color: #104ba0 !important;
  margin-bottom: 25px;
}
#servicios .box-icon i {
  margin-bottom: 25px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
#servicios .box-icon .fa-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 90px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 11em;
  color: #d6d6d6;
  text-shadow: none;
  z-index: 1;
}
#servicios .box-icon div,
#servicios .box-icon p {
  z-index: 100;
  position: relative;
}
#portfolio .filters > li > a {
  color: #333 !important;
  font-size: 18px;
}
.works-grid {
  position: relative;
  left: 3px;
}
.works-grid .work-item {
  width: calc(50% - 4px);
  height: 266px;
  margin-bottom: 4px;
  border-radius: 6px;
  overflow: hidden;
}
.work-wrapper > img {
  width: auto;
  height: auto;
  max-width: initial;
  max-height: initial;
  min-width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .works-grid .work-item {
    width: calc(33% - 4px);
  }
}
@media screen and (min-width: 992px) {
  .works-grid .work-item {
    width: calc(25% - 4px);
  }
}
#clientes {
  background-image: url('../img/connector-arrow-dark-light.png');
  background-position: center -1px;
  background-repeat: no-repeat;
  background-size: auto;
  /*background-image: url('../img/background-light.png');
  background-repeat: repeat;
  background-size: 100px;*/
}
.clients-carousel {
  /*max-width: 80%;
  margin-left: 10%;*/
}
.clients-carousel .owl-wrapper-outer {
  background-color: #FFF;
  padding: 20px;
}
.clients-carousel .owl-buttons div {
  background-color: rgba(0, 0, 0, 0.6);
  background: none;
  color: #444;
  font-size: 50px;
  margin-top: -25px;
  line-height: 50px;
  width: 70px;
}
.clients-carousel .owl-buttons .owl-prev {
  left: -70px;
}
.clients-carousel .owl-buttons .owl-next {
  right: -70px;
}
#nosotros {
  background-color: #FFF !important;
  background-image: url('../img/background-light.png');
  background-repeat: repeat;
  background-size: 100px;
  text-shadow: 0 0 4px #fff;
}
#contacto {
  color: #FFF !important;
  background-image: url('../img/background-dark.png');
  background-repeat: repeat;
  background-size: 100px;
  text-shadow: 0 0 4px #222;
}
.form-control {
  color: black !important;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
@keyframes glow-shadow {
  from {
    border-color: #eee;
    box-shadow: 0 0 0 0 #104ba0;
  }
  to {
    border-color: #3498db;
    box-shadow: 0 0 20px 2px #103d7a;
  }
}
.form-control:focus {
  animation-name: glow-shadow;
  animation-duration: 1000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes contact-error {
  from {
    top: 10px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
/*.form-group{
  margin-bottom: 2em;
  position: relative;
}*/
/*.form-group.has-error .help-block{
  position: absolute;
}*/
.form-group {
  margin-bottom: -1px;
}
.form-group.error .form-control {
  border-color: #ff3a3a;
}
.help-block {
  height: 1em;
  margin-bottom: 5px;
}
.help-block.help-block-error {
  color: #ff3a3a !important;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.help-block.help-block-success {
  color: #42d226 !important;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
/*.help-block.text-danger{
  color: #ff3a3a !important;
  height: 2em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
  ul{
    list-style: none;
    li{
      position: relative;
      animation-name: contact-error;
      animation-duration: 400ms;
      animation-timing-function: ease-in-out;
    }
    li::before{
      content: '\f148';
      font-family: FontAwesome;
      margin: 5px 6px 0px -22px;
      font-size: 18px;
      font-weight: lighter;
      display: inline-block;
      position: relative;
      top: -3px;
      transform: scale(-1, 1);
    }
  }
}*/
.gm-style .gm-style-iw {
  text-align: center;
  font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.gm-style .gm-style-iw img {
  margin: 10px 0 20px 0;
}
.title-servicios,
.title-nosotros,
.title-portfolio,
.title-clientes,
.title-asesoramos,
.title-contactenos,
.title-contacto {
  -vendor-animation-duration: 6s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
.work-overlay {
  background: rgba(52, 152, 219, 0.8);
  background-image: url('../img/logo-m.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.work-overlay .work-caption {
  text-align: center;
  top: 60%;
  padding: 20px;
}
.btn.btn-white {
  border: none;
  border-radius: 50px;
  font-family: 'Kalam', Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 22px;
  padding-bottom: 8px;
  box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.4);
}
.btn.btn-white:hover,
.btn.btn-white:active {
  background-color: #104ba0;
  color: white;
}
.flex-direction-nav li {
  margin-top: -25px;
}
.flex-direction-nav a {
  font-size: 50px;
}
.hero-caption .btn {
  margin-top: 20px;
}
/*# sourceMappingURL=custom.css.map */