@charset "UTF-8";
#warp * {
    outline-offset: none;
    text-decoration: none;
    border: 0;
    outline: none;
}

#warp article,
#warp aside,
#warp details,
#warp figcaption,
#warp figure,
#warp footer,
#warp header,
#warp hgroup,
#warp nav,
#warp section,
#warp summary {
    display: table;
}

#warp audio,
#warp canvas,
#warp video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#warp audio:not([controls]) {
    display: none;
    height: 0;
}

#warp [hidden] {
    display: none;
}

#warp html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    padding: 0;
    outline: 0;
    margin: 0;
    outline: none;
    text-decoration: none;
}

#warp a:focus {
    outline: 0;
}

#warp a:active,
a:hover {
    outline: 0;
}

#warp abbr[title] {
    border-bottom: 1px dotted;
}

#warp b,
#warp strong {
    font-weight: 700;
}

#warp blockquote {
    margin: 1em 40px;
}

#warp dfn {
    font-style: italic;
}

#warp mark {
    background: #ff0;
    color: #000;
}

#warp code,
#warp kbd,
#warp pre,
#warp samp {
    font-family: monospace, serif;
    font-size: 1em;
}

#warp pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#warp q {
    quotes: none;
}

#warp q:before,
#warp q:after {
    content: '';
    content: none;
}

#warp small {
    font-size: 80%;
}

#warp sub,
#warp sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#warp sup {
    top: -.5em;
}

#warp sub {
    bottom: -.25em;
}

#warp dd {
    margin: 0 0 0 40px;
}

#warp nav ul,
#warp nav ol,
#warp li {
    list-style: none;
    list-style-image: none;
}

#warp img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    display: table;
    max-width: 100%;
}

#warp svg:not(:root) {
    overflow: hidden;
}

#warp figure {
    margin: 0;
}

#warp figure img {
    margin: 0 auto 0;
}

#warp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#warp *,
#warp :before,
#warp :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#warp {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#warp section {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 5rem;
}

#warp section h2 {
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
}

#warp section h3 {
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 2.1rem;
    display: table;
    margin: 0 auto 3rem;
    position: relative;
}

#warp section h4 {
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
    font-size: 3vw;
}

#warp section h5 {
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
    font-size: 1.5vw;
    padding-top: 2vw;
}

#warp section p {
    font-family: 'SamsungOne 300';
    font-weight: 300;
    line-height: 1.8rem;
    font-style: normal;
    font-size: 1.2rem;
}

#warp section header {
    display: grid;
}

#warp section .txt__center {
    justify-items: center;
    text-align: center;
}

#warp section .col-grid-template-center {
    display: grid;
    justify-items: center;
    text-align: center;
    margin: 5rem auto 0;
}

#warp section .col-grid-template-center figure {
    display: grid;
}

#warp section .col-grid-template-video {}

#warp section .col-grid-template-video figure {
    overflow: hidden;
    position: relative;
    height: 47rem;
    width: 100%;
}

#warp section .col-grid-template-video figure img {
    cursor: pointer;
    position: relative;
    z-index: 9;
}

#warp section .col-grid-template-video figure video {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
    display: none;
}

#warp section .col-grid-template-video figure video.ativo {
    display: block;
}

#warp section .col-grid-template-center header {
    text-align: center;
}

#warp section .col-grid-template-left {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-evenly;
}

#warp section .col-grid-template-tabs {
    grid-template-columns: 50% 50%;
    position: relative;
    height: 22rem;
    width: 90%;
    margin: 0 auto;
}

#warp section .col-grid-template-tabs figure {
    width: 45rem;
    position: absolute;
    right: 0;
    top: 0;
}

#warp section .col-grid-template-tabs figure img {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: 500ms cubic-bezier(0.4, 0, 1, 1) 0s;
}

#warp section .col-grid-template-tabs figure .img__active {
    opacity: 1;
}

#warp section .col-grid-template-tabs a {
    display: table;
    font-family: 'Samsung Sharp Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 1.3rem;
    float: left;
    margin-right: 1rem;
    color: #607d8b;
    margin-top: 3rem;
    transition: 500ms cubic-bezier(0.4, 0, 1, 1) 0s;
    border-bottom: 1px solid transparent;
}

