/* politica do main */

.politica-div {
    background: radial-gradient(circle, #43bac7, #005bbb);
    padding: 50px 20px;
    text-align: center;
    color: #fdfbfb;
}

.politica-div h1 {
    font-size: 2.8rem;
    font-weight: bold;
}

.politica-content {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    font-size: 1.1rem;
    color: #2a2a2a;
}

.politica-content p {
    margin-bottom: 20px;
    font-size:17px;
    text-align: justify;
}

span#dados{
    font-size: 17px;
    text-indent: 1%;
}

.politica-content a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.politica-content a:hover {
    text-decoration: underline;
}

.politica-content strong {
    font-weight: bold;
}

/*.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 5px;
    cursor: pointer;

}

.whatsapp-float img {
    width: 4em;
}*/

/* Responsividade do main */
@media (max-width: 600px) {
    .politica-header h1 {
        font-size: 2rem;
    }

    .politica-content {
        font-size: 1rem;
        padding: 0 15px;
    }

    .whatsapp-float img {
        width: 2em;
    }


    .footer-logo {
        height: 5em;
    }

}