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

@font-face {
    font-family: 'decalotype-light-webfont';
    src: url('fontes/decalotype/decalotype-light-webfont.woff2') format('woff2'),
         url('fontes/decalotype/decalotype-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: 'panton_bold';
    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: 'museo_slab_100';
    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: 'museo_slab_700';
    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-light';
    src: url('fontes/proximanova/proxima-nova-light-webfont.woff2') format('woff2'),
         url('fontes/proximanova/proxima-nova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima-nova-bold-webfont';
    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: 'proxima-nova-extrbold-webfont';
    src: url('fontes/proximanova/proximanova-extr-bold.woff2') format('woff2'),
         url('fontes/proximanova/proximanova-extr-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'proxima-nova-regular-webfont';
    src: url('fontes/proximanova/proxima-nova-regular.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;
}

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

/* ***STYLE*** */


/* beggin of elements list with display none */

.desktop {
    display: none;
}

/* end of elements list with display none */

/* Começo do estilo do modal */
#modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(109, 41, 120, 0.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: 'proxima-nova-extrbold-webfont', sans-serif;
    text-decoration: none;
    font-size: 35px;
    position: relative;
    background-color: #69346e;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    top: 20px;
    /* left: 5px; */
    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: #885e8b;
    color: #e4e4e4;
}

form#form, form#formEmp {
    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: #5a1f5f;
    font-family: 'proxima-nova-extrbold-webfont', 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: #98749b;
}

.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: 45px;
    font-family: 'proxima-nova-extrbold-webfont', 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: #faa07d;
}

.plan div.velocidade span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'proxima-nova-extrbold-webfont', sans-serif;
    color: #fff;
    font-size: 45px;
    margin: 10px 0;
}

.plan div.velocidade span strong {
    font-family: 'proxima-nova-extrbold-webfont', sans-serif;
}

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

.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: #f66126;
    color: #fff;
}

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

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: #5a1f5f;
    font-size: 21px;
    margin-top: 20px;
}

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

div.right div.valor input#valor_totRadio, div.right div.valor input#valor_totRadioEmp {
    background-color: #5a1f5f;
    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: #5a1f5f;
    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: #f66126;
    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.logo {
    width: 100%;
    background-color: #118c1d;
    padding: 30px 0;
}

div.logo img {
    width: 266px;
}

section#assistir-mobile {
    background: url(../imagens/mobile-bg.jpg) center no-repeat;
    height: 400px;
}

section#assistir-mobile div.flex {
    flex-direction: column;
}

section#assistir-mobile img {
    display: inline-block;
    width: 268px;
    margin-right: 20px;
    margin-top: 50px;
}

/* section#assistir-mobile h1 {
    font-size: 28px;
    background: linear-gradient(to right, #f58220 0%, #ff6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'panton_black', sans-serif;
    margin-top: 40px;
    margin-right: 40px;
}

section#assistir-mobile h2 {
    font-size: 38px;
    background: linear-gradient(to right, #7b0798 0%, #5b0471 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'panton_black', sans-serif;
    margin-right: 30px;
}

section#assistir-mobile h3 {
    font-size: 20px;
    background: linear-gradient(to right, #f58220 0%, #ff6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'panton_black', sans-serif;
    margin-right: 5px;
} */

section#central-mobile {
    width: 100%;
}

section#central-mobile a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    font-family: 'proxima-nova-bold-webfont', sans-serif;
    font-size: 20px;
    color: #ffffff;
    background-color: #ff7e00;
}

section#central-mobile a img {
    margin-right: 10px;
}

section#planos-mobile div.flex{
    flex-direction: column;
}

section#planos-mobile h1 {
    background-color: #118c1d;
    color: #fff;
    font-family: 'museo_slab_100', sans-serif;
    font-size: 50px;
    padding: 40px 0;
    width: 100%;
    line-height: 40px;
}

section#planos-mobile h1 strong {
    font-size: 45px;
}

section#planos-mobile h2 {
    background-color: #026a0c;
    color: #fff;
    font-family: 'museo_slab_100', sans-serif;
    width: 100%;
    font-size: 30px;
    padding: 40px 0;
}

