html, body {
  font-family: 'Ubuntu', sans-serif !important;
}

.linea-color{
  background: #ccc none repeat scroll 0 0;
  display: block;
  height: 1px;
  position: relative;
  width: 200px;
  margin: 2px auto;
}

.linea-color::after{
  background: #90C64C none repeat scroll 0 0;
  content: "";
  height: 3px;
  display: inline-block;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 60px;
  top: -1px;
}

p:empty:not(:focus)::before {
  content: attr(data-placeholder);
}

header{
  height: 50px;
  background-color: #626262;
}

.cabecera-info p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
}

.alert{
  text-align: center !important;
}


.icon-cabecera{
  font-size: 20px !important;
  color: #ffffff;
  margin-top: 15px;
  margin-right: 25px;
}

#logo{
  height: 50px;
  margin-top: 25px;
}

.logo-cabecera{
  height: 100px;
}

.info{
  margin-top: 25px;
}

.info ul{
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}

.info ul li{
  border-right: 1px solid #cfcfd0;
  display: inline-block;
  position: relative;
  }

  .info ul li i{
    color: #90C64C;
    font-size: 30px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
  }

  .info p{
    margin-right: 15px;
    padding-left: 50px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
  }

  .info p span a{
    color: #333333;
    text-decoration: none;
  }

  .info p span{
    display: block;
    font-weight: 400;
  }

  .navbar-default{
    background-color: #626262 !important;
  }

  #navbar{
    display: table !important;
    margin: 0 auto;
  }

  .back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color:#90C64C;
    color: white;
    cursor: pointer;
    padding: 12px;
    width: auto;
    border-radius: 100%;     
    }

    .back-to-top:hover{
      text-decoration: none;
      background-color: #626262;
      color: #ffffff;
    }
     
    .back-to-top i {
      font-size: 26px;
      height: 26px;
      width: 26px;
      overflow: hidden;
      display: block;
      text-align: center;
    }

  .navbar-default .navbar-nav > li > a{
    color: #ffffff !important;
    border-right: 1px dashed #cfcfd0;
    display: block !important;
    margin: 7px 0 !important;
    padding: 5px 50px !important;
    font-size: 18px;
  }

  .navbar-default .navbar-nav > li > a:hover{
    color: #90C64C !important;
  }

  .navbar-nav{
    float: none;
    font-size: 14px;
  }

  .navbar-nav li {
    display: inline-block;
    position: relative;
  }

  .menu{
    z-index: 1;
  }

.banner {
  height: 100vh;
  width: 100%;
  margin-top: -45px;
  background-image: url('../index_archivos/banner-image.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #90C64C;
  display: flex;
  align-items: center;
}

.banner p{
  font-size: 62px;
  color: #ffffff;
  margin: 0 auto;
  text-transform: uppercase;
}

.servicios {
  padding: 40px;
  background-color: #F4F4F4;
}

#subtitulo-servicios{
  font-size:20px;
  color: #626262;

}

h1#titulo-servicios {
  font-size: 48px;
  color: #90C64C;
  font-weight: 400;
}

.serviciobox{
  background: #ffffff;
  text-align: center;
  padding: 45px 35px 35px;
  margin: 0px 0 30px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.serviciobox:hover{
  background: #90C64C;
  
}

.serviciobox:hover h4{
  color: #ffffff;
}

.serviciobox:hover p{
  color: #ffffff;
}

.serviciobox:hover .iconobox{
  background-color: #ffffff;
  color: #626262
}

.serviciobox h4{
  color: #626262;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 22px;
}

.iconobox{
  color: #ffffff;
  font-size: 27px;
  margin-bottom: 25px;
  width: 85px;
  height: 85px;
  display: inline-block;
  border-radius: 100%;
  line-height: 114px;
  transition: all .5s ease;
  position: absolute;
  left: -28px;
  top: -30px;
  background: #90C64C;
}

.iconobox i{
  margin-left: 20px;
}

.nosotros{
  padding: 40px;
  border-bottom: 4px solid #626262;
  background: #ffffff;
}

.nosotros p{
  font-size: 20px;
  text-align: justify;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
}

.nosotros li{
  font-size: 20px;
  margin-top: 20px;
}

#boton-calcular {
  font-weight: bold !important;
  color: #90C64C !important;

}

.nosotros h1 {
  color: #90C64C;
  font-size: 48px;
  font-weight: 400;
}

.nosotros i {
  font-size: 20px;
  color: #90C64C;
}


.contacto {
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px;
}


.desarrollo{
  background: #939292;
  padding: 10px;
}

.desarrollo p{
  color: #ffffff;
}

.desarrollo a{
  text-decoration: none;
  color: #90C64C;
  cursor: pointer;
}


.titulo-contacto{
  color: #90C64C;
  font-weight: 400;
}

#texto-contacto{
  font-size: 20px;
  color: #626262;
}

.numero-contacto{
  color: #90C64C;
  display: block;
  font-size: 25px;
  margin-top: 15px;
  font-weight: 600;
}

.iconos-contacto{
  margin-top: 40px;
}

.iconos-contacto img{
  width: 38px;
}


.iconos-contacto a{
  color: #90C64C;
  font-size: 24px;
  text-decoration: none;
}

input{
  background-color: #ffffff;
  color: #626262;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  width: 100%;
  height: 52px;
  padding: 10px;
  margin-top: 20px !important;
}

textarea{
  width: 400px;
  height: 140px;
  margin-top: 20px !important;
  padding: 10px;
}

