:root {
    --nx-bgColor: #000;
}

::-webkit-scrollbar {
    width: 0px;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html {
    font-size: 62.5%;
}

html,
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    background-color: var(--nx-bgColor);
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

/*Desktops Viewsection*/
/*Main Section*/
#section-Main {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-self: center;
    overflow: hidden;
    background: url(../images/mainBkg-02.jpg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

#top-section {
    width: 100%;
    background: url(../images/mainBkg-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
}

h1.main-title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 3.5rem;
    text-align: center;
    max-width: 1000px;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 4px 12px;
    color: white;
    margin: 0 auto;
    text-transform: uppercase;
}

h1.main-subTitulo {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*Header Section*/
.header-secMain {
    flex-direction: row;
    align-items: center;
    top: 0px;
    display: flex;
    width: 100%;
    padding: 5rem 10rem;
    justify-content: space-between;
    background: linear-gradient(rgb(19, 24, 27), transparent);
    z-index: 99;
}



.header-logo {
    width: 20rem;
    height: auto;
}

.horizontalMenu {
    margin-left: 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.horizontalMenu a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    margin: 0 20px;
    font-weight: 400;
    font-size: 2rem;
    line-height: 23px;
}

.buttons {
    margin-left: auto;
}

button {
    border: none;
}

#login {
    width: 13rem;
    height: 5rem;
    text-align: center;
    border-radius: 5px;
    background-color: transparent;
    color: white;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.3rem;
    cursor: pointer;
    margin-right: 0;
    background: linear-gradient(180deg, #FB8C2D 0%, #EF601E 100%);
    border-radius: 90px;
}

.btn-cadastrar {
    width: 25rem;
    height: 5rem;
    text-align: center;
    background-color: transparent;
    color: white;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.3rem;
    cursor: pointer;
    margin-right: 15px;
    background: linear-gradient(180deg, #0AC93B 0%, #058228 100%);
    border-radius: 90px;
}

/*FIM Header Section*/

/*Assinar Section*/
#assinar-Section {
    display: flex;
    flex-direction: column;
    width: 40%;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

#streaming-live {
    width: 60%;
    flex-grow: 1;
}

#streaming-live iframe {
    height: 100%;
}


/*Video screen*/
.container-live {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
}

.container-live iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

.bmpui-ui-watermark {
    display: none;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}




#assinar-Section h1 {}

#assinar-Section img {
    width: 3.5rem;
    height: auto;
    margin-bottom: 1rem;
}

.assinar-subTitulo {
    margin-top: 50px;
    font-weight: 400;
    font-size: 2.4rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

.assinar-subTitulo span {
    font-weight: 900;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.testeSubtitulo {
    font-size: 2rem;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}

#emailForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10rem;
    max-width: 80%;
}

#emailIput {
    margin: 4rem auto;
    padding: 0 2rem;
    border: 1px solid #3B4A54;
    width: 792.76px;
    height: 6rem;
    font-size: 2rem;
    font-weight: 200;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #3B4A54;
    border-radius: 90px;
    box-sizing: border-box;
}

#buttonTeste {
    background: linear-gradient(180deg, #0AC93B -21.11%, #058228 100%);
    height: 6rem;
    border-radius: 0 90px 90px 0;
    border: 1px solid #3B4A54;
    box-sizing: border-box;
    max-width: 50rem;
    font-size: 2rem;
    color: white;
    padding: 2rem 2rem;
    margin: 4rem auto;
    margin-left: -12rem;
}

/*FIM Assinar Section*/


/*Filmes e Dispositivos Section*/
#filmes,
#dispositivos {
    padding: 8rem 0;
    width: 100%;
    background-color: #000;
}

#filmes>div,
#dispositivos>div {
    position: relative;
    z-index: 99;
}

.filmesContainerScroll {
    width: 100%;
    overflow-x: scroll;
}



.seriesImg {
    margin-top: -20rem;
    width: 100%;
}

#filmesKids {
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    margin-bottom: 5rem;
    width: 100%;
}

#filmesKids>div {
    position: relative;
    z-index: 99;
}

.seriesKids {
    margin-top: -5rem;
    width: 80%;
    margin: 0 auto;
}

.pinguinsDevices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
}

.pinguinsDevices img {
    width: 100%;
    object-fit: cover;
}

.pinguinsDevices .col4 {
    width: 33%;
    display: flex;
}

.pinguinsDevices .col8 {
    width: 66%;
    display: flex;
}

.pinguinsDevices .col12 {
    width: 100%;
    display: flex;
}

.pinguinsDevices .col12 img {
    max-width: 80%;
    margin: 0 auto;
}

.ctaPinguins {
    width: 300px;
    margin-left: auto;
}

.imgPinguinDevice {
    margin-right: auto;
}

/*FIM dispositivos e filmes Section*/


/*Plano Section*/
#plano {
    background-image: url(../images/planoBkg-Opt.png);
    width: 100%;
}

#plano>div {
    margin-top: 8rem;
}

.planoBlocksScroll {
    width: 100%;
    overflow-x: scroll;
}

