/*
THEME NAME: Levitate
THEME URI: http://pullup.tech/themes/Levitate/
DESCRIPTION: Thema integrando uma versão alterada do Sandbox ao MDL
VERSION: 1.0
AUTHOR: <a href="http://seislados.com.br/">Glayson Ramos</a>
AUTHOR URI:
TAGS: microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('basics.css');

a.material-icons.menuButon {
    display: none;
}

@media all and ( min-width: 721px ) {
    .mdl-layout{
        margin-top: 184px;
    }
    .fix-desktop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
} 

.home .superHead {
    background: #ff9624;
}

.page .superHead {
    background-color:#fff;
}

.single .superHead {
    background-color:#fff;
}

.superHead {
    display: flex;
    justify-content: space-between;
    padding: 12px calc(50% - 522px);
    max-width: 1044px;
    width: 100%;
    font-size:14px;
}
.mdl-navigation li.current-menu-item a, #menu-principal a:hover {
    background: #ffde00;
    color: #ff8200 !important;
}
a.blog_title {
    display: block;
    width: 111px;
    height: 115px;
    background: url(images/logo.png) no-repeat center center;
    padding: 10px;
    text-indent: -15000px;
}
.home .superHead a {
    color:#fff;
}
.superHead a {
    color: #000;
    text-decoration:none;
    padding-right: 10px;
}
body.loggedin {
    display:block;
}
body {
    padding: 0;
    margin: 0;
    background: #f1f2f2;
    color: #818181;
}

.home select#citySelecter {
     color: #fff;
}
select#citySelecter {
    outline: none;
    -webkit-appearance: none;
    background: none;
    color: #000;
    border: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="#ffde00" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/><path d="M0-.75h24v24H0z" fill="none"/></svg>');
    background-repeat:no-repeat;
    background-position:center right;
    font-size:14px;
    padding-right: 25px;    
}

.superHead select#citySelecter option {
    color:#ff9624;
}

div#selectingWhere {
    display: block;
    padding-left: 20px;
}
div#selectingWhere:before {
    content: '\f041  ';
    font-family:'FontAwesome';
    color:#ffde00;
}
.superHead a:before {
    content: '\f0e0  ';
    font-family:'FontAwesome';
    color:#ffde00;
}

div#headerHead  {
    background-image:url(images/fundo.png);
    display: flex;
    justify-content: space-between;
    padding: 0px calc(50% - 522px);
    max-width: 1044px;
    width: 100%;
    font-size:14px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 200;
}

ul#menu-principal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 18px;
}
ul#menu-principal a {
    text-decoration:none;
    color:#fff;
    display:block;
    padding:63px 10px;
    transition: all 0.5s;
    height: 18px;
}

@media all and ( min-width: 721px ) {

    .fix-desktop.small a.blog_title {
        height: 35px;
        margin-top: 5px;
        background-size: contain;
    }

    .fix-desktop.small ul#menu-principal li:nth-of-type(1) a,
    .fix-desktop.small ul#menu-principal li:nth-of-type(2) a {
        padding: 20px 10px 28px;
    }

    .fix-desktop.small ul#menu-principal a {
        padding: 24px 10px;
    }

    .fix-desktop.small li.meuEloMenu a {
        margin: 15px 15px 14px;
    }
}

.home div#headerHead {
    background: rgba(0, 0, 0, 0.3); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0)); /* Standard syntax */

}

li.socialMenu a:before {
    border: solid 3px #fff;
    border-radius: 100%;
    width: 24px;
    padding-top:4px;
    height: 20px;
    display: block;
    text-align: center;
    font-family: 'FontAwesome';
    line-height:1em;
    font-size: 16px !important;
    color: #fff;
    font-weight: normal;
}


li.socialMenu a {
   color:rgba(0,0,0,0);
   font-size: 0.01em;
}
li.facebookMenu a:before {
    content: '\f09a';
}
li.instagramMenu a:before {
    content:'\f16d';
}
ul#menu-principal .socialMenu a:hover:before {
    color:#ff8200 !important;
    border-color:#ff8200;
}
li.meuEloMenu a {
    background: #ffde00;
    border-radius: 20px;
    padding: 4px 10px !important;
    margin: 54px 15px;
    color: #ff8200 !important;
    height: 28px !important;
}

li.meuEloMenu a:before {
    content: '\f007';
    display: inline-block;
    margin-right: 11px;
    font-family: 'FontAwesome';
    background: #ff8200;
    color: #ffde00;
    width: 22px;
    text-align: center;
    font-weight: normal;
    padding: 5px 4px;
    border-radius: 100%;
    font-size: 19px;
}
div#bannerArea {
    display: block;
    min-height: calc(100vh - 160px);
    background: #acc;
    position: relative;
    margin-top: -143px;
    z-index: 1;
}

main.mdl-layout__content {
    position: relative;
    z-index: 1;
}

div#callEspecialists {
    display: block;
    width: 100%;
    max-width: 1044;
    padding: 0 calc(50% - 522px);
    height: 120px;
    background-image: url(images/fundo.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    z-index: 30000;
}
div#callEspecialists div {
    width: 49%;
}

.big {
    font-weight: 500;
    color: #fff;
    font-size: 28px;
    padding-top: 27px;
}

.big span {
    font-size: 20px;
    font-weight: normal;
    display: block;
}



img.avatar {
    position: relative;
    margin-top: -15px;
    float: left;
}

a.weBall {
    background: #ffde00;
    color: #ff8200;
    text-decoration: none;
    padding: 15px 15px 15px 40px;
    position: relative;
    margin: 35px 0 0 35px;
    font-size: 20px;
    border-radius: 17px;
    font-family: Roboto ,verdana, sans-serif;
}

a.weBall:before {
    position: absolute;
    left: 10px;
    font-size: 30px;
    top: 12px;
    font-family: 'FontAwesome';
}

footer.mdl-mega-footer {
    background-image: url(images/fundo.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 40px;
}

footer.mdl-mega-footer > div {
    display: flex;
    width: 100%;
    justify-content:space-between;
    max-width: 1044px;
    padding: 0 calc(50% - 522px);
}




div#linhaFooterA * {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 50%;
}

