@import url(ttf/fonts.css);
@import url(css-iQue-formularios-v1.2020.css);
@import url(MsgBox/iQue-msgbox-v1.2020.css);
@import url(modal/iQue-modal-v1.2020.css);

/*
@media all and (min-width: 640px) {}
@media all and (min-width: 1024px) {}
*/

:root {
	--verde: #7aac24;
	--azul-oscuro: #141c29;
	--azul-logo: #2f61ac;
	--gris-oscuro: #242424;
	--gris-medio: #454545;
	--gris-claro: #f6f6f6;
	--bordes: #cacaca;
}

html{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 12px;
	height: 100%;
	background-color: #141c29;
	scrollbar-width: thin;
  	scrollbar-color: #cacaca rgba(0,0,0,0.15);
  	scrollbar-height: thin;
}

body{
	margin:0px 0px 0px 0px;
	min-width: 320px;


}

body::-webkit-scrollbar,*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body::-webkit-scrollbar-track, *::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.15);
}
body::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.1);
}


body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: iQueApp, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	scrollbar-width: thin;
  	scrollbar-color: #cacaca rgba(0,0,0,0.15);
  	scrollbar-height: thin;
}


a, a:active, a:visited{
	color: #264770;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #3665a1;
}
a * {
	color: inherit;
}

a.boton{
	display: inline-block;
	height: 2.3rem;
	line-height: 2.4rem;
	background-color: #7aac24;
	padding: 0px 2rem 0px 2rem;
	border:none;
	outline: none;
	color: white;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	text-align: center;
}

a.boton:hover{
	background-color: #608918;	
}

img{
	border: none;
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	color: #142c4a;
	margin: 0 0 0 0;
	letter-spacing: -0.05rem;
	font-family: iQueApp_SB, iQueApp, Arial, helvetica, sans-serif;
}

p{
	line-height: 1.5rem;
}

h1{
	font-size:1.6rem;/*28px*/
}

h2{
	font-size:1.5rem; /*24px*/
}

h3{
	font-size:1.4rem;
}

h4{
	font-size:1.3rem;
}

h5{
	font-size:1.2rem;
}

h6{
	font-size:1rem;
}

ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
li{
	padding: 4px 0px 4px 0px;
}
li a{
	width: 100%;
	display: block;	
}

ol{
	margin: 0 0 0 0;
	padding: 0 0 0 1.7rem;
}

table { 
    border-spacing: 2px;
    border-collapse: separate;
}

.HR100{
	float:left;
	width: 100%;
	height: 1px;
	background-color: #cacaca;
	display: block;
	margin: 1rem 0 1rem 0;
}

.Borde{
	border: 1px solid #cacaca;
}

.EsquinasRedondas{
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.Sombra{
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.03);
}

.F5
, .F7-5
, .F10
, .F12-5
, .F15
, .F17-5
, .F20
, .F22-5
, .F25
, .F30
, .F33
, .F35
, .F40
, .F45
, .F50
, .F55
, .F60
, .F65
, .F70
, .F75
, .F80
, .F85
, .F90
, .F95
, .F100
 {
	width:100%;
	float:left;
}

.FR{
	float:right !important;	
}
.FL{
	float:left;
}

.CC1{
width:100%;
	margin: auto;
	max-width: 1140px;
}

.idx-virtual-showings--horizontal .idx-virtual-showings__properties{
	height: auto !important;
}


#contenido{
	width: 100%;
	float: left;
	min-height: 300px;
	margin-top: 6rem;
	background-color: white;
}

/* @group header desktop (franja menú azul) -----------------------------*/

#rut_header_dtop_linMenuAzul{
	background-color: #09111b;
	padding-left: 1.33rem;
	height: 4rem;
	overflow: hidden;
	display: none;
}



#rut_header_dtop_linMenuAzul:hover{
	height: auto;
}

.rut_header_dtop_linMenuAzul_a
, .rut_header_dtop_linMenuAzul_menu
, #rut_header_dtop_linMenuAzul_burguer
, .rut_header_dtop_linMenuAzul_menu>span
, #rut_header_dtop_linMenuAzul_mortage_calc{
	height: 4rem;
	color: white !important;
	line-height: 4rem;
	float: left;
	padding: 0 1.33rem;
	font-family: iQueApp_SB;
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 1;
	width: 100%;
}

