/*---------------------------------------------------------------------------------

 Theme Name:   ExtraUnoyCeroDigital
 Theme URI:    https://www.unoycerodigital.com/
 Description:  Blog para Noticias basado en Extra-Divi
 Author:       Juan Carlos Sanabria A.
 Author URI:   https://www.unoycerodigital.com/
 Template:     Extra
 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;
	}

.imagen-zoom img:hover
{
  
transform:scale(1.2);
 
-moz-transform: scale(1.2);
  
-webkit-transform:scale(1.2);

}

#rotar .et_pb_animation_top.et-animated {
transition: all 1s; }

#rotar .et_pb_animation_top.et-animated:hover {
transform: rotate(360deg) !important; }

/*** Eliminar la línea separadora del sidebar ***/
#main-content .container:before {background: none;}

/*** Ocultar el sidebar ***/
#sidebar {display:none;}

/*** Expandir el contenido para coger el area del sidebar ***/
@media (min-width: 981px){
#left-area {
width: 100%;
padding: 23px 0px !important;
float: none !important;
}
}