img.logoFoot {
    flex-grow: 0;
    flex-shrink: 0;
    width: 179px;
    height: 93px;
}

ul#menu-socialbuttons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: right;
    float: right;
}

ul#menu-socialbuttons li {
    margin: 10px;
}

.menu-socialbuttons-container {
    text-align: right;
    float: right;
    display: block;
    justify-content: flex-end;
}

div#linhaFooter3 {
    background: #fff;
    padding-top: 24px;
    padding-bottom: 25px;
    font-size: 12px;
}

ul#menu-footermenus a {
    text-decoration: none;
    color: #fff;
}

div#linhaFooter2 ul {
    list-style: none;
    margin: 0;
}

ul#menu-footermenus {
    display: flex;
    padding: 45px 0 60px 0;
    font-size: 22px;
    line-height: 1.8em;
}

ul#menu-footermenus ul {
    padding: 0;
    font-size: 15px;
}

ul#menu-footermenus>li {
    padding-right: 50px;
}
div#whereYouAre {
    text-align: right;
    color: #fff;
    font-size: 24px;
    margin-top:25px;
}

select#citySelecterFooter {
    -webkit-appearance: none;
    color: #ffde00;
    background:none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="#ffde00" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/><path d="M0-.75h24v24H0z" fill="none"/></svg>');
    background-repeat:no-repeat;
    background-position:center right;
    border: none;
    font-size: 22px;
    padding-bottom:5px;
    border-bottom:solid 1px #ffde00;
}

select#citySelecterFooter option {
    color:#ff9624;
}

div#container {
    display: block;
    max-width: 1044px;
    width: 100%;
    padding: 50px calc(50% - 522px);
}

h2.entry-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    color: #d2d2d2;
}

h2.entry-title:after {
    content: '________________';
    display: block;
    font-size: 10px;
    color: #ffde00;
}

div#content {
    padding: 10px;
}
.entry-content {
    line-height: 2em;
}


.planSelector {
    display: flex;
    max-width: 1144px;
    padding: 20px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.planSelector .card {
    display:block;
    flex-grow:0;
    flex-shrink:0;
    max-width:271px;
    padding:10px;
}


.planHolder {
    display:flex;
    margin:0px 45px;
    overflow: auto;
    width:100%;
    max-width: calc(100% - 381px);
}

.disclaimer {
    display: block;
    width: 75%;
    padding-left: 25%;
    text-align: center;
    font-size: 13px;
    color: #bbbaba;
}

.planModel {
    display: block;
    min-width: 235px;
    margin: 10px;
    padding: 0px;
    box-shadow: 0px 2px 0px 0px #ccc;
    border-radius: 5px;
    overflow: hidden;
}

h3.titlePlan {
    margin: 0;
    padding: 20px;
    height: 80px;
    text-align: center;
    position: relative;
    background: #08a47d;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
}

.velocidadePlan {
    display: block;
    position: relative;
    background: rgba(256,256,256,1);
    border-radius: 100%;
    overflow: hidden;
    width: 110px;
    height: 75px;
    text-align: center;
    margin: -56px auto 0;
    box-shadow: 0px 0px 0px 18px rgba(0,0,0,0.1);
    font-size: 38px;
    font-weight: bold;
    padding-top: 35px;
    color: #08a47d;
}

.velocidadePlan:after {
    content: 'Mb';
    font-size: 22px;
}

.precoOriginal {
    font-size: 12px;
    color: #bbbaba;
    text-align: center;
    display: block;
    padding-top: 27px;
}

.precoOriginal:before {
    content: 'De R$ ';
}

.precoOriginal:after {
    content: ' por:';
}

.precoOferta {
    font-size: 36px;
    text-align: center;
    color: #0b96a7;
    font-weight: bold;
    padding: 10px 0;
}

.precoOferta:before {
    content: 'R$ ';
}

.beneficio {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #bbbaba;
    padding: 10px 0;
}

span.wifi:before {
    content: '\f1eb  ';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 15px;
}

button.assinePlan {
    -webkit-appearance: none;
    margin: 20px auto;
    display: block;
    color: #ff9624;
    background: #ffde00;
    border: none;
    border-radius: 25px;
    padding: 10px 27px;
    font-size: 18px;
    cursor: pointer;
}
.card h3 {
    font-size: 25px;
    font-weight: normal;
    color: #bbbaba;
    position: relative;
    text-align: right;
}

.card h3:after {
    content: '___';
    display: block;
    position: absolute;
    bottom: -13px;
    right: 0;
    color: #ff9624;
}

button.planButton {
    display: block;
    -webkit-appearance: none;
    float: right;
    clear: both;
    border: none;
    border-radius: 25px;
    padding: 10px 27px;
    font-size: 18px;
    cursor: pointer;
    margin:7px 0;
    width:150px;
}

a.learnMore {
    display: block;
    clear: both;
    color: #278894;
    font-size: 16px;
    text-decoration: none;
    margin: 5px;
    padding: 5px 0;
    float: right;
    text-align: right;
}

a.learnMore:before {
    content: '\f054  ';
    font-family: 'FontAwesome';
    color: #bbbaba;
}

div#meuElo {
    display: flex;
    width: 100%;
    max-width: 1144px;
    padding: 70px calc(50% - 572px);
    background-image: url(images/fundoMeuElo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 170px;
    justify-content: space-between;
}

main.mdl-layout__content {}


.home div#meuElo {
    margin: 45px 0;
}

.meuEloCol1 {
}

.meuEloCol1 {
    color: #fff;
    font-size: 37px;
    max-width: 25%;
    text-align: right;
    font-weight: bold;
}

span.pequenoElo {
    font-size: 16px;
    font-weight: normal;
    display: block;
    text-align: right;
    width: 100%;
}

a.meuEloAcesso {
    display: block;
    background: rgba(256,256,256,0.85);
    width: 150px;
    padding: 20px 40px;
    text-align: center;
    color: #ff9e3e;
    text-decoration: none;
}

a.meuEloAcesso:before {
    display: block;
    font-family: 'FontAwesome';
    margin: 10px;
    font-size: 67px;
    line-height: 1em;
}

a.meuEloAcesso.contaElo:before {
    content: '\f0f6';
}

a.meuEloAcesso.emailElo:before {
    content: '\f0e0';
}

