/* Vantagens */
section.vantagens {
    background: var(--azul);
    padding: 72px 0;
}

section.vantagens h2,
section.vantagens h3 {
    color: #fff;
    text-align: center;
}

section.vantagens .boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

section.vantagens .box {
    background: #fff;
    padding: 24px 16px;
    border-radius: 8px;
    display: flex;
    gap: 24px;
}

section.vantagens .box svg {
    min-width: 35px;
    min-height: 35px;
}

section.vantagens .box h4 {
    line-height: normal;
}

section.vantagens .box p {
    font-family: var(--plus);
    color: #404041;
    line-height: normal;
}


/* Planos */
section.planos {
    padding: 120px 0;
}

section.planos h2,
section.planos h3 {
    text-align: center;
}

section.planos h3 {
    margin-bottom: 72px;
}


section.planos .boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

section.planos .box {
    border: 1px solid #C4C4C4;
    background: #fff;
    border-radius: 25px;
    padding: 0 16px;
    box-shadow: 0px 16px 40px 0px rgba(168, 168, 168, 0.50);
}

section.planos .box .a-partir {
    display: block;
    text-align: center;
    margin: 10px 0;
}

section.planos .box.destaque {
    background: var(--azul);
}

section.planos .box.destaque .a-partir {
    color: #fff;
}

section.planos .box h4 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    border-bottom: 1px #C4C4C4 solid;
    margin: 0 -16px;
    margin-bottom: 32px;
}

section.planos .box.destaque h4 {
    color: #fff;
}

section.planos .box .valor {
    color: #C4C4C4;
    font-size: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    margin-bottom: 32px;
}

section.planos .box .valor strong {
    font-size: 64px;
    font-weight: bold;
    color: #404041;
    display: flex;
    align-items: flex-start;
    line-height: 54px;
}

section.planos .box .valor small {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    top: -25px;
}

section.planos .box.destaque .valor,
section.planos .box.destaque .valor strong {
    color: #fff;
}

section.planos .box ul {
    margin-bottom: 32px;
    padding: 0 8px;
}

section.planos .box ul li {
    line-height: 26px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--inter);
    color: #404041;
    font-weight: 500;
}

section.planos .box.destaque ul li {
    color: #fff;
}

section.planos .box.destaque ul li svg path {
    fill: var(--laranja);
}

section.planos .box ul li strong {
    font-weight: bold;
}

section.planos .box ul li:last-child {
    margin: 0;
}

section.planos .indenizacao {
    padding: 0 8px;
    font-family: var(--inter);
    color: #404041;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 32px;
}

section.planos .box.destaque .indenizacao {
    color: #fff;
}

section.planos .indenizacao p {
    margin-bottom: 8px;
}

section.planos .indenizacao strong {
    display: block;
    font-weight: bold;
}

section.planos .indenizacao h2 {
    text-align: left;
    letter-spacing: -2.5px;
    font-family: var(--plus);
}

section.planos .cta {
    width: 100%;
    padding: 16px;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
    margin-bottom: 16px;
}

section.planos .box.destaque .cta:hover {
    background: #1b6ce6;
}

section.planos .beneficios {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 32px;
    cursor: pointer;
}

section.planos .box.destaque .beneficios {
    color: #fff;
}


/* Beneficios */
section.beneficios {
    margin-bottom: 120px;
}

section.beneficios .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.beneficios .left,
section.beneficios .right {
    width: 450px;
}

section.beneficios .right {
    max-height: 390px;
    padding: 0 40px;
    padding-bottom: 40px;
    overflow-x: hidden;
    overflow-y: scroll;
}

section.beneficios .right::-webkit-scrollbar {
    width: 5px;
}

section.beneficios .right::-webkit-scrollbar-track {
    background: #fff;    
    border-radius: 20px;
}

section.beneficios .right::-webkit-scrollbar-thumb {
    background-color: var(--laranja);
    border-radius: 20px;
    border: 1px solid var(--laranja);
}

