@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background: #FFF;
    color: #676767;
    line-height: 32px; 
}

.btn-default {
    color: #fff !important;
    background: #F91C1C;
    border-radius: 5px;
    padding: 5px 32px;
    margin-right: 0px;
}

.btn-default:hover {
  background-color: #000077;
  color: #fff !important;
}


h1, h3 {
    font-weight: bold;
    color: #000077
}

h5 {
    color: #000077
}

h3 span {
    color: #F91C1C;
}

h1 span {
    color: #F91C1C;
}


.nav-default {
    backdrop-filter: blur(12px);
    background: rgb(255 255 255 / 85%);
}

.nav-link {
    color: #000077 !important;
    font-weight: 500;
    margin: 0px 15px ;
}



.nav-link:hover {
    color: red !important
}
/* Inicio: Navbar */

@media only screen and (min-width: 992px) {

  .btn-contato {
      color: #fff !important;
      background: #F91C1C;
      border-radius: 5px;
      padding: 5px 32px;
      margin-right: 0px;
  }

  .btn-contato:hover {
    background-color: #000077;
    color: #fff !important;
  }
}

/* Fim: Navbar */




.header {
    margin-top: 130px;
}


.v-align {
    display: flex;
    align-items: center;
}

.card {
    border-radius: 1.5rem !important;
}

/* Inicio: Quem Somos */

.sobre-section {
    margin-top: 100px;
    padding:  100px 0px;
    background: #F5F8FF;
}

/* Fim: Quem Somos */


/* Inicio: Serviços */

#servicos {
    padding:  100px 0px;
    text-align: center;
    color: #FFF;
    background-color: #000077;
}

#servicos h3 {
    color: #FFF;
    margin-bottom: 40px;
}

#servicos h5 {
    color: #FFF
}

.card-servicos .card {
    background-color: #000077;
    border: 1px solid #010166;
    text-align: center;
    margin: 25px;
    padding: 15px;
}
.card-servicos .card img {
    align-self: center;
    margin: 30px;
    height: 50px;
    width: 50px;
}

/* Fim: Serviços */


#contato {
    margin-top: 100px;
}

.info-contato ul{    
    list-style: none;
}


.social a {
    text-decoration: none;
}
