/* Estilo del overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Fondo negro con 60% de opacidad */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Encima de otros elementos */
}

/* Contenedor central */
.content {
    text-align: center;
    color: white; /* Texto blanco */
}

/* Spinner circular */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; /* Gris claro */
    border-top: 5px solid #d20e13; /* Azul Bootstrap */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto; /* Centrado horizontal */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Animación para los puntos intermitentes */
.dots {
    display: inline-block;
}

@keyframes blink {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.dots span:nth-child(1) {
    animation: blink 1.5s infinite;
}

.dots span:nth-child(2) {
    animation: blink 1.5s infinite 0.2s;
}

.dots span:nth-child(3) {
    animation: blink 1.5s infinite 0.4s;
}

.z2000 {    z-index: 2000;}
.dropdown-menu { border: 4px solid rgb(108 108 108 / 72%);  width: 100%;}
.form-control::placeholder { color: #d20e13; opacity: 1;  font-size: 0.9rem;    font-weight: bold;}
.form-control:-ms-input-placeholder { color: #d20e13;  font-size: 0.9rem;    font-weight: bold;}
.form-control::-ms-input-placeholder { color: #d20e13;  font-size: 0.9rem;    font-weight: bold;}
a {    text-decoration: none !important; color: unset;}
a:hover {  color: unset;}
.ellipsis {    display: block;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}

.color1 {color: #d20e13 !important;}
.bg1 { background-color: #d20e13 !important;}
.color2 {color: #454545 !important;}
.bg2 { background-color: #454545 !important;}
.color3 {color: #d20e13 !important;}
.bg3 { background-color: #d20e13 !important;}
.pb-6 {    padding-bottom: 6rem!important;}
.pt-6 {    padding-top: 6rem!important;}
.Montserrat {font-family: "Montserrat", sans-serif; }
.Titillium {font-family: 'Titillium Web', sans-serif; font-weight: normal;}

/* ###  Header  ### */
.menu-top { font-family: 'Titillium Web', sans-serif; } 
.menu-top h2 {  font-size: 2rem;    margin: 0;    text-align: center;}
.menu-top a {    color: #8f8f8f;    font-size: 1.5rem;}
.menu-top .texto {    font-size: 1rem;    color: #383838; }
.menu-top .small, small {    font-size: 0.7em;}

.header {  z-index: 3;  background: #d20e13;}

.header .logo {    float: left;    display: block;    margin: 10px 0;}
.header ul {   margin: 5px 0;    padding: 0;    list-style: none;   overflow: hidden;}
.header li {    border-right: 1px solid #fff;    display: inline-block;    padding: 0px 9px;}
.header li:last-child {    border-right: none;}
.header li a { display: block;  text-align: center; color: #fff;}
.header li a:hover {    color: #000;}

/* menu  */
.header .menu { font-family: 'Titillium Web', sans-serif; font-size: 0.9rem; }
.header .btn-menu {    color: #fff !important;    text-align: right;}
.header .menu-drop li { width: 100%;    padding-bottom: 10px;    padding-top: 10px;    border-bottom: 1px solid #ccc;}
.header .menu-drop li a {    color: #0132ab; font-size: 1.2rem;}
.header .dropdown-menu {    border: none;    border-radius: 0; border-bottom: 2px solid #0132ab;}

/* ###  Body  ### */
.BuscadorHome {    padding: 12rem 0;}
.BuscadorHome .Bhome {     background: #00000040;    padding: 20px; border-radius: 15px; border: 2px solid #fff;}
.titulo-buscador {    text-shadow: 0px 0px 5px #000000;    font-size: 1.3em;    color: #fff;}
.fondoweb {
    background-image: url(https://www.calvopropiedades.com.ar/img/fondo-buscador.jpg);
    background-position: center;
    background-size: cover;
}
.fondoEmprendimiento {
    background-image: url(https://www.calvopropiedades.com.ar/img/Femprendimiento.jpg);
    background-position: top;
    background-size: cover;
}
.btn-buscar {    color: #fff;    background-color: #d20e13; transition: .3s ease-out;}
.btn-buscar:hover { color: #fff; background-color: #7a0b0e;}

.buscador-res {    display: block; }
.buscador-res .form-select {    font-size: 0.9rem;    font-weight: bold;}

@media (max-width: 575.98px) {
	.menu-top .small, .menu-top small, .menu-top .texto { display:none;}
	.BuscadorHome {    padding: 15px 0;}
	
	.accordion-button:not(.collapsed) {
    color: #3e3e3e;
    background-color: #ffffff;
    box-shadow: none;
	}		

}

/*---- Super Destacada ----*/
#SliderHome { padding: 1rem 0; box-shadow: 0 0 20px #444;}
#SliderHome .card {background-color: unset;}
#SliderHome small {   font-size: 0.9rem;}
#SliderHome .ValorColor {    color: #d20e13 !important;}
#SliderHome .codigo {    position: absolute;    bottom: 10px;    right: 10px;    color: #d20e13;    font-weight: bold;    text-transform: uppercase; padding: 2px 8px;   background: #fff;   font-size: 0.9rem;}
#SliderHome .card { border: none;    border-radius: 0;}
#SliderHome picture { display: block;   position: relative; max-height:480px; overflow:hidden;}
#SliderHome picture:hover { filter: contrast(1.35); transition: .3s ease-out;}
#SliderHome hr {    margin-top: 0rem;    margin-bottom: 0.8rem;}
#SliderHome .PropDestaque {   position: absolute;    top: 5px;    right: 5px; text-transform: uppercase;    color: #fff;    font-size: 0.8em;    list-style: none;}
#SliderHome .card-text {    margin: 0; font-family: 'Nunito Sans', sans-serif;}
#SliderHome .iconos {    color: #d20e13;    margin-right: 4px;}
#SliderHome .PropSubTitulo {   position: absolute;    top: 10px;   right: 10px;    color: #fff;   text-shadow: 2px 2px 14px #000;    text-align: right;}
#SliderHome .PropTipo {    font-size: 1.2em;}
#SliderHome .PropValor {    font-weight: bold;    font-size: 1.7em; margin: 0px; color: #630539;}
#SliderHome .card-body {    padding: 0 0.8rem;}
#SliderHome .card-title {   font-family: 'Titillium Web', sans-serif; font-size: 1.8em; white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}
#SliderHome .txtpromo {    background: #626262;    padding: 2px 5px;    margin-bottom: 5px;    float: right; color: #fff;}
#SliderHome .txtpromo2 {    background: #d20e13 !important; float: right;    padding: 2px 11px;    margin-bottom: 5px;    font-size: 1rem;    font-weight: 900;}
#SliderHome .control-prev {
    position: absolute;
    top: 33%;
    bottom: 33%;
    z-index: 1;
    display: flex;
    align-items: center;   width: 50%;    padding: 0;   color: #8d8d8d;    background: #f8f9fa;   border: 0;   transition: opacity .15s ease;   right: 0;
}
#SliderHome .control-next {
    position: absolute;
    top: 33%;
    bottom: 33%;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0;
    color: #8d8d8d;
    background: #f8f9fa;
    border: 0;
    transition: opacity .15s ease;
    left: 33%;
}
#SliderHome .flechas {font-size: 4rem;}
#SliderHome .btn-masinfo {color: #fff;    background-color: #d20e13;    border-color: #d20e13;}
#SliderHome .btn-masinfo:hover {color: #fff;    background-color: #444;    border-color: #444;}




#Emprendimientos small {   font-size: 0.9rem;}
#Emprendimientos .ValorColor {    color: #e91e63 !important;}
#Emprendimientos .codigo {    position: absolute;    bottom: 10px;    right: 10px;    color: #d20e13;    font-weight: bold;    text-transform: uppercase; padding: 2px 8px;   background: #fff;   font-size: 0.9rem;}


#Emprendimientos h2 {    margin: 0 auto;    padding: 0;  font-family: 'Titillium Web', sans-serif; }
#Emprendimientos2 .codigo {    position: absolute;    bottom: 10px;    left: 10px;  color: #d20e13;    font-weight: bold;    text-transform: uppercase; padding: 2px 8px;   background: #fff;   font-size: 0.9rem;}
#Emprendimientos .card {    box-shadow: 0 0 8px rgba(0,0,0,0.1); transition: .3s ease-out;}
#Emprendimientos .card:hover {    transform: translate(0%,-10px); box-shadow: 1px 3px 20px 9px rgb(12 12 12 / 11%);}
#Emprendimientos picture {    display: block;    position: relative;    max-height: 480px;    overflow: hidden;}
#Emprendimientos hr {    margin-top: 0rem;    margin-bottom: 0.8rem;}
#Emprendimientos .card-title {   font-family: 'Titillium Web', sans-serif; white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis; padding-top: 10px;}
#Emprendimientos .card-text {    margin: 0; font-family: 'Nunito Sans', sans-serif;}
#Emprendimientos .iconos {    color: #d20e13;    margin-right: 4px;}
#Emprendimientos .PropDestaque {   position: absolute;    top: 5px;    right: 5px; text-transform: uppercase;    color: #fff;    font-size: 0.8em;    list-style: none;}
#Emprendimientos .PropSubTitulo {    position: absolute;    bottom: 10px;    left: 10px;    color: #fff;    text-shadow: 0px 0px 3px #000;}
#Emprendimientos .PropTipo {    font-size: 0.8em;}
#Emprendimientos .PropValor {    font-weight: bold;    font-size: 1.2em;margin-bottom: 0px;}
#Emprendimientos .card-body {    padding: 0.8rem;}
#Emprendimientos .txtpromo {    background: #626262;    padding: 2px 5px;    margin-bottom: 5px;    float: right; color: #fff;}
#Emprendimientos .txtpromo2 {    background: #e91e63 !important; float: right;    padding: 2px 11px;    margin-bottom: 5px;    font-size: 1rem;    font-weight: 900;}
#Emprendimientos .btn-masinfo {color: #fff;    background-color: #d20e13;    border-color: #d20e13;}
#Emprendimientos .btn-masinfo:hover {color: #fff;    background-color: #444;    border-color: #444;}


#Items .fondo {	background: #ef7f02;	margin-bottom:2rem;	}
#Items .fondobuscador {	background: #f5f5f5;}
#Items .codigo {  background: #607d8b;    color: #ffffff; text-transform: uppercase;}
#Items h2 {    margin: 0 auto;    padding: 0;  font-family: 'Titillium Web', sans-serif; }
#Items .card {    box-shadow: 0 0 8px rgba(0,0,0,0.1); transition: .3s ease-out; color: #444; border-radius: 0;}
#Items .card:hover {   box-shadow: 1px 3px 20px 9px rgb(12 12 12 / 11%);    transform: scale(1.1);    z-index: 1000; filter: contrast(1.5);}
#Items picture {    display: block;    position: relative; max-height:250px; min-height:250px; overflow:hidden; }
#Items .h250 {  min-height:250px; }
#Items hr {    margin: 0;}
#Items .card-text {    margin: 0; font-family: 'Nunito Sans', sans-serif;}
#Items .iconos {    color: #d20e13;    margin-right: 4px;}
#Items .PropDestaque {   position: absolute;    top: 5px;    right: 5px; }
#Items .Destaquelistado{   list-style: none; text-transform: uppercase;    color: #fff;    font-size: 0.8em; }
#Items .Destaquelistado li {    width: 100%;    display: block;    float: right;}
#Items .txtpromo {    background: #626262;    padding: 2px 5px;    margin-bottom: 5px;    float: right; color: #fff;}
#Items .txtpromo2 {    background: #d20e13;    padding: 2px 5px;    margin-bottom: 5px;    float: right; color: #fff;}
#Items .txtpromoAT {    background: #626262 !important; float: right;    padding: 2px 11px;    margin-bottom: 5px; color: #fff;}
#Items .txtpromoV {    background: #626262 !important; float: right;    padding: 2px 11px;    margin-bottom: 5px;  color: #fff;}
#Items .txtpromoA {  background: #626262 !important;    float: right;    padding: 2px 11px;    margin-bottom: 5px;  color: #fff;}
#Items .txtpromoP {    background: #626262 !important; float: right;    padding: 2px 11px;    margin-bottom: 5px;  color: #fff;}
#Items .borde { border-right: 1px solid #fff!important;}
#Items .PropSubTitulo {    position: absolute;    bottom: 10px;    left: 10px;    color: #fff;    text-shadow: 0px 0px 3px #000;}
#Items .PropTipo {    font-size: 0.8em;}
#Items .PropValor {    font-weight: bold;    font-size: 1.2em;margin-bottom: 0px;}
#Items .card-body {    padding: 0; color: #262626;}
#Items .card-title {   font-family: 'Titillium Web', sans-serif; white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis; padding-top: 10px;}
#Items .precio {    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}

.valor {    background: #f3f3f3;    color: #454545;    padding: 8px !important;}

@media (max-width: 575.98px) {
	#Items .card-img-top {		min-height: 165px;	}
	#Items .card-title {  font-size: 1rem;}
	#Items .borde { border-right: 0!important;}
	#Items picture {max-height:200px; min-height:200px;}
    #Items .h250 {  min-height:200px; }
	#Items .valor {    background: #e9e9e9;    color: #454545;    padding: 3px !important;}
}

.btn-masinfo {color: #ffffff;     background: #000;}
.btn-masinfo:hover, .btn-masinfo:focus {background: #8BC34A; color: #ffffff; }

.btn-WhatsAppFicha {color: #ffffff;     background: #25D366; font-size: 1rem; position: fixed;  bottom: 15px;  right: 15px;   display: block;  z-index: 99999;}
.btn-WhatsAppFicha:hover, .btn-WhatsAppFicha:focus {background: #109c44; color: #ffffff;  }

#CorteContacto { background-image: url(../img/background-estudio.jpg);	background-position: center bottom -70px;    background-size: cover;	margin-top: 6rem;}
#CorteContacto .bg-light {    background-color: #f8f9fad9!important;}
#CorteContacto .whatsAppIcono {    color: #4cc247;}
#CorteContacto .telAppIcono { color: #00bcd4;}
#CorteContacto a {    color: #444;}
#CorteContacto h2 {    font-size: 2.5rem; }

@media (max-width: 575.98px) {
	#CorteContacto h2 {    font-size: 2rem;}
}

#SliderEmprendimientos {    padding: 5rem 0;    background: #fff;}
#SliderEmprendimientos small {   font-size: 0.9rem;}
#SliderEmprendimientos .ValorColor {    color: #d20e13 !important;}
#SliderEmprendimientos h2 {    margin: 0 auto;    padding: 0;}
#SliderEmprendimientos .codigo {    position: absolute;    bottom: 10px;    right: 10px;    color: #d20e13;    font-weight: bold;    text-transform: uppercase; padding: 2px 8px;   background: #fff;   font-size: 0.9rem;}
#SliderEmprendimientos .card {    box-shadow: 0 0 8px rgba(0,0,0,0.1); transition: .3s ease-out; background-color: unset;}
#SliderEmprendimientos .card:hover {    transform: translate(0%,-10px); box-shadow: 1px 3px 20px 9px rgb(12 12 12 / 11%);}
#SliderEmprendimientos picture {    display: block;    position: relative;    max-height: 450px;    overflow: hidden;}
#SliderEmprendimientos hr {    margin: 0;}
#SliderEmprendimientos .card-text {    margin: 0; font-family: 'Nunito Sans', sans-serif;}
#SliderEmprendimientos .iconos {    color: #d20e13;    margin-right: 4px;}
#SliderEmprendimientos .PropDestaque {   position: absolute;    top: 5px;    right: 5px; text-transform: uppercase;    color: #fff;    font-size: 0.8em;    list-style: none;}
#SliderEmprendimientos .PropSubTitulo {    position: absolute;    bottom: 10px;    left: 10px;    color: #fff;    text-shadow: 0px 0px 3px #000;}
#SliderEmprendimientos .PropTipo {    font-size: 0.8em;}
#SliderEmprendimientos .PropValor {    font-weight: bold;    font-size: 1.2em; margin-bottom: 0px;}
#SliderEmprendimientos .card-body {    padding: 0.8rem;}
#SliderEmprendimientos .card-title {  white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis; font-size: 2.4rem;}
#SliderEmprendimientos .txtpromo {    background: #626262;    padding: 2px 5px;    margin-bottom: 5px;    float: right; color: #fff;}
#SliderEmprendimientos .txtpromo2 {    background: #d20e13 !important; float: right;    padding: 2px 11px;    margin-bottom: 5px;    font-size: 1rem;    font-weight: 900;}


/* ### Contactenos ### */
#Contactenos .fondo {	background: #ef7f02;	margin-bottom:2rem;	}
#Contactenos h2 {    margin: 0 auto;    padding: 20px 0;  font-family: 'Titillium Web', sans-serif; }
#Contactenos .fondo-mapa { background: #f5f5f5; padding:20px;}
#Contactenos .icono {    font-size: 3rem;    display: block;    text-align: center;}
#Contactenos .texto {    text-align: center;    display: block;}
#Contactenos #map-canvas {    height: 325px;}

@media (max-width: 575.98px) {
	#Contactenos #map-canvas {    height: 200px;    width: 100%;}
}

#Ficha {    background: #f7f7f7;}
#Ficha .ficha_titulo {font-family: 'Titillium Web', sans-serif; font-size: 2rem;}
#Ficha .color {    color: #d20e13 !important;}
#Ficha .color2 {    color: #d20e13 !important}
#Ficha small2 {    font-size: 70%;}
#Ficha .carousel {  border: 10px solid #fff;}
#Ficha .form-ficha {    background: #fff;    padding: 15px;}
#Ficha .badge {font-size: .80em;}
#Ficha .bg-inmobiliaria {    background-color: #d20e13 !important;}
#Ficha .flechas {font-size: 4rem;}
#Ficha #map-canvas {
    max-height: 400px;
    overflow: hidden;
}
#Ficha #map-canvas-video {
    max-height: 450px;
    overflow: hidden;
}
#Ficha .rounded-pill {    border-radius: 0 50rem 50rem 0 !important;}
#Ficha .top-10 {    top: 10%!important;}

@media (max-width: 575.98px) {
	#Ficha .ficha_titulo {		 font-size: 1.5rem;	}
	.centrado { text-align:center;}
}

/* ###  Footer  ### */
#CorteRetorno h2 {    color: #fff;}
.Retorno { padding-top: 60px;     padding-bottom: 60px;}
.TituloSuscripcion {font-family: 'Titillium Web', sans-serif;}

#chat .WhatsApp {
    background: #25D366;
}
#chat .chat {
    font-size: 1rem;
    position: relative;
    top: -4px;
}
footer {    font-family: 'Titillium Web', sans-serif; border-top: 7px solid #000; color: #fff;}
footer h5 {   margin: 0px;    font-weight: bold;    font-size: 1.8rem;}
footer a {    color: #fff !important; display: inline-block;    width: 100%;}
footer a:hover {    color: #000 !important;}

.nombre-pie { font-size: 16px;   font-weight: 600;}
.terra {    padding: 40px 0;    background: #fff;}

@media (max-width: 575.98px) {
	.Retorno { padding-top: 0;     padding-bottom: 0;}
	address {    font-size: 1.2rem;}
}

/* =========================================================
   Renovación visual 2026
   ========================================================= */
:root {
    --brand: #b71920;
    --brand-dark: #7f1015;
    --ink: #17202a;
    --muted: #68737d;
    --surface: #ffffff;
    --surface-soft: #f5f4f1;
    --line: #e8e5df;
    --success: #16834b;
    --shadow-sm: 0 8px 24px rgba(25, 33, 42, .08);
    --shadow-lg: 0 24px 60px rgba(18, 24, 31, .16);
    --radius: 18px;
}

html { scroll-behavior: smooth; }

body.site-body {
    background: var(--surface);
    color: var(--ink);
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .Titillium {
    color: var(--ink);
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    letter-spacing: -.035em;
}

.bg1 { background-color: var(--brand) !important; }
.color1, .color3 { color: var(--brand) !important; }
.btn { border-radius: 10px; font-weight: 700; padding: .7rem 1.1rem; }
.form-control, .form-select {
    min-height: 48px;
    border: 1px solid #dcd8d1;
    border-radius: 10px !important;
    color: var(--ink);
    box-shadow: none !important;
}
.form-control:focus, .form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(183, 25, 32, .1) !important;
}
.form-control::placeholder { color: #747d84; font-weight: 600; }

/* Header */
.header {
    position: relative;
    z-index: 1030;
    background: #111820;
    border: 0;
}
.header .container-fluid,
.menu-top .container-fluid {
    max-width: 1440px;
    padding-left: clamp(1rem, 4vw, 4rem);
    padding-right: clamp(1rem, 4vw, 4rem);
}
.header .row { justify-content: center !important; }
.header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    margin: 0;
    padding: .55rem 0;
    overflow: visible;
}
.header li {
    border: 0;
    padding: 0;
}
.header li a {
    padding: .4rem .75rem;
    border-radius: 7px;
    color: rgba(255,255,255,.86);
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .02em;
    transition: .2s ease;
}
.header li a:hover {
    color: #fff;
    background: rgba(255,255,255,.1);
}
.menu-top {
    position: relative;
    z-index: 1020;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 5px 24px rgba(17,24,32,.06);
}
.menu-top .row { align-items: center; }
.menu-top .logo img {
    display: block;
    width: auto !important;
    max-width: 210px;
    max-height: 72px;
    object-fit: contain;
}
.menu-top a { color: var(--ink); font-size: 1.1rem; }
.menu-top a h2 {
    color: var(--brand);
    font-size: 1.25rem;
}
.menu-top .texto {
    margin: .1rem 0 0;
    color: var(--muted);
    font-size: .82rem;
}
.mobile-menu-label {
    color: var(--ink);
    font-size: .8rem;
    font-weight: 800;
    margin-right: .5rem;
}
.accordion-button {
    justify-content: flex-end;
    background: transparent;
    box-shadow: none !important;
}

/* Hero + buscador */
.BuscadorHome {
    position: relative;
    isolation: isolate;
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: clamp(4rem, 9vw, 8rem) 0;
}
.fondoweb {
    background-image: url(../img/fondo-buscador.jpg);
    background-position: center 48%;
    background-size: cover;
}
.BuscadorHome::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(12,18,25,.86) 0%, rgba(12,18,25,.6) 48%, rgba(12,18,25,.3) 100%),
        linear-gradient(0deg, rgba(12,18,25,.36), transparent 45%);
}
.BuscadorHome .container { max-width: 1180px; }
.hero-copy {
    max-width: 790px;
    margin-bottom: 2rem;
    color: #fff;
}
.hero-eyebrow, .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .8rem;
    color: var(--brand);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.hero-eyebrow {
    padding: .48rem .8rem;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    color: #fff;
    backdrop-filter: blur(8px);
}
.hero-copy h1 {
    max-width: 760px;
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2.2rem, 5.4vw, 4.65rem);
    line-height: 1.02;
}
.hero-copy p {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.83);
    font-size: clamp(1rem, 1.6vw, 1.22rem);
}
.BuscadorHome .Bhome {
    padding: 1.2rem;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: var(--radius);
    background: rgba(255,255,255,.96);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(14px);
}
.search-heading {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 1rem;
    color: var(--ink);
}
.search-heading > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(183,25,32,.1);
    color: var(--brand);
}
.search-heading strong,
.search-heading small { display: block; }
.search-heading strong { font-family: "Montserrat", sans-serif; }
.search-heading small { color: var(--muted); }
.btn-buscar {
    min-height: 48px;
    border: 0;
    border-radius: 10px !important;
    background: var(--brand);
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(183,25,32,.22);
}
.btn-buscar:hover { background: var(--brand-dark); transform: translateY(-1px); }

.trust-strip {
    position: relative;
    z-index: 4;
    margin-top: -44px;
    padding: 0 1rem 2rem;
}
.trust-strip .container {
    padding: 1.3rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-sm);
}
.trust-item { display: flex; align-items: center; gap: .9rem; height: 100%; padding: .3rem .75rem; }
.trust-icon {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--surface-soft);
    color: var(--brand);
}
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-family: "Montserrat", sans-serif; font-size: .92rem; }
.trust-item small { color: var(--muted); font-size: .78rem; line-height: 1.35; }

/* Secciones y tarjetas */
.section-shell { max-width: 1440px; padding: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem); }
.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}
.section-heading h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.section-heading p { margin: .4rem 0 0; color: var(--muted); }
.section-link {
    flex: 0 0 auto;
    color: var(--brand);
    font-weight: 800;
}
.section-link i { margin-left: .35rem; transition: transform .2s ease; }
.section-link:hover i { transform: translateX(4px); }

#Items { background: var(--surface); }
#Items > .container-fluid.bg1,
#Contactenos > .container-fluid.bg1,
#Emprendimientos > .container-fluid.bg1 {
    padding: 2.2rem 1rem;
    background: linear-gradient(135deg, #141b23, #26313c) !important;
}
#Items > .container-fluid.bg1 h2,
#Contactenos > .container-fluid.bg1 h2,
#Emprendimientos > .container-fluid.bg1 h2 { color: #fff; }
#Items > .container-fluid:not(.bg1):not(.fondobuscador) { max-width: 1440px; padding: 1.5rem clamp(1rem,4vw,4rem); }
#Items .card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(25,33,42,.07);
    color: var(--ink);
    transition: transform .25s ease, box-shadow .25s ease;
}
#Items .card:hover {
    z-index: 1;
    filter: none;
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(25,33,42,.14);
}
#Items picture {
    min-height: 230px;
    max-height: 230px;
    background: #e7e5e0;
}
#Items picture::after,
#SliderHome picture::after,
#SliderEmprendimientos picture::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    pointer-events: none;
    background: linear-gradient(transparent, rgba(10,15,20,.34));
}
#Items picture img { width: 100%; height: 230px; min-height: 0; object-fit: cover; transition: transform .45s ease; }
#Items .card:hover picture img { transform: scale(1.035); }
#Items .card-body { padding: 1rem 1rem .9rem; }
#Items .card-title {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: 0;
    padding: 0;
    color: var(--ink);
    font-size: 1rem !important;
    text-align: left;
}
#Items .codigo {
    border-radius: 6px;
    background: var(--surface-soft);
    color: var(--muted);
    font-size: .7rem;
}
#Items .card-text { min-height: 44px; color: var(--muted); text-align: left; }
#Items .iconos { color: var(--brand); }
#Items .valor {
    margin: .15rem 0 0;
    padding: .75rem 0 .15rem !important;
    border-top: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: left;
}
#Items .Destaquelistado { margin: 0; padding: 0; }
#Items .txtpromo, #Items .txtpromo2,
#SliderHome .txtpromo, #SliderHome .txtpromo2,
#SliderEmprendimientos .txtpromo, #SliderEmprendimientos .txtpromo2 {
    margin: 0 0 .35rem;
    padding: .35rem .65rem;
    border-radius: 7px;
    background: rgba(17,24,32,.86);
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
}
#Items .txtpromo2,
#SliderHome .txtpromo2,
#SliderEmprendimientos .txtpromo2 { background: var(--brand) !important; }

/* Destacada y emprendimientos */
#SliderHome {
    padding: clamp(2.5rem, 5vw, 5rem) 0;
    background: var(--surface-soft) !important;
    box-shadow: none;
}
#SliderHome .container-fluid { max-width: 1320px; }
#SliderHome .card {
    overflow: hidden;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-sm);
}
#SliderHome picture { max-height: 460px; }
#SliderHome picture img { min-height: 420px; object-fit: cover; }
#SliderHome picture:hover { filter: none; }
#SliderHome .card-body { padding: clamp(1.4rem, 3vw, 3rem); }
#SliderHome .card-title { color: var(--ink); font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
#SliderHome .ValorColor, #SliderEmprendimientos .ValorColor { color: var(--brand) !important; }
#SliderHome .control-prev, #SliderHome .control-next {
    top: calc(50% - 26px);
    bottom: auto;
    left: auto;
    right: auto;
    width: 52px;
    height: 52px;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--shadow-sm);
}
#SliderHome .control-prev { right: 1rem; }
#SliderHome .control-next { left: 1rem; }
#SliderHome .flechas { color: var(--brand); font-size: 1.6rem; }

#SliderEmprendimientos {
    padding: clamp(3rem, 7vw, 6rem) 0;
    background: #fff;
}
#SliderEmprendimientos .fondoEmprendimiento {
    min-height: 650px;
    border-radius: 0 var(--radius) var(--radius) 0;
}
#SliderEmprendimientos .card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}
#SliderEmprendimientos .card:hover { transform: translateY(-4px); }
#SliderEmprendimientos picture img { height: 300px; object-fit: cover; }

/* Contacto, formularios y ficha */
#CorteBanner { border-bottom: 1px solid var(--line); background: #fff8e7 !important; }
#CorteContacto {
    position: relative;
    margin-top: 0;
    background-position: center;
}
#CorteContacto .bg-light {
    background: linear-gradient(135deg, rgba(17,24,32,.94), rgba(34,45,56,.88)) !important;
}
#CorteContacto .section-kicker { color: #ff8c91; }
#CorteContacto .contact-title { margin-bottom: .7rem; color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); }
#CorteContacto .whatsAppOperador { color: rgba(255,255,255,.72); }
#CorteContacto a {
    display: block;
    margin: .4rem;
    padding: 1.1rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    color: #fff;
    transition: .2s ease;
}
#CorteContacto a:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
#CorteContacto h2 { color: #fff; font-size: clamp(1.4rem, 2.5vw, 2.1rem); }

#Contactenos { min-height: 600px; background: var(--surface-soft); }
#Contactenos > .container.pb-5 { padding-top: 1rem; }
#Contactenos form,
#Contactenos .fondo-mapa {
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-sm);
}
#Contactenos .fondo-mapa { overflow: hidden; }
#Contactenos #map-canvas { border-radius: 12px; }
#Contactenos .btn-outline-secondary {
    border-color: var(--brand);
    background: var(--brand);
    color: #fff;
}