#warp section .col-grid-template-left .bt__ative {
    color: #000;
    font-weight: 500;
    border-color: #000;
}

#warp section .col-grid-template-left .txt__left {
    font-size: 1.07vw;
    line-height: 1.5vw;
    margin-top: 2rem;
}


/*
    Coluna Samsung (b)
    digi.ag
*/

#warp .col-pdp-section .col-pdp-section__a {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 4rem 0;
}


/*
    Coluna Samsung (b)
    digi.ag
*/

#warp .col-pdp-section_a {
    padding: 5rem 0 5rem;
    background-color: #000;
    color: #fff;
}


/*
    Coluna Samsung (b)
    digi.ag
*/

#warp .col-pdp-section_b article {
    position: relative;
    width: 100%;
    height: 71rem;
}

#warp .col-pdp-section_b article figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#warp .col-pdp-section_b article figure img {
    margin: 0 auto;
    display: none;
}

#warp .col-pdp-section_b article figure.fade__active img {
    display: block;
    margin: 0 auto;
}

#warp .col-pdp-section_b ul {
    display: flex;
    justify-content: center;
    margin: 2rem auto 2rem;
}

#warp .col-pdp-section_b ul li {
    float: left;
    width: 7rem;
    height: 8rem;
    margin-right: 2rem;
}

#warp .col-pdp-section_b ul li:last-child {
    margin-right: 0;
}

#warp .col-pdp-section_b ul li a {
    text-indent: -99999px;
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
}

#warp .col-pdp-section_b ul .bt__a a {
    background: url("../images/bt_03.jpg") center top no-repeat;
}

#warp .col-pdp-section_b ul .bt__a.bt__active a {
    background: url("../images/bt_01.jpg") center top no-repeat;
}

#warp .col-pdp-section_b ul .bt__b a {
    background: url("../images/bt_02.jpg") center top no-repeat;
}

#warp .col-pdp-section_b ul .bt__b.bt__active a {
    background: url("../images/bt_04.jpg") center top no-repeat;
}


/*
    Coluna Samsung (b)
    digi.ag
*/

#warp .col-pdp-section_c article {
    position: relative;
    width: 100%;
    height: 55rem;
}

#warp .col-pdp-section_c article figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#warp .col-pdp-section_c article figure img {
    margin: 0 auto;
    display: none;
}

#warp .col-pdp-section_c article figure.fade__active img {
    display: block;
    margin: 0 auto;
}

#warp .col-pdp-section_c ul {
    display: flex;
    justify-content: center;
    margin: 2rem auto 2rem;
}

#warp .col-pdp-section_c ul li {
    float: left;
    width: 13rem;
    height: 8rem;
}

#warp .col-pdp-section_c ul li:last-child {
    margin-right: 0;
}

#warp .col-pdp-section_c ul li a {
    text-indent: -99999px;
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
}

#warp .col-pdp-section_c ul .bt__a a {
    background: url("../images/06_02.jpg") center top no-repeat;
}

#warp .col-pdp-section_c ul .bt__a.bt__active a {
    background: url("../images/06_01.png") center top no-repeat;
}

#warp .col-pdp-section_c ul .bt__b a {
    background: url("../images/07_02.png") center top no-repeat;
}

#warp .col-pdp-section_c ul .bt__b.bt__active a {
    background: url("../images/07_01.jpg") center top no-repeat;
}


/*
    Coluna Samsung (b)
    digi.ag
*/

#warp .col-pdp-section article {
    padding-top: 3rem;
}

#warp .col-pdp-section article aside {}

#warp .col-pdp-section article aside header {}

#warp .col-pdp-section article aside header h4 {
    padding: 7rem 0 2rem;
}

#warp .col-pdp-section article aside header figure {
    width: auto;
}

#warp .col-pdp-section .col-rodape {
    margin-top: 1rem;
}


/*
    Coluna Samsung (b)
    digi.ag
*/

#warp .col-samsung__a {}

#warp .col-samsung__a article figure {}

#warp .col-samsung__a article .img-samsung__a {
    position: relative;
    z-index: 9;
}

