/* CSS Document */

html,
html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* Box sizing rules */

*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default padding */

ul[class],
ol[class] {
  padding: 0;
}
/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Set core body defaults */

li {
    list-style-position: inside;
}

a {
    color: #fff;
    text-decoration: none;
}

.link-positivo {
    color: #01ACEE;
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.bold-azul {
    font-weight: 700;
    color: #01ACEE;
}

.yellow {
    color: #FFD83B;
}

.alert {
    font-weight: 500;
    text-transform: uppercase;
    background-color:#343434;
    color: #FFD83B;
}

.alert-danger {
    background-color: rgb(252, 1, 51);
    color: #fff;
    font-weight: 700;
}

body {
    width: 100%;
    height: 100%;
    font-family: din-2014, sans-serif;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.2rem;
    background-color: #F7F7F7;
}

header {
    position: fixed;
    width: 100%;
    height: 146px;
    display: grid;
    grid-template-columns: 1fr repeat(8, minmax(min-content, 107.5px)) 1fr;
    grid-template-rows: repeat(4, 36.5px);
    column-gap: 1.64%;
    z-index: 500;
}

.link-fundo-branco {
    color:#01ACEE;
    font-weight: 600;
    text-decoration: underline;
}

.client-log {
    position: fixed;
    top:155px;
    width: 100%;
    background-color: #fff;
    height: min-content;
    padding: 1% 0;
    z-index: 400;
}

.menu-conta {
    width: 62%;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head-conta {
    width: 50%;
    font-weight: 100;
    margin-bottom: .5%;
    font-weight: 100;
    color: #ed2079;
}

.head-Adm {
    text-align: right;
    font-weight: 100;
    color:#01ACEE;
}

.fio-preto-conta {
    width: 100%;
    margin: .5% 0;
    border: #ed2079 solid .5px;
}

.ops-conta {
    color: #a3a3a3;
    text-transform: uppercase;
}

.ops-conta:hover {
    cursor: pointer;
    color:#636466;
    font-weight: 500;
}

.pink-stripe {
    width: 100%;
    min-height: 146px;
    background-color: #ed2079;
    grid-column: 1/11;
    grid-row:1/4;
    display: grid;
    grid-template-columns: 1fr repeat(8, minmax(min-content, 107.5px)) 1fr;
    grid-template-rows: repeat(3, 36.5px);
    align-items: center;
    column-gap: 1.64%;
    justify-self: center;
}

.site-headline {
    grid-column: 3/8;
    grid-row: 3/3;
    color: #fff;
    position:relative;
    top:-7px;
}

/* .logar {
    grid-column: 8/9;
    grid-row: 3/3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} */

/* .txt-logIn {
    flex-basis: 70%;
    color: #fff;
    font-weight: 500;
}

.link-logar {
    flex-basis: 30%;
    text-align: left;
} */

.mobileMenu {
    display: none;
    max-height: 13px;
    grid-column: 9/10;
    grid-row: 3/4;
    margin-left: 66%;
}

.contato-superior {
    grid-column: 9/10;
    grid-row: 3/3;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ico-mail {
    max-height: 20px;
}

.ico-tel{
    max-height: 25px;
}

.black-stripe {
    width: 100%;
    min-height: 46px;
    grid-column: 1/11;
    grid-row: 4/5;
    background-color: #000000;
    display: flex;
}

nav {
    flex-basis: 67%;
    margin-left: 27%;
    display: flex;
    flex-wrap: wrap;
}

.menu-list {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

.top-menu-button {
    flex-basis:16%;
    text-align: center;
    padding: .5%  5%;
    border: none;
    background-color: transparent;
    font-size: 1em;
    font-weight: 500;

    display: flex;
    align-items: center;
}

.top-menu-button:hover {
    background-color: #ed2079;
    cursor: pointer;
}

.active {
    color: #fff;
    flex-basis:16%;
    text-align: center;
    padding: .5%  5%;
    border: none;
    background-color: #343434;

    display: flex;
    align-items: center;
    font-weight: 500;
}

.top-menu-button a {
    color: #fff;
    font-family: din-2014, sans-serif;
    font-size: 1.2em;
}

.top-nav-lg-EW {
    min-width: 80px;
    grid-column: 2/3;
    grid-row: 2/4;
    position: relative;
    top:12px;
}

.hero-img {
    width: 100%;
    height: 642px;
    background-image: url("../images/servidores-ewhost.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.text-case-hero {
    position: relative;
    top: 45%;
    display:flex;
    flex-wrap: wrap;
    width: 62%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.hero-headline,
.fio-comum,
.sub-headline-hero,
.hero-disclaimer {
    flex-basis: 100%;
}

.hero-headline,
.sub-headline-hero,
.hero-disclaimer {
    line-height: 1.2em;
    font-weight: 100;   
}

.hero-headline {
    font-size: 2.5em;
}

.fio-comum {
    margin: 1% 0;
    border: #fff solid .5px;
}

.hero-disclaimer {
    position: relative;
    top: 150px;
    font-size: .75em;
}

.intro {
    width: 100%;
    height: min-content;
    display: grid;
    grid-template-columns: 1fr repeat(8, minmax(min-content, 107.5px)) 1fr;
    grid-template-rows: auto;
    column-gap: 1.64%;
    margin: 3% 0 0;
}

.txt-case-intro {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000020;
    border-radius: 20px;
    grid-column: 2/10;
    padding: 3%;
    display: grid;
    grid-template-columns: repeat(3, minmax(min-content, 1fr));
    grid-template-rows: 2 1fr;
    gap: 1.64%;
}

.intro-headline {
    text-align: center;
    font-size: 2.5em;
    line-height: 2em;
    color:#ed2079;
    grid-column: 1/4;
    grid-row: 1/2;
}

.txt-col1,
.txt-col2,
.txt-col3,
.txt-col4 {
    font-weight: 300;
    line-height: 1.5em;
    grid-auto-flow: column;
    grid-row: 2/3;
}

.nossos-clientes {
    width: 100%;
    height: min-content;
    display: grid;
    grid-template-columns: 1fr repeat(8, minmax(min-content, 107.5px)) 1fr;
    grid-template-rows: auto;
    column-gap: 1.64%;
    margin: 3% 0;
}

.clients-headline {
    grid-column: 2/10;
    grid-row: 1/2;
    text-align: center;
    color: #ed2079;
    font-weight: 100;
    font-size: 2.5em;
    line-height: 2em;
    border-bottom: #ed2079 solid 1px;
    margin-bottom: 2%;
}

.client-case {
    grid-column: 2/10;
    grid-row: 2/3;
    display:grid;
    grid-template-columns: repeat(5, minmax(107.5px, 1fr));
    gap: 2.5%;
    justify-items: center;
}

.client-item {
    max-width: 155px;
    grid-auto-flow: column;
}

.call-anti {
    width: 100%;
    height: max-content;
    margin-top: 6%;
    background-image: url("../images/fundo-anti-spam.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.anti-call-img-case {
    width: 63%;
    height: max-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.anti-call-case {
    flex-basis: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    text-align: center;
    line-height: 2em;
    align-items: center;
}

.anti-headline {
    flex-basis: 100%;
    color: #FFD83B;
    font-size: 3em;
    margin-bottom: 3%;
}

.anti-sub-head {
    flex-basis: 100%;
    font-weight: 300;
    margin-bottom: 1em;
}

.btn-maisInfo {
    background-color: #ed2079;
    width: 35%;
    margin: 0 auto;
    padding:.5em;
    font-size:1.2em;
    font-weight: 700;
    border-radius: 5px;
}

.anti-computer {
    flex-basis: 15%;
    max-height: 350px;
}

.nossos-planos {
    width: 100%;
    height: max-content;
    margin-top: 3%;
    display: grid;
    grid-template-columns: 1fr minmax(60%, 1052px) 1fr;
    grid-template-rows: auto;
    margin-bottom: 6%;
}

.case-cards {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    max-height: max-content;
    grid-column: 2/3;
}

.headline-planos {
    flex-basis: 100%;
    color: #ed2079;
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1.5em;
    border-bottom: #ed2079 solid 1px;
    margin-bottom: 3%;
}

.hide-Fio {
    display:none
}

.cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(20%, 384px));
    grid-template-rows: repeat(2, 1fr);
    gap: 3.3%;
}

.card-plano {
    max-width: min-content;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000020;
    border-radius: 20px;
    padding: 5.5%;
    display: flex;
    flex-wrap: wrap;
}

.plano-thumb {
    max-width: 213px;
    max-height: 213px;
    flex-basis: 100%;
    border-radius: 20px;
    margin-bottom: 5%;
}

.txt-plans {
    flex-basis: 100%;
    margin-bottom: 3%;
    text-align: center;
    position: relative;
}

.txt-plan-1 {
    top: -44px;
}

.txt-plan-2 {
    top: -30px;
}

.linha-plano {
    line-height: 1.5em;
}

.fio-preto {
    width: 100%;
    margin: 5% 0;
    border: #a3a3a3 solid .5px;
}

.btn-escolha {
    flex-basis: 100%;
    max-height: 45px;
    padding: 5%;
    background-color: #ed2079;
    border: none;
    border-radius: 5px;
    font-family: din-2014, sans-serif;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    align-self: flex-end;
    text-align: center;
}

.btn-escolha:hover {
    background-color: #01ACEE;
    cursor: pointer;
}

.call-compra-segura {
    display: flex;
    width: 100%;
    height: max-content;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tarja-azul {
    flex-basis: 100%;
    height: fit-content;
    background-color: #01ACEE;
    padding: .5% 0;
}

.compra-seg-headline {
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: 300;
}

.meios-pagto {
    flex-basis: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 5% 0;
    margin: 0 auto;
}

.lg-paypal {
    flex-basis:auto;
    max-height: 45px;
}

.lg-master {
    flex-basis:auto;
    max-height: 65px;
}

.lg-visa {
    flex-basis:auto;
    max-height: 35px;
}

.saiba-mais {
    flex-basis: 300px;
    max-height: 65px;
    padding: .8em 0;
    background-color: #01ACEE;
    border: none;
    border-radius: 5px;
    font-family: din-2014, sans-serif;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.saiba-mais:hover {
    background-color: #ed2079;
    cursor: pointer;
}

.call-devs{
    width: 100%;
    height: fit-content;
    background-image: linear-gradient(to right, #2c1064, #2effff);
    padding: 2% 1% 5%;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dev-comp {
    max-width: 35%;
    position:relative;
    top: 30px;
}

.pDev-container {
    display: flex;
    flex-basis: 47%;
}

.headline-box {
    flex-basis: 100%;
    margin-left: 1%;
}

.dev-Headline,
.dev-subHead {
    color: #fff;
    text-align: center;
}

.dev-Headline {
    font-size: 2.5em;
    line-height: 1em;
}

.dev-subHead {
    font-weight: 300;
}

.blocos-linguagens {
    margin-top: 2em;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.php,
.ht5-css-js,
.sql {
    flex-basis: 30%;
    text-align: center;
    color: #fff;
}

.lg-php,
.lg-3langs,
.lg-sql {
    max-height: 85px;
}

.lang-descrip {
    margin-top: 1em;
}

footer {
    width: 100%;
    background-color: #F4F7FA;
    border-top: #ed2079 solid 5px;
    height: fit-content;
    padding: 2% 0;
}

.info-container-btm {
    width: 62.5%;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
}

.lg-form-contatos {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items:baseline;
}

.lgHost-10 {
    width: 100px;
    max-height: 100px;
}

.container-contatos-btm {
    flex-basis: 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mail-btm {
    max-height: 25px;
}

.tel-btm{
    max-height: 30px;
}

.fio-pink {
    margin: 1% 0;
    border: #ed2079 solid 1px;
    flex-basis: 100%;
}

.menuBtm-assina {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menuBTM {
    flex-basis: 21%;
    display:flex;
    flex-wrap: wrap;
}

.menu-link-BTM {
    flex-basis: 100%;
    height: fit-content;
    padding: 5% 0;
    background-color: transparent;
    border-style: none;
    text-align: left;

    color: #ed2079;
    font-weight: 100;
    font-size: 1em;
}

.menu-link-BTM:hover {
    cursor: pointer;
    font-weight: 700;
}

.menuCategorias {
    flex-basis: 21%;
    display:flex;
    flex-wrap: wrap;
}

.assina-BTM {
    display: flex;
    flex-basis: 23%;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: right;
}

.link-lg-btm {
    text-align: right;
}

.lgEWD-btm {
    width: 80px;
    max-width: 80px;
    margin-bottom: .5em;
}

.nota-footer {
    font-size: .7em;
    line-height: 1.5em;
}

.nota-footer-revenda {
    width: 100%;
    text-align: right;
    font-size: .5em;
    line-height: 1.5em;
    margin-left: 23%;
}

.goToEW{
    color: #343434;
    font-weight: 500;
}

.goToEW:hover {
    color: #01ACEE;
}

/* ---- PRODUTOS ---- */
.adjust-height {
    width: 100%;
    height: 150px;
}

.hero-call-produtos {
    width: 100%;
    height: 350px;
    background-color: #ed2079;
    display: flex;
    align-items: center;
}

.txt-case-produtos {
    display:flex;
    flex-wrap: wrap;
    width: 62%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.page-headline {
    font-size: 3.5em;
    line-height: 1em;
    font-weight: 700;
}

.page-headline,
.page-subHead {
    flex-basis: 100%;
}

.page-subHead {
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: 100;   
}

.call-ant-produtos {
    background-color: #FFD83B;
    width: 100%;
    height: 210px;
    text-align: center;
    display: flex;
    align-items: center;
}

.ant-head-produtos {
    color:#2c1064;
    width: 62%;
    margin: 0 auto;
    font-size: 2.1em;
    line-height: 1.2em;
    font-weight: 700;
}

.planos-produtos {
    width: 100%;
    height: max-content;
    display: grid;
    grid-template-columns: 1fr minmax(60%, 1052px) 1fr;
    grid-template-rows: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

.case-cards-produtos {
    width: 100%;
    margin: 0 auto;
    height: max-content;
    grid-column: 2/3;
}

.head-planos-produtos {
    grid-column: 1/5;
    grid-row: 1/2;
    color: #ed2079;
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1.5em;
}

.cards-produtos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(20%, 384px));
    grid-template-rows: 1, 1fr;
    gap: 3.3%;
}

.card-p-produtos {
    max-width: min-content;
    min-height:auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000020;
    border-radius: 20px;
    padding: 5.5%;
    display: flex;
    flex-wrap: wrap;
}

.btn-price {
    flex-basis: 100%;
    max-height: 45px;
    padding: 5%;
    background-color: #ed2079;
    border: none;
    border-radius: 5px;
    font-family: din-2014, sans-serif;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    align-self: flex-end;
}

.btn-price:hover {
    background-color: #01ACEE;
    cursor: pointer;
}

.btn-price-anual {
    flex-basis: 100%;
    max-height: 45px;
    padding: 5%;
    background-color:transparent;
    border:#ed2079 solid 1px;
    border-radius: 5px;
    font-family: din-2014, sans-serif;
    font-size: 1em;
    color: #ed2079;
    font-weight: 700;
    text-align: center;
    align-self: flex-end;
    position: relative;
    top: -10px;
}

.btn-price-anual:hover {
    background-color: #FFD83B;
    color: #343434;
    cursor: pointer;
    border: none;
}

.sub-head-pln-produtos,
.call-pln-produtos {
    font-size: 1.2em;
    font-weight: 300;
 }

.sub-head-pln-produtos {
    color: #ed2079;
}

.call-pln-produtos {
    color: #2c1064;
    margin-bottom: 2%;
}

.txt-pln-1-produtos {
    top: -24px;
}

.txt-pln-2-produtos {
    top: -14px;
}

.case-btns-produtos {
    flex-basis: 100%;
    min-height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    justify-content: space-between;
}

.product-FreeResources {
    width: 100%;
    height: fit-content;
    display:flex;
    align-items: center;
    background-color: #2c1064;
    padding: 3% 0;
}

.freeRes-Container {
    width: 62%;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head-FreRes {
    color: #FFD83B;
    text-align: center;
    font-size: 3.5em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 1.5%;
}
.fR-list-container {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 0 0 22px;
}

.col-FreeRes {
    flex-basis: 33%;
    color: #fff;
    font-weight: 300;
    text-indent:-22px;
}

.margin-btm-lista {
    margin-bottom: 2.5%;
}

/* ----- CADASTRO ----- */
.cadastro {
    padding: 0 3em;
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
}

.head-form {
    font-weight: 500;
    line-height: 1.2em;
    flex-basis: 100%;
}

.form-styles {
    flex-basis: 100%;
    display:flex;
    flex-wrap:wrap;
}

.erro-form {
    color: red;
    font-size: .75em;
}

input,
label {
    flex-basis: 100%;
}

label {
    margin: 1em 0 0 0;
}

input {
    margin: 0 0 1em 0;
    height: 3em;
    padding-left: .5em;
    border-bottom: 0.5px solid #ed2079;
    border-top:0;
    border-left:0;
    border-right: 0;
}

.check-mark {
    flex-basis: 3%;
    align-self: center;
}
.check-BX {
    flex-basis: 90%;
    margin-top: 2.5px;
}

.submit-btn {
    flex-basis:100%;
    display:flex;
    justify-content: space-around;
}

.btn-cadastro {
    border: none;
    background-color: #ed2079;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    margin: 1em auto;
    flex-basis: 40%;
    height: 3em;
    border-radius: 5px;
    padding: 1em 3em;
}

/* ---- SINGLE-MENSAL ---- */

.single-m {
    width: 100%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
    margin-bottom: 2%;
}

.case-single-m {
    flex-basis: 63%;
    height: max-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.head-pln-single-m {
    flex-basis: 100%;
    color: #ed2079;
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1.5em;
}

.tipo-assina {
    color: #343434;
}

.single-m-card {
    flex-basis: 100%;
    height:fit-content;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000020;
    border-radius: 20px;
    padding: 2%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pln-thumb-single-m {
    max-width: 213px;
    max-height: 213px;
    flex-basis: 20%;
    border-radius: 20px;
}

.txt-pln-sing-m {
    flex-basis: 40%;
}

.pln-summary,
.list-resumo {
    color: #636466;
}

.container-pagto {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 30%;
    padding: 4em .7em;
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 100%;
    align-items: center;
}

.tit-pgto {
    flex-basis: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #2c1064;
    margin-bottom: 1em;
}

.case-btn-pag-mensal {
    flex-basis: 100%;
    display:flex;
}

.btn-pp {
    color: #fff;
    background-color: #01ACEE;
    padding: 5%;
    flex-basis: 100%;
    max-height: 45px;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;

    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn-pp:hover{
    background-color: #93d215;
    color:#fff;
    cursor: pointer;
}

.btn-pp:visited{
    color:#fff;
}

.single-p-3btns {
    flex-basis: 100%;
    height: max-content;
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.btn-contorno {
    min-width: 200px;;
    padding: 1em;
    border-radius: 5px;
    border: solid 1px;
    flex-basis: 30%;
    text-align: center;
    font-weight: 300;
    margin: 1em 0;
}

.desistir {
    color: #636466;
    border-color: #636466;
}

.desistir:hover {
    color: #343434;
    border-color: #343434;
    font-weight: 600;
}

.contrato {
    color: #30b712;
    border-color: #30b712;
    border-width: 2px;
    font-weight: 600;
}

.contrato:hover {
    color: #01ACEE;
    border-color: #01ACEE;
}

.outra-escolha {
    color: #2c1064;
    border-color: #2c1064;
}

.outra-escolha:hover {
    color: #01ACEE;
    border-color: #01ACEE;
    border-width: 2px;
    font-weight: 600;
}

/* --- PAGS TEXTO ---- */
.hero-TXTs {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
}

.bcg-Pagamentos {
    background-color: #01ACEE;
}

.bcg-Privacidade {
    background-color: #343434;
}

.case-pageHead {
    display:flex;
    flex-wrap: wrap;
    width: 62%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.case-Head-contratos {
    display:flex;
    flex-wrap: wrap;
    width: 62%;
    margin: 0 auto;
    text-align: center;
}

.bcg-Contrato {
    background-color: #DBDBDB;
}

.head-Contrato {
    color: #ed2079;
}

.subHead-Contrato {
    color: #ed2079;
    line-height: 1.2em;
}

.content-Box {
    width: 63%;
    height: max-content;
    margin: 2% auto;
    padding: 2em;
    line-height: 1.8em;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000020;
}

.txt404 {
    text-align: center;
    font-weight: 500;
}

.Oooops {
    color: #ed2079;
    text-align: center;
    font-size: 3em;
    line-height: 1.2em;
}

.tito-obrigado {
    font-size: 2.25em;
    line-height: 1.2em;
}

.txt-Obrigado {
    text-align: center;
}

.ol-letras {
    list-style-type: upper-latin;
}

.ol-idx-bold {
    font-weight: 700;
}

/* --- PAG ANTISPAM ---- */
.bcg-Antispam {
    background-color: #3D0661;
}

.content-Box-Antispam {
    width: 63%;
    height: max-content;
    margin: 1% auto 2%;
    line-height: 1.8em;
}

.intro-antis {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}

.imagem-introspam {
    flex-basis: 50%;
    background-image: url("../images/ferramenta-spam.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 328px;
}

.txt-introspam {
    flex-basis: 50%;
    background-color: #ed2079;
    color: #fff;
    padding: 2.5em;
    line-height: 2em;
    height: 328px;
}

.head-Introspam {
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: .5em;
}

.body-introSpam {
    line-height: 1.2em;
}

.ico-3cols-spam {
    margin: 8% 0;
    height: 19em;
}

.nuvem {
    background-image: url("../images/nuvem-databases.jpg");
    background-size: cover;
    background-position:-60px center;
    background-repeat: no-repeat;

    width: 100%;
    height: 290px;
    margin: 10% 0;
    border-radius: 0 50px 0 50px;
}

.dc {
    background-image: url("../images/data-center-iso.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    width: 100%;
    height: 290px;
    margin: 10% 0;
    border-radius: 0 50px 0 50px;
}

.tres-col-antiSpam {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    color: #3D0661;
}

.nov9-spam,
.como-antis,
.recursos {
    flex-basis: 30%;
}

/* --- PAG LOGIN ---- */
.bcg-Login {
    background-color: #08a69e;
}

.head-Login,
.subHead-Login {
    color: #fff;
}

/**** BREAKPOINTS ****/

@media screen and (max-width: 1600px) {
    .anti-call-case {
        flex-basis: 65%;
    }  
}

@media screen and (max-width: 1536px) {
    .client-case {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        justify-content: space-around;
    }

    .client-item {
        flex-basis: 25%;
        max-height: fit-content;
    }

    .anti-call-img-case{
        padding: 1em 0;
    }
    .anti-call-case {
        flex-basis: 60%;
    }
    .anti-headline{
        line-height: 1.1em;
    }
}

@media screen and (max-width:1440px) {
    .container-contatos-btm {
        flex-basis: 9%;
    }

    .content-Box-Antispam {
        width: 70%;
    }

    .imagem-introspam,
    .txt-introspam {
        height: auto;
    }

    .intro-antis {
        height: 400px;
    }

    .txt-introspam {
        padding-right: 14em;
    }

    .ico-3cols-spam {
        height: 18em;
    }
}

@media screen and (max-width: 1280px) {
    .hideMe {
        display: none;
    }

    .anti-call-img-case{
        padding: 2em 0;
    }

    .anti-call-case {
        flex-basis: 100%;
    }
    .container-contatos-btm {
        flex-basis: 10%;
    }

    .content-Box-Antispam {
        width: 80%;
    }

    .intro-antis {
        margin-bottom: 10%;
    }
}

@media screen and (max-width: 1080px) {
    .case-cards {
        width: 80%;
        margin: 0 auto;
        max-height: fit-content;
    }

    .plano-thumb {
        max-width: 170px;
        max-height: 170px;
    }

    .info-container-btm {
        width: 80%;
    }

    .content-Box-Antispam {
        width: 90%;
    }

    .intro-antis {
        margin-bottom: 3%;
    }

    .txt-introspam {
        padding-right: 4em;
    }
}

@media screen and (max-width: 1024px){
    header {
        grid-template-columns: 1fr repeat(8, minmax(min-content, 90px)) 1fr;
        column-gap: 1.64%;
    }

    .site-headline {
        left: 50px;
    }

    .top-nav-lg-EW {
        top:23px;
    }

    nav {
        flex-basis: 70%;
        margin-left: 19.5%;
    }

    .contato-superior {
        grid-column: 8/9;
    }

    .text-case-hero {
        width: 75%;
    }

    .txt-case-intro {
        grid-column: 3/9;
    }

    .txt-case-intro {
        border-radius: 10px;
        grid-template-columns: repeat(4, minmax(min-content, 1fr));
        grid-template-rows: 10% 30% 60%;
        row-gap: .5%;
        column-gap: 2.5%;
    }

    .intro-headline {
        grid-column: 1/5;
    }

    .txt-col1 {
        grid-column: 1/5;
        grid-row: 2/3;
    }

    .txt-col2 {
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .txt-col3 {
        grid-column: 3/5;
        grid-row: 3/4;
    }

    .nossos-clientes {
        width: 75%;
        margin: 3% auto;
        grid-template-columns: repeat(6, minmax(min-content, 1fr));
    }

    .clients-headline {
        grid-row: 1/2;
        grid-column: 1/7;
    }

    .client-case {
        width:100%;
        grid-row: 2/3;
        grid-column: 1/7;
        grid-template-columns: repeat(3, minmax(min-content, 1fr));
        row-gap: 2em;
    }

    .client-item {
        width: 100%;
        margin-left: 0;
    }

    .saiba-mais {
        flex-basis: 25%;
        font-size: 1.2em;
    }

    .lg-paypal,
    .lg-visa {
        height: 1.7em;
    }

    .lg-master {
        height: 3em;
    }

    .dev-subHead {
        font-size: 1.3em;
    }

    .lg-php,
    .lg-sql {
        max-height: 60px;
    }
}

@media screen and (max-width: 980px){
    .client-item {
        max-height: 3em;
    }

    .nossos-planos {
        display: flex;
        width: 75%;
        margin: 3% auto;
        padding-bottom: 3%;
        min-height: 1650px;
    }

    .headline-planos {
        max-height: 35px;
        margin: 3% 0 1%;
        border: none;
    }

    .fio-pink {
        display: block;
        margin-top:1em;
    }

    .cards {
        grid-template-columns: repeat(3, 31.5%);
        grid-template-rows: repeat(3, 1fr);
        row-gap: 1%;
        column-gap: 3.3%;
        justify-items: center;
    }

    .card-plano {
        max-width: 100%;
    }

    .thum-p1,
    .thum-p2 {
        height: 13em;
    }

    .content-Box {
        width: 70%;
    }

    .cards-produtos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .card-p-produtos {
        max-width: 20em;
        margin-bottom: 1.5em;
        display:flex;
        flex-wrap: wrap;
        padding: 2.5%;
    }

    .plano-thumb {
        margin: 0 auto 1em;
        max-width: 100%;
        max-height: 45%;
    }
}

@media screen and (max-width: 960px){
    .page-headline {
        margin-bottom: .125em;
    }

    .intro-antis {
        margin-bottom: 12%;
    }

    .tres-col-antiSpam {
        margin-bottom: 5%;
    }

    .nov9-spam {
        flex-basis: 100%;
    }

    .ico-3cols-spam {
        width: 100%;
        margin: 1em auto;
    }

    .como-antis {
        flex-basis: 37%;
    }

    .recursos {
        flex-basis: 55%;
    }
}

@media screen and (max-width: 900px) {
    .adjust-height {
        height:118px;
    }

    header {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .pink-stripe {
        grid-template-columns: repeat(10, minmax(min-content, 1fr));
        grid-template-rows: repeat(3, minmax(min-content,1fr));
        min-height: 83px;
    }

    .site-headline {
        font-size: 1.5em;
        left: 19px;
        top:-3px;
        padding: 0 0 2%;
    }

    .contato-superior {
        width: 80%;
        padding: 0 0 2%;
        grid-column: 9/10;
    }

    .ico-mail {
        max-height: 15px;
    }

    .ico-tel {
        max-height: 20px;
    }

    .black-stripe {
        flex-basis: 100%;
        min-height: 35px;
    }

    nav {
        width: 100%;
        margin-left: 22.5%;
    }

    .menu-list {
        flex-basis: 100%;

    }

    .top-menu-button,
    .active {
        font-size: .8em;
    }

    .top-nav-lg-EW {
        min-width: 77px;
        top: -78px;
        left: 91px;
    }

    nav {
        flex-basis: 73%;
    }

    .top-menu-button {
        flex-basis: 15%;
    }
    .dev-subHead {
        font-size: 1em;
    }

    .content-Box,
    .case-Head-contratos {
        width: 80%;
    }

    .thum-p1,
    .thum-p2 {
        height: 12em;
    }
}

@media screen and (max-width: 800px) {
    .contato-superior{
        width: 96%;
    }
    nav {
        flex-basis: 82%;
        margin-left: 14.5%;
    }

    .menu-list {
        margin-left: 66px;
    }
    .top-menu-button {
        font-size: .8em;
    }
    .hero-headline {
        font-size: 2em;
    }

    .sub-headline-hero {
        font-size: 1em;
    }

    .hero-img {
        max-height: 500px;
    }

    .hero-disclaimer {
        top: 95px;
    }

    .txt-case-intro {
        display: flex;
        flex-wrap: wrap;
        padding: 0 5% 7% 5%;
    }

    .intro-headline,
    .anti-headline,
    .dev-Headline,
    .headline-planos,
    .clients-headline,
    .compra-seg-headline {
        font-size: 2em;
    }

    .clients-headline,
    .compra-seg-headline
    {
        line-height: 2em;
    }

    .head-form {
        line-height: 1.2em;
        padding-bottom: .5em;
    }

    .anti-sub-head {
        font-size: 1.3em;
    }

    .fio-pink-cards-idx {
        border: none;
        border-bottom: 1px #ed2079 solid;
        position: relative;
        top: -69px;
    }

    .cards {
        position:relative;
        top: -56px;
    }

    .thum-p1,
    .thum-p2 {
        height: 11em;
    }

    .call-compra-segura {
        margin-top: -6.5%;
    }

    .lgHost-10 {
        width: 75px;
        max-height: 75px;
    }

    .lgEWD-btm {
        width: 50px;
        max-height: 50px;
    }

    .nota-footer {
        font-size: .5em;
    }

    .hideTag {
        display: none;
    }

    .mail-btm {
        max-height: 20px;
    }
    
    .tel-btm{
        max-height: 25px;
    }

    .intro-antis {
        margin-bottom: 25%;
    }

    .card-p-produtos {
        max-width: 45%;
    }

    .ant-head-produtos,
    .txt-case-produtos,
    .freeRes-Container {
        width: 80%;
    }

    .head-FreRes {
        font-size: 2.5em;
    }

    .fR-list-container {
        font-size: .8em;
    }
}

@media screen and (max-width: 768px) {
    .top-nav-lg-EW {
        left: 70px;
    }
    .site-headline {
        font-size: 1.5em;
        left: 20px;
    }

    .hero-disclaimer {
        top: 145px;
    }

    .php {
        flex-basis: 100%;
        margin-bottom: 7%;
    }

    .ht5-css-js {
        flex-basis: 45%;
    }

    .intro-antis {
        margin-bottom: 33%;
    }

    .imagem-introspam,
    .txt-introspam {
        flex-basis: 100%;
    }

    .imagem-introspam {
        height: 20em;
    }

    .txt-introspam {
        padding-right: 2em;
    }

    .fio-pink-cards-idx {
        top: -104.5px;
    }

    .cards {
        top: -92.5px;
    }

}

@media screen and (max-width: 736px) {

    .site-headline {
        left:-8px;
    }

    .top-nav-lg-EW {
        left:51px;
    }

    .menu-list {
        margin-left: 36px;
        flex-basis: 100%;
    }

    .contato-superior{
        width: 100%;
        margin: 0 auto;
    }

    .client-item {
        min-width:100px;
        max-height: 2.5em;
    }

    .headline-planos {
        min-height: .5em;
        border-bottom: none;
    }

    .cards {
        top: 0;
        min-height: max-content;
        width: 100%;
        margin: 3% auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .card-plano {
        padding: 3.5%;
    }

    .txt-plan-1 {
        top: -1px;
    }

    .txt-plan-2 {
        top: 11px;
    }

    .call-compra-segura {
        margin-top: 7%;
    }

    .card-p2 {
        min-height: 450px;
    }

    .container-contatos-btm {
        flex-basis: 8.5%;
    }

    .mail-btm {
        max-height: 15px;
    }
    
    .tel-btm{
        max-height: 20px;
    }

    .show-Fio {
        display: block;
    }
    .call-devs {
        padding: 3%;
    }

    .dev-comp{
        display: none;
    }

    .pDev-container {
        flex-basis: 75%;
        margin: 0 auto;
    }

    .case-pageHead {
        width: 73%;
    }

    .nuvem,
    .dc {
        height: 232px;
    }

    .dc {
        margin: 8% 0 7%;
    }

    .head-FreRes {
        font-size: 2em;
    }

    .fR-list-container {
        font-size: .7em;
    }

    .plano-thumb {
        max-height: 40%;
    }

    .fio-pink-cards-idx {
        top: -4px;
    }

    .card-plano {
        max-width: 47%;
    }

    .thum-p1,
    .thum-p2 {
        height: 283px;
    }

}

@media screen and (max-width: 690px) {
    .adjust-height {
        height: 78px;
    }
    .pink-stripe {
      z-index: 100;
    }

    .site-headline {
        left: 5px;
    }

    .top-nav-lg-EW {
        left:45px;
        z-index: 100;
    }

    .showMenu:hover {
        cursor: pointer;
    }

    .contato-superior {
        grid-column: 8/9;
    }

    #tarja-preta {
        z-index: 90;
        background-color:rgba(0, 0, 0, 0.7);
    }

    .hideMenu {
        display:none;
    }

    .showMenu {
        display: flex;
    }

    .intro-headline {
        font-size: 2em;
    }

    .txt-case-intro {
        font-size: .75em;
    }

    .intro-antis {
        margin-bottom: 35%;
    }

    .como-antis,
    .recursos {
        flex-basis: 45%;
    }

    .nuvem,
    .dc {
        border-radius: 15px;
    }

    .nuvem {
        background-position: center center;
    }

    .dc {
        margin: 10% 0;
    }

    .sub-head-pln-produtos,
    .call-pln-produtos {
        font-size: 1em;
    }
}

@media screen and (max-width: 667px) {

    .pink-stripe {
        max-height: 80px;
    }

    .site-headline {
        font-size: 1.2em;
        margin: 0 auto;
    }

    nav {
        flex-basis: 92%;
        margin-left: -7px;
        padding: 1%;
    }

    .menu-list {
        flex-direction: column;
        justify-content: space-around;
        height: 20vh;
        margin-left: 70px;
    }

    .top-nav-lg-EW {
        position: absolute;
        left: 70px;
        top: 10px;
        min-width: 70px;
        border-radius: 5px;
        /* box-shadow: 0px 2px 6px #fff; */
    }

    .hero-img {
        max-height: 340px;
    }
    
    .text-case-hero {
        top:40%;
    }

    .hero-disclaimer {
        top: 32px;
        font-size: .5em;
    }

    .intro-antis {
        margin-bottom: 46%;
    }

    .ico-3cols-spam {
        height: 15em;
    }
    
}

@media screen and (max-width: 568px) {
    .site-headline {
        display:none;
    }

    .text-case-hero {
        top:35%;
    }

    .hero-disclaimer {
        top: 45px;
    }

    .compra-seg-headline {
        font-size: 1.3em;
    }

    .lg-paypal,
    .lg-visa {
        height: 1.2em;
    }

    .lg-master {
        height: 2.5em;
    }

    .saiba-mais {
        flex-basis: 30%;
        font-size: 1em;
    }

    .menu-link-BTM {
        font-size: .85em;
    }

    .head-FerraAntis {
        font-size: 3em;
    }

    .intro-antis {
        margin-bottom: 60%;
    }

    .ico-3cols-spam {
        height: 13em;
    }

    .container-contatos-btm {
        flex-basis: 11.5%;
    }

    .nota-footer-revenda {
        font-size: .35em;
    }

    .plano-thumb {
        max-height: 37%;
    }

    .thum-p1,
    .thum-p2 {
        height: 200px;
    }
}

@media screen and (max-width: 533px) {
    .clients-headline {
        font-size: 1.3em;
    }

    .btn-maisInfo {
        width: 100%;
    }

    .case-cards {
        margin: 0 auto 14em;
    }

    .headline-planos {
        font-size: 1.5em;
    }

    .saiba-mais {
        flex-basis: 90%;
        margin-top: 1em;
    }

    .txt-introspam {
        padding: 1.5em;
    }

    .head-FerraAntis {
        font-size: 2.5em;
    }

    .intro-antis {
        margin-bottom: 40%;
    }

    .head-Introspam {
        font-size: 2em;
    }

    .ico-3cols-spam,
    .nuvem,
    .dc {
        height: 155px;
    }

    .fR-list-container{
        justify-content: space-between;
    }

    .fR1, .fR2 {
        flex-basis: 45%;
    }

    .fR3 {
        flex-basis: 100%;
    }

    .call-compra-segura {
        margin-top: -32.5%;
      }

}

@media screen and (max-width: 504px) {
    .contato-superior {
        grid-column: 7/9;
        width: 60%;
    }

    .mobileMenu {
        display: block;
        margin-bottom: .5em;
    }

    .dev-Headline {
        font-size: 1.5em;
    }

    .dev-subHead {
        font-size: .75em;
    }

    .blocos-linguagens {
        font-size: .75em;
    }

    .intro-antis {
        margin-bottom: 55%;
    }

    .container-contatos-btm {
        flex-basis: 11.5%;
    }

    footer {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    .hero-headline {
        font-size: 1.5em;
    }

    .sub-headline-hero {
        font-size: .75em;
    }

    .hero-disclaimer {
        top:92px;
    }

    .intro-antis {
        margin-bottom: 60%;
    }

    .plano-thumb {
        max-height: 35%;
    }
}

@media screen and (max-width: 414px) {
    .top-nav-lg-EW {
        left: 45px;
    }

    .contato-superior {
        width: 75%;
    }

    .menu-list {
        margin-left: 47px;
    }

    .hero-img {
        max-height: 285px;;
    }

    .text-case-hero {
        width: 80%;
        top:42%;
    }

    .hero-disclaimer {
        top:45px;
    }

    .client-case {
        margin-top: 1em;
    }

    .anti-call-img-case {
        width: 75%;
    }

    .btn-maisInfo {
        font-size: 1em;
    }

    .anti-sub-head {
        font-size: 1em;
    }

    .saiba-mais {
        font-size: .75em;
    }

    .lgHost-10 {
        width: 50px;
    }

    .container-contatos-btm {
        flex-basis: 15%;
    }
    .menuBtm-assina {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .menu-link-BTM {
        font-size: .75em;
    }
    .assina-BTM {
        flex-basis: 50%;
    }

    .nota-footer {
        font-size: .4em;
    }

    .hero-TXTs {
        height: 220px;
    }

    .page-headline {
        font-size: 3em;
    }

    .page-subHead {
        font-size: 1em;
    }

    .head-Contrato {
        font-size: 2em;
    }

    .subHead-Contrato {
        font-size: .9em;
    }

    .cadastro {
        padding: 0;
    }

    .intro-antis {
        margin-bottom: 25%;
    }

    .head-FerraAntis {
        font-size: 2em;
    }

    .imagem-introspam {
        height: 15em;
    }

    .head-Introspam {
        font-size: 1.5em;
    }

    .txt-introspam {
        font-size: .85em;
        height: max-content;
    }

    .content-Box-Antispam {
        width: 85%;
    }

    .como-antis,
    .recursos {
        flex-basis: 100%;
    }

    .ico-3cols-spam,
    .nuvem,
    .dc {
        height: 235px;
    }

    .ant-head-produtos {
        font-size: 1.5em;
    }

    .head-planos-produtos {
        font-size: 2em;
    }

    .sub-head-pln-produtos, .call-pln-produtos {
        font-size: .75em;
      }

    .card-p-produtos {
        max-width: 75%;
        padding:4.5%;
    }

    .card-plano {
        max-width: 100%;
        padding: 7%;
    }

    .case-cards-produtos {
        width: 80%;
    }

    .plano-thumb-idx {
        max-height: 52%;
    }

    .thum-p1,
    .thum-p2 {
        height: 285px;
    }

    .call-compra-segura {
        margin-top: 33%;
      }
}

@media screen and (max-width: 375px) {
    .mobileMenu {
        margin-left: 40%;
    }

    .top-nav-lg-EW {
        left: 33px;
    }

    .text-case-hero {
        top:95px;
    }

    .intro {
        width: 90%;
        margin: 3% auto;
    }

    .txt-case-intro {
        grid-column: 2/10;
    }

    .intro-antis {
        margin-bottom: 45%;
    }

    .head-Introspam {
        font-size: 2em;
    }

    .tres-col-antiSpam p {
        font-size: .9em;
        line-height: 1.5em;
    }

    .tres-col-antiSpam ul {
        font-size: .85em;
        line-height: 1.5em;
    }

    .head-planos-produtos {
        font-size: 1.8em;
    }

    .txt-pln-1-produtos {
        top: 4.5px;
    }

    .fR1,
    .fR2,
    .fR3 {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 320px) {
    .txtBox {
        font-size: 1em;
        line-height: 1.6em;
    }
    .contato-superior {
        width: 95%;
    }

    .hero-disclaimer {
        top:25px;
    }

    .intro-headline {
        font-size: 1.8em;
    }

    .head-pgto {
        font-size:2.5em;
    }

    .meios-container-pg {
        width: 100%;
    }

    .meios-page {
        flex-basis: 100%;
        margin: 1em 0;
    }

    .pp {
        height: 1.8em;
    }

    .mstr {
        height: 3.5em;
    }

    .vsa {
        height: 1.6em;
    }

    .intro-antis {
        margin-bottom: 55%;
    }

    .container-contatos-btm {
        flex-basis: 21%;
    }

    .head-planos-produtos {
        font-size: 1.5em;
      }

    .thum-p1,
    .thum-p2 {
        height: 215px;
    }

    .txt-plan-2 {
        top: -5.5px;
      }
}