h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #695aa6;
}
p {font-family: 'PT Sans', sans-serif;}
.btn {
    padding: 0.375rem 1.5rem;
}

.mzauto {margin: 0 auto!important;}
.navigation .nav-links a, .bttn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    text-transform: none!important;
}

.btn-primary {
    color: #fff;
    background-color: #004c97;
    border-color: #004c97;
}

.header {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../imgs/bg-topo-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.header .overlay {
    display: none!important;
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(105, 90, 166, 0.35) 99%, rgba(105, 90, 166, 0.5) 100%);
    background-image: linear-gradient(to top, #fff 0%, rgba(105, 90, 166, 0.35) 99%, rgba(105, 90, 166, 0.5) 100%);*/
}
.header-title {
    color: #30344c;
    font-size: 50px;
}
.header .header-content .header-subtitle {
    margin-top: -20px;
}

.header-content p {
    display: block;
    font-size: 20px!important;
    font-weight: 500!important;
    color: #30344C;
    line-height: 27px;
    padding-top: 15px;
    font-family: 'PT Sans';
    letter-spacing: 1px!important;
}
.top-nav-collapse {
    background-color:transparent;
    -webkit-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-bottom: 30px;
}
.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.blur {
    -webkit-backdrop-filter: blur(4px);
    -o-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.logo {
    width: 100%;
    display: block;
}

@media (max-width: 576px) {
 .header-content {padding-left: calc(100% / 8) !important;}
 .header-title {font-size: 40px;}
}
@media (max-width: 768px) {
    .navbar {
        background-color: #fff;
    }
    .logo-desk {display: none;}
}
@media (min-width: 992px) {
    .logo-mobile {display: none;}
    .header .header-content {
        margin-top: 20px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 1140px;
        padding: 0px 465px 0px 0px;
    }
    .navbar-expand-lg .navbar-nav {
     width: auto;
     margin: 0px auto;
     height: 35px;
     float: right;
 }
 .navbar-expand-lg .navbar-collapse {
    display: block !important;
}
}
.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(0 76 151);
}
.nav-link {
    text-transform: inherit!important;
}
.navbar {background-color: #fff;}
@media (min-width:992px){
    .navbar {
      position: fixed; /* Inicialmente fixo, mas escondido */
      top: 41px; /* Posiciona o menu acima da viewport */
      transition: top 0.3s ease-in-out; /* Adiciona uma transição suave */
  }
  .navbar.fixed {
      top: 0;
      box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
      backdrop-filter: saturate(180%) blur(20px);
      background-color: transparent;
  }
  .fixed .bg-light {
    box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
    backdrop-filter: saturate(180%) blur(20px);
}
}

#topbar {
    background: #fdfdfd;
}
#topbar {
    background: #f3f3f3;
    padding: 10px 0;
    font-size: 14px;
}
#topbar .contact-info i {
    color: #1080ab;
}
#topbar .contact-info i {
    font-style: normal;
    color: #a7a7a7;
}
#topbar .contact-info a {
    color: #666666;
}
#topbar .social-links a {
    color: #1080ab;
}
#topbar .social-links a {
    color: #bababa;
    line-height: 0;
    transition: 0.3s;
    margin-left: 10px;
}
#topbar .social-links i {
    font-size: 17px;
}
@media (max-width:768px){
    #topbar {
        display: none!important;
    }
    .logo-site {
        width: 60%;
    }
}
@media (min-width:992px){
    .logo-site {
        width: 80%;
        height: auto;
    }
    .header-n {
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}
.carousel-inner::after {
    content: "";
    width: 100%;
    position: absolute;
    background-color: rgb(3 21 50 / 76%);
    top: 0px;
    height: 600px;

}
.carousel-caption {
    width: 900px;
    margin: 0 auto;
    bottom: 28%!important;
}
.carousel-caption h5 {
    text-transform: inherit;
    font-size: 40px;
    font-weight: 700;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 100;
    color: #c5c5c5;
}
@media (max-width: 768px){
    .carousel-caption {
    width: 68%;
        bottom: 17% !important;
    }
    .carousel-caption h5 {
    font-size: 24px;
    }
    .carousel-caption p {
    font-size: 16px;
    }
}
.section {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}
.quem-somos {
    background: url(../imgs/bg-quem-somos.jpg) no-repeat center;
    padding-top: 250px!important;
}
.quem-somos h2 {
    color:#30344c;
    font-weight: 700;
}
.quem-somos p {color:#30344c;}
.quem-somos .btn-outline-primary {
    color: #fff;
    border-color: #004c97;
    background-color: #004c97;
}

.produtos {
    background: #e5e5e5;
    padding-top: 200px!important;
}
.produtos h2 {
    color:#004c97;
    font-size: 35px;
    font-weight: 700;
}
.produtos h4 {
    font-size: 17px;
    color: #434658;
    margin-bottom: 3px!important;
}
.produtos img {
    border-radius: 7px;
    width: 255px;
    height: 190px;
    object-fit: cover;
}
.produtos .btn-outline-primary {
    color: #fff;
    border-color: #004c97;
    background-color: #004c97;
}
@media (max-width: 576px) {
    .produtos {padding-top: 70px!important;height: auto;}
    .produtos h2 {font-size: 25px;}
    .quem-somos {padding-top: 70px!important;}
    .produtos img {width: 100%;height: 230px;}
}

.segmentos {
    background: rgb(58,119,179);
    background: radial-gradient(circle, rgba(58,119,179,1) 0%, rgba(0,60,119,1) 88%);
    padding-top: 200px!important;
}
.segmentos .section-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.segmentos h6 {
    font-size: 15px;
    text-transform: none;
    color:#fff;
}
.segmentos .service-card .body img.icon {
    margin-top: 60px;
    width: 36px;
    margin-bottom: 25px;
}
@media (max-width: 576px) {
    .segmentos {height: auto;}
    .segmentos {
        padding-top: 70px!important;
        height: auto;
    }
    .segmentos .section-title {font-size: 30px;}
}

@media (min-width: 992px) {
    .segmentos .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 19.66667%;
        max-width: 19.66667%;
    }
}

.service-card:hover .body img.icon {
  margin-top: 54px!important;
  width: 45px;
  margin-bottom: 15px;
}

.service-card:hover .body .subtitle {
  bottom: 0!important;
  opacity: 1;
  visibility: visible;
}

.diferenciais {
    background: #e5e5e5;
    padding-top: 250px!important;
}
.diferenciais h2 {
    color:#30344c;
    font-weight: 700;
}
.diferenciais h3, h5, p {
    color: #fff;
}
.diferenciais h5 {
    font-size: 19px;
    text-transform: none;
}
.diferenciais .card {
    border:0;
}
.card.card-image [class*="rgba-"] {
    border-radius: 0.25rem;
    height: 284px;
}
.card img {
    width: 28px;
    height: auto;
    margin-bottom: 6px;
}

@media (max-width: 576px) {
    .diferenciais {
        padding-top: 70px!important;
        height: auto;
    }
}

.rgba-black-strong {
    background-color: rgba(0,0,0,0.5);
    transition: all .3s;
}
.rgba-black-strong:hover {
    background-color: rgba(0,0,0,0.3);
    transition: all .3s;
}

.ex-galeria {
    padding: 30px 0;
}
.ex-galeria h3 {
    color: rgb(48, 52, 76);
    font-size: 25px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 45px;
}
.modal-content {height: 100vh;}
.modal-header {background-color: #004c97;}

.close {
    cursor: pointer;
    color: #fff;
}

.fale-conosco {
    background: rgb(240,240,240);
    background: radial-gradient(circle, rgba(240,240,240,1) 0%, rgba(210,210,210,1) 88%);
    padding-top: 250px!important;
}

.fale-conosco .column address .street {
    font-size: 17px;
    line-height: 25px;
    color: #3d3d3d;
    font-weight: 500;
    position: relative;
    display: block;
}
.fale-conosco .column address .street span {
    position: absolute;
    top: -38px;
    left: 0;
    font-size: 30px;
}
.fale-conosco .column address .street span:before {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
.fale-conosco .column address .phone {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 100;
    color: #30344c;
    margin: 20px 0;
    text-decoration: none;
}
.fale-conosco .column address .phone .ico {
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.fale-conosco .column address .phone strong {
    font-weight: 600;
    font-size: 30px;
}
.fale-conosco .column .cards {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.fale-conosco .column .cards .title {
    color: #3d3d3d;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.fale-conosco .column address .email {
    font-size: 14px;
    line-height: 24px;
    color: #3d3d3d;
    font-weight: 500;
}
.fale-conosco .column address .email:hover {
    color: #c61d23;
    text-decoration: none;
}
.fale-conosco .column .cards ul {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.fale-conosco .column .cards ul {
    padding-inline-start: 0;
}
.fale-conosco .column .cards ul li:first-child {
    margin-left: 0;
}
.fale-conosco .column .cards ul li {
    min-width: 46px;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.fale-conosco .form-control {
    padding: 8px;
}
.fale-conosco .form-control {
    width: 100%;
    height: 30px;
    display: block;
    border: 0;
    outline: none;
    background: none;
    font-size: 15px;
    font-weight: 300;
    color: #504849;
    border-bottom: 1px solid #08347b;
    border-radius: 0;
}
.fale-conosco .form-control:focus {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.01);
    border-color: #b4add3;
    outline: 0;
    box-shadow: none;
}
.textarea textarea {
    height: 75px!important;
}
.btn-enviar {
    width: 40%;
    height: 47px;
    border: none;
    background: #08347b!important;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 576px) {
    .fale-conosco {
        padding-top: 70px!important;
        height: auto;
    }
}

.navigation .nav-links a, .bttn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-bottom: 0!important;
}
.bgfooter {
    background: rgb(240,240,240);
    background: radial-gradient(circle, rgba(240,240,240,1) 0%, rgba(210,210,210,1) 88%);
}
.footer .social-links a {
    margin-top: -13px;
}
.footer .social-links i {
    top: -2px;
    position: relative;
}
.footer .social-links a:hover {
    background: #08347b;
    border-color: #08347b;
}