#warp .col-samsung__a article .img-samsung__b {
    position: absolute;
    left: 24rem;
    top: 66rem;
    width: 71rem;
}

#warp .col-samsung__a .table__left {
    float: left;
    margin-right: 7rem;
}

#warp .col-samsung__a .table__left img {
    margin: 0 auto 0;
}

#warp .col-samsung__a .table__left:last-child {
    margin-right: 0;
}

#warp .col-samsung__a .table__left figure {
    padding-bottom: 3rem;
    width: 30rem;
    margin: 0 auto;
}

#warp .col-samsung__a .col-text__a {
    padding-bottom: 20rem;
}

#warp .col-samsung__background {
    background: #000;
    color: #fff;
}


/*
    Coluna Samsung (b)
    digi.ag
*/

#warp .col-samsung__b {
    padding-bottom: 0;
}

#warp .col-samsung__b .padding-bottomsa {
    padding-bottom: 20rem;
}

#warp .col-samsung__b article aside {
    float: left;
    margin-right: 15rem;
}

#warp .col-samsung__b article aside header .samsung-text__rodape {
    padding-top: 2rem;
}


/*
    Coluna Samsung (c)
    digi.ag
*/

#warp .col-samsung__c {}

#warp .col-samsung__c aside {
    float: left;
    margin-right: 10rem;
}

#warp .col-samsung__c figure {
    float: right;
}


/*
    Coluna Samsung (d)
    digi.ag
*/

#warp .col-samsung__d {
    padding-bottom: 0;
}

#warp .col-samsung__d figure {
    padding: 2rem 0 2rem;
}


/*
    Coluna Samsung (e)
    digi.ag
*/

#warp .col-samsung__e {
    padding-bottom: 0;
    display: block;
}

#warp .col-samsung__e .slider {
    height: 60rem;
}

#warp .col-samsung__e figure {
    padding: 2rem 0 2rem;
}


/*
    Coluna Samsung (f)
    digi.ag
*/

#warp .col-samsung__f {
    padding-bottom: 0;
}

#warp .col-samsung__f figure {
    padding: 2rem 0 2rem;
}

#warp .col-samsung__f .slider {
    height: 60rem;
}

#warp .col-samsung__f .col-samsung__center {
    position: relative;
    overflow: hidden;
    /* width: 90rem; */
    margin: 0 auto;
}

#warp .col-samsung__f .col-samsung__center .slider__inner {
    width: 600%;
}


/*
    Coluna Samsung (g)
    digi.ag
*/

#warp .col-samsung__g {
    padding-bottom: 0;
}

#warp .col-samsung__g figure {
    padding: 2rem 0 2rem;
}


/*
    Coluna Samsung (h)
    digi.ag
*/

#warp .col-samsung__h {
    padding-bottom: 0;
}

#warp .col-samsung__h figure {
    padding: 0;
    position: relative;
    margin: 3rem auto 3rem;
}

#warp .col-samsung__h figure .esconde {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 999999;
    transition: all 100s;
    -webkit-transition: 0.3s ease;
}

#warp .col-samsung__h.opacidade figure .esconde {
    opacity: 1;
}


/*
    Coluna Samsung (i)
    digi.ag
*/

#warp .col-samsung__i {
    padding-bottom: 0;
}

#warp .col-samsung__i figure {
    float: left;
    margin-right: 5rem;
    margin-top: 3rem;
}

#warp .col-samsung__i aside {
    float: right;
    width: 35rem;
}

#warp .col-samsung__i aside header {}

#warp .col-samsung__i aside header h2 {}

#warp .col-samsung__i aside header .samsung-text__rodape {
    padding-top: 3rem;
}


/*
    Coluna Samsung (j)
    digi.ag
*/

#warp .col-samsung__j {
    padding-bottom: 0;
}

#warp .col-samsung__j figure {
    float: left;
    margin-right: 0;
    margin-top: 3rem;
}

#warp .col-samsung__j aside {
    float: left;
    width: 35rem;
    margin-right: 5rem;
}

#warp .col-samsung__j aside header {}

#warp .col-samsung__j aside header h2 {}

