/* ESTILO GLOBAL */
* {
    border: 0;
    margin: 0;
    box-sizing: 0;
}

/* ESTILO DA PAGINA, FUNDO */
body {
    background: #f5f5f5;
}

/* ESTILO DO PRIMEIRO HEADER */
.primeiro-header {
    display: flex;
    height: 60px;
    justify-content: center;
    background: #fff;
    border-bottom: .05rem solid rgba(34,34,34,.13);
    /*border: 3px solid red;*/
}
/* ESTILO DE BOTAO AO PASSAR O MAUSE */
.primeiro-header a {
    transition: all .2s;
    border: 1px solid transparent;
    cursor: pointer;
}
.primeiro-header a:hover {
    border-bottom: 2px solid orangered;
}
.box-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    /*background: sandybrown;*/
}

/* MUDANCAS MENU DO CELULAR */
.content-box {
    display: flex;
    width: 90%;
    /*background: tomato;*/
}
/*.box-menu{

}*/
.offcanvas-header{
    background: linear-gradient( 36.69deg, #fff100 -24.69%,#d7e410 -16.07%,
    #a7d424 -2.53%,#81c734 8.55%,#66be3f 19.63%,#56b946 29.48%,#50b748 36.87%,
    #50b748 98.43%);
    /*background-color: grey;*/
}
.limpar-estilo-offcanvas-menu-lateral {
    border-right: none;
}
.offcanvas-header h5{
    margin-left: 10px;
    color: white; 
}
/*.offcanvas-body{
    background-color: teal;
}*/

.menu-options{
    height: 100%;
    /*border: 1px solid red;*/
}
.menu-options ul {
    list-style: none;
    height: fit-content;
    /* background-color: wheat; */
}
.menu-options a {
    text-decoration: none !important;
    /*ont-weight: bold;*/
    color: rgb(46, 42, 42);
}

.limpar-lista-offcanvas{
    /*background-color: greenyellow;*/
    padding: 0;
}
/*.limpar-lista-offcanvas li:nth-child(3) {
    background: hotpink;
}*/

/*.limpar-item-lista-offcanvas{
    background-color: grey;
}*/
.menu-options ul li{
    margin-bottom: 20px;
    /*margin-top: 25px;*/
}

.menu-options ul li a{
    border-bottom: none !important;
    border-bottom: 4px solid #50b748; 
}

.box-header-left a {
    text-decoration: none;
    color: darkslateblue;
}
.box-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    /*background: sienna;*/
}
.box-header-right a {
    text-decoration: none;
    color: darkslateblue;
}

/* FILHOS DO HEADER ESQUERDO PRIMEIRO */
.filho-header-left-primeiro:nth-child(1) {
    width: fit-content;
    text-align: left;
    padding: 0 10px 0 0;
    /*background: tomato;*/
}
.filho-header-left-primeiro:nth-child(2) {
    width: fit-content;
    text-align: left;
    padding: 0 10px 0 0;
    /*background: violet;*/
}
.filho-header-left-primeiro:nth-child(3) {
    width: fit-content;
    text-align: left;
    /*background: turquoise;*/
}

/* FILHOS DO HEADER DIREITO PRIMEIRO */
.filho-header-right-primeiro:nth-child(1) {
    width: 50%;
    text-align: left;
    /*background: darkviolet;*/
}
.filho-header-right-primeiro:nth-child(2) {
    width: 50%;
    text-align: center;
    /*background: chocolate;*/
}
.filho-header-right-primeiro:nth-child(3) {
    /*background: cyan;*/
    width: 50%;
    text-align: right;
}
.filho-header-right-primeiro:nth-child(3) a {
    padding: 10px 17px 10px 17px;
    border-radius: 2px;
    background: #ffd700;
}

/*  ESPAÇO DOS ICONES DOS BOTOES HEADER RIGHT*/
.filho-header-right-primeiro img {
    margin-left: 5px;
    margin-bottom: 3px;
}

.filho-header-right-primeiro .icon-call {
    margin-left: 5px;
    margin-bottom: 3px;
}

