/***************** Style *****************/
.mobile {
    display: none;
}

hr {
    border-bottom: 1px solid;
}
.banner {
	width: 100%;
    height: 320px;
    background-color: #525252;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 70px;
}
.banner .img-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.banner .img-banner {
	width: 100%;
    position: relative;
}
.banner .img-banner img {
	width: 100%;
	transition: ease-in-out 1s;
    z-index: 1;
}
.banner .img-banner .text-block {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 20%;
    margin: auto;
    padding: 0px 10px;
}
.banner .img-banner .text-block hr {
    background-color: #fff;
    width: 5px;
    height: 100px;
    margin-right: 20px;
}
.banner .img-banner .text-block .title {
    font-size: 40px !important;
    color: #fff;
    font-weight: 300;
}
.banner .img-banner .text-block .sub-title {
    font-size: 40px !important;
    color: #fff;
    font-weight: 600;
}

.container {
    padding: 20px;
    min-height: auto;
}

.grid {
    display: flex;
    flex-flow: row wrap;
    gap: 39px;
}

.scrollable {
    user-select: none;
    cursor: grab;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    gap: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollable::-webkit-scrollbar {
    display: none;
}

.grid .cups .card {
    cursor: pointer;
}

.cups .card {
    flex: 0 0 auto;
    width: 300px;
    text-align: center;
    cursor: pointer;
}

.cups .card-img {
    background: #525252;
    height: 300px;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    color: white;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: normal;
    text-decoration: underline;
    text-align: left;
    margin-bottom: 5px;
}

.btn {
    margin-top: 10px;
    background: white;
    border: 1.5px solid #707070;
    border-radius: 30px;
    width: 183px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}

.description {
    color: #000;
    margin-bottom: 10px;
}

.container.promocao .visualizer {
    width: 100%;
    border-radius: 20px;
    height: 200px;
    background: #525252;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 15px;
}