a.meuEloAcesso.suporteElo:before {
    content: '\f086';
}
div#blogLine {
    display: block;
    max-width: 1144px;
    margin: 75px auto 0;
    padding-top: 40px;
    position: relative;
}

.postHolder {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    /* padding-top: 40px; */
    /* margin-top: 75px; */
}

.postModel {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(25% - 20px);
}

div#blogLine:before {
    display: block;
    position: absolute;
    content: ' ';
    background: linear-gradient(#ee8618 0%,#dc1e37 25%,#ff9a21 50%, #ffde00 75%);
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
}

div#blogLine h3 {
    font-size: 40px;
    color: #d2d2d2;
    margin-bottom: 50px;
}

span.maisClaro {
    color: #e3e3e3;
}

div#blogLine h3 a {
    display: block;
    float: right;
    text-decoration: none;
    color: #d2d2d2;
}
img {
    max-width: 100%;
    height: auto;
}

div#blogLine a {
    color: inherit;
    text-decoration: none;
}

div#blogLine h4 {
    font-weight: normal;
    text-transform: uppercase;
    text-align: justify;
    line-height: 1.5em;
    font-size: 16px;
}

div#blogLine p {
    font-size: 14px;
    line-height: 1.6em;
}

.bannerItem {
    display: block;
    height: calc(100vh - 160px);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bannerTexto {
    display: block;
    position: absolute;
    right: 10px;
    BOTTOM: 10PX;
    max-width: 300px;
    padding: 60px calc(50% - 150px) 100px 0;
    color: #fff;
    font-size: 21pt;
    line-height: 1.5em;
}

.caps {
    text-transform: uppercase;
}

.bannerTexto strong {
    color: #ff0;
    display: block;
}

.bannerTexto small {
    font-size: 12pt;
    display: block;
}

a.cta {
    border: solid 2px #ff9624;
    padding: 2px 15px;
    border-radius: 40px;
    color: #ff9624;
    text-decoration: none;
    margin-top: 17px;
    display: inline-block;
    font-size: 16pt;
    float: right;
    transition: all 0.5s;
}

a.cta:hover {
    background: #fff;
}
.planHolderInterno {
    display: flex;
    justify-content: space-between;
}

.termoBox {
    max-width: 25%;
}

.planosBox {
    width: 73%;
}

.planosBox h3.titlePlan {
    width:25%;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right:50px;
}

.planosBox .planModel {
    display: flex;
    min-height: 119px;
    margin-bottom: 30px;
}

.planosBox .velocidadePlan {
    display: block;
    position: relative;
    background: rgba(256,256,256,1);
    border-radius: 100%;
    overflow: hidden;
    width: 81px;
    height: 57px;
    text-align: center;
    margin: 22px 10px 0 -41px;
    box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.1);
    font-size: 28px;
    font-weight: bold;
    padding-top: 18px;
    color: #08a47d;
    line-height: 23px;
}
.ofertaInterna .precoOriginal {
    margin: 0;
    padding: 0;
}

.ofertaInterna .precoOferta {
    padding: 4px 0px 3px 10px;
}

.ofertaInterna {
    display: block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
}

.planosBox button.assinePlan {
    max-height: 40px;
    margin-top: 38px;
}

.ofertaInterna .beneficio {
    padding-bottom: 0;
}
.termo_5g h3.titlePlan {
    background:#0b96a7;
}

.termoBox h3 {
    text-align: right;
    font-size: 34px;
}

.description {
    text-align: right;
    line-height: 1.5em;
}

.planHolderInterno {
    margin-bottom: 90px;
}
.termo_5g .termoBox h3 {
    color: #0b96a7;
}
.termo_fibra-otica .termoBox h3 {
    color: #08a47d;
}
.inputToprAssinar {
    display: block;
    font-size: 16px;
    padding: 12px 20px;
    -webkit-appearance: none;
    border: solid 1px #ccc;
    margin: 4px 0;
    border-radius: 9px;
    width: 60%;
}
#preassinar .planModel {
    float: left;
    display: block;
    width: 27%;
    margin-right: 20px;
}

.single .ofertaInterna {
    border-right: none;
    padding: 30px 0;
}
.cats:before {
   font-family: 'FontAwesome';
    line-height:1em;
    font-weight: normal;
    content:'\f0f6  ';
}
.cats {
    color:#fa0;
}
ul.termList {
    list-style: none;
    max-width: 300px;
    float: right;
    display: block;
    width: 50%;
    margin: 0;
    padding: 0;
    margin-left:15px;
}

ul.termList a {
    display: block;
    padding: 25px 20px;
    text-decoration: none;
    color:#666;
    background: #eceded;
    transition:all 0.5s;
}

ul.termList a:after {
    display: block;
    float: right;
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 12px;
    color: #ff9624;
    transition:all 0.5s;
}

ul.termList a.ativo, ul.termList a:hover {
    color: #fff;
    background: #ff9624;
}
ul.termList a.ativo:after, ul.termList a:hover:after {
    color: #fff;
}
.itemBlog {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

img.imgLeft {
    max-width: 280px;
    float: left;
    margin-right: 15px;
}

.itemBlog a {
    color: inherit;
    text-decoration: none;
}

.itemBlog h3 {
    margin: 0;
    line-height: 1.4em;
}

.itemBlog .excerpt {
    font-size: 15px;
    line-height: 1.5em;
}
h2.entry-title span {
    color: #ff9624;
}

.paginination {
    display: block;
    text-align: center;
    clear: both;
    margin: 15px;
    

}

.paginination a {
    display: inline-block;
    padding: 4px 10px;
    text-align: center;
    background: #ccc;
    margin: 5px;
    width: 24px;
    font-weight: bold;
    color: #777;
    text-decoration: none;
}
.single #content {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 40px;
}
div#content {
    overflow: hidden;
}

