/*
Theme Name: Jumys Child
Theme URI: http://www.wpbingosite.com/jumys
Author: wpbingo
Description: This is a child theme for Jumys
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: jumys
Text Domain: jumys-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Header */

.bwp-header .wpbingoLogo img {
    max-width: 85px;
  }

  .bwp-header .header-wrapper {
    padding: 15px 0;
  }

/* Home */

/* .sobreTaller p{
    margin: 0 auto !important;
    text-transform: none !important;
} */

.slider-container a,
.slider-container a *,
.sobreTaller .elementor-icon-list-item a,
.sobreTaller .elementor-icon-list-item a * {
  pointer-events: none;
  cursor: default !important;
}

#SR7_1_1 .bullet-5 .sr7-bullet::before {
  height: 6px;
  width: 6px;
  background: #000 !important;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
}

#SR7_1_1[data-current="1"] .bullet-5 .sr7-bullet.sr7-touchhover::before, 
#SR7_1_1[data-current="1"] .bullet-5 .sr7-bullet.selected::before {
  background: #000 !important; 
  height: 6px;
  width: 6px;
}

#SR7_1_1[data-current="1"] .bullet-5 .sr7-bullet.sr7-touchhover, #SR7_1_1[data-current="1"] .bullet-5 .sr7-bullet.selected {
  background: transparent;
  box-shadow: inset 0px 0px 0px 1px #000  !important;
}

#SR7_1_1 .bullet-5 .sr7-bullet.sr7-touchhover, #SR7_1_1 .bullet-5 .sr7-bullet.selected {
  background: transparent;
  box-shadow: inset 0px 0px 0px 1px #000  !important;
}

.sobreTaller .elementor-icon-list-icon svg {
  width: var(--e-icon-list-icon-size,1em);
  height: var(--e-icon-list-icon-size,1em);
}

.sobreTaller .elementor-icon-list-icon {
  margin-right: 15px;
  display: inherit;
}

.sobreTaller li {
  padding-bottom: 15px !important;
}

.sobreTaller li ::marker {
  display: none !important;
}

.sobreTaller .elementor-icon-list-items{
  list-style-type: none !important;
  padding: 0;
}

.sobreTaller .elementor-icon-list-item,
.elementor-icon-list-item a {
  display: flex;
  align-items: var(--icon-vertical-align,center);
}

/* Talleres */

.counterTalleres .count-cta .counter-number{
  font-size: 60px !important;
}

.counterTalleres .count-cta .subtitle-cta{
  margin-top: 20px;
}

/* Contacto */

.divContacto .elementor-icon-list-items{
  list-style-type: none !important;
  padding: 0;
}

.divContacto .contact-us-form input[type="submit"] {
  background: #be4a7b;
}

.divContacto .contact-us-form input[type="submit"]:hover {
  background: black;
}

/* Footer */

.footer .e-font-icon-svg,
.footer .e-fas-circle {
  width: 5px !important;
  vertical-align: middle !important;
}

.footer .fa:hover{
  color: #be4a7b !important;
}

/* Cookies */
.cky-consent-container .cky-consent-bar {
  padding: 7.5px 24px !important;
  text-transform: none !important;
}

.cky-title {
  display: none !important;
}

/* Shop */

.bwp-woocommerce-filter-product .filter_category_product .item-category a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-color, #868686);
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  width: 100%;
}

.bwp-woocommerce-filter-product .filter_category_product .item-category a::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #e2e2e2;
  background: var(--hover-color, #e10914);
  box-shadow: inset 0 0 0 6px #fff;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.bwp-woocommerce-filter-product .filter_category_product .item-category a .name {
  display: inline; /* ¡Este es el truco que arregla todo! */
  line-height: 1.4;
}

/* ACCESIBILITY */
#mdp-readabler-popup-header {
  height: auto !important;
  padding-bottom: 10px !important;
}

#mdp-readabler-popup .mdp-readabler-subheader {
  border-top: 1px solid var(--readabler-color-transparent) !important;
}

.mdp-readabler-trigger-button-box { 
  --readabler-btn-color-hover: rgba(45, 46, 48, 1) !important;
  --readabler-btn-bg: rgba(45, 46, 48, 0.8) !important;
}

.mdp-readabler-action-box:focus, .mdp-readabler-action-box:hover, .mdp-readabler-action-box, .mdp-readabler-useful-links-box .mdp-readabler-select-box select {
  border: 1px solid var(--readabler-color) !important;
}

#mdp-readabler-popup #mdp-readabler-popup-header h3, 
#mdp-readabler-popup .mdp-readabler-subheader h4, 
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-title,
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-short,
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active .mdp-readabler-profile-description,
#mdp-readabler-popup h3,
#mdp-readabler-popup h2 {
  text-transform: none;
  font-size: 16px;
  font-family: 'Roboto' !important;
  letter-spacing: 0px !important;
}

