@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway-Medium.ttf');
}

@font-face {
    font-family: 'Raleway-Black';
    src: url('../fonts/Raleway-Black.ttf');
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Raleway';
    font-size: 16px;
    background-color: #fff;
}

section {
    margin-bottom: 50px;
}

h2 {
    color: #000;
    font-family: 'Raleway-Black';
    font-size: 2.5em;
    margin-bottom: 10px;
    line-height: 1em;
    display: block;
}

h4 {
    color: #000;
    font-family: 'Raleway-Black';
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 1em;
    display: block;
}

p {
    color: #7d767e;
    font-family: 'Raleway-Medium';
    font-size: 1.3em;
    margin-bottom: 20px;
    line-height: 1.3em;
    display: block;
    letter-spacing: 1px;
}

input,
textarea {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 1em;
}

input::placeholder,
textarea::placeholder {
    text-transform: uppercase;
    color: #bcb4b3;
}

.padding-left {
    padding-left: 50px;
}

.padding-right {
    padding-right: 50px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: right;
}

.small {
    font-size: 0.7em;
    margin-right: 5px;
}

.header-text {
    display: block;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Raleway-Medium';
    margin-bottom: 20px;
    letter-spacing: 3px;
}

::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.3);
    background-color:#F5F5F5
}
::-webkit-scrollbar{
    width:10px;
    background-color:#F5F5F5
}
::-webkit-scrollbar-thumb{
    background-color:#ff4477
}

.pink {
    color: #ff4477;
}

.blue {
    color: #01ffff;
}

.green {
    color: #86ff36;
}

.white {
    color: #ffffff;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}


.button {
    min-width: 120px;
    width: auto;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    color: #000;
    font-size: 1em;
    font-family: 'Raleway-Medium';
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(255, 68, 119, 1) 80%);
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
}

.button:hover {
    color: #fff;
    box-shadow: inset 0 -3.25em 0 0 rgba(255, 68, 119, 1);
}

#toggle-menu {
    position: fixed;
    right: 50px;
    top: 10px;
    z-index: 9999;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 9998;
}

header.show {
    max-height: 100%;
}

@media(max-width: 767.98px) {
    header {
        overflow: hidden;
    }
    
    header.show {
        overflow: visible;
    }
}

header nav {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 50px;
}

header nav ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    list-style: none;
    padding: 0 150px;
}

header nav ul>li>a.button {
    padding-left: 5px;
    padding-right: 5px;
}

header nav a.button:not(.active) {
    background: #fff;
}

section#home {
    height: 100vh;
    max-height: 100vh;
    background: url('../images/backgrounds/home.png') no-repeat top center;
    display: flex;
    align-items: center;
}

section#home span {
    color: #fff;
    font-size: 5.5em;
    text-align: center;
    display: block;
    font-family: 'Raleway-Black';
    line-height: 1em;
}

ul.list-with-icons {
    margin-top: 20px;
    list-style: none;
}

ul.list-with-icons>li {
    border-top: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-transform: uppercase;
    color: #7d767e;
}

ul.list-with-icons>li:last-child {
    border-bottom: 1px solid #ebebeb;
}

ul.list-with-icons>li>img {
    max-width: 45px;
    margin-right: 15px;
}

section#blog .posts article.post {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#blog .posts article.post>.post-image {
    overflow: hidden;
}

section#blog .posts article.post>.post-image>img {
    transition: all 0.5s ease-in-out;
}

section#blog .posts article.post:hover>.post-image>img {
    transform: scale(1.2);
}

section#blog .posts article.post>.post-info {
    margin: 15px 0;
    font-family: 'Raleway-Medium';
    color: #7d767e;
}

section#blog .posts article.post>.post-info>.post-category {
    color: #ff4477;
    text-decoration: none;
    text-transform: uppercase;
}

section#blog .posts article.post>.post-info>.separator {
    margin: 0 5px;
}

section#blog .posts article.post>.post-title {
    color: #000;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    font-family: 'Raleway-Black';
    font-size: 1.2em;
    text-align: center;
    min-height: 80px;
}

