@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
.textoresumo{
	top:0px;
}
.imgparametros{
	width:100%;
	background-position: right;
}
#checkcirurgia{
	display: none;
}

#cirurgia{
	cursor: pointer;
	padding-top: 15px;
	position: relative;
}

#textocirurgia {
	width: 600px;
	height: auto;
	float: left;
	text-align: center;
	color:#666;
	font-size: 14;
	background-image:none;
}

#textocirurgia:hover {
	color:#fff;
	background-image:url(../img/suporte.png);
	background-repeat: no-repeat;
	background-position: center;
}

.conteudoresumo{
	opacity:0%;
	height:0px;
	width: 700px;
	margin-left:20%;
}
#checkcirurgia:checked ~ #conteudocirurgia, #checkcirurgia:checked ~ #conteudocirurgia .textoresumo{
	display:block;
	opacity:100%;
	height:auto;
	transition: all .2s linear;
}

#checkclinica{
	display: none;
}

#clinica{
	cursor: pointer;
	padding-top: 15px;
	position: relative;
	z-index: 2;
}

#textoclinica {
	width: 600px;
	height: auto;
	float: left;
	text-align: center;
	color:#666;
	font-size: 14;
	background-image:none;
}

#textoclinica:hover {
	color:#fff;
	background-image:url(../img/suporte.png);
	background-repeat: no-repeat;
	background-position: center;
}
.textoresumo {
	display:none;
}
#conteudoclinica{
	opacity:0%;
	height:0px;
	width: 700px;
	margin-left:20%;
}

#checkclinica:checked ~ #conteudoclinica, #checkclinica:checked ~ #conteudoclinica .textoresumo {
	display: block;
	opacity:100%;
	height:auto;
	transition: all .2s linear;
}

#checkestetica{
	display: none;
}

#estetica{
	cursor: pointer;
	padding-top: 15px;
	position: relative;
	z-index: 3;
}

#textoestetica {
	width: 600px;
	height: auto;
	float: left;
	text-align: center;
	color:#666;
	font-size: 14;
	background-image:none;
}

#textoestetica:hover {
	color:#fff;
	background-image:url(../img/suporte.png);
	background-repeat: no-repeat;
	background-position: center;
}

#conteudoestetica{
	opacity:0%;
	height:0px;
	width: 700px;
	margin-left:20%px;
}

#checkestetica:checked ~ #conteudoestetica, #checkestetica:checked ~ #conteudoestetica .textoresumo{
	display:block;
	opacity:100%;
	height:auto;
	transition: all .2s linear;
}
.barra{
	background-color: #333;
	height: 100%;
	width: 300px;
	position: absolute;
	transition: all .2s linear;
	left:-300px;
}

nav{
		width:100%;
		position:absolute;
		top:60px;
}

nav a{
	text-decoration:none;
}

.link{
	background-color:#494950;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	transition: all .2s linear;
	color:#f4f4f9;
	border-bottom:2px solid #222;
	opacity:0%;
	margin-top:200px;
}

.link:hover{
	background-color:#050542;
}


#check:checked ~ .barra nav a .link{
	opacity:1;
	margin-top:0px;
	transition-delay: .2s;
}

/** Width between 767px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (min-width: 601px) and (max-width: 767px) {
	.imgparametros{
		width:100%;
		background-position: left;
	}
	.divisoria {
		max-width: 500px;
  		height: auto;
	}
	#conteudocirurgia{
		width: 400px;
	}
	#conteudoestetica{
		width: 400px;
	}
	#conteudoclinica{
		width: 400px;
	}
}
/** Width between 600px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
 @media (max-width: 600px) {
	.imgparametros{
		background-size: auto;
		background-position: left;
	}
	.divisoria {
		max-width: 300px;
  		height: auto;
	}
	#conteudocirurgia{
		width: 400px;
	}
	#conteudoestetica{
		width: 400px;
	}
	#conteudoclinica{
		width: 400px;
	}
 }
/** Width between 480px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 480px) {
  /* Resumo */
#textocirurgia {
	width: 250px;
	background-position:center;
}

#textoclinica {
	width: 250px;
	background-position:center;
}

#textoestetica {
	width: 250px;
	background-position:center;
}
#conteudocirurgia{
	margin-left:20px;
	width: 100%;
	overflow: hidden;
}
#conteudoclinica{
	margin-left:20px;
	width: 100%;
	overflow: hidden;
}
#conteudoestetica{
	margin-left:20px;
	width: 100%;
	overflow: hidden;
}
.imgparametros{
	background-size: auto;
	background-position: left;
}
} 