html, body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5d0e00;
    background-color: #efede3;
    line-height: 1;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}

header{
    background-color: #fff;
}
.header-bar{
    color: #fff;
    background-color: #350d08;
    height: 30px;
}
.header-bar a{
    color: inherit;
    text-decoration: none;
}
.header-bar a:hover{
    text-decoration: underline;
}

.title-1{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    font-size: 40px;
    color: inherit;
}
.title-2{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    color: inherit;
}
.msg{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-size: 22px;
    color: inherit;
}

.table td, .table th{
    background-color: #fff;
    border: solid 1px #5d0e00;
    text-align: center;
}

/* formulário */
.form-control:focus{
    border-color: var(--bs-border-color);
    box-shadow: none;
}

footer h4,
footer h5,
footer h6{
    font-weight: 600;
}
footer a,
footer .nav-link{
    color: #231f20;
}
footer a:hover,
footer .nav-link:hover{
    color: #231f20;
    text-decoration: underline;
}
footer .nav-link{
    padding-left: 0px;
}
footer i{
    color: inherit;
}

footer .whatsapp-fixed{
    font-size: 2rem;
    text-decoration: none;
    background-color: #25d366;
    border-radius: 50%;
    left: auto; 
    right: 0px;
    height: 50px;
    width: 50px;
    animation: pulse-whats 2.5s infinite;
}
footer .whatsapp-fixed:hover{
    text-decoration: none;
    animation: none;
}
footer .whatsapp-fixed .badge{
    position: absolute;
    font-family: arial;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 0px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    top: -5px;
    right: -6px;
}