/* Botones CAL TO ACTION de whatsapp
--------------------------------------------------------------------------------*/
botton
{
  color: #ffffff;
  background-color: #2ecc71;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  
  box-shadow: 2px 7px 96px -2px rgba(154,171,237,1);
  -webkit-box-shadow: 2px 7px 96px -2px rgba(154,171,237,1);
  -moz-box-shadow: 2px 7px 96px -2px rgba(154,171,237,1);
}

botton:hover
{
  box-shadow: none;
  cursor: pointer;
}

botton i
{
  font-size: 30px;
  padding-right: 5px;
}

/* Mensajes del formulario de contacto
--------------------------------------------------------------------------------*/

.success {  
        padding: 1em; 
        margin-bottom: 0.75rem;  
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);  
        color: #468847;  
        background-color: #dff0d8;  
        border: 1px solid #d6e9c6;  
        -webkit-border-radius: 4px;     
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
.error {  
        padding: 1em;
        margin-bottom: 0.75rem;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #b94a48;
        background-color: #f2dede;
        border: 1px solid rgba(185, 74, 72, 0.3);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }