*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

/* Estilização do Topo  */
header {
    padding: 35px 80px ;
}
header .logo {
    position: relative;
    left: 60px;
}
header img {
    width: 80px;
}
header .text-logo {
    position: absolute;
    top: 0;
    left: 95px;
}
header p {
    color: #2f86d6;
    font-weight: 600;
}
.head-links {
    position: absolute;
    top: 65px;
    right: 60px;
}
.head-links a {
    font-size: 18px;
    padding: 0px 10px;
    text-decoration: none;
    font-weight: 600;
    color: #2f86d6;
    translate: 0,3s;
}
        .head-links a:hover{
            filter: drop-shadow(0 0 0.95rem #001aff);
        }

/* Estilização do banner */
.banner {
    background-color: #2f86d6;

}
.banner .container {
    position: relative;
    padding: 180px 90px;
}
.banner .text-banner {
    width: 40%;
    color: #fff;

}
.banner img {
    max-width: 80%;
    position: absolute;
    right: 2vw;
    top: 60px;
}
.banner div p {
    font-size: 16px;
    line-height: 26px;
    word-spacing: 3px;
}

.banner div h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0px;
}

/* Estilização Ads 1 & 2 */
.ad {
    padding: 35px 80px ;
    position: relative;
    /* width: 100vw; */
}
.a {
    background-color: #233032;
    color: #fff;
}
.b {
    background-color: #2f86d6;
    color: #fff;
}


.ad .text-ad {
    position: relative;
    left: 40px;
}
.ad a{
    position: absolute;
    padding: 20px;
    top: 30px;
    right: 300px;
    color: #fff;
    background-color: #2f86d6;
    border-radius: 4px;
    cursor: pointer;
    transition:  0.3s;
    font-weight: 700;
}
        .ad a:hover {
            background-color: #fff;
            color: #2f86d6;
        }
.b a{
    position: absolute;
    padding: 20px;
    top: 20px;
    right: 300px;
    color: #fff;
    background-color: #233032;
    border-radius: 4px;
    cursor: pointer;
    transition:  0.3s;
    font-weight: 700;
}
      .b a:hover {
          background-color: #fff;
          color: #2f86d6;
      }

/* Estilização Informações */
#personal {
    max-width: 100vw;
    padding: 100px 0;
    text-align: center;
}
.text-personal {
    width: 80%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.text-personal h2 {
    font-size: 30px;
    font-weight: 800;
}
.text-personal span {
    color: #2f86d6;
}
.items h3 {
    margin: 20px;
}
.items img {
    width: 100px;
}
.items {
    width: 1024px;
    padding: 20px;
    margin: 0 auto;
}
.nuv, .sup, .eng {
    width: 33%;
    display: inline-block;
}

/* Estilização Planos */
.plans {
    padding: 100px 0px;
    background-color: #f1f3f7;
}

.plans h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 32px;
}

.plans h2 span {
    color: #2f86d6;
}

table {
    border-radius: 4px;
    margin: auto;
    box-shadow: 0px 2px 40px 15px rgba(47,134,214,1);
}

table thead th {
    text-align: center;
    padding: 20px 0px;
    background-color: #fff;
}

table thead th h3 {
    margin-bottom: 20px;
}

table thead th img {
    width: 100px;
    margin: auto;
}

table thead th p {
    max-width: 150px;
    margin: auto;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #a89f9f;
}

table tbody td {
    width: 250px;
    max-width: 1024px;
    text-align: center;
    font-weight: 500;
    padding: 15px;
}

.on {
    background-color: #f6f6f6;
}

.of {
    background-color: #fff;
}

/* Estilização Contatos e Rodapé*/
.foot-logo {
    width: 320px;
    position: relative;
    margin: 70px auto 40px;
}

.foot-logo img {
    width: 80px;
}

.foot-logo div {
    position: absolute;
    left: 95px;
    top: 0;
}

.foot-logo p {
    color: #2f86d6;
    font-weight: 600;
}

.contact {
    text-align: center;
    margin-bottom: 50px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
}

.copy {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0px;
    background-color: #f1f3f7;
}

.copy span {
    color: #2f86d6;
}