* {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed";
}
body {
  background: #fefeff;
}
.top {
  height: 200px;
  width: 100%;
  background-color: #dbd1ca;
  letter-spacing: 0.2rem;
  color: #76665d;
}
p,
h3,
h5 {
  color: #76665d;
}
.logoNav {
  width: 100px;
}
.informacion {
  color: #76665d;
}
.informacion a{
    color: #76665d;
    text-decoration: none;
}

footer {
  height: 150px;
  width: 100%;
  background-color: #34342e;
  color: #ccc4be;
  display: flex;
  justify-content: center;
  align-items: center;
}
.credits {
  font-size: 14px;
  color: #ccc4be;
}

.letter-spacing {
  letter-spacing: 1px;
}
.font-size {
  font-size: small;
}

.background {
  background-color: #dbd1ca;
  color: #76665d;
}
.justificado {
  text-align: justify;
  font-weight: lighter;
}
.content-box {
  column-count: 2;
  column-gap: 40px;
}
a.whatsapp-button {
  z-index: 10;
  position: fixed;
  font-weight:600;
  right: 8%;
  bottom: 2.4%;
  background-color: #d8d1c9;
  text-decoration: none;
  color: #706258;
  line-height: 36px;
  padding: 0 2rem;
  font-size: 16px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/*****Form****/
.contacto {
  text-align: left;
  width: 100%;
}

.contacto input {
  display: inline-block;
  color: #000;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #706258;
}

.contacto input.error,
.contacto textarea.error {
  background-color: #ffc1c1;
  border-color: red;
}

.dos-form input {
  width: 90%;
}
.dos-form input:nth-child(2) {
  float: right;
}

.mensaje {
  min-height: 210px;
  color: #000;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #706258;
  resize: none;
}

.btn-enviar {
  cursor: pointer;
  color: #706258;
  border: none;
  padding: 15px 25px 15px 25px ;
  background-color: #d8d1c9;
  margin-bottom: 10px;
}
.btn-enviar :hover {
  background-color: #020100;
  color: #d8d1c9;
}

/*****media****/

@media only screen and (max-width: 576px) and (orientation: portrait) {
  .top {
    height: 100px;
  }
  .top img {
    width: 20%;
  }
  .top div h5 {
    margin-top: 20px;
    font-size: smaller;
    text-align: end;
  }
  .content-box {
    column-count: 1;
    margin-top: 15px;
  }
  .mini {
    text-align: center;
    margin-bottom: 2px;
  }

  footer section div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  footer h6 {
    padding-bottom: 1px;
  }
  .imagenes{
    margin-top: 0px;
  }
  a.whatsapp-button {
    z-index: 10;
    position: fixed;
    left: 0%;
    bottom: 0;
    background-color: #d8d1c9;
  text-decoration: none;
  color: #706258;
    line-height: 36px;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
}
}

