@charset "utf-8";
/* FONTES */

@font-face {
    font-family: 'pantonlight_caps';
    src: url('fontes/panton/panton-lightcaps-webfont.woff2') format('woff2'),
         url('fontes/panton/panton-lightcaps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'panton-bold-webfont';
    src: url('fontes/panton/panton-bold-webfont.woff2') format('woff2'),
         url('fontes/panton/panton-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'panton-black';
    src: url('fontes/panton/panton-black-webfont.woff2') format('woff2'),
         url('fontes/panton/panton-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo100';
    src: url('fontes/museoSlab/museo_100-webfont.woff2') format('woff2'),
         url('fontes/museoSlab/museo_100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('fontes/museoSlab/museo_700-webfont.woff2') format('woff2'),
         url('fontes/museoSlab/museo_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova-bold';
    src: url('fontes/proximanova/proxima-nova-bold-webfont.woff2') format('woff2'),
         url('fontes/proximanova/proxima-nova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myriadPro';
    src: url('fontes/myriadPro/myriad-probold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri';
    src: url('fontes/calibri/calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* HTML5 display-role reset for older browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
aricle, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block;
}

body{
    line-height: 1;
    overflow-x: hidden;
    background: url("../imagens/bg-celular.jpg") center top no-repeat;
}
ol, ul {
    list-style: none;
}
blockquot, q{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
    content: '';
    content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
/* FIM DO RESET */

div.interface{
    min-width: 320px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

/* ***STYLE*** */

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #c32227;
}

header div#logo a#smartphne img{
    margin: 30px 0;
    cursor: pointer;
}

header div#logo a#desktop{
    display: none;
}

header div#central-cliente-desktop, header div#atualizar-boleto-desktop{
    display: none;
}

div#melhor-internet {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: url(../imagens/bg-400.jpg) center top no-repeat;
    /* background-position: 50% 15%; */
    height: 461px;
}

header div#melhor-internet div#botao-desktop{
    display: none;
}

header div#melhor-internet div#botao-mob{
    display: flex;
}

header div#melhor-internet div#botao-mob h1{
    text-align: center;
    position: relative;
    bottom: 0px;
    right: 0px;
    line-height: 22px;
    letter-spacing: 1px;
    text-shadow:0px 4px 10px #fff, 1px -7px 10px #fff, -6px 2px 4px #fff;
    font-size: 20px;
    width: 100%;
}

header div#melhor-internet div#botao-mob h1 strong{ 
    font-size: 22px;
}

div#melhor-internet div#botao{
    display: flex;
    width: 100%;
    max-width: 340px;
    flex-direction: column;
    align-items: center;
}

div#melhor-internet h1 {
    font-size: 19px;
    width: 95%;
    font-family: 'panton-bold-webfont', monospace;
    font-weight: 700;
    margin-top: 23px;
    color: #403f3f;
}

div#melhor-internet a{
    display: flex;
    width: 60px;
    padding: 13px 0;
    flex-direction: column;
    align-items: center;
    align-self: flex-end;
    text-align: center;
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    background: #f58220;
    font-family: 'museo100', sans-serif;
    margin-top: -5px;
    margin-right: 2px;
}

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

section.central div#central-cliente {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #19a506;
    width: 50%;
    line-height: 12px;
    padding: 10px;
}

section.central a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #19a506;
    width: 100%;
    padding: 5px 0;
}

section.central div#atualizar-boleto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #19a506;
    width: 100%;
    line-height: 12px;
    padding: 10px;
}

section.central div#central-cliente strong, section.central div#atualizar-boleto strong {
    text-align: left;
    color: #fff;
    font-family: 'proximanova-bold', sans-serif;
    font-size: 20px;
}

section.central div#central-cliente img, section.central div#atualizar-boleto img {
    margin-right: 8px;
}

section.planos{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #fff;
    font-family: 'pantonlight_caps', sans-serif;
}

section.planos div#texto-1 {
    display: flex;
    flex-direction: column;
    background-color: #c32227;
    width: 100%;  
    align-items: center;
    font-size: 35px;
    padding: 20px 0;
}

section.planos div#texto-1 h1 strong {
    font-size: 40px;
}

section.planos div#texto-2 {
    display: flex;
    flex-direction: column;
    background-color: #f08411;
    width: 100%;  
    align-items: center;
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
}

section.planos div#texto-2 strong{
    font-size: 42px;
    font-family: 'panton-black', sans-serif;
}
section.planos div#texto-3 {
    display: flex;
    flex-direction: column;
    background-color: #c32227;
    width: 100%;  
    align-items: center;
}

section.planos div#texto-3 h3{
    display: none;  
    align-items: center;
}

section.planos div#texto-3 div#whatsapp{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 15px;
}

section.planos div#texto-3 div#whatsapp img{
    width: 46px;
    position: relative;
    left: 30px;
    bottom: 5px;     
    align-self: flex-end;
}