/* ESTILO DO SEGUNDO HEADER */
.segundo-header {
    display: flex;
    height: 80px;
    justify-content: center;
    background: #fff;
    border-bottom: .05rem solid rgba(34,34,34,.13);
    /*border: 3px solid rgb(166, 255, 0);*/
}
/* FILHOS DOS HEADER SEGUNDO EX: FOTO LOGO + LINKS DE PLANOS */
.filho-header-segundo:nth-child(1) {
    /*background: chocolate;*/
    width: 10%;
}
.filho-header-segundo:nth-child(2) {
    /*background: cornflowerblue;*/
    width: 80%;
    padding: 0 0 0 10px;
}
/* LINK POR LINK DENTRO DO HEADER 2 */
.segundo-header a:nth-child(1) {
    padding: 0 10px 0 10px;
    /*background: springgreen;*/
}
.segundo-header a:nth-child(2) {
    padding: 0 10px 0 10px;
    /*background: springgreen;*/
}
.segundo-header a:nth-child(3) {
    padding: 0 10px 0 10px;
    /*background: springgreen;*/
}
.segundo-header a:nth-child(4) {
    padding: 0 10px 0 10px;
    /*background: springgreen;*/
}
/* ESTILOS DE TODOS OS LINKS HEADER 2 */
.segundo-header a { 
    transition: all .2s;
    border-bottom: 1px solid transparent;
}
.segundo-header a:hover {
    border-bottom: 2px solid slategrey;
}

/* ESTILO BOX BOTAO BUSCAR E MINHA OI  */
.filho-btn-header-segundo:nth-child(1) {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    /*background: crimson;*/
}
/* ESTILO DO BOTAO MINHA OI*/
.filho-btn-item-header-segundo a:nth-child(1) {
    padding: 17px;
    border-radius: 2px;
    background-color: #00ab0f;
    color: oldlace;
}

/* ESTILO BOTAO FLUTUANTE DENTRO CARROSSEL */
.img-titulo-box-master {
    width: 80%;
    height: 80%;
    /*border: 2px solid red;*/
}
.inline-alone {
    display: flex;
    /*background: blue;*/
}
.box-center {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    /*background: cornflowerblue;*/
}
.box_flutuante {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    /*border: 2px solid red;*/
}
.content-box-flutuante {
    position: relative;
    width: fit-content;
    height: 85%;
    align-items: center;
    justify-items: center;
    display: grid;
    margin-left: 10%;
    overflow-y: auto;
    filter: blur(0.7px);
    padding: 20px;
    border-radius: 5px;
    color: whitesmoke;
    background: linear-gradient( 36.69deg, #0000000e -24.69%,#00000009 -16.07%,
    #0000000a -2.53%,#00000008 8.55%,#00000009 19.63%,#0000001f 29.48%,#00000009 36.87%,
    #0000000b 98.43%);
    /*border: 1px solid red;*/
}
.content-box-flutuante::-webkit-scrollbar {
    display: none;
}
.box1 {
    display: flex;
    align-items: center;
}
.box1-content {
    height: fit-content;
    /*background: chocolate;*/
}
.span-titulo {
    color: #17d615;
    font-size: 35pt;
    font-weight: bold;
}
.span-descricao {
    font-weight: bold;
    color: #17d615;
}
.svg-separador {
    padding: 0 10px 0 10px;
    display: flex;
}
.box2 {
    display: grid;
    align-content: center;
    /*background: burlywood;*/
}
.span-por {
    font-size: 10pt;
}
.span-rs {
    font-size: 20pt;
    font-weight: bold;
}
.box3 {
    display: flex;
    height: fit-content;
    padding: 0;
    margin: 0;
    /*background: chartreuse;*/
}
.primeira-dezena {
    font-size: 40pt;
    font-weight: bold;
}
.virgula {
    font-size: 20pt;
    font-weight: bold;
}
.segunda-dezena {
    font-size: 15pt;
    font-weight: bold;
}
.box1-in-box3 {
    display: grid;
    align-content: flex-start;
}
.span-mes {
    font-size: 20pt;
    font-weight: bold;
}
.span-pagamento {
    font-size: 6pt;
}
.box-btn-carrosel1 {
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
    /*background: chartreuse;*/
}
.btn-carrosel1 {
    padding: 20px;
    border-radius: 5px;
    background: #ffd700;
}

/* ESTILO CAIXA FLUTUANTE CARROSEL CELULAR */
/*.box-carrossel2-content {
    background: turquoise;
}*/
#titulo-celular {
    font-size: 18pt;
    font-weight: bold;
    color: #ffc300;
}
#descricao-celular {
    font-size: 18pt;
    font-weight: bold;
    padding-bottom: 10px;
}
.box-padding-carrosel3-descricao2-celular {
    padding-bottom: 15px;
}
#descricao2-celular {
    font-size: 15pt;
    font-weight: bold;
    /*background: violet;*/
}
.box-padding-carrosel-img-valor-celular {
    padding-bottom: 20px;
}

