/* CONTACTO */
.iconos-contacto{
   font-family : Montserrat;
    font-size : 14px;
    line-height : 19px;
    color : #476975;
    margin: 5px;
}
i
{
    padding: 15px 15px;
    display: inline-block;
    font-size : 18px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
}
.form{
  margin-top:30px;
  margin-bottom:30px;
  width: 50%;
}
input[type="text"] {
  background-color: #476975;
  color: #FFFFFF;
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 20px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type="text"]:focus {
  outline: none;
}
::-webkit-input-placeholder {
   color: white;
   font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
   font-size: 16px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
   font-size: 16px;
}

:-ms-input-placeholder {  
   color: white;  
   font-size: 16px;
}
textarea{
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 20px;
  background-color: #476975;
  color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
textarea:focus {
  outline: none;
}

    /* /CONTACTO */