body{
    margin: 0px;
    padding: 0px;
}

img.lazyload:not([src]),
img.lazyload[src=""]{
    visibility: hidden;
}

p{
    margin: 0;
}
p + p{
    margin-top: 1rem;
}

a{
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

header{
    background-color: #141316;
    border-bottom: solid 1px #fff;
}
header .logo{
    max-width: 120px;
}
@media(min-width: 992px){
    header .logo{
        max-width: none;
    }
}
.header-bar{
    font-size: 15px;
    color: #fff;
    background-color: #111;
    border-bottom: solid 1px #fff;
}
@media(min-width: 992px){
    .header-bar{
        font-size: 16px;
    }
}
.header-bar a{
    color: inherit;
    text-decoration: none;
}
.header-bar a:hover{
    text-decoration: underline;
}
.header-bar .vr{
    align-self: center;
}

body main{
    min-height: 75vh;
}
@media(min-width: 992px){
    body main{
        min-height: 80vh;
    }
}

footer{
    color: #fff;
    background-color: #111;
}
footer h4,
footer h5,
footer h6{
    font-weight: 600;
}
footer a,
footer .nav .nav-link{
    color: inherit;
    padding: 2px 0px;
}
footer a:hover,
footer .nav-link:hover{
    color: inherit;
    text-decoration: underline;
}
footer .nav-link{
    padding-left: 0px;
}
footer i{
    color: inherit;
}

footer .to-top i{
    color: #444;
    cursor: pointer;
}

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;
}
