/* CSS Document */


:root{
	--color-principal: #040c10;
	--color-secundario: #797979;
}

.iconoLinea{
	max-width: 125px;
	height: auto;
	margin-bottom: 5px;
}

#megamenu img{
	margin-top: 5px;
	margin-bottom: 0px;
	max-width: 100px;
	height: auto;
}

#megamenu .rd-megamenu-title {
    padding-bottom: 5px;
}

.rd-navbar-nav-logo .rd-nav-link {
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}

.rd-navbar-nav-logo img {
	width: 96px;
	height: auto;
	display: block;
}

.cuadro{
 	height: 250px; 
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 15px;
}

.cuadro h3{
	position: absolute;
	text-align:left;
	bottom: 0;
	left:15px;
	color:#FFFFFF;
	text-shadow: 2px 2px #000000;
	font-size: 2rem;
}

.descripcionC{
	font-size:0.8rem; 
}

.logoSlider{
	max-width: 350px;
	height:auto;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.enlaceBlanco{
	color:#FFF;
}

.enlaceBlanco:hover{
	color:#FFF;
	text-decoration: underline;
}

#menuCategorias {
	background: #ffffff;
	border: 1px solid #e4e8ec;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(11, 15, 19, 0.08);
	margin-top: 18px;
	overflow: hidden;
}

.category-sidebar-title {
	align-items: center;
	background: #f6f8fa;
	border-bottom: 1px solid #e4e8ec;
	color: #0b0f13;
	display: flex;
	font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	min-height: 48px;
	padding: 0 18px;
	text-transform: uppercase;
}

.nivel1 {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#menuCategorias ul,
#menuCategorias li {
	list-style: none;
}

#menuCategorias ul li {
	text-align: left;
}

#menuCategorias .list-group-item {
	background: transparent;
	border: 0;
	color: #2f3a43;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	padding: 13px 18px;
	position: relative;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
}

#menuCategorias .category-sidebar-item + .category-sidebar-item {
	border-top: 1px solid #eef1f4;
}

#menuCategorias .category-sidebar-link {
	padding-right: 42px;
}

#menuCategorias .has-children > .category-sidebar-link::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 7px;
	opacity: 0.45;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-60%) rotate(45deg);
	transition: transform 0.18s ease, opacity 0.18s ease;
	width: 7px;
}

#menuCategorias .has-children > .category-sidebar-link.activeMenu::after {
	opacity: 1;
	transform: translateY(-35%) rotate(225deg);
}

#menuCategorias .category-sidebar-submenu {
	background: #f9fafb;
	border-top: 1px solid #eef1f4;
	margin: 0;
	padding: 6px 0;
}

#menuCategorias .category-sidebar-sublink {
	color: #4a5661;
	font-size: 13px;
	padding: 10px 18px 10px 34px;
}

#menuCategorias .category-sidebar-sublink::before {
	background: #c5ccd3;
	border-radius: 999px;
	content: "";
	height: 5px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

#menuCategorias a:hover,
#menuCategorias a:focus {
	background: #f1f4f7;
	color: #0b0f13;
	padding-left: 22px;
}

#menuCategorias .category-sidebar-sublink:hover,
#menuCategorias .category-sidebar-sublink:focus {
	padding-left: 38px;
}

#menuCategorias .activeMenu,
#menuCategorias .activeMenu:hover,
#menuCategorias .activeMenu:active,
#menuCategorias .activeMenu:focus,
#menuCategorias .activeMenu:visited {
	background: var(--color-principal) !important;
	color: #ffffff;
}

#menuCategorias .category-sidebar-sublink.activeMenu::before {
	background: #ffffff;
}

.show-menu {
	background: var(--color-principal);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-weight: 600;
	margin-top: 15px;
	padding: 12px 44px 12px 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
}

.show-menu::after {
	border-bottom: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 14px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.show-menu::before {
	background: currentColor;
	content: "";
	height: 2px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.sidebar-menu-toggle {
	display: none;
}

.checkbox-custom{
	 display: none;
}


/*Show menu when invisible checkbox is checked*/
.sidebar-menu-toggle:checked ~ #menuCategorias{
    display: block;
}


@media (max-width: 999px){
#menuCategorias {
		display:none;
	}

	.show-menu {
		display:block;
	}
}

@media (max-width: 991px){
	.rd-navbar-search-form-input{
		color:#000000 !important;
	}
}


#cuadroCategorias h2{
	font-size:2rem;
}

#cuadroCategorias h1{
	font-size:2rem;
}

