/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1751304890
Updated: 2025-06-30 19:34:50

*/

/*FOCO PARA ACCESIBILIDAD EN LOS ENLACES*/ 
a:focus {
    outline: 2px dotted #06FFCE; /* o el estilo que prefieras para el resto de la web */
	outline-offset: 2px;
	background: rgb(255 255 255 / .8);
}

/* Para que los botones tambien tengan Foco */
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: 2px dotted #7002B1;
    outline-offset: 2px;
}
/* FINAL DE CÓDIGO FOCO ACCESIBILIDAD */

/* ESTILOS PARA FORMULARIO DE CONTACT FORM 7 */

/* Estilo general del formulario */
.wpcf7 form {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: transparent;
  border-radius: 3px;
  font-family: 'Open Sans', Arial, sans-serif;
}

/* Diseño responsivo */
@media screen and (max-width: 768px) {
  .wpcf7 form {
    max-width: 100%;
    padding: 30px 15px;
  }
}

/* Etiquetas y bloques */
.wpcf7 form p {
  margin-bottom: 10px;
  font-size: 17px;
  color: #000;
}

/* Controles del formulario */
.wpcf7-form .wpcf7-form-control {
  max-width: 95%;
  box-sizing: border-box;
}

/* Campos de entrada y textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #212121;
  border-radius: 3px;
  background-color: #fff;
  font-size: 16px;
  color: #383838;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Enfocar campos */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: #bfa145;
  background-color: #f5f5f5;
  outline: none;
}

/* Textarea ajustes */
.wpcf7 textarea {
  height: 150px;
  resize: vertical;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #999999;
  font-style: italic;
}

