html {
    font-size: 16px
}

body {
    font-family: 'Montserrat', sans-serif !important;
    color: #000 !important
}

header.topo-interna {
    min-height: 350px
}

.banner {
    background-image: url("../img/bgheader.jpg");
    background-repeat: no-repeat;
    min-height: 630px;
    background-size: cover
}

header .topbar {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    background: rgba(50, 96, 143, 0.80);
}
header .topbar p {
    margin: 0;
}
header .topo {
    background-color: rgba(255, 255, 255, 0.9)
}

header .navbar {
    background: rgba(50, 96, 143, 0.80);
}

header .navbar-nav {
    margin: 0 auto;
    padding-left: auto
}

header .navbar-nav li {
    padding-right: .5rem;
    padding-left: .5rem
}

header .navbar-nav li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

header .banner {
    height: 555px
}

header .banner h1,
header .banner h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

header .banner h1 {
    font-size: 2rem
}

header .banner h3 {
    font-size: 0.875rem
}

.btn {
    background-color: #e73237;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1.5rem
}

.btn:hover {
    background-color: #a01317;
    color: #fff
}

.boxServices {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.boxServices i{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ED3237;
    color: #fff;
}

.boxServices h4 {
    color: #32577D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.logomarcas {
    margin: 0;
    padding: 0;
    list-style: none
}

.logomarcas li {
    display: inline
}

.mapa {
    font-weight: 700;
    color: #000;
    font-size: 1.175rem
}

footer {
    background-color: #32577d;
    color: #fff;
    min-height: 40px
}

.redes-sociais {
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end
}

.redes-sociais li {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.redes-sociais li a {
    color: #e73237;
    text-decoration: none
}

.redes-sociais li a:hover {
    color: #32577d
}

h1.titInterna {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    border-bottom: 1px solid #fff
}

.titulo-pagina {
    font-size: 2rem;
    font-weight: 600;
    color: #32577d
}

.lista-produtos {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none
}

.lista-produtos li {
    font-weight: 600;
    font-size: 1.25rem
}

.lista-produtos li a {
    color: #32577d
}

.lista-produtos li a i {
    color: #e73237
}

.linha-marcas{
    row-gap: 32px;
    column-gap: 64px;
}
section.produtos {
    background: rgba(50, 87, 125, 0.08);
    display: flex;
    padding-bottom: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.bloco-produtos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 32px;
}
.produtos .produto {
    background-color: #fff;
    display: flex;
    min-height: 219px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 228px;
    min-width: 228px;
    transition: all .5s;
}
.produtos .produto:hover{
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
}
.produtos .produto p{
    color: #32577D;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.produtos .produto figure{
    height: 131px;
    flex-shrink: 0;
}