@font-face {
    font-family: 'DrukWide';
    src: url('../fonts/DrukWideBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

*{
    margin: 0;
    font-family: "Poppins";
    font-weight: 400;
}

footer{
    background-image: url('../img/Rodapé.png');
    background-size: cover;
    color: white;
    padding: 60px 0;  
}

.prod_and_fc{
    display: flex;
    justify-content: center;
}

.prod_and_fc .container{
    width: 27rem;
    margin: 0px auto;
    padding: 15px;
}

.prod_and_fc .container .title_produtos{
    font-family: 'drukWide', sans-serif;
    color: #ffffff;
    font-size: 15px;
}

.prod_and_fc .container ul{
    list-style: none;
    margin-top: 10px;
    padding: 0px;
    line-height: 1.8;
}

.prod_and_fc .container ul li{
    font-family: 'Montserrat', sans-serif;
    list-style: circle;
    font-size: 15px;
}

.prod_and_fc .container .title_fc{
    font-family: 'drukWide', sans-serif;
    font-size: 15px;
    color: #ffffff;
}

.prod_and_fc .container .general_data{
    margin-top: 10px;
    list-style: circle;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 12px;
}

.prod_and_fc .container .general_data p{
    font-family: 'Montserrat', sans-serif;
    list-style: circle;
    font-size: 15px;
}

.prod_and_fc .container .general_data a{
    font-family: 'Montserrat', sans-serif;
    color: #ffa017;
    text-decoration: none;
    list-style: circle;
    font-size: 15px;
}

.company_messager{
    width: 85%;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.company_messager .message{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    text-align: center;
    font-size: 10px;
}

.additional_data{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 70px;
    line-height: 1.5;
    text-align: center;
    align-items: center;
    gap: 20px;
    font-size: 12px; 
}

.additional_data p{
    font-family: 'Montserrat', sans-serif;
}

.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}