.h3cuadrocategorias{
    text-transform: none;
    font-size: 0.9rem;
    font-weight: 400; 
    color:var(--color-principal);
}

.h3cuadrocategorias:hover{
    color:#aaadb4;
}



#cuadroCategorias h3{
    /*  font-size:1.2rem;*/
}


.cuadroColumnas{
	margin-top: 20px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;	


}

.cuadroColumnas:after{
    clear: both;
    content: "";
    display: block;
}


#cuadroCategorias {
	margin-bottom: 25px
}
.colCat1{
	width:50%;
	float:left;
	padding-right: 10px;
	
}

.colCat2{
	width:50%;
	float:right;
	
}

.colCat{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top:solid 1px #CCCCCC;
	background-image: url("../images/flecha.png");
	background-position: left 16px;
	background-repeat: no-repeat;

}


.datosListado > div{
	padding-top: 25px;
}

.datosListado a{
	padding-left: 15px;
	margin-left: 25px;
	background-image: url("../images/flecha.png");
	background-position: left 5px;
	background-repeat: no-repeat;
}

.colCat a {
	text-align: left !important;
}

.producto{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 10px;
}

.producto:after{
	 clear: both;
    content: "";
    display: block;
}

.producto h3{
	    font-size: 1.2rem;
    margin-bottom: 15px;
}

.producto p{
	font-size: 0.9rem;
	margin-top: 5px;
}

.imagenListado{
	float:left;
	max-width: 15%;
	margin-right: 25px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	
}


.imagenListado:after{
	clear: both;
    content: "";
    display: block;
	
}

.breadCrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: var(--color-principal);
}

.breadCrumb a{
    color:#FFFFFF
}

.breadCrumb > li {
    display: inline-block;
}

.breadCrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

/*Pagina producto*/

#producto h2{
	font-size: 2rem;
	/*border-bottom: 1px solid #434343;*/
}

#producto h3{
	font-size: 1.2rem;
	text-transform: none;
	color:#444444;
	margin-top: 15px;
	margin-bottom: 15px;
    
}


#producto h1{
	font-size: 1.2rem;
	text-transform: none;
	color:#444444;
	margin-top: 15px;
	margin-bottom: 15px;
    font-weight: 600;
        border-bottom: 1px solid #434343;
    line-height: 1.33333;
}


#producto{
	background-color: #FFFFFF;
	padding: 15px;
}

.cuadro{
	background-color: #FFFFFF;
	padding: 15px;
	border-radius: 15px;
}


.table-data-sheet {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
	display: table;
    margin: 0;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
}

table, td, tr {
    font-size: 0.8rem;
}

td  {
    padding: 5px;
}

tr:nth-child(odd) {
    background: #f9f9f9 !important;
}
.table-data-sheet tr {
    border-top: 1px solid #e5e5e5;
}

.table-data-sheet tr td:first-child {
    border-right: 1px solid #e5e5e5;
    width: 40%;
    font-weight: 500;
    color: #6d6d6d;
}

.table-data-sheet tr td:last-child {
    border: none;
}

tr:nth-child(even) {
    background: #efefef !important;
}

.imagenMarca{
	float: right;
    max-height: 32px;
    width: auto;
}

.formulario input[type=checkbox] {
	display: block;
	
}

.volver{
	 margin-bottom: 10px;
	font-size: 1.2rem;
}


.btn {
    border-radius: 4px;
    background-color: var(--color-principal);
    color: #FFFFFF;
	width: 100%;
	margin-bottom: 15px;
}

.btnComparativa{
	background-color: var(--color-secundario);
}
.fixedBtnComparativa{
position: fixed;
    top: 15px;
    z-index: 9999999999;
    left: 15px;
    max-width: 190px;
}


.modal-header {
	display: initial;
}

.basura{
	position: absolute;
	top:0;
	left:0;
	cursor: pointer;
}

.imagenComparativa{
	max-height: 150px;
	width:auto;
	margin-top: 0;
}

/*registro*/

.enlacesAcceso{
	padding-top:10px
}

.enlacesAcceso a{
	padding-left: 15px;
    margin-left: 25px;
    background-image: url(../images/flecha.png);
    background-position: left 5px;
    background-repeat: no-repeat;
	
}

.enlacesAcceso a:first-child{
	padding-left: 15px;
    margin-left: 0;
    background-image: url(../images/flecha.png);
    background-position: left 5px;
    background-repeat: no-repeat;
	
}

#cuadroAcceso p strong{
	color:var(--color-principal);
}

#cuadroAcceso .form-control {
    font-size: 0.8rem;
}


