/*Main page*/
.main-header.elementor-sticky--effects{
	box-shadow:0 1px 4px rgba(0,0,0,0.05);
	z-index:999!important;
}
.hero-container{
    overflow: hidden;
}
.content-area{
    padding-top: 32px;
}
.woocommerce-breadcrumb{
    margin-bottom: 32px!important;
}
p a{
    font-size: initial!important;
}

.megamenu-list-link .elementor-icon-list-item a{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    gap: 8px;
    padding:0;
    cursor: pointer;
}

.page-not-found{
    height: 80vh;
}
/*Homepage*/
@media(max-width:1199px){
    .hero-mould{
        right: 0!important;
        top: -300px!important;
        
    }
    .hero-mould img{
        width: 80%!important;
    }
}
@media(max-width:1024px){
    .hero-mould{
        top: -140px !important;
    }
    .hero-mould img{
        width: 55%!important;
    }
}

@media(max-width:767px){
    .hero-mould{
        top: -80px !important;
    }
    .hero-mould img{
        width: 55%!important;
    }
}
.category-tags a{
    color: #044188;
    font-size: initial;
    line-height: initial;
}
.category-tags a:hover{
    text-decoration: underline;
    color: #FF6B73;
}

/*Woocommerce Product details - deprecated*/
.modelViewerBlock + img{
    display: none!important;
}
.elementor-446 .elementor-element.elementor-element-e4b736e.e-con{
    position: relative;
    z-index: 1010 !important; 
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    gap: 16px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image{
    background-color: #fff;
    border-radius: 8px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav{
    display: flex;
    gap: 8px;   
}
.woocommerce div.product div.images .flex-control-thumbs li {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f9f9f9;
}

.woocommerce div.product .product_title{
    font-size: 38px;
    line-height: 42px;
    color: #044188;
}
.woocommerce div.product .summary{
    padding-left: 32px;
}
.woocommerce div.product .summary p{
    color: #626264;
    font-weight: 300;
    font-size: 18px;
}
.woocommerce .add-request-quote-button.button,
.woocommerce .add-request-quote-button-addons.button,
.yith-wceop-ywraq-button-wrapper .add-request-quote-button.button,
.yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button{
    border-radius: 6px;
    padding:16px 24px;
    font-size: 16px!important;
    font-weight: bold;
}

.woocommerce div.product .product_meta{
    font-size: 14px;
    margin-top: 16px;
}
.btn-icon{
	cursor:pointer;
}
.btn-icon span.elementor-button-icon {
    position: relative;
    width: 24px;
    line-height: 1;
}
.btn-icon span.elementor-button-icon svg{
    position: absolute;
    top: -1px;
    width: 20px;
    left: 0;
}

/*Product category - deprecated*/
.product-category-description img{
    display: none;
}
.product-category-image .term-description{
    display: none;
}

/*Formularios*/
.form-style .row{
    display: flex;
    gap: 16px;
}
.form-style .row-lg{
    gap: 32px;
}
.form-style .row .col{
    width: 100%;
}
@media(max-width:767px){
    .form-style .row{
        flex-wrap: wrap;
		gap:0;
    }
    .form-style .row .col-lg-6{
        width: 100%;
    }
}
.form-style input, 
.form-style select,
.form-style textarea{
    border-color: #D9D9D9;
    border-radius: 6px;
    padding:8px 16px;
    font-size: 16px;
    margin-bottom: 16px;
}
.form-style p {
    margin-bottom: 0;
    width: 100%;
}
.form-style p.mb-4{
    margin-bottom: 16px;
}
.form-style br{
    display: none;
}
.form-style p .label-form{
    display: block;
    line-height: 1.3;
    margin-bottom: 8px;
}
.form-style .form-title{
    font-weight: bold;
    font-size: 18px;
}
.form-style input[type="submit"]{
    background-color: #FF6B73;
    padding:12px 20px;
    border: 1px solid #FF6B73;
    font-weight: bold;
}

/*Mapa representantes*/
.map-container {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: auto;
}
@media(max-width:576px){
	.map-container {
		min-height:240px;
	}
}
.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 para la imagen */
}
.map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Mantiene la proporción de la imagen */
}
.pin-group{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pin-container {
  position: absolute;
  transform: translate(-50%, -100%);
}
.pin {
  width: 40px;
  cursor: pointer;
  position:relative;
  transition: all 1s ease-in-out;
}
.pin svg{
	width:30px;
	position:relative;
	z-index:1;
}
.pin svg path{
	  transition: all 1s ease-in-out;
}
.pin:after{
	content:"";
	position:absolute;
    z-index: 0;
    left: -4px;
    top: 33px;
    width: 68px;
    height: 54px;
	background: url('/wp-content/uploads/2024/10/pin-shadow.png') no-repeat center top;
  	background-size: cover;
}
.pin.active svg path{
	fill:#FF6B73;
}
.info-box {
  width:345px;
  min-height: 250px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius:0 8px 8px 0;
  transform: translateY(-30px);
  position: absolute;
  top: -280px;
  left: 18px;
  z-index: 10;
  pointer-events: none;
  transition: all 1s ease-in-out;
  z-index:2;
}
.info-box:before{
	content:"";
	position:absolute;
	width:1px;
	height:calc(100% + 30px);
	left:-4px;
	top:0;
	background-color:#7F7F7F;
}
.info-box h3{
	font-family:"Inter", sans-serif;
	font-size:24px;
	text-transform:Capitalize;
	font-weight:700;
	margin:0;
    line-height: normal;
}
.info-box p{
    font-size: 14px;
}
.info-box.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.info-box.hide {
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
}
.info-box a{
	color:#343434;
}
.info-box a.btn-text{
	color:#007DB8;
	font-weight:bold;
}
.pin-mexico{
    top: 42%;
    left: 18%;
    z-index: 6;
}
.pin-brazil{
    top: 61%;
    left: 31%;
    z-index: 8;
}
.pin-colombia{
    top: 52%;
    left: 26%;
    z-index: 7;
}
.pin-argentina{
    top: 74%;
    left: 28%;
    z-index: 9;
}
.pin-australia{
    top: 72%;
    left: 93%;
    z-index: 10;
}
.pin-denmark{
    top: 6%;
    left: 60%;
}
.pin-netherlands{
    top: 8%;
    left: 55%;
}
.pin-russia{
    top: 18%;
    left: 72%;
    z-index: 6;
}
.pin-italy{
    top: 25%;
    left: 55%;
    z-index: 5;
}
.pin-germany{
    top: 15%;
    left: 58%;
    z-index: 4;
}

.pin-australia .info-box{
    left: auto;
    right:28px;
    border-radius: 8px 0 0 8px;
}
.pin-australia .info-box:before{
    left:auto;
	right:-4px;
}
.info-box a{
    font-size: 14px!important;
    display: block;
    line-height: normal;
    margin-top: 10px;
}
@media (max-width:1399px){
    .pin-russia .info-box{
        left: auto;
        right:28px;
        border-radius: 8px 0 0 8px;
    }
    .pin-russia  .info-box:before{
        left:auto;
        right:-4px;
    }
}

@media (max-width:1199px){
    .info-box{
        min-height: 230px;
        top: -260px;
        width:280px;
    }
    .info-box h3{
        font-size: 18px;
    }
    .info-box p{
        font-size: 13px;
    }
    .info-box a{
        font-size: 13px!important;
    }
    .info-box a.btn-text{
        font-size: 14px;
    }
}
@media (max-width:576px){
    .info-box{
        top: -260px;
        width:200px;
    } 
    .info-box a{
        overflow: hidden;
        text-wrap: nowrap;
        text-overflow: ellipsis;
    }
}
.swiper-slide{
    opacity: .6;
}
.swiper-slide.swiper-slide-active{
    opacity: 1;
}

.step-number:after{
    content: "";
    height: 270%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -300%;
}
.step-number:before{
    content: "";
    height: 270%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -300%;
}
.relative{
    position: relative;
}
.hero-custom-mould .elementor-widget-container{
    display: flex;
    justify-content: flex-end;
}

.block-certificaciones .label-certificaciones{
	font-weight:bold;
	font-size:14px;
}
.block-certificaciones .logo-certificaciones{
    display: flex;
    gap: 12px;
    align-items: center;
}
.block-certificaciones .logo-certificaciones img{
	height:85px;
}

.kual-product-image .woocommerce-product-gallery__wrapper{
	border:2px solid #D9D9D9;
	border-radius:12px;
	background-color:#fff;
	overflow:hidden;
}
.kual-product-image .flex-viewport{
	border-style:solid!important;
	border:2px solid #D9D9D9;
	border-radius:12px;
	background-color:#fff;
	overflow:hidden;
}
.kual-product-image .flex-viewport .woocommerce-product-gallery__wrapper{
	border-radius:0;
	border:0;
}
@media(min-width:1025px){
	#contacto-end{
		display:none;	
	}
}
.productores-logos figure{
	height:40px;
}
.productores-logos figure img{
	object-fit:cover;
	height:100%;
}

