.pageTitle {
color: var(--highlight-color);
height: 300px;
width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-size: 60px;
font-family: var(--title-font);
}
.pageTitle::before {
content: "";
position: absolute;
height: 300px;
width: 100%;
top: 0;
left: 0;
background-image: url(https://chalespordosoltiradentes.com.br/wp-content/uploads/2024/09/CPS-65.jpg);
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 100%;
z-index: -1;
filter: brightness(0.5);
}
div:has(> .subtitleSections) {
border-top: 1px solid #d6d6d6;
padding-top: 16px;
}
.subtitleSections {
position: relative;
width: fit-content;
font-family: var(--secondary-highlight-font);
margin-bottom: 20px;
}
.subtitleSections::before {
content: '';
position: absolute;
bottom: -2px;
left: 0;
height: 2px;
width: 50%;
background-color: var(--highlight-color);
}
.paginacao-quartos {
margin-top: 50px;
}
.roomServices {
display: flex;
column-gap: 16px;
}
.roomServices {
text-align: center;
}
section.regular {
margin: 0;
}
.mySlides {display: none}
.mySlides img {vertical-align: middle;} .slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
.slideshow-container img {
height: 600px;
object-fit: cover;
}
.carousel-item {
height: 130px;
}
.carousel-item img {
height: 130px;
width: 100%;
object-fit: cover;
}
.carousel-control-next, .carousel-control-prev {
width: fit-content !important;
}
.carousel-control-prev {
left: 13px !important;
background: linear-gradient(to right, var(--secondary-color), transparent) !important;
}
.carousel-control-next {
right: 13px !important;
background: linear-gradient(to left, var(--secondary-color), transparent) !important;
} .slideshow-container .prev, .slideshow-container .next, .carousel-control {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
height: 40px;
width: 40px;
padding: 0;
border-radius: 25px;
background-color: rgb(255 255 255);
opacity: 0.5;
color: #000;
border: 0;
outline: none !important;
left: 10px;
top: 50%;
cursor: pointer;
transition: var(--default-transition);
} .slideshow-container .next, .carousel-control.next {
right: 10px;
left: auto;
} .slideshow-container .prev:hover, .slideshow-container .next:hover {
background-color: var(--secondary-color);
opacity: 0.8;
} .slideshow-container .fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
} .dateContainer {
display: flex;
justify-content: space-around;
}
input#checkout, input#checkin {
width: 100%;
}
input.bookingRoom {
text-align: center;
width: 100%;
margin-top: 16px;
} .bestRoom {
display: block;
margin: 0 16px 30px;
}
.bestRoom img {
height: 150px;
width: 100%;
object-fit: cover;
}
.bestRoom .roomDetails {
padding-top: 8px;   
}
.bestRoom .roomDetails h4 {
font-family: var(--title-font);
font-size: 18px;
}
.moreDetailsLink {
position: relative;
width: fit-content;
color: #404040;
font-family: var(--secondary-highlight-font);
font-size: 18px;
}
.moreDetailsLink::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);
}
.moreDetailsLink:hover::after {
width: 100% !important;
} .otherRoomDetail img {
height: 250px;
width: 100%;
object-fit: cover;
}
.otherRoomDetail h3 {
font-family: var(--title-font);
font-size: 22px;
}
.otherRoomDetail .moreDetailsLink {
font-size: 22px;
}
@-webkit-keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}
@media (min-width: 768px) {
.otherRoomDetail .moreDetailsLink {
margin: 0;
}
}
@media only screen and (max-width: 1300px) {
.dateContainer {
flex-direction: column;
}
}
@media (max-width: 767px) {
h1.pageTitle {
text-align: center;
font-size: 46px;
}
.slideshow-container img {
height: 400px;
}
.slideshow-thumbnail {
display: none;
}
.roomServices {
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 0;
}
.moreDetailsLink {
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;
}
.moreDetailsLink:after {
content: none !important;
}
.bestRoomItem {
display: flex;
flex-wrap: wrap;
}
.bestRoom {
width: 45%;
margin: 30px auto;
}
.roomDetails .moreDetailsLink {
margin: 0 auto;
}
}
@media only screen and (max-width: 468px) {
.slideshow-container img {
height: 260px;
}
}
@media only screen and (max-width: 300px) {
.slideshow-container .prev, .slideshow-container .next {font-size: 11px} 
}
span.miniatura-slide img {
padding: 2px;
}
.slideshow-thumbnail {
margin-top: 20px;
}
span.miniatura-slide {
max-height: 130px;
display: block;
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
display: flex;
} @media (min-width: 768px) {
.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
transform: translateX(25%);
}
.carousel-inner .carousel-item-start.active, 
.carousel-inner .carousel-item-prev {
transform: translateX(-25%);
}
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
transform: translateX(0);
}
.carousel-item {
transition: none!important;
}.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;
}
}