.divBtnComprar-11 {
	font-family: "Poppins", Arial, sans-serif !important;
	letter-spacing:.5px;
	background-color: #ff001e;
	/*background: radial-gradient(#f50202 0%, #ff0000 50%, #c70303 100%) !important;*/
	/*border: 4px solid #000000;*/
	border: 2px solid #000000;
	border-radius: 42px;
	font-weight: 700;
	padding:12px 0px 10px;
	font-family: "Poppins", Arial, sans-serif;
	cursor:pointer;
    transition:.2s;
    transform-origin:center;
    will-change:transform, box-shadow;
	
	animation:pulseElegant 6s infinite;
}

.divBtnComprar-12 {
	font-family: "Poppins", Arial, sans-serif !important;
	letter-spacing:.5px;
	background-color: #ffffff;
	/*background: radial-gradient(#f50202 0%, #ff0000 50%, #c70303 100%) !important;*/
	/*border: 4px solid #000000;*/
	border:2px solid #ff001e;
	border-radius: 42px;
	font-weight: 700;
	padding:12px 0px 10px;
	
	cursor:pointer;
    transition:.2s;
    transform-origin:center;
    will-change:transform, box-shadow;
	
	animation:pulseElegant 6s infinite;
    animation-delay:1.2s;
}




/* Small devices (landscape phones, 200px and up) */
@media (min-width: 200px) {
	.divInfoCarousel {
		top: 8% !important;
	}
	.divBtnComprar-11, .divBtnComprar-12 {
		font-size: 24px;
		line-height: 30px;
		min-width:310px;
		margin-bottom:12px;
	}
}

/* Small devices (landscape phones, 360px and up) */
@media (min-width: 360px) {
	.divInfoCarousel {
		top: 10% !important;
	}
	.divBtnComprar-11, .divBtnComprar-12 {
		font-size: 24px;
		line-height: 30px;
		min-width:310px;
		margin-bottom:15px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.divInfoCarousel {
		top: 10% !important;
	}
	.divBtnComprar-11, .divBtnComprar-12 {
		font-size: 30px;
		line-height: 36px;
		min-width:400px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.divInfoCarousel {
		top: 10% !important;
	}
	.divBtnComprar-11, .divBtnComprar-12 {
		font-size: 36px;
		line-height: 46px;
		min-width:489px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.divInfoCarousel {
		top: 10% !important;
	}
	.divBtnComprar-11, .divBtnComprar-12 {
		font-size: 24px;
		line-height: 30px;
		min-width:389px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.divInfoCarousel {
		top: 10% !important;
	}
	.divBtnComprar-11, .divBtnComprar-12 {
		font-size: 36px;
		line-height: 42px;
		min-width:500px;
	}
}













/*******************
LATIDO ELEGANTE
********************/

@keyframes pulseElegant{
    0%,18%,100%{
        transform:scale(1);
        box-shadow:0 8px 20px rgba(0,0,0,.15);
    }
    4%{
        transform:scale(1.045);
        box-shadow:0 12px 28px rgba(0,0,0,.22), 0 0 0 8px rgba(255,255,255,.12);
		}
	8%{ 
		transform:scale(1);
	}
    12%{
		transform:scale(1.025);
	}
}