﻿.headline {
    text-align: center;
    margin: 80px 16px;
}

.desc-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.info-campanha {
    text-align: left;
    width: 46%;
}

.info-campanha p{
    font-size: 23px;
    font-family: 'Spartan';
    font-weight:600;
    color: #00559a;
}

h3.titulo-campanha2 {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    text-align: left;
    font-size: 27px;
    color: #00559A;
    line-height: 1.4em;
    margin-bottom: 24px;
}

p.subtitulo {
    font-size: 18px;
    color: #3F5B78;
    font-family: 'roboto';
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 10px;
}

header.heading-primary {
    /* width: 80%; */
    /* margin: auto; */
    text-align: center;
    margin-bottom: 40px;
}

section.main-section {
    margin: 60px 0 0;
}

h2.heading-primary-title {
    font-size: 27px;
    font-weight: 600;
    font-family: 'Spartan';
    color: #00559a;
    line-height: 1.4em;
    margin: 0 0 10px;
}

h3.sub-titulo {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: 'Roboto';
    margin: 0 0 10px;
}

header.heading-primary p {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 10px;
}

.highlights-icons span {
    color: #9DB1C9;
    font-size: 40px;
}

.vantagem-produto {
    align-items: center;
}

.caixas {
    display: flex;
    font-size: 18px;
    line-height: 1.4em;
    gap: 40px;
    justify-content: center;
}

.esq, .dir {
    padding: 10px;
    border: 1px solid #C9D5E7;
    border-radius: 10px;
}

ul.lista-caixas{
    margin: 15px;
}

ul.lista-caixas li {
    list-style: disc;
    margin-left: 20px;
}

div#dados2 {
    margin: 100px 0 80px;
}

p.texto-caixas span {
    font-size: 13px;
}