/* 992px - 1024px */
@media (min-width: 992px) and (max-width: 1024px) {
.desktop{
        display: block;
}
.mobile{
    display: none;
}
/* STYLE */ 
body{
    background: url(https://gabrieldegennaro.com.br/projects/safekids/wp-content/themes/safekids/dist/images/bg-banner-home.jpg);
    background-size: contain;
    text-align: left;
    background-repeat: no-repeat;
}
.navbar-light .navbar-toggler-icon{
    display: none;
}
button.btn.small.header-top{
    font-size: 16px;
}
.border-btn-small{
    max-width: 100%;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 18px;
}

/*BANNER*/
section#banner-about-us {
    padding: 0 0 0rem;
}
h1.banner-about-us {
    font-size: 65px;
    line-height: 60px;
    padding-top: 3rem;
}
.box-banner {
    padding: 5rem 0rem 0rem;
}
p.banner-about-us {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    padding: 1.5rem 0rem 0rem;
}
.col-md-6.col-sm-12.row-img-banner {
    padding: 0;
}
img.img-banner {
    margin: 1rem 0 0rem 0;
    width: 135%;
}
/*BANNER*/

/* SESSION CONTENT ABOUT US 1 */
section#session-content-about-us1 {
    padding: 3rem 0;
}
h2.session-content-about-us1 {
    font-size: 60px;
    line-height: 50px;
    padding: 1rem var(--bs-gutter-x,.75rem);
}
.check-point{
    margin-left: 0.3rem;
    width: 20px;
    height: 20px;
}
.box-session-content-about-us1 {
    padding: 0rem 0rem 0rem 0;
}
p.session-content-about-us1 {
    padding: 1rem var(--bs-gutter-x,.75rem);
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0.5rem;
}
img.img-content.img1 {
    padding: 0 0rem 0 0;
    width: 90%;
}
/* SESSION CONTENT ABOUT US 1 */

/* SESSION CONTENT ABOUT US 2 */
section#session-content-about-us2 {
    padding: 3rem 0;
    text-align: center;
}
img.img-session-content-about-us2 {
    width: 100%;
}
.pulse-button {
    margin-top: 10.5rem;
    left: 0%;
    width: 100%;
}
/* SESSION CONTENT ABOUT US 2 */

/* SESSION CONTENT ABOUT US 3 */
section#session-content-about-us3 {
    padding: 3rem 0;
    text-align: center;
}
h2.session-content-about-us3 {
    padding-bottom: 2rem;
    font-size: 60px;
    line-height: 50px;
}
.box-user-about-us {
    padding-bottom: 4.5rem;
}
img.user-about-us {
    width: 80%;
}
h6.session-content-about-us3 {
    font-size: 20px;
    line-height: 20px;
    padding-top: 1rem;
}
p.position {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0.5rem;
}
/* SESSION CONTENT ABOUT US 3 */

/* SESSION CONTENT ABOUT US 4 */
section#session-content-about-us4 {
    padding: 3rem 0;
    text-align: center;
}
h2.session-content-about-us4 {
    padding-bottom: 2rem;
    font-size: 60px;
    line-height: 50px;
}
h6.session-content-about-us4 {
    font-size: 20px;
    line-height: 20px;
    padding-top: 1rem;
}
/* SESSION CONTENT ABOUT US 4 */

/* SESSION CONTENT ABOUT US 5 */
section#session-content-about-us5 {
    padding: 3rem 0;
}
h2.session-content-about-us5 {
    font-size: 60px;
    line-height: 50px;
    padding: 0 0rem 2rem;
}
h6.session-content-about-us5 {
    font-size: 20px;
    line-height: 20px;
    padding-top: 1rem;
}
/* SESSION CONTENT ABOUT US 5 */

/* SESSION CONTENT ABOUT US 6 */
section#session-content-about-us6 {
    padding: 25rem 0 25rem;
    background: url(https://gabrieldegennaro.com.br/projects/safekids/wp-content/themes/safekids/dist/images/mobile/bg-footer-mobile.svg);
    background-size: 120%;
    background-repeat: no-repeat;
    text-align: center;
}
h2.session-content-about-us6 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
}
h6.session-content-about-us6 {
    font-size: 20px;
    line-height: 18px;
    padding-top: 1rem;
    text-align: center;
}
p.session-content-about-us6 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}
.box-session-content-about-us6 {
    padding: 3rem;
    width: 100%;
}
/* SESSION CONTENT ABOUT US 6 */

/* FOOTER */
div#footer{
    padding: 0 3rem;
}
.copyright {
    padding-top: 2rem;
}
/* FOOTER */
}