#rut_header_dtop_linMenuAzul_mortage_calc{
	background-color: #7aac24;
	float: right;
}
#rut_header_dtop_linMenuAzul_mortage_calc span{
	font-family: iQueApp_SB;
	font-size: inherit;
	background-image: url(iconos/calculadora-white.svg);
	padding: 0 2rem 0 1.33rem;
	background-position: right;
	line-height: inherit;
	height: inherit;
	display: block;
	float: left;
}

.rut_header_dtop_linMenuAzul_menu>span{
	width: auto;
}

.rut_header_dtop_linMenuAzul_a:hover{
	background-color: #141c29;	
}
.rut_header_dtop_linMenuAzul_menu ul{
	display: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	left: 0px;	
	height: inherit;
	line-height: inherit;
	float:left;
	overflow: visible;
}

.rut_header_dtop_linMenuAzul_menu:hover {
	background-color: #141c29;
	z-index: 300;
}
.rut_header_dtop_linMenuAzul_menu:hover ul{
	display: block;
	background-color: #141c29;
}

.rut_header_dtop_linMenuAzul_menu li{
	white-space: nowrap;
	padding: 0 5px;
	background-color: #141c29;
	color: white;
	float:left;
	height: inherit;
	line-height: inherit;
}

.rut_header_dtop_linMenuAzul_menu li:hover{
	background-color: rgba(255,255,255,0.05);
}

#rut_header_dtop_linMenuAzul_burguer{
	background-image: url(iconos/burguer-white.svg);
	background-position: left center;
	background-size: 1rem;
	padding-left: 2rem !important;
}

/* @end */
/* @group header desktop (franja blanca) ------------------------------*/

#rut_header_dtop_linBlanca{
	height: 12rem;
	background-color: white;
	width: 100%;
	position: fixed;
	z-index: 600;
	top: 0px;
	display: none;
		box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.2);
}


#rut_header_dtop_logo{
	max-width: 33rem;
	width: 30%;
	height: inherit;
	float: left;
	display: block;
	background-position: left center;
	background-image: url(logo.png);
	background-image: url(logo.svg);
	background-size: 100%;
	margin-left: 3.4rem;
}

.rut_header_dtop_logo_a{
	width: 100%;
	height: 100%;
	display: block;
}

#rut_header_dtop_iconos{
	height: inherit;
	margin-right: 3.4rem;
	width: auto;
	float: right;
	display: table;
}

#rut_header_dtop_iconos_chd{
	vertical-align:middle;
	display: table-cell;
	width: 100%;
}

#rut_header_dtop_iconos_chd>div{
	height: 3.2rem;
	float: left;
	width: 100%;
}



#rut_header_dtop_iconos_tel{
	background-image: url(iconos/tel-464445.svg);
	background-size: 1.5rem;
	background-position: left center;
	padding-left: 1.8rem;
	height: 3.4rem;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 3.4rem;
	color: #464445;
	width: auto;
}

#rut_header_dtop_iconos_huns{
	line-height: 1.3rem;	
	height: 1.3rem;
	font-size: 1.1rem;
}

#rut_header_dtop_iconos_as{
	margin: 0 1.33rem;
	padding: 0 0.7rem;
	border-left: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
	height: inherit;
	line-height: 3.4rem;
}

#rut_header_dtop_iconos_as a{
	width: 2.33rem;
	height: inherit;
	display: block;
	background-position: center;
	float: left;
	margin: 0 0.3rem;
	
}

#rut_header_dtop_iconos_as_hm{
	background-image: url(iconos/home-464445.svg);
}

#rut_header_dtop_iconos_as_mail{
	background-image: url(iconos/mail-464445.svg);
}
#rut_header_dtop_iconos_as_fb{
	background-image: url(iconos/facebook.svg);
	background-size: 2.5rem;
	width: 2.5rem !important;
	margin: 0 0.8rem !important;
}


#rut_header_dtop_iconos_lang_parent{
	width: 5rem;
}

#rut_header_dtop_iconos_lang{
	text-align: center;
	font-size: 0.85rem;
	line-height: 1.3rem;
	height: 1.3rem;
	text-align: center;
}

#rut_header_dtop_iconos_flags{
	line-height: 1.9rem;
	height: 1.9rem;	
	text-align: center;
	position: relative;
}

#rut_header_dtop_iconos_flags_rot{
	margin: auto;
	width: 2rem;
	height: 1.33rem;
	background-position: center;
	background-size:auto 12px;
	cursor: pointer;
}