.home .superHead {
    background: #ff9624;
}
.superHead {
    display: flex;
    justify-content: space-between;
    padding: 12px calc(50% - 522px);
    max-width: 1044px;
    width: 100%;
    font-size:14px;
}
.mdl-navigation li.current-menu-item a, #menu-principal a:hover {
    background: #ffde00;
    color: #ff8200 !important;
}
a.blog_title {
    display: block;
    width: 111px;
    height: 115px;
    background: url(images/logo.png) no-repeat center center;
    padding: 10px;
    text-indent: -15000px;
    transition: all 150ms ease;
}
.home .superHead a {
    color:#fff;
}
.superHead a {
    color: #000;
    text-decoration:none;
    padding-right: 10px;
}
body.loggedin {
    display:block;
}
body {
    padding: 0;
    margin: 0;
    background: #f1f2f2;
    color: #818181;
}

/*.home select#citySelecter {
     color: #fff;
}
select#citySelecter {
    -webkit-appearance: none;
    background: none;
    color: #000;
    border: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="#ffde00" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/><path d="M0-.75h24v24H0z" fill="none"/></svg>');
    background-repeat:no-repeat;
    background-position:center right;
    font-size:14px;
    max-width: 40vw;
}*/

div#selectingWhere {
    display: block;
    padding-left: 20px;
}
div#selectingWhere:before {
    content: '\f041  ';
    font-family:'FontAwesome';
    color:#ffde00;
}
.superHead a:before {
    content: '\f0e0  ';
    font-family:'FontAwesome';
    color:#ffde00;
}

div#headerHead  {
    background-image:url(images/fundo.png);
    display: flex;
    justify-content: space-between;
    padding: 0px calc(50% - 522px);
    max-width: 1044px;
    width: 100%;
    font-size:14px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 200;
}

ul#menu-principal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 18px;
}
ul#menu-principal a {
    text-decoration:none;
    color:#fff;
    display:block;
    padding:63px 10px;
    transition: all 0.5s;
    height: 18px;
}

li.socialMenu a:before {
    border: solid 3px #fff;
    border-radius: 100%;
    width: 24px;
    padding-top:4px;
    height: 20px;
    display: block;
    text-align: center;
    font-family: 'FontAwesome';
    line-height:1em;
    font-size: 16px !important;
    color: #fff;
    font-weight: normal;
}


li.socialMenu a {
   color:rgba(0,0,0,0);
   font-size: 0.01em;
}
li.facebookMenu a:before {
    content: '\f09a';
}
li.instagramMenu a:before {
    content:'\f167';
}
ul#menu-principal .socialMenu a:hover:before {
    color:#ff8200 !important;
    border-color:#ff8200;
}
li.meuEloMenu a {
    background: #ffde00;
    border-radius: 20px;
    padding: 4px 10px !important;
    margin: 54px 15px;
    color: #ff8200 !important;
    height: 28px !important;
}

li.meuEloMenu a:before {
    content: '\f007';
    display: inline-block;
    margin-right: 11px;
    font-family: 'FontAwesome';
    background: #ff8200;
    color: #ffde00;
    width: 22px;
    text-align: center;
    font-weight: normal;
    padding: 5px 4px;
    border-radius: 100%;
    font-size: 19px;
}
div#bannerArea {
    display: block;
    min-height: calc(100vh - 160px);
    background: #acc;
    position: relative;
    margin-top: -143px;
    z-index: 1;
}

main.mdl-layout__content {
    position: relative;
    z-index: 1;
}

div#callEspecialists {
    display: block;
    width: 100%;
    max-width: 1044;
    padding: 0 calc(50% - 522px);
    height: 120px;
    background-image: url(images/fundo.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    z-index: 30000;
}
div#callEspecialists div {
    width: 49%;
}

.big {
    font-weight: 500;
    color: #fff;
    font-size: 28px;
    padding-top: 27px;
}

.big span {
    font-size: 20px;
    font-weight: normal;
    display: block;
}

@media all and ( min-width: 1001px ) {
    div#callEspecialists .big .weBall {
        display: none;
    }    
}

@media all and ( max-width: 1000px ) {
    div#callEspecialists {
        height: initial;
        padding-bottom: 25px;
    }

    div#callEspecialists .big .weBall {
        margin-left: 0;
        width: 240px;
    }

    div#callEspecialists .big .weBall span {
        display: inline-block;
    }
}

img.avatar {
    position: relative;
    margin-top: -15px;
    float: left;
}

a.weBall {
    background: #ffde00;
    color: #ff8200;
    text-decoration: none;
    padding: 15px 15px 15px 40px;
    position: relative;
    margin: 35px 0 0 35px;
    font-size: 20px;
    border-radius: 17px;
    font-family: Roboto ,verdana, sans-serif;
}

a.weBall:before {
    position: absolute;
    left: 10px;
    font-size: 30px;
    top: 12px;
    font-family: 'FontAwesome';
}

footer.mdl-mega-footer {
    background-image: url(images/fundo.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 40px;
}

footer.mdl-mega-footer > div {
    display: flex;
    width: 100%;
    justify-content:space-between;
    max-width: 1044px;
    padding: 0 calc(50% - 522px);
}




div#linhaFooterA * {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 50%;
}

img.logoFoot {
    flex-grow: 0;
    flex-shrink: 0;
    width: 179px;
    height: 93px;
}

ul#menu-socialbuttons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: right;
    float: right;
}

ul#menu-socialbuttons li {
    margin: 10px;
}

.menu-socialbuttons-container {
    text-align: right;
    float: right;
    display: block;
    justify-content: flex-end;
}

div#linhaFooter3 {
    background: #fff;
    padding-top: 24px;
    padding-bottom: 25px;
    font-size: 12px;
}

ul#menu-footermenus a {
    text-decoration: none;
    color: #fff;
}

div#linhaFooter2 ul {
    list-style: none;
    margin: 0;
}

ul#menu-footermenus {
    display: flex;
    padding: 45px 0 60px 0;
    font-size: 22px;
    line-height: 1.8em;
}

ul#menu-footermenus ul {
    padding: 0;
    font-size: 15px;
}

ul#menu-footermenus>li {
    padding-right: 50px;
}
div#whereYouAre {
    text-align: right;
    color: #fff;
    font-size: 24px;
    margin-top:25px;
}

/*select#citySelecterFooter {
    -webkit-appearance: none;
    color: #ffde00;
    background:none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="#ffde00" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/><path d="M0-.75h24v24H0z" fill="none"/></svg>');
    background-repeat:no-repeat;
    background-position:center right;
    border: none;
    font-size: 22px;
    padding-bottom:5px;
    border-bottom:solid 1px #ffde00;
}*/
div#container {
    display: block;
    max-width: 1044px;
    width: 100%;
    padding: 50px calc(50% - 522px);
}

