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

.grecaptcha-badge { 
   visibility: hidden;
}
    
body {
  font-family: 'Raleway', sans-serif;
}

main {
  margin-top: 75px;
  font-size: 1.2rem; 
}

/* Encabezado */
header {
  width: 100%;
  text-align: center;
}

/* Títulos */
h2 {
  font-weight: 750;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 1.5rem;
}

/* Hipervínculos */
a {
  text-decoration: none; /* Elimina el subrayado */
}

img {  
   user-drag: none;  
   user-select: none;
   -moz-user-select: none;
   -webkit-user-drag: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}

/* Navbar */
.navbar {
  background-color: rgba(174, 214, 241, 0.50) !important;
  backdrop-filter: blur(6px); /*  fondo difuminado */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* sombra suave inferior */
}

.navbar-nav .nav-link {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  font-weight: 800;
}

.nav-link:hover {
  color: lightgray;
}

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

/* Swiper */
.swiper {
  max-width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.swiper-button-prev {
   color: #007aff;
}
.swiper-button-next {
   color: #007aff;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
   outline: none;
   box-shadow: none;
}

.swiper-pagination {
   bottom: -6px !important;
}

/* Botones */
.btn-primary {
  background-color: #007bff;
  border: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.contacto {
  list-style: none;
}
.contacto li {
  height: 3rem; /*separación entre items*/
}

.contacto li a:not(.fa-item) {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s;
}

.fa-item {
  width: 2rem !important;
  line-height: 1.75rem !important;
  text-align:center;
  color: #212529;
/*  border-radius: 50%;
  transition: border-color 0.3s, color 0.3s;
  border: 2px solid transparent;*/
}

.contacto li:has(a:hover) a {
  color: #0d6efd;
  border-color: #0d6efd;
  transform: scale(1.5);
}


.navbar-logo {
  max-width: 250px;
  height: auto;
}

.footer-logo {
  max-width: 400px;
  height: auto;
}

.social-icon {
  font-size: 2rem;
  color: #0d6efd;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
  color: #0a58ca;
  transform: scale(1.5);
}

.footer-color p {
  color: #e9eceff7 !important;
}
.footer-color {
/*  background-color: #093b3d38 !important;
  background-color: rgba(174, 214, 241, 1)*/
  background-color:#132e53;
}

.qr-afip {
  max-width: 60px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.qr-afip-container {
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   padding-right: 1rem;
}

@media (max-width: 650px) {
   .qr-afip-container {
      position: static;
      transform: none;
      padding: 0;
      margin-top: 1.5rem;
      text-align: center;
   }
}

.propiedades-destacadas-alquiler,
.propiedades-destacadas-venta {
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(97, 97, 97);
  background-color: #f6f6f6;
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