.enviar-btn {
  margin-top: 20px;
  width: 200px;
  background-color: #90C64C !important;
  color: white;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-color: #90C64C !important;
  float: left;

}

.enviar-btn:hover {
  background-color: #626262 !important;
  color: white !important;
  border-color: #626262 !important;
}

#mapa {
  height: 300px;
  margin-top: 40px;
}

.footer{
  border-top: 4px solid #626262;
  background-color: #90C64C;
}

.footer i {
  font-size: 46px;
  margin-top: 40px;
  color: white;
}

.footer p{
  color: white;
  font-size: 18px;
}

.footer a {
  color: white;
  text-decoration: none !important;
}

.sub-footer{
  background-color: #626262;
}

.sub-footer i {
  color: #90C64C;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

.seccion-trabajos{
  padding: 40px;
  background: #f1f1f1;
}

.seccion-trabajos img{
  width: 100% !important;
  height: 300px;
}

.seccion-trabajos p{
  font-size: 20px;
  color: #626262;
}

.seccion-trabajos h1{
  font-size: 48px;
  font-weight: 400;
  color: #90C64C;

}

.img-open{
  width: 700px;
  height: 600px;
}

.div-trabajo{
  margin-top: 40px;
}

.div-trabajo:hover img{
  background-color: rgba(0,0,0,0.8);
  filter:brightness(0.4);
}


.div-trabajo:hover div{
  display: inline;
}

.div-trabajo div{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  margin-top: 150px;
  font-size: 20px;
  color: #ffffff;
}

.img-trabajo{
  width: 100%;
}

.presupuesto{
  background-color: #90C64C;
  padding: 40px;
}

.presupuesto p{
  color: #ffffff;
  font-size: 24px;
}

#formulario-presupuesto {
 margin-top: 20px;
 margin-bottom: 40px;
}

#formulario-presupuesto input{
  display: block;
  margin: 0 auto;
  border-radius: 0;
  border: 1px solid;
}

input{
  background-image: none !important;
}

#__lpform_nombre_icon{
  display: none !important;
}

#formulario-presupuesto select{
  display: block;
  margin: 0 auto;
  border-radius: 0;
  margin-top: 20px;
  height: 52px;
  border: 1px solid;
}

.div-precio{
  border: 3px solid #90C64C !important;
  margin-top: 20px;
  height: 52px;
  color: #626262;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.div-calcular{
  margin-top: 20px;
  height: 52px;
}


.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99999;
  display: flex;
  align-items: center;
}

.pre-loader-image {
  width: 440px;
  height: 250px;
  background: url('../index_archivos/logo.jpg') center no-repeat;
  margin: 0 auto;
}

.btn-calcular{
  background: #90C64C;
  padding: 10px;
  color: #ffffff;
  width: 100%;
  height: 52px;
  margin-top: 20px;
}

.btn-enviar{
  background: #626262;
  padding: 10px;
  color: #ffffff;
  width: 200px;
  margin-top: 60px !important;
  border-radius: 4px !important;
}


.btn-calcular:hover{
  background: #626262;
  color: #ffffff;
}

.btn-enviar:hover{
  background: #90C64C;
  color: #ffffff;
}

.lightbox-opened {
  background-color:rgba(34, 48, 50, 0.7);
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 40px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}

.lightbox-opened::before {
  background-color: #333;
  background-color: rgba(#333, 0.9);
  color: #eee;
  content: "x";
  font-family: sans-serif;
  padding: 6px 12px;
  position: fixed;
  text-transform: uppercase;
}

.no-scroll {
  overflow: hidden;
}

.ver-mas{
  background: #90C64C;
  margin-top: 40px;
}

.ver-mas:hover{
  background: #626262;
  cursor: pointer;
  
}

.ver-mas a{
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

.banner-trabajos{
  background-image: url('../index_archivos/banner-trabajos2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 300px;
  margin-top: -45px;
  display: flex;
  align-items: center;
}

.banner-trabajos p{
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.banner-presupuesto{
  background-image: url('../index_archivos/banner-presupuesto.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-top: -45px;
  display: flex;
  align-items: center;
}

.banner-presupuesto p{
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.seccion-calculadora{
  padding: 40px;
}

.seccion-calculadora p{
  font-size: 20px;
  color: #626262;
  margin: 0 auto;
}

#aproximado-texto{
  color: #626262;
}

/*Responsive */
@media only screen and (max-width: 760px) {

  .logo{
    text-align: center !important;
  }


  .banner{
    margin-top: 0;
  }

  .banner-trabajos{
    margin-top: 0;
  }

  .banner-presupuesto{
    margin-top: 0;
  }

  .enviar-btn{
    float: none;
  }

  .imagen-nosotros{
    border-top: none;
  }

  .texto-nosotros{
    height: auto;
  }

  .img-open{
    width: 100%;
    height: auto;
  }

  .lightbox-opened{
    display: flex;
    align-items: center;
  }

  footer{
    height: 100%;
  }

  .navbar-default{
    display: block;
  }

  .banner p{
    font-size: 34px;
    text-align: center;
  }

  textarea{
    width: 100%;
    height: 70px;
  }



  .info{
   display: none;
  }

  .navbar-default{
    display: none;
  }

  .navbar-toggle{
    border: 1px solid #626262;
    margin-top: 30px;
    display: none;
  }

  .navbar-toggle .icon-bar{
    background: #90C64C;
  }

  .g-recaptcha {
    transform:scale(0.79);-webkit-transform:scale(0.79);
    transform-origin:0 0;-webkit-transform-origin:0 0;
    margin-top: 450px;
    }

}


