﻿
.headline {
    text-align: center;
    padding: 80px 16px 0px;
}

.desc-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:40px;
}
.desc-container2 {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:40px;
}
.info-campanha {width: 28%;text-align: left;}

h3.titulo-campanha2 {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    text-align: left;
    font-size: 23px;
    color: #00559A;
    line-height: 34px;
    margin-bottom: 24px;
}

.caixas {
    display: flex;
    justify-content: space-evenly;
    margin: 70px 0;
}

.caixa1, .caixa2 {
    padding: 30px 16px;
    border: 1px solid #C9D5E7;
    border-radius: 10px;
    width: 45%;
}

p.txt {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 10px;
    color: #3F5B78;
}

p.titulo {
    font-size: 20px;
    line-height: 1.4em;
    margin: 0 0 15px;
    font-family: 'Spartan';
    text-align: center;
    color: #00559A;
    font-weight: 600;
}

p.titulo span {
    display: block;
    font-size: 30px;
}

.expandir a {
    font-size: 16px;
    line-height: 1.5em;
    color: #0071ce !important;
}

.caixas a span {
    font-size: 20px;
}

.expandir {
    display: flex;
    align-items: center;
}

.expandir span {
    font-size: 20px;
    color: #0071ce;
}

 .info-campanha h4 {
    font: 600 19px 'Spartan';
    color: #0A243E;
    margin-bottom: 10px;
  }

 .info-campanha h3 {
    font: 700 23px 'Spartan';
    color: #00559a;
    margin-bottom: 24px;
    line-height: 1.4;
  }

.centro {
    width: 24%;
}

p.frase-legal-frase {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 23px;
    font-family: roboto;
    color: #3f5b78;
}

summary span {
    font-size: 20px;
}

details div p {
    font-size: 16px;
    line-height: 1.4em;
    color: #3F5B78;
}

details div p span {
    font-size: 20px;
    margin: 10px;
}