.kual-breadcrumb a{
	font-size:16px;
}

@media(max-width:767px){
	.kual-breadcrumb a{
		font-size:14px;
	}
}


@media(max-width:767px){
	.footer-categories ul{
		align-items: center;
    	display: flex;
    	flex-direction: column;
	}
}

.e-loop-nothing-found-message__text{
	font-size:18px;
	border:1px solid #959292;
	padding:16px;
}

.model-viewer-container{
	width:100%;
	height:450px;
	border:2px solid #fff;
	border-radius:16px;
	overflow:hidden;
	position:relative;
	/*background-color: #007db8;*/
	background: rgb(36,152,207);
	background: radial-gradient(circle, rgba(36,152,207,1) 0%, rgba(0,125,184,1) 100%);
}

.model-image-container{
	width:100%;
	height:auto;
	border:2px solid #D9D9D9;
	background-color:#fff;
	border-radius:16px;
	overflow:hidden;
}
.model-image-container img{
	width:100%;
}
.model-viewer-placeholder{
	width:100%;
	height:450px;
	border:2px solid #fff;
	border-radius:16px;
	overflow:hidden;
	position:relative;
	/*background-color: #007db8;*/
	background-color: #eee;
	background-image:url('https://kualsa.com/wp-content/uploads/2024/12/3d-placeholder.png');
	background-size:cover;
	background-position:center;
}
.model-viewer-container .zoom{
	position:absolute;
	z-index:1;
	width:28px;
	height:28px;
	left:8px;
	top:8px;
	cursor:pointer;
}
.model-viewer-placeholder p{
	color:#bfbfbf;
	width:100%;
	padding:10%;
	position:absolute;
	margin:0;
	text-align:center;
	bottom:30px;
}
.model-viewer{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.model-viewer p{
	color:#fff;
	width:90%;
	text-align:center;
}
.modal-render{
	overflow:hidden;
}
.modal-render .model-viewer-container{
	width: 100%;
    height: 90vh;
	margin:auto;
	border:0;
	background:none;
	border-radius:0;
}
.modal-render .modal-viewer-container .model-viewer{
	max-width:100%;
	width: 800px;
    height: 600px;
	max-height:100%;
}
.modal-render .model-viewer-container .zoom{
	display:none;
}

.product_meta .detail-container .detail-content a{
	line-height:1.2;
}
.mould-image .elementor-widget-container{
	border-radius:4px;
	background-color:#f6f6f6;
}

.grecaptcha-badge { visibility: hidden !important; }