

/* ESTILOS MEGA TASACIONES */

.titulo-inter {
	margin: 20px 0;
}

.megatasaciones p {
	padding: 0 10px;
}

/* BG POR CADA MEGATASACIÓN */
/* mt-terrenos*/

.secction-mtfull.img-barnechea {
	background-image: url("../img/mega-tasaciones/mt-terrenos/terreno-lo-barnechea.jpg");
}

.secction-mtfull.img-huechuraba {
	background-image: url("../img/mega-tasaciones/mt-terrenos/terreno-huechuraba.jpg");
}

.secction-mtfull.img-ñuñoa {
	background-image: url("../img/mega-tasaciones/mt-terrenos/terreno-ñuñoa.jpg");
}

.secction-mtfull.img-providencia {
	background-image: url("../img/mega-tasaciones/mt-terrenos/terreno-providencia.jpg");
}

.secction-mtfull.img-metropolitana {
	background-image: url("../img/mega-tasaciones/mt-terrenos/terreno-region-metropolitana.jpg");
}

.secction-mtfull.img-sanbernardo {
	background-image: url("../img/mega-tasaciones/mt-terrenos/terreno-san-bernardo.jpg");
}

.secction-mtfull.img-puentealto {
	background-image: url("../img/mega-tasaciones/mt-terrenos/terreno-puente-alto.jpg");
}

/* mt-terrenos*/
.secction-mtfull.img-barrio-enea {
	background-image: url("../img/mega-tasaciones/mt-industriales/terreno-enea.jpg");
}

.secction-mtfull.img-macul {
	background-image: url("../img/mega-tasaciones/mt-industriales/terreno-macul.jpg");
}

.secction-mtfull.img-quilicura {
	background-image: url("../img/mega-tasaciones/mt-industriales/terreno-quilicura.jpg");
}

.secction-mtfull.img-rmsur {
	background-image: url("../img/mega-tasaciones/mt-industriales/terreno-rm-sur.jpg");
}

.secction-mtfull.img-cerrillos {
	background-image: url("../img/mega-tasaciones/mt-industriales/terreno-cerrillos.jpg");
}

.secction-mtfull.img-pudahuel {
	background-image: url("../img/mega-tasaciones/mt-industriales/terreno-pudahuel.jpg");
}

.secction-mtfull.img-renca {
	background-image: url("../img/mega-tasaciones/mt-industriales/terreno-renca.jpg");
}

/* mt-terrenos*/
.secction-mtfull.img-antofa {
	background-image: url("../img/mega-tasaciones/mt-regiones/terreno-antofagasta.jpg");
}

.secction-mtfull.img-talca1 {
	background-image: url("../img/mega-tasaciones/mt-regiones/terreno-talca-1.jpg");
}

.secction-mtfull.img-losangeles {
	background-image: url("../img/mega-tasaciones/mt-regiones/terreno-los-angeles.jpg");
}

.secction-mtfull.img-llanquihue {
	background-image: url("../img/mega-tasaciones/mt-regiones/terreno-lago-llanquihue.jpg");
}

.secction-mtfull.img-vii {
	background-image: url("../img/mega-tasaciones/mt-regiones/terreno-septima-region.jpg");
}

.secction-mtfull.img-talca2 {
	background-image: url("../img/mega-tasaciones/mt-regiones/terreno-talca-2.jpg");
}

.secction-mtfull.img-valpo {
	background-image: url("../img/mega-tasaciones/mt-regiones/terreno-valparaiso-2.jpg");
}


/* TABS DE MEGATASACIONES */
.tab-terrenos {
	margin: 20px auto 0;
	width: 100%;
	height: 70px;
}

.tab-terrenos a {
	display: flex;
	float: left;
	width: 33%;
	height: 70px;
	background-color: #CFE3EB;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 14px 10px;
	line-height: 14px;
	margin-right: 1px;
}

.tab-terrenos a span {
	display: contents;
	font-weight: 700;
}

.tab-terrenos a.press {
	background-color: #10759A;
}
/**/


.secction-mtfull {
	position: relative;
	width: 100%;
	height: 668px;
	/*min-height: 540px;
	max-height: 540px;*/
	padding: 0;
	background-size: auto;
	background-color: green;
	background-position: top center;
	background-repeat: no-repeat;
}

.secction-mtfull:before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.62) 100%);

}

.secction-mtfull .tarjeta-detalle {
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: #000;
	padding: 260px 10px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.62) 100%);
}


.secction-mtfull * {
	font-family: Open Sans;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
}

.secction-mtfull h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -0.03em;
	text-shadow: 4px 3px 6px rgba(0, 0, 0, 0.25);
}

.secction-mtfull h2:after {
	content: "";
	display: block;
	position: relative;
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin-top: 18px;
}

.secction-mtfull h3 {
	font-weight: lighter;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.secction-mtfull h3 i {
	display: block;
    float: left;
    width: 30px;
    height: 60px;
    margin-right: 8px;
    background-image: url(../img/iconos/icn-location-2.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: top center;
}

.secction-mtfull p {
	font-style: normal;
	font-weight: lighter;
	font-size: 17px;
	line-height: 18px;
	margin-top: 5px;
}

@media (min-width: 992px) {

	.secction-mtfull {
		height: 980px;
	    min-height: 540px;
	    max-height: none;
	    padding: 0;
	    background-position: top left;
	    background-size: 2200px;
	}

	.secction-mtfull h2 {
		font-weight: bold;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: -0.03em;
		text-shadow: 4px 3px 6px rgba(0, 0, 0, 0.25);
	}

	.secction-mtfull h2:after {
		content: "";
		display: block;
		position: relative;
		height: 1px;
		width: 100%;
		background-color: #fff;
		margin-top: 18px;
	}

	.secction-mtfull h3 {
		font-weight: lighter;
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 0;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	.secction-mtfull h3 i {
		display: block;
		float: left;
		width: 38px;
		height: 50px;
		margin-right: 20px;
		background-image: url(../img/iconos/icn-location-2.svg);
		background-size: 38px;
		background-repeat: no-repeat;
	}

	.secction-mtfull p {
		font-style: normal;
		font-weight: lighter;
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 0;
	}

	.secction-mtfull > .tarjeta-detalle {
		position: absolute;
		width: 858px;
		height: 188px;
		left: 110px;
		top: 480px;
		background: none;
	}

	.tab-terrenos {
		margin: 20px auto 0;
		width: 792px;
	}

	.tab-terrenos a {
		display: flex;
		float: left;
		height: 70px;
		background-color: #CFE3EB;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		padding: 16px 20px;
		line-height: 20px;
	}

	.tab-terrenos a span {
		display: contents;
	}

	.tab-terrenos a.press {
		background-color: #10759A;
	}

}


