/*
Theme Name: Tema hijo
Theme URI: https://vivetuvalor.com/
Template: Divi
Author: Pedro Suárez
Author URI: http://www.pedrosuarezweb.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.0.7.1578476078
Updated: 2020-01-08 10:34:38

*/

/* Keyframe Pulse
––––––––––––––––––––––––––––––––––––––––––––––––––*/

	@-webkit-keyframes pulse-amarillo {
			  0% {
				-webkit-box-shadow: 0 0 0 0 rgba(242,153,0, 0.9);
			  }
			  70% {
				  -webkit-box-shadow: 0 0 0 20px rgba(242,153,0, 0);
			  }
			  100% {
				  -webkit-box-shadow: 0 0 0 0 rgba(242,153,0, 0);
			  }
			}
		@keyframes pulse-amarillo  {
			  0% {
				-moz-box-shadow: 0 0 0 0 rgba(242,153,0, 0.9);
				box-shadow: 0 0 0 0 rgba(242,153,0, 0.9);
			  }
			  70% {
				  -moz-box-shadow: 0 0 0 20px rgba(242,153,0, 0);
				  box-shadow: 0 0 0 20px rgba(242,153,0, 0);
			  }
			  100% {
				  -moz-box-shadow: 0 0 0 0 rgba(242,153,0, 0);
				  box-shadow: 0 0 0 0 rgba(242,153,0, 0);
			  }
			}

@keyframes icono-shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.icono-shake {
	animation: icono-shake 3s 3;
}

.btn-pulse-amarillo {
  	animation: pulse-amarillo 2s infinite;
}
