body {
    font-family: "Encode Sans", sans-serif !important;
    margin: 0;
    padding: 0;
    background: url(img/background-comparaveis.jpg);
    background-position: center;
    background-size: cover;
}

a {text-decoration: none !important;}

.main {
    border-radius: .3em;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .1607843137);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.container-fluid {
    padding: 0 !important;
}

h1 {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

h1, h2 {
    margin-bottom: 10px;
    text-align: center;
}

.regiao h2 {
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    color: rgb(249, 181, 25);
    margin-left: 15px;
}

.navbar {
    padding: 25px 0px !important;
}

.navbar-collapse > div {
    width: 100%;
}

.navbar-collapse > div > ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    align-items: center;
}

.navbar-collapse li {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-collapse a {
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

.dropdown-menu a {
    font-size: 16px;
}

table {
    margin: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 600px;
}

.table>:not(caption)>*>* {
    background-color: transparent !important;
    color: #ffffff !important;
}

td {
    border: 1px solid rgba(255, 255, 255, .25) !important;
    background-color: transparent;
    padding: 8px 16px;
    text-align: center;
    color: #ffffff;
}

th {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .25) !important;
    padding: 8px;
    text-align: center !important;
    color: #ffffff;
}

.observacoes {
    font-size: 0.9em;
    color: #555;
    max-width: 70%;
    margin: auto;
    text-align: justify;
}

.navbar-brand img {
    max-width: 300px;
}

.navbar-collapse .dropdown-item {
    color: #000 !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown i {
    font-size: 12px;
    margin-left: 5px;
}

.dropdown-menu {
    display: block !important;
    position: absolute;       
    opacity: 0;               
    visibility: hidden;      
    pointer-events: none;   
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
  
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

a.btn.btn-secondary.dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
}

.observacoes p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 11px;
}

.navbar-toggler {
    color: #ffffff !important;
    background-color: transparent;
    border: 1px solid #ffffff !important;
}

.navbar-collapse a:hover {
    color: #f9b519;
}

ul#header-menu > li > a > ul {
    display: flex;
    align-items: center;
}

ul#header-menu > li > a > ul > li:nth-child(2) {
    margin-left: 7px;
}

.svg-wrapper {
    padding: 8px 11px; 
    border: 1px solid;
    border-radius: 30px;
    margin-right: 10px;
}

ul#header-menu > li > a > ul > li > div > svg {
    position: relative;
    top: -2px;
}

ul#header-menu > li > a > ul > li > p {
    margin-bottom: 0 !important;
}

ul#header-menu > li:last-child {
    margin-left: 50px;
}

.navbar-brand img {
    height: auto !important;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-body {
    padding: 0 !important;
}

.dropdown-toggle::after {
    border-top-color: #fff !important;
}
  
.show > .dropdown-toggle::after,
.dropdown-toggle[aria-expanded="true"]::after {
    border-top-color: #fff !important;
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1460px !important;
    }

    .regiao h2 {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-collapse a {
        font-size: 14px;
    }

    .navbar-brand img {
        max-width: 200px;
    }

    ul#header-menu > li:last-child {
        margin-left: 0px;
    }

    ul#header-menu > li:first-child {
        margin-left: 0px !important;
    }

    ul#header-menu img {
        display: none;
    }
}

@media screen and (max-width: 580px){
    .table>:not(caption)>*>* {
        font-size: 12px;
        padding: 2px;
    }

    .navbar-brand img {
        max-width: 175px;
        margin-left: 10px;
    }

    .navbar-toggler {
        margin-right: 10px;
    }
}

@media screen and (max-width: 400px){
    .table>:not(caption)>*>* {
        font-size: 9px;
        padding: 3px;
    }
}