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

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

@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/proxima-nova/proxima-nova-bold-webfont.woff2') format('woff2'),
         url('fontes/proxima-nova/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;
}
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;
}

div.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* ***STYLE*** */

header {
    background: url(../imagens/bg.jpg) left top no-repeat;
}

#modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(43, 64, 146, .9);
    position: fixed;
    z-index: 9;
    display: block;
    /* display: none; */
}

.box {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* top: -410px; */
    z-index: 10;
    top: 500px;
}

.box div.planos {
    width: 100%;
    max-width: 320px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box div.planos div.flex, .box div.planos div.flex-planos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#close_plan {
    color: #fff;
    font-family: 'proximanova-extr-bold', sans-serif;
    text-decoration: none;
    font-size: 35px;
    position: relative;
    background-color: #3fc5f4;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    top: 20px;
    left: 0;
    border-radius: 100px;
    z-index: 2;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

#close_plan strong {
    position: relative;
    bottom: 2px;
}

#close_plan:hover {
    background-color: #3092b6;
    color: #e4e4e4;
}

form#form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
}

div.left {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 300px;
}

div.left h3 {
    display:flex;
    flex-direction: column;
    position: relative;
    text-align: left;
    width: 90%;
    background-color: #001848;
    font-family: 'proximanova-extr-bold', sans-serif;
    color: #fff;
    font-size: 24px;
    padding: 30px 10px 20px 15px;
    /* left: 6px; */
    margin: unset;
    margin-bottom: 40px;
    border-radius: 0 0 30px 30px;
}

div.left h3 strong {
    font-size: 19px;
}


.radios {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radios:after {
    content: "";
    clear: both;
}

.plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    width: 250px;
}

.plan input[type=radio], .plan input[type=checkbox]{   
     display:none; /* Esconde os inputs */
    }

.plan label {
    display: flex;
    flex-direction: row;
    width: 280px;
    cursor: pointer;
}

.plan div.preco {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 85%;
    background-color: #99a3b5;
}

.plan div.preco span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-family: 'decalotype-light-webfont', sans-serif;
    margin: 5px 0;
}

.plan div.preco span strong {
    font-size: 25px;
    font-family: 'proximanova-extr-bold', sans-serif;
    margin-left: 5px;
}

.plan div.preco span p {
    font-size: 13px;
}

.plan div.velocidade {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #b2e8fb;
}

.plan div.velocidade span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'proximanova-extr-bold', sans-serif;
    color: #99a3b5;
    font-size: 45px;
    margin: 10px 0;
}

.plan div.velocidade span strong {
    font-family: 'proximanova-extr-bold', sans-serif;
}

.plan:hover div.preco, .opt div.preco, .active div.preco {
    background-color: #001848;
}

.plan:hover div.velocidade, .plan:hover div.velocidade span, .plan .opt div.velocidade, .plan .opt div.velocidade span, .plan .active div.velocidade, .plan .active div.velocidade span {
    background-color: #3ec5f4;
    color: #001948;
}

div.left img {
    width: 150px;
    margin: 10px 0;
}

div.right {
    display: flex;
    flex-direction: column;
    background-color: #eaf2f6;
    justify-content: center;
    align-items: center;
    width: 300px;
}

div.right div.valor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.right div.valor p.right {
    font-family: 'decalotype-light-webfont', sans-serif;
    color: #001847;
    font-size: 21px;
    margin-top: 20px;
}

div.right div.valor p.right strong {
    font-family: 'proximanova-bold', sans-serif;
}

div.right div.valor input#valor_totRadio {
    background-color: #001848;
    color: #fff;
    text-align: center;
    border: unset;
    width: 270px;
    font-size: 40px;
}

div.right div.valor span {
    font-family: 'decalotype-light-webfont', sans-serif;
    color: #001847;
    font-size: 18px;
    margin-bottom: 40px;
}


div.right input.m {
    font-family: 'decalotype-light-webfont', sans-serif;
    text-align: left;
    margin: 5px 0;
    padding: 12px 0 12px 10px;
    width: 260px;
    border: unset;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(199,207,211,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(199,207,211,1);
    box-shadow: 0px 0px 10px 2px rgba(199,207,211,1);
}

div.right input.m::-webkit-input-placeholder {
    text-align: left;
    position: relative;
    left: 5px;
}

div.right input#botao {
    background-color: #31005b;
    border: unset;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 15px;
    margin: 20px 0 20px; 
    cursor: pointer;
    transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
}

