@media (min-width: 768px) {

  /* BOTÓN PRINCIPAL */
  .btn-contacto {
    background-color: #EF476F;
    border-radius: 999px; /* efecto píldora como en la imagen */
    padding: 0 5px;
  }

  .btn-contacto > a {
    color: #ffffff !important;
    line-height: 40px !important;
    font-weight: 500;
  }

  .btn-contacto:hover {
    background-color: #c42449;
				transform: scale(1.04);

  }

  .btn-contacto > a:hover {
    color: #ffffff !important;
  }

  /* SUBMENÚ */
  .btn-contacto .sub-menu {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 8px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }

  .btn-contacto .sub-menu a {
    color: #1f2937 !important;
    padding: 10px 18px;
    display: block;
    font-weight: 500;
  }

  .btn-contacto .sub-menu a:hover {
    background-color: #f3f4f6;
    color: #1f4fd8 !important;
  }
}

@media (min-width: 768px) {

  /* BOTÓN PRINCIPAL */
  .inst-contacto {
    background-color: #ffffff;
    border-radius: 999px; /* efecto píldora como en la imagen */
    padding: 0 5px;
  }

  .inst-contacto > a {
    color: #000000 !important;
    line-height: 40px !important;
    font-weight: 500;
  }

  .inst-contacto:hover {
    background-color: #ffffff;
				transform: scale(1.04);

  }

  .inst-contacto > a:hover {
    color: #1f76bf !important;
  }

  /* SUBMENÚ */
  .inst-contacto .sub-menu {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 8px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }

  .inst-contacto .sub-menu a {
    color: #1f2937 !important;
    padding: 10px 18px;
    display: block;
    font-weight: 500;
  }

  .inst-contacto .sub-menu a:hover {
    background-color: #f3f4f6;
    color: #1f4fd8 !important;
  }
}

/* BOTÓN AÑADIR AL CARRITO */
.single-product .single
_
add
_
to
_
cart
_
button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #12348F !important;
color: #FFFFFF !important;
border: none !important;
}
/* BOTÓN HOVER */
.single-product .single
_
add
_
to
_
cart
_
button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: #0c225e !important;
}
/* PREZO */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #EF476F !important;
}

