.volumes{
	background: linear-gradient(rgb(57 171 129), rgb(49 150 111));
    padding: 8px 29px;
    color: #fff;
    cursor: pointer;
    border-radius: 35px;
    font-size: 12px;
}.volumes:hover{
	    background: linear-gradient(rgb(97 200 162), rgb(49 150 111));
}
@mixin states($color: $default) {
	border-color: $color;
	color: rgba(255, 255, 255, 0.9);
	background: $color;

	&:hover {
		border-color: $color;
		color: rgba(255, 255, 255, 0.6);
	}
	&:active {
		color: rgba(255, 255, 255, 0.9);
		border-color: darken($color, 10%);
	}
}
.nrev{
	float: left;
    color: #000;
    font-size: 11px;
    border: 1px solid #9aa3a0;
    padding: 3px 12px;
    margin-top: 3px;
    margin-left: 10px;
    border-radius: 6px;
    font-weight: 400;
}
.nrev2{
	float: left;
    color: #000;
    font-size: 11px;
    border: 1px solid #ffffff;
    padding: 3px 12px;
    margin-top: 3px;
    margin-left: 10px;
    border-radius: 6px;
    background: #095739b8;
    color: #fff;
}
.titulorev{
	font-size: 16px;
    color: #31765c;
    font-weight: 600;
    line-height: 20px;
    margin-left: 9px;
    font-family: initial;
}
.autoresrev{
	font-size: 12px;
    padding-left: 10px;
    line-height: 18px;
    padding-top: 5px;
    color: #000;
    text-align: justify;
    margin-bottom: 10px;
}
.lerrev{
	border-top: 1px solid #fcfcfc;
   background: #92a6a2;
   background: -webkit-gradient(linear, left top, left bottom, from(#667876), to(#92a6a2));
   background: -webkit-linear-gradient(top, #667876, #92a6a2);
   background: -moz-linear-gradient(top, #667876, #92a6a2);
   background: -ms-linear-gradient(top, #667876, #92a6a2);
   background: -o-linear-gradient(top, #667876, #92a6a2);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   width: 65px;
    cursor: pointer;
   transition: 0.3s;
   float: left;
       margin-right: 4px;
    margin-left: 10px;
}
.lerrev:hover{
	 border-top: 1px solid #fcfcfc;
   background: #3fa178;
   background: -webkit-gradient(linear, left top, left bottom, from(#2e8766), to(#3fa178));
   background: -webkit-linear-gradient(top, #2e8766, #3fa178);
   background: -moz-linear-gradient(top, #2e8766, #3fa178);
   background: -ms-linear-gradient(top, #2e8766, #3fa178);
   background: -o-linear-gradient(top, #2e8766, #3fa178);
}
.refrev{
	float: left;
	border-top: 1px solid #fcfcfc;
   background: #92a6a2;
   background: -webkit-gradient(linear, left top, left bottom, from(#667876), to(#92a6a2));
   background: -webkit-linear-gradient(top, #667876, #92a6a2);
   background: -moz-linear-gradient(top, #667876, #92a6a2);
   background: -ms-linear-gradient(top, #667876, #92a6a2);
   background: -o-linear-gradient(top, #667876, #92a6a2);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 18px;
}
.refrev:hover{
	 border-top: 1px solid #fcfcfc;
   background: #3fa178;
   background: -webkit-gradient(linear, left top, left bottom, from(#2e8766), to(#3fa178));
   background: -webkit-linear-gradient(top, #2e8766, #3fa178);
   background: -moz-linear-gradient(top, #2e8766, #3fa178);
   background: -ms-linear-gradient(top, #2e8766, #3fa178);
   background: -o-linear-gradient(top, #2e8766, #3fa178);
}
.capaimg{
	float: left;
	display: block;
	cursor: zoom-in;
	border: 2px solid #d6e1dd;
}
.capaimg:hover{
	opacity: 0.8;
	
}
.dadosrev{
	width: 633px;
    height: 160px;
    float: left;
    margin-left: 7px;
}
.artigoslista{
    min-height: 160px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.artigorevista{
    background: #fff;
    margin-left: 30px;
    margin-right: unset;
    border-left: 2px solid #c6c1c1;
}
.ano{
	background: #393e3c;
    width: 79px;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
}
.ano2{
	background: #388752;
    color: #fff;
    padding: 7px;
    margin-bottom: 46px;
    text-align: center;
    font-size: 12px;
    border-radius: 34px;
    width: 200px;
}
@media (max-width:1115px) {
  .capaimg {
    display: none;
	}
	.artigoslista {
    margin-bottom: 5px;
	}
}

// Collapse / Expand Component
details {
	@include states($default);
	border: 1px solid;
	cursor: pointer;
	transition: background 0.3s;
	border-radius: 4px;
	min-height: 48px;
	max-height: 60px;
	transform-origin: top center;
	transform: rotate(0.1deg);
	transition: all 0.3s;

	::-webkit-details-marker {
		display: none;
	}

	+ details {
		margin-top: 10px;
	}

	p {
		color: #fefefe;
		line-height: 1.7;
		margin: 10px 0 0;
		padding: 0 20px 15px;
	}

	// Primary Style
	&.primary {
		@include states($primary);
	}

	// Success Style
	&.success {
		@include states($sucess);
	}

	// Square Style
	&.square {
		border-radius: 0;
	}

	&[open] {
		transition: all 0.6s;
		min-height: 100px;
		max-height: 200px;
	}
}

summary {
	outline: none;
	font-size: 16px;
	padding: 13px;
	
	&:selection {
		background: transparent;
	}


	.close {
		display: none;
		
		[open] & {
			display: inline;
		}
	}

	.open {
		display: inline;

		[open] & {
			display: none;
		}
	}

	[open] & {
		display: inline;
	}

	&:after {
		margin-top: 2px;
		content: "➕";
		float: left;
		margin-right: 11px;
		text-align: center;
		font-size: 11px;
		
		[open] & {
			padding: 0 0 12px 0;
			content: "➖";
		}
	}
}