section#planos-mobile h2 strong {
    font-family: 'museo_slab_700', sans-serif;
    font-size: 50px;
}

section#planos-mobile label.assinar {
    font-family: 'museo_slab_100', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background-color: #e45e00;
    padding: 5px 15px;
    border-radius: 10px;
    position: relative;
    cursor:pointer;
    top: 20px;
    transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

section#planos-mobile label.assinar:hover {
    padding: 5px 25px;
}

section#planos-mobile div.whatsapp-button {
    display: inline-flex;
    justify-content: center;
    background-color: #118c1d;
    width: 100%;
}

section#planos-mobile div.whatsapp-button {
    display: inline-flex;
    justify-content: center;
    background-color: #118c1d;
    width: 100%;
    padding: 20px 0;
}

section#planos-mobile div.whatsapp-button a {
    display: inline-flex;
    justify-content: center;
    position: relative;
    top: 50px;
}

section#planos-mobile div.whatsapp-button a p {
    background-color: #009e00;
    color: #fff;
    font-family: 'proxima-nova-bold-webfont';
    padding: 15px;
    font-size: 30px;
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

section#planos-mobile div.whatsapp-button a p:hover {
    color: #009e00;
    background-color: #fff;
}

section#planos-mobile div.whatsapp-button img {
    position: absolute;
    left: 205px;
    bottom: 45px;
}

section#planos {
    background: url(../imagens/bg-planos.png) center top no-repeat;
    position: relative;
    margin-top: -160px;
    padding-top: 350px;
    padding-bottom: 150px;
}

section#planos div.titulos h1 {
    color: #414141;
    font-family: 'panton_bold', sans-serif;
    font-size: 28px;
    width: 100%;
    max-width: 310px;
    font-style: italic;
    margin-top: 150px;
    margin-bottom: 20px;
}

section#planos div.titulos h1 strong {
    color: #ff7916;
    font-family: 'panton_black', sans-serif;
}

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

section#planos div.plano {
    width: 270px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.45);
}

section#planos div.colored {
    background-color: #121670;
}

section#planos div.colored img#top-colored {
    width: 80px;
    position: relative;
    margin-top: -75px;
    top: 60px;
    left: 114px;
}

section#planos div.plano div.velocidade h1 {
    font-size: 28px;
    color: #121670;
    font-family: 'proximanova-light', sans-serif;
    margin-top: 60px;
}

section#planos div.colored div.velocidade h1 {
    color: #fff;
}

section#planos div.plano div.velocidade h1 strong {
    font-size: 80px;
    font-family: 'proximanova-black', sans-serif;
    line-height: 20px;
}

section#planos div.plano div.preco span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #585858;
    font-size: 18px;
    font-family: 'proximanova-light', sans-serif;
    margin: 10px 0;
}

section#planos div.colored div.preco span {
    color: #ffffff;
}

section#planos div.plano div.preco span strong {
    font-size: 60px;
    font-family: 'proxima-nova-extrbold-webfont', sans-serif;
}

section#planos div.plano div.preco span p {
    text-align: center;
}

section#planos div.plano div.recursos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 40px 0;
}

section#planos div.plano div.recursos p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 250px;
    color: #585858;
    font-family: 'proximanova-light', sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #f59a50;
    padding-bottom: 6px;
    margin: 5px 0;
}

section#planos div.plano div.recursos p strong {
    font-family: 'proxima-nova-bold-webfont', sans-serif;
    color: #121670;
    margin-left: 5px;
}

section#planos div.colored div.recursos p {
    color: #fff;
    border-bottom: 1px solid #56d00b;
}

section#planos div.colored div.recursos p strong {
    color: #56d00b;
}

section#planos div.plano div.recursos p:last-child {
    align-items: flex-start;
    text-align: left;
    border-bottom: unset;
}

section#planos div.plano div.recursos p img {
    margin-right: 8px;
    margin-left: 5px;
}

section#planos div.plano div.botao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

section#planos div.plano div.botao label {
    color: #121670;
    background-color: #56d00b;
    font-family: 'proxima-nova-bold-webfont', sans-serif;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
}

