<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-institucional {
    margin-top: 96px;
    margin-bottom: 54px;
    padding-top: 86px;
}

.col-menu {
    border-radius: 16px;
    background:  #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);
    padding: 32px 40px;
}
.col-menu a {
    color: var(--blue-01, #021E46);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 41px;
    display: block;
}
.col-menu a.active {
    font-weight: 600;
    border-left: 4px solid #0860DB;
    padding-left: 4px;
}
.col-menu a:last-child {
    margin-bottom: 0;
}
.col-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-title h1 {
  color: #021E46;
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.5rem;
}

.content-institucional {
    background-image: url('../../images/bg-institucional.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.content-institucional p {
    color: #021E46;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

.contato{
    background: none !important;
  }
  
  .contato .box-contato{
    position: relative;
  }
  
  .contato .box-contato::after{
    content: url(../../images/bg-2-contato.png);
    right: 0;
    top: 0;
    transform: translate(25%, -25%);
    position: absolute;
    z-index: -1;
  }

  .content-institucional + .contato{
    padding-top: 356px;
  }

@media screen and (max-width: 767px) {
    .header-institucional .box-side{
        order: 2;
    }

    .header-institucional .title-side{
        order: 1;
        margin-bottom: 32px;
    }

    .contato .box-contato::after{
        content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="92" height="92" viewBox="0 0 92 92" fill="none"&gt;&lt;path d="M86.4 5H5V86.4C49.956 86.4 86.4 49.956 86.4 5Z" stroke="%230860DB" stroke-width="9.35632" stroke-miterlimit="10"/&gt;&lt;/svg&gt;');
      }

      .content-institucional + .contato{
        padding-top: 60px;
      }
    .col-title h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

@media screen and (min-width: 991px){
    .contato .box-contato::before{
        content: url(../../images/bg-1-contato.png);
        right: 100%;
        bottom: 100%;
        transform: translate(50%, 50%);
        z-index: -1;
        position: absolute;
      }
}

label{
    display: block;
    text-align: left;
    color: #262626;
    font-family: Montserrat;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem; /* 150% */
}

input::placeholder,
select::placeholder,
textarea::placeholder{
    font-size: 0.75rem !important;
    color: #959595;
}

@media screen and (min-width: 1250px){
    .header-institucional .col-title{
        padding-left: 40px;
    }

    .header-institucional .col-menu-wrapper{
        padding-right: 40px;
    }
}

li{
    margin-bottom: 10px;
}

.custom-card {
    margin: 15px 15px 0 15px;
    background: #F1F1F1;
}

.text{
    margin-top: 10px;
}

.select-institucional{

    background: #959595;
}
</pre></body></html>