body, html{
    overflow-x: hidden !important;
    font-family: 'Work Sans', sans-serif;
}
a{
    text-decoration: none !important;
    color: #fff;
}
.navbar-toggler i {
    font-size: 24px;
    color: #fff;
}
.nav-link{
    text-decoration: none !important;
    color: #fff;
}
.nav-link:hover{
    text-decoration: none !important;
    color: #fff;
}
.nav-link.active{
    color: #59CBE7;
}
.menu .container-fluid{
    padding-right: 150px;
    padding-left: 150px;
    background: rgb(3,49,98);
    background: linear-gradient(270deg, rgba(3,49,98,1) 70%, rgba(4,27,44,1) 100%, rgba(3,49,98,1) 100%, rgba(255,255,255,1) 100%);
}
.menu .navbar{
    min-height: 105px;
}
.navbar-expand-lg .navbar-nav {
    gap: 30px;
}
.navbar-light .navbar-nav .nav-link {
    color: #D9D9D6 !important;
}
.navbar li{
    list-style: none;
    list-style-type: none !important;
}
.custom-bg {
    background: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    max-height: 300px;
    background-position: top center;
}
.custom-bg h1{
    color: #000;
    font-size: 6.5rem;
    text-align: left;
    line-height: 6rem;
    margin-top: 90px;
}
/* Para personalizar a parte "your mission" do título */
.custom-bg .highlighted-text {
    color: #59CBE7; /* exemplo de cor, altere conforme sua necessidade */
    font-size: 4.5rem;
    text-align: left;
    line-height: 6rem;
    font-weight: bold;
}

/* Espaço adicional entre botões */
.custom-bg .btn + .btn {
    margin-left: 15px;
}