section#blog .posts article.post:hover>.post-title {
    color: #ff4477;
}

section#video {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    overflow: hidden;
}

section#video video {
    width: 100%;
    height: auto;
}

section#video #video-overlay {
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgb(17, 61, 138);
    transition: all 0.2s ease-in-out;
}

section#video #video-overlay span {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway-Medium';
    letter-spacing: 2px;
    margin: 10px 0;
}

section#video #video-overlay h2 {
    color: #fff;
}

section#video #video-overlay.playing {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
}

section#video #video-overlay.playing h2,
section#video #video-overlay.playing span {
    display: none;
}

section#video #video-overlay.playing #video-control {
    opacity: 0;
}

section#video #video-overlay button#video-control {
    position: relative;
    z-index: 999;
    width: 100px;
    height: 100px;
    background: transparent url('../images/icons/play.png') no-repeat center center;
    background-size: contain;
    border: 0;
    cursor: pointer;
}

section#galery h4 {
    margin-top: 50px;
    margin-bottom: 20px;
}

section#contact {
    background: url('../images/backgrounds/contact2.png') no-repeat right center;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}

section#contact form {
    margin: 30px 0;
}

section#contact .container-fluid {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section#contact .container-fluid>.container {
    display: flex;
    align-items: center;
    height: 100vh;
}

section#equipe {
    padding: 10px 0;
    background-color: #ff4073;
    margin-bottom: 0;
}

section#equipe #container {
    background-color: #fff;
    padding: 20px 0;
}

section#equipe #container img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    cursor: grab;
}

section#equipe #container img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

footer:not(.blockquote-footer) {
    padding: 50px 0;
    background-color: #ff4073;
}

footer .socials {
    display: flex;
    width: 100%;
    justify-content: center;
}

footer .socials a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 20px 10px;
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    color: #ff4477;
    align-items: center;
}

footer #fone h2 {
    font-family: 'Raleway-Medium';
    letter-spacing: 5px;
    font-size: 2.7em;
}

footer#fone h2,
footer #fone span {
    line-height: 1em;
    text-align: center;
}

footer #fone {
    margin: 15px 0;
}

footer #fone a {
    color: #fff;
}

/** Hamburguer Menu button */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 575.98px) {
    body {
        font-size: 12px;
    }
    section#home span {
        font-size: 3.5em;
    }
    #toggle-menu {
        right: 15px;
    }
    
    .brand {
        margin-bottom: 15px;
    }

    .brand > img {
        max-width: 150px;
    }

    header nav {
        flex-direction: column;
        padding: 15px 15px;
    }
    header nav ul {
        padding: 0;
        flex-direction: column;
    }
    header nav ul>li {
        min-height: 30px;
    }
    header nav ul>li>a.button {
        font-size: 0.9em;
        display: block;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, rgba(255, 68, 119, 1) 90%);
    }
    header nav ul>li>a.button.active {
        background: rgba(255, 68, 119, 1);
        color: #fff;
    }

    section#contact #news-letter .input-group button {
        height: 45px;
    }

    section#home {
        background-size: 340%;
    }
    section#video #video-overlay button#video-control {
        width: 55px;
        height: 55px;
    }
}

@media (min-width: 576px) and (max-width: 767.97px) {
    section#video #video-overlay button#video-control {
        width: 80px;
        height: 80px;
    }
} 

