.dropdown {
position: relative;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .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: .5rem 0;
margin: .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,.15);
border-radius: .25rem;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.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: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: .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: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.show > .dropdown-menu {
display: block;
}
.dropdown-menu.show {
display: block;
}.animacao__degrade {
animation: backgroundAnimateTopo 16s linear alternate infinite;
background-size: 400% !important;
background-repeat: no-repeat !important;
}
.banner {
position: relative;
}
.banner .animacao__degrade {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
background-size: 400% 100%;
opacity: 0.4;
}
.banner figure {
z-index: -1;
position: relative;
}
.rotate-animation {
transition: transform 0.1s linear;
}
.carrossel-setas_horizontal {
position: absolute;
display: flex;
gap: 20px;
top: 0;
right: 0;
height: 100%;
}
.carrossel-setas > div {
display: flex;
height: 100%;
align-items: center;
}
.carrossel-setas > div .seta {
font-size: 2rem;
color: black;
height: 100%;
right: -130px;
position: relative;
}
.carrossel-setas > div .seta img {
height: 100%;
}
@keyframes transition {
to {
--angle-sd: 82.41deg;
}
}
@keyframes dots {
0%, 20% {
color: rgba(0, 0, 0, 0);
text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
}
40% {
color: white;
text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
}
60% {
text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
}
80%, 100% {
text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
}
}
@keyframes dots-black {
0%, 20% {
color: rgba(0, 0, 0, 0);
text-shadow: 0.25em 0 0 rgba(255, 255, 255, 0), 0.5em 0 0 rgba(255, 255, 255, 0);
}
40% {
color: white;
text-shadow: 0.25em 0 0 rgba(255, 255, 255, 0), 0.5em 0 0 rgba(255, 255, 255, 0);
}
60% {
text-shadow: 0.25em 0 0 black, 0.5em 0 0 rgba(255, 255, 255, 0);
}
80%, 100% {
text-shadow: 0.25em 0 0 black, 0.5em 0 0 black;
}
}
@keyframes borderAnimate {
0% {
background-position: 0;
}
100% {
background-position: 300%;
}
}
@keyframes backgroundAnimate {
0% {
background-position: 0;
}
100% {
background-position: 100%;
}
}
@keyframes backgroundAnimateTopo {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes moverSeta {
0% {
transform: translateX(-100px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: translateX(200px);
opacity: 0;
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@keyframes flipRightOut {
0% {
opacity: 1;
transform: rotateY(0deg);
}
100% {
opacity: 1;
transform: rotateY(90deg);
}
}