* {
    font-family: "Montserrat", sans-serif;
}

.navbar {
    background-color: #a64848;
}

.navbar ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-family: "Anton", sans-serif;
    letter-spacing: 1px;
}

.navbar img {
    width: 200px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.navbar-nav {
    gap: 3em;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-toggler {
    border-color: #fff;
}

.banner {
    background: url(../images/banner.png);
    background-size: 100% 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.banner h2 {
    color: #fff;
    font-family: "Anton", sans-serif;
    letter-spacing: 4px;
    text-align: center;
}

.card-acomodacao {
     background-color: #A64848;
}

.card-acomodacao h3 {
    color: #fff;
    font-family: "Anton", sans-serif;
    padding-left: 10px;
    padding-top: 10px;
}

.card-acomodacao h5 {
    color: #fff;
    font-family: "Anton", sans-serif;
    padding-left: 10px;
    padding-bottom: 10px;
}

.acomodacoes-index h2 {
    font-family: "Anton", sans-serif;
    color: #A64848;
    font-weight: 500;
}

.acomodacoes-index span {
    color: #A64848;
    font-weight: 400;
}

.acomodacoes-index p {
    margin-top: 2em;
}

.detalhes {
    background: url("../images/texture.png") no-repeat center;
    background-color: #1E1E1E;
    padding-top: 7em;
    padding-bottom: 7em;
    background-size: cover;

}

.detalhes svg {
    font-size: 50px;
    opacity: 0.2;
    color: #fff;
}

.detalhes span {
    color: #fff;
    font-family: "Anton", sans-serif;
    margin-top: 10px;
}

.detalhes .row div {
  margin: 2em 0em;
}

.localiza {
    padding: 5em 0em;
}

.localiza h2 {
    color: #A64848;
    font-size: 36px;
    padding: 1em 0em;
    font-family: "Anton", sans-serif;
}

.localiza iframe {
  width: 100%;
}

.hotel-photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.forma-pagamento {
    padding: 5em 0em;
}

.forma-pagamento h2 {
    color: #A64848;
    font-size: 36px;
    font-family: "Anton", sans-serif;
}

.forma-pagamento p {
    margin-top: 2em;
}

footer {
    background: url("../images/texture.png") no-repeat center;
    background-color: #A64848;
    padding-top: 7em;
    padding-bottom: 7em;
    background-size: cover;
}

footer h4 {
    color: #fff;
    font-family: "Anton", sans-serif;
    font-size: 28px;
}

footer ul {
    padding-left: 0;
    list-style: none;
    margin-top: 1em;
}

footer ul li a {
    margin: 20px 0px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

footer ul li {
    padding: 10px 0px;
}

footer p a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

footer svg {
    margin-right: 10px;
}

footer img {
    object-fit: none;
    width: 100%;
    margin: 3em 0em;
}

.img-galeria {
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin: 1em 0em;
}

.galeria h1 {
    color: #A64848;
    font-size: 36px;
    font-family: "Anton", sans-serif;
}

.form-content h2 {
    color: #A64848;
    font-size: 36px;
    font-family: "Anton", sans-serif;
    margin-bottom: 2em;
}

.form-content {
    padding: 5em 0em;
}

.dropdown-menu {
    background-color: #A64848;
}

.dropdown-menu li {
  margin: 1em 0em;
}


.li-first a {
    text-decoration: none;
}

.li-first:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
    color: #fff;
}

.suites h3 {
    color: #A64848;
    position: relative; /* referência pro ::after */
}

.suites h2 {
    color: #A64848;
    font-family: "Anton", sans-serif;
    font-size: 32px;
    margin: 1em 0em;

}

.suites h3::after {
    content: '';
    display: block; /* ou inline-block */
    height: 3px;
    background-color: #1E1E1E;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 0; /* opcional, pra alinhar à esquerda */
}

    /* From Uiverse.io by SouravBandyopadhyay */ 
.card-title {
  color: #fff;
  font-size: 1.5em;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.small-desc {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #fff;
}

.small-desc {
  font-size: 1em;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2em;
  height: 2em;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #5f2a2a, #5f2a2a);
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card {
  display: block;
  position: relative;
  max-width: 300px;
  max-height: 320px;
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 2em 1.2em;
  margin: 0px 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #df6f6f, #663232);
  font-family: Arial, Helvetica, sans-serif;
  width: 300px;
  height: 320px;
}

.card:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #5f2a2a, #5f2a2a);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}

.card:hover:before {
  transform: scale(28);
}

.card:hover .small-desc {
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card:hover .card-title {
  transition: all 0.5s ease-out;
  color: #ffffff;
}

.hotel-photo {
  background-image: url('../images/paralax-photo.png');
  background-attachment: fixed; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  width: 100%;
  height: 400px; 
}

.big-image {
    width: 100%;
    object-fit: cover;
    height: 320px;
    border: 12px solid #A64848;
    border-radius: 7px;
    object-position: 0px -343px;
}

.form-element {
    background-color: #A64848;
    padding: 1em;
    border-radius: 12px;

}

.form-content label {
    color: #fff;
}

.form-element button {
    background-color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
    color: #1E1E1E;
    font-weight: bold;
    transition: all .3s ease-in-out;
    border: 1px solid #fff;
}

.form-element button:hover {
    background-color: #A64848;
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
}



.stage {
  height: 200px;
  width: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  perspective: 9999px;
  transform-style: preserve-3d;
}

.layer {
  width: 80%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
  animation-fill-mode: forwards;
  transform: rotateY(40deg) rotateX(33deg) translateZ(0);
}

.layer:after {
  font: 50px/0.65 "Pacifico", "Kaushan Script", Futura, "Roboto", "Trebuchet MS", Helvetica, sans-serif;
  content: "HOTEL\a    PAPILLON";
  white-space: pre;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 20px;
  color: whitesmoke;
  letter-spacing: -2px;
  text-shadow: 4px 0 10px rgba(0, 0, 0, 0.13);
}

.layer:nth-child(1):after {
  transform: translateZ(0px);
}

.layer:nth-child(2):after {
  transform: translateZ(-1.5px);
}

.layer:nth-child(3):after {
  transform: translateZ(-3px);
}

.layer:nth-child(4):after {
  transform: translateZ(-4.5px);
}

.layer:nth-child(5):after {
  transform: translateZ(-6px);
}

.layer:nth-child(6):after {
  transform: translateZ(-7.5px);
}

.layer:nth-child(7):after {
  transform: translateZ(-9px);
}

.layer:nth-child(8):after {
  transform: translateZ(-10.5px);
}

.layer:nth-child(9):after {
  transform: translateZ(-12px);
}

.layer:nth-child(10):after {
  transform: translateZ(-13.5px);
}

.layer:nth-child(11):after {
  transform: translateZ(-15px);
}

.layer:nth-child(12):after {
  transform: translateZ(-16.5px);
}

.layer:nth-child(13):after {
  transform: translateZ(-18px);
}

.layer:nth-child(14):after {
  transform: translateZ(-19.5px);
}

.layer:nth-child(15):after {
  transform: translateZ(-21px);
}

.layer:nth-child(16):after {
  transform: translateZ(-22.5px);
}

.layer:nth-child(17):after {
  transform: translateZ(-24px);
}

.layer:nth-child(18):after {
  transform: translateZ(-25.5px);
}

.layer:nth-child(19):after {
  transform: translateZ(-27px);
}

.layer:nth-child(20):after {
  transform: translateZ(-28.5px);
}

.layer:nth-child(n+10):after {
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.25);
}

.layer:nth-child(n+11):after {
  -webkit-text-stroke: 15px #A64848;
  text-shadow: 6px 0 6px #773232, 5px 5px 5px #A64848, 0 6px 6px #A64848;
}

.layer:nth-child(n+12):after {
  -webkit-text-stroke: 15px #4e2525;
}

.layer:last-child:after {
  -webkit-text-stroke: 17px rgba(0, 0, 0, 0.1);
}

.layer:first-child:after {
  color: #fff;
  text-shadow: none;
}

@keyframes ಠ_ಠ {
  100% {
    transform: rotateY(-40deg) rotateX(-43deg);
  }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.error {
  color: #fff;
  font-style: italic;
}

.barra-rodape{
    background: var(--bg-default);
}
.barra-rodape *{
    color: var(--theme-color2)
}


.todos-direitos-text {
    text-align: start;
}

.dev-ctnet {
    text-align: end;
}

@media (max-width: 425px){
  .big-image {
    object-position: 0;
  }

  .card {
    margin: 1em 0em;
  }

  .dev-ctnet {
    text-align: start;
  }
}