@import url('fonts/fonts.css');
@import url('css/hover-min.css');
html, body{
  margin: 0;
  padding: 0;
  font-family: 'GalanoGrotesque';
  font-weight: 500;
  font-style: normal;
  color: #3c3c3b;
}
.center{
  text-align: center;
}
h1{
  font-weight: 600;
}
.contact h1, h1.bold, .center h1{
  color: #3a87f2 !important;
  font-weight: 600;
}
.row{

  margin: 0;
}
.container {
   max-width: 1460px;
}
.homeBanner{
  /* Full height */
  height: 100vh;
  width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home{
  /* The image used */
 background-image: url("img/nueva-home1.jpg");
}
#home2{
  /* The image used */
 background-image: url("img/home2.jpg");
}
#homeJardines{
  /* The image used */
 background-image: url("img/aplicaciones-jardines.jpg");
}
#homeDeportivo{
  /* The image used */
 background-image: url("img/aplicaciones-deportivo-header.jpg");
}
#containerMenu{
  width: 100%;
  position: absolute;
  margin: 0 auto;
  max-width: 1900px;
}

.navbar{
  width: 100%;
  background-color: transparent;
  height: 60px;
  z-index: 10;
  right: 15px;
}
.navbar-nav{
  text-align: center;
}
.navbar-nav li{
  text-align: center;
}
.nav-item{
  z-index: 150;
}
.nav-item a{
  font-size: 1.3em;
  font-weight: 300;
  color: #FFF !important;
}
.center{
  text-align: center;
}
#collapsingNavbar a{
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'ProximaNova Regular';
  letter-spacing: 3px;
  font-size: 13px;
}
.navbar-dark .navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(237, 175, 95, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
#logoNav{
  width:230px;
}
#collapsingNavbar{
  text-align: right;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-top: 0;
}
.navbar-expand-lg{
  padding: 0rem 2rem;
  position: fixed;
  width: 100%;
  z-index: 100000;
  top: 0px;
  left: 0px;

}
#logoMenu{
  width: 180px;
}
.navbar-toggler{
    width: 47px;
    height: 34px;
    border:1px solid #FFF;
    outline: none;
}
.line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}
.nav-link {
  transition: 0.1s ease;
}
.navbar-brand{
  padding-top: 6px;
}
.fullW{
    width: 100%;
}
.subtitle{
  color: #5088eb;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.gridTextContainer{
  position: relative;
}
.in-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.in-middle h2{
  text-align: left;
  margin-bottom: 0.5em;
}
.in-middle p, #jardines p, .black{
  text-align: justify;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 100;
}
.gridTextContainer .in-middle{
  width: 95%;
}
.pLeft{
  padding-left: 0;
}
.pRight{
  padding-right: 0;
}
.white{
  background-color: #FFF;
}
.white .nav-link{
  color: #5088eb !important;
}
#jardines{
  margin-top: 25vh;
  margin-bottom: 15vh;
}
#jardines p{
  max-width: 800px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 25vh;
}
.typeApplication{
  color: #FFF;
  font-size: 2.5em;
  text-decoration: none;
}
.active{
  text-decoration: underline;
}
.typeApplication:hover{
  color: #FFF;
  text-decoration: underline;
}
.applicationsTitle{
  color: #a085dd;
  font-size: 2em;
  margin-bottom: 35px;
}
#footer{
  background-color: #e4e8f4;
  padding-top: 2em;
    padding-bottom: 2em;
}
#footer ul, #footer ul li{
  text-align: left;
}
#footer .nav-link, #footer .copyright{
  color: #5088eb !important;
  font-size: 1em !important;
  padding: 0.1em 0.1em !important;
  font-weight: 100;
}
.logoFooter{
  max-width: 160px;
}
.navbar-toggler{
  outline: none !important;
  padding-top: 8px;
}
.minMobileForm{
  margin-top: 0px !important;
  padding-top: 0px !important;
}
/***********************ARROW + MENU**********************/
#arrowBottom{
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
  bottom: 30px;
  text-align: center;
}

/* makes main-menu open on hover */
.menu-item:hover > .dropdown-menu {
  display: block;
}