#warp .col-samsung__j aside header .samsung-text__rodape {
    padding-top: 3rem;
}


/*
    Coluna Samsung (f)
    digi.ag
*/

#warp .col-samsung__l figure {
    padding: 2rem 0 2rem;
}

#warp .col__rodape {
    display: table;
    width: 100%;
    background-color: #000;
    padding: 5rem 2rem 5rem;
}

#warp .col__rodape .img__grupo {
    margin: 0 auto 3rem;
}

#warp .col__rodape .img__um {
    width: 55rem;
}

#warp .col__rodape .img__do {
    width: 32rem;
}

#warp .col__rodape h2 {
    color: #fff;
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 5rem;
}

#warp .col__rodape h3 {
    text-align: center;
    color: #fff;
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
    padding: 3rem 0 6rem;
    font-size: 2.5rem;
}

#warp .col__rodape .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#warp .col__rodape .flex-container p {
    font-family: 'SamsungOne 400';
    font-weight: 400;
    font-style: normal;
    float: left;
    font-size: .8vw;
    color: #fff;
    display: table;
    text-align: left;
    width: 77%;
}

#warp .col__rodape .flex-container p a {
    color: #03A9F4;
}

#warp .col__rodape .flex-container .img__sansgung_a {
    float: left;
}

#warp .col__rodape .flex-container .img__sansgung_b {
    float: right;
    width: auto;
}


/*
    Responsivo (480px)
    11/06/2019 - Junho
    digi.ag
*/

