*

body{

    font-family: 'Ubuntu', sans-serif;
} 

h1{
    font-family: 'Ubuntu', sans-serif;
}

h2{
    font-family: 'Ubuntu', sans-serif;
}

h4{
    font-family: 'Pathway Gothic One', sans-serif;
}

.h5-nav{
    font-family: 'Pixo Reto SP', sans-serif;
                                                
}

.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.fa-whatsapp {
    margin-top: 16px;
}

.video-suit{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    
}

.div-video{

    margin-top: 80px;
    margin-bottom:20px ;


    background-image: linear-gradient(
        black 80%,
        black
        
    );
}

.ctn-nav{
    display: flex;
    justify-content: center;
}

.logo-suit{
    width: 60px;
}

.bg-dark{
    background-color: black;
}

.card{
    width: 14rem;
}

.prod{

    display: flex;
    justify-content: center;
    margin-bottom: 40px;

}

.card{
    margin-bottom: 15px;
}

::-webkit-scrollbar-track {
    background-color: #000000;
}
::-webkit-scrollbar {
    width: 6px;
    background: #000000;
}
::-webkit-scrollbar-thumb {
    background: #e64040;
}

a{
    text-decoration: none;
    font-style: normal;
}

h6{
    overflow: hidden;
    
}

h6::after{
    content:' ';
  display:inline-block;
  width:90%; height:10%;
  margin-right:-100%;
  margin-left: 1%;
  border-bottom:0.1px solid #000;
}

.img-mad{
    width: 400px;
}