#rut_header_dtop_iconos_flags:hover #rut_header_dtop_iconos_flags_ul{
	display: block;
}

#rut_header_dtop_iconos_flags_ul{
	list-style: none;
	padding: 3px 3px;
	margin: 0 0 0 0;
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: white;
	border: 1px solid #cacaca;
	border-top: 0px;
	min-width: 100%;
	border-radius: 0 0 5px 5px;
}

.rut_header_dtop_iconos_flags_li{
	width: 100%;
	height: 18px;
	background-position: center;
	background-size: auto 12px;
}
.rut_header_dtop_iconos_flags_li a{
	width: 100%;
	height: inherit;
	display: block;
}

/* @end */
/* @group header movil ------------------------------------------------- */
#rut_header_movil_linBlanca{
	background-color: white;
	width: 100%;
	position: fixed;
	height: 6rem;
	z-index: 300;
	top: 0px;
	min-width: 320px;
	background-image: url(logo.png);
	background-image: url(logo.svg);
	background-position: top 0.5rem left;
	background-size: 222px 35px;
	border-bottom: 1px solid #cacaca;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
}

#rut_header_movil_linBlanca>.rut_header_dtop_logo_a{
	height: inherit;
	width: 75%;
	display: block;
	float: left;
}

#rut_header_movil_linBlanca_burguer{
	float: right;
	height: 4rem;
	width: 4rem;
	display: block;
	background-image: url(iconos/burguer-142c4a.svg);
	background-position: center;
}

#rut_header_movil_linVerde{
	background-color: #7aac24;
	height: 2rem;
	text-align: center;
}

#rut_header_movil_linVerde a{
	height: 2rem;
	line-height: 2.2rem;
	color: white;
	font-family: iQueApp_SB;
	font-size: 0.9rem;
	background-image: url(iconos/tel-white.svg);
	background-position: left;
	background-size: 1rem;
	padding-left: 1.5rem;
}


/* @end */
/* @group MENU LATERAL MM [MMENU]  ------------------------------------*/
.mm-menu, .mm-panel, .mm-panels{
	--mm-color-border:#cacaca;
	--mm-iconbar-size: 3.5em;
	--mm-listitem-size: 32px;
}

.mm-navbar {
	background-color: white;
	color: #434142;
	--mm-color-button: #142c4a;
	
	
}
.mm-panel {
	/*--mm-color-background: #2b323e;
	--mm-color-text: #fff;*/
	--mm-color-button: #142c4a;
	background-color: white;
}


nav{
	display: none;
	/*background-color: #09111b;*/
	z-index: 100 !important;
}
.mm-navbar a.ico{
	float: left;
	width: 20%;
	height: 40px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(255,255,255,0.1);
}

.mm-iconbar{
	background-color: #f6f6f6;
	/*width: 50px;*/
}
.mm-wrapper__blocker{
	background-color: rgba(0,0,0,0.3) !important;
	background-image: url(modal/fondo_modal.png) !important;
	background-repeat: repeat !important;
}
span.mm-counter{ /*Contador de sub menus*/
	color: var(--mm-counter-color);
}

.mm-iconbar a{
	width: 3.5rem;
	height: 3rem;
	display: block;
	background-color: aqua !important;
}

.mm-wrapper__blocker{
	opacity: 1 !important;
}

#mm-iconbar-home{
	background-image: url(iconos/home-142c4a.svg);
}
.mm-listitem__text{
	
	font-size: 0.85rem;
	font-family: iQueApp_SB;
	letter-spacing: -0.03rem;
}
#mm-iconbar-contact-me{
	background-image: url(iconos/mail-142c4a.svg);
}

#mm-iconbar-fb{
	background-image: url(iconos/facebook.svg);
}

#mm-iconbar-close{
	background-image: url(iconos/close-142c4a.svg);
	background-image: url(iconos/close-white.svg);
	background-size: 12px;
	border: 0px;
	height: 45px;
	background-color: #09111b !important;
}

#mmenu-tel-box{
	background-image: url(iconos/tel-464445.svg);
	background-size: 10px;
	background-position: left !important;
	display: block;
	width: 100%;
	padding-left: 15px;
	font-family: iQueApp_EB;
	font-size: 0.95rem;
	line-height: 1.3rem;
	letter-spacing: -0.03rem;
}

