.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



@media all and (max-width : 736px) {

  .llamar {
    background: orange;
    color: white;
    position: absolute;
    bottom: 15px;
    right: 30px;
    width: 75px;
    display: block;
    margin: auto;
    height: 30px;
    padding: 1px;
    font-size: 16px;
    font-variant: all-petite-caps;
  }

  .divboton {
      position: fixed;
      width: 100%;
      bottom: 15px;
      z-index: 99;
  }
  .tel {
    top: 100px; 
  }

}
@media all and (min-width : 736px) {

  .llamar {
    display: none;
  }
  
}

img.logo {
    max-width: 100%;
}

.header {
  position: relative;
}

.tel {
    position: absolute;
    bottom: 0;
    /* right: 0; */
    left: 2.rem;
    /* margin: auto; */
    font-family: Courgette;
    color: black;
}
.tel a:link {
    color: #406f21;
}

a.llamar:visited {
    color: white;
}