#Ficha { background: var(--surface-soft); }
#Ficha .container { max-width: 1200px; }
#Ficha .ficha_titulo { color: var(--ink); font-size: clamp(1.45rem, 3vw, 2.35rem); }
#Ficha .color, #Ficha .color2 { color: var(--brand) !important; }
#Ficha .carousel {
    overflow: hidden;
    border: 0;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-sm);
}
#Ficha .carousel-item img { max-height: 720px; object-fit: cover; }
#Ficha .p-3.bg-white, #Ficha .form-ficha {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(25,33,42,.05);
}
.btn-WhatsAppFicha, #chat .WhatsApp {
    border: 0;
    box-shadow: 0 10px 28px rgba(22,131,75,.28);
}

/* Newsletter y footer */
#CorteRetorno > .container-fluid > .row {
    padding: 2.5rem clamp(1rem,4vw,4rem) !important;
    background: var(--surface-soft) !important;
    border-top: 1px solid var(--line);
}
#CorteRetorno form { align-items: center; max-width: 1320px; margin: auto; }
.newsletter-title { margin: 0; color: var(--ink); font-family: "Montserrat", sans-serif; font-weight: 800; }
.newsletter-title i { margin-right: .45rem; color: var(--brand); }
.newsletter-copy { display: block; color: var(--muted); }
#CorteRetorno .btn-secondary { border: 0; background: var(--brand); }