@media (max-width: 480px) {
    #warp .col-pdp-section .col-pdp-section__a {
        grid-template-columns: initial;
        text-align: center;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    #warp .col-pdp-section_c ul li {
        width: 8.5rem;
        margin-right: 1rem;
        height: 6rem;
    }
    #warp .col-pdp-section_c ul .bt__a a {
        background-size: contain;
    }
    #warp .col-pdp-section_c ul .bt__b.bt__active a {
        background-size: contain;
    }
    #warp .col-pdp-section_c ul .bt__a.bt__active a {
        background-size: contain;
    }
    #warp .col-pdp-section_c ul .bt__b a {
        /* background-size: 100%; 
        background-position: ;*/
        background-size: contain;
    }
    #warp section {
        padding: 0;
        margin-bottom: 0;
    }
    #warp .padding__top {
        padding-top: 2rem;
    }
    #warp .col-samsung__background {
        padding-top: 1rem;
    }
    #warp section header h2 {
        padding: 5vw 0 5vw;
        font-size: 8.5vw;
        line-height: 11vw;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    #warp section h5 {
        font-size: 4vw;
        width: 70vw;
        margin: 0 auto;
        line-height: 6vw;
    }
    #warp section .margin__auto {
        padding: 2rem 0 2rem;
    }
    #warp section .center__mooblie {
        width: 80%;
    }
    #warp section .img__bottom {
        margin: 1rem auto 0;
    }
    #warp section .img-sete {
        padding-bottom: 0;
    }
    #warp section .txt__bottom {
        width: 90%;
        margin: 3vw auto 2rem;
        line-height: 1.5rem;
        text-align: center;
        font-size: 3.6vw;
    }
    #warp section .txt__bottom br {
        display: none;
    }
    #warp section .margin__auto .table-left {
        margin-top: 3rem;
        width: 16rem;
        margin: 2rem auto 0;
    }
    #warp section h3 {
        font-size: 1rem;
    }
    #warp section header h2 br {
        display: none;
    }
    #warp section header p {
        line-height: 6vw;
        width: 90%;
        font-size: 4vw;
        margin: 0 auto 0;
        text-align: center;
    }
    #warp section .samsung-text__rodape {
        line-height: 1.5rem;
        width: 90%;
        margin: 2rem auto 0;
        font-size: 0.80rem;
    }
    #warp section .samsung-text__rodape br {
        display: none;
    }
    /*
        ## Responsivo 768 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__a {
        padding: 0;
    }
    #warp .col-samsung__a .col-text__a {
        padding-bottom: 0;
    }
    #warp .col-samsung__a article {
        padding: 3rem 0 3rem;
    }
    #warp .col-samsung__a article .img-samsung__a {
        width: 19rem;
    }
    #warp .col-samsung__a article .img-samsung__b {
        width: 21rem;
        top: 34rem;
        left: 4rem;
    }
    #warp .col-samsung__a article figure {
        width: 19rem;
    }
    #warp .col-samsung__a .table__left figure {
        width: 100%;
        padding: 0;
    }
    #warp section .padding-bottom {
        padding-bottom: 2rem;
    }
    #warp .col-samsung__a .table__left {
        float: none;
        width: 77%;
        margin: 0 auto 0;
    }
    #warp .col-samsung__a .table__left:last-child {
        margin: 0 auto 0;
    }
    /* #warp .col-samsung__a .table__left:first-child header h2 {
        padding-bottom: 1rem;
    } */
    /*
        ## Responsivo 768 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__b {
        padding: 3rem 0 0;
    }
    #warp .col-samsung__b .col-left__a {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #warp .col-samsung__b .col-left__a br {
        display: none;
    }
    /*
        ## Responsivo 768 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__b article aside {
        float: none;
        width: 100%;
        text-align: center;
        margin: auto;
    }
    #warp .col-samsung__b .samsung-text__rodape {
        padding-top: 0;
        width: 80%;
        margin: 0 auto;
        line-height: 1.3rem;
    }
    #warp .col-samsung__b .col-left__a figure:last-child {
        margin-top: 1.1rem;
        width: 7rem;
    }
    #warp .col-samsung__b .col-left__a p {
        padding: 0;
        margin-bottom: 4rem;
    }
    #warp .col-samsung__b .col-left__a figure {
        margin: 0;
        margin-left: 4rem;
        width: 6rem;
    }
    /*
        ## Responsivo 768 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__c {
        padding: 3rem 0 0;
    }
    #warp .col-samsung__c aside {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
        padding-bottom: 3rem;
    }
    #warp .col-samsung__c figure {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    #warp .col-samsung__c .col-left__b {
        float: none;
        width: 100%;
        padding: 0;
    }
    #warp .col-samsung__c .col-left__b header {
        text-align: center;
    }
    #warp .col-samsung__c .samsung-text__rodape {
        font-size: 0.90REM;
        line-height: 1.4rem;
    }
    /*
        ## Responsivo 768 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__d {
        padding: 3rem 0 0;
    }
    /*
        ## Responsivo 768 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__e .slider {
        height: 37rem;
    }
    /*
    ## Responsivo 768 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/
    #warp .col-samsung__f .slider {
        height: 26rem;
    }
    /*
        ## Responsivo 768 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__g figure {
        padding-bottom: 0;
    }
    /*
        ## Responsivo 768 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__i figure {
        float: none;
        margin: 0 auto 0;
        width: 14rem;
    }
    #warp .col-samsung__i aside {
        float: none;
        width: 100%;
        text-align: center;
    }
    /*
        ## Responsivo 768 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__j figure {
        float: none;
        margin: 3rem auto 0;
        width: 20rem;
    }
    #warp .col-samsung__j aside {
        float: none;
        width: 100%;
        text-align: center;
    }
    #warp section .col-grid-template-left {
        grid-template-columns: none;
        width: 80%;
        margin: 3rem auto 3rem;
        grid-gap: 2rem;
    }
    #warp section .col-grid-template-left .txt__left {
        font-size: 4vw;
        line-height: 1.5rem;
    }
    #warp .col-pdp-section article aside {
        display: grid;
        justify-items: center;
        text-align: center;
    }
    #warp .col-pdp-section article aside header h4 {
        padding: 2rem 0 0;
        font-size: 6vw;
    }
    #warp .col-pdp-section article aside header figure {
        width: 68%;
        margin: 2rem auto 3rem;
    }
    #warp .col-pdp-section .col-rodape {
        width: 80%;
        margin: 0 auto 2rem;
    }
    #warp .col-pdp-section_a {
        padding: 2rem 0 0em;
    }
    #warp .col-pdp-section_b article {
        height: 30rem;
    }
    #warp .col-pdp-section_b article figure {
        /* width: 80%; */
        /* margin: 0 auto; */
    }
    #warp .col-pdp-section_b article figure img {
        width: 90%;
    }
    #warp .col-pdp-section-z article figure img {
        width: 90%;
        margin: 0 auto;
    }
    #warp section .col-grid-template-left figure img {
        margin: 0 auto;
    }
    #warp .col-pdp-section_c article {
        height: auto;
        margin: 2rem auto 0;
    }
    #warp .col-pdp-section_c article article {
        height: 17rem;
    }
    #warp .col-pdp-section_c ul {
        padding: 0;
        margin-top: 0;
    }
    #warp .col-pdp-section_b ul {
        padding: 0;
        margin-top: 0;
    }
    #warp .col-pdp-section_c article article figure img {
        width: 90%;
    }
    #warp .col-grid-template-center__mobile {
        width: 80%;
    }
    #warp section .col-grid-template-moobile {
        padding: 0;
        margin: 0 auto 0;
    }
    #warp section .col-grid-template-center figure {}
}


