.esquina_izq {
    right: -95px;
    bottom: -60px;
    transform: rotate(-45deg);
    transform-origin: right center 0;
    width: 230px;
    height: 250px;
    display: inline-grid;
    border: none !important;
	transition: transform 250ms;
}
.esquina_izq:hover {
	transform: translateY(-50px);
	transform: translateX(-100px);

}

.esquina_izq_boton {
    display: inline-block;
    text-decoration: none !important;
    z-index: 99999999;
    position: fixed;
    text-align: center;
    padding: 12px;
    font-family: sans-serif !important;
    font-weight: 150 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    cursor: pointer !important;
    letter-spacing: 0.05em !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 1.2em;
	font-size: 14px; 
	border-width: 5px; 
	border-style: solid; 
	border-radius: 0px; 
	border-color: rgb(82, 99, 235); 
	background-color: rgb(357, 79, 85); 
	color: rgb(255, 255, 255);
}

@media screen and (min-width: 1px) and (max-width: 767px){
	
	.esquina_izq {
			right: -95px;
			bottom: -60px;
			transform: rotate(-45deg);
			transform-origin: right center 0;
			width: 205px;
			height: 225px;
			display: inline-grid;
			border: none !important;
			transition: transform 250ms;
		}
	.esquina_izq:hover {
			transform: translateY(-50px);
			transform: translateX(-100px);

		}
	.esquina_izq_boton {
			display: inline-block;
			text-decoration: none !important;
			z-index: 99999999;
			position: fixed;
			text-align: center;
			padding: 12px;
			font-family: sans-serif !important;
			font-weight: 150 !important;
			box-shadow: none !important;
			-webkit-box-shadow: none !important;
			-moz-box-shadow: none !important;
			cursor: pointer !important;
			letter-spacing: 0.05em !important;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			line-height: 1em;
			font-size: 12px; 
			border-width: 5px; 
			border-style: solid; 
			border-radius: 0px; 
			border-color: rgb(82, 99, 235); 
			background-color: rgb(357, 79, 85); 
			color: rgb(255, 255, 255);
	}
}
