/**
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    margin: 0%;
  }
  
  a {
    color: rgba(95, 19, 19, 0.979);
    text-decoration: none;
  }
  
  a:hover {
    color: #5e5e5e;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Raleway", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: rgba(95, 19, 19, 0.979);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: rgba(95, 19, 19, 0.979);
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid rgba(95, 19, 19, 0.979);
    border-top-color: #ffe9e3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  
  /*--------------------------------------------------------------
  # scrooll bar
  --------------------------------------------------------------*/
  body::-webkit-scrollbar{
    width: 10px;
  }
  
  body::-webkit-scrollbar-thumb{
    background: url("/assets/img/scroll.jpg");
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    height: 100vh;
    background: url("../img/carrusel-landing/arquitectura-alberca.jpeg")left;
    background-size: cover;

    padding: 0;
    transition: all .1s ease-in-out;
    animation: banner 50s infinite linear;
  }

  @keyframes banner{
    0%{
    background-image: url("../img/carrusel-landing/ciudad-alboreada-madrid.jpg");
    }
    19%{
        background-image: url("../img/carrusel-landing/ciudad-alboreada-madrid.jpg");
        }
    20%{
    background-image: url("../img/carrusel-landing/concepto-ecofriendly.jpg");
    }
    39%{
        background-image: url("../img/carrusel-landing/concepto-ecofriendly.jpg");
        }
    40%{
    background-image: url("../img/carrusel-landing/rascacielos-san-luis.jpg");
    }
    59%{
        background-image: url("../img/carrusel-landing/rascacielos-san-luis.jpg");
        }
    60%{
    background-image: url("../img/carrusel-landing/torre-parque-tangamanga.jpg");
    }  
    79%{
        background-image: url("../img/carrusel-landing/torre-parque-tangamanga.jpg");
        }   
    80%{
    background-image: url("../img/carrusel-landing/torres-verdes.jpg");
    }
    100%{
        background-image: url("../img/carrusel-landing/torres-verdes.jpg");
        }
    
}
  
  #hero img.image{
    width: 250px;
    position: relative;
    padding: 0;
    display: flex;
    margin-top: 500px;
    margin-left: 0px ;
  }
  
  #hero:before {
    content: "";
    background: url("../img/placa_n.png") center;
    background-size: cover ;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0px;
    right: 0;
  }
  
  #hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  
  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
  }
  
  #hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
  }
  
  
  #hero .btn-watch-video {
    font-size: 16px;
    display: inline-block;
    transition: 0.5s;
    margin-left: 25px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  #hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
  }
  
  #hero .btn-watch-video:hover i {
    color: rgba(95, 19, 19, 0.979);
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #hero {
      background-attachment: fixed;
      width: 100%;
    }
    #hero:before{
      background:url('/assets/img/pleca-mobil-vacia.png');
      background-size: cover;
      left: 0px;
      width: auto;
      height: 100%;
      margin-top: 300px;
  }
  
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
    #hero img.image{
      width: 200px;
      position: relative;
      padding: 0;
      display: flex;
      margin-top: 50px;
      margin-left: 30px;
    }
  }
  /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

  section {
    padding-top: 60px;
    padding-bottom: 10px;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f0f4f8;
  }
  
  .section-title {
    padding-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(95, 19, 19, 0.979);
    font-family: "Poppins", sans-serif;
  }
  
  .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: rgba(95, 19, 19, 0.979);
    margin: 4px 10px;
  }
  
  .section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #263d4d;
  }

.form{
    position:absolute;
    margin-top: -500px;
    margin-left: 700px;
    padding: 7px 10px;
}

.form .formbox{
display: inline-block;
justify-content: space-between;
}

.form .formbox h1, p{
    margin-left: 10px;
}

.form .formbox .inputbox{
    display: inline-block;
    justify-content: space-between;
    padding: 10px;
    }

.form .formbox input{
    padding: 10px;
    background: #cac7c7f9;
    border: none;
    border-radius: 5px;
    font-size: medium;
    color: rgba(95, 19, 19, 0.979);
    font-weight: bold;
}

.form .formbox .inputarea input{
    margin-left: 10px;
    margin-top: 15px;
    width: 90%;
}

.form .formbox input[type="submit"] {
background:rgba(95, 19, 19, 0.979);
color: #eee;
width: 95%;
margin-left: 10px;
margin-top: 30px;
}

.blur-out-expand:hover{ 
cursor: pointer;
animation:blur-out-expand 0.4s linear both;
-webkit-animation:blur-out-expand 0.4s linear both;
} 

@keyframes blur-out-expand
{
0%
{
    transform:scale(1);filter:blur(.01px);
} 
100%
{ 
transform:scale(2); 
filter:blur(12px); 
opacity:0; 
-webkit-transform:scale(2); 
-moz-transform:scale(2); 
-ms-transform:scale(2); 
-o-transform:scale(2); 
}
}

@media (max-width: 785px){
section.form{
  position: absolute;
  margin: 0;
  margin-top: -150px;
  font-size: small;
  width: 100%;
  height: auto;
  padding: 0;
}
.form .formbox{
  position: relative;
  font-size: small;
}

.form .formbox .inputbox{
  display:inline;
  padding: 10px;
}
.form .formbox .inputbox input{
  width: 120px;
  margin-bottom: 10px;
}
.form .formbox .inputarea input{
  width: 283px;
  padding: 10px;
}
.form .formbox input[type="submit"]{
  width: 300px;
  padding: 10px;
}


}