/*---------------------------------------------------------------------------------

 Theme Name:   Unoycerodigital
 Theme URI:    https://www.unoycerodigital.com/
 Description:  Tema Divi Hijo
 Author:       Juan Carlos Sanabria A.
 Author URI:   https://www.unoycerodigital.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


.llamar a {
	border: 2px solid #fff;
    padding: 10px !important;
	border-radius: 25px;
    background: green;
    color: #fff !important;
	animation-name: pulse;
animation-duration: 3000ms;
transform-origin:70% 70%;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes pulse {
0% { transform: scale(1); }
30% { transform: scale(1); }
40% { transform: scale(1.08); }
50% { transform: scale(1); }
60% { transform: scale(1); }
70% { transform: scale(1.05); }
80% { transform: scale(1); }
100% { transform: scale(1); }

}
    
.llamar a:hover {
	border: 2px solid #ffcd02;
    background: red;
    color: #fff !important;
    opacity: 1 !important;
	animation: none;
} 

.centrarh {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
	}