@charset "utf-8";

div#slide-desk{
    display: none;
}

section#conexoes{
    float: left;
    width: 100%;
    margin-top: 40px;
    display: none;
}

section#conexoes h1{
    display: inline-block;
    width: 90%;
    color: #04267f;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 30px;
}

section#conexoes h1 br{
    display: none;
}

section#conexoes figure{
    display: inline-block;
    width: 247px;
    background-color: #fff;
    margin: 30px 20px 0 20px;
    border-radius: 20px;
    padding-bottom: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#conexoes figure img{
    display: inline-block;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

section#conexoes figure figcaption{
    display: inline-block;
    width: 90%;
    margin-top: 20px;
    font-size: 13px;
    line-height: normal;
    color: #333;
}

section#conexoes figure figcaption strong{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
    color: #04267f;
}

section#conexoes figure:hover{
    background-color: #32be15;
}

section#conexoes figure:hover figcaption, section#conexoes figure:hover figcaption strong{
    color: #fff;
}


section#conexoes figure.ativo{
    background-color: #32be15;
}
section#conexoes figure.ativo figcaption,
section#conexoes figure.ativo figcaption strong{
    color: #fff;
}


section#planos{
    float: left;
    width: 100%;
    margin-top: 60px;
}

section#planos h1{
    display: inline-block;
    width: 90%;
    color: #04267f;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

section#planos h1 br{
    display: none;
}

section#planos div.plano{
    display: inline-block;
    width: 260px;
    position: relative;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
    margin: 30px 20px 0 20px;
    padding: 50px 0 30px 0;
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#planos div.plano:hover{
    box-shadow: 0 0 10px #333;
}

section#planos div.plano-destaque span.mais-vendido{
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    background-color: #32be15;
    color: #fff;
    border-radius: 20px 20px 0 0;
    top: 0px;
    left: 0;
    text-shadow: 0 0 5px #32be15;
}

section#planos div.plano-destaque{
    overflow: hidden;
}

section#planos div.plano span.ribbon-canto{
    position: absolute;
    top: 18px;
    left: -44px;
    width: 170px;
    padding: 8px 0;
    background-color: #32be15;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-38deg);
    transform-origin: center;
    z-index: 4;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    pointer-events: none;
}

@media screen and (max-width: 767px){
    section#planos div.plano span.ribbon-canto{
        top: 14px;
        left: -48px;
        width: 165px;
        font-size: 11px;
        padding: 7px 0;
    }
}

section#planos div.plano span.velocidade{
    display: inline-block;
    width: 90%;
    font-size: 40px;
    font-weight: 700;
    color: #04267f;
}

section#planos div.plano span.valor{
    display: inline-block;
    width: 90%;
    font-size: 28px;
    margin-top: 10px;
}

section#planos div.plano span.valor i{
    font-size: 15px;
}

section#planos div.plano a{
    display: inline-block;
    padding: 12px 20px;
    background-color: #04267f;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#planos div.plano a:hover{
    background-color: #32be15;
}

section#planos div.plano span.detalhes{
    display: inline-block;
    width: 80%;
    margin-top: 40px;
    text-align: left;
}

section#planos div.plano span.detalhes p{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #333;
    border-bottom: 1px solid #999;
}

section#planos div.plano span.detalhes p i.plano-icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 22px;
    text-align: center;
    color: #32be15;
    font-size: 20px;
}

section#planos div.plano span.detalhes p:last-of-type{
    border-bottom: none;
}

section#planos div#aviso{
    display: inline-block;
    width: 90%;
    margin-top: 30px;
    font-size: 15px;
    font-style: italic;
    text-align: left;
}

section#app{
    float: left;
    width: 100%;
    margin-top: 50px;
}

section#app div#cont-app{
    display: inline-block;
    width: 90%;
    border-radius: 20px;
    background-color: #031d60;
    color: #fff;
    padding: 50px 0;
    position: relative;
}

section#app div#cont-app img#celulares{
    display: none;
}

section#app div#cont-app h1{
    display: inline-block;
    width: 90%;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

section#app div#cont-app h2{
    display: inline-block;
    width: 90%;
    margin-top: 10px;
    font-size: 20px;
}

section#app div#cont-app p{
    display: inline-block;
    width: 90%;
    margin-top: 20px;
    font-size: 15px;
    line-height: normal;
}

section#app div#cont-app a{
    display: inline-block;
    width: 144px;
    height: 49px;
    vertical-align: middle;
    margin: 20px 5px 0 5px;
    background: left top no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#app div#cont-app a#googleplay{
    background-image: url(../imagens/google-play.png);
}

section#app div#cont-app a#applestore{
    width: 136px;
    background-image: url(../imagens/apple-store.png);
}

section#app div#cont-app a:hover{
    background: left bottom no-repeat;
}

section#empresa{
    float: left;
    width: 100%;
    background-color: #32be15;
    padding: 50px 0;
    margin-top: 50px;
    position: relative;
}

section#empresa h1{
    display: inline-block;
    width: 90%;
    color: #32be15;
}

section#empresa p{
    display: inline-block;
    width: 90%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
}

section#empresa a{
    display: inline-block;
    padding: 15px 25px;
    margin-top: 30px;
    background-color: #04267f;
    color: #fff;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#empresa a:hover{
    background-color: #031d60;
}

