/* html { background: url(img/fondo.jpg) no-repeat center center fixed; 
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;

       color:#fff; font-family:Lato, Verdana, Arial;

       min-height:100%;
} */
a { color:rgb(0, 0, 0); text-decoration: none; }

body { padding:0; margin:0;}
h1 { padding:0; margin:30px 0 15px; }
.contenido { text-align:center; padding:10px 0;}
.separador { max-width:300px; width:100%; height:10px; background:rgb(107, 175, 6); margin:0 auto; }
.footer { position: absolute; bottom:0; left:0; width:100%;  padding:10px 5px; background-color:rgba(107, 175, 66, 0.8); }
.developed { font-weight: bold; }
.developed > img { vertical-align:middle; margin-left:10px; }


@font-face {
    font-family: raleway;
    src: local("Raleway"),
    local("Raleway.woff"),
    url(Raleway.woff);

}

* {
    font-family: 'raleway';
}
.btn {
    padding: 10px 15px;
    border: 1px solid #232323;
    border-radius: 0;
    background-color: #000;
    color: #ffff;
    margin-left: -1rem;
}

.input {
    border-style: groove;
    border-right-style: groove;
    border-right: 0;
    height: 1.9rem;
    width: 50rem;
}

.check{
    margin-right: 41rem;
    margin-top: 0.5rem;
}


.social_links{
    font-size: xx-large;
    gap: 2rem;
    display: flex;
    margin-left: 31rem;
    margin-top: 1rem;
  
}

.datos_cliente{
  background-color: #000;
  width: 100%;
  /* height: 3rem; */
  color: #fff;
  margin-top: -16px;
  text-align: center;
}

@media screen and (max-width:800px) {
    /* .contenido { margin-top:40px; } */
    h1 { font-size:2rem; line-height:2rem; }
    h2 { font-size:1.5rem; line-height:1.5rem; }
}

@media screen and (min-width:600px) {
    h1 { font-size:5rem; line-height:5rem; }
    h2 { font-size:1.8rem; line-height:1.8rem; }
}

@media screen and (max-width:992px) {
    .developed { text-align:center; }
    .direccion { margin-top:20px; }
}

@media screen and (min-width:992px) {
    .direccion { line-height:19pt; }
    .footer { width:100%; box-sizing: border-box;  display: flex; justify-content: center ; align-items: center; }
    .footer > div { padding:0;  width:47%; align-self: center; }
    .developed { text-align:right; }
    .vseparator { width:1px !important; margin:0 30px; height:100px; background:#fff; }
}