.box1 {
	background: rgba(212,228,239,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: radial-gradient(ellipse at center, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1 );
}
.box2 {
    background-color:rgba(0,0,0,0.3);   
}
.caja_naranja{
    background: rgba(253, 169, 34, 0.97);    
    font-size: 20px;
    height:200px;
    padding: 3%;
    margin: 10px;
    position:relative;
    width: 90%;
    border-radius: 30px;
    
}
.fondo2{
    background-image:url(../img/renta_de_locales.jpg);
    height: 600px;
}
.naranja1{    
    border: 4px solid;
    margin: 5%;
    background-color: rgba(54, 54, 54, 0.59);
    text-decoration-color: #fde9b2;
    border-color: rgb(255, 181, 16);    
    padding: 7px;
    height: 180;
    width: 100%;   
}
nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #f8b13e;
}

.parallax-container {
  min-height: 300px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
    
  }
.header_img {
    background-image: url(../img/prueba.jpg);
}   

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}