/*
    ## Responsivo 768 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/

@media (max-width: 768px) {
    #warp section header p br {
        display: none;
    }
}


/*
    ## Responsivo 481 and 768 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/

@media (min-width: 481px) and (max-width: 768px) {
    #warp section header h2 {
        font-size: 6vw;
        width: 90%;
        margin: 0 auto;
    }
    #warp section header h2 br {
        display: none;
    }
    #warp section h3 {
        margin-top: 2vw;
    }
    #warp section header p {
        width: 80%;
        margin: 3vw auto 1vw;
        line-height: 5vw;
        font-size: 2.15vw;
    }
    #warp section .txt__bottom {
        width: 90%;
        margin: 3vw auto 0;
        font-size: 1.7vw;
        text-align: center;
    }
}


/*
    ## Responsivo 769 and 1024 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/

@media (max-width: 1024px) and (min-width: 769px) {
    #warp .col-pdp-section {
        width: 90%;
        margin: 0 auto 3rem;
    }
    #warp section .col-grid-template-center {
        margin-top: 2rem;
    }
    #warp .col-pdp-section .col-pdp-section__a {
        padding: 0;
        padding-top: 2rem;
    }
    #warp .col-pdp-section #warp section header h2 {
        font-size: 5vw;
        width: 90%;
        margin: 0 auto;
        line-height: 5vw;
    }
    #warp section h2 {
        font-size: 2.5rem;
        line-height: 2.3rem;
        margin-bottom: 2rem;
    }
    #warp section header p {
        width: 90%;
        margin: 1rem auto 0;
        line-height: 1.5rem;
        font-size: 1.7vw;
        font-size: 1rem;
    }
    #warp section header p br {
        display: none;
    }
    #warp section .txt__bottom {
        width: 90%;
        margin: 8vw auto 0;
        font-size: 1.7vw;
        text-align: center;
        line-height: 1.5rem;
    }
    #warp section .col-grid-template-left {
        /* width: 90%; */
        margin: 0 auto;
    }
    #warp section .col-grid-template-left figure {
        width: 24rem;
    }
    #warp section .col-grid-template-left br {
        display: block;
    }
    #warp section .col-grid-template-left p {
        margin: 0;
    }
    #warp .col-pdp-section_b article {
        height: 56rem;
    }
    #warp .col-pdp-section_c article {
        height: 50rem;
    }
}


