

nav ul a,
nav .brand-logo {
  color: white;
}
body {
  background-image: url('../logos/backblack.jpg');
}
*{
  font-family: 'Open Sans', sans-serif;
}

p {
  line-height: 2rem;
  color: white;
}

.button-collapse {
  color: #ffffff;
}
#download-button {
  position: absolute;
  bottom: 40px;
  right: 150px;
}
.parallax-container {
  min-height: 650px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
.caja-clientes{
  width: 100%;
  margin: 0 auto;

  
}
.caja-clientes img{
  display: inline-block;

}

.contactanos{
  width: 100%;
 
  padding-bottom:50px;
  padding-top: 10px;

  background: rgba(38,38,38,1);
background: -moz-linear-gradient(45deg, rgba(38,38,38,1) 0%, rgba(79,79,79,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(38,38,38,1)), color-stop(100%, rgba(79,79,79,1)));
background: -webkit-linear-gradient(45deg, rgba(38,38,38,1) 0%, rgba(79,79,79,1) 100%);
background: -o-linear-gradient(45deg, rgba(38,38,38,1) 0%, rgba(79,79,79,1) 100%);
background: -ms-linear-gradient(45deg, rgba(38,38,38,1) 0%, rgba(79,79,79,1) 100%);
background: linear-gradient(45deg, rgba(38,38,38,1) 0%, rgba(79,79,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#4f4f4f', GradientType=1 );
}

.formulario{
  width: 50%;
  margin: 0 auto;
}

.logoss {
 
filter: grayscale(100%);
 
-webkit-filter: grayscale(100%);
 
transition:filter 0.4s;
 
-webkit-transition:-webkit-filter 1s;
 
}

.logoss:hover {
 
filter: grayscale(0);
 
-webkit-filter: grayscale(0);
 
}
.redes {
  width: 60px;
  height: 20px;
  float: left;
}
.muro h4 {
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 25px;
}
/**popup**/
.button {
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 120px auto;
  padding: 20px;
  
  border-radius: 5px;
  width: 883.5px;
  position: relative;
  transition: all 1s ease-in-out;
  overflow: scroll;
  z-index: -99999999;
  height: 490px;
  background: white;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 18.9px;
  right: 40.8px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
/**finpop up**/

input::-webkit-input-placeholder {
  color: white;
}
input:-moz-placeholder {
  color: white;
}
input:-ms-input-placeholder {
  color: white;
}
input[placeholder] {
  color: #fff;
}

textarea[placeholder] {
  color: #fff;
}
  

#boton{
  width: 176px;
  height: 56px;
  border-radius: 5px;
  color:white;
  background-color: black;
}


@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
.formulario{
  width: 80%;
  margin: 0 auto;
}


}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }

.formulario{
  width: 70%;
  margin: 0 auto;
}
.popup{
  width: 100%;
}
.parallax .posicionar {
  margin-left: 350px;
}
.parallax .posicionarte {
  margin-left: 460px;
}

}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

