﻿/*
    ================
    Aviso de privacidad - KhemiaLab
    ================
*/





h1 {
    margin: 2.5rem 8rem;
    text-align: center;
    font-size: 32px;
}

p {
    font-weight: 400;
    margin: 1.5rem;
    text-align: justify;    
}

    p span {
        font-weight: bold;
    }




/*
    ****
    ****
    **** Media Query
    ****
    ****
*/




/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    h1 {
        margin: 2rem;
        font-size: 26px;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        margin: 2.5rem;
        font-size: 28px;
    }
}

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 30px;
    }
}

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        margin: 2rem;
        font-size: 30px;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    h1 {
        margin: 2rem;
        font-size: 30px;
    }
}
