body{font-size:16px;margin: 0px; font-size: 18px;background-image: url("../images/fondo.jpg"); background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;}
main{  color: #fff; }
h1 {font-size: 3.5em; margin-top: 50px; margin-bottom: 50px; font-weight: bold; padding-left: 40%;}
h2{font-size: 1.5em}
.logo{max-width: 200px;}
.stores{max-width: 200px;margin-top: 30px;}
.candado{width: 40px;}
a {color:#fff}
a:hover {color:#eee}
footer{margin-top: 30px;color:#fff}

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

@media only screen and (max-width: 992px) {
   h1 { padding-left: 0;}
}

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

}

@media only screen and (max-width: 480px) {
  h1 { font-size: 2.5em;}
}
