/*
 * Custom code for Main.
 */
@media(max-width: 767px) {
	#contact-link .icon {
		display: inline-flex; 
		align-items: center;
		padding-left: .5rem;
	}
	#contact-link .icon i {font-size: 1rem;}

	#categories-container .icon-wrapper i {
	  font-size: clamp(12rem, 8vw, 5rem);
	  line-height: 1;
	  color: #6c757d;
	  /*display: block;*/
	}
}
@media(min-width: 767px) {
	#top-menu > li > a.dropdown-item {
		font-size: 0.865rem;
		letter-spacing: 0;
		line-height: 1.2;
	}
	
	#header .header-nav {background-color: #1db6c6;}

	#header .header-nav #contact-link {
		margin-bottom: 1rem;
		color: #fff;
	}
	#header .header-nav #contact-link a, a:hover, a:active, a:focus {
		text-decoration: none;
		color: inherit;
	}
	#contact-link .icon {
		display: inline-flex; 
		align-items: center;
		padding-left: .5rem;
	}
	#contact-link .icon i {font-size: 1rem;}

	#categories-container .icon-wrapper i {
	  font-size: clamp(10rem, 8vw, 5rem);
	  line-height: 1;
	  color: #6c757d;
	  /*display: block;*/
	}
	#header .header-nav #addify_raq_icon a:hover, a:active, a:focus {		
		color: #fff;
	}
	.d-md-flex {
        display: flex !important;
    }
	.justify-content-md-end {
        justify-content: flex-end !important;
    }
}
.gap-2 {
    gap: .5rem !important;
}
/* Centrado perfecto */
#header-search-wrapper .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Estado normal */
#header-search-wrapper .btn-outline-primary {
  color: #1db6c6;
  border-color: #1db6c6;
}

/* Hover */
#header-search-wrapper .btn-outline-primary:hover {
  color: #fff;
  background-color: #1db6c6;
  border-color: #1db6c6;
}
#wrapper {
	background: #fff;
}
#addify_raq_icon {
	float:right;
}
.footer-container {
	background: #19253E;
}
.footer-container .h3, .footer-container #footer_sub_menu_3 {
	color: #fff;
}
.footer-container li a {
	color: #24b9d7;
}
.footer-container li a:hover, a:active, a:focus {
	color: #fff;
}
.block-contact {
	text-align: -webkit-right;
}
.block-contact, .block-contact .block-contact-title {
    color: #fff;
}
.lab-copyright-links {margin-top: 1rem;}
.lab-copyright-links a {
	text-decoration: none;
	color: white;
	margin-left: 1rem;
}

/* IMAGE SLIDER */
.carousel .carousel-item .caption .display-1 {
	color: #000;
}
.lab-product-title {
	color: #24b9d7;
}
.product-features > dl.data-sheet {
    border: 1px solid #dcdcdc;
    border-radius: 4px;       /* esquinas suaves */
    overflow: hidden; 
}
.product-features > dl.data-sheet dt.name,
.product-features > dl.data-sheet dd.value {
    background: white;
}
.card-body {
	padding: .75rem 1.25rem;
}
/* CATEGORIES PAGA */
#categories-container .card-title {
  margin-top: .3rem;
  text-align: center;
}
#categories-container .card-body {
  text-align: center;
}
#categories-container .icon-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  aspect-ratio: 4 / 3;
  width: 100%;
  background-color: #f8f9fa;
}
#categories-container .card:hover .icon-wrapper {
  background-color: #e9ecef;
}
#categories-container .card:hover .icon-wrapper i {
  color: #212529;
}
#categories-loader {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2000;
}
#categories-loader .loader-content {
    text-align: center;
    color: #fff;
}
#categories-loader .bi {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}
#categories-loader.active {
    opacity: 1;
    pointer-events: all;
}
#categories-observer {
    height: 1px;
}
/* QUOTE EMPTY */
#addify-quote-empty {
  display: flex;
  align-items: center;
}
.alert-info {
	background-color: #1db6c621;
	border-color: #1db6c6;
	color: #000;
}
#addify-quote-empty .quote-icon {
  font-size: clamp(1.5rem, 5vw, 3rem);
  line-height: 1;
  flex-shrink: 0;
}
#addify-quote-empty .quote-text {
  display: flex;
  align-items: center;
  width: auto;
}
#addify-quote-empty .quote-text h1 {
  margin: 0;
  line-height: 1.2;
  width: auto;
  display: block;
}