section#planos div.colored div.botao label {
    background-color: #56d00b;
}

section#planos div.plano div.botao label:hover {
    padding: 15px 25px;
}

div#modal-plano{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999999;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

div#modal-plano form{
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 500px;
    padding: 30px 0;
    background-color: #fff;
    margin-top: 5%;
}

div#modal-plano form.for-mob {
    padding: 10px 0;
}

div#modal-plano form input#check-form{
    display: inline-block;
}

div#modal-plano form label{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
    font-family: 'Panton Black', sans-serif;
}

div#modal-plano form p{
    display: inline-block;
    width: 90%;
    text-align: left;
    font-family: 'gogoposterpunchregular', sans-serif;
    font-size: 25px;
    color: #194681;
    margin-bottom: 10px;
}

div#modal-plano form input, div#modal-plano form select{
    display: inline-block;
    width: 90%;
    height: 30px;
    background-color: #fff;
    margin-top: 10px;
    text-indent: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

div#modal-plano form input#assinar{
    width: 180px;
    height: 35px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    background-color: #194681;
    color: #fff;
    font-size: 18px;
    text-indent: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

div#modal-plano form input#assinar:hover{
    width: 200px;
}

div#modal-plano form ::-webkit-input-placeholder{
    color: #000;
}

div#modal-plano form ::-moz-input-placeholder{
    color: #000;
}

#check-form, #check-mob{
    display: none;
}

#check-form:checked ~ div#modal-plano, #check-mob:checked ~ div#modal-plano{
    opacity: 1;
    visibility: visible;
}

form span {
    display: inline-block;
    width: 95%;
    font-family: 'proxima-nova-regular-webfont', sans-serif;
    color: #9c9c9c;
    margin: 20px 0 0;
    font-size: 14px;
}

form span strong{
    font-family: 'proxima-nova-bold-webfont', sans-serif;
}

form span a{
    font-family: 'proxima-nova-bold-webfont', sans-serif;
}

footer {
    width: 100%;
    padding: 60px 0 20px;
}

footer address.mobile div.flex {
    flex-direction: column;
}

footer address p {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    width: 280px;
    color: #585858;
    font-family: 'proxima-nova-regular-webfont', sans-serif;
    margin: 10px 0;
}

footer address p img {
    margin-right: 10px;
}

footer div.logo-click {
    margin-top: 20px;
}

@media screen and (min-width: 768px){
    /* beggin of elements list with display none */
    
    .mobile {
        display: none;
    }
    
    /* end of elements list with display none */
    /* beggin of elements list with display flex */

    .desktop {
        display: flex;
    }

    /* end of elements list with display flex */

    header {
        width: 100%;
        background-color: transparent;
        background: url(../imagens/header-bg.jpg) center top no-repeat;
        height: 888px;
    }

    div.central {
        display: inline-flex;
    }

    div.central a {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        background-color: #20942b;
        font-family: 'proxima-nova-bold-webfont';
        color: #fff;
        border-radius: 0 0 10px 10px;
        padding-right: 10px;
        font-size: 18px;
    }

    div.central img {
        margin-right: 10px;
        padding: 10px 5px;
        background-color: #0e7017;
        border-radius: 0 0 10px 10px;
        transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
    }

    div.central a:hover img {
        padding: 15px 5px;
    }

    div.logo {
        float: left;
        width: auto;
        background-color: transparent;
        padding: unset;
        margin-top: 20px;
        margin-left: 20px;
    }

    div.logo img {
        width: 419px;
    }

    div.cem-porcento {
        float: left;
        width: 100%;
    }

    div.cem-porcento img {
        float: left;
        width: 35%;
        max-width: 408px;
        margin-left: 40px;
        margin-top: 80px;
    }
    
    section#planos {
        height: 600px;
    }

    section#planos div.titulos h1 {
        font-size: 35px;
        max-width: 710px;
        margin-top: 200px;
    }

    div#modal-plano form label{
        font-size: 35px;
    }

    div#modal-plano form .m1{
        width: 43%;
        float: left;
        margin-left: 5%;
    }

    div#modal-plano form .m2{
        width: 43%;
        float: right;
        margin-right: 5%;
    }

    footer {
        margin-top: 300px;
        border-top: 2px solid #121670;
        padding-top: 30px;
    }

    footer address p {
        width: 680px;
        margin: 10px 0;
    }

    footer div.sociais {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 40px 0 60px;
    }

    footer div.sociais a {
        margin: 0 5px;
        position: relative;
        top: 0;
        transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
    }

    footer div.sociais a:hover {
        top: -10px;
    }
}