/* Botón de envío */
.wpcf7 input[type="submit"] {
  background-color: #bfa145;
  color: #000;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

/* Hover botón */
.wpcf7 input[type="submit"]:hover {
  background-color: #e7c45c;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(196, 177, 0, 0.8);
}

/* Mensaje de error */
.wpcf7 form.invalid .wpcf7-response-output {
  color: #000;
  background-color: #f44336;
  padding: 15px;
  border-radius: 8px;
  border: none;
  margin-top: 20px;
  font-weight: bold;
}

/* Texto obligatorio */
small {
  font-size: 14px;
  color: #7d1616;
  font-weight: 600;
}

/* Texto de política de privacidad */
.wpcf7 .acept {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

/* Información de datos */
.wpcf7 .info-datos {
  font-size: 12px;
  color: #545454;
  line-height: 1.5;
  margin-top: 0; /* Elimina el -20px */
}

/* Ocultar honeypot */
.wpcf7-form .wpcf7-honeypot,
.wpcf7-form .wpcf7-honeypot-wrap {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

/* Si el honeypot está dentro de un párrafo */
.wpcf7-form p.honeypot-paragraph {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

/* FIN ESTILOS FORMULARIOS */

/* PERSONALIZACIÓN DEL BOTÓN DE VOLVER ARRIBA - OPTIMIZADO */

.et_pb_scroll_top.et-pb-icon {
    background-color: #bfa145; /* Fondo oro */
    border-radius: 4px; /* Esquinas ligeramente redondeadas para suavidad */
    border-right: 4px solid #000; /* Borde decorativo */
    transition: all 0.3s ease-in-out; /* Suaviza efectos al pasar el cursor */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* Sombra sutil para destacar */
}

.et_pb_scroll_top.et-pb-icon:before {
    font-family: 'ETMODULES';
    content: '\46'; /* Icono de flecha hacia arriba */
    font-size: 27px;
    color: #000;
    display: inline-block;
    line-height: 1;
    transition: color 0.3s ease-in-out;
}

/* Efecto hover para mayor interactividad */
.et_pb_scroll_top.et-pb-icon:hover {
    background-color: #f3ce60; /* Tono más oscuro al pasar el cursor */
    border-right-color: #f3ce60; /* Ligeramente más oscuro */
}

/* CODIGO TARJETAS TIENDA */

/* Tarjeta de producto estilizada */
.dfw-shop-26 .woocommerce ul.products li.product {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    position: relative;
}

/* Elevación suave al hacer hover */
.dfw-shop-26 .woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

/* Imagen con efecto zoom y borde */
.dfw-shop-26 .woocommerce ul.products li.product a img {
    transition: transform 0.5s ease;
    border: 0.5px solid transparent; /* para que la transición funcione desde el inicio */
}

.dfw-shop-26 .woocommerce ul.products li.product:hover a img {
    transform: scale(1.05);
	border: 0.5px solid rgba(0, 0, 0, 0.2) !important;
}

/* Responsive para móviles */
@media(max-width: 767px) {
.dfw-shop-26.et_pb_shop ul.products li.product {
    width: 100% !important;
}
}

/*PARA QUE MUESTRE UN SOLO PRODUCTO EN MOVIL */
/* Cuatro columna */
@media (max-width: 479px) {
	.et-db #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product {
	width: 100%!important;
    margin-right: 4%!important;
}
}
/* tres columnas */
@media (max-width: 479px) {
	.et-db #et-boc .et-l .et_pb_shop ul.products.columns-3 li.product {
	width: 100%!important;
    margin-right: 4%!important;
}
}

/* Oculta el mensaje "Mostrando el único resultado" */
.woocommerce-result-count {
    display: none !important;
}

/* Oculta el selector de orden (orden predeterminado, popularidad, etc.) */
.woocommerce-ordering {
    display: none !important;
}

/* VARIANTES */
/* CAMBIAR EL COLOR DEL RECUADRO ACTIVO EN LAS VARIANTES TALLA COLOR ETC */
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    box-shadow: 0 0 0 2px rgb(198 40 40 / 90%);
}

/* QUITAR EL TEXTO PARALELO DE ver carrito DEL BTN AÑADIR AL CARRITO */
a.added_to_cart.wc-forward {
display: none !important;
}

/* CAMBIAR LOS ESTILOS DE LA PALABRA LIMPIAR EN LOS PRODUCTOS */
.woocommerce div.product form.cart .reset_variations {
	color: #7d1616 !important;
	text-transform: uppercase;
}

/*CSS PARA AUMENTAR El Área del COMMUTADOR en La Que Se Puede Hacer Clic*/
/*eliminar el relleno predeterminado del interruptor*/
.pa-toggle-clickable-area.et_pb_toggle {
	padding: 0;
}
/*agregar el relleno nuevamente al título*/
.pa-toggle-clickable-area.et_pb_toggle .et_pb_toggle_title {
	padding: 20px;
}
/*ajustar el relleno del icono para restaurar la posición original*/
.pa-toggle-clickable-area.et_pb_toggle .et_pb_toggle_title:before {
	padding-right: 20px;
}
/*agregar el relleno nuevamente al contenido del acordeón abierto*/
.pa-toggle-clickable-area.et_pb_toggle .et_pb_toggle_content {
	padding: 0 20px 20px 20px;
}

/* === MI CUENTA === */
.dc-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}

.dc-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #d9c091;
    padding: 10px 0;
}

.dc-account .woocommerce-MyAccount-navigation li a {
    color: #000 !important;
    position: relative;
}

.dc-account .woocommerce-MyAccount-navigation li a:before {
    font-family: ETmodules;
    content: "\45";
    color: #c62828 !important;
    margin-right: 8px;
}

.dc-account .woocommerce-MyAccount-navigation li a:hover {
    border-bottom: 1px inset #d9c091;
    transition: .8s all;
}

.dc-account .woocommerce-privacy-policy-text {
    padding-bottom: 10px;
}

@media (min-width: 981px) {
    .woocommerce-account .dc-account .woocommerce-MyAccount-navigation {
        width: 24%;
    }
}

.dc-account .woocommerce-error li {
	color: #000 !important;
}


/* Cambiar el color del texto Usuario o corrreo no valido blanco por gris oscuro */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: #403736 !important; 
}

/* === CHECKOUT === */
.woocommerce-checkout .checkout_v1 .woocommerce-checkout-review-order {
    background-color: #fff;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f5f5f5 !important;
    border-radius: 5px;
}

