﻿.revamp-title-section {
      max-width: 1260px;
      margin: 40px auto 10px auto;
      display: flex;
      justify-content: space-between;
}


.revamp-small-title {
      color: #0A6EC1;
      font-size: 16px;
      font-weight: 500;
      font-family: "InterVariable", sans-serif !important;
      letter-spacing: -0.5px;
}

.ms-rtestate-field .revamp-title {
      font-size: 32px;
      font-weight: 500;
      letter-spacing: -0.5px;
      line-height: 40px;
      color: #11121B;
      font-family: "InterVariable", sans-serif !important;
      margin-bottom: 40px;
}

img.ilustracao {
    width: 40%;
}


 .revamp-btn-dark {
            display: inline-block;
            margin-top: 12px;
            background: #0A6EC1;
            color: #fff !important;
            padding: 16px 25px;
            border-radius: 40px;
            font-weight: 500;
            text-decoration: none;
            width: fit-content;
            font-size: 16px;
            font-family: "InterVariable", sans-serif !important;
        }

        .revamp-btn-dark:hover {
            opacity: 0.6;
            color: #fff;
        }



section.main-section.blue {
background: #f3f4f4;
padding: 60px 0 30px;
}


.caixas-passos {
    display: flex;
    justify-content: space-evenly;
    margin: 80px 0 40px;
}

.passo {
    text-align: center;
}

.passo p {
    font-size: 16px;
    line-height: 1.4em;
}

p.numero {
    font-size: 22px;
    font-family: 'Spartan';
    color: #00559a;
    font-weight: 700;
}

.notes {
    margin: 20px auto !important;
    padding: 0 !important;
    font-size: 16px !important;
    float: none!important;
    width: 93% !important;
}