section.planos div#texto-3 div#whatsapp a{
    background-color: #009e00;
    color: #fff;
    font-family: 'myriadPro', sans-serif;
    padding: 13px 20px;
    font-size: 22px;
    margin-top: -20px;
    transition: .3s;
}

section.planos div#texto-3 div#whatsapp a:hover {
    padding: 13px 25px;
}

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

footer address{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 92%;
    font-family: 'calibri', sans-serif;
    margin: 60px auto 40px;
    color: #646568;
    font-weight: 500;
    font-size: 14px;
}

footer address p{
    width: 294px;
}

footer address p#desk{
    display: none;
}

footer div#sociais {
    display: none;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 80px 0 40px;
}

footer div#sociais a {
    width: 70px;
    margin: 0 10px;
}

footer div#sociais img {
    width: 70px;
    height: 70px;
    padding: 0;
}

footer img#logo-click-smartphone{
    margin-bottom: 20px;
}

footer a#click-desk{
    display: none;
}

@media screen and (min-width: 375px){
    div#melhor-internet div#botao{
        max-width: 360px;
    }

    div#melhor-internet h1 {
        width: 98%;
        font-size: 21px;
    }
}

@media screen and (min-width: 425px){
    div#melhor-internet {
        background: url(../imagens/bg-768.jpg) center top no-repeat;
        background-position: 50% 20%;
    }

    div#melhor-internet div#botao{
        max-width: 380px;
    }

    div#melhor-internet h1 {
        width: 100%;
        font-size: 22px;
        margin-top: 25px;
    }

    section.central div#central-cliente {
        line-height: 15px;
    }
    
    section.central div#atualizar-boleto {
        line-height: 15px;
    }

    section.central div#central-cliente strong, section.central div#atualizar-boleto strong {
        font-size: 16px;
    }

    footer address{
        font-size: 16px;
    }

    footer address p{
        width: 370px;
    }
}