@media (min-width: 981px) {
    .woocommerce-checkout .checkout_v1 .col2-set {
        float: left;
        width: 60% !important;
        margin-right: 5%;
    }

    .woocommerce-checkout .checkout_v1 .woocommerce-checkout-review-order {
        float: left;
        width: 35%;
    }

    .woocommerce-checkout .checkout_v1 .col-1,
    .woocommerce-checkout .checkout_v1 .col-2 {
        width: 100% !important;
    }
}

.woocommerce-checkout .checkout_v1 label,
.woocommerce-checkout .checkout_v2 label,
.woocommerce-checkout .checkout_v1 .woocommerce table.shop_table th,
.woocommerce-checkout .checkout_v1 .woocommerce table.shop_table td,
.woocommerce-checkout .checkout_v2 .woocommerce table.shop_table th,
.woocommerce-checkout .checkout_v2 .woocommerce table.shop_table td {
    font-size: 17px !important;
    color: #000 !important;
}

.woocommerce-checkout .checkout_v1 .cart-subtotal .woocommerce-Price-amount,
.woocommerce-checkout .checkout_v2 .cart-subtotal .woocommerce-Price-amount {
    font-weight: 400 !important;
}

.woocommerce-checkout .checkout_v1 .order-total .woocommerce-Price-amount,
.woocommerce-checkout .checkout_v2 .order-total .woocommerce-Price-amount {
    color: #000 !important;
    font-size: 19px !important;
}

.woocommerce-checkout .checkout_v1 .woocommerce-privacy-policy-text,
.woocommerce-checkout .checkout_v2 .woocommerce-privacy-policy-text,
.woocommerce-checkout .checkout_v1 .woocommerce-checkout-payment,
.woocommerce-checkout .checkout_v2 .woocommerce-checkout-payment {
    font-size: 14px;
    line-height: 1.6em;
}

.woocommerce-checkout .checkout_v1 .woocommerce-additional-fields,
.woocommerce-checkout .checkout_v2 .woocommerce-additional-fields {
    padding-top: 35px;
}

.woocommerce-checkout .checkout_v1 .form-row.place-order button.button,
.woocommerce-checkout .checkout_v2 .form-row.place-order button.button,
.woocommerce button.button,
.woocommerce-page.et_pb_button_helper_class button.button {
    font-size: 16px !important;
}

.woocommerce-checkout .checkout_v1 .form-row.place-order button.button:hover,
.woocommerce-checkout .checkout_v2 .form-row.place-order button.button:hover {
    padding: .3em 1em !important;
}

.woocommerce-checkout .checkout_v1 .form-row.place-order button.button:after,
.woocommerce-checkout .checkout_v2 .form-row.place-order button.button:after,
.woocommerce-message a.button.wc-forward:after {
    content: none !important;
}

.woocommerce-checkout .checkout_v1 .woocommerce #payment #place_order,
.woocommerce-checkout .checkout_v2 .woocommerce #payment #place_order {
    margin: 15px auto 0 !important;
    display: block !important;
    float: unset !important;
    border-width: 0 !important;
}

.woocommerce-message a.button.wc-forward,
.woocommerce-message a.button.wc-forward:hover {
    padding: .3em 1em !important;
}

/* Recuadro tienes un cupon y metodos de pago */
.woocommerce-info {
    color: #000 !important;
    font-size: 16px !important;
	background: #f5f5f5 !important;
	border: 1px solid rgba(198, 40, 40, 0.3);
}

/* === MINIATURAS EN MÓVIL: CARRITO Y CHECKOUT === */
@media (max-width: 768px) {
.woocommerce-page table.cart .product-thumbnail {
        display: block !important;
}

.woocommerce-page table.cart .product-thumbnail:before {
        content: '';
}

.woocommerce-page table.cart .product-thumbnail img {
        width: 120px;
}

.woocommerce-page table.cart .product-remove {
        float: left;
        border-bottom: 0;
    }
}
