body {
    background-color: #f4f3ef;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
}
.btn-base{
    border: none;
    outline: none;
}

.header-height{
    height: 60px;
}

.form-max{
    width: 100%;
    max-width: 420px;
}

.antamina-color{
    color: #008598;
}
.antamina-background{
    background: #008598;
}
.whatsapp-container{
    position: fixed;
    bottom: 0;
    right: 0;
}
.btn-close{
    background: none;
}

.error-message{
    font-size: 12px;   
}
.bg-none{
    background: none;
}