/* makes sub-menu S open on hover */
.submenu-item:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu{
  background: transparent !important;
  border: unset !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-item:hover, .dropdown-item:focus{
  background: transparent;
}
.white .dropdown-menu{
  background-color: #FFF !important;
  padding: 1em !important;
}
.dropdown-menu{

}
.white .dropdown-menu a{
  color: #5088eb !important;
}
.swiper-container{
  display: block;
}
/***********************ARROW + MENU**********************/
/******************************WILL********************************/
.contact{
  text-align: center;
}

.contact h1{
  font-weight:600;
}

.top{
  padding-top: 85px;
}
#contactoForm{
  width: 100%;
  height: auto;
  color: #555554 !important;
  font-size: 18px !important;
  font-weight: 300;
}
input[type="text"],textarea,input[type="email"],input[type="number"]{
  height: 54px;
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #3a87f2;
  outline: 0;
}
textarea{
  height: 150px;
  background-color: transparent;
  width: 100%;
  border: 1px solid #3a87f2;
  outline: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5087eb;
  font-weight: 600;
}

.mini-top{
  padding-top: 35px;
}

.center{
  text-align: center;
}

.bttn{
  background-color: #a085dd;
  border-radius: 0px;
  color: #FFF;
  border: unset;
  width: auto;
  font-size: 18px;
  padding: 5px 35px 15px 35px;
}

.table-d{
  height: 100%;
  color: #575755;

}
.dir{
  font-size: 24px;
  line-height: 26px;
}

.bold{
  font-weight: 600;
}

.light{
  font-weight: 300;
}

#proceso{
  background-image: url("img/inicio-proceso.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#proceso-final{
  background-image: url("img/final-proceso.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#proyectos-final{
  background-image: url("img/proyectos-final.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#proyectos{
  background-image: url("img/proyectos.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-txt{
  color: white;
  position: absolute;
  font-size: 2.8em;
  line-height: 1;

  left: 1em;
  bottom: 3em;

  padding-right: 1em;
}

.title-p {
  color: #3a87f2;
}

.steps{
  color:#9f85dd;
}

.justify{
  text-align: justify;
}

.cien{
  width: 100%;
}

.right{
  text-align: right;
}

.down{
  position: absolute;
  bottom: 10px;
}

.ab-r{
  right: 12px;
}

.space{
  padding-bottom: 85px;
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: none;
  color: #3a87f2;
}
.black{
  color: black !important;
}
.homeBanner .img-txt {

}
#album{
  margin-top: 5em;
}
#album .col-md-4{
  margin-bottom: 1.9em;
  text-align: center;
}
#album a{
  display: block;
  position: relative;
  height: auto;
}
#album a, #album a:hover{
  color: #FFF;
  font-size: 1.5em;
}
#album a span{
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
#ambientes{
  margin-top: 5em;
}
#ambientes h2{
  color: #3a87f2 !important;
}
#ambientes .col-md-3{
  text-align: center;
  color: #3a87f2;
}
/****************************FIN WILL*******************************/
@media (max-width: 767px) {
  .in-middle{
    position: relative;
    top: 0%;
    transform: unset;
  }
  #homeJardines .in-middle, #homeDeportivo .in-middle{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .gridTextContainer .in-middle{
    width: 100%;
  }
  .pLeft, .pRight{
    padding: 0;
  }
  .flexCol{
    display: flex; flex-direction: column-reverse;
  }
  .homeGrid{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #footer ul, #footer ul li{
    text-align: center;
  }
  .logoFooter{
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .navbar-collapse{
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100vw;
  }
  .white .navbar-collapse{
    background-color: rgb(255, 255, 255);
    width: 100vw;
    position: absolute;
    padding: 0px;
    left: 0px;
    top: 59px;
  }
  .white .navbar-toggler{
    border: 1px solid #5088eb;
  }
  .white .line{
    background-color: #5088eb;
  }
  .homeBanner{
    height: 92vh;
  }
  .img-txt{
    left: 0;
    padding-left: 1em;
  }
  .homeBanner .img-txt {
    bottom: 1.5em;
    left: 0;
    width: 100%;
  }
  .down{
    position: relative;
    text-align: left;
    right: 0 !important;
  }
  .lightcontainer{
      transform: translateY(20%);
  }
}
@media (min-width: 767px) and (max-width: 860px) {
  .in-middle h2{
    font-size: 2.2em;
  }
  .in-middle p{
    font-size: 1.2em;
  }
}
@media (max-width: 842px){
  textarea{
    height: 200px;
  }
}
@media (max-width:360px){
  .in-middle h2, .img-txt{
    font-size: 2em;
  }
  #logoMenu{
    width: 140px;
  }
}
#album .col-md-4{
  display: block;
  position: relative;
}
.galleryRow{
  display: none;
}
.galleryRow .container .row{
  background-color: #3a87f2 !important;
  padding: 2em 0 0 0em;
  margin: -1em 0 1em 0;

  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  border-radius: 0.6em;
}
.galleryRow .container .row > div{
  text-align: center;
}
.galleryRow img{
  max-width: 20em;
  width: 90%;
  text-align: center;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #3a87f2;
  display: none;

  margin: 0em 0 2em 0em;
}

.display-none{
  display: none;
}
.display-inline{
  display: inline-block;
}
.iconType{
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  width: 2em;
}

#album a > .fullW:after{
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C */
}

/* text logo */

.logo {
  color: white;
  font-size: 30px;
  letter-spacing: 5px;
  margin: 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .logo {
    font-size: 40px;
  }
}

@media (min-width: 1024px){
  .logo {
    font-size: 55px;
  }
}

.logo-footer {
  color: rgb(80, 136, 235);
  font-size: 50px !important;
  text-align: center !important;
  margin: 0 !important;
  margin-top: .5em !important;
  margin-bottom: .5em !important;
  font-weight: bold !important;
  letter-spacing: 5px !important;
}

@media (min-width: 768px) {
  .logo-footer {
    font-size: 60px !important;
  }
}

/* transition */

/* formulario2 */
.formulario-suscripcion {
  max-width: 600px;
  width: 95%;
  margin: 2rem auto;
  background-color: #3a87f2;
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.formulario-suscripcion .titulo {
  color: white;
  text-align: center;
  margin: 0;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .formulario-suscripcion .titulo {
    font-size: 30px;
  }
}

.formulario-suscripcion form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.formulario-suscripcion form .campo {
  width: 100%;
}

.formulario-suscripcion form .campo input, .formulario-suscripcion form .campo textarea{
  color: white !important;
  border-bottom: 1px solid white !important;
  height: initial;
  padding: .8rem 0rem;
}

.formulario-suscripcion form .campo input::placeholder, .formulario-suscripcion form .campo textarea::placeholder {
  color: white !important;
  font-weight: 400;
}

.formulario-suscripcion form .campo-enviar {
  display: flex;
  justify-content: flex-end;
}

.formulario-suscripcion form .campo-enviar input {
  padding: .5rem 2rem;
  background-color: white !important;
  border: none;
  color:rgb(80, 136, 235) !important;
  font-size: 14px !important;
  cursor: pointer;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
}


/* posicionamiento formulario en home */
#homeBanner {
  position: relative;
}

.estilo-home {
  position: absolute;
  max-width: 400px !important;
  width: 80% !important;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* display: none; */
  /* margin: auto; */
}

@media(min-width: 1190px){
  .estilo-home {
    bottom: 100px;
    right: 100px;
    top: initial;
    left: initial;
    transform: initial;
    display: block;
  }
}

.estilo-home form .campo input {
  padding: .4rem 0rem;
}

.estilo-home form .campo-enviar input {
  padding: .3rem 1.5rem !important;
}

.estilo-home h2 {
  font-size: 20px !important;
}

/* resultado home */
.resultado-home {
  color: white !important;
}

/* tamaño logo header*/

/* .navbar-brand img {
  width: 230px !important;
}

@media(min-width: 768px){
  .navbar-brand img {
    width: 350px !important;
  }
}

@media(min-width: 1259px){
  .navbar-brand img {
    width: 500px !important;
  }
} */

/* tamaño logo footer */
/* .logo-footer2 {
  max-width: 250px !important;
}

@media (min-width: 768px){
  .logo-footer2 {
    max-width: 100% !important;
  }
} */