body {
  background-color: #eee;
}

.brand-logo img {
  padding-left: 80px;
}

nav {
  position: absolute;
  z-index: 999999999;
  background-color: #3c6d93 !important;
  height: 85px;
}

.titulos {
  font-weight: bold;
}

.sidenav {
  position: absolute;
  z-index: 999999999;
}

.nav-wrapper {
  font-size: 14px;
  text-shadow: 2px 2px 2px black;
  font-weight: bold;
}

.movtext {
  text-shadow: 2px 2px 2px black;
}

.nav-wrapper ul.right {
  padding-right: 50px;
}

.sidenav-trigger {
  color: #fff;
}

.parallax-container {
  min-height: 450px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
  width: 100%;
}

.parallax img {
  width: 100%;
}

.page-footer {
  background-color: #3c6d93 !important;
}

.lineaprod {
  margin: 0;
  padding: 0;
}

.prods img {
  width: 100%;
  height: 300px;
}

.icon-block {
  padding: 0 15px;
}

.icon-block h5 {
  color: brown;
}

.icon-block h2 {
  margin-top: 10px !important;
}

.icon-block .material-icons {
  font-size: inherit;
  color: brown;
}

.bot i.material-icons {
  color: white;
}

i.fa-qrcode {
  color: brown;
}

.cont i.right {
  color: white;
}

footer.page-footer {
  margin: 0;
}

div.center h5 {
  text-shadow: 2px 2px 2px black;
  font-weight: bold;
}

div.center h4 {
  font-size: 24.6px;
  text-shadow: 2px 2px 2px black;
  font-weight: bold;
}

h1 {
  text-shadow: 2px 2px 2px black;
}

h2 {
  text-shadow: 2px 2px 2px black;
  font-weight: bold;
}

.footerForm .input-field {
  background-color: whitesmoke;
}

.footerForm .input-field input[type=text]:focus+label {
  color: #000;
}

.footerForm .input-field input[type=email]:focus+label {
  color: #000;
}

.footerForm .input-field input[type=tel]:focus+label {
  color: #000;
}

.footerForm .input-field textarea:focus+label {
  color: #000;
}

.footerForm .input-field label {
  color: #000;
}

.footerForm .input-field textarea:focus {
  border-bottom: 1px solid grey;
  box-shadow: 0 1px 0 0 grey;
}

.footerForm .input-field input[type=text]:focus {
  border-bottom: 1px solid grey;
  box-shadow: 0 1px 0 0 grey;
}

.footerForm .input-field input[type=email]:focus {
  border-bottom: 1px solid grey;
  box-shadow: 0 1px 0 0 grey;
}

.footerForm .input-field input[type=tel]:focus {
  border-bottom: 1px solid grey;
  box-shadow: 0 1px 0 0 gery;
}

.footerForm .input-field input[type=text].valid {
  border-bottom: 1px solid grey;
  box-shadow: 0 1px 0 0 grey;
}

.footerForm .input-field input[type=email].valid {
  border-bottom: 1px solid grey;
  box-shadow: 0 1px 0 0 grey;
}

.footerForm .input-field input[type=tel].valid {
  border-bottom: 1px solid grey;
  box-shadow: 0 1px 0 0 grey;
}

.footerForm .input-field .prefix.active {
  color: grey;
}

.footerForm textarea .prefix.active {
  color: grey;
}

.footerForm .input-field i {
  color: grey;
}

@media only screen and (max-width: 768px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }

  .parallax-container .section .container h1 {
    margin-top: 0px;
    font-size: 45px !important;
  }

  .prods img {
    width: 75%;
  }
}

@media only screen and (max-width: 640px) {

  .parallax-container .section .container h1 {
    margin-top: 0px;
    font-size: 25px !important;
  }

  .parallax-container .section .container h5 {
    font-size: 15px !important;
  }

  .brand-logo img {
    height: 55px !important;
    padding-left: 0px;
  }

  .parallax-container {
    min-height: 350px;
  }

  .prods img {
    width: 100%;
  }
}