.container {
  margin: auto;
  max-width: 1500px;
}
.texto-capitalizado {
  text-transform: lowercase !important; /* Convierte todo el texto en minúsculas */
}

.texto-capitalizado::first-letter {
  text-transform: uppercase !important; /* Convierte solo la primera letra en mayúscula */
}

/* [1] El contenedor */
.background-hover-zoom {
  height: 300px; /* [1.1] Ajusta según sea necesario */
  overflow: hidden; /* [1.2] Oculta el desbordamiento de los elementos secundarios */
  background-size: cover; /* Ajusta el tamaño de la imagen de fondo */
  transition: all linear 135ms;
}

/* [2] Propiedad de transición para una transformación suave de la imagen de fondo */
.background-hover-zoom:hover {
  transform: scale(1.2) rotate(3deg); /* Escala y rota la imagen de fondo */
}
.title {
  color: #1d242d;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  text-align: left;

  font-weight: 600;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
}





.subtitle {
  color: #1d242d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  text-align: left; 
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  text-indent: 0.0892857143em; 
}

.section .container {
  margin: auto;
  max-width: 1500px;
}
hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.image-hover {
  transition: all linear 153ms;
}
.image-hover:hover {
  background-size: 150% !important;
  transition: all linear 153ms;
}
.type {
  color: #a4a9b0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 4px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  text-indent: 0.0892857143em;
  text-transform: capitalize;
}

.footer.bg-two {
  background: #1c2327 !important;
}

.footer-navigation {
  width: fit-content;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
}
.footer-navigation li {
  height: 30px;
  padding-right: 20px;
  text-align: left;
}
 
.footer-navigation li a {
  color: #1d242d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #818181;
}
.footer-navigation li:hover a { 
  color: #009fff !important;
}
.footer-navigation li a:hover { 
  color: #009fff !important;
}

.section .container {
  margin: auto;
  max-width: 1500px;
}
.footer-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px; /* Espacio entre las celdas */
}

.footer-grid-item {
  padding: 0;
  text-align: center;
}

.footer {
  background: #232c32;
}
.link-footer-ad {
  color: #818181;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-right: 20px;
}
.link-footer-ad svg {
  fill: #1d242d;
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
.link-footer-ad img {
  fill: #1d242d;
  margin-right: 10px;
}
.section .container {
  padding: 13px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@keyframes skeleton-loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.skeleton {
  animation: skeleton-loading 1s infinite ease-in-out;
  background: #d9d9d9;
  width: 30%;
  height: 15px;
  border-radius: 8px;
}

.footer-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #818181;
  text-align: left;
}

.footer-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}

.link-to-manager {
  display: block;
  height: 15px;
  text-align: center;
  background: #1d242d;
  color: white;
  height: fit-content;
  text-align: right;
}
.link-to-manager a {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: white;
}
header {
  display: flex;
  height: 100px;
  background: white;
  width: 100%;
  display: flex;
  height: 100px;
  background: white;
  width: 100%;
  position: sticky;
  z-index: 5;
  background: white;
  top: 0;
  flex-direction: column;
}

header .boxer {
  display: inline-flex;
  height: 100px;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
header .logo-content {
  display: inline-flex;
  height: 100px;
  width: 130px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
header .icon {
  border-radius: 8px;
  background: #fbfbfb;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  align-content: center;
}
header .icon svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
header .logo {
  width: 116px;
  height: 75px;
  flex-shrink: 0;
  /* width: 100%; */
  height: 66%;
  margin-left: 15px;
}

header .navigation {
  width: fit-content;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
header .navigation li {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
header .navigation li a {
  color: #1d242d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-weight: 550;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
}

 
header .navigation li a:hover { 
  color: #009fff !important;
}
.space {
  height: 50px;
}


body {
  background-color: #f2f2f2;
  overflow-x: hidden !important;
} 

input {
  border:1px solid #ddd !important;
  margin-bottom:10px !important;
}

.properties-icon {
  height: 60px;
  width: 100%;
  background-color: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding:15px;
  border-radius: 12px;
  border: 1px solid #ececec87;
}
.properties-title { 
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 4px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  text-indent: 0.0892857143em;
  text-transform: capitalize;
  font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
    color: #0e0e0e;
}
.properties-text { 
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 4px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  text-indent: 0.0892857143em;
  text-transform: capitalize;
}

.amenitie-item {
  padding: 8px;
  /* border: 1px solid  #009fff; */
  border: 1px solid #ececec87;
  background-color: #fbfbfb;
  border-radius: 12px;
  margin: 0;
  height: 40px;
  color: #0e0e0e;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 12px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 5px;
}

.alert-info {
  border: 1px solid #ececec87 !important;
  background-color: #fbfbfb !important;
  color: #0e0e0e !important;
}

.alert-success {
  background-color: #7974ff  !important;
  color: #ffffff  !important;
  border-radius: 30px  !important;
  margin-top: 15px  !important;
}
.alert-success i {
  color: #ffffff  !important;
}




.alert-error {
  background-color: #ff7474  !important;
  color: #ffffff  !important;
  border-radius: 30px  !important;
  margin-top: 15px  !important;
}
.alert-error i {
  color: #ffffff  !important;
}

header .box-logo {
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;

}


header .box-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.form-control {
  /* border-radius: 12px !important; */
}

.color-primary {
  color: #009fff !important;
}
.ul-inline {
  margin: 0;
  padding:0
}
.ul-inline li {
  display: inline-flex;
align-items: center;
justify-content: center;
align-content: center;
margin-right: 10px;
color: #0e0e0e;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.ul-inline li svg {
  margin-right: 8px;
}






.navigation-vertical {
  width: fit-content;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
}
.navigation-vertical li {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.navigation-vertical li a {
  color: #1d242d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-weight: 550;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
}

 
.navigation-vertical li a:hover { 
  color: #009fff !important;
}





.no-scroll {
  overflow: hidden;
}


#sidebar { 
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 5;
  display: none;
  float: right;

  height: 100vh !important;
  position: fixed !important;
  top:0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

#sidebar.active {
  right: 0;
  display: block;
}

#content {
  margin: 0;
  padding: 0;
  padding-right: 300px;
  transition: padding-right 0.3s ease;
}

#content.active {
  padding-right: 0;
}

.sidebar-content {
  padding: 20px;
}

.sidebar-header {
  margin-bottom: 20px;
}

.sidebar-item {
  margin-bottom: 10px;
}

.sidebar-link {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.sidebar-link:hover {
  background-color: #eee;
}

.sidebar-footer {
  margin-top: 20px;
}

.sidebar-footer-link {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border-top: 1px solid #ddd;
  transition: background-color 0.2s ease;
}

.sidebar-footer-link:hover {
  background-color: #eee;
}
 
#header-desktop {
  display: block;
}
#header-movil {
  display: none;
}

@media only screen and (max-width: 768px) {
  #header-desktop {
    display: none;
  }
  #header-movil {
    display: block;
  }
  .title {
    font-size: 21px;
  }
}