h2.entry-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    color: #d2d2d2;
}

h2.entry-title:after {
    content: '________________';
    display: block;
    font-size: 10px;
    color: #ffde00;
}

div#content {
    padding: 10px;
}
.entry-content {
    line-height: 2em;
}

.entry-content:after {
    content: "";
    display: block;
    clear: both;
}

.entry-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.entry-content .alignright {
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
}

.planSelector {
    display: flex;
    max-width: 1144px;
    padding: 20px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.planSelector .card {
    display:block;
    flex-grow:0;
    flex-shrink:0;
    max-width:271px;
    padding:10px;
}


.planHolder {
    display:flex;
    margin:0px 45px;
    overflow: auto;
    width:100%;
    max-width: calc(100% - 381px);
}

.disclaimer {
    display: block;
    width: 75%;
    padding-left: 25%;
    text-align: center;
    font-size: 13px;
    color: #bbbaba;
}

.planModel {
    display: block;
    min-width: 235px;
    margin: 10px;
    padding: 0px;
    box-shadow: 0px 2px 0px 0px #ccc;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

h3.titlePlan {
    margin: 0;
    padding: 20px;
    height: 80px;
    text-align: center;
    position: relative;
    background: #08a47d;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
}

.velocidadePlan {
    display: block;
    position: relative;
    background: rgba(256,256,256,1);
    border-radius: 100%;
    overflow: hidden;
    width: 110px;
    height: 75px;
    text-align: center;
    margin: -56px auto 0;
    box-shadow: 0px 0px 0px 18px rgba(0,0,0,0.1);
    font-size: 38px;
    font-weight: bold;
    padding-top: 35px;
    color: #08a47d;
}

.velocidadePlan:after {
    content: 'Mb';
    font-size: 22px;
}

.precoOriginal {
    font-size: 12px;
    color: #bbbaba;
    text-align: center;
    display: block;
    padding-top: 27px;
}

.precoOriginal:before {
    content: 'De R$ ';
}

.precoOriginal:after {
    content: ' por:';
}

.precoOferta {
    font-size: 36px;
    text-align: center;
    color: #0b96a7;
    font-weight: bold;
    padding: 10px 0;
}

.precoOferta:before {
    content: 'R$ ';
}

.beneficio {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #bbbaba;
    padding: 10px 0;
}

span.wifi:before {
    content: '\f1eb  ';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 15px;
}

.assinePlan {
    -webkit-appearance: none;
    margin: 20px auto;
    display: inline-block;
    color: #ff9624;
    background: #ffde00;
    border: none;
    border-radius: 25px;
    padding: 10px 27px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.card h3 {
    font-size: 25px;
    font-weight: normal;
    color: #bbbaba;
    position: relative;
    text-align: right;
}

.card h3:after {
    content: '___';
    display: block;
    position: absolute;
    bottom: -13px;
    right: 0;
    color: #ff9624;
}

button.planButton {
    display: block;
    -webkit-appearance: none;
    float: right;
    clear: both;
    border: none;
    border-radius: 25px;
    padding: 10px 27px;
    font-size: 18px;
    cursor: pointer;
    margin:7px 0;
    width:150px;
}

a.learnMore {
    display: block;
    clear: both;
    color: #278894;
    font-size: 16px;
    text-decoration: none;
    margin: 5px;
    padding: 5px 0;
    float: right;
    text-align: right;
}

a.learnMore:before {
    content: '\f054  ';
    font-family: 'FontAwesome';
    color: #bbbaba;
}

div#meuElo {
    display: flex;
    width: 100%;
    max-width: 1144px;
    padding: 70px calc(50% - 572px);
    background-image: url(images/fundoMeuElo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 170px;
    justify-content: space-between;
}

main.mdl-layout__content {}


.home div#meuElo {
    margin: 45px 0;
}

.meuEloCol1 {
}

.meuEloCol1 {
    color: #fff;
    font-size: 37px;
    max-width: 25%;
    text-align: right;
    font-weight: bold;
}

span.pequenoElo {
    font-size: 16px;
    font-weight: normal;
    display: block;
    text-align: right;
    width: 100%;
}

a.meuEloAcesso {
    display: block;
    background: rgba(256,256,256,0.85);
    width: 150px;
    padding: 20px 40px;
    text-align: center;
    color: #ff9e3e;
    text-decoration: none;
}

a.meuEloAcesso:before {
    display: block;
    font-family: 'FontAwesome';
    margin: 10px;
    font-size: 67px;
    line-height: 1em;
}

a.meuEloAcesso.contaElo:before {
    content: '\f0f6';
}

a.meuEloAcesso.emailElo:before {
    content: '\f0e0';
}

a.meuEloAcesso.suporteElo:before {
    content: '\f086';
}
div#blogLine {
    display: block;
    max-width: 1144px;
    margin: 75px auto 0;
    padding-top: 40px;
    position: relative;
}

.postHolder {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    /* padding-top: 40px; */
    /* margin-top: 75px; */
}

.postModel {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(25% - 20px);
}

div#blogLine:before {
    display: block;
    position: absolute;
    content: ' ';
    background: linear-gradient(#ee8618 0%,#dc1e37 25%,#ff9a21 50%, #ffde00 75%);
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
}

div#blogLine h3 {
    font-size: 40px;
    color: #d2d2d2;
    margin-bottom: 50px;
}

span.maisClaro {
    color: #e3e3e3;
}

div#blogLine h3 a {
    display: block;
    float: right;
    text-decoration: none;
    color: #d2d2d2;
}
img {
    max-width: 100%;
    height: auto;
}

div#blogLine a {
    color: inherit;
    text-decoration: none;
}

div#blogLine h4 {
    font-weight: normal;
    text-transform: uppercase;
    text-align: justify;
    line-height: 1.5em;
    font-size: 16px;
}

div#blogLine p {
    font-size: 14px;
    line-height: 1.6em;
}

