@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 45px !important;
  font-weight: 700 !important;
}

.o_header_extra_bar {
  background-color: #f77f00;
  color: white;
  padding: 5px 0;
  font-family: "Inter", sans-serif;
}

.custom-navbar {
  font-family: "Inter", sans-serif;
}

.custom-logo {
  max-height: 220px;
  width: auto;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.navbar-menu {
  font-family: "Inter", sans-serif;
}

.custom_logo_about {
  max-height: 300px;
}

.custom-cover-section {
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}

.s_cover_about {
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s_cover_content {
  padding: 20px;
  border-radius: 5px;
}

.abount_section {
  background-color: #f8f9fa;
}

.about_text {
  line-height: 1.6;
  font-size: 22px;
  text-align: justify;
  max-width: 800px;
  margin: auto;
  color: #1e3a5f !important;
}

.card-text {
  text-align: justify;
}

.custom-cover-textbox {
  padding: 20px;
  border-radius: 5px;
}

.custom-light-section {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.custom-title-header {
  font-size: 38px !important;
  font-weight: 700 !important;
}

.custom-subtitle-header {
  font-size: 50px !important;
  font-weight: 410 !important;
}

.custom-title-small {
  color: #252850;
  font-size: 38px;
  font-weight: 700;
}

.custom-title-large {
  color: #b9c0c2;
  letter-spacing: 2px;
  font-size: 50px;
  font-weight: 410;
}

.custom-paragraph {
  font-size: 23px;
  font-weight: 400 !important;
  line-height: 1.6;
  text-align: justify !important;
  color: #1e3a5f !important;
}

.custom-contact-btn {
  background-color: #252850;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.contact-info-col {
  background-color: #f0f0f0;
  padding: 3rem;
}

.contact-form-col {
  background-color: #9b9b9b;
  padding: 3rem;
}

.contact-info-col .info-item i {
  margin-right: 8px;
}

.contact-info-col .info-item a {
  color: inherit;
  text-decoration: none;
}

.contact-info-col .info-item a:hover {
  text-decoration: underline;
}

.properties-wrapper {
  background-color: #f0f0f0;
  padding: 20px;
}

.properties-title {
  color: #1e3a5f;
}

.commercial-title {
  color: #f77f00;
}

.industrial-title {
  color: #f77f00;
}

.property-image {
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: 0.375rem 0 0 0.375rem;
}

.property-image-carrusel {
  object-fit: cover;
  height: 300px;
  width: 230%;
  border-radius: 0.375rem 0 0 0.375rem;
}

.property-card-body {
  background-color: white;
}

.property-name {
  color: #1e3a5f !important;
}

.property-info {
  color: #f77f00;
}

.property-info-industrial {
  color: #f77f00;
}

.property-badge {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: white !important;
  border-radius: 0.25rem;
  z-index: 10;
}

.badge-comercial {
  background-color: #f77f00 !important;
}

.badge-industrial {
  background-color: #f77f00 !important;
}

.custom-carousel-icon {
  filter: invert(100%);
}

.property-card {
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 1.5rem;
}

.custom-footer {
  margin-top: auto;
  padding: 1rem 0;
  background-color: #252850;
}

.footer-logo {
  max-height: 220px;
}

.footer-title {
  color: white;
}

.footer-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  font-family: "Inter", sans-serif;
}

.whatsapp-icon {
  margin-top: 13px;
}
