/*
Theme Name:  Bioxnet Theme Child
Description: Child theme for Bioxnet Theme
Template:   bioxnet
Text Domain: bioxnet-child
Version: 1.0
*/

.header-top-enlaces p a, .header-top-enlaces a{
    font-size: 14px;
}

.theme-bioxnet-child.theme-bioxnet.woocommerce div.product div.images .flex-control-thumbs li {
    width: 90px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.theme-bioxnet-child.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: inherit;
}

.theme-bioxnet-child .vi_wpvs_variation_form .vi-wpvs-variation-wrap-wrap .vi-wpvs-variation-wrap[data-attribute="attribute_pa_especies-de-madera"] .vi-wpvs-option-wrap{
  margin: 5px 3px 3px 0;
	-webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.theme-bioxnet-child .vi_wpvs_variation_form .vi-wpvs-variation-wrap-wrap .vi-wpvs-variation-wrap[data-attribute="attribute_pa_especies-de-madera"] .vi-wpvs-option-wrap:hover{
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 2;
	background-color: #FFF;
	
}
.theme-bioxnet-child ol[style="list-style-type:lower-alpha"] li{
	    padding: 0 0 14px 0;
}

.theme-bioxnet-child ol[style="list-style-type:lower-alpha"] li:before{
	display:none;
}

.theme-bioxnet-child.theme-bioxnet.woocommerce div.product form.cart div.quantity, 
.theme-bioxnet-child div.product form.cart div.quantity{
    margin: 0 2px 0 0;
    min-width: 50px;
}

@media (max-width: 790px) {
.theme-bioxnet-child.theme-bioxnet.woocommerce div.product div.images .flex-control-thumbs li {
    width: 50px;
}
}

.theme-bioxnet.theme-bioxnet-child .wc-block-product-categories ul li .wc-block-product-categories-list-item-count{
	display:none;
}

.theme-bioxnet.theme-bioxnet-child .wc-block-product-categories ul li ul li a{
	font-size: 15px;
}
.theme-bioxnet.theme-bioxnet-child .wc-block-product-categories ul li ul li a:before{
	display:none;
}


.contador {
    font-size: 65px;
    font-weight: 800;
    color: #2970B8;
    text-align: center;
}

.justificado{
	text-align: justify !important;
}

.boton-pdf-descarga {
    display: inline-block;
    background-color: #0073aa;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
	text-align: center;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid transparent;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.boton-pdf-descarga:hover {
    background-color: #ffffff;
    color: #0073aa;
    border-color: #0073aa;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}


.has-link-color.justificado.wp-elements-e5bcb2fd5e0aa89db23848823b30ad36.wp-block-post-excerpt.has-text-color.has-white-color p{
	color: white !important;
}

.ficha-tecnica {
    text-align: center; /* Centra el contenido dentro del div */
}

.ficha-tecnica img {
    width: 70%;           /* Ancho por defecto, tú puedes modificarlo */
	margin-top: 50px;
    max-width: 100%;       /* Evita que se salga del contenedor */
    height: auto;
    display: inline-block; /* Necesario para centrar con text-align */
    border-radius: 5px;
}

.my-gallery {
    width: 100%;
    aspect-ratio: 1 / 1; /* Relación 1:1 como 900x900 */
    margin: 40px auto;
    position: relative;
    overflow: visible;
}

/* Contenedor de cada imagen */
.my-gallery .gallery-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Imagen recortada y ajustada */
.my-gallery .gallery-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}


/* Flechas del carrusel */
.slick-arrow {
    background: none;            /* Sin fondo */
    color: #fff;                 /* Color blanco */
    border: none;
    font-size: 50px;             /* Tamaño grande del icono */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
}

.slick-arrow:hover {
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); /* brillo suave */
}

.slick-prev {
    left: -40px; /* Ajusta según espacio disponible */
}

.slick-next {
    right: -40px;
}

/* Puntos del carrusel */
.slick-dots {
    bottom: -30px;
    text-align: center;
}

.slick-dots li {
    margin: 0 6px;
}

/* Asegúrate que los puntos también sean visibles */
.slick-dots li button:before {
    font-size: 16px; /* Aumenta el tamaño del punto (por defecto es 6-8px) */
    color: #fff !important; /* Color blanco */
    opacity: 0.75;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
    color: #fff !important;
    font-size: 20px; /* Punto activo aún más grande si quieres */
    opacity: 1;
}

/* Transición de los slides */
.slick-slide {
    transition: all 0.5s ease;
}



.descripcion-ficha {
    font-size: 15px;
    line-height: 1.7;
    margin: 20px 0;
}

.descripcion-ficha ul,
.descripcion-ficha ol {
    margin-left: 20px;
    padding-left: 10px;
}

.descripcion-ficha p{
	text-align: justify;
	line-height: 1.3;
}


.descripcion-ficha span{
	color: black !important;
	font-weight: 400;
}

.wp-block-navigation-item__content{
	margin-bottom: 5px;
}

@media (max-width: 768px) {
  .cont-movil {
    display: block !important;
  }
}


.cont-movil{
	display: none;
}




@media (max-width: 768px) {
  .cont-desktop {
    display: none !important;
  }
}


.cont-desktop{
	display: block;
}

.bor-expertos {
  border-right: 2px solid white; /* Estilo por defecto para desktop */
}

@media (max-width: 768px) {
  .bor-expertos {
    border-right: none !important;           /* Quitamos borde derecho */
    border-bottom: 2px solid white !important; /* Agregamos borde abajo */
  }
}

@media (max-width: 768px){
	.wp-block-group.has-background.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-ccaf665f.wp-block-group-is-layout-flex{
		display: none !important;
	}
}

@media (max-width: 768px){
	.vermas-centro{
		justify-content: center !important;
	}
}

@media (max-width: 768px) {
  .invertir-en-movil {
    flex-direction: column-reverse !important;
  }
}