/* 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;}
}