/* ESTILO PADRAO BOX ADICIONAL ABAIXO CARROSSEL */
.box-adicional {
    background: #f5f5f5;
}
.content-box-adicional {
    padding-top: 30px;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
}
.body-box-adicional {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    padding: 0px 0px 0px 50px;
    background: #fff;
    border-top: 3px solid #5b885b/*forestgreen*/;
    border-bottom: 1px solid #2b772b;
    /*margin: 20px 80px 20px 80px;*/
    /*background-color: bisque;*/ 
}

/* ESTILO ADICIONAL NA  CAIXA ADICIONAL ABAIXO DO CARROSEL  */
.body-box-adicional .title {
    width: 50%;
    text-align: center;
    padding: 30px 0 0 0;
    /*background-color: brown;*/
}
.body-box-adicional .title h1 {
    font-weight: bold;
    color: #565656;
}

/*.body-box-adicional h1 {

}*/

/*.box-lista-abaixo-carrosel {

}*/

.box-lista-abaixo-carrosel {
    padding: 0;
}
.lista-filha-box-adicional {
    list-style: none;
    margin-bottom: 0 !important;
}
.lista-filha-box-adicional li {
    padding: 5px 5px;
    height: 140px;
    margin-top: 0px;
    text-align: justify;
    padding: 15px 15px;
    border-bottom: 1.8px solid rgb(204, 204, 204);
    height: 200px;
}
.lista-filha-box-adicional li:nth-child(3) {
    border-bottom: none;
    /*border: 1px solid red;*/
}
.lista-filha-box-adicional li h6 {
    font-size: 25px;
    text-align: justify;
}
.lista-filha-box-adicional li p {
    font-size: 15px;
}
/*.lista-filha-box-adicional li:nth-child(1) {
    border: 2px solid red;
}*/

