body{

}
.tax-products-categories .breadcrumb {
    display: none !important;
}
.tax-subjects h1 {
    margin-top: 30px;
}
.tax-subjects .owl-carousel{
	display:none !important;
}

.item_destino {
    /*background-color: lightcyan;*/
}

.taxonomia{}

.taxonomia .centrado{
	flex-direction: column;
}

.carrusel-taxonomia{}

.carrusel-taxonomia .item{
	position: relative;
	min-height: 50vh;
	background: var(--main-gorlan-color);
	display: flex;
}

.carrusel-taxonomia .item > img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: 1;
}

.carrusel-taxonomia .item .centrado{
	z-index: 2;
	position: relative;
	padding-top: initial;
	height: 100%;
	display: flex;
	margin-bottom: 2%;
	justify-content: flex-start;
   align-items: flex-start;

}

.carrusel-taxonomia .item .centrado .panel{
	background-color: var(--main-gorlan-color);
	display: flex;
	flex-direction: column;
	padding: 40px 20px;
	width: 100%;
	max-width: 50%;
}

.carrusel-taxonomia .item .centrado .panel h2,
.carrusel-taxonomia .item .centrado .panel h3{
	padding: 0px;
	padding-bottom: 10px;
	margin:  0px;
	color: white;
}

.carrusel-taxonomia .item .centrado .panel h2:last-child{
	padding-bottom: 0px;
}

.carrusel-taxonomia .item .centrado .panel p{
	color: white;
}

