@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) {
		
    .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;
  /*height: 100%;*/
  width: 20vw;
  aspect-ratio: 1 / 1;
}

.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 {
    margin-top: 8px;
    font-weight: 600;
    color: #333;
    display: block;
  	text-align: center;
}

.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: 20vw;
    padding: 17px 0px !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;
}
  
.forminator-ui#forminator-module-580.forminator-design--default 
.forminator-button-submit:hover {
    background: linear-gradient(180deg, #bcb8d4 0%, #e5e3ee 100%) !important;
}