/*
    ## Responsivo 1024 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/

@media (min-width: 1025px) {
    #warp section header h2 {
        font-size: 4vw;
        line-height: 4.5vw;
        padding-bottom: 2vw;
    }
    #warp section header p {
        line-height: 2.10vw;
        font-size: 1.5vw;
    }
    #warp section .txt__bottom {
        font-size: 1vw;
        width: 100%;
        text-align: center;
        padding-top: 2vw;
        line-height: 1.5rem;
    }
}


/*
    ## Responsivo 1025 and 1520 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/

@media (max-width: 1520px) and (min-width: 1025px) {
    #warp section header p {
        font-size: 1.7vw;
        line-height: 2.5vw;
        width: 100%;
        margin: 0 auto;
    }
    #warp .padding__top {
        padding-top: 5rem;
    }
    /*
        ## Responsivo 1025 and 1520 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__a {
        padding-top: 5rem;
    }
    #warp .col-samsung__a article .img-samsung__b {
        width: 81%;
        left: 7rem;
        top: 62rem;
    }
    #warp .col-samsung__a article .img-samsung__b img {
        margin: 0 auto;
    }
    #warp .col-samsung__a .table__left {
        width: 47rem;
    }
    /* #warp .col-samsung__a .table__left:first-child header h2 {
        padding-bottom: 12rem;
    } */
    #warp .col-samsung__a .table__left p {
        width: 100%;
    }
    #warp .col-samsung__a .table__left p br {
        display: none;
    }
    #warp .col-samsung__a article figure {
        width: 65rem;
    }
    /*
        ## Responsivo 1025 and 1520 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__b .col-left__a {
        padding-left: 11rem;
        position: absolute;
        background: #000;
        margin-left: 0;
        z-index: 9;
    }
    #warp .col-samsung__b .col-left__a p {
        width: 100%;
    }
    #warp .col-samsung__b .img-samsung__c {
        width: 75rem;
        right: 5rem;
    }
    #warp .col-samsung__b article aside header p {
        width: 100%;
    }
    /*
        ## Responsivo 1025 and 1520 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__c figure {
        max-width: 37rem;
    }
    #warp .col-samsung__c .col-left__b {
        padding-right: 15rem;
    }
    #warp .col-samsung__c .col-left__b p {
        width: 100%;
    }
    #warp .col-samsung__c aside {
        width: 33rem;
    }
    #warp .col-samsung__c aside p {
        width: 100%;
    }
    #warp .col-samsung__c aside p br {
        display: none;
    }
    /*
        ## Responsivo 1025 and 1520 ## 
        ## 07/03 ## 
        ## digi.ag ## 
    */
    #warp .col-samsung__i aside p {
        width: 100%;
    }
    #warp .col-samsung__i figure {
        margin-right: 10rem;
    }
    /*
    ## Responsivo 1025 and 1520 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/
    #warp .col-samsung__j aside p {
        width: 100%;
    }
    #warp .col-samsung__j figure {
        margin-left: 3rem;
    }
    #warp section .txt__bottom {
        font-size: 1.4vw;
        line-height: 1.8rem;
    }
    #warp .col-pdp-section {
        width: 90%;
        margin: 3rem auto 3rem;
    }
    #warp .col-pdp-section .col-pdp-section__a {
        padding: 0;
    }
    #warp .col-pdp-section-z {
        width: 80%;
        margin: 0 auto 4rem;
    }
    #warp section .col-grid-template-tabs {
        width: 90%;
        align-content: baseline;
        padding-top: 0;
        grid-template-columns: 40% 50%;
        margin-top: 3rem;
    }
    #warp section .col-grid-template-tabs br {
        display: none;
    }
    #warp section .col-grid-template-tabs figure {
        width: 32rem;
    }
    #warp .col__rodape h3 {
        font-size: 2rem;
        line-height: 3rem;
        width: 80%;
        margin: 0 auto;
    }
    #warp .col__rodape h3 br {
        display: none;
    }
    #warp .col__rodape .img__um {
        width: 49rem;
    }
    #warp .col__rodape .img__do {
        width: 28rem;
    }
    #warp .col__rodape .flex-container p {
        font-size: 1rem;
        width: 80%;
    }
}

@media (min-width: 1521px) {}

.slick-dots {
    margin: 1rem auto 1rem;
    display: table !important;
}

.slick-dots li {
    display: table;
    float: left;
    width: 20px;
    height: 20px;
    background: #ccc;
    margin-right: 1rem;
    border-radius: 100%;
    cursor: pointer;
    transition: 500ms cubic-bezier(0.4, 0, 1, 1) 0s;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    background: transparent;
    display: table;
    text-indent: -999999px;
}

.slick-dots .slick-active {
    background: #607d8b;
    box-shadow: 1px 3px 2px 0px #00000029;
}

.slick-dots .slick-active button {}

.your-class {
    overflow: hidden;
    position: relative;
}


/* Slider */

.slick-slider {
    position: relative;
    margin: 0 auto 0;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}