* {
	font-family: Arial, sans;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

h1 {
	margin: 1em 0;
	text-align: center;
}
.w_pic{ max-width:100%; display: block;}
#tab {
    margin: 0 auto;
    width: 100%;  /* Ancho del contenedor */
}

#tab input {
	height: 2.5em;
	visibility: hidden;
}

#tab label {
	background: #ffffff;  /* Fondo de las pestañas al presionar */
	color: #6a332c; /* Color de las pestañas al presionar */
	position: relative;
	z-index: 6;
    border-radius:100px;
    border:3px solid #6a332c;
    padding: 5px 20px;
    font-weight: bold;
}

#tab input:hover + label {
background: #6a332c;  /* Fondo de las pestañas al presionar */
	color: #ffffff; /* Color de las pestañas al presionar */
}

#tab input:checked + label {
	background: #6a332c;  /* Fondo de las pestañas al presionar */
	color: #ffffff; /* Color de las pestañas al presionar */
	position: relative;
    font-weight: bold;
	z-index: 6;
    border-radius:100px;
    padding: 5px ;
	/*
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	*/
}

#content {

	border-radius: 0 .25em .25em .25em;
	min-height: 20em;  /* Alto del contenido */
	position: relative;
	width: 100%;
	z-index: 5;
}

#content div {
	opacity: 0;
	padding: 1.5em;
	position: absolute;
	z-index: -100;
	/*
	transition: all linear 0.1s;
	*/
}

#content-1 p {
	clear: both;
	margin-bottom: 1em;
}
#content-1 p.left img {
	float: left;
	margin-right: 1em;
}
#content-1 p.last {
	margin-bottom: 0;
}
/*1*/
#content-2 p {
	clear: both;
	margin-bottom: 1em;
}
#content-2 p.left img {
	float: left;
	margin-right: 1em;
}
#content-2 p.last {
	margin-bottom: 0;
}
/*2*/
#content-3 p {
	clear: both;
	margin-bottom: 1em;
}
#content-3 p.left img {
	float: left;
	margin-right: 1em;
}
#content-3 p.last {
	margin-bottom: 0;
}
/*3*/
#content-4 p {
	clear: both;
	margin-bottom: 1em;
}
#content-4 p.left img {
	float: left;
	margin-right: 1em;
}
#content-4 p.last {
	margin-bottom: 0;
}
#content-1,#content-2,#content-3,#content-4,#content-5{ display: flex;
float: left;}

/*4*/
.w-7{max-width:350px; font-color:#111111!important; height: 225px;}
#content-5 p {
	clear: both;
	margin-bottom: 1em;
}
#content-5 p.left img {
	float: left;
	margin-right: 1em;
}
#content-5 p.last {
	margin-bottom: 0;
}
/*5*/
#tab input#tab-1:checked ~ #content #content-1,
#tab input#tab-2:checked ~ #content #content-2,
#tab input#tab-3:checked ~ #content #content-3,
#tab input#tab-4:checked ~ #content #content-4,
#tab input#tab-5:checked ~ #content #content-5{
    opacity: 1;
    z-index: 100;
}

input.visible {
  visibility: visible !important;
}