.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48
}


nav.navbar {
    background-color: #0C231E;
    font-weight: 300;
}

.navbar-brand>img {
    height: 29px;
    width: auto;
}

.navbar-nav li a {
    color: #fff;
}

.navbar-nav li a:hover {
    color: #D4C19C;
}

span.material-symbols-outlined {
    padding-top: 15px;
}

.nav-link {
    padding-top: 15px;
    padding-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}

.teaser.home {
    background-image: url(../img/teaser-home_bg.png);
}
.teaser {
    background-size: cover;
    background-position: left;
}

.teaser>.logo {
    max-height: 75px;
    width: auto;
    margin: 75px auto;
}

.menu-row {
    min-height: 100px;
    background-color: #fff;
    color: #000;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.menu-row a {
    color: #000;
    font-weight: 900;
    
}

.mirador-title {
    font-size: 30px;
    padding: 7px 0;
}

.mirador-menu {
    padding: 20px 0;
}

.mirador-menu,
.mirador-title {
    border-right: solid 1px #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mx-1 ul.dropdown-menu>li>a {
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px !important;
}

.mx-1 ul.dropdown-menu.show {
    transform: translate3d(0px, 40px, 0px) !important;
}

input#searchGadget {
    font-weight: 400;
    font-style: italic;
    border-top: none;
    border-left: none;
    box-shadow: none;
    border-radius: 0px;
    margin-right: 5px;
    font-size: 12px;
    border-color: #ccc;
    padding: 0px 10px 8px 10px;
    width: 12rem;
    margin-top: 40px;
}

button.btn.btn-simple.btn-circle {
    border-radius: 50%;
    padding: 3px 8px 2px 8px;
}

.btn-circle span.material-symbols-outlined {
    padding-top: 5px;
    font-size: 20px;
}