.tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 9%;
	height: 50px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
	display: none;
}



.tabs label {
	border: 1px solid #404142;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 9%;
	margin-right: 2%;
	color: #404142;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
	margin-top: 62%;
}

.tabs label:after {
    content: '';
	background: #404142;
	color: white;
	position: relative;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 0px;
	display: block;
}

.tabs label:hover + label {
	background: #404142;
	color: white;
}

.tabs label:first-of-type {
    z-index: 7;
}

.tab-label-2 {
    z-index: 6;
}

.tab-label-3 {
    z-index: 5;
}

.tab-label-4 {
    z-index: 4;
}

.tab-label-5 {
    z-index: 3;
}

.tab-label-6 {
    z-index: 2;
}

.tab-label-7 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #404142;
	z-index: 8;
	color: white;
}

.clear-shadow {
	clear: both;
}

.content {
	position: relative;
    width: 100%;
	height: 65%;
	z-index: 1;
	margin-top: -65%;
}

.content div {
    position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0px;
	z-index: 1;
    opacity: 0;
	width: 100%;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5,
.tabs input.tab-selector-6:checked ~ .content .content-6,
.tabs input.tab-selector-7:checked ~ .content .content-7{
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}


#plano{
	float: left;
	width: 59%;
	margin-right: 5%;
}

#plano img{
	border: 1px solid #404142;
}

#datos{
	float: left;
	width: 35%;
	text-align: left;
}

#datos h1{
	text-align: left;
	margin-bottom: 10px;
}

#datos li{
	display: inline-block;
}

#datos li:nth-child(4){
	margin-right: 5%;
	border-right: 1px solid #404142;
	padding-right: 5%;
}

#datos hr{
	margin: 40px 0;
}


@media only screen and (min-width:0px) and (max-width:414px){
	
	.tabs label {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 2%;
	width: 26%;
	margin-right: 2%;
	margin-top: 0px;
		margin-bottom: 2%;
}
	
	.tabs label:last-child{
		margin-right: 0;
	}
	
.content {
    width: 100%;
	height: 195vw;
	margin-top: 20px;
}
	
#plano{
	width: 100%;
	margin-right: 0%;
	float: none;
	margin-bottom: 20px;
}


#datos{
	width: 100%;
	float: none;
}

#datos h1{
	font-size: 25px;
	margin-bottom: 0px;
}

#datos li{
	display: inline-block;
}

#datos li:nth-child(4){
	margin-right: 5%;
	padding-right: 5%;
}	
	
#datos hr{
	margin: 15px 0;
}
	
	#datos img{
		width: 80%;
	}
	
}


@media only screen and (min-width:415px) and (max-width:550px){
	
	.tabs label {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 2%;
	width: 26%;
	margin-right: 2%;
	margin-top: 0px;
		margin-bottom: 2%;
}
	
	.tabs label:last-child{
		margin-right: 0;
	}
	
.content {
    width: 100%;
	height: 175vw;
	margin-top: 20px;
}
	
#plano{
	width: 100%;
	margin-right: 0%;
	float: none;
	margin-bottom: 20px;
}


#datos{
	width: 100%;
	float: none;
}

#datos h1{
	font-size: 25px;
	margin-bottom: 0px;
}

#datos li{
	display: inline-block;
}

#datos li:nth-child(4){
	margin-right: 5%;
	padding-right: 5%;
}	
	
#datos hr{
	margin: 15px 0;
}
	
	#datos img{
		width: 80%;
	}
	
}


@media only screen and (min-width:551px) and (max-width:767px){
	
	.tabs label {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 2%;
	width: 26%;
	margin-right: 2%;
	margin-top: 0px;
		margin-bottom: 2%;
}
	
	.tabs label:last-child{
		margin-right: 0;
	}
	
.content {
    width: 100%;
	height: 170vw;
	margin-top: 20px;
}
	
#plano{
	width: 100%;
	margin-right: 0%;
	float: none;
	margin-bottom: 20px;
}


#datos{
	width: 100%;
	float: none;
}

#datos h1{
	font-size: 25px;
	margin-bottom: 0px;
}

#datos li{
	display: inline-block;
}

#datos li:nth-child(4){
	margin-right: 5%;
	padding-right: 5%;
}	
	
#datos hr{
	margin: 15px 0;
}
	
	#datos img{
		width: 80%;
	}
	
}



@media only screen and (min-width:768px) and (max-width:1023px){
	
	.tabs label {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 2%;
	width: 8%;
	margin-right: 2%;
	margin-top: 60%;
}
	
	.tabs label:last-child{
		margin-right: 0;
	}
	
.content {
    width: 100%;
	height: 65%;
	margin-top: -70%;
}
	
#plano{
	width: 52%;
	margin-right: 3%;
}


#datos{
	width: 44%;
}

#datos h1{
	font-size: 25px;
	margin-bottom: 0px;
}

#datos li{
	display: inline-block;
}

#datos li:nth-child(4){
	margin-right: 5%;
	padding-right: 5%;
}	
	
#datos hr{
	margin: 15px 0;
}
	
	#datos img{
		width: 80%;
	}
	
}





@media only screen and (min-width:1024px) and (max-width:1199px){
	
	.tabs label {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 2%;
	width: 8%;
	margin-right: 2%;
	margin-top: 63%;
}
	
	.tabs label:last-child{
		margin-right: 0;
	}
	
.content {
    width: 100%;
	height: 65%;
	margin-top: -68%;
}
	
#plano{
	width: 55%;
	margin-right: 5%;
}


#datos{
	width: 39%;
}

#datos h1{
	font-size: 25px;
	margin-bottom: 0px;
}

#datos li{
	display: inline-block;
}

#datos li:nth-child(4){
	margin-right: 5%;
	padding-right: 5%;
}	
	
#datos hr{
	margin: 25px 0;
}	
	
}




@media only screen and (min-width:1200px) and (max-width:1550px){
	
	.tabs label {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 2%;
	width: 8%;
	margin-right: 2%;
	margin-top: 63%;
}
	
.content {
    width: 100%;
	height: 65%;
	margin-top: -68%;
}
	
}








