/*--------------------------------------------------------*/
/*Cómo desactivar la animación por defecto de las galerías de imágenes de Divi*/
/* Desactivar animación galerías Divi */
.et_pb_gallery_item {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
/*-------------------------END-------------------------------*/


/*--------------------------------------------------------*/
/*Como desactivar las animaciones en Divi*/
.et_pb_section, .et_pb_section *{
	animation:none !important;
}
/*-------------------------END-------------------------------*/


.difl_packerygallery_0 .df_pg_button_container {
   
    display: none !important;
}

/*--------------------------------------------------------*/
/* cambiar texto botón cookie--barra menú */
#cookie-notice .cn-button:not(.cn-button-custom){
		color: #000 !important;
}
/*-------------------------END-------------------------------*/

/*--------------------------------------------------------*/
/* ocultar mensaje de exito (defecto divi theme) */
.et-pb-contact-message {
color: #ffffff!important;
}
.et-pb-contact-message ul{
display: none !important;
}
/*-------------------------END-------------------------------*/



/*--------------------------------------------------------*/
/* Cambiar fondo boton formulario suscripción mailchimp */
#mc_embed_signup .button{
		background: #000!important;
}

/* editar campos newslwtter */
.tnp-subscription label {
    font-weight: 400!important;
 }
.tnp-subscription {
    max-width: 700px!important;
}
.tnp-subscription input[type="email"]{
	background-color: inherit!important;	
		border: 1px solid #000!important;		
}