/*
Theme Name:     Autoser Child
Theme URI:      http://wpdemo.oceanthemes.net/autoser/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       autoser
*/

@import url("../autoser/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Personalización botón "Leer más" */
.vc_btn3.vc_btn3-color-juicy-pink {
  background-color: #1c63b8 !important;  /* Cambia este color a tu preferencia */
  color: #ffffff !important;             /* Color del texto */
  border-color: #1c63b8 !important;      /* Borde */
  transition: all 0.3s ease;
}

.vc_btn3.vc_btn3-color-juicy-pink:hover {
  background-color: #2D71C2 !important;  /* Color al pasar el cursor */
  border-color: #2D71C2 !important;
}