.mm-broker{
	display: block;
	width: 100%;
	font-family: iQueApp_EB;
	font-size: 1.1rem;
	line-height: 45px;
	letter-spacing: -0.03rem;
}

.mmenu-lenguage-icon{
	background-position: center;
	background-size: 40%;
	height: 1.5rem !important;
	margin-bottom: 0.5rem;
	
}


.mm-grupo-a{
	font-size: 0.95rem;
	cursor: default;
	color: white !important;
	font-family: iQueApp_SB, iQueApp, arial, helvetica, sans-serif;
}

.mm-menu-func-a{
	font-size: 0.95rem;
	color: white !important;
	font-family: iQueApp_SB, iQueApp, arial, helvetica, sans-serif;	
}
.mm-menu-func-a:hover{
	color: #7aac24 !important;
}

.mm-menu a, .mm-menu a:active{
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: transparent !important;
}

#ResponsivoMenuLogoJsNav{
	width: 100%;
	height: inherit;
		background-image: url(logo.svg);
	background-image: url(logo.svg);
	background-position: center;
	background-size: auto 70%;
	display: block;
}
/* @end */

#rut_footer{
	width: 100%;
	float: left;
}




#rut_footer_goTop{
	width: 26px;
	height: 26px;
	position: fixed;
	background-color: rgba(0,0,0,0.15);
	border-radius: 4px 4px;
	bottom: 8px;
	right: 8px;
	display: none;
	z-index: 10;
	background-image: url(iconos/flecha-arriba-white.svg);
}
#rut_footer_goTop:hover{
	background-color: rgba(0,0,0,0.5);
}

#rut_footer_glad{
	height: 3rem;
	background-color: white;
	text-align: center;
	color: #141c29;
	font-size: 1.5rem;
	background-image: url(fondo-diagonales.png);
	background-repeat: repeat;
	line-height: 3rem;
	font-family: iQueApp_SB;
	letter-spacing: -0.07rem;
}
#rut_footer_call{
	height: 3rem;
	text-align: center;
	color: white;
	font-size: 1.5rem;
	line-height: 3rem;
	letter-spacing: -0.07rem;
}

#rut_footer_call_to{
	height: 2rem;
	text-align: center;
	line-height: 2rem;
}
#rut_footer_call_to a{
	color: white;
	font-family: iQueApp_SB;
	padding-left: 2.5rem;
	background-image: url(iconos/tel-verde.svg);
	background-size: 1.7rem;
	background-position: left;
	letter-spacing: -0.07rem;
	font-size: 2rem;
}

.rut_footer_nom_com{
	font-size: 1.1rem;
	margin-top: 1.5rem;
	text-align: center;
	color: #848484;
}

#rut_footer_quick_links{
	margin: 1.5rem 0;
	text-align: center;
}

#rut_footer_quick_links a{
	color: white;
	width: 100%;
	display: block;
	line-height: 1rem;
	font-size: 0.9rem;
	margin: 0.6rem 0;
	float: left;
}

#rut_footer_icons{
	text-align: center !important;	
}

#rut_footer_icons a{
	width: 2.5rem;
	height: 2.5rem;
	display: inline-block;
	margin: 0 0.5rem 0 0.5rem;
	background-size: 70%;
}

#rut_footer_icons_hm{
	background-image: url(iconos/home-verde.svg);
}
#rut_footer_icons_mail{
	background-image: url(iconos/mail-verde.svg);
}
#rut_footer_icons_fb{
	background-image: url(iconos/facebook-verde.svg);
}

#rut_footer_copyr{
	margin: 1.5rem 0 2rem 0;
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.85rem;
	color: #848484;
}

#rut_footer_copyr a{
	color: white;
}

.contenido_h1{
	position: absolute;
	width: 100%;
	height: 4rem;
	top: -5rem;
	background-color: rgba(0,0,0,50%);
	color: white;
	z-index: 2;
	left: 0;
	line-height: 4rem;
	text-align: center;
	font-size: 1.5rem;
}


#idx-wrapper-title{
	padding: 3rem 3% !important;
}

#idx-wrapper-resultados{
	float: left;
	width: 100%;
}



#idx-wrapper-imagen{
	float: left;
	width: 15%;
	min-height: 100vh;
	display: none;
	background-image: url(001.jpg);
	background-position: left top;
	background-size: 100% auto;
}