div.right input#botao:hover {
    padding: 10px 20px;
}

/* Fim do estilo do modal */

div#botoes {
    display: flex;
    flex-direction: column;
    height: 120px;
}

div#botoes div#central span {
    color: #fff;
    background-color: #2b4092;
    font-family: 'pantonlight_caps', sans-serif;
    padding: 20px 30px;
    border-radius: 0 0 40px 40px;
    font-size: 18px;
}

div#botoes div#central span strong {
    font-family: 'panton-bold-webfont', sans-serif;
}

div#botoes div#central a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #009e00;
    padding: 15px 20px;
    font-family: 'myriadPro', sans-serif;
    color: #fff;
    font-size: 22px;
    transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

div#botoes div#central a img {
    position: absolute;
    margin-left: 90px;
    margin-top: -30px;
    width: 35px;
}

div#botoes div#central:hover a {
    padding: 20px;
}

div.logo {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

div.logo img {
    width: 300px;
}

div.frase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

section#planos{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #2a4091;
    padding-bottom: 50px;
}

section#planos div.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#planos div.titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

section#planos div.titulo h1 {
    color: #fff;
    font-family: 'panton-bold-webfont', sans-serif;
    font-size: 30px;
    margin: 60px 0 50px;
    max-width: 540px;
    font-style: italic;
}

section#planos div.titulo h1 strong {
    color: #00c1ee;
    font-family: 'panton-black', sans-serif;
    margin-top: 50px;
}

section#planos div.row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#planos div.plano {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: 40px 0;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 60px 30px rgba(42,220,247,1);
    -moz-box-shadow: 0px 0px 60px 30px rgba(42,220,247,1);
    box-shadow: 0px 0px 60px 30px rgba(42,220,247,1);
}

section#planos div.plano div.velocidade {
    background-color: #fff;
    width: 210px;
    padding: 10px 0 25px;
    border-radius: 15px;
    z-index: 1;
}

section#planos div.plano div.velocidade span {
    color: #2a4091;
    font-size: 42px;
    font-family: 'panton-black', sans-serif;
}

section#planos div.plano div.preco {
    position: relative;
    background-color: #112b87;
    width: 210px;
    margin-top: -15px;
    padding: 10px 0 15px;
    border-radius: 15px;
    z-index: 2; 
}

section#planos div.plano div.preco span {
    color: #fff;
    font-family: 'panton-regular', sans-serif;
    font-size: 20px;
}

section#planos div.plano div.preco span strong {
    font-family: 'panton-black', sans-serif;
    font-size: 34px;
}

section#planos div.plano div.botao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 200px;
    margin: unset;
    border-radius: 5px;
    background-color: transparent;
    
}

section#planos div.plano div.botao a {
    color: #fff;
    font-family: 'panton-bold-webfont', sans-serif;
    font-size: 20px;
    padding: 8px 15px;
    border-radius: 8px;
    background-color: #00c1ee;
    position: relative;
    bottom: -68px;
    z-index: 3;
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

section#planos div.plano div.botao a:hover {
    padding: 8px 20px;
}

section#planos div.aviso {
    color: #fff;
    font-style: italic;
    font-size: 17px;
    margin-top: 60px;
}

footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2a4091;
}

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

footer address p{
    /* font-size: 14px; */
    width: 300px;
    margin: 3px 0;
    text-transform: uppercase;
}

footer address p.end{
    margin-bottom: 20px;
}

footer address p#desk{
    display: none;
}

footer div#sociais {
    display: none;
}

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

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

@media screen and (min-width: 425px){
    footer address p{
        width: 370px;
    }
}

