body{
    font-family: 'Lato', sans-serif;
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #202020, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: radial-gradient(ellipse at bottom, #0d1d31 0%, #0c0d13 100%);
}

.postagens{
    margin-top: 100px;
}

.postagens img {
    /* Hide the broken image icon */
    content: none !important;
}

.header ul li{
    font-size: 24px;
}
.header .navbar-toggler-icon{
    font-size: 35px;
}
.news .text-center h1{
    font-size: 75px;
    color: white;
}
.news .text-center p{
    font-size: 30px;
    color: rgb(179, 179, 179);
}

.fa-whatsapp{
    color: #25d366;
    font-size: 70px;
}
.fa-facebook{
    color: #316ff6;
    font-size: 70px;
}

.fa-instagram {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 70px;
}

.whatsapp-icon .fa-whatsapp{
    transition: transform 0.3s ease-in-out; /* Adjust the duration and easing function as needed */
  }
  
  .whatsapp-icon:hover .fa-whatsapp{
    transform: translateY(-20px);
  }
  
  .facebook-icon .fa-facebook{
    transition: transform 0.3s ease-in-out; /* Adjust the duration and easing function as needed */
  }
  
  .facebook-icon:hover .fa-facebook{
    transform: translateY(-20px);
  }
  
  .instagram-icon .fa-instagram{
    transition: transform 0.3s ease-in-out; /* Adjust the duration and easing function as needed */
  }
  
  .instagram-icon:hover .fa-instagram{
    transform: translateY(-20px);
  }


@media (max-width: 575px){
    .header .sidebar{
        background-color: rgba(94, 94, 94, 0.15);
        backdrop-filter: blur(10px);
    }
    .header .logo img{
        width: 150px;
        height: auto;
    }
    .header .navbar-toggler-icon{
        font-size: 25px;
    }
    .news .text-center h1{
        font-size: 40px;
        color: white;
    }
    .news .text-center p{
        font-size: 15px;
        color: rgb(179, 179, 179);
    }
    footer .text-left h1{
        color: rgb(202, 202, 202);
        font-size: 20px;
    }
    .fa-whatsapp, .fa-facebook, .fa-instagram{
        font-size: 32px;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    .header .sidebar{
        background-color: rgba(94, 94, 94, 0.15);
        backdrop-filter: blur(10px);
    }
    .header .logo img{
        width: 200px;
        height: auto;
    }
    .header .navbar-toggler-icon{
        font-size: 30px;
    }
    .news .text-center h1{
        font-size: 40px;
        color: white;
    }
    .news .text-center p{
        font-size: 15px;
        color: rgb(179, 179, 179);
    }
    footer .text-left h1{
        color: rgb(202, 202, 202);
        font-size: 30px;
    }
    .fa-whatsapp, .fa-facebook, .fa-instagram{
        font-size: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .header .sidebar{
        background-color: rgba(94, 94, 94, 0.15);
        backdrop-filter: blur(10px);
    }
    .header .logo img{
        width: 250px;
        height: auto;
    }
    .header .navbar-toggler-icon{
        font-size: 40px;
    }
    .news .text-center h1{
        font-size: 50px;
        color: white;
    }
    .news .text-center p{
        font-size: 20px;
        color: rgb(179, 179, 179);
    }
    .fa-whatsapp, .fa-facebook, .fa-instagram{
        font-size: 30px;
    }
    footer .social-media-text h1{
        color: rgb(202, 202, 202);
        font-size: 20px;
    }

    footer .atendimento-contato h1{
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .header .sidebar{
        background-color: rgba(94, 94, 94, 0.15);
        backdrop-filter: blur(10px);
    }
    .header .logo img{
        width: 270px;
        height: auto;
    }
    .header .navbar-toggler-icon{
        font-size: 40px;
    }
    .fa-whatsapp, .fa-facebook, .fa-instagram{
        font-size: 50px;
    }
    footer .social-media-text h1{
        color: rgb(202, 202, 202);
        font-size: 30px;
    }

    footer .atendimento-contato h1{
        font-size: 20px;
    }
}
