@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}

/* tirar borda do botao menu mobile */

.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.navbar-toggler:active {
    border: none !important;
    outline: none !important;
}

.navbar-toggler:focus {
    border: none !important;
    outline: none !important;
}

.navbar-toggler:visited {
    border: none !important;
    outline: none !important;
}

.navbar-toggler:hover {
    border: none !important;
    outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

/* fim */

.red {
    color: #e10814;
}

.bg-dark-red {
    background-color: #ad021a;
}

.text-azul {
    color: #00002f;
}

body {
    background-color: #f5f5f5;
    scroll-behavior: smooth;
}

.text-roxo {
    color: #6E328A;
}

.bg-azul-escuro {
    background-color: #00002f;
}

.bg-creme {
    background-color: #eff0e8;
}

.vh-50 {
    height: 50vh;
}

iframe {
    width: 100%;
    min-height: 250px;
    height: 100%;
}

.elevation-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.elevation-2 {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.elevation-3 {
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler .fa {
    font-size: 1.5rem;
}

.navbar-toggler :hover {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    border: none;
    outline: none;
}

.navbar-toggler:active {
    border: none;
    outline: none;
}

.navbar-toggler:visited {
    border: none;
    outline: none;
}

.nav-link {
    border-bottom: 1px solid transparent;
    transition: 0.5;
}

.nav-link:hover {
    border-bottom: 1px solid #e10814;
    transition: 0.5;
}

.nav-link:focus {
    border-bottom: 1px solid #e10814;
    transition: 0.5;
}

.nav-link {
    font-size: 14px !important;
    margin: 0 5px;
}