/* Espaço adicional abaixo do "bloquinho" */
.custom-bg .info-block {
    margin-bottom: 15px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 12px #03316227;
    border-radius: 16px;
    opacity: 1;
    width: 100%;
    max-width: 320px;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.custom-bg .info-block .mb-0{
    text-align: left;
}
.custom-bg .info-block .mb-0:first-child{
    color: var(--unnamed-color-041b2c);
    text-align: left;
    font-size: .7rem;
    letter-spacing: 3.3px;
    color: #041B2C;
    text-transform: uppercase;
    opacity: 1;
}
.custom-bg .info-block .mb-0:nth-child(2){
    color: var(--unnamed-color-041b2c);
    text-align: left;
    letter-spacing: 0px;
    color: #041B2C;
    opacity: 1;
    font-size: 1.5rem;
}
.custom-bg .botoes{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.custom-bg .botoes .btn1{
    background: var(--unnamed-color-041b2c) 0% 0% no-repeat padding-box;
    background: #041B2C 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 12px #03316227;
    border-radius: 16px;
    opacity: 1;
    color: var(--unnamed-color-ffffff);
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding: 15px;
    width: 100%;
    max-width: 215px;
    border: 1px solid transparent;
}
.custom-bg .botoes .btn2{
    background: transparent linear-gradient(266deg, #51C4E1 0%, #033162 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 12px #03316227;
    border-radius: 16px;
    opacity: 1;
    padding: 15px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    width: 100%;
    max-width: 240px;
    border: 1px solid transparent;
}
.quem-somos .texto{
    background: rgb(4,27,44);
    background: linear-gradient(118deg, rgba(4,27,44,1) 45%, rgba(3,49,98,1) 71%, rgba(3,49,98,1) 90%, rgba(3,49,98,1) 100%, rgba(3,49,98,1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.quem-somos .texto .content h5{
    color: var(--unnamed-color-59cbe7);
    text-align: left;
    letter-spacing: 5.4px;
    color: #59CBE7;
    text-transform: uppercase;
    opacity: 1;
    font-weight: normal;
    margin-top: 60px;
}
.quem-somos .texto .content h1{
    color: var(--unnamed-color-ffffff);
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: normal;
}
.quem-somos .texto .content p{
    color: #D9D9D6;
    text-align: left;
    opacity: 1;
    font-weight: normal;
    margin-bottom: 0;
}
.quem-somos .texto .content .btn-bloco2{
    background: transparent linear-gradient(265deg, #51C4E1 0%, #033162 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 12px #03316227;
    border-radius: 16px;
    opacity: 1;
    width: 100%;
    max-width: 190px;
    padding: 15px;
    border: 1px solid transparent;
    margin-top: 30px;
    border: 1px solid transparent;
    color: #fff;
    margin-bottom: 60px;
}
.quem-somos .img-bloco2{
    position: relative;
    width: 100%;
    float: right;
    height: auto;
    max-width: 61.7%;
}
.nossos-pilares h1{
    color: #000;
    text-align: center;
    margin-top: 120px;
}
.nossos-pilares .content1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 190px;
}
.nossos-pilares .col-md-4 .d-flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.nossos-pilares .col-md-4 .d-flex .bg-azul{
    background: var(--unnamed-color-59cbe7) 0% 0% no-repeat padding-box;
    background: #59CBE7 0% 0% no-repeat padding-box;
    opacity: 1;
    color: var(--unnamed-color-023870);
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0px;
    color: #023870;
    text-transform: capitalize;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.nossos-pilares .col-md-4 .d-flex .title p{
    margin-bottom: 0;
    color: var(--unnamed-color-023870);
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0px;
    color: #023870;
    opacity: 1;
    font-weight: bold;
}
.nossos-pilares .col-md-4 .bg-claro{
    background: #F5F5F5 0% 0% no-repeat padding-box;
    opacity: 1;
    min-height: 300px;
    max-height: 300px;
    margin-left: 20px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nossos-pilares .col-md-4 li{
    color: var(--unnamed-color-041b2c);
    text-align: left;
    font-size: 1rem;
    letter-spacing: 0px;
    color: #041B2C;
    opacity: 1;
    margin-bottom: 15px;
    list-style-type: square;
}
.nossos-pilares .col-md-4 .img-grid{
    width: 102px;
    height: 102px;
    position: absolute;
    right: -20px;
    bottom: -75px;
}
.bg-somos{
    background: var(--unnamed-color-023870) 0% 0% no-repeat padding-box;
    background: #023870 0% 0% no-repeat padding-box;
    border-radius: 22px;
    opacity: 1;
    padding: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-somos .content{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 90px;
}
.bg-somos h1{
    color: var(--unnamed-color-00965e);
    text-align: left;
    letter-spacing: 0px;
    color: #00965E;
    opacity: 1;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 3rem;
}
.bg-somos h3{
    color: var(--unnamed-color-ffffff);
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 2rem;
}
.bg-somos .pl-3 li{
    color: #fff;
    list-style-type: square;
    margin-left: -1rem;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.bg-somos .pl-3 li::before{
    font-weight: bold;
    display: inline-block;
    width: 1rem;      /* Espaço para o bullet */
    margin-left: -2rem;  /* Move o bullet para a esquerda */
}
.bg-somos .content .img-somos{
    width: 100%;
    max-width: 500px;
    float: right;
}
.como-funciona{
    background: rgb(4,27,44);
    background: linear-gradient(141deg, rgba(4,27,44,1) 70%, rgba(3,49,98,1) 100%, rgba(3,49,98,1) 100%, rgba(255,255,255,1) 100%);
    margin-top: 160px;
}
.como-funciona .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 90px;
}
.como-funciona .content h5{
    color: var(--unnamed-color-59cbe7);
    text-align: center;
    letter-spacing: 5.4px;
    color: #59CBE7;
    text-transform: uppercase;
    opacity: 1;
    font-weight: normal;
}
.como-funciona .content h1{
    color: var(--unnamed-color-ffffff);
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 30px;
}
.como-funciona .content .img-como-funciona{
    width: 100%;
    max-width: 150%;
    margin-top: 60px;
}
.nossos-clientes{
    margin-top: 190px;
}
.nossos-clientes h1{
    color: var(--unnamed-color-ffffff);
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 30px;
}
.nossos-clientes h5{
    color: var(--unnamed-color-59cbe7);
    text-align: center;
    letter-spacing: 5.4px;
    color: #59CBE7;
    text-transform: uppercase;
    opacity: 1;
    font-weight: normal;
}
.dados{
    background: rgb(12,82,87);
    background: linear-gradient(236deg, rgba(12,82,87,1) 45%, rgba(4,27,44,1) 100%, rgba(4,27,44,1) 100%, rgba(255,255,255,1) 100%);
    border-radius: 16px;
    opacity: 1;
    padding: 0px;
    margin-top: 120px;
    padding-bottom: 60px;
}
.dados .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 90px;
}
.dados .content h5{
    color: var(--unnamed-color-ffffff);
    text-align: left;
    letter-spacing: 5.4px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
.dados .content h1{
    color: var(--unnamed-color-ffffff);
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: normal;
}
.dados .content p{
    color: var(--unnamed-color-ffffff);
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: normal;
}
.dados .content .col-4{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.dados .content .col-4 .btn-dados{
    background-color: #F5F5F5;
    color: #00965E;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 16px;
    opacity: 1;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.entre-em-contato{
    margin-top: 120px;
}
.entre-em-contato h1{
    color: #59CBE7;
    text-align: center;
    font-weight: normal;
    font-weight: bold;
}
.entre-em-contato h2{
    color: #F5F5F5;
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
    font-size: 2.5rem;
    font-weight: bold;
}
.entre-em-contato h5{
    color: #59CBE7;
    text-align: center;
    letter-spacing: 5.4px;
    font-weight: normal;
    margin-top: 30px;
    font-weight: bold;
}
.entre-em-contato h3{
    color: #F5F5F5;
    text-align: center;
    font-weight: normal;
}
.footer .container-full{
    padding-right: 150px;
    padding-left: 150px;
    background: rgb(4,27,44);
    background: linear-gradient(96deg, rgba(4,27,44,1) 45%, rgba(3,49,98,1) 100%, rgba(3,49,98,1) 100%, rgba(255,255,255,1) 100%);
}
.footer .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
}
.footer .logo{
    margin: 30px 0;
}
.footer .navbar{
    background-color: transparent;
    margin-bottom: 15px;
}
.footer .menu .navbar{
    min-height: 105px;
}
.footer .navbar-expand-lg .navbar-nav {
    gap: 30px;
}
.footer .navbar-light .navbar-nav .nav-link {
    color: #D9D9D6 !important;
}
.footer .navbar li{
    list-style: none;
    list-style-type: none !important;
    color: #fff;
}
.footer .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.footer .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}
.footer .content{
    margin-top: 30px;
}
@media(max-width: 1650px){
    .quem-somos .img-bloco2 {
        position: relative;
        width: 100%;
        float: right;
        max-width: 85%;
    }
}
@media(max-width: 1440px){
    .quem-somos .img-bloco2 {
        position: relative;
        width: 100%;
        float: right;
        max-width: 95%;
    }
    .nossos-pilares .content1 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 0;
        margin-bottom: 90px;
        padding: 60px;
    }
}
@media(max-width: 1366px){
    .custom-bg h1 {
        color: #000;
        font-size: 4.5rem;
        text-align: left;
        line-height: 4rem;
        margin-top: 90px;
    }
    .custom-bg .highlighted-text {
        color: #59CBE7;
        font-size: 4.5rem;
        text-align: left;
        line-height: 4rem;
        font-weight: bold;
    }
    .quem-somos .texto .content h1 {
        color: var(--unnamed-color-ffffff);
        text-align: left;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-weight: normal;
        font-size: 2rem;
    }
    .quem-somos .texto .content h5 {
        color: var(--unnamed-color-59cbe7);
        text-align: left;
        letter-spacing: 5.4px;
        color: #59CBE7;
        text-transform: uppercase;
        opacity: 1;
        font-weight: normal;
        margin-top: 60px;
    }
    .quem-somos .texto {
        background: rgb(4,27,44);
        background: linear-gradient(118deg, rgba(4,27,44,1) 45%, rgba(3,49,98,1) 71%, rgba(3,49,98,1) 90%, rgba(3,49,98,1) 100%, rgba(3,49,98,1) 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
    }
    .quem-somos .img-bloco2 {
        position: relative;
        width: 100%;
        float: right;
        max-width: 90%;
    }
    .bg-somos {
        background: var(--unnamed-color-023870) 0% 0% no-repeat padding-box;
        background: #023870 0% 0% no-repeat padding-box;
        border-radius: 22px;
        opacity: 1;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-somos .content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 75px;
    }
    .bg-somos h1 {
        color: var(--unnamed-color-00965e);
        text-align: left;
        letter-spacing: 0px;
        color: #00965E;
        opacity: 1;
        font-weight: normal;
        margin-bottom: 0px;
        font-size: 2.5rem;
    }
    .dados .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 0 45px;
        margin-top: 30px;
    }
    .entre-em-contato h1 {
        color: #59CBE7;
        text-align: center;
        font-weight: normal;
        font-weight: bold;
        font-size: 2rem;
    }
    .entre-em-contato h2 {
        color: #F5F5F5;
        text-align: center;
        font-weight: normal;
        margin-top: 0px;
        font-size: 2rem;
        font-weight: bold;
    }
    .entre-em-contato h3 {
        color: #F5F5F5;
        text-align: center;
        font-weight: normal;
        font-size: 1.5rem;
    }
    .nossos-pilares .col-md-4 .d-flex .title p {
        margin-bottom: 0;
        color: var(--unnamed-color-023870);
        text-align: left;
        font-size: 1.2rem;
        letter-spacing: 0px;
        color: #023870;
        opacity: 1;
        font-weight: bold;
    }
    .nossos-pilares .col-md-4 .img-grid {
        width: 82px;
        height: 82px;
        position: absolute;
        right: -20px;
        bottom: -60px;
    }
}
@media(max-width: 1024px){
    .menu .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
        background: rgb(3,49,98);
        background: linear-gradient(270deg, rgba(3,49,98,1) 70%, rgba(4,27,44,1) 100%, rgba(3,49,98,1) 100%, rgba(255,255,255,1) 100%);
    }
    .quem-somos .texto .content h1 {
        color: var(--unnamed-color-ffffff);
        text-align: left;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-weight: normal;
        font-size: 1.5rem;
    }
    .quem-somos .texto .content p {
        color: #D9D9D6;
        text-align: left;
        opacity: 1;
        font-weight: normal;
        margin-bottom: 0;
        font-size: .8rem;
    }
    .quem-somos .img-bloco2 {
        position: relative;
        width: 100%;
        float: right;
        max-width: 105%;
    }
    .nossos-pilares .col-md-4 .d-flex .title p {
        margin-bottom: 0;
        color: var(--unnamed-color-023870);
        text-align: left;
        font-size: 1rem;
        letter-spacing: 0px;
        color: #023870;
        opacity: 1;
        font-weight: bold;
    }
    .nossos-pilares .col-md-4 .bg-claro {
        background: #F5F5F5 0% 0% no-repeat padding-box;
        opacity: 1;
        min-height: 400px;
        max-height: 400px;
        margin-left: 20px !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .nossos-pilares .content1 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 0;
        margin-bottom: 30px;
        padding: 60px;
        padding-top: 30px;
    }
    .como-funciona {
        background: rgb(4,27,44);
        background: linear-gradient(141deg, rgba(4,27,44,1) 70%, rgba(3,49,98,1) 100%, rgba(3,49,98,1) 100%, rgba(255,255,255,1) 100%);
        margin-top: 90px;
    }
}
@media(max-width: 768px){
    .menu .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .quem-somos .container-full {
        padding-left: 0;
        padding-right: 0;
    }
    .menu .navbar-expand-lg .navbar-nav {
        gap: 0;
    }
    .menu .navbar li {
        list-style: none;
        list-style-type: none !important;
        text-align: center;
    }
    .custom-bg {
        background: url(../img/bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 75vh;
        max-height: 75vh;
        background-position: right;
    }
    .custom-bg h1 {
        color: #000;
        font-size: 3.5rem;
        text-align: left;
        line-height: 3rem;
        margin-top: 30px;
    }
    .custom-bg .highlighted-text {
        color: #59CBE7;
        font-size: 3.5rem;
        text-align: left;
        line-height: 4rem;
        font-weight: bold;
    }
    .custom-bg .botoes {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        margin-top: 60px;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .custom-bg .botoes .btn1 {
        background: var(--unnamed-color-041b2c) 0% 0% no-repeat padding-box;
        background: #041B2C 0% 0% no-repeat padding-box;
        box-shadow: 3px 3px 12px #03316227;
        border-radius: 16px;
        opacity: 1;
        color: var(--unnamed-color-ffffff);
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        padding: 15px;
        width: 100%;
        max-width: 100%;
        border: 1px solid transparent;
    }
    .custom-bg .botoes .btn2 {
        background: transparent linear-gradient(266deg, #51C4E1 0%, #033162 100%) 0% 0% no-repeat padding-box;
        box-shadow: 3px 3px 12px #03316227;
        border-radius: 16px;
        opacity: 1;
        padding: 15px;
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        width: 100%;
        max-width: 100%;
        border: 1px solid transparent;
    }
   .custom-bg .justify-content-end {
        justify-content: center !important;
    }
    .quem-somos .position-absolute {
        position: relative !important;
    }
    .quem-somos .img-bloco2 {
        position: relative;
        width: 100%;
        float: right;
        max-width: 95%;
    }
    .nossos-pilares .content1 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        flex-direction: column;
        padding: 30px;
    }
    .nossos-pilares .col-md-4{
        width: 100%;
        margin-bottom: 90px;
    }
    .nossos-pilares .col-md-4 .bg-claro {
        background: #F5F5F5 0% 0% no-repeat padding-box;
        opacity: 1;
        min-height: 380px;
        max-height: 380px;
        margin-left: 20px !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .bg-somos {
        background: var(--unnamed-color-023870) 0% 0% no-repeat padding-box;
        background: #023870 0% 0% no-repeat padding-box;
        border-radius: 22px;
        opacity: 1;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-somos .content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
        flex-direction: column;
    }
    .como-funciona {
        background: rgb(4,27,44);
        background: linear-gradient(141deg, rgba(4,27,44,1) 70%, rgba(3,49,98,1) 100%, rgba(3,49,98,1) 100%, rgba(255,255,255,1) 100%);
        margin-top: 60px;
    }
    .como-funciona .content .img-como-funciona {
        width: 100%;
        max-width: 95%;
        margin-top: 30px;
    }
    .nossos-clientes {
        margin-top: 60px;
    }
    .nossos-clientes .grid-logos{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-direction: column;
        margin-top: 30px;
    }
    .nossos-clientes .grid-logos .img-fluid{
        margin-bottom: 30px;
    }
    .nossos-clientes .grid-logos .mt-5{
        margin-top: 0 !important;
    }
    .quem-somos .texto {
        background: rgb(4,27,44);
        background: linear-gradient(118deg, rgba(4,27,44,1) 45%, rgba(3,49,98,1) 71%, rgba(3,49,98,1) 90%, rgba(3,49,98,1) 100%, rgba(3,49,98,1) 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px !important;
    }
    .nossos-pilares h1 {
        color: #000;
        text-align: center;
        margin-top: 60px;
    }
    .dados {
        background: rgb(12,82,87);
        background: linear-gradient(236deg, rgba(12,82,87,1) 45%, rgba(4,27,44,1) 100%, rgba(4,27,44,1) 100%, rgba(255,255,255,1) 100%);
        border-radius: 16px;
        opacity: 1;
        padding: 0px;
        margin-top: 60px;
        padding-bottom: 60px;
    }
    .dados .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 30px;
        margin-top: 30px;
    }
    .dados .content .col-4 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        margin-top: 30px;
        width: 100% !important;
    }
    .dados .content .col-lg-5 .img-fluid {
        max-width: 100%;
        height: auto;
        margin-top: 30px;
    }
    .entre-em-contato {
        margin-top: 30px;
        padding: 15px;
    }
    .entre-em-contato h1 {
        color: #59CBE7;
        text-align: center;
        font-weight: normal;
        font-weight: bold;
        font-size: 1.5rem;
    }
    .entre-em-contato h2 {
        color: #F5F5F5;
        text-align: center;
        font-weight: normal;
        margin-top: 0px;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .entre-em-contato h5 {
        color: #59CBE7;
        text-align: center;
        letter-spacing: 5.4px;
        font-weight: normal;
        margin-top: 15px;
        font-weight: bold;
        font-size: 1rem;
    }
    .footer .container-full {
        padding-right: 15px;
        padding-left: 15px;
        background: rgb(4,27,44);
        background: linear-gradient(96deg, rgba(4,27,44,1) 45%, rgba(3,49,98,1) 100%, rgba(3,49,98,1) 100%, rgba(255,255,255,1) 100%);
    }
    .footer .navbar-expand-lg .navbar-nav {
        gap: 15px;
    }
    .footer .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .footer .navbar {
        background-color: transparent;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer .navbar li {
        list-style: none;
        list-style-type: none !important;
        color: #fff;
        text-align: center;
    }
    .footer .navbar-toggler {
        display: block;
        visibility: visible;
        z-index: 999 !important;
    }
}