.section-lgpd{
    width: 100%;
}

.conteudo{
    max-width: 1000px;
    margin: 15vh auto 10vh;
}

.lgpd-conteudo{
    width: 100%;
    margin-bottom: 5vh;
}

.lgpd-title{
    width: 300px;
    height: 33px;
    background-color: #27417a;
    transform: skewX(-40deg);
    display: flex;
    align-items: center;
    justify-content: center;

}

.lgpd-title p{
    transform: skewX(40deg);
    font-size: 12px;
    color: #ffcc29;
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
}

.lgpd-text{
    width: 95%;
    margin: 2vh auto;
}

.lgpd-text p{
    width: 100%;
    color: #383336;
    font-size: 13px;
    margin: 0;
}

.lgpd-text p strong{
    font-family: "robotobold";
    font-size: 16px;
}

.lgpd-text p a{
    display: inline-block;
}

.lgpd-downloads{
    width: 95%;
    margin: 10vh auto 0px;
    display: flex;
    align-items: center;
}

.lgpd-politica{
    width: 300px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.lgpd-politica a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #27417a; 
    text-decoration: none;
    letter-spacing: 2px;
    color: #27417a;
}

.lgpd-politica a img{
    height: 100%;
    margin-right: 30px;
}

.lgpd-termos{
    width: 250px;
    height: 40px;
    display: flex;
    align-items: center;
}

.lgpd-termos a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #27417a;
    text-decoration: none;
    letter-spacing: 2px;
    color: #27417a;
}

.lgpd-termos a img{
    height: 100%;
    margin-right: 45px;
}

.lgpd-politica a:hover, .lgpd-termos a:hover{
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .conteudo{
        max-width: 100%;
        padding: 0px 50px;
    }
}

@media screen and (max-width: 650px){
    .conteudo{
        padding: 0px 20px;
    }

    .lgpd-conteudo{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lgpd-downloads{
        flex-direction: column;
    }

    .lgpd-politica{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px){
    .lgpd-title{
        width: 270px;
    }

    .lgpd-politica {
        width: 270px;
    }

    .lgpd-politica a{
        font-size: 12px;
    }

    .lgpd-politica a img{
        margin-right: 20px;
    }

    .lgpd-termos a img{
        margin-right: 40px;
    }
}