/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.modo-multiplicar img {
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 600px) {
/* Checkbox personalizado */
.elementor-acceptance-field {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #2F3327!important;
  border-radius: 50%!important;
  width: 20px!important;
  height: 20px!important;
  position: relative!important;
  vertical-align: middle!important;
  margin-right: 10px!important;
  cursor: pointer!important;
  flex-shrink: 0;
  display: inline-block!important;
}

/* Punto interior cuando está marcado */
.elementor-acceptance-field:checked::before {
  content: "";
  position: absolute;
  top: 3px!important;
  left: 3px!important;
  width: 10px!important;
  height: 10px!important;
  background-color: #2F3327!important;
  border-radius: 50%!important;
}
}