#nav-compu .contacto, #nav-cel .contacto{
            color:#B89014!important;
        }
.form-group {
    display:flex;
    justify-content:space-between;
}
.form-group .icono {
    flex-basis:10%;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    height:40px;
}
.form-group .input {
    flex-basis:90%;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    padding-left:10px;
    height:40px;
    border:none;
}
@media(max-width:480px){
    .form-group {
    flex-direction:column;
    }
    .form-group .icono {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-left-radius:0px;
        border-bottom-right-radius:0px;
    }
    .form-group .input {
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
        border-top-left-radius:0px;
        border-top-right-radius:0px;
    }
}
textarea {
    width:100%;
    border-radius:5px;
    height:200px;
    /*padding-left:10px;*/
}
#formulario {
  background-image:url("../imagenes/country-dark.png");
  padding:20px;
}
span {
  background:#B41717;
  text-align:center;
  padding-top:5px;
}
.redes {
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.redes a img{
  width:80px;
  transition:all 0.5s;
}
.redes a img:hover {
  transform: translateY(-40%);
}
#contenido h1 {
  font-family: 'Russo One', sans-serif;
}
#contenido h4 {
  color:white;
}
.container #contacto{
    display:none;
}
form .btn {
    background-color:#B89014;
    color:white;
}
.error{
    color:#B89014;
}
