body{
    font-family: 'Heebo', sans-serif;
}
.azul{
    color: #1771af;
}
.hero{
    background-image: url(../img/fondo_header.png);
    background-position: top;
    background-repeat: no-repeat;
    /* background-size: contain; */
}

.hero header{
    padding-top: 70px;
    position: absolute;
    width: 100%;
    justify-content: space-between;
}
.hero-body{
    height: 100vh;
    align-items: center;
}
.container{
    max-width: 85% !important;
}
.hero .title{
    font-size: 6rem;
}
.navbar-item img {
    max-height: 2.75rem;
}
.navbar-burger span {
    background-color: #1771af;
    height: 2px;
}
a.navbar-item:hover {
    background-color: #1771af;
    color: #ffffff;
}
a.navbar-item:focus {
    background-color: transparent;
    color: #1771af;
}
.navbar-end .navbar-item{
    font-weight: bold;
    letter-spacing: 4px;
}
a.subtitle{
    background-color: #1771af;
    color: #ffffff;
    border: 0;
    padding: 20px 30px !important;
}
.slick-prev,
.slick-next{
    width: 225px;
}
#agua-lluvia{
    background-image: url(../img/fondo_lluvia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:70px 0 ;
}
#agua-gris{
    padding: 150px 0 70px;
}
.vertical {
    display: flex!important;
    align-items: center!important;
}
hr{
    margin-top: 100px;
    border: 1px solid #1771af;
}
.input, .input:hover{
    border: 1px solid #1771af;
}
.submit{
    width: 100%;
    background-color: #1771af;
    color: #fff;
}
.button[disabled]{
    background-color: #1771af;
}
#footer{
    background-image: url(../img/fondo_footer.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
}
#footer img{
    padding-top: 100px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  	-webkit-appearance: none;
  	margin: 0;}

input[type=number] { -moz-appearance:textfield; }
@media screen and (min-width: 1920px){
    .hero{
        background-size: contain;
    }
}
@media screen and (max-width: 1300px){
    .navbar-end .navbar-item{
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
  }
  .hero .title {
    font-size: 2rem;
}
iframe{
    width: 100% !important;
    height: 320px !important;
}
}
@media screen and (max-width: 1000px){
  .icono, #footer img{
      max-width: 60%;
  }
}