body {
    animation: myfadeInAnimation 2s;
  }
  @keyframe myfadeInAnimation {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  @-webkit-keyframes myfadeInAnimation {
    from {opacity: 0;}
    to {opacity: 1;}
  }



.form-control:focus{
    border: 1px solid #dd9a46;
    box-shadow: 0 0 0 0.2rem rgba(221,154,70,.25)
  }
  .btn-primary {
    background: #CE9866;
    border: none;
    font-size: 12px;
}
.btn-primary:hover{
    background: #964e07;
  }
  .box{
      padding-top: 60px;
      padding-bottom: 60px;
      background: #f5f4f4;
  }
  .fas{
      font-size: calc(14px + 1vw);
  }
  #contactos p:nth-child(3) i, #contactos p:nth-child(4) i, #contactos p:nth-child(5) i, #contactos p:nth-child(6) i{
    color: #DD9A46;
  }
  #contactos p:nth-child(3), #contactos p:nth-child(4), #contactos p:nth-child(5), #contactos p:nth-child(6){
    color: #000;
    text-transform: uppercase;
  }