@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.contenedor {
  width: 98%;
  margin: auto;
}

section {
  width: 100%;
  /* margin-bottom: 25px; */
}

footer .contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 25px;
  margin-top: 25px;
}
a {text-decoration: none;
color: #480948;
}
.copy {
  font-size: 12px;
  margin: auto;
  display: table-column-group;
}
.contenedor2 {
  margin: auto;
  width: 98%;
}

.whatsapp img{
    position: fixed;
    z-index: 100;
    margin-left: 80%;
    margin-top: 500px;
    height: 60px;
    width: 60px;
}

.field-validation-error {
    color: #e5697a;
    font-size: .8em;
}

@media (min-width:1024px) {
  .contenedor {
    width: 1000px;
  }
  .contenedor2 {
    margin: auto;
    width: 95%;
  }
  .whatsapp img{
    /* position: fixed; */
    height: 80px;
    width: 80px;
    /* z-index: 100; */
    /* margin-left: 90%; */
    margin-top: 500px;
  }

}