@media screen and (min-width: 930px){ 
    section#planos {
        height: 1050px;
        margin-top: -160px;
        padding-top: 150px;
    }

    section#planos div.titulos h1 {
        font-size: 35px;
        max-width: 710px;
        margin-top: 50px;
    }

    div.cem-porcento img {
        margin-top: 100px;
    }

    footer {
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px){ 
    /* Começo do modal responsivo */
    .box {
        top: 310px;
    }

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


    form#form, form#formEmp {
        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;
        font-size: 25px;
        margin-top: 21px;
    }
    
    div.right div.valor p.right strong {
        font-family: 'proxima-nova-bold-webfont', sans-serif;
    }
    
    div.right div.valor input#valor_totRadio, div.right div.valor input#valor_totRadioEmp {
        margin-top: 10px;
        width: 310px;
        padding: 15px 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: 14px 35px 14px 10px;
        width: 260px;
        font-size: 18px;
    }

    div.right input#botao {
        font-size: 17px;
        padding: 12px 15px;
        margin-top: 20px;
        margin-bottom: 22px;
    }
    
    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;
        margin-bottom: 7px;
    }
    
    div.left h3 strong {
        font-size: 24px;
    }

    .plan label {
        width: 335px;
    }
    
    .plan div.preco {
        width: 65%;
    }
    
    .plan div.preco span strong {
        font-size: 55px;
        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: 280px;
        margin: 42px 0 35px;
    }

                                            /* Final do modal responsivo */
                                        
    div.central a {
        padding-right: 20px;
        font-size: 20px;
        margin-right: 200px;
    }

    div.cem-porcento img {
        float: left;
        width: 100%;
        margin-top: 100px;
        margin-left: 40px;
    }

    section#planos div.titulos h1 {
        font-size: 40px;
        max-width: 760px;
        margin-top: 120px;
    }

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

    section#planos div.plano {
        width: 360px;
        border-radius: 30px;
        margin: 50px 20px;
    }

    section#planos div.colored img#top-colored {
        width: 122px;
        position: relative;
        margin-top: -115px;
        top: 92px;
        left: 148px;
    }

    section#planos div.plano div.velocidade h1 {
        font-size: 40px;
        padding-top: 20px;
    }

    section#planos div.plano div.velocidade h1 strong {
        font-size: 120px;
    }

    section#planos div.plano div.preco span {
        font-size: 26px;
        margin: 20px 0;
    }

    section#planos div.plano div.preco span strong {
        font-size: 70px;
        margin: 0 0 0 8px;
        font-family: 'proxima-nova-extrbold-webfont', sans-serif;
    }

    section#planos div.plano div.recursos p {
        width: 260px;
        font-size: 18px;
        border-bottom: 1px solid #1cb6f0;
        padding-bottom: 6px;
        margin: 5px 0 0;
    }

    section#planos div.colored div.recursos p {
        width: 270px;
    }

    section#planos div.plano div.botao {
        margin-top: 10px;
    }

    section#planos div.plano div.menos {
        margin-top: 0;
    }

    section#planos div.plano div.botao a {
        padding: 12px 30px;
        font-size: 18px;
    }

    section#planos div.plano div.botao a:hover {
        padding: 12px 35px;
    }

    footer {
        margin-top: 40px;
        padding: 0;
    }

    footer div.interface {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    footer address p {
        width: 700px;
        font-size: 18px;
        margin-left: 10px;
    }    
    
    /* footer div.sociais {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin: 40px 0 60px;
    } */

    footer div.logo-click {
        margin-left: 250px;
    }
}