section.beneficios h2 {
    margin-bottom: 24px;
    line-height: 1.2;
    color: var(--azul);
}

section.beneficios h3 {
    margin-bottom: 40px;
}

section.beneficios .box {
    background: #fff;
    box-shadow: 0px 16px 40px 0px rgba(168, 168, 168, 0.50);
    padding: 20px 20px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}

section.beneficios .box .content {
    display: none;
}

section.beneficios .box.open .content {
    display: block;
}


section.beneficios .box svg {
    min-width: 35px;
    min-height: 35px;
}

section.beneficios .box h4 {
    line-height: normal;
    margin: 0;
    position: relative;
    min-width: 100%;
}

section.beneficios .box h4::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px var(--laranja) solid;
    border-right: 2px var(--laranja) solid;
    transform: rotate(135deg);
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

section.beneficios .box.open h4::before {
    transform: rotate(-45deg);
    top: 8px;
}

section.beneficios .box p {
    font-family: var(--plus);
    color: #404041;
    line-height: 1.8;
    font-size: 14px;
}


/* Parceria */
section.parceria {
    display: block;
    margin-bottom: 120px;
}

section.parceria .box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 16px 40px 0px rgba(168, 168, 168, 0.50);
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden;
}

section.parceria .box .image {
    position: relative;
    height: 100%;
}

section.parceria .box .image img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 16px;
}

section.parceria .box .content {
    padding: 65px;
}

section.parceria .box h2 {
    margin-bottom: 16px;
    color: var(--azul);
}

section.parceria .box p {
    margin-bottom: 27px;
    line-height: 21px;
}

section.parceria .box .logos {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 56px;
}


/* Dúvidas */
section.duvidas h2,
section.duvidas h3 {
    text-align: center;
}

section.duvidas h5 {
    color: #03053D;
    font-size: 18px;
    font-family: var(--plus);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 16px;
    padding-right: 56px;
    position: relative;
    cursor: pointer;
}

section.duvidas h5:before,
section.duvidas h5:after {
    content: '';
    width: 2px;
    height: 15px;
    background: #03053D;
    display: block;
    position: absolute;
    right: 16px;
    top: 21px;
    border-radius: 2px;
    transition: all .5s;
}

section.duvidas h5:after {
    transform: rotate(-90deg);
}

section.duvidas ul {
    display: block;
    max-width: 800px;
    margin: auto;
}

section.duvidas .open h5:before {
    transform: rotate(45deg);
}
section.duvidas .open h5:after {
    transform: rotate(-45deg);
}

section.duvidas .content {
    color: #404041;
    font-family: var(--plus);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 24px;
    display: none;
}

section.duvidas .content p:not(:last-child) {
    margin-bottom: 30px;
}

section.duvidas .open .content {
    display: block;
}


/* Alert */
.swal2-container .swal2-html-container {
    font-size: 14px;
    text-align: left;
}

.swal2-container .swal2-html-container p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 14px;    
}

.swal2-container .swal2-html-container table {
    border: 1px #dedede solid;
    width: 100%;
    margin-bottom: 15px;
}

.swal2-container .swal2-html-container table tr:not(:last-child) {
    border-bottom: 1px #dedede solid;
}

.swal2-container .swal2-html-container table th {
    font-weight: bold;
    background: #f5f5f5;
    color: #000;
}

.swal2-container .swal2-html-container table th,
.swal2-container .swal2-html-container table td {
    padding: 5px;
}

.swal2-container .swal2-html-container ul {
    list-style: in;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.6;
    font-size: 14px;
}

.swal2-container .swal2-html-containerul li {
    display: block;
}

.swal2-container .swal2-html-container ul li:before {
    content: '■';
    margin-right: 5px;
    font-size: 12px;
    color: var(--laranja);
}

.swal2-container .swal2-title  {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #000;
}

