body{
    background-color:#fff;
}
.hero{
    background-color:#fff;
}
.title{
    color:#1e120d;
}
.subtitle{
    color:#1e120d;
}
.subtitle i{
    color:#373300;
}
.container{
    padding-bottom:100px;
}.container figure.image{
    margin:0 auto;
    margin-bottom:30px;
    text-align:-webkit-center;
}.container figure.image img{
    height:auto;
    width:200px;
}
.container figure.image h1{
    font-size:45px;
    font-weight:bold;
}
.container .title{
    padding-top:0;
    margin-bottom:10px;
}
.formulario{
    max-width:600px;
    margin:0 auto;
    padding:0 0 20px;
    height:0px;
    opacity:0;
    overflow:hidden;
    transition:all .7s ease;
}
.error_msg{
    color:#ff3860;font-size:small;
}
.show{
    height:290px;opacity:1;
}
.notification{
    max-width:600px;
    margin:0 auto;
    display:none;
}
.show-notification{
    display:block
}
.is-custom.button.is-outlined{
    background-color:transparent;
    border-color:#373300;
    color:#373300;
}
.is-custom.button.is-outlined:hover{
    background-color:#373300;
    border-color:#373300;
    color:white;
}
.is-custom.button{
    background-color:#373300;
    border-color:transparent;color:white;
}
.is-custom.button:hover{
    background-color:#1e1b00;
    border-color:transparent;
    color:white;
}
.is-custom.input:focus .is-custom.textarea:focus{
    border-color:#373300;
}.is-custom.notification{
    background-color:#373300;
    color:white;
}
a{
    color:#373300;
}
a:hover{
    color:#f9d9ec;
}
