
.widget_download_revista {
	height: 345px ;
	padding: 12% 6%;
	margin: 0px 0;
	overflow: hidden;
}

.widget_download_revista:hover {
	overflow: inherit;
}

.widget_download_revista img {
	position: absolute;
	width: 360px;
	height: 345px;
	top: 13px;
	left: 17px;
}
.widget_download_revista .botao {
	background: #37c967;
	position: absolute;
	width: 310px;
	padding: 7px 0px;
	margin: 0 auto;
	display: block;
	top: 40%;
	text-align: center;
	margin-left: 6px;
	height: 60px;
	border-radius: 3px;

}
.widget_download_revista h3 {
	/*font-family: 'latobold';*/
	font-family: Lato;
	font-weight: 500;
	color: #fff;
	float: left;
	margin: 13px 0px 0px 27px;
	font-size: 18px;
}
.widget_download_revista .icon {
	float: left;
}
.widget_download_revista .icon img{
	width: 40px;
	height: 40px;
	margin-right: 0px;
	margin-left: 41px;
	margin-top: -1px;
}
.widget_download_revista div > div {
	display: table;
	margin:	0 auto;

}

#sidebar .widget_column .widget_download_revista {
	/*height:auto;*/
}

@media screen and (max-device-width: 480px), screen and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 4) and (device-height: 640px) and (orientation: portrait){
	.widget_download_revista {
		    /*  overflow: hidden;
		    width: auto;
		    height: 130px;

		  max-width: 330px;
		    max-height:130px;
		    width: auto;
		    height: auto;*/
		}	
		.widget_download_revista img {
		   /* left: 15px;
	        width: 330px;
	        margin-left: -17px;*/
	        width: 343px;
		    height: 328px;
	    }
	    .widget_download_revista .botao {
		    /*margin-left: 0px;
		    width: 290px;*/
		    margin-left: -9px;
		    top: 37%;
		}
		.widget_download_revista .icon img {
			/*margin-left: 35px;*/
		}
	}
	/* iphone 6 plus / nexus 5x */ 
@media screen and (max-device-width: 414px) {
		.widget_download_revista img {
		   width: 380px;
    		height: 362px;
	    }
	    .widget_download_revista .botao {
		   
		    margin-left: -9px;
		    top: 42%;
    		width: 355px;
		}
}
	/* S7 Celular Felipe */ 
@media screen and (max-device-width: 412px) {
		.widget_download_revista img {
	      	width: 379px;
    		height: 360px;
	    }
	    .widget_download_revista .botao {
		   
		    margin-left: -9px;
		    top: 42%;
    		width: 355px;
		}
}
@media screen and (max-device-width: 375px) {
.widget_download_revista img {
		      width: 346px;
    height: 331px;

	    }
	    .widget_download_revista .botao {
		   
		    margin-left: -2px;
    top: 38%;
    width: 312px;
		}
}

@media screen and (max-device-width: 360px) {
		.widget_download_revista img {
			 
    	    width: 327px;
    		height: 312;
			}
		.widget_download_revista .botao {
			margin-left: -2px;
		    top: 35%;
    		width: 295px;
		}
		.widget_download_revista .icon img {
			margin-left: 33px;
		}
}
	/* iphone 5 */
	@media screen and (max-device-width: 320px) {

		.widget_download_revista img {
			 
	        	width: 290px;
	    		height: 285px;
			}
		.widget_download_revista .botao {
			margin-left: -2px;
		    top: 31%;
		    width: 264px;
		}
		.widget_download_revista .icon img {
			margin-left: 22px;
		}
	}