.wp-gr .wp-google-powered{display:none}


  .sub-menu {
    background: #414f25 !important;
  }


a[onclick*="rplg_leave_review_window"] {
    font-size: 0; 
    position: relative;
}

a[onclick*="rplg_leave_review_window"]::before {
    content: "Califícanos en ";
    font-size: 16px; 
    color: inherit;
  	vertical-align: middle;
}

a[onclick*="rplg_leave_review_window"] svg {
    height: 16px;
    width: 16px;
    margin-left: 4px;
    vertical-align: middle;
}

.wp-gr .wp-google-based, .wp-gr .wp-google-powered{display:none;}


.contact-box {
    text-align: center;
}

.phone-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  color: white;
}


.contact-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
  color: white;
}

.contact-box p {
    margin-bottom: 0px;
  color: white;
}

.phone-row p, .phone-row a {
    margin: 0;
    font-size: 18px;
    color: white;
  	transition: transform 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.phone-row p:hover {
    transform: scale(1.08);
}

.separator {
    font-size: 20px;
    opacity: 0.6;
    color: white;
}

.follow-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.follow-row span {
    font-weight: 600;
    font-size: 18px;
   color: white;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-icons img {
    width: 20px;
  	height: auto;
  	transition: transform 0.2s ease;
    cursor: pointer;
}

.social-icons img:hover {
    transform: scale(1.15);
}

.woocommerce-product-gallery .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Estilo general de cada flecha */
.woocommerce-product-gallery .flex-direction-nav a {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 10;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3); 
    color: #fff !important;
    text-indent: -9999px; 
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-product-gallery .flex-direction-nav a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    text-indent: 0;
}

/* Flecha Izquierda */
.woocommerce-product-gallery .flex-direction-nav .flex-prev {
    left: 10px;
}
.woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
    transform: rotate(-135deg);
    margin-left: 5px;
}

/* Flecha Derecha */
.woocommerce-product-gallery .flex-direction-nav .flex-next {
    right: 10px;
}
.woocommerce-product-gallery .flex-direction-nav .flex-next::before {
    transform: rotate(45deg);
    margin-right: 5px;
}

.woocommerce-product-gallery .flex-direction-nav a:hover {
    background: rgba(0, 66, 70, 0.8); 
}

.txt_up {
    position: relative;
    overflow: hidden;
}

.txt_up::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65),
        transparent
    );
    transition: height 0.4s ease;
    z-index: 1;
}

.txt_up p {
    position: relative;
    transition: all 0.4s ease;
    z-index: 2;
}

.txt_up:hover p {
    transform: translateY(-20px);
    opacity: 1;
}

.txt_up:hover::after {
    height: 60%;
}

@media (min-width: 1024px) {
    div#ast-desktop-header {
        position: fixed;
        width: 100%;
        left: 0%;
        z-index: 100;
        transition: background-color 0.3s ease;
    }

    .ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
        max-width: 1640px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: auto !important;
    }
	.full_width {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        max-width: 100vw !important;
        width: 100vw !important;
    }
    .full_width img {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
	span.categoria-nombre {
        font-size: 70% !important;
        line-height: 100%;
    }
    .site-header {
      position: fixed !important;
      width: 100% !important;
      z-index: 100;
      transition: background-color 0.3s ease;
    }
    .slider-catalogo {
      height: 250px !important;
    }

}

.scrolled-header {
    background-color: #00313B !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.slider-catalogo .swiper-slide {
  background-position: center;
  background-size: cover;
  max-width: 400px;
  width: 20vw;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  padding: 0px !important;
  margin: 0px !important;
  height: fit-content;
}

.slider-catalogo .swiper-slide img {
  	display: block;
  	width: 100%;          
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}
}

.slider-catalogo img {
    border-radius: 50%;
}

.slider-catalogo {
    width: 100%;
    padding-top: 50px; 
    padding-bottom: 50px; 
    padding-left: 0 !important; 
    padding-right: 0 !important;
    margin-left: auto; 
    margin-right: auto;
    box-sizing: border-box; 
    position: relative;
    overflow: hidden;
    height: 26vw;
}

.categoria-nombre {
    font-weight: bolder !important;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 6px 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 150%;
}

.swiper-button-prev, .swiper-button-next {
    background: #8E957F;
    border-radius: 50%;
    padding: 10px;
    color: white !important;
    font-weight: bold;
}

.btn_mediano .uagb-button__wrapper {
    width: 20vw;
    padding: 0px;
    z-index: 5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
}

.bg_gray {
    padding: 10px;
    background: #e7eaea;
}

.btn_h .uagb-button__link {
    font-family: 'Bodoni Moda', serif;
    font-size: 120%;
    padding: 10px;
}

.btn_mediano a {
    box-shadow: 
        inset 0 10px 10px -10px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.25);
    padding: 17px 0px !important;
}

mark.has-inline-color {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 100 !important;
}

.div_sup {
    position: relative; 
    overflow: hidden; 
    margin-bottom: 80px !important;
}

.div_sup::after {
    content: '';
    position: absolute;
    bottom: 0;
    box-shadow: inset 0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 15px 15px rgba(0, 0, 0, 0.1);
    left: 0;
    z-index: 1;
    margin-bottom: -80px;
    width: 100%;
    height: 80px;
    background-color: #e8e8e3;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
}

@media (max-width: 768px) {
  .div_sup::after {
      margin-bottom: -40px;
      height: 40px;
  }
  
  .btn_mediano .uagb-button__wrapper {
    width: 28vw;
    bottom: -150px;
  }
  
  .txt_movil{
  	font-size:20px !important;
  }
}

.div_inf {
    margin-top: -80px !important;
    position: relative;
    z-index: 0;
}

.div_sup_single_product{
  	position: relative;
    overflow: hidden;
    margin-bottom: -80px !important;
    height: 80px;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

.div_sup_single_product::after {
    content: '';
    position: absolute;
    bottom: 0;
    box-shadow: inset 0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 15px 15px rgba(0, 0, 0, 0.1);
    left: 0;
    z-index: 1;
    margin-bottom: 0px;
    height: 80px;
    background-color: #e8e8e3;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}


.div_inf_single_product {
    margin-top: -80px !important;
    position: relative;
    z-index: 0;
  	margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

a.button.product_type_simple {
    background: linear-gradient(135deg, #ffffff 44%, #c6c6c7 100%) !important;
}

a.button.product_type_simple:hover {
    border-color: #dfdfdf !important;
    border: 5px solid;
  	background: linear-gradient(180deg, #bcb8d4 0%, #e5e3ee 100%) !important;
}

.forminator-ui#forminator-module-580.forminator-design--default 
.forminator-button-submit {
    display: block;
    background: linear-gradient(135deg, #ffffff 44%, #c6c6c7 100%);
    width:  max-content !important;
    padding: 18px 20px !important;
    z-index: 5;
    box-shadow: 
        inset 0 10px 10px -10px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
  	border-radius: 35px;
  	color: black !important;
}

@media (max-width: 768px) {
.forminator-ui#forminator-module-580.forminator-design--default 
.forminator-button-submit {
    width:  100% !important;
    padding: 18px 20px !important;
}
}
  
.forminator-ui#forminator-module-580.forminator-design--default 
.forminator-button-submit:hover {
    background: linear-gradient(180deg, #bcb8d4 0%, #e5e3ee 100%) !important;
}

h2.uagb-heading-text {
    text-transform: uppercase;
}