@media screen and (min-width: 1024px){
    header{
        float: left;
        flex-direction: unset;
        align-items: unset;
        width: 100%;
        background-color: transparent; 
        background: url(../imagens/bg-1600.jpg) center top no-repeat;
        height: 750px;
    }

    div#melhor-internet{
        background: unset;
        background-position: unset;
    }

    header div#logo a#smartphne img{
        display: none;
    }

    header div#logo{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        position: relative;
        bottom: 65px;
        width: 100%;
        max-width: 353px;
    }
    
    header div#logo a#desktop {
        display: flex;
        margin: unset;
    }

    header div#logo a#desktop img{
        cursor: pointer;
        align-items: flex-start;
    }

    header div#melhor-internet {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        background: unset;
        background-position: unset;
        height: unset;
    }

    header div#melhor-internet div#botao-mob{
        display: none;
    }

    header div#melhor-internet div#botao-desktop{
        display: flex;
    }

    header div#melhor-internet div#botao-desktop h1{
        text-align: center;
        position: relative;
        bottom: 30px;
        right: 30px;
        line-height: 28px;
        letter-spacing: 1px;
        text-shadow:0px 4px 10px #fff, 1px -7px 10px #fff, -6px 2px 4px #fff;
        font-size: 28px;
    }

    header div#melhor-internet div#botao-desktop h1 strong{ 
        font-size: 32px;
    }

    header div#melhor-internet div#botao-desktop a{
        display: none;
    }

    section.central {
        display: none;
    }

    header div.interface {
        display: flex;
        flex-direction: column;
    }

    div#centrais {
        display: flex;
        flex-direction: row;
        align-self: flex-end;
        justify-content: flex-end;
        width: 85%;
        height: 60px;
        position: relative;
        right: 40px;
    }

    header div#central-cliente-desktop {
        display: flex;
        flex-direction: row;
        border-radius: 0 0 10px 10px;
        background-color: transparent;
        width: 93%;
        max-width: 220px;
        height: 45px;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        margin: 0 10px;
        z-index: 3;
    }

    header div#atualizar-boleto-desktop {
        display: flex;
        flex-direction: row;
        border-radius: 0 0 10px 10px;
        background-color: transparent;
        font-size: 14px;
        width: 93%;
        max-width: 170px;
        height: 45px;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        margin: 0 10px;
        z-index: 3;
    }

    header div#central-cliente-desktop span#img {
        padding: 11px;
        height: 45px;
        border-radius: 0 0 10px 10px;
        position: absolute;
        background-color: #f08411;
        z-index: 2;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
    }

    header div#atualizar-boleto-desktop span#img{
        padding: 5px;
        height: 45px;
        border-radius: 0 0 10px 10px;
        position: absolute;
        background-color: #127a04;
        z-index: 2;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
    }

    header div#central-cliente-desktop img, header div#atualizar-boleto-desktop img{
        display: flex;
        width: 53px;
        flex-direction: row;
        border-radius: 0 0 10px 0;
    }

    a#cliente-desktop {        
        display: flex;
        flex-direction: row;
        background-color: #c32227;    
        border-radius: 0 0 10px 0 ;
        position: absolute;
        right: 0;
        top: 0;
        text-align: left;
        color: #fff;
        padding: 13px 20px;
        transition: .3s;
        z-index: 1;
    }

    a#boleto-desktop{        
        display: flex;
        flex-direction: row;
        background-color: #19a506;    
        border-radius: 0 0 10px 0 ;
        position: absolute;
        right: 0;
        top: 0;
        text-align: left;
        color: #fff;
        padding: 11px 13px;
        transition: .3s;
        z-index: 1;
    }

    a#cliente-desktop strong, a#boleto-desktop strong{
        font-size: 20px;
        font-weight: 700;
        font-family: 'proximanova-bold', monospace;
    }
    
    div#central-cliente-desktop:hover, div#atualizar-boleto-desktop:hover {
        height: 45px;
    }

    header div#central-cliente-desktop:hover span#img, div#atualizar-boleto-desktop:hover span#img{
        height: 50px;
    }
    
    div#central-cliente-desktop:hover a#cliente-desktop {
        padding: 16px 20px;
    }

    div#atualizar-boleto-desktop:hover a#boleto-desktop {
        padding: 13px;
    }

    section.planos{
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        position: relative;
        margin-top: -140px;
    }
    
    section.planos div.interface {
        min-width: 320px;
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    section.planos div#texto-1 {
        font-size: 40px;
        padding: 30px 0;
        display: flex;
        align-items: flex-end;
    }
    
    section.planos div#texto-1 h1  {
        margin-right: 30px;
    }

    section.planos div#texto-1 h1 strong {
        font-size: 45px;
    }
    
    section.planos div#texto-2 {
        font-size: 35px;
        padding: 30px 0;
        background-color: #f08411;
    }
    
    section.planos div#texto-2 strong{
        font-size: 56px;
    }

    section.planos div#texto-2 a{
        font-size: 56px;
    }

    section.planos div#texto-3 {
        display: flex;
        flex-direction: column;
        width: 100%;  
        align-items: center;
        text-align: center;
        font-size: 50px;
        padding: 30px 0;
    }
    
    section.planos div#texto-3 h3{
        display: flex;
        flex-direction: column;  
    }

    section.planos div#texto-3 h3 strong{
        font-size: 32px;
    }

    section.planos div#texto-3 div#whatsapp{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: -80px;
        right: 50px;
    }

    section.planos div#texto-3 div#whatsapp a{ 
        font-size: 30px;
        padding: 20px;
    }

    section.planos div#texto-3 div#whatsapp a:hover {
        padding: 20px 28px;
    }
    
    footer{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    footer div.interface {
        min-width: 320px;
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    
    footer address{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 75%;
        font-family: 'calibri', sans-serif;
        margin: unset;
        color: #646568;
        font-weight: 500;
    }

    footer address p#smart{
        display: none;
    }

    footer address p#desk{
        display: flex;
        width: auto;        
        align-self: baseline;
        font-size: 24px;
        margin-bottom: unset;
    }
    
    footer div#sociais {
        display: flex;
        align-self: center;
        width: 100px;
        margin: 20px 0 20px 80px;
    }
    
    footer div#sociais a{
        margin: 0;
        width: 40px;
    }
    
    footer div#sociais img{
        height: 32px;
        width: 32px;
    }
    
    footer img#logo-click-smartphone{
        display: none;
    }

    footer a#click-desk {
        display: flex;
        width: 56px;
        align-self: center;
        height: 20px;
    }

    footer img#logo-click-desktop {
        display: flex;
        width: 56px;
        height: 20px;
    }
}

@media screen and (min-width: 1200px){
    section.planos div.interface {
        max-width: 1600px;
    }

    section.planos div#texto-1 {
        font-size: 60px;
    }

    section.planos div#texto-1 h1 strong {
        font-size: 60px;
    }
    
    section.planos div#texto-2 {
        width: 1000px;
        padding: 30px 0;
    }

    section.planos div#texto-2 h2 {
        font-size: 40px;
    }

    section.planos div#texto-2 h2 strong,  section.planos div#texto-2 h2 a{
        font-size: 65px;
    }

    section.planos div#texto-3 {
        align-items: flex-start;
    }
    
    section.planos div#texto-3 h3{
        margin-left: 30px; 
        margin-top: 15px;
        font-size: 55px;
    }

    section.planos div#texto-3 h3 strong{
        font-size: 35px;
    }

    section.planos div#texto-3 div#whatsapp{
        right: 170px;
        top: -65px;
    }
}

@media screen and (min-width: 1400px){
    section.planos div#texto-3 div#whatsapp{
        right: 210px;
    }
}

@media screen and (min-width: 1900px){
    section.planos div#texto-3 div#whatsapp{
        right: 290px;
    }
}