#cuadroAcceso p span {
    font-size: 0.8rem;
}

#cuadroAcceso a {
    font-size: 0.8rem;
}


.btnFormulario {
    border-radius: 4px;
    background-color: var(--color-principal);
    color: #FFFFFF;
	width: 100%;
}

.errorAcceso{
	color:#CC3300;
	padding-bottom: 5px;
	font-weight: bold;
	display: none;
}

.btn-cancel{
	background-color:#dc3545;
	width: auto;
}

#formularioNombreCatalogo .btnFormulario{
	width: auto;
}

.nombreMiCatalogo{
	margin-top: 15px;
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-principal);
	margin-bottom: 15px;
	position:relative;
}


.nombreMiCatalogo img{
	position: absolute;
	right:0; top:0
}

.cuadroMiCatalogo{
	font-size:0.8rem;
}

#listadoArticulos{
	padding-top: 15px;
	vertical-align: middle;
	    padding-right: 5px;
}

#listadoArticulos li{
	padding-top: 5px;
	min-height:50px; list-style:none; font-size:0.8rem !important;
	border-bottom: 1px solid #CCCCCC;
}

#listadoArticulos li a{
	 font-size:0.8rem !important;
}

#listadoArticulos li img{
	float:right;
	max-height: 40px;
	width: auto;
}

.descC {
	font-size:0.7rem;
	line-height: 0.7rem;
}

.articulosMiCatalogo{
	max-height: 250px;
    overflow-y: auto;
    overflow-x: clip;
	border: solid 1px #EFEFEF;
    padding: 5px;
}

#catalogosUsuario h5{
	margin-top: 10px;
	margin-bottom: 5px;
	color:var(--color-principal);
}

#listadoCatalogos{
	border: solid 1px #CCCCCC;
	margin-bottom: 5px;
}

#listadoCatalogos li{
	font-size:0.8rem;
}

#listadoCatalogos li span{
	cursor:pointer; 
}

#listadoCatalogos li{
	font-size:0.8rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
    background-image: url(../images/flecha.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#listadoCatalogos li:nth-child(odd) { background-color: #efefef; }


.cerrarCatalogo{
	color:#CC3300;
	float: none;
	cursor:pointer;
	font-style: normal;
	
}

.basura2{
	cursor:pointer;
	color:var(--color-principal); font-style:normal; font-size:1.2rem
}

.basura2:hover{
	color:#CC3300;
}

/*registro*/
.error{
	color:#CC3300;
}

/*mi catalogo*/

#productosMiCatalogo .imagenListado{
	max-width: 25%;	
}


#productosMiCatalogo{
	margin-top: 10px;	
}

#productosMiCatalogo .breadCrumb{
	font-size:1rem;
	text-transform: none;
	color:#FFFFFF;
} 

#resultado{
	display: none;
}

#productosMiCatalogo .basura2{
	font-size:1.5rem;
}



#productosMiCatalogo .datosListado > div {
    padding-top: 10px;
}


.headerAcceso{
	padding-left: 15px;
    padding-right: 15px;
}

.headerAcceso li{
	padding-left: 15px !important;
    padding-right: 15px !important;
}

.headerAcceso li *{
	font-size: 0.8rem
} 

.headerAcceso li {
	font-size: 0.8rem
} 


/*
#enlaceAccesoHeader:hover #cuadroHeaderAcceso{
	display: block;
	
}
*/

#cuadroHeaderAcceso{
	position: absolute;
	top:0;
	left:0;
	z-index: 999999999999999;
	width: 240px;
	/*display: none;*/
}


.mensajeOK{
	color:var(--color-principal);
	font-weight: 700;
}


		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
			cursor: pointer;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url("/images/lupa.png");
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

.cuadroSolucion{
	margin-bottom: 15px;
}

#descargaSolucion{
	position: absolute;
    bottom: 15px;
    left: 15px;
}


@media (max-width: 1199px){
	.rd-navbar-nav-logo {
		display: none;
	}

	.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-basket {
		top: 5px;
	}
.rd-navbar-basket-mobile div a {
    padding: 0.5rem 0.5rem;
}
	
	.cuadro h3{
	font-size: 1.5rem;
	}
	
}

@media (max-width: 575px){
	.cuadro h3{
	font-size: 2rem;
	}
	
}

	#enlacesMobile{
		display:none;
	}

/*aparecen por debajo de 1171*/
@media screen and  (max-width: 1170px){
	#enlacesMobile{
		display:block;
	}
	
	
	
}

