
#bgLGPD {
    width: 100%;
    height: auto;
    padding: 70px 0;
    background: url(../images/bg-lgpd.jpg) center no-repeat;
    background-size: cover;
}

#tituloBgLgpd {
    color: var(--corBranco);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#tituloBgLgpd h1 {
    text-transform: uppercase;
    font-size: 9.375rem;
    line-height: 9.375rem;
    font-weight: 800;
    display: flex;
    align-items: center;
}

#tituloBgLgpd h1 div:nth-child(2) img{
    transform: rotate(-90deg);
    transition: .5s;
}

#bgLGPD:hover #tituloBgLgpd h1 div:nth-child(2) img {
    transform: rotate(0deg);
}

#tituloBgLgpd h2 {
    width: 24%;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 800;
    margin-left: 2%;
}

#textoBgLgpd {
    max-width: 700px;
    margin: 0 auto;
    color: var(--corBranco);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#textoBgLgpd div {
    width: 45%;
}

#textoBgLgpd span {
    background: rgba(255, 255, 255, 0.5);
    display: block;
    width: 1px;
    height: 100px;
}



#textoBgLgpd p {
    margin: 20px 0;
}

#textoBgLgpd strong{
    font-weight: 800;
}





/* BOXS 3 */

#containerBoxs {
    width: 100%;
    height: auto;
    padding: 70px 0;
}

#containerBoxs .container {
    display: flex;
    justify-content: space-between;
}

.boxs3 {
    width: 29%;
}

.boxs3:nth-child(2) {
    width: 35%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.boxs3 h3 {
    font-weight: 800;
    font-size: var(--sizeText24);
    color: var(--corCinzaEscuroTexto2);
}

.boxs3 p {
    max-width: 94%;
    font-size: var(--sizeText15);
    color: var(--corCinzaEscuroTexto2);
    margin: 10px 0;
}

.capaImg {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0px 1px 15px 0px rgba(000, 000, 000, 0.2);
}

.capaImg img {
    width: 100%;
	height: 100%;
	object-fit: cover;
    transition: .5s;
}

/* BOXS 3 */



/* PONTOS LPGD */
#pontosLgpd {
    width: 100%;
    height: auto;
    padding: 70px 0;
    background: #F8F8F8;
}

#pontosLgpd .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

#pontosLgpd h1 {
    width: 100%;  
    color: var(--corCinzaEscuroTexto2);  
    font-size: var(--sizeText24);
    line-height: var(--sizeText30);
    margin-bottom: 35px;
}

#pontosLgpd .container div {
    width: 50%;
}

#pontosLgpd .container div h3 {
    padding: 10px;
    color: var(--corBranco);
    background: #141414;
}

#pontosLgpd .container div:nth-child(2) h3 {
    padding: 10px;
    color: var(--corBranco);
    background: #108047;
}

#pontosLgpd ul {
    margin: 30px 0;
    padding: 0 30px;    
}

#pontosLgpd ul li {
    padding: 10px 0;
    font-size: var(--sizeText15);
    color: var(--corCinzaEscuroTexto2);
}

#pontosLgpd .container div:nth-child(1) ul {
    border-right: 5px dotted var(--corPadraoBorda);
}

#pontosLgpd .container div:nth-child(1) ul li {
    padding: 20px 0;
    font-size: var(--sizeText15);
    color: var(--corCinzaEscuroTexto2);
}
/* PONTOS LPGD */









/* CSS RESPONSIVO */

@media (max-width: 900px) {

    #bgLGPD {
        padding: 50px 0;
     }
    
    #tituloBgLgpd {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    
    #tituloBgLgpd h1 {
        font-size: 70px;
        line-height: 90px;
        align-items: center;
        letter-spacing: 5px;
    }
    
    #tituloBgLgpd h1 div:nth-child(2) img{
        transform: rotate(-90deg);
        transition: .5s;
        height: 60px;
        margin-bottom: -5px;
    }
    
    #tituloBgLgpd h2 {
        width: 100%;
        font-size: var(--sizeText30);
        line-height: var(--sizeText36);
        margin: 0;
        text-align: center;
    }
    
    #textoBgLgpd {
        flex-wrap: wrap;
    }
    
    #textoBgLgpd div {
        width: 100%;
    }
    
    #textoBgLgpd span {
        display: none;
    }
       
    
    #textoBgLgpd p {
        margin: 10px 0;
    }
    
    


    /* BOXS 3 */

    #containerBoxs {
        padding: 50px 0;
    }

    #containerBoxs .container {
        flex-wrap: wrap;
    }

    .boxs3, .boxs3 p {
        width: 100%;
        max-width: 100%;
    }

    .boxs3:nth-child(2) {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    /* BOXS 3 */
    
}


@media (max-width: 800px) {
    /* PONTOS LPGD */
    #pontosLgpd {
        width: 100%;
        height: auto;
        padding: 70px 0 40px 0;
        background: #F8F8F8;
    }

    #pontosLgpd .container div {
        width: 100%;
    }

    #pontosLgpd ul {
        margin: 30px 0;
        padding: 0 10px;    
    }

    #pontosLgpd .container div:nth-child(1) ul {
        border-right: 0;
    }

    #pontosLgpd .container div:nth-child(1) ul li {
        padding: 10px 0;
    }
    /* PONTOS LPGD */

}