/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Tu Nombre
Version: 1.0
*/

@font-face {
  font-family: 'Bitcrusher';
  src: url('fonts/BitcrusherCdRg-Bold.woff2') format('woff2'),
       url('fonts/BitcrusherCdRg-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, .elementor-heading-title .elementor-size-default .elementor-heading-title {
  font-family: 'Bitcrusher', sans-serif !important;
}

/* Menu bar */

#menu {
  position: sticky;
  top: 0; 
  z-index: 10;    
}

/* Menu bar */

/* Ring en Sección de productos*/
#image-container{
    position: relative;
    z-index:2;
}

#ring{
    position: absolute;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 0%);
    border: 3px solid #f8c202;
}

#ring:before{
    content:'';
    position:absolute;
    width:8rem;
    height: 8rem;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border:3px solid #f8c202;
}

/* Ring en Sección de productos*/
.products img{
    border-radius: 20px;
}

.wcpscwc-product-slider .products .slick-track li{
    padding: 2rem!important;
}

.wcpscwc-product-slider .slick-dots {
    padding: 1rem!important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.5rem;
    color: var(--e-global-color-primary);
}

.woocommerce ul.products li.product .button {
    border-radius: 1rem;
    background-color: var(--e-global-color-primary);
    color: white;
}

.woocommerce ul.products li.product .button:hover {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
}

.woocommerce table.shop_attributes td{
    padding-left: 8px;
}

.woocommerce div.product div.images img {
    border-radius: 20px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{
    border: 0px;
}

/* SEPARADOR TIPO FLECHA */

#arrow-separator{
    background-color: var(--e-global-color-primary);
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

#arrow-separator.down{
    left: 50%;
    transform: translateX(-50%);
}

#arrow-separator.right{
    right:-21px;
    bottom: 50%;
    transform: translateY(50%);
}

#arrow-separator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* centra el círculo */
    width: 2rem;  /* más pequeño que el contenedor */
    height: 2rem;
    border-radius: 50%;
    border: 2px solid var(--e-global-color-secondary); /* solo borde blanco */
    background: transparent;  /* sin relleno */
}

#arrow-separator .down {
    transform: rotate(90deg); /* ejemplo, siempre con valor */
    text-align: center;
}

#arrow-separator .right {
    text-align: center;
}

/* SEPARADOR TIPO FLECHA */

/* CONTACT FORM */

#contact-form label{
    color: var(--e-global-color-primary);
    font-weight: 700;
}

#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=tel] {
    border: 0px;
    background: white;
    border-radius: 12px;
    margin-top: 5px;
}

#contact-form input[type=submit] {
    background: var(--e-global-color-primary);
    color: white;
    width: 100%;
    border: 0px;
    border-radius: 12px;
}

#contact-form p.title {
    color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid;
}

.wpforms-confirmation-container-full{
    background: transparent !important;
    border: transparent !important;
}

/*Ring en contact form*/
#blue-ring-container{
        width: 25rem;
    height: 25rem;
    border-radius: 100%;
    border: 1px solid #0438d2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#blue-ring-container .child-1{
    width: 14rem;
    height: 14rem;
  border-radius: 100%;
  border: 1px solid #0438d2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#blue-ring-container .child-2{
    width: 7rem;
    height: 7rem;
  border-radius: 100%;
  border: 1px solid #0438d2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.submit-button {
    width: 100%!important;
    border-radius: 12px!important;
}

/* CONTACT FORM */