*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

/*topo da página*/



.limitar-secao {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

/* Topo da página */
.container-topo {
    position: relative;
    padding: 35px 0px;
}

.topo-logo {
    position: relative;
}

.topo-logo img {
    width: 80px;
}

.topo-logo div {
    position: absolute;
    top: 0;
    left: 95px;
}

.topo-logo p {
    color: #2f86d6;
    font-weight: 600;
}

.topo-links {
    position: absolute;
    top: 65px;
    right: 0;
}

.topo-links a {
    font-size: 18px;
    padding: 0px 10px;
    text-decoration: none;
    font-weight: 600;
}

/* Banner da página*/

.secao-banner {
    background-color: #2f86d6;
}

.container-banner {
    position: relative;
    padding: 180px 0px;
}

.container-banner div{
    margin: 25px;
    color: #fff;
    width: 470px;
}

.container-banner div p {
   
    font-size: 16px;
    line-height: 26px;
    word-spacing: 3px;
    
}

.container-banner div h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0px;
}

.container-banner img {
    width: 50%;
    position: absolute;
    top: 100px;
    right: 0;
}

/*Seção primeiro anuncio*/
.secao-primeiro-anuncio{
    background-color: #23303e;
    color: #fff;
}

.container-primeiro-anuncio{
    position: relative;
    padding: 40px 0;
}

.container-primeiro-anuncio div{
    width: 600px;
    
}
.container-primeiro-anuncio div h2{
    margin-bottom: 2px;

}

.container-primeiro-anuncio a{
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    background-color: #2f86d6;
    color: #fff;
    cursor: pointer;
    
}

.container-primeiro-anuncio img{
    position: absolute;
    top: 25px;
    left: 0;
    width: 20px;
    margin-left: 20px;
}

.container-primeiro-anuncio span{
    margin-left: 30px;
}

/* Seção informações */

.secao-informacoes{
    padding: 100px 0;
    text-align: center;
}

.secao-informacoes h2{
    width: 900px;
    font-size: 32px;
    margin: 0px auto 60px;
}
.secao-informacoes h2 span{
    color: #2f86d6;
}

.container-informacoes{
    position: relative;
    height: 240px;
}
.container-informacoes div{
    width: 33%;
    position: absolute;
    top: 0;
}
.card2{
    left: 343px;
}
.card3{
    right: 0;
}

.container-informacoes div img{
    width: 100px
}
.container-informacoes div h3{ 
    margin: 20px
}

/*Planos*/

.planos h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 32px;
}
.planos h2 span{
    color: #2f86d6;
}

table{
    border-radius: 4px;
    margin: 60px auto;
    box-shadow: 0px 2px 40px rgba(47, 134, 214, 1);
}
table thead th{
    text-align: center;
    padding: 20px 0;
    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;
}

.linha-impar {
    background-color: #f6f6f6;
}

.linha-par {
    background-color: #fff;
}

/*Seção Segundo anuncio*/

.segundo-anuncio{
    background-color: #2f86d6;
}
.container-segundo-anuncio{
    position: relative;
    padding: 40px 0;
}
.container-segundo-anuncio h2{
    color: #fff;
    width: 600px;
}
.container-segundo-anuncio a{
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    background-color: #233032;
    color: #fff;
    cursor: pointer;
}

.container-segundo-anuncio img{
    position: absolute;
    top: 25px;
    left: 0;
    width: 20px;
    margin-left: 20px;
}

.container-segundo-anuncio span{
    margin-left: 30px;
}

/*Rodape */

.rodape-logo {
    width: 320px;
    position: relative;
    margin: 70px auto 40px;
}

.rodape-logo img {
    width: 80px;
}

.rodape-logo div {
    position: absolute;
    left: 95px;
    top: 0;
}

.rodape-logo p {
    color: #2f86d6;
    font-weight: 600;
}

.container-contato {
    text-align: center;
    margin-bottom: 50px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
}

.container-copyright {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0px;
    background-color: #f1f3f7;
}

.container-copyright span {
    color: #2f86d6;
}