/* 992px - 1024px */
@media (min-width: 992px) and (max-width: 1024px) {
/* STYLE */ 
.container, .container-lg, .container-md, .container-sm {
    max-width: 930px;
}
.mobile {
    display: none;
}
.desktop {
    display: block;
}
/* STYLE */
body {
    background: none;
}
/* STYLE */
/* SESSION CONTENT about 1 */
section#session-content-about1{
    background-position: 100% 55%;
    background-size: 45%;
}
.box-session-content-about1{
    padding: 0rem 0rem 3rem 0;
    background-position: 100% 65%;
    background-size: 45%;
}
h2.session-content-about1 {
    font-size: 58px;
    line-height: 58px;
}
p.session-content-about1 {
    font-size: 16px;
    line-height: 25px;
}
.video-container{
    margin-top: 2rem;
}
.play{
    margin: 2rem -2rem;
}
.play img {
    width: 140px;
}
img.player-vimeo.pulse-button {
    width: 60%;
}
.video-container,.video-container2{
    border-radius: 22px;
}

/* SESSION CONTENT about 1 */

/* SESSION CONTENT about 2 */
section#session-content-about2 {
    
    padding: 0rem var(--bs-gutter-x,.75rem);
    background-position: 100% 35%;
}
.licenced-by img {
    display: none;
}
h2.session-content-about2 {
    font-size: 38px;
    line-height: 38px;
    padding: 0rem 0 1rem;
}
.box-session-content-about2 {
    padding: 4rem 0rem 0rem 0;
}
p.session-content-about2 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 0rem;
}
img.img-content-about2 {
    width: 120%;
    margin: 0rem auto 0rem -9rem;
}
.session-content-about2 {
    margin-top: 1rem;
}
/* SESSION CONTENT about 2 */

/* SESSION CONTENT about 3 */
section#session-content-about3 {
    padding: 5rem var(--bs-gutter-x,.75rem) 5rem;
    background-size: 540%;
}
h2.session-content-about3 {
    font-size: 58px;
    line-height: 58px;
    padding: 0rem 0 1rem;
}
.box-session-content-about3 {
    padding: 4rem 1rem 0rem 1rem;
}
img.img-content-about3 {
    position: relative;
    margin: 1rem 0rem 0 0rem;
    display: inline-block;
    width: 100%;
}

/* SESSION CONTENT about 3 */

/* SESSION CONTENT about 4 */
section#session-content-about4 {
    padding: 4rem var(--bs-gutter-x,.75rem) 2rem;
    background-position: top center;
    background-size: 130%;
    background: #fef8ec;
}
h2.session-content-about4 {
    font-size: 58px;
    line-height: 58px;
    padding: 0rem 0 3rem;
}
.box-session-content-about4 {
    padding: 0rem 0rem 0rem 0;
}
.box-itens-session-content-about4{
    min-height: auto;
    margin-bottom: 2rem;
}
p.session-content-about4 {
    font-size: 16px;
    line-height: 25px;
    padding: 1rem 0rem 1rem 0;
}
/* SESSION CONTENT about 4 */

/* SESSION CONTENT HOME 6 */
section#session-content-home6 {
    background: url(../../../../dist/images/bg-session6.jpg);
    padding: 11rem 0 4rem;
    background-position: 50% 0%;
    background-size: 110%;
    background-repeat: no-repeat;
}
.box-testimonial{
    min-height: 330px;
    background-position: top right;
}
p.testimonial {
    font-size: 16px;
    line-height: 22px;
}
.info-testimonial {
    text-align: left;
}
.btn-testimonials {
    padding: 1rem var(--bs-gutter-x,.75rem) 0;
}
/* SESSION CONTENT HOME 6 */

/* FOOTER */
section#footer {
    padding: 4rem 0 0; 
}
.info-footer1, .info-footer2 {
    padding: 1rem 0;
}
span.tag-footer{
    display: inline-block;
}
.row.copyright {
    padding-top: 0rem;
    padding-bottom: 2rem;
}
img.logo-footer {
    margin: 0 auto 0rem;
    display: block;
    width: 50%;
}
.social-icons {
    padding: 1.5rem 0rem 0;
    margin: 0 auto;
}
.row.copyright .mobile {
    display: none;
}
.row.copyright .desktop {
    display: block;
}
.copyright-mobile.mobile {
    padding: 2rem 0 0;
    font-size: 14px;
}
img.icon-scroll-icon{
    padding: 1rem 0rem 0.5rem;
}
/* FOOTER */
}