* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins',sans-serif;
}
html{
    scroll-behavior:smooth;
}
.section {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.container-topo{
    position: relative;
    padding: 35px 0px;
    height: 150px;
}

.topo img{
    width: 80px;
    position: absolute;
    top: 35px;
    left:120px;
}

.titulo{
    position: absolute;
    font-size: 32px;
    left: 210px;
}

.subtitulo{
    position: absolute;
    left: 210px;
    top: 80px;
    font-size: 16px;
    color: #126cc1;
}

nav{
    position: absolute;
    top: 65px;
    right: 50px;
}

.link-topo{
    font-size: 18px;
    color: #233032;
    padding: 0px 10px;
}

.container-banner{
    background-color: #2f86d6;
    position: relative;
    height: 500px;
}

.banner{
    width: 35%;
    position: absolute;
    top: 80px;
    left: 180px;
}
.banner p{
    font-size: 16px;
    color: #ffffff;
    padding: 20px 0;
}

.banner h2{
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    position: relative;
}
.banner img{
    position: absolute;
    top: -55px;
    left: 420px;
}

.container-anuncio{
    height: 110px;
    background-color: #233032;
    position: relative;
}
.anuncio h3{
    color: #fff;
    padding-top: 15px;
    font-size: 28px;
}

.anuncio a{
    position: absolute;
    width: 230px;
    height: 60px;
    text-align: center;
    padding: 15px;
    padding-left: 40px;
    border-radius: 5px;
    font-weight: bold;
    top: 25px;
    right: 125px;
    font-size: 18px;
    color: #fff;
    background-color: #2f86d6;
}

.icone-foguete{
    position: absolute;
    right: 195px;
    bottom: 20px;
    width: 20px;
    height: auto;
}
.anuncio p{
    color: #fff;
    padding-top: 5px;
    font-size: 16px;
}

.container-info{
    height: 260px;
    position: relative;
}

.container-cards{
    text-align: center;
    margin-top: 30%;

}

.card-info{
    display: inline-block;
    width: 30%;
    margin: 0 1%;
    vertical-align: top;

}
.icone-info{
    width: 100px;
    height: auto;
}

.titulo-info{
    text-align: center;
    font-size: 32px;
    width: 75%;
    position: absolute;
    top: -200px;
    left: 150px;
}

.destaque{
    font-size: 32px;
    color: #2f86d6;
}

.destaque2{
    color: #2f86d6;
    font-size: 32px;
}

.container-tabela {
    padding: 70px 0; 
    background-color: #f6f7f9;
}

.container-tabela h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 90px; 
}


table {
    margin: 0 auto; 
    width: 90%; 
    max-width: 1024px;
    text-align: center;
    background-color: #ffffff; 
    box-shadow: 5px 0px 40px 10px #2f86d6;
    border-radius: 8px; 
    overflow: hidden;
}


th {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
}


td {
    padding: 15px;
    font-size: 16px;
    color: #000000;
    border-right: 1px solid #e0e0e0;
}

td img {
    width: 80px; 
    margin-bottom: 10px; 
}

td p {
    font-size: 14px;
    color: #888;
}

.lado-par{
    background-color: #f1f3f7;
}

.lado-impar{
    background-color: #f6f6f6;
}

.container-anuncio2{
    height: 110px;
    background-color: #2f86d6;
    position: relative;
}

.anuncio2 h3{
    font-size: 24px;
    width: 55%;
    color: #fff;
    padding-top: 20px;
}

.anuncio2 a{
    position: absolute;
    width: 230px;
    height: 60px;
    text-align: center;
    padding: 15px;
    padding-left: 40px;
    border-radius: 5px;
    font-weight: bold;
    top: 25px;
    right: 125px;
    font-size: 18px;
    color: #fff;
    background-color: #233032;
}

.rodape-logo{
    position: relative;
    margin: 30px 350px;
    text-align: center;
    width: 50%;
    height: 100px;
}

.rodape-logo img{
    width: 80px;
    position: absolute;
    top: 35px;
    left:120px;
}

.rodape-logo h3{
    position: absolute;
    top: 35px;
}

.rodape{
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.negrito{
    font-weight: 500;
}

.negrito-alfa{
    color: #0084ff;
    font-weight: 500;
   
}

.dev{
    font-size: 16px;
    background-color: #f1f3f7;
    text-align: center;
    margin-top: 50px;
    height: 30px;
}