.tituloNoticia{
	text-transform: none;
	font-size: 1rem;
}

.hijosSoluciones {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.hijosSoluciones > li {
  float: left;
	margin: 5px;
	border-bottom: 3px solid var(--color-principal);
}

.hijosSoluciones > li > a {
  display: block;
  text-align: center;
  text-decoration: none;
	padding: 3px;
}

.hijosSoluciones > li > a:hover {
  background-color: var(--color-principal);
	color:#FFFFFF;
}

.cuadroSolucion{
	position: relative;
}

.interiorCuadroSolucion{
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	color:#FFFFFF;
}


.interiorCuadroSolucion p{
	padding: 15px;
	
}

.contenidoSolucion ul{
	padding: 15px;
}

.contenidoSolucion h3{
	padding: 15px;
	padding-bottom: 10px;
	color:#FFFFFF;
	background-color: rgba(0,0,0,0.25);
}

.contenidoSolucion ul li{
	list-style: disc;
	margin-left: 25px;
	display: list-item;
}

#filaProductosSoluciones{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 1rem;
    font-weight: bold;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
	text-align: center;
	background-color: #FFFFFF;
}

.productoSolucion{
	display: inline-block; 
}

#filaProductosSoluciones img{
	max-height: 80px;
	width: auto;
	display: inherit;
}

#filaProductosSoluciones a{
	padding-left:10px;
	padding-right: 10px;
}

#filaProductosSoluciones img{
	margin-right: 25px;
	margin-left: 25px;
}

.menuSolucionesActive{
	background-color: var(--color-principal) !important;
   	color:#FFFFFF;
}
.menuSolucionesActive > a {
   	color:#FFFFFF !important;
}


.nombreProducto{
	font-size: 0.8rem;
}

/*DOCUMENTACION*/

#documentacion .post {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 0 35px;
}

#documentacion .entry-thumbnail {
    opacity: 1;
}

#documentacion .post .entry-thumbnail a img {
    max-width: 100%;
}

#documentacion .entry-header {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

h2.entry-title {
    font-size: 1rem;
    font-weight: 700;
}

.entry-content p {
    font-size: 0.8rem;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}


#documentacion .post:hover .entry-header {
    opacity: 1;
}

#documentacion .post:hover .entry-thumbnail {
    background: #fff;
}

#documentacion .post:hover .entry-thumbnail a.thumb-img {
    opacity: 0.25;
}

#documentacion .post .entry-thumbnail a img{
max-width: 100%;
}

#documentacion .post:hover .entry-thumbnail a.thumb-img, .post:hover .entry-header {
    -webkit-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}


#headerAcceso li i{
	font-style: normal;
	font-size: 1.2rem;
}

#formularioContacto h2{
	font-size: 1.8rem;
	margin-bottom: 25px;
}

#redComercial h2{
	font-size: 1.8rem;
	margin-bottom: 25px;
}

.columnaRedComercial{
	padding: 25px;
	padding-top: 0;
}

.columnaRedComercial p{
	margin-top: 0;
}

.columnaRedComercial h3{
	margin-top: 15px;
}


.cuadroContacto{
	margin-top: 20px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;	
	height: 100%;

}

.cuadroHistoria{
	margin-top: 20px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;	

}

#condicionesCompra h3{
	margin-top: 25px;;
	margin-bottom: 5px !important;
}

#tabsEmpresa .nav-item {
    margin-bottom: 15px;
}


#accordionFAQ .btn-link:hover{
	color:#EFEFEF;
}

#accordionFAQ .btn-link{
	margin:0;
}

#quienessomos h1{
	font-size: 3rem;
}

#quienessomos h2{
	font-size: 2rem;
}

#quienessomos ul{
	list-style: circle;
	padding-left: 25px;

}

#quienessomos li{
	list-style: circle;
	display: list-item;
}


.modalCookies {
	width:100% !important;
	margin-top: 0 !important;
	max-width: 100% !important;
	margin:0 !important;
}

#cookieModal{
	padding-right: 0 !important;
}

#cookieModal{
	z-index: 9999999999 !important;
}


.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
	width: auto !important;
}

.tabs-custom {
   /* padding-top: 50px !important;*/
}



#slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contenidoSlider {
    position: absolute;
    top: 15%; 
    left: 15%;
}

#slider .item h2, #slider .item h5, #slider .item p{
    text-align: left;
}

#slider .item img{
    width: 100%;
}

.blanco h5, .blanco h2{
    color:#FFFFFF;
}


@media (max-width: 1050px){
.logoSlider {
    width: 150px !important;
    height: auto;
}
}