#home-idx-properties-widget{
	padding:3.5%;
}
#demo{
	background-color: red;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 0.5rem;
	font-size: 0.9rem;
	color:  #fff;
	text-align: center;
	z-index: 100;
}
@media all and (min-width: 640px) {
	


	#idx-wrapper-title{
		padding: 3rem 5% !important;
	}
	.contenido_h1{
		position: static;
		width: 100%;
		float: left;
		background-color: transparent;
		color: #142c4a;
		line-height: normal;
		font-size: 3.5vw;
		letter-spacing: -0.2rem;
		letter-spacing: -0.2vw;
		height: auto;
		text-align: left;
		padding-left: 2.5rem;
		border-left: 1rem solid #7aac24;
	}
	p{
		line-height: 2rem;
	}
	#rut_footer_icons a{
		width: 3rem;
		height: 3rem;
	}
	.rut_footer_nom_com{
		font-size: 1.5rem;
	}
	#rut_footer_call_to{
		height: 3.5rem;
		line-height: 3.5rem;
	}
	#rut_footer_call_to a{
		padding-left: 3.5rem;
		background-size: 2.5rem;
		font-size: 3rem;
	}
	
	#rut_footer_call{
		height: 5rem;
		font-size: 3rem;
		line-height: 6rem;		
	}
	
	#rut_footer_glad{
		height: 7rem;
		font-size: 3rem;
		line-height: 7.3rem;
	}
	#rut_footer_goTop{
		width: 30px;
		height: 30px;
		bottom: 2rem;
		right: 2rem;
	}


}

@media all and (min-width: 1024px) {
	#idx-wrapper-imagen{
		display: block;
		position: sticky;
		top: 5rem;
	}
	#idx-wrapper-resultados{
		float: left;
		width: 85%;
	}

	#idx-wrapper-title{
		padding: 3rem 10% !important;
	}
	p{
		line-height: 2rem;
	}
	#rut_header_movil_linBlanca{
		display: none;
	}	
	
	#rut_header_dtop_linMenuAzul, #rut_header_dtop_linBlanca{
		display: inline;
	}	
	
	nav{
		display: none;
	}
	.rut_header_dtop_linMenuAzul_menu ul{
		position: absolute;
		top: 100%;
		height: auto;
	}
	.rut_header_dtop_linMenuAzul_menu li{
		width: 100%;
			line-height: 2.5rem;
		height: 2.5rem;
	}
	#rut_header_dtop_linMenuAzul{
		height: auto;
		overflow: visible;
	}
	.rut_header_dtop_linMenuAzul_a
	, .rut_header_dtop_linMenuAzul_menu
	, #rut_header_dtop_linMenuAzul_burguer{
		width: auto;
	}
	#rut_header_dtop_linMenuAzul_mortage_calc{
		width: 4rem;
	}
	
	#rut_header_dtop_linMenuAzul_mortage_calc span {
		padding: 0 0rem 0 5rem;
		background-position: left;
	}
	
	
	#rut_header_dtop_linMenuAzul_burguer{
		display: none;
	}
	#contenido{
		margin-top: 12rem;
	}
	.F5 { width: 5% !important; }
	.F7-5 { width: 7.5% !important; }
	.F10 { width: 10% !important; }
	.F12-5 { width: 12.5% !important; }
	.F15 { width: 15% !important; }
	.F17-5 { width: 17.5% !important; }
	.F20 { width: 20% !important; }
	.F22-5 { width: 22.5% !important; }
	.F25 { width: 25% !important; }
	.F30 { width: 30% !important; }
	.F33 { width: 33.33% !important; }
	.F35 { width: 35% !important; }
	.F40 { width: 40% !important; }
	.F45 { width: 45% !important; }
	.F50 { width: 50% !important; }
	.F55 { width: 55% !important; }
	.F60 { width: 60% !important; }
	.F65 { width: 65% !important; }
	.F70 { width: 70% !important; }
	.F75 { width: 75% !important; }
	.F80 { width: 80% !important; }
	.F85 { width: 85% !important; }
	.F90 { width: 90% !important; }
	.F95 { width: 95% !important; }
}
@media all and (min-width: 1250px) {
	#rut_header_dtop_linMenuAzul_mortage_calc{
		width: auto;
	}
	
	#rut_header_dtop_linMenuAzul_mortage_calc span {
		padding: 0 2rem 0 1.33rem;
		background-position: right;
	}
}