.carrusel-taxonomia .owl-dots{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.todo{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.detino{
	width: 100%;
	max-width: 50%;
}

.ficha_tecnica table{}

.ficha_tecnica table tr{}


.tabla_precios .centrado table{
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

.ficha_tecnica table th,
.ficha_tecnica table thead tr:first-child td{
  background-color: rgba(12,90,158,0.75);
  color: white;
  padding: 10px;
  padding-bottom: 5px;
  font-weight: 700;
}

.ficha_tecnica table tr:first-child td:nth-child(1){
	/*color: white;*/
}

.ficha_tecnica table tr td,
.ficha_tecnica table tr th{
  text-align: center;
  font-weight: 700;
  color: rgba(0,29,52,1);
}

.ficha_tecnica table tr th{
	color: white;
}

.ficha_tecnica table th:nth-child(1),
.ficha_tecnica table tr td:nth-child(1){
  /*text-align: left;*/
  /*font-weight: 400;*/
}

.ficha_tecnica table tr td span{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(51,51,51,1);
}


.ficha_tecnica table tr:nth-of-type(even) td{
    background-color: rgba(0,29,52,0.1);
  }

  .ficha_tecnica table tr:nth-of-type(odd) th,
  .ficha_tecnica table thead tr:first-child td{
    background-color: rgba(12,90,158,1);
  }

.single-productos .item_destino.ficha_tecnica table th span{
  display: block;
  color: rgba(137,102,22,1);
}

.ficha_tecnica table tr td:nth-child(1){
  color: rgba(0,29,52,1);
}

.ficha_tecnica table th:nth-child(1){
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.ficha_tecnica table tr td{
  background-color: rgba(0,29,52,0.0.5);
  padding: 10px;
  padding-bottom: 5px;
}

.ficha_tecnica table tr td strong{
  text-transform: uppercase;
  display: block;
  color: rgba(137,102,22,1);
  font-weight: 700;
}

.item_destino.descargas ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.item_destino.descargas ul li {
    padding: 0px;
    margin: 0px;
    display: block;
}

.item_destino.descargas ul li a {
    background-color: var(--main-gorlan-color);
    border: none;
    color: white;
    padding: 5px 16px; 
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 60px;
}

.item_destino.descargas ul li a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/cloud-download.svg);
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.item_destino.descargas ul li a span{
	font-size: 15px;
	font-weight: 700;
}

.item_destino.descargas ul li a strong{
	font-size: 15px;
	font-weight: 400;
}


.taxonomia_lateral{
	width: 100%;
	max-width: 50%;
}

.taxonomia_lateral .owl-carousel .owl-item img{
	max-height: 600px;
	width: auto;
	margin: auto;
}




.listado_taxonomia{
	padding-top: 18px;
}

.listado_taxonomia .centrado{
	display: flex !important;
    gap: 10px;
    width: max-content !important;
    max-width: max-content;
    margin-bottom: 20px;
    margin: 0px !important;
    padding-bottom: 20px;
}

.listado_taxonomia .centrado h2{
	width: 100%;
}

.listado_taxonomia .centrado ul.hijos{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.listado_taxonomia .centrado ul.hijos li{
	padding-right: 20px;
	width: 25%;
	margin-bottom: 20px;
}

.listado_taxonomia .centrado ul.hijos li a{
	background-color: var(--main-gorlan-color);
    border: none;
    color: white;
    padding: 5px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 50px;
    font-weight: 500;
    height: 100%;

}


.listado_taxonomia .centrado article{
width: 180px;
    min-height: 200px;
    /* max-width: calc(100% / 4 - 20px); */
    padding: 0px;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
    border: 2px solid var(--main-gorlan-color);
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
    /* margin-bottom: 20px; */
    /* overflow: hidden; */
    /* position: relative; */
    /* margin-right: 20px; */
    display: flex
;
    flex-direction: column;
}

.listado_taxonomia .centrado article img{
	height: 230px !important;
    object-fit: contain;
	/* padding: 20px; 25 noviembre (nuevo layout) */ 
}
.listado_taxonomia .centrado article a {
    color: white;
    font-weight: 400 !important;
}

.listado_taxonomia .centrado article h2{
	display: block;
	/*position: absolute;  25 noviembre (nuevo layout) */ 
	bottom: 0px;
	left: 0px;
	width: 100%;
/* 	z-index: -2; */
	background-color: var(--main-gorlan-color);
	margin: 0px;
	padding: 10px 20px;
	font-size: 17px;
	/* 25 noviembre (nuevo layout) START */ 
	flex-grow: 2;
	/* 25 noviembre (nuevo layout) END */ 
}

.listado_taxonomia .centrado article h2 a{
	display: block;
	color: white;
	font-weight: 400;
}

.listado_taxonomia .centrado article h2 a strong{
	display: block;
	font-weight: 600;
	padding-bottom: 10px;

}

.tax-products-categories .pestanas.control {
    display: none;
}
section#taxonomy {
    border-bottom: 1px solid;
	border-top: 1px solid;
}

@media only screen and (max-width:428px){

	.todo{
		flex-direction: column;
	}

	.taxonomia_lateral{
		max-width: 100%;
	}
	.listado_taxonomia .centrado article img{
		height: 200px !important;
	}
	.listado_taxonomia .centrado article{
		max-width: 180px;
		margin-right: 0px;
	}
	.listado_taxonomia .centrado{
		display: flex !important;
    flex-direction: row !important;
    width: 1200px !important;
    padding: 0px;
	}
	
	/* Estilo para el contenedor */
section.listado_taxonomia {
  overflow-x: scroll;
  width: 100%;
  height: 360px; /* Altura ajustable */
/*   background-color: #f5f5f5; */
}

/* Barra de desplazamiento completa */
section.listado_taxonomia::-webkit-scrollbar {
  height: 12px; /* Altura de la barra de desplazamiento */
}

/* Fondo de la barra de desplazamiento */
section.listado_taxonomia::-webkit-scrollbar-track {
  background: #dcdcdc; 
}

/* Parte de la barra que se desplaza */
section.listado_taxonomia::-webkit-scrollbar-thumb {
  background-color: #888; /* Color de la barra */
  border-radius: 6px;      /* Radio de bordes */
  border: 3px solid #f5f5f5; /* Borde externo */
}

/* Color al pasar el ratón sobre la barra de desplazamiento */
section.listado_taxonomia::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* 	section.listado_taxonomia{
		overflow-x: scroll;
	} */

}

@media (min-width: 481px) and (max-width: 767px) {
	.listado_taxonomia .centrado article img{
		height: 200px !important;
	}
		.listado_taxonomia .centrado {
			display: flex !important;
    	flex-direction: row !important;
	    padding: 0px;
	    width: auto;
		}
		section.listado_taxonomia{
			overflow-x: scroll;
		}
}

@media (min-width: 768px) and (max-width: 1100px){
	.listado_taxonomia .centrado article img{
		height: 200px !important;
	}
	.listado_taxonomia .centrado {
		display: flex !important;
    flex-direction: row !important;
    padding: 0px;
    width: 1400px;
	}
	section.listado_taxonomia{
			overflow-x: scroll;
		}
}
