@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

body {
	background: #fff;
}

header {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 100;
}

.encabezado img {
	width: 100%;
	height: auto;
}

.encabezado h1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
}

.contenedor {
	width: 100%;
	max-width: 1200px;
	min-width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.contenido {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contenido article {
	margin: 15px;
}

.contenido img {
	width: 100%;
	max-width: 270px;
}

.contenido button {
	width: 110px;
	font-size: 20px;
	background: red;
	color: white;
}

.main img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mainOculto {
	display: none;
}

.txtMetros {
	height: 50px;
	width: 150px;
	text-align: center;
	font-size: 30px;
	border-color: red;
	border-style: double;
}

.txtMetrosResp {
	height: 50px;
	width: 150px;
	text-align: center;
	font-size: 30px;
	color: red;
	border-color: red;
	border-style: double;
}

.lblMetros {
	font-size: 30px;
}

.lblMetrosResp {
	font-size: 30px;
}

.btnMetros {
	font-size: 20px;
	background: red;
	color: white;
	width: 150px;
}

.btnVolverCalc {
	font-size: 20px;
	background: red;
	color: white;
	width: 250px;
}

/*CALCULO 1*/
.MasillasEstucoInteriores {
	display: none;
}

.MasillasEstucoInterioresVer {
	display: inline-block;
}

.MasillasEstucoInteriores h1 {
	font-size: 32px;
}

.Calculo1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.Calculo1 article {
	margin: 20px;
}

.Calculo1 img {
	width: 100%;
	max-width: 450px;
}

/*CALCULO 2*/
.MasillasEstucoInterioresLigeros {
	display: none;
}

.MasillasEstucoInterioresLigerosVer {
	display: inline-block;
}

.MasillasEstucoInterioresLigeros h1 {
	font-size: 32px;
}

.Calculo2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.Calculo2 article {
	margin: 20px;
}

.Calculo2 img {
	width: 100%;
	max-width: 450px;
}

/*CALCULO 3*/
.MasillasEstucoInterioresParaJuntas {
	display: none;
}

.MasillasEstucoInterioresParaJuntasVer {
	display: inline-block;
}

.MasillasEstucoInterioresParaJuntas h1 {
	font-size: 32px;
}

.Calculo3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.Calculo3 article {
	margin: 20px;
}

.Calculo3 img {
	width: 100%;
	max-width: 450px;
}

/*CALCULO 4*/
.MasillasEstucoInterioresParaJuntasAdvanced {
	display: none;
}

.MasillasEstucoInterioresParaJuntasAdvancedVer {
	display: inline-block;
}

.MasillasEstucoInterioresParaJuntasAdvanced h1 {
	font-size: 32px;
}

.Calculo4 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.Calculo4 article {
	margin: 20px;
}

.Calculo4 img {
	width: 100%;
	max-width: 450px;
}

/*CALCULO 5*/
.MasillasEstucoExterioresSobreFibrocemento {
	display: none;
}

.MasillasEstucoExterioresSobreFibrocementoVer {
	display: inline-block;
}

.MasillasEstucoExterioresSobreFibrocemento h1 {
	font-size: 32px;
}

.Calculo5 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.Calculo5 article {
	margin: 20px;
}

.Calculo5 img {
	width: 100%;
	max-width: 450px;
}

/*CALCULO 6*/
.MasillasEstucoExterioresSobrePañete {
	display: none;
}

.MasillasEstucoExterioresSobrePañeteVer {
	display: inline-block;
}

.MasillasEstucoExterioresSobrePañete h1 {
	font-size: 32px;
}

.Calculo6 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.Calculo6 article {
	margin: 20px;
}

.Calculo6 img {
	width: 100%;
	max-width: 450px;
}

/*CALCULO 7*/
.Pintura {
	display: none;
}

.PinturaVer {
	display: inline-block;
}

.Pintura h1 {
	font-size: 32px;
}

.Calculo7 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.Calculo7 article {
	margin: 20px;
}

.Calculo7 img {
	width: 100%;
	max-width: 450px;
}


@media screen and (max-width: 900px){
	.contenedor {
		width: 100%;
	}
	.encabezado h1 {
		font-size: 30px;
	}
	.MasillasEstucoInterioresVer h1 {
		font-size: 26px;
	}
	.MasillasEstucoInterioresLigerosVer h1 {
		font-size: 26px;
	}
	.MasillasEstucoInterioresParaJuntasVer h1 {
		font-size: 26px;
	}
	.MasillasEstucoInterioresParaJuntasAdvancedVer h1 {
		font-size: 26px;
	}
	.MasillasEstucoExterioresSobreFibrocementoVer h1 {
		font-size: 26px;
	}
	.MasillasEstucoExterioresSobrePañeteVer h1 {
		font-size: 26px;
	}
	.PinturaVer H1 {
		font-size: 26px;
	}
}

@media screen and (max-width: 700px){
	.contenedor {
		width: 100%;
	}
	.encabezado h1 {
		font-size: 24px;
	}
	.MasillasEstucoInterioresVer h1 {
		font-size: 20px;
	}
	.MasillasEstucoInterioresLigerosVer h1 {
		font-size: 20px;
	}
	.MasillasEstucoInterioresParaJuntasVer h1 {
		font-size: 20px;
	}
	.MasillasEstucoInterioresParaJuntasAdvancedVer h1 {
		font-size: 20px;
	}
	.MasillasEstucoExterioresSobreFibrocementoVer h1 {
		font-size: 20px;
	}
	.MasillasEstucoExterioresSobrePañeteVer h1 {
		font-size: 20px;
	}
	.PinturaVer H1 {
		font-size: 20px;
	}
}

@media screen and (max-width: 500px){
	.contenedor {
		width: 100%;
	}
	.encabezado h1 {
		font-size: 18px;
	}
	.MasillasEstucoInterioresVer h1 {
		font-size: 14px;
	}
	.MasillasEstucoInterioresLigerosVer h1 {
		font-size: 14px;
	}
	.MasillasEstucoInterioresParaJuntasVer h1 {
		font-size: 14px;
	}
	.MasillasEstucoInterioresParaJuntasAdvancedVer h1 {
		font-size: 14px;
	}
	.MasillasEstucoExterioresSobreFibrocementoVer h1 {
		font-size: 14px;
	}
	.MasillasEstucoExterioresSobrePañeteVer h1 {
		font-size: 14px;
	}
	.PinturaVer H1 {
		font-size: 14px;
	}
}

@media screen and (max-width: 300px){
	.contenedor {
		width: 100%;
	}
	.encabezado h1 {
		font-size: 12px;
	}
	.MasillasEstucoInterioresVer h1 {
		font-size: 8px;
	}
	.MasillasEstucoInterioresLigerosVer h1 {
		font-size: 8px;
	}
	.MasillasEstucoInterioresParaJuntasVer h1 {
		font-size: 8px;
	}
	.MasillasEstucoInterioresParaJuntasAdvancedVer h1 {
		font-size: 8px;
	}
	.MasillasEstucoExterioresSobreFibrocementoVer h1 {
		font-size: 8px;
	}
	.MasillasEstucoExterioresSobrePañeteVer h1 {
		font-size: 8px;
	}
	.PinturaVer H1 {
		font-size: 8px;
	}
}