@media (max-width: 767.98px) {

    header {
        max-height: 0;
    }

    section#video #video-overlay h2 {
        font-size: 2em;
    }

    section#contact {
        height: 100%;
        background: url(../images/backgrounds/contact2.png) no-repeat left center;
    }

    section#contact .header-text.white {
        margin-top: 30px;
    }

    section#contact .text-end {
        text-align: center;
    }

    section#contact #fone, 
    section#contact #news-letter {
        padding: 20px;
    }

    section#contact #news-letter .input-group,
    section#contact #news-letter .input-group input {
        margin-bottom: 0;
    }

    section#equipe {
        padding-top: 0;
    }

    footer {
        padding: 30px 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        font-size: 13px;
    }
    section#home span {
        font-size: 3.5em;
    }
    #toggle-menu {
        right: 15px;
    }
    
    .brand {
        margin-bottom: 15px;
    }

    header nav {
        flex-direction: column;
        padding: 15px 15px;
    }
    heade nav ul {
        padding: 0;
        flex-direction: column;
    }
    header nav ul>li {
        min-height: 30px;
    }
    header nav ul>li>a.button {
        font-size: 0.9em;
        display: block;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, rgba(255, 68, 119, 1) 90%);
    }
    header nav ul>li>a.button.active {
        background: rgba(255, 68, 119, 1);
        color: #fff;
    }
    section#contact #news-letter .input-group button {
        height: 46px;
    }

    section#video #video-overlay button#video-control {
        width: 85px;
        height: 85px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        font-size: 14px;
    }
    section#home span {
        font-size: 4em;
    }
    #toggle-menu {
        right: 15px;
    }
    
    .brand {
        margin-bottom: 15px;
    }
    header>nav {
        flex-direction: column;
        padding: 15px 15px;
    }
    header nav>ul {
        padding: 0;
    }
    header nav ul>li>a.button {
        font-size: 0.9em;
    }
    section#contact #news-letter .input-group button {
        height: 47px;
    }
    section#video #video-overlay button#video-control {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        font-size: 15px;
    }
    section#home span {
        font-size: 5em;
    }
    #toggle-menu {
        right: 25px;
    }
    header nav {
        padding: 15px 25px;
    }
    header nav ul {
        padding: 0 50px;
    }
    header nav ul>li>a.button {
        font-size: 0.9em;
    }
    section#video #video-overlay button#video-control {
        width: 95px;
        height: 95px;
    }
    
}

@media (min-width: 1201px) and  (max-width: 1400px) {
    header nav ul {
        padding: 0 80px;
    }
}

.next-post {
    justify-items: flex-end;
    justify-content: flex-end;
}

.blockquote-footer {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

p.comentario {
    color: #7d767e;
    font-family: 'Raleway-Medium';
    font-size: 0.8em;
    margin-bottom: 10px;
    line-height: 0.8em;
    display: block;
    letter-spacing: 1px;
}

#comentarios > div {
    padding-bottom: 15px;
}

a.telefone, a.telefone:hover, a.telefone:visited {
    color: #FFF;
    text-decoration: none;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: 700;
  }
  
  .alert-dismissible {
    padding-right: 3rem;
  }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
  
  .alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
  }
  .alert-primary .alert-link {
    color: #06357a;
  }
  
  .alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
  }
  .alert-secondary .alert-link {
    color: #34383c;
  }
  
  .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
  }
  .alert-success .alert-link {
    color: #0c4128;
  }
  
  .alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
  }
  .alert-info .alert-link {
    color: #04414d;
  }
  
  .alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
  }
  .alert-warning .alert-link {
    color: #523e02;
  }
  
  .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
  }
  .alert-danger .alert-link {
    color: #6a1a21;
  }
  
  .alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  .alert-light .alert-link {
    color: #4f5050;
  }
  
  .alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
  }
  .alert-dark .alert-link {
    color: #101214;
  }

  .alert p {
    font-size: 1em;
    margin-bottom: 0;
    color: inherit;
  }
  .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    cursor: pointer;
  }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
  }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
  }

  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }

  #politics-section h3 {
      margin: 40px 0 15px 0;
  }

  #politics-section p,
  #politics-section ul li,
  #politics-section ol li {
    font-family: 'Raleway-Medium';
    font-size: 16px;
    color: #111;
    line-height: 1.4em;
  }

  #politics-section ul li,
  #politics-section ol li {
    margin-bottom: 15px;
  }

  .files-links {
    padding: 30px 0;
    display: flex;
    gap: 30px;
    align-items: center;
  }

  .files-links a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #000!important;
  }

  
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}