 /* Custom Stylesheet */
.cubos{
  width: 100%;
  position: relative;
}
.caja-video{
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.caja-video iframe{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-white{
  background-color: #ffffff;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 1px 2px 10px 0 rgba(0, 0, 0, 0.12);
}
li.ok { list-style-image: url("../images/check.png"); }

.espacio{
  padding-bottom: 1em;
}
.redes-sociales{
  position: absolute;
  margin-left: 78%;
  top: 0px;
  float: left;
  z-index: 9999;
}
  .redes1{
    background-color: #c3c3c3;
    float: left;
    width: 40px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .redes1:before{
    content: "";
    position: relative;
    top: 48px;
    border-left: 20px solid #c3c3c3;
    border-right: 20px solid #c3c3c3;
    border-bottom: 15px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .redes1:hover{
    height: 58px;
    background-color: #3b5998;
  }
  .redes1:hover:before{
    top: 55px;
    border-left: 20px solid #3b5998;
    border-right: 20px solid #3b5998;
  }

.contenido1{
  width: 100%;
}
.fondo{
  background-image: url("../images/background.jpg");
}
.centrarv{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:(-50%, -50%);
}
.caja{
  display: inline-block;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 1px solid #ffffff;
}

.venda{
  background-image: url("../images/venda.png");
}

#bg{
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}

nav ul a,
nav .brand-logo {
  color: #5f5f5e;
}
.boxs{
  box-shadow: #858585 0px 0px 10px;
  -webkit-box-shadow: #858585 0px 0px 10px;
  -moz-box-shadow: #858585 0px 0px 10px;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #5f5f5e;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
  
  .consulta{
	  width:100%;
	  margin-left:0;
  }
  
  /*.caja-contacto{
	  width:100%;
	  
  }*/
  
  .ir-arriba{
	  display:none;
	  padding:20px;
	  font-size:20px;
	  color: #fff;
	  cursor:pointer;
	  position:fixed;
	  bottom:20px;
	  right:20px;
	  z-index:900000;
  }
.ctextright{
    text-align: right;
  }
@media only screen and (max-width : 959px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  .ctextleft{
    text-align: left;
  }
  .ctextright{
    text-align: right;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
  
   .consulta{
	  width:100%;
	  margin-left:0;
  }
  
  .ctextleft{
    text-align: center;
  }
  .ctextright{
    text-align: center;
  }
}

.icon-block {
  padding-top: 25px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

