@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

.container {
    padding-top: 64px;
    padding-bottom: 64px;
}

#contentTelefone {
    margin-top: 8px;
    margin-bottom: 8px;
}

#contentWhatsapp {
    margin-top: 8px;
    margin-bottom: 8px;
}

#footer-hr{
    height: 5px;
    background-color: white;
}


footer a li.text-white.font-weight-bold{
    padding-bottom: 8px;
}

#hr-link-footer{
    background-color: white;
}