.planoBlocks {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.planoBlock {
    display: flex;
    flex-direction: column;
    color: white;
    max-width: 50rem;
    background: rgba(27, 27, 27, 0.8);
    border-radius: 4.2rem;
    padding: 3rem;
    box-shadow: 1px -1px 10px rgb(255 255 255 / 17%);
    border: 1px solid #f5f5f540;
    margin-bottom: 15rem;
}

.planoBlock-Heading {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.8rem;
    text-transform: uppercase;
    margin: 0 auto;
}

.planoBlock-oldPrice {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    text-decoration-line: line-through;
    color: rgba(255, 255, 255, 0.4);
}

.planoBlock p {
    margin: 0 auto;
}

.planoBlock hr {
    width: 100%;
    margin: 3rem auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.planoBlock-newPrice {
    font-style: normal;
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-align: center;

    color: #FA8A2C;
}

.planoBlock-vantagensList {
    padding-left: 30px;
}

.planoBlock-vantagensList li {
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 3.5rem;
    /* or 178% */


    color: #FFFFFF;

    opacity: 0.8;
}

#buttonAssinar {
    background: linear-gradient(180deg, #FB8C2D 0%, #EF601E 100%);
    border-radius: 90px;
    height: 5rem;
    max-width: 240px;
    width: 80%;
    font-size: 1.5rem;
    line-height: 21px;
    color: white;
    padding: 0 30px;
    border: none;
    margin: 20px auto;
    cursor: pointer;
}

.disclaimer {
    font-weight: 300;
    text-align: center;
}

/*FIM Plano Section*/


/*FAQ Section*/
#faq-Section {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 90%;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    align-self: center;
    color: white;
    margin-top: 10rem;
}

.faqSelectStyles {
    width: 100%;
    height: auto;
    padding: 0px 5rem;
    text-align: center;
    margin-top: 20px;
    font-size: 2.2rem;
    font-weight: 400;
    outline: rgb(59, 74, 84) solid 1px;
    border-radius: 5px;
    background-color: var(--nx-bgColor);
    color: rgb(201, 201, 201);
    line-height: 2;
    overflow: hidden;
    cursor: pointer;
}

.faqSelectStyles:hover {
    background-color: #686868;
}



.faq-opc {
    text-align: left;
    margin-top: 10px;
    max-width: 100%;
    padding: 25px 0px;
    align-self: center;
    border-top: 1px solid rgb(85, 85, 85);
    display: none;
}

.faqExpand {
    margin-top: 225px !important;
    margin-bottom: 230px !important;
}

.faqClicked .faq-opc {
    display: block !important;
}

.faq-secSelect {
    width: 100%;
}

/*FIM FAQ*/

/* MAPA Section */
#mapa-Section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: center;
    height: 30rem;
    width: 95%;
    border-top: 1px solid rgb(59, 74, 84);
    border-bottom: 1px solid rgb(59, 74, 84);
    border-image: initial;
    border-left: none;
    border-right: none;
}

h3.mapa-titulo {
    text-align: left;
    font-size: 3.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 3rem;
}

.mapa-ul {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    height: 15rem;
    width: 70%;
    list-style: none;
    text-decoration: none;
    font-size: 2.2rem;
}

.mapa-li a {
    text-decoration: none;
    color: rgb(201, 201, 201);
    line-height: 1.6;
}

/* FIM Mapa Section */

/* AJUDA Section */
#ajuda-Section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 95%;
    height: 15rem;
    border-bottom: 1px solid rgb(59, 74, 84);
}

.ajuda-titulo {
    font-weight: 400;
    margin-right: 2.5rem;
    font-size: 2.2rem;
    text-align: left;
    max-width: 90rem;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.75) 0px 4px 12px;
}

.ajuda-btn {
    width: 30rem;
    height: 6rem;
    background: linear-gradient(rgb(59, 74, 84), rgb(47, 59, 67));
    font-weight: 400;
    font-size: 2.2rem;
    text-align: center;
    border-style: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

/* FOOTER Section */
#ft-secMain {
    display: flex;
    align-self: center;
    align-items: center;
    width: 95%;
    min-height: 9rem;
    height: auto;
}

.ft-copy {
    width: 100%;
    height: auto;
    text-align: center;
    color: rgb(229, 229, 229);
    font-size: 1.8rem;
    line-height: 2rem;
}

/* FIM Footer Section */


.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 99;
    margin: 2rem;
    border-radius: 1rem;
    font-size: 1.5rem;
}

.cookie-notice.clicked {
    display: none;
}

.accept-btn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    margin-top: 1rem;
    cursor: pointer;
}

.accept-btn:hover {
    background-color: #3e8e41;
}

@media (max-width: 1280px) {
    html {
        font-size: 50%;
    }

    .header-secMain {
        padding: 2rem 2rem;
    }

    .flex-row {
        flex-direction: column;
    }

    #streaming-live {
        width: 100%;
    }

    #assinar-Section {
        width: 100%;
        margin-top: 3rem;
    }

}

@media (max-width: 768px) {
    html {
        font-size: 40%;
    }

    #login {
        border: none;
    }

    .horizontalMenu {
        display: none;
    }


}

@media (max-width: 450px) {
    html {
        font-size: 35%;
    }

    .show-mobile {
        display: flex !important;
    }

    #cadastrar {
        display: none;
    }

    #emailForm {
        max-width: 85vw;
        margin-bottom: 6rem;
    }

    .mapa-ul {
        width: 100%;
    }

    .filmesContainer {
        width: 200%;
    }

    .seriesImg {
        margin-top: -10rem;
    }

    .pinguinsDevices .col4 {
        display: none;
    }

    .pinguinsDevices .col8 {
        width: 100%;
    }

    .pinguinsDevices {
        max-width: 100%;
    }

    .seriesKids {
        width: 100%;
    }

    /* .planoBlocks {
        width: 170%;
    } */

    .planoBlock {
        max-width: 80%;
    }

    #buttonAssinar {
        padding: 0;
    }

}