.fundo{
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.829) 100%);
}
.fundo2{
background: linear-gradient(180deg, rgba(0,0,0,0.99) 0%, rgba(0,0,0,0.7) 100%);
}
.degrade-black{
background: linear-gradient(0deg, rgba(0,0,0,0.8968137254901961) 0%, rgba(0,0,0,0.5) 100%);
}
.degrade-black-deep{
background: linear-gradient(90deg, rgba(0, 19, 39, 0.6) 0%, rgba(2, 34, 68, 0) 100%);
}
.degrade-color{
background: linear-gradient(90deg, rgba(0,0,0,0.051155496378238796) 0%, rgba(0,0,0,0.6) 43%, rgba(0,0,0,0.6) 49%, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0.15759807340905108) 100%);
}
.fundo-banner{
background: rgb(2,0,36);
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 26%, rgba(0,212,255,1) 52%, rgba(9,9,121,1) 86%, rgba(2,0,36,1) 100%);
}
.fundo-banner-2{
background: rgb(101, 95, 9);
background: radial-gradient(circle, rgba(255, 242, 125, 0.964) 0%, rgb(79, 70, 0) 60%, rgba(0,0,0,1) 100%);
}
.bg-show{
height: 480px;
background-position: right 35% bottom 45%;
background-repeat: no-repeat;
background-size: cover;
}
.banner{
text-align: center;
font-family: 'Nunito Sans', sans-serif;
letter-spacing: 5.4px;
color: #FFFFFF;
}
.fundo-imagem{
text-align: center;
/* font-family: 'Nunito Sans', sans-serif;
letter-spacing: 5.4px; */
color: #FFFFFF;
}
.fundo-imagem-pre{
height: 530px;
background-position: right 35% bottom 45%;
background-repeat: no-repeat;
background-size: cover;
}
.fundo-imagem-pre-2{
height: 330px;
background-position: right 35% bottom 45%;
background-repeat: no-repeat;
background-size: cover;
}
.slide-show{
height: 660px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.element-show{
height: 150px;
}

.slide-show-2{
height: 560px;
background-position: top;
background-position: left;
background-repeat: no-repeat;
background-size: cover;
}
.slide-show-3{
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.fixed {
z-index: 999;
/* background: #a4c467; */
height: 43px;
width: 43px;
position: fixed;
bottom: 20px;
right: 20px;
}
.fixed2 {
z-index: 1999;
/* background: #a4c467; */
/* height: 50px;
width: 50px; */
position: fixed;
bottom: 120px;
left: 0px;
background: rgba(201, 201, 201, 0.8);
}
.relative-parent {
background: #156236;
}

.relative {
background: #af8542;
height: 100px;
width: 300px;
position: relative;
top: 20px;
left: 45px;
}
.round {
border-radius: 100%;
overflow: hidden;
height: 170px;
width: 170px;
/* background: black; */
}