/* AO PASSAR O MOUSE SOBRE O ITEM DA LISTA */
.lista-filha-box-adicional li:hover { 
    border-radius: 0px;
    padding: 15px 15px;  
    text-align: justify;
    color: white;
    background: linear-gradient( 36.69deg, #fff100 -24.69%,#d7e410 -16.07%,
    #a7d424 -2.53%,#81c734 8.55%,#66be3f 19.63%,#56b946 29.48%,#50b748 36.87%,
    #50b748 98.43%);
    /*font-weight: bold;*/
    /*border: 2px solid red;*/
}

/* ESTILO PADRAO DE SPAN EM NEGRITO */
.span-bold {
    font-weight: bold;
}

/* ESTILO PADRAO DE LINK */
.link-bold {
    color: #646464;
}

/* ESTILO QUE OCULTA O ITEM */
.hide {
    display: none;
    transition: all .5s;
}

/* ALINHAMENTO TEXTO COMUNICADO */
.content-box-justfy-text {
    margin: 0 auto 20px auto;
    width: 90%;
    text-align: justify;
    font-size: 10pt;
    color: #656565;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* ALINHAMENTO LINKS PLANOS NO FOOTER */
.content-box-adicional-footer {
    display: flex;
    background: #fff;
    justify-content: space-evenly;
    padding: 20px 0 20px 0;
    border-top: .0625rem solid #dbdbdb;
}
.alinhamento-div {
    display: flex;
    width: 90%;
    justify-content: space-between;
    /*background: chartreuse;*/
}
.div-filho-item-footer a {
    text-decoration: none;
    color: darkslategray;
}
.div-filho-item-footer:nth-child(1) {
    display: grid;
    /*background: #656565;*/
}
.div-filho-item-footer:nth-child(2) {
    display: grid;
    /*background: #656565;*/
}
.div-filho-item-footer:nth-child(3) {
    display: grid;
    /*background: #656565;*/
}
.div-filho-item-footer:nth-child(4) {
    display: grid;
    /*background: #656565;*/
}
.div-filho-item-footer:nth-child(5) {
    display: grid;
    /*background: #656565;*/
}

/* ESTILO COOKIE PERGUNTA */
.footer-cookie-main {
    position: sticky;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    /*background: chartreuse;*/
}
.footer-cookie-content {
    background: rgba(12, 12, 12, 0.973);
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 8pt;
    padding: 10px 10px 10px 10px;
    text-align: justify;
    background: rgba(12, 12, 12, 0.973);
    color: azure;
}

#backgroundModalSelectUf {
    background: linear-gradient( 36.69deg, #fff100 -24.69%,#d7e410 -16.07%,
    #a7d424 -2.53%,#81c734 8.55%,#66be3f 19.63%,#56b946 29.48%,#50b748 36.87%,
    #50b748 98.43%);
    color: aliceblue;
}
.top-modal-select-uf {
    border-bottom: 1px solid #13131322;
}
.baixo-modal-select-uf {
    border-top: 1px solid #656565;
}
.btn-fechar-modal {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/* ESTILO LISTA MODAL SELECIONAR UF */
.lista-cidades {
    display: grid;
    justify-content: space-between;
    /*background: crimson;*/
    padding: 5% 10% 0% 10%;

}
.item-li-default {
    list-style: none;
    font-size: 20pt;
    font-weight: bold;
    color: rgba(240, 255, 255, 0.61);
}
.item-li-default:hover {
    color: azure;
    cursor: pointer;
}

/* ESTILO PADRAO MODAL CONTATO */
.caixa-central-borda {
    padding: 5% 10% 0% 10%;
}

.caixa-texto-color-black label {
    color: black;
}
.top-modal-select-contato {
    background: #1d6f16;
}
.estilo-add-back-modal-contato {
    background: whitesmoke;
}
.estilo-add-back-modal-contato  {
    color: #3d483d !important; 
}
.reset-border-input {
    padding: 16px 12px  !important;
    /*border: 2px solid red;*/
}
.btn-enviar-whatsapp {
    justify-content: flex-end;
    display: flex;
}
.btn-enviar-whatsapp button {
    border: none;
    width: 200px;
    height: 50px;
    font-weight: bold;
    background: #1d6f16;
}
.btn-enviar-whatsapp button:hover {
    background: #1c9611;
}
.btn_link {
    cursor: pointer;
}
.btn_link:hover {
    text-decoration: underline;
}

/* ESTILO PADRAO MODAL BOAS VINDAS */
.limpar-modal-header {
    border-bottom: none;
}
.back-img-modal-boas-vindas {
    background-image: url('../IMG/TAB\ CARROSSEL\ 1/FOLDER_FIBRA_MAIN_SMALL.png');
    border: none;
    filter: blur(0.5px);
    z-index: 1;
    /*border: 1px solid red;*/
}
.height-300px {
    height: 300px;
    padding: 0 50px 0 50px;
}
.color-white {
    color: #d2d9df;
}
.title-modal-numeros {
    margin-bottom: 30px;
    /*background: tomato;*/
}
.titulo-0800 {
    margin: 0 10px 0 0;
}
.link-normalize-white {
    text-decoration: none;
}
.link-normalize-white:hover {
    color: whitesmoke;
    cursor: pointer;
}
.box-telefones-ajuda1 {
    margin: 20px 0 0 0;
    /*background: red;*/
}
.display-flex-box-numero1 {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background: rgb(216, 108, 26);
}
.display-flex-box-numero2 {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background: rgb(11 80 24);
}
.display-flex-box-numero3 {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background: rgb(41, 46, 192);
}

/* ESTILO PADRAO DO RODAPE */
#footer-main {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

/*  RESPONSIVIDADE GERAL */
@media only screen and (max-width: 1000px) {
    .primeiro-header .content-box .filho-header-left-primeiro:nth-child(1) {
        display: none;
    }
    .primeiro-header .content-box .filho-header-left-primeiro:nth-child(2) {
        display: none;
    }
    .primeiro-header .content-box .filho-header-left-primeiro:nth-child(3) {
        display: none;
    }
    #link-menu-lateral {
        display: initial;
    }
    .filho-header-right-primeiro:nth-child(1) {
        width: 70%;
        text-align: right;
        /*background: red;*/
    }
    .filho-header-right-primeiro:nth-child(3) {
        width: 100%;
    }
    .filho-header-right-primeiro:nth-child(2){
        display: none;
    }
    .content-box-adicional-footer {
        overflow-y: scroll;
    }
    .filho-header-segundo a:nth-child(1) {
        display: none;
    }
    .filho-header-segundo a:nth-child(2) {
        display: none;
    }
    .filho-header-segundo a:nth-child(3) {
        display: none;
    }
    .filho-header-segundo a:nth-child(4) {
        display: none;
    }
} 

/* IPHONE X  */
@media only screen and (max-width: 464px) {
    .filho-header-right-primeiro:nth-child(1){
        display: none;
    }
    .filho-header-right-primeiro:nth-child(2){
        display: none;
    }
    .filho-header-right-primeiro:nth-child(3){
        width: 100%;
    }
    .content-box-adicional-footer {
        overflow-y: scroll;
    }
    .box_flutuante .img-titulo-box-master {
        display: none;
    }

    /* ESTILO PADRAO BOX ADICIONAL ABAIXO CARROSSEL */
    .content-box-adicional {
        padding-top: 30px;
        justify-content: center;
    }
    .body-box-adicional {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        padding: 15px 20px 15px 20px;
        border-top: 1px solid #5b885b/*forestgreen*/;
        border-bottom: 1px solid #21c721;
        background: #fff;
        /*display: flex;*/
        /*background-color: bisque;*/
    }

    /* ESTILO ADICIONAL NA  CAIXA ADICIONAL ABAIXO DO CARROSEL  */
    .body-box-adicional .title{
        text-align: center !important;
        width: 100%;
        /*background-color: brown;*/
    }
    .body-box-adicional .title h1{
        font-weight: bold;
        font-size: 25px;
        color: #565656;
    }
    /*.body-box-adicional h1 {}*/
    .lista-filha-box-adicional{
        list-style: none;
        /*margin-left: 0px;*/
        /*padding: 150px;*/
        /*width: 170px;*/
        /*background-color: antiquewhite;*/
    }
    .lista-filha-box-adicional li {
        height: 130px;
        margin-top: 0px;
        text-align: justify;
        border-bottom: 1px solid grey;
        /*padding: 5px 5px;*/
    }
    .lista-filha-box-adicional li h6{
        font-size: 15px;
        text-align: justify;
    }
    .lista-filha-box-adicional li p{
        font-size: 11px;
    }
    
    /* AO PASSAR O MOUSE SOBRE O ITEM DA LISTA */
    .lista-filha-box-adicional li:hover {
        color: white;
        text-align: justify;
        background: linear-gradient( 36.69deg, #fff100 -24.69%,#d7e410 -16.07%,
        #a7d424 -2.53%,#81c734 8.55%,#66be3f 19.63%,#56b946 29.48%,#50b748 36.87%,
        #50b748 98.43%);
        /*border-radius: 5px;*/
        /*padding: 5px 5px;*/
        /*font-weight: bold;*/
        /*border: 2px solid red;*/
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 8px;
    }
    /* ESTILO PADRAO TITULO INPUTS MODAL CONTATO */
    .caixa-texto-color-black p {
        transition: all .5s;
        text-align: justify;
    }

    /* ESTILO BOTAO FORMULARIO CONTATO */
    .btn-enviar-whatsapp button {
        transition: all .5s;
        width: 100%;
    }
}

/* QUANDO A TELA ESTIVER COM 1200px de Largura  */
@media only screen and (max-width: 1200px) {
    .img-titulo-box-master {
        width: 40%;
    }
    #img-back-carrosel1 {
        content: url('../IMG/TAB\ CARROSSEL\ 1/KV_HeroHomeBF100GB-768.png');
        /*border: 5px solid red;*/
    }
    .content-box-flutuante::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (max-width: 780px) {
    .filho-header-right-primeiro:nth-child(1) {
        display: none;
    }
    /*.main-preco-final {
        border: 1px solid red;
    }*/
}

/* TELA DE COMPUTADOR DIVIDA EM DOIS PEDAÇOS  */
@media only screen and (max-width: 1200px) {
    .img-titulo-box-master {
        width: 40%;
    }
    #img-back-carrosel1 {
        transition: all .5s;
        content: url('../IMG/TAB\ CARROSSEL\ 1/FOLDER_FIBRA_MAIN_SMALL.png');
        /*border: 5px solid red;*/
    }
    #img-back-carrosel2 {
        transition: all .5s;
        content: url('../IMG/TAB\ CARROSSEL\ 2/FOLDER_FIBRA_SMALL.png');
        /*border: 5px solid red;*/
    }
    #img-back-carrosel3 {
        transition: all .5s;
        content: url('../IMG/TAB\ CARROSSEL\ 3/FOLDER_POS_SMALL.png');
        /*border: 5px solid red;*/
    }
}

/* RESPONSAVEL PARA QUEBRAR LISTA ABAIXO CARROSSEL */
@media only screen and (max-width: 958px) {
    .body-box-adicional {
        transition: all .5s;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        display: grid;
    }
    .body-box-adicional .title {
        width: 100%;
        text-align: left;
        padding: 15px 15px;
    }
    .lista-filha-box-adicional {
        padding: 0 0 0 0;
    }

    /* CAIXA COM TEXTO REGULAMENTO ABAIXO BOX ADICIONAL */
    .content-box-justfy-text {
        transition: all .5s;
        padding:  0 15px 0 15px;
        width: 100%;
    }
}