@media (max-width: 650px){
    #slider{
        padding-top: 25px !important;
    }
#slider .item h2{
    font-size: 18px;
}
    #slider .item h5{
    font-size: 12px;
}
    .botonSlider{
        font-size: 12px;
        padding: 2px 5px;
    }
    
    #slider p{
        margin-top: 5px;
    }
    
}
@media (max-width: 550px){
   #slider .owl-stage-outer{
        height:200px; 
    }
}

#panelValores h3{
    margin-top: 15px;
}

#panelValores p{
    margin-top: 5px;
    padding-left: 15px;
}

#panelValores ul{
    margin-top: 5px;
    padding-left: 15px;
}

#listadoValores li{
    margin-top:20px;
}

#listadoValores li p{
    margin-top:5px;
}

.lineaNoticia{
   height:1px;border-width:0;
    color:var(--color-principal);
    background-color:var(--color-principal);
    margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: 50%;
}


.container-fluid{
	max-width: 1920px !important;
}

/* Noticias en la home */
.gt-home-news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--color-principal);
	border-radius: 6px;
	background: var(--color-principal);
	box-shadow: 0 10px 24px rgba(4, 12, 16, .08);
	transition: transform .18s ease, box-shadow .18s ease;
}

.gt-home-news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(4, 12, 16, .12);
}

.gt-home-news-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eef1f3;
}

.gt-home-news-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gt-home-news-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
	padding: 18px 20px 20px;
}

.gt-home-news-card h5 {
	padding-top: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
	text-transform: none;
}

.gt-home-news-card h5 {
	color: #fff;
}

.gt-home-news-card p {
	margin-top: 10px;
	color: #fff;
	font-size: .9rem;
	line-height: 1.45;
}

.gt-home-news-card__link {
	margin-top: auto;
	padding-top: 8px;
	color: #fff;
	font-size: .86rem;
	font-weight: 700;
}

/* Megamenu de productos Bootstrap 5 en header-2026.php */
.gt-products-dropdown {
	position: relative !important;
}

.gt-products-megamenu {
	top: 100%;
	left: 0;
	width: min(980px, calc(100vw - 32px));
	margin-top: 0;
	padding: 22px;
	border: 1px solid rgba(11, 15, 19, .12);
	border-radius: 6px;
	box-shadow: 0 18px 42px rgba(11, 15, 19, .16);
	transform: none;
}

.gt-products-megamenu-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 28px;
}

.gt-products-megamenu-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.gt-products-megamenu-link {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	color: var(--color-principal);
	font-size: .88rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

.gt-products-megamenu-link:hover,
.gt-products-megamenu-link:focus {
	color: #5d626b;
	text-decoration: none;
}

.gt-products-megamenu-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
}

.gt-products-megamenu-image img {
	display: block;
	max-width: 48px;
	max-height: 48px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.gt-products-megamenu-title {
	min-width: 0;
}

@media (min-width: 992px) {
	.barra-navegacion .navbar-nav .nav-item.dropdown:hover > .dropdown-menu,
	.barra-navegacion .navbar-nav .nav-item.dropdown:focus-within > .dropdown-menu {
		display: block;
	}

	.gt-products-dropdown:hover > .gt-products-megamenu,
	.gt-products-dropdown:focus-within > .gt-products-megamenu {
		display: block;
	}
}

@media (max-width: 991.98px) {
	.gt-products-dropdown {
		position: static !important;
	}

	.gt-products-megamenu {
		width: 100%;
		padding: 8px 0 8px 12px;
		border: 0;
		box-shadow: none;
		transform: none;
	}

	.gt-products-megamenu-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.gt-products-megamenu-link {
		min-height: 48px;
	}
}


.navbar a{
	text-transform: uppercase;
	    font-size: 0.88rem;
}

.barra-superior{
	background-color: var(--color-principal);
	color:#FFFFFF;
	font-size: 0.8rem;
}

.barra-superior a{
	color:#FFFFFF;
	text-decoration: none;
}

.barra-superior-container{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.barra-superior-right{
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	gap:15px;

}

.barra-superior-left{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	gap:15px;
	 font-size: 1.2rem;
}
.barra-navegacion{
	background-color: var(--color-principal);
}

.barra-navegacion .navbar-nav .nav-link{
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.navbar-brand img{
	height:auto;
	width:100px;
	padding-bottom: 15px;
	margin-right: 60px;
}

.seccion-oscura{
	background-color: var(--color-principal) !important;
	color:#FFFFFF !important;
}