@media screen and (min-width: 1024px){
    header {
        background: url(../imagens/bg.jpg) center top no-repeat;
        height: 715px;
    }

    div.logo {
        align-items: flex-start;
        padding: unset;
    }

    div.logo img {
        position: relative;
        left: 70px;
        bottom: 50px
    }

    section#planos{
        display: flex;
        align-items: center;
        width: 100%;
        padding-bottom: 100px; 
    }

    section#planos div.row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    section#planos div.plano {
        width: 330px;
        margin: 40px 40px 80px;
    }

    section#planos div.plano div.velocidade {
        width: 330px;
        padding: 15px 5px 30px;
    }
    
    section#planos div.plano div.velocidade span {
        font-size: 60px;
    }
    
    section#planos div.plano div.preco {
        width: 330px;
        margin-top: -20px;
        padding: 20px 5px;
    }
    
    section#planos div.plano div.preco span {
        font-size: 30px;
    }
    
    section#planos div.plano div.preco span strong {
        font-size: 54px;
    }
    
    section#planos div.plano div.botao {
        width: 250px;
    }

    section#planos div.plano div.botao a {
        font-size: 30px;
        padding: 10px 25px;
        bottom: -98px;
    }
    
    section#planos div.plano div.botao a:hover {
        padding: 10px 30px;
    }

    
    section#planos div.aviso {
        font-size: 18px;
        margin-right: 200px;
        margin-top: 100px;
    }

    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: column;
        align-items: center;
        justify-content: center;
        width: 92%;
        text-align: left;
        font-family: 'calibri', sans-serif;
        margin: 30px 0 0 80px;
        font-weight: 500;
    }

    footer address p#smart{
        display: none;
    }

    footer address p#desk{
        display: flex;
        width: auto;        
        align-self: baseline;
        font-size: 17px;
        margin-bottom: 15px;
    }
    
    footer div#sociais {
        display: flex;
        align-self: center;
    }

    footer div#sociais img {
        margin: 0 3px;
    }
    
    footer img#logo-click-smartphone{
        display: none;
    }

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

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

@media screen and (min-width: 1200px){
    .box {
        top: 310px;
    }

    #close_plan {
        font-size: 60px;
        width: 70px;
        height: 70px;
        top: 35px;
        left: 250px;
    }
    
    #close_plan strong {
        bottom: 5px;
    }


    form#form {
        display: flex;
        flex-direction: row;
        width: 790px;
    }

    div.right, div.left {
        width: 365px;
        /* height: 510px; */
    }

    div.right div.valor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    div.right div.valor p.right {
        font-family: 'decalotype-light-webfont', sans-serif;
        color: #001847;
        font-size: 25px;
        margin-top: 44px;
    }
    
    div.right div.valor p.right strong {
        font-family: 'proximanova-bold', sans-serif;
    }
    
    div.right div.valor input#valor_totRadio {
        margin-top: -3px;
        width: 310px;
        padding: 20px 0;
        font-size: 55px;
    }
    
    div.right div.valor span {
        font-size: 20px;
        /* margin-bottom: 40px; */
        margin-top: 8px;
    }
    
    
    div.right input.m {
        font-family: 'decalotype-light-webfont', sans-serif;
        text-align: left;
        margin: 5px 0;
        padding: 17px 35px 17px 10px;
        width: 260px;
        font-size: 18px;
    }

    div.right input#botao {
        font-size: 17px;
        padding: 12px 15px;
        margin-top: 10px;
        margin-bottom: 12px;
    }
    
    div.right input#botao:hover {
        padding: 12px 20px;
    }

    div.left {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        width: 380px;
        justify-content: center;
    }
    
    div.left h3 {
        width: 90%;
        font-size: 30px;
        padding: 35px 0 30px 20px;
        left: 9px;
    }
    
    div.left h3 strong {
        font-size: 24px;
    }

    .plan label {
        width: 335px;
    }
    
    .plan div.preco {
        width: 65%;
    }
    
    .plan div.preco span strong {
        font-size: 25px;
        margin-left: 5px;
    }
    
    .plan div.preco span p {
        font-size: 13px;
    }

    .plan div.velocidade span {
        font-size: 60px;
        margin: 10px 0;
    }

    div.left img {
        width: 190px;
        margin: 10px 0 7px;
    }

    div.logo img {
        left: 60px;
        bottom: 60px;
        width: 341px;
    }

    div#botoes {
        height: 120px;
        margin-left: 150px;
    }

    
    div.frase {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 0;
        margin-left: 100px;
    }

    section#planos div.titulo h1 {
        font-size: 38px;
        max-width: 740px;
    }
    
}