@font-face {
    font-family: 'LG Smart_Global';
    font-display: swap;
    font-weight: 700;
    font-style: italic;
    src:local(LG Smart_Global) format("woff2")
}



.support-wrap .support-title {
    position: relative !important;
    width: auto !important;
    height: 600px !important; 
    max-width: 1600px !important; 
    margin: 0 auto !important;
    padding-bottom: 260px;
    /* border: 2px solid #A50034; */
}

/* ajusta da barra suporte */
.contact-us-link-menu.bg-white{
    top:550px !important;
}

/* background */
.support-wrap .support-title #u1 {
   width: 100%;
   height: 600px;
   background-image: url(https://www.lg.com/br/suporte/sac/whatsapp/img/bg_desktop.jpg);
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-position: center center !important;
}


.support-wrap .support-title #u26 img {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 300px;
}

#u31_mobile{
    display: none;
 }

 #u25_text_mobile{
    display: none;
 }


/* até 428px - ##################### celular ##################### */
@media only screen and (max-width: 449px) {
    .support-wrap .support-title #u1 {
        width: 100% !important;
        height: 600px !important;
        position: initial !important;
        background-image: url(https://www.lg.com/br/suporte/sac/whatsapp/img/bg_mobile.jpg) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        
     } 

     .support-wrap .support-title #u9 {
        display: none;
     }

     .support-wrap .support-title #u13 {
        display: none;
     }

     .support-wrap .support-title #u26 img {
        position: absolute;
        top: 18%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 35%;
        width: 300px;
    }    

    .support-wrap .support-title #u31 {
        display: none;
    }

    .support-wrap .support-title #u31 #u31_text {
        display: none;
        
    }

    .support-wrap .support-title #u31_mobile {
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        display: flex;
        font-family: 'LG Smart_Global';
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        text-align: center;
        line-height: 18px;
        width: 100%;
    }

    .support-wrap .support-title #u31_mobile #u31_text_mobile{
        width: 100%;
    }

    .support-wrap .support-title #u25 {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 41% !important;
        width: 100%;
        height: 50px;
        border: 0 none;
    }

    #u27{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 54% !important;
        width: 100%;
        height: 50px;
        border: 0 none;
        /* background-color: #A50034; */
    }  

    #u28{
        top:67% !important;
    }

    #u28_text{
        width: 100% !important;
    }

    #u29{
        top: 75% !important;
    }
    #u29_text p{
        font-size: 0.8em !important;
        width: 100% !important;
    }

    #u29 a{
        color: #A50034;
        text-decoration: none;
    }



}

/* ####################### FIM CSS PARA CELULARES #########################3 */

/* até 767px #####################################3 tablet*/
@media only screen and (min-width: 450px) and (max-width: 767px) {

    .support-wrap .support-title #u1 {
        position: initial;
        width: 100%;
        height: 600px;
        background-image: url(https://www.lg.com/br/suporte/sac/whatsapp/img/bg_tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
     } 

     .support-wrap .support-title #u29{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 60% !important;
        width: 100%;
        height: 30px;
        border: 0 none;
     }

     .support-wrap .support-title #u26 img{
        top:13% !important;
        width: 20%;
     }

     #u31_mobile{
        display: none !important;
     }

     #u13{
        top: 64% !important;
     }

     #u9{
        top: 67% !important;
     }

     /* #u25_text_mobile{
        display: none;
     } */

     #u29{
        top: 75% !important;
    }
}

/* ########################### FIM TABLET ################################# */


.support-wrap .support-title #u31 {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    display: flex;
    font-family: 'LG Smart_Global';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    line-height: 8px;
}

.support-wrap .support-title #u25 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    width: 100%;
    height: 50px;
    border: 0 none;
}

#u25 .btn {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 80%;
    border: none;
    background-color: #A50034;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }



.support-wrap .support-title #u25 .btn {
    display: inline-block;
    min-width: 80px;
    padding: 11px 23px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    background-color: #A50034;
    margin: 0 auto;    
}

/* ao continuar esta conversa */
#u27{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
    width: 100%;
    height: 50px;
    border: 0 none;
    /* background-color: #A50034; */
}

#u27 p{
    margin:0 auto;
    text-align: center;
    font-size: 0.8em;
}

#u27 a{
    text-decoration: none;
    color: #A50034;
}

/* ou se preferir adicione */
#u28{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    top: 52%;
    width: 100%;
    height: 30px;
    border: 0 none;
    /* background-color: #A50034; */
}

/* ou se preferir, adicione... */
#u28_text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    font-family: 'LG Smart_Global';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

/* numero do telefone */
#u29{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 60%;
    width: 100%;
    height: 30px;
    border: 0 none;
    /* background-color: #A50034; */
}

#u29 a{
    color: #A50034;
    text-decoration: none;
}

/* ou se preferir, adicione... */
#u29_text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    display: flex;
    font-family: 'LG Smart_Global';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    color: #A50034;
}

/* imagem whatsapp */
#u30{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 115%;
    width: 100%;
    height: 30px;
    border: 0 none;
    /* background-color: #A50034; */
}

#u13 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 65%;
    width: 100%;
    height: 30px;
    border: 0 none;
    /* background-color: #A50034; */
}

#u9 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 70%;
    width: 100%;
    border: 0 none;
    /* background-color: #A50034; */
}

#u9_img{
    max-width: 160px;
    width: auto;
}


    /* css custom for tablets */

    /* #u1 {
        border-width: 0px;
        position: absolute;
        display: flex;
        background-image: url(img/bg-tablet.png);
        background: no-repeat center;
        background-size: cover;
    }

    #u1 img {
        border-width: 0px;
        position: absolute;
        display: flex;
        background-image: url(img/bg-tablet.png);
        background: no-repeat center;
        background-size: cover;
    }



    #u31 {
        border-width: 0px;
        position: absolute;
        width: 229px;
        height: 48px;
        display: flex;
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    } */

    


