#header{
    height: 0 !important;
}

.container-header-image{
    display: none;
}

.container-privacy-police{
    background-color: #ececec;
}

.wrapper-privacy-police-title{
    padding-bottom: 2rem;
}

.wrapper-privacy-police-title h1{
    color: #212545;
    margin-bottom: 0;
    font-family: tec-font-bold, sans-serif;
}

.wrapper-privacy-police{
    margin-bottom: 2.5rem;
}

.wrapper-privacy-police h2{
    margin-bottom: 0.7rem;
    color: #bf9630;
    font-family: tec-font-semibold, sans-serif;
}

.wrapper-privacy-police p{
    margin-bottom: 0;
}

@media all and (min-width: 100px){
    .wrapper-privacy-police-title h1{
        font-size: 2rem;
    }
    .wrapper-privacy-police p{
        font-size: 1rem;
    }
    .wrapper-privacy-police h2{
        font-size: 1.2rem;
    }
}
.container-privacy-police{
    padding: 8rem 0 4rem 0;
}

@media all and (min-width: 576px){
    .wrapper-privacy-police-title h1{
        font-size: 2.1rem;
    }
    .container-privacy-police{
        padding: 8rem 0 4rem 0;
    }   
}

@media all and (min-width: 768px){
    .wrapper-privacy-police-title h1{
        font-size: 2.4rem;
    }
    .container-privacy-police{
        padding: 8rem 0 4rem 0;
    }   
}

@media all and (min-width: 992px){
    .wrapper-privacy-police-title h1{
        font-size: 2.4rem;
    }
    .container-privacy-police{
        padding: 9rem 0 4rem 0;
    }
}

@media all and (min-width: 1200px){
     .wrapper-privacy-police-title h1{
        font-size: 2.7rem;
    }
    .wrapper-privacy-police p{
        font-size: 1.1rem;
    }
    .wrapper-privacy-police h2{
        font-size: 1.5rem;
    }
    .container-privacy-police{
        padding: 10rem 0 4rem 0;
    }
}

@media all and (min-width: 1440px){
    .wrapper-privacy-police-title h1{
        font-size: 3.1rem;
    }
    .container-privacy-police{
        padding: 11rem 0 4rem 0;
    }
}

@media all and (min-width: 1920px){
    .wrapper-privacy-police-title h1{
        font-size: 3.4rem;
    }
    .container-privacy-police{
        padding: 13rem 0 4rem 0;
    }
}