footer {
    border: 0;
    background: #111820 !important;
    color: rgba(255,255,255,.72);
    font-family: "Nunito Sans", sans-serif;
}
footer .container { max-width: 1320px; }
footer h5 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    text-align: left !important;
}
footer hr { opacity: .18; }
footer p, footer address { padding-left: 0 !important; padding-right: 0 !important; }
footer .btn-outline-light {
    width: auto;
    margin: 0 .35rem .45rem 0 !important;
    padding: .42rem .7rem;
    border-color: rgba(255,255,255,.2);
    font-size: .78rem;
}
footer a { color: rgba(255,255,255,.78) !important; }
footer a:hover { color: #fff !important; }
.terra {
    padding: 1rem;
    border-top: 1px solid rgba(255,255,255,.08);
    background: #0c1117;
    color: rgba(255,255,255,.5);
    font-size: .78rem;
}
.terra a { color: rgba(255,255,255,.72); }

@media (max-width: 767.98px) {
    .header { display: none; }
    .menu-top .logo img { max-width: 175px; max-height: 62px; }
    #collapseOne .list-group { padding: .5rem 0 1rem; }
    #collapseOne .list-group-item { border-color: var(--line); background: transparent; }
    #collapseOne .list-group-item a { display: block; padding: .35rem 0; font-weight: 700; }
    .BuscadorHome { min-height: auto; padding: 4.5rem 0 6rem; }
    .BuscadorHome::before { background: rgba(12,18,25,.73); }
    .hero-copy { text-align: center; }
    .hero-copy h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
    .hero-copy p { font-size: 1rem; }
    .BuscadorHome .Bhome { padding: 1rem; }
    .search-heading { align-items: flex-start; }
    .search-heading small { line-height: 1.25; }
    .trust-strip { margin-top: -36px; }
    .trust-strip .container { padding: 1rem; }
    .trust-item { padding: .35rem; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: .8rem; }
    #Items picture, #Items picture img { min-height: 245px; height: 245px; max-height: 245px; }
    #SliderHome { padding: 2rem 1rem; }
    #SliderHome picture img { min-height: 260px; height: 260px; }
    #SliderHome .card-body { padding: 1.25rem; }
    #SliderHome .card-text { font-size: .9rem; }
    #CorteContacto .row.pt-6 { padding-top: 4rem !important; }
    #CorteContacto .row.pb-6 { padding-bottom: 4rem !important; }
    #Contactenos form, #Contactenos .fondo-mapa { margin-bottom: 1rem; padding: 1rem; }
    #CorteRetorno > .container-fluid > .row { padding: 2rem 1rem !important; }
    footer h5 { margin-top: 1rem; }
}