.bannerItem {
    display: block;
    height: calc(100vh - 160px);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bannerTexto {
    display: block;
    position: absolute;
    right: 10px;
    BOTTOM: 10PX;
    max-width: 300px;
    padding: 60px calc(50% - 150px) 100px 0;
    color: #fff;
    font-size: 21pt;
    line-height: 1.5em;
}

.caps {
    text-transform: uppercase;
}

.bannerTexto strong {
    color: #ff0;
    display: block;
}

.bannerTexto small {
    font-size: 12pt;
    display: block;
}

a.cta {
    border: solid 2px #ff9624;
    padding: 2px 15px;
    border-radius: 40px;
    color: #ff9624;
    text-decoration: none;
    margin-top: 17px;
    display: inline-block;
    font-size: 16pt;
    float: right;
    transition: all 0.5s;
}

a.cta:hover {
    background: #fff;
}
.planHolderInterno {
    display: flex;
    justify-content: space-between;
}

.termoBox {
    max-width: 25%;
}

.planosBox {
    width: 73%;
}

.planosBox h3.titlePlan {
    width:25%;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right:50px;
}

.planosBox .planModel {
    display: flex;
    min-height: 119px;
    margin-bottom: 30px;
}

.planosBox .velocidadePlan {
    display: block;
    position: relative;
    background: rgba(256,256,256,1);
    border-radius: 100%;
    overflow: hidden;
    width: 81px;
    height: 57px;
    text-align: center;
    margin: 20px 10px 0 -41px;
    box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.1);
    font-size: 28px;
    font-weight: bold;
    padding-top: 20px;
    color: #08a47d;
}
.ofertaInterna .precoOriginal {
    margin: 0;
    padding: 0;
}

.ofertaInterna .precoOferta {
    padding: 4px 0px 3px 10px;
}

.ofertaInterna {
    display: block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
}

.planosBox .assinePlan {
    max-height: 40px;
    margin-top: 38px;
}

.ofertaInterna .beneficio {
    padding-bottom: 0;
}
.termo_5g h3.titlePlan {
    background:#0b96a7;
}

.termoBox h3 {
    text-align: right;
    font-size: 34px;
}

.description {
    text-align: right;
    line-height: 1.5em;
}

.planHolderInterno {
    margin-bottom: 90px;
}
.termo_5g .termoBox h3 {
    color: #0b96a7;
}
.termo_fibra-otica .termoBox h3 {
    color: #08a47d;
}
.inputToprAssinar {
    display: block;
    font-size: 16px;
    padding: 12px 20px;
    -webkit-appearance: none;
    border: solid 1px #ccc;
    margin: 4px 0;
    border-radius: 9px;
    width: 60%;
}
#preassinar .planModel {
    float: left;
    display: block;
    width: 27%;
    margin-right: 20px;
}

.single .ofertaInterna {
    border-right: none;
    padding: 30px 0;
}
.cats:before {
   font-family: 'FontAwesome';
    line-height:1em;
    font-weight: normal;
    content:'\f0f6  ';
}
.cats {
    color:#fa0;
}
ul.termList {
    list-style: none;
    max-width: 300px;
    float: right;
    display: block;
    width: 50%;
    margin: 0;
    padding: 0;
    margin-left:15px;
}

ul.termList a {
    display: block;
    padding: 25px 20px;
    text-decoration: none;
    color:#666;
    background: #eceded;
    transition:all 0.5s;
}

ul.termList a:after {
    display: block;
    float: right;
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 12px;
    color: #ff9624;
    transition:all 0.5s;
}

ul.termList a.ativo, ul.termList a:hover {
    color: #fff;
    background: #ff9624;
}
ul.termList a.ativo:after, ul.termList a:hover:after {
    color: #fff;
}
.itemBlog {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

img.imgLeft {
    max-width: 280px;
    float: left;
    margin-right: 15px;
}

.itemBlog a {
    color: inherit;
    text-decoration: none;
}

.itemBlog h3 {
    margin: 0;
    line-height: 1.4em;
}

.itemBlog .excerpt {
    font-size: 15px;
    line-height: 1.5em;
}
h2.entry-title span {
    color: #ff9624;
}

.paginination {
    display: block;
    text-align: center;
    clear: both;
    margin: 15px;
    

}

.paginination a {
    display: inline-block;
    padding: 4px 10px;
    text-align: center;
    background: #ccc;
    margin: 5px;
    width: 24px;
    font-weight: bold;
    color: #777;
    text-decoration: none;
}
.single #content {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 40px;
}
div#content {
    overflow: hidden;
}

div#hyperModal {
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.6);
    width: 100vw;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
    height:100vh;
}

div#hbox {
    max-width: 290px;
    margin: 5px;
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    width: 300px;
    top: 100%;
    left: calc(50% - 170px);
    box-shadow: 5px 4px 10px #000;
    transition: all 0.5s;
}

div#hyperModal.abrirModal {
    opacity: 1;
    z-index:999999999;
    display: block;
}
div#hyperModal.abrirModal div#hbox {
    top:calc(50% - 150px);
}
button.cancelBt {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-appearance: none;
    overflow: hidden;
    top: -15px;
    right: -15px;
    background: rgba(256,256,256,0.9);
    border: solid 1px #ccc;
}
h4#hyperTitulo {
    font-size: 16pt;
    color: #ff9624;
    margin: 10px;
}

div#hyperLegenda {
    font-size: 10px;
}

div#hyperModal #hbox:before {
    font-family: 'FontAwesome';
    font-size: 48pt;
    display: block;
    content: '\f001';
    line-height: 1em;
    margin-top: 10px;
    font-weight: normal;
    border: solid 6px;
    width: 103px;
    margin: auto;
    text-align: center;
    border-radius: 100%;
    padding: 20px 0;
}

.cancelBt i.fa.fa-close {
    font-size: 19px;
}

div#hyperModal.alertaTriangulo #hbox:before {
    border-color:#dd0;
    color:#dd0;
    content:'\f071';
}
div#hyperModal.sucessoAssinado #hbox:before {
    border-color:#13a56c;
    color:#13a56c;
    content:'\f00c';
}
div#hyperModal.sendingData #hbox:before {
    border-color:#00d;
    color:#00d;
    content:'\f0ee';
}

#empresaPlan h3.titlePlan {
    background: #0b96a7;
}

