:root {
  --primary-color: #ffe34d;
  --secondary-color: #000000;
  --back-bege: #fff9e0;
}

@font-face {
  font-family: "Pacaembu regular";
  src: url(fonts/Pacaembu-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Pacaembu medium";
  src: url(fonts/Pacaembu-Medium.otf) format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pacaembu regular", sans-serif;
}
p{
  font-family: 'Pacaembu medium', sans-serif;
}
select{
  color: #595C5F;
  font-family: "Pacaembu medium", sans-serif;
}
.month-popup {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: none;
  width: 250px;
}

.month-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.month-grid label {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}

.month-popup button {
  margin-top: 1rem;
}

.position-relative {
  position: relative;
}
.img-studio01 {
  background: url(assets/card01.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 450px;
}
.img-studio02 {
  background: url(assets/card02.png);
  min-height: 450px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.img-studio03 {
  background: url(assets/card03.png);
  min-height: 450px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.img-studio04 {
  background: url(assets/card04.png);
  min-height: 450px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.title-header {
  font-family: "Pacaembu medium", sans-serif;
  font-size: 6rem !important;
  text-align: center;
  color: var(--secondary-color);
  margin: 0px;
  margin-bottom: -4%;
  margin-top: -3%;
  z-index: 5;
}
.title-Font {
  font-family: "Pacaembu medium", sans-serif;
  font-size: 1.5rem !important;
  color: var(--secondary-color);
  margin: 0px;
}
.fixar {
  position: fixed;
  z-index: 1000;
}
.navbar {
  background-color: white;
  width: 100%;
  z-index: 1000;
}
.fixar.scrolled {
  background-color: rgb(0, 0, 0);
  transition: background-color 0.5s ease;
}
.navbar.scrolled {
  background-color: rgb(0, 0, 0);
  transition: background-color 0.5s ease;
}
.navbar-nav .nav-link {
  transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}
.navbar-nav .nav-link.scrolled {
  color: white;
  transition: color 0.3s ease;
}
.navbar-nav .nav-link2 {
  text-decoration: none;
  padding: 0.5rem 0;
  color: rgba(0,0,0, 0.65);
  transition: color 0.3s ease;
}
.navbar-nav .nav-link2:hover {
  color: var(--primary-color);
}
.navbar-nav .nav-link2.scrolled {
  color: white;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link2.scrolled:hover {
  color: var(--primary-color);
}
.navbar-nav .nav-link.scrolled:hover {
  color: var(--primary-color);
}

/* Desktop navbar styles */
@media only screen and (min-width: 993px) {
  .navbar-collapse {
    justify-content: flex-end;
  }
  
  .navbar-nav {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
  
  .navbar-nav .nav-item {
    margin: 0;
  }
  
  .navbar-nav .nav-link,
  .navbar-nav .nav-link2 {
    display: inline-block !important;
    padding: 0.5rem 1rem !important;
    text-align: center;
  }
}
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.img_div {
  width: 100%;
  height: 60vh;
  z-index: 2;
  background: url(assets/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 16px;
}
.imagem-sofa {
  width: 100%;
  max-height: 60vh;
  z-index: 2;
}
.imagem-parceiros {
  width: 100%;
  height: 88%;
}
.imagem-aluguel {
  min-height: 100%;
  max-width: 510px;
  max-height: 450px;
}
.imgnova{
  width: 78%;
}
.btn-call {
  text-decoration: none;
  color: var(--secondary-color);
  background-color: var(--primary-color);
  padding: 8px 16px;
  border-radius: 0.375rem;
  cursor: pointer;
}
.btn-call:hover {
  background-color: #e4ac34;
}
.py-100 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-200 {
  padding-top: 6%;
  padding-bottom: 100px;
}
.row-buscar {
  padding: 8px 16px;
  background-color: white;
  border-radius: 32px;
  margin-top: -90px;
}
.btn_search {
  padding: 8px 16px;
  background-color: var(--primary-color);
  cursor: pointer;
  border: none;
  border-radius: 0.375rem;
}
.btn_search:hover {
  background-color: #e4ac34;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #444;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #333 white;
}

.mg-cell {
  margin: 12px 0px;
  padding: 0px;
}

.imagem-aluguel2 {
  max-height: 450px;
  width: 100%;
}

.text-halugo {
  color: var(--primary-color);
}
.btn-halugo{
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.btn-halugo:hover{
  background-color: #e4ac34;
}


.rounded-circle.d-flex,
.rounded-circle.d-inline-flex {
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}


.carousel {
  overflow: hidden;
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  opacity: 0;
  transform: translateX(0);
  transition: none;
}

.carousel-item.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}

.carousel-item.carousel-item-next {
  transform: translateX(100%);
  opacity: 1;
}

.carousel-item.carousel-item-prev {
  transform: translateX(-100%);
  opacity: 1;
}

.carousel-item.carousel-item-next.carousel-item-start,
.carousel-item.carousel-item-prev.carousel-item-end {
  transform: translateX(0);
}

.carousel-item img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
  max-width: none !important;
  min-height: 250px !important;
  max-height: 250px !important;
}


.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
  outline: none;
  border: none;
  background: none;
}

.carousel-control-prev:focus,
.carousel-control-next:focus,
.carousel-control-prev:active,
.carousel-control-next:active {
  outline: none;
  box-shadow: none;
}


.card {
  overflow: hidden;
  position: relative;
}

.card .position-relative {
  overflow: hidden;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
}

.card .position-relative {
  overflow: hidden;
  height: 250px;
  min-height: 250px;
  max-height: 100%;
}


.carousel-item,
.carousel-item.active,
.carousel-item.carousel-item-next,
.carousel-item.carousel-item-prev,
.carousel-item.carousel-item-start,
.carousel-item.carousel-item-end {
  width: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
}


.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item.active > img,
.carousel-inner > .carousel-item.carousel-item-next > img,
.carousel-inner > .carousel-item.carousel-item-prev > img {
  width: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
}


[style*="width: 70px"] {
  min-width: 70px !important;
  max-width: 70px !important;
  flex-shrink: 0 !important;
}

[style*="width: 60px"] {
  min-width: 60px !important;
  max-width: 60px !important;
  flex-shrink: 0 !important;
}

[style*="height: 70px"] {
  min-height: 70px !important;
  max-height: 70px !important;
}

[style*="height: 60px"] {
  min-height: 60px !important;
  max-height: 60px !important;
}

@media only screen and (max-width: 992px) {
  .navbar-collapse {
    flex-basis: 100%;
    background-color: white;
    border-radius: 8px;
    margin-top: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav {
    display: block !important;
    width: 100%;
    padding: 1rem;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .navbar-nav .nav-link,
  .navbar-nav .nav-link2 {
    display: block !important;
    padding: 1rem !important;
    width: 100%;
    text-align: left;
    border-radius: 0;
    transition: all 0.3s ease;
    margin: 0;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link2:hover {
    background-color: rgba(255, 227, 77, 0.1);
  }

  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

@media only screen and (max-width: 576px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-header {
    font-size: 3rem;
  }
  .title-Font {
    font-size: 1rem;
  }
  .py-200 {
    padding-top: 26%;
    padding-bottom: 0px;
  }
  .imagem-aluguel2 {
    max-height: 300px;
    margin: 20px 0px;
  }
  .img-studio01 {
    min-height: 300px;
  }
  .img-studio02 {
    min-height: 300px;
  }
  .img-studio03 {
    min-height: 300px;
  }
  .img-studio04 {
    min-height: 300px;
  }
  .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .imagem-aluguel {
    width: 295px;
  }
  .col-parceiros {
    margin-top: 60px;
  }
  .imgnova{
    width: 100%;
  }

  .rounded-circle {
    flex-shrink: 0 !important;
  }

  .card-body h3 {
    font-size: 1.2rem !important;
  }

  .carousel-inner,
  .carousel-item,
  .card .position-relative {
    height: 200px !important;
  }
  
  .carousel-item img {
    height: 200px !important;
  }
}


html {
  scroll-behavior: smooth;
}


body {
  overflow-x: hidden;
}



.carousel-item.carousel-item-start,
.carousel-item.carousel-item-end {
  transition: transform 0.5s ease-in-out;
}

.carousel.slide .carousel-item {
  transition: transform 0.5s ease-in-out;
}


.carousel-item.carousel-item-next:not(.carousel-item-start),
.carousel-item.carousel-item-prev:not(.carousel-item-end) {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.carousel-item.carousel-item-next.carousel-item-start,
.carousel-item.carousel-item-prev.carousel-item-end {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}


.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: none;
  text-decoration: none;
}


.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 3px;
  border: none;
  opacity: 0.5;
}

.carousel-indicators button.active {
  opacity: 1;
}
