/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/10/2018, 12:43:01
    Author     : Aldana
*/
.contacto{
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    margin-bottom: 1em;
    margin-top: 1em;
}

.contacto h1{
    font-family: Nunito;
    font-size: 1.85em;
    text-align: center;
    color: #000000;
}
.contacto p{
    font-size: 1em;
    line-height: 1.71;
    text-align: center;
    color: #444444;
}

.contacto form label{
  font-size: 0.85em;
  color: #ff0010;
  text-transform: uppercase;
}

.contacto form input{
    font-size: 1em;
    color: #999999;


    height: 44px;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
}

.contacto form input:focus{
    color: #000000;
    border: solid 1px #4a4a4a;
}

.contacto form button{
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 8px;
  background-color: #ff0010;
  
  font-family: Nunito;
  font-size: 1em;
  color: #ffffff;
  text-transform: uppercase;
}