#empresaPlan .velocidadePlan {
    color: #0b96a7;
}
button.planButton.ativo {
    background: #08a47d;
    color: #fff;
}



@media screen and (max-width: 720px){
   .mdl-layout {
        max-width: 100vw;
    }

    a.material-icons.menuButon {
    display: block;
}
    
    a.blog_title {
        min-width: 100px;
    }

    ul#menu-principal.aberto {
        width:100vw;
    }

    ul#menu-principal {
        flex-direction: column;
        width: 0vw;
        position: absolute;
        height: 100vh;
        background: rgba(0,0,0,0.7);
        top: -40px;
        right: 0;
        transition: width 0.6s ease;
        white-space: nowrap;
    }

    ul#menu-principal a {
        padding: 5px 3px;
        height: auto;
        margin: 9% 0 0 2%;
        display: block;
        position: absolute;
        width: 90%;
    }

    li.socialMenu {
        display: none !important;
    }

    #menu-principal li {
        flex-grow: 1;
        position: relative;
        border: solid 1px;
    }

    li.meuEloMenu a {
        margin: 0;
        padding: 0;
    }
    
    div#headerHead {margin: 0;padding: 0;top: -8px;}

    div#selectingWhere {
        font-size: 10px;
    }

    select#citySelecter {
        font-size: 10px;
    }

    a.webmailLink {
        font-size: 10px;
        position: absolute;
        right: 2px;
    }

    .mdl-layout.mdl-js-layout.mdl-layout--fixed-header {
        padding: 0;
        margin: 0;
    }

    .superHead {
        padding: 5px 0 0 0;
        height: 26px;
        margin: 0;
        line-height: 1em;
    }

    div#selectingWhere {
        height: 11px;
        padding: 0 10px;
        margin: 0;
        line-height: 1em;
    }

    div#bannerArea {
        /*min-height: 100vh;*/
    }


    .bannerTexto {
        text-align: center;
        width: 90%;
        padding: 0 3% 0 3% !important;
        margin: 0 !important;
        top: 33%;
        left: 2%;
    }

    .bannerItem {
        height: 100%;
    }

    ul#menu-principal {
        overflow: hidden;
    }

    div#callWithBoy {
        display: none;
    }

    div#callEspecialists div {
        width: 90%;
        text-align: center;
        margin: 0 5%;
        background-size:cover;
    }


    div#callEspecialists {
        background-size: cover;
        height: auto;
        padding-bottom: 16px;
    }
    .planHolder {
        display: flex;
        margin: 0 3%;
        padding: 0;
        max-width: initial;
        flex-wrap: nowrap;
        overflow: scroll;
        width: 94%;
    }

    /*div#personalPlan {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }*/

ul.termList {
    display: none;
}

    a.menuButon:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 34px;
    text-decoration: none;
    display: block;
    font-weight: normal;
    border: solid 2px #fff;
    text-align: center;
    padding: 3px;
    border-radius: 10px;
    margin: 36px 20px 0 0;
    width: 34px;
}
.planHolderInterno {
    flex-wrap: wrap;
}

.termoBox {
    max-width: initial;
    width: 100%;
}

.termoBox * {
    text-align: center !important;
}

.planosBox {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}

.planModel.fibra-otica {
    flex-wrap: wrap;
    position: relative;
}

.planosBox h3.titlePlan {
    width: 100%;
}

.velocidadePlan {
    position: absolute !important;
    top: 71px !important;
    left: calc(50% - 40px);
    margin: 0 !important;
}

.ofertaInterna {
    width: 100%;
    max-width: initial;
    border: none;
    padding: 50px 0 0;
}
a.menuButon {
    text-decoration: none;
    color: #fff;
    display: block;
    overflow: hidden;
}
    
    .planSelector .card {
        line-height: 1em;
        padding: 5px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        justify-content: space-between;
        max-width: 100%;
    }

    .card h3 {
        text-align: center;
        width: 100%;
    }

    .card h3:after {
        width: 100%;
    }

    button.planButton {
        width: 45%;
        font-size: 12px;
    }

    a.learnMore {
        display: none;
    }

    .mdl-layout.mdl-js-layout.mdl-layout--fixed-header {
        overflow: hidden;
        max-width: 100vw;
    }

    .postHolder {
        overflow: scroll;
    }

    .postModel {
        width: 90%;
        margin: 5%;
    }

    .menu-footermenus-container {
        display: none;
    }

    .menu-footermenus-container {
        width: 100%;
    }

    div#whereYouAre {
        width: 95%;
    }

    img.logoFoot {
        margin-left: 10px;
    }

    div#linhaFooter3 {
        text-align: center;
    }

    .meuEloCol1 {
        width: 100%;
        flex-shrink: 0;
        flex-grow: 2;
        display: block;
        max-width: initial;
        text-align: center;
    }

    div#meuElo {
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }

    span.pequenoElo {
        text-align: center;
    }

    a.meuEloAcesso {
        max-width: 21%;
        font-size: 12px;
        padding: 4%;
        margin: 5px;
    }

    a.meuEloAcesso:before {
        font-size: 15vw;
    }
    
    .planModel {
    position: relative;
    width: 100% !important;
    max-width: initial;
}

.ofertaInterna {
    padding-top: 100px !important;
    display: block;
}
    
}

@media screen and (max-width: 1000px){
	div#callEspecialists div {
	    width: 90%;
	    text-align: center;
	    margin: 0 5%;
	    background-size: cover;
	}

	div#callWithBoy {
		display: none;
	}
}

.wpcf7 {}

.wpcf7 label {
    display:  block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="file"],
.wpcf7 input[type="email"],
.wpcf7 select {
    display: block;
    padding: 10px;
    max-width: 100%;
    width: 500px;
}

.wpcf7 textarea {
    display: block;
    padding: 10px;
    max-width: 100%;
    width: 500px;
}

#personalPlan,
#empresaPlan {
	display: block;
	margin-top: 45px;
}

#personalPlan .group-tipo-de-plano,
#empresaPlan .group-tipo-de-plano {
	margin-bottom: 30px;
}

#personalPlan .group-tipo-de-plano h3,
#empresaPlan .group-tipo-de-plano h3 {
	font-size: 25px;
	font-weight: normal;
	color: #bbbaba;
	position: relative;
	margin-top: 0;
	padding-bottom: 12px;
	display: inline-block;
	vertical-align:  middle;
	margin-right: 25px;
}