@media screen and (min-width: 768px){
    section#conexoes{
        display: block;
    }

    section#conexoes h1{
        font-size: 45px;
    }

    section#planos h1{
        font-size: 40px;
    }

    section#app div#cont-app div#cont-dir{
        float: right;
        width: 55%;
        text-align: left;
    }

    section#app div#cont-app h1{
        font-size: 40px;
    }

    section#app div#cont-app h2{
        font-size: 25px;
    }

    section#app div#cont-app img#celulares{
        display: inline-block;
        position: absolute;
        width: 50%;
        top: 80px;
        left: -40px;
    }

    section#empresa p{
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (min-width: 1024px){
    div#slide-mobile{
        display: none;
    }

    div#slide-desk{
        display: block;
    }

    section#planos h1 br{
        display: inline-block;
    }

    section#planos h1{
        font-size: 50px;
        text-align: left;
    }

    section#app div#cont-app div#cont-dir{
        width: 45%;
    }

    section#app div#cont-app img#celulares{
        top: 10px;
        width: 55%;
        left: -50px;
    }

    section#empresa{
        margin-top: 50px;
    }

    section#empresa div#cont-emp{
        float: left;
        width: 45%;
        text-align: left;
        padding-left: 5%;
    }

    section#empresa div#img-emp{
        position: absolute;
        background: url(../imagens/equipe.jpg) left top no-repeat;
        width: 50%;
        height: 430px;
        top: -90px;
        right: 0;
    }
}

@media screen and (min-width: 1200px){
    section#conexoes h1{
        float: left;
        text-align: left;
        width: 300px;
        margin-top: 120px;
        font-size: 50px;
    }

    section#conexoes h1 strong{
        font-size: 42px;
    }

    section#planos div.plano{
        width: 300px;
        margin: 30px 35px 0 35px;
    }

    section#planos div.plano span.velocidade{
        font-size: 50px;
    }

    section#planos div.plano span.valor{
        font-size: 35px;
    }

    section#app{
        margin-top: 80px;
    }

    section#app div#cont-app{
        width: 80%;
    }

    section#app div#cont-app div#cont-dir{
        width: 50%;
    }

    section#app div#cont-app img#celulares{
        width: 53%;
        left: -60px;
    }
}

section#planos div.planos-topo{
    display: flex;
    width: 90%;
    margin: 0 auto 10px auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

section#planos div.planos-topo h1{
    width: auto;
    margin-bottom: 0;
    text-align: left;
}

section#planos div.planos-filtros{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

section#planos button.plano-filtro{
    border: 2px solid #d8d8d8;
    background-color: #fff;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 999px;
    cursor: pointer;
    transition: .3s;
}

section#planos button.plano-filtro.active{
    background-color: #32be15;
    border-color: #32be15;
    color: #fff;
}

section#planos div#planos-home-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section#planos div#planos-home-list .plano{
    vertical-align: top;
}

section#planos div#planos-home-list .plano span.mais-vendido{
    background-color: #32be15;
}

section#planos div#planos-home-list .plano a{
    background-color: #32be15;
}

section#planos div#planos-home-list .plano a:hover{
    background-color: #32be15;
}

@media screen and (max-width: 1023px){
    section#planos div.planos-topo{
        justify-content: center;
    }

    section#planos div.planos-topo h1{
        width: 100%;
        text-align: left;
    }

    section#planos div.planos-filtros{
        justify-content: flex-start;
        width: 100%;
    }
}


section#planos{
    background-color: #f7f7f7;
    padding: 70px 0 90px 0;
}

section#planos div#planos-home-list{
    display: block;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

section#planos div.planos-carousel{
    position: relative;
    width: 100%;
}

section#planos div.planos-viewport{
    overflow: hidden;
    width: calc(100% - 132px);
    margin: 0 auto;
    padding: 14px 12px 26px 12px;
    box-sizing: border-box;
}

section#planos div.planos-track{
    display: flex;
    gap: 36px;
    transition: transform .45s ease;
    will-change: transform;
}

section#planos div#planos-home-list .plano{
    margin: 10px 0 0 0;
    flex: 0 0 auto;
    box-sizing: border-box;
}

section#planos button.planos-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background-color: #32be15;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

section#planos button.planos-arrow.prev{
    left: -8px;
}

section#planos button.planos-arrow.next{
    right: -8px;
}

section#planos button.planos-arrow[disabled]{
    opacity: .4;
    cursor: default;
}

@media screen and (max-width: 1023px){
    section#planos{
        padding: 60px 0 80px 0;
    }

    section#planos div.planos-viewport{
        width: calc(100% - 84px);
        padding: 12px 8px 24px 8px;
    }

    section#planos div.planos-track{
        gap: 24px;
    }

    section#planos button.planos-arrow.prev{
        left: 2px;
    }

    section#planos button.planos-arrow.next{
        right: 2px;
    }
}


section#conexoes,
section#planos,
section#app{
    background-color: #f2f2f2;
}

section#conexoes{
    margin-top: 0;
    padding: 40px 0 35px 0;
}

section#planos{
    margin-top: 0;
    padding: 45px 0 55px 0;
}

section#app{
    margin-top: 0;
    padding: 40px 0 45px 0;
}


section#planos div.plano span.subtag-5g{
    display: inline-block;
    margin-top: 12px;
    padding: 6px 14px;
    background: #fff;
    border-radius: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

section#planos div.plano span.bloco-5g-topo{
    margin-top: 22px;
}

section#planos div.plano span.valor.valor-5g{
    margin-top: 24px;
    color: #04267f;
    font-weight: 700;
}

section#planos div.plano span.valor.valor-5g i{
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 6px;
}

section#planos div.plano span.aviso-5g{
    display: inline-block;
    width: 84%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.25;
    font-style: italic;
    color: #444;
}

section#planos div.plano span.fora-combo{
    display: inline-block;
    width: 84%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}