#mdp-readabler-popup .mdp-readabler-subheader h4 {
  font-size: 14px;
}

.mdp-readabler-action-box:not(.mdp-readabler-shortcode) {
  min-height: 70px !important;
}

.mdp-readabler-action-box .mdp-readabler-action-box-content .mdp-readabler-icon {
  width: 22px !important;
  height: 22px !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-title,
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-short,
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active .mdp-readabler-profile-description,
#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search,
#mdp-readabler-online-dictionary-box label, #mdp-readabler-popup,
.mdp-readabler-action-box .mdp-readabler-action-box-content .mdp-readabler-title,
.mdp-readabler-useful-links-box .mdp-readabler-select-box select,
#mdp-readabler-popup #mdp-readabler-popup-footer button,
#mdp-readabler-popup #mdp-readabler-popup-footer .mdp-readabler-statement
{
  font-size: 12px !important;
  font-family: 'Roboto' !important;
}

.mdp-readabler-useful-links-box .mdp-readabler-select-box select {
  height: 35px !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-short,
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-title {
  line-height: 16px !important;
  font-weight: 600 !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch .mdp-slider::before {
  height: 13px !important;
  width: 13px !important;
  left: 0px !important;
  bottom: 0px !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch {
  width: 25px !important;
  height: 13px !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch input:checked + .mdp-slider::before {
  transform: translateX(13px);
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active .mdp-readabler-row {
  padding-top: 15px;
  padding-bottom: 15px;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-short {
  font-weight: 400 !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active .mdp-readabler-profile-description {
  padding-top: 0px !important;
  padding-bottom: 15px !important;
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search:hover, 
#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search,
#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search:focus:hover,
#mdp-readabler-popup #mdp-readabler-popup-footer button:hover,
#mdp-readabler-popup #mdp-readabler-popup-footer button {
  border: 1px solid var(--readabler-color);
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:focus .mdp-switch,
#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search:focus {
  box-shadow: 0 0 0 0px var(--readabler-bg),0 0 0 0px var(--readabler-color);
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search {
  padding: 6px 6px 6px 6px !important;
  border-color:#ccc !important;
  background-image: none !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row {
  padding: 5px 10px !important;
}

#mdp-readabler-popup #mdp-readabler-popup-footer button {
  padding:10px;
}

#mdp-readabler-popup #mdp-readabler-popup-footer button, .mdp-readabler-action-box:not(.mdp-readabler-shortcode),
#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search {
  border-radius: 0px !important;
}

.mdp-readabler-statement-content header {
  padding-bottom: 10px;
}

.videoContainer {
  background-color: black; /* Bordes negros */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px; /* Ajusta el espacio alrededor */
}

.videoContainer2 {
  background-color: #EED0DD; /* Bordes negros */
}

.videoContainer video {
  max-width: 40%; /* Ajusta el tamaño del video */
}

.aVideo::-webkit-media-controls {
  display: none !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Muestra los controles cuando el usuario pasa el mouse */
.aVideo:hover::-webkit-media-controls {
  display: block !important;
  opacity: 1;
}

.single-product, .single-product h1, .posted_in, label, .elementor-heading-title {
  text-transform: none !important;
}

.normal-text{
  text-transform: none !important;
}

.header-mobile-fixed, .login-header, .jumys-topcart-mobile {
  display: none !important;
}

.single_add_to_cart_button {
  background-color: #be4a7b !important;
}

.single_add_to_cart_button:hover {
  background-color: #000 !important;
}

.page-title.dark h1,
.page-title.dark .bwp-breadcrumb a,
.page-title.dark .bwp-breadcrumb .current {
  color: white !important;
  background-color: var(--theme-color, #ff69b4);
  padding: 2px 16px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: none !important;
}

.bwp-main .page-title.dark a:hover {
  background-color: white !important;
  color: var(--theme-color, #ff69b4) !important;;
}

.page-title.dark .bwp-breadcrumb .current:hover {
  color: white !important;
}

.bwp-main .page-title.dark .delimiter {
  color: white !important;
}

.content-title-heading {
  display: block !important;
}

.breadcrumb {
  background-color: #be4a7b !important; 
  width: auto !important;
  margin: auto !important;
  display: inline-block !important;
  padding: 3px 20px !important;
  border-radius: 4px;
}

.breadcrumb, .breadcrumb a {
  color: #FFF !important;
}

.bwp-main .page-title {
  padding: 310px 0 10px !important;
}

#media_image-3 img {
  margin: auto !important;
  margin-top: 80px !important;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