@media all and ( max-width: 720px ) {
	#personalPlan .group-tipo-de-plano h3,
	#empresaPlan .group-tipo-de-plano h3 {
		display: table;
	}
}

#personalPlan .group-tipo-de-plano h3:after,
#empresaPlan .group-tipo-de-plano h3:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0;
	height: 1px;
	background-color: #ff9624;
	width: 45px;
}
#personalPlan .group-tipo-de-plano button.plano-button,
#empresaPlan .group-tipo-de-plano button.plano-button {
    display:  inline-block;
    vertical-align: top;
    border: none;
    border-radius: 25px;
    padding: 10px 27px;
    font-size: 18px;
    cursor: pointer;
    margin: 0 10px;
    width: 150px;
    background-color: #ddd;
}

#personalPlan .group-tipo-de-plano button.plano-button.ativo,
#empresaPlan .group-tipo-de-plano button.plano-button.ativo {
    background: #08a47d;
    color: #fff;
}

@media all and ( max-width: 420px ) {
	#personalPlan .group-tipo-de-plano button.plano-button,
	#empresaPlan .group-tipo-de-plano button.plano-button {
		padding: 10px 0;
		margin: 0;
		width: 125px;
	}
}



.container-list-planos {}
.container-list-planos:after {
	content: "";
	display: block;
	clear: both;
}

.container-list-planos .item-plano {    
    box-shadow: 0px 2px 0px 0px #ccc;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;    
    margin-bottom: 40px;
}

@media all and ( min-width: 420px ){
	.container-list-planos .item-plano {
	    width: 23.5%;
	    float:  left;
	    margin-right: 2%;
	}
}

@media all and ( min-width: 921px ) {
	.container-list-planos .item-plano:nth-of-type(4n) {
		margin-right: 0;
	}
	.container-list-planos .item-plano:nth-of-type(4n) + .clear {
		display: block;
		clear: both;
	}
}

@media all and ( max-width: 920px ) and ( min-width: 769px ){
	.container-list-planos .item-plano:nth-of-type(3n) {
		margin-right: 0;
	}
	.container-list-planos .item-plano:nth-of-type(3n) + .clear {
		display: block;
		clear: both;
	}

	.container-list-planos .item-plano {
	    width: 30%;
    	margin-right: 5%;
	}
}

@media all and ( max-width: 768px ) and ( min-width: 420px ){
	.container-list-planos .item-plano:nth-of-type(2n) {
		margin-right: 0;
	}
	.container-list-planos .item-plano:nth-of-type(2n) + .clear {
		display: block;
		clear: both;
	}

	.container-list-planos .item-plano {
		width: 47%;
		margin-right: 6%;
	}
}

.container-list-planos .item-plano .title {
    margin: 0;
    padding: 20px;
    height: 100px;
    text-align: center;
    position: relative;
    background: #08a47d;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
}

#empresaPlan .container-list-planos .item-plano .title {
	background: #0b96a7;	
}


.container-list-planos .item-plano .velocidade {
    display: block;
    position: relative;
    background: rgba(256,256,256,1);
    border-radius: 100%;
    overflow: hidden;
    width: 110px;
    height: 110px;
    text-align: center;
    margin: -55px auto 0;
    box-shadow: 0px 0px 0px 18px rgba(0,0,0,0.1);
    font-size: 38px;
    font-weight: bold;
    color: #08a47d;
    line-height: 32px;
}

.container-list-planos .item-plano .velocidade .table-align {
    display:  table;
    width:  100%;
    height:  100%;
}
.container-list-planos .item-plano .velocidade .vertical-align {
    display:  table-cell;
    vertical-align:  middle;
    width:  100%;
}
.container-list-planos .item-plano .velocidade .value {
    display:  block;
    padding-top: 7px;
    padding-left: 5px;
    padding-right:  5px;
}

.container-list-planos .item-plano .velocidade .value:after {
	content: 'Mb';
    font-size: 22px;
}
    
.container-list-planos .item-plano .preco-original {
    font-size: 12px;
    color: #bbbaba;
    text-align: center;
    display: block;
    padding-top: 27px;
    height: 18px;
}

.container-list-planos .item-plano .preco-original:not(:empty):before {
	content: 'De R$ ';
}

.container-list-planos .item-plano .preco-original:not(:empty):after {
	content: ' por:';
}

.container-list-planos .item-plano .preco-oferta {
    font-size: 36px;
    text-align: center;
    color: #0b96a7;
    font-weight: bold;
    padding: 10px 0;
}
.container-list-planos .item-plano .preco-beneficio {}
.container-list-planos .item-plano .assine {
    margin: 20px auto;
    display: inline-block;
    color: #ff9624;
    background: #ffde00;
    border: none;
    border-radius: 25px;
    padding: 10px 27px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.container-list-planos + .container-list-planos + .ver-todos-os-planos {
	background: #ffde00;
    color: #ff8200;
    text-decoration: none;
    padding: 15px 35px;
    position: relative;
    margin: 0 auto 20px;
    font-size: 20px;
    border-radius: 35px;
    display: table;
    cursor: pointer;
}

#personalPlan .disclaimer,
#empresaPlan .disclaimer {
    width:  100%;
    padding-left:  0;
} 


.container-speed-test {
    padding: 0 20px;
    padding-top: 65px;
    text-align:  center;
    box-shadow: inset 0px 90px 0px 0px #08a47d;
    padding-bottom:  25px;
}
.container-speed-test .btn {
    display:  inline-block;
    background-color: #ffde00;
    border-radius: 8px;
    position:  relative;
    text-decoration:  none;
    padding: 0 25px;
}
.container-speed-test .label {
    color: #ff8200;
    font-size: 24px;
    text-decoration:  none;
    display:  block;
    padding: 10px 0;
    font-weight:  bold;
}
.container-speed-test .icon {
    display:  block;
    position:  absolute;
    bottom: 100%;
    background-color: #ffde00;
    max-width: 45px;
    padding: 0 15px;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    left:  50%;
    margin-left: -30px;
}
.container-speed-test .icon img {
    display: block;
}