.roomSliderContainer {
position: relative;
padding: 40px 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.roomSliderWrapper {
max-width: 1920px;
width: 100%;
overflow-x: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
}
.roomSlider {
display: flex;
}
.roomSlide {
background-color: #0b060e;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
flex: 0 0 100%;
margin: 0 !important;
}
.roomInfo {
height: 420px;
display: flex;
flex-direction: column;
justify-content: space-around;    padding: 0 20px;
}
.roomInfo h1 {
color: #fff;
font-size: 46px;
font-family: var(--title-font);
margin-bottom: 12px;
}
.roomInfo .roomServices {
display: flex;
column-gap: 16px;
}
.roomInfo .roomServices .services {
text-align: center;
}
.roomInfo .roomServices .services i {
font-size: 1.4em;
}
.roomInfo .roomServices .services p {
font-size: 10px;
}
.roomSlide p {
color: #fff;
font-size: 18px;
margin: 0;
}
.roomInfo a {
width: fit-content;
position: relative;
font-family: var(--secondary-highlight-font);
color: var(--highlight-color) !important;
text-decoration: none !important;
font-size: 20px;
}
.roomInfo a::before {
content: '' !important;
position: absolute !important;
bottom: 4px !important;
left: 0;
height: 2px !important;
width: 0 !important;
background-color: var(--highlight-color) !important;
transition: var(--default-transition);
}
.roomInfo a:hover::before {
width: 100% !important;
}
.roomSlide img {
height: 420px !important;
object-fit: cover;
width: 100%;
}
.roomSliderControl {
visibility: hidden;
position: absolute;
height: 40px;
width: 40px;
padding: 0;
border-radius: 25px;
background-color: rgb(255 255 255 / 40%);
color: #000;
border: 0;
outline: none !important;
left: 20px;
cursor: pointer;
transition: 0.2s;
}
.roomSliderControl:hover {
background-color: #fff;
color: #000;
}
.rightRoomSliderArrow {
right: 20px;
left: auto;
}
.showSliderArrows {
visibility: visible !important;
}
.roomSliderControl i {
display: flex;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 767px) {
.roomInfo {
text-align: center;
height: 300px;
}
.roomInfo .roomServices {
justify-content: center;
}
.roomInfo a {
margin: 0 auto;
}
.roomSliderControl {
bottom: 380px;
}
.roomSlide img {
height: 360px !important;
}
}
@media only screen and (max-width: 560px) {
.roomSliderContainer {
padding: 40px 20px;
}
.roomInfo {
min-height: 400px;
height: fit-content;
}
}.page-numbers {
text-decoration: none!important;
padding: 0 5px;
color: #4b4a4f;
}
.page-numbers.current {
color: #dc2334;
}
.quartos-list .quarto {
margin-bottom: 20px;
}
.quartos-list .quarto img {
height: 350px;
width: 100%;
object-fit: cover;
}
.quartos-list .quarto-info {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.quartos-list .quarto-info h3 {
font-family: var(--title-font);
color: var(--highlight-color);
font-size: 30px;
}
.quartos-list .servicos-container {
display: flex;
column-gap: 16px;
padding-left: 12px;
}
.quartos-list .servicos {
text-align: center;
}
.quarto-descricao {
font-size: 20px;
}
.quartosListBtn {
position: relative;
width: fit-content;
color: #404040;
font-family: var(--secondary-highlight-font);
font-size: 22px;
text-decoration: none !important;
}
.quartosListBtn:hover {
color: #404040;
}
.quartosListBtn::after {
content: '' !important;
position: absolute !important;
bottom: 2px !important;
left: 0;
height: 2px !important;
width: 0 !important;
background-color: var(--secondary-color) !important;
transition: var(--default-transition);
}
.quartosListBtn:hover::after {
width: 100% !important;
}
@media screen and (max-width: 1000px) {
.quartos-list .quarto img {
height: 400px;
}
}
@media screen and (max-width: 768px) {
.quartos-list .quarto img {
height: 350px;
}
.roomInfo h1 {
font-size: 40px;
}
.quartosListBtn {
margin: 0 auto;
background-color: var(--secondary-color) !important;
color: #fff !important;
padding: 0.6em 1em !important;
border-radius: 24px !important;
font-weight: 700 !important;
transition: var(--default-transition) !important;
}
.quartosListBtn::after {
content: none !important;
}
}