@media (min-width: 576px) {
    #emphasis-title-desktop {
        display: block;
    }

    #emphasis-title-mobile {
        display: none;
    }

    #benefits-desktop{
        display: block;
    }
    #benefits-mobile{
        display: none;
    }
}

@media (min-width: 768px) {
   #available-desktop {
    display: block;
   }
    #mobile-social {
        display: none;
    }
   
}

@media (min-width: 992px) {
    #s-available-mobile {
        display: none;
    }

    #container-emphasis-title {
        margin-top: 16px;
    }

    #section-image-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    #divider-fb {
        display: none;
    }
}

@media (min-width: 1400px) {}

@media (min-width: 1200px) and (max-width:1399px) {
    .container.container-benefits {
        max-width: 1173px !important;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .fbox-bg.fbox-center {
        min-height: 109px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .fbox-bg.fbox-center {
        min-height: 133px;
    }

}

@media (max-width: 1399px) {
    .fbox-benefits {
        margin: 0 0px !important;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {

    .col-8-c {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-4-c {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .col-lg-benefits {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-contact {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    #divider-fb {
        display: flex;
    }
}

@media (max-width: 991.98px) {
    #front-img {
        background-image: url(../images/front-page/SM-2_02.jpg) !important;
        background-position: bottom !important;
    }
    #section-image {
        display: none;
    }

    #section-image-mobile {
        display: block;
    }

    #emphasis-title-desktop {
        display: none;
    }

    .p-banner {
        max-width: 718px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        font-size: 18px;

    }

    #container-emphasis-title {}

    #emphasis-title-mobile h1 {
        line-height: 50px;

    }

    .emphasis-title h1 {
        font-size: 40px !important;
    }

 

    #emphasis-title-mobile {
        display: block;
    }

  
    .page-section {
        padding: 30px 0;
    }


    #features-img {
        max-width: 60%;
    }

    #benefits-img {
        width: 100% !important;
    }

    .fbox-benefits {
        margin: 0 -9px !important;
    }
}

@media (max-width: 767.98px) {
    #p-form {
        border: 2px solid #000000;
        padding: 35px 25px !important;
      }
    #background-form{
     
        padding: 25px;
      }
    #available-desktop {
        display: none;
       }
    #front-img {
        background-image: url(../images/front-page/SM-2_02.jpg) !important;
        background-position: bottom !important;
    }

    .min-vh-100 {
        min-height: 100svh!important;
    }

    .feature-icon {
        flex: 0 0 auto;
        width: 30%
    }

    .feature-desc {
        flex: 0 0 auto;
        width: 70%;
    }
    #features-second-col {
        margin-top: 0 !important;
    }

    #section-features {
        padding: 120px 0 0 !important;
    }

    #s-available-desktop{
        display: none;
    }
   
}

@media (max-width: 575.98px) { 
    .emphasis-title h1 {
        font-size: 40px !important;
    }
    .all-text-devices {
       
        font-weight: 400;
        color: #000000;
        line-height: 25px;
        font-size: 23px;
    }

    #text-devices{
        margin-bottom: 0 !important;
    }

    #section-stores {
        margin-top: 0px;
    }

    #s-available-desktop {
        display: none;
    }

    #s-available-mobile {
        display: block;
    }

    #front-img {
        background-image: url('../images/front-page/SM-2_02.jpg') !important;
        background-position: bottom !important;
    }

    .text-feature {
        height: 80px;
        background-color: #f4f4f4;
        border: 3px solid #DA291C;
        text-align: left;
        border-radius: 15px;
        font-size: 15px;
        font-weight: 500;
    }

    .img-feature {
        height: 80px;
    }

    .feature-icon {
        flex: 0 0 auto;
        width: 30%
    }

    .feature-desc {
        flex: 0 0 auto;
        width: 70%;
    }

    .button.button-large.distributor-modal {
        font-size: 11px !important;
    }

    

    #mobile-social {
        display: block;
    }

    .p-mobile {
        font-size: 17px !important;
    }

    .fbox-benefits {
        margin: 0 10px !important;
    }

    #emphasis-title-mobile {
        display: block;
    }
   
    #benefits-mobile{
        display: block;
    }
    #benefits-desktop{
        display: none;
    }
    #container-emphasis-title {
        text-align: left !important;
    }
}

@media (max-width: 1400px) {
    /* #front-img{
        background-position: right center;
    } */
}

@media (max-width: 1600px) {
    .text-real-time {
        top: 51%;
        left: 17%;
    }

    .img-real-time {
        top: -110px;
    }

    .img-track {
        top: -86px;
    }

    .row-track {
        margin-top: 0;
    }

    .text-customize {
        /* top: 19%;
        left: 17%; */
        top: 14%;
        left: 13%;
    }

    .img-technical {
        top: -64px;
    }

    .row-technical {
        margin-top: -30px;
    }

    .row-customize {
        /* margin-top: 139px; */
        margin-top: 268px;
    }
}

@media (max-height: 800px) {
    #front-img {
        background-position-y: 10px;
    }
}

@media (max-width: 1600px) {
    #front-img {
        background-position-y: 20px;
    }
}