/*
Theme Name: Biooklab
Theme URI: http://biooklab.com
Description: Tema para Biooklab
Version: 1.0
Author: Jon Alain Hinojosa
Author URI: http://somosmio.com
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";


:root {
    --swiper-pagination-color: #205120 !important;
    --swiper-pagination-bullet-inactive-color: #CFE6CD !important;
    --swiper-pagination-bullet-width: 1.6000rem;
    --swiper-pagination-bullet-height: 1.6000rem;
    --swiper-pagination-bullet-inactive-opacity: 1;
    /* 
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

.actividades-experimentacion {
    --swiper-pagination-color: white;
    --swiper-pagination-bullet-inactive-color: #AEA4C9;
}

html {
    font-size: calc(100vw / 100);
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
}


header #logo img {
    width: auto;
    height: 6.9000rem;
}

.icono-biooklab {
    width: 5.0000rem;
    height: 5.0000rem;
    background-color: black;
    display: inline-block;
}

.biooklab-span {
    display: inline-block;
    padding: 0 1.2000rem;
}

/* 
.morado1 {
    background-color: #857bd4;
}

.morado2 {
    background-color: #60599c;
}

.morado3 {
    background-color: #3F3A64;
}

.amarillo1 {
    background-color: #dbcea8;
}

.amarillo2 {
    background-color: #685c38;
}

.amarillo3 {
    background-color: #F2C94C;
}

.verde1 {
    background-color: #b3e4ae;
}

.verde2 {
    background-color: #40603d;
}

.verde3 {
    background-color: #3FAA35;
} */

.a-content {
    color: white;
    background-color: black;
    width: fit-content;
    border-radius: 30px;
    padding: 0.8000rem 2.4000rem;
    display: inline-block;
    text-decoration: none;
}

.a-container {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.home-slider .a-container {
    margin: 0;
    margin-right: auto;
}

.a-after {
    display: flex;
    background-color: black;
    border-radius: 100%;
    transform: translateX(0);
    transition: all 0.3s;
}

.a-after::after {
    content: "";
    display: inline-block;
    width: 4.9000rem;
    height: 4.9000rem;
    background-image: url("images/arrow-right.svg");
    background-size: cover;
    background-color: black;
    background-size: 2.5rem;
    background-color: inherit;
    border-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.a-container:hover .a-after {
    transform: translateX(3rem);
}

button:hover .a-after {
    transform: translateX(3rem);
}

.circulo-flecha {
    height: 6.8rem;
    width: 6.8rem;
    border: 2px solid white;
    border-radius: 100%;
    display: inline-block;
}

.home #actividades .circulo-flecha {
    border-color: white;
}

.home #actividades .circulo-flecha:after {
    background-color: white;
}

.amarillo .circulo-flecha {
    border-color: #FEEF79;
}

.amarillo .circulo-flecha:after {
    background-color: #FEEF79;
}

.morado .circulo-flecha {
    border-color: #CCBDF4;
}

.morado .circulo-flecha:after {
    background-color: #CCBDF4;
}

.verde .circulo-flecha {
    border-color: #9ED499;
}

.verde .circulo-flecha:after {
    background-color: #9ED499;
}

a:hover .circulo-flecha {
    background: white;
}

.home #actividades a:hover .circulo-flecha {
    background: white;
}

a:hover .circulo-flecha:after {
    background-color: #CCBDF4;
}

.home #actividades a:hover .circulo-flecha:after {
    background-color: #CCBDF4;
}

.amarillo a:hover .circulo-flecha {
    background: #FEEF79;
}

.amarillo a:hover .circulo-flecha:after {
    background-color: white;
}

.morado a:hover .circulo-flecha {
    background: #CCBDF4;
}

.morado a:hover .circulo-flecha:after {
    background-color: white;
}

.verde a:hover .circulo-flecha {
    background: #9ED499;
}

.verde a:hover .circulo-flecha:after {
    background-color: white;
}

.circulo-flecha:after {
    content: '';
    background-color: white;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(images/arrow-right.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 3.5rem;
    mask-image: url(images/arrow-right.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 3.5rem;
    transform: rotate(315deg);
}

.swiper-container {
    position: relative;
    overflow: hidden;
}


a {
    text-decoration: none !important;
    color: inherit;
}

a .texto h4 {
    color: black;
}

.bmorado a .texto h5 {
    color: white;
}

.experimentacion-kit.kits.amarillo .kits-image-container {
    background-color: #FEEF79;
}

.experimentacion-kit.amarillo h5 {
    color: #FEEF79;
}

.bamarillo {
    background-color: #FEEF79 !important;
}

.product_tags .bamarillo {
    color: #A29109;
    background-color: #FAF2B4 !important;
}

span.iconos-biooklab.bamarillo svg path {
    fill: #A29109;
}

.iconos-biooklab.bamarillo {
    background-color: #FAF2B4 !important;
}

.camarillo {
    color: #FEEF79;

}

.experimentacion-kit.kits.morado .kits-image-container {
    background-color: #CCBDF4;
}

.bmorado {
    background-color: #CCBDF4 !important;
}

.product_tags .bmorado {
    color: #7868EF;
    background-color: #E0D8F6 !important;
}

span.iconos-biooklab.bmorado svg path {
    fill: #7868EF;
}

.iconos-biooklab.bmorado {
    background-color: #E0D8F6 !important;
}

.cmorado {
    color: #CCBDF4;
}

.experimentacion-kit.morado h5 {
    color: #CCBDF4;
}

.bverde {
    background-color: #9ED499 !important;
}

.product_tags .bverde {
    color: #205120;
    background-color: #CEE9CC !important;
}

.iconos-biooklab.bverde {
    background-color: #CEE9CC !important;
}

span.iconos-biooklab.bverde svg path {
    fill: #205120;
}

.bverdeclaro {
    background-color: #ECF7EB !important;
}

.product_tags .bverdeclaro {
    color: #205120;
    background-color: #ECF7EB !important;
}

.cverde {
    color: #9ED499;
}

.product_tags .bnone {
    background-color: unset !important;
}

.experimentacion-kit.kits.verde .kits-image-container {
    background-color: #9ED499;
}

.experimentacion-kit.verde h5 {
    color: #9ED499;
}

.bverdecompra {
    background-color: #3FAA35;
}

.sobre-biooklab * {
    text-align: left;
}

.biooklab-accion-enlaces a {
    margin: 0 !important;
}

.biooklab-accion .enlaces a * {
    color: black;
}

.biooklab-accion .enlaces .a-after:after {
    background: none;
    -webkit-mask-image: url(images/arrow-right.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 3.5rem;
    -webkit-mask-size: 2.5rem;
    mask-image: url(images/arrow-right.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 2.5rem;
    background-color: black;
}

.faqs .accordion .accordion-button::after {
    transform: none;
    height: 2rem;
    width: 2rem;
    background-position: center;
    background-size: 2rem;
    font-size: 1rem;
}

.faqs .accordion .accordion-button:not(.collapsed)::after {
    background-image: url("images/-.svg") !important;
}

.faqs .accordion .accordion-button.collapsed::after {
    background-image: url("images/+.svg") !important;
}

.contacto button input {
    order: 1;
    height: 4.6rem;
}

.contacto .a-after::after {
    height: 4.6rem;
    width: 4.6rem;
}

.contacto button .a-after {
    order: 2;
}

.contacto .wpcf7-spinner {
    order: 3;
}

.contacto-form button {
    display: flex;
    background-color: transparent;
    border: 0;
    align-items: center;
}

.contacto-info-content a, .contacto-info-content p {
    font-size: 1.8rem;
}

.contacto-info-content p {
    text-align: left;
}

.telefonoMail a {
    display: block;
    color: white;
}

.telefonoMail {
    margin-bottom: 2.68rem;
}

.redes a img {
    width: 2rem;
    height: 2rem;
}

section.contacto {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

section.contacto .contacto-map img {
    width: 100%;
}

.faqs .accordion-button:not(.collapsed) {
    color: #205120 !important;
}

footer {
    background-color: #9ED499;
    border-top: 1px solid black;
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
    font-size: 1.8rem;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .enlaces-footer, footer .enlaces-footer * {
    text-decoration: none;
    color: #3FAA35;
}

.iconos-biooklab {
    height: 5rem;
    width: 5rem;
    border-radius: 100%;
    padding: 1rem;
    display: inline-block;
    position: relative;
}

.iconos-biooklab svg {
    position: absolute;
    display: inline;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
}

.biooklab-span {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.biooklab-span img {
    position: absolute;
    width: 100% !important;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.biooklab-span span {
    position: relative;
    z-index: 2;
}

/* media > 480 */
/* @media (min-width: 480px) { */

html {
    font-size: calc(100vw / 192);
}

body {
    margin-top: 5.0000rem !important;
    position: relative;
}

.container, .woocommerce-order-pay>.woocommerce {
    max-width: 85.41666666666667% !important;
    margin: auto !important;
}

.container-left {
    margin-left: 7.2916667% !important;
}

body>header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

section {
    position: relative;
    z-index: 0;
}

.home header .container {
    padding-right: 16.85em !important;
    padding-left: 0;
}

header ul {
    display: flex;
    gap: 2.5rem;
    margin: 0;
}

#menu-menu-tienda {
    gap: 1.4rem;
}

header ul .shop {
    gap: 1.6000rem;
}

main {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
}

section, .contacto-form, .contacto-info {
    padding: 10.2000rem 0;
}

.contacto-form, .contacto-info {
    padding-bottom: 0;
}

.home section:first-of-type, section.contacto {
    padding-top: 0;
    padding-bottom: 0;
}

body:not(.single-product) section:last-of-type {
    padding-bottom: 0;
}

.home-slider .swiper-slide {
    background-color: white;
}

.home-slider .imagen {
    margin-left: auto;
    height: 70rem;
    clip-path: url(#home-slider-path);
    overflow: hidden;
    flex: 0 0 95.1000rem !important;
}

.home-slider .imagen img {
    width: 95.1000rem;
    height: auto;
}

.slider-text {
    margin-left: auto;
}

.slider-text h2 {
    width: 76.9rem;
    padding-right: 7.6000rem;
}

.home-slider .tags {
    padding: 2.0000rem 0;
}

.home-slider .descripcion {
    margin-top: 3.2000rem;
    max-width: 71.3000rem;
    text-align: left;
}

.home-slider .a-container {
    margin-top: 3.2000rem;
}

.home-slider .swiper-pagination {
    width: 50% !important;
    bottom: 2.0000rem !important;
}

.experimentacion-kits-container .titulo {
    width: 71.0000rem;
    margin: auto;
    margin-bottom: 7.7000rem;
}

.experimentacion-kit .kits-image-container, .actividades-image-container {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    width: 100%;
    /* width: 53.6000rem !important; */
    height: 29.3000rem;
}


.kits-image-container {
    position: relative;
}


.kits-image-container img,
.actividades-image-container img {
    border-radius: 30px;
}


body.home .kits-image-container {
    overflow: hidden;
}

.archive .kits-image-container img {
    top: 0;
    height: auto;
    width: auto;
    position: initial;
}

.container {
    overflow: hidden;
}

.experimentacion-kit .texto, .actividades-experimentacion .texto {
    min-height: 13.1000rem;
    padding-bottom: 2.2rem;
}


.experimentacion-kits-container .swiper-container {
    min-height: 64.0000rem;
}

.experimentacion-kits-container .swiper-pagination {
    bottom: 4.8000rem !important;
}

.nuestros-kits.titulo {
    width: 105.8000rem;
    margin: auto;
    margin-top: 3.6000rem;
}

.nuestros-kits img {
    width: 41.4000rem;
}

.nuestros-kits img.imagen-pequena {
    width: 27.6000rem;
    position: absolute;
}

.nuestros-kits-content {
    height: 77.2000rem;
}

.nuestros-kits-imagen-izquierda {
    align-self: baseline;
}

.nuestros-kits-imagen-izquierda .imagen-pequena {
    left: 60%;
    top: 10%;
}

.nuestros-kits-imagen-derecha {
    align-self: end;
}

.nuestros-kits-imagen-derecha .imagen-pequena {
    right: 80%;
    bottom: 10%;
}

.nuestros-kits-texto {
    width: 48rem;
    margin: auto;
    color: #A29109;
}

.nuestros-kits-texto p {
    font-size: 1.9rem;
    margin-top: 2.5rem;
    text-align: center;
}

.nuestros-kits-pie.pretitulo {
    margin-top: 9.2rem;
    margin-bottom: 1.5rem;
}

.nuestros-kits-pie.titulo {
    margin-top: 0;
}

.actividades.titulo {
    width: 94.4rem;
    margin: auto;
    margin-bottom: 8.6rem;
}

.actividades-image-container img {
    height: auto;
    max-height: none;
    width: 100%;
    height: auto;
}

.experimentacion-kit .circulo-flecha, .actividades-experimentacion .circulo-flecha {
    margin-left: 6rem;
}

.actividades-experimentacion .swiper-container {
    min-height: 55.8rem;
}

.actividades-experimentacion .swiper-pagination {
    bottom: 4.8rem !important;
}

.sobre-biooklab h2 {
    margin-bottom: 4rem;
}

.sobre-biooklab h4 {
    margin-bottom: 4.4rem;
    width: 69rem;
}

.sobre-biooklab .sobre-biooklab-texto {
    width: 68rem;
    column-count: 2;
    column-gap: 5.3rem;
}

.sobre-biooklab p {
    font-size: 1.9rem;
}

.sobre-biooklab img {
    width: 82.8rem;
    display: block;
    margin-left: auto;
}

.valores-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
}

.valor-item.titulo {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

.valor-item {
    height: 32.5rem;
    width: auto;
    padding: 0 4rem;
    padding-bottom: 5.2rem;
    display: flex;
    align-items: end;
    justify-content: start;
    position: relative;
    border-radius: 4rem;
    overflow: hidden;
}

.valor-item h2 {
    text-align: left;
}

.valor-item h5 {
    text-align: left;
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.valor-item img {
    position: absolute;
}

.biooklab-accion h2 {
    margin-bottom: 9.2rem !important;
}

.biooklab-accion .biooklab-accion-kits {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    overflow: hidden;
    gap: 1.3rem;
    margin-bottom: 11.8rem;
}

.biooklab-accion .biooklab-accion-kit img {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 49.7rem;
}

.biooklab-accion .enlaces {
    display: flex;
    justify-content: center;
    gap: 3.4rem;
}

.faqs-container {
    display: flex;
}

.faqs-container .titulo {
    flex: 0 0 53rem;
    text-align: left;
}

.faqs-container h3 {
    text-align: left;
}

.faqs-accordion {
    width: 111.7rem;
    margin-left: auto;
}

.faqs .accordion-body {
    font-size: 1.9rem;
}

.faqs button {
    font-size: inherit;
    color: #205120;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.faqs .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #707070;
}

.faqs .accordion-button::after {
    order: -1;
    margin-left: 0;
    margin-right: 2.4em;
}

.faqs button {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.faqs .accordion-body {
    padding-bottom: 3.6rem;
    padding-left: 5.65rem;
}


#mapaContacto {
    width: 83rem;
    height: 72.2rem;
}

.contacto-container {
    display: flex;
}

.contacto-container h2 {
    margin-bottom: 5rem;
    text-align: left;
}

.contacto-form, .contacto-info {
    flex: 1 1 100%;
}

.wpcf7-submit {
    background-color: black;
    /* Color de fondo del botón */
    color: white;
    /* Color de texto del botón */
    border: none;
    /* Sin bordes */
    padding: 1rem 2rem;
    /* Espaciado interno del botón */
    cursor: pointer;
    /* Cursor en forma de mano al pasar el mouse */
    border-radius: 30px;
    /* Bordes redondeados del botón */
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-checkbox {
    width: 100%;
    /* Ancho completo */
    padding: 1rem;
    /* Espaciado interno */
    background-color: transparent;
    border: 0;

}

.wpcf7-text, .wpcf7-textarea {
    border-bottom: 1px solid black;
}

.wpcf7-text::placeholder, .wpcf7-textarea::placeholder, .wpcf7-checkbox::placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
}

.wpcf7-text::-ms-input-placeholder, .wpcf7-textarea::-ms-input-placeholder, .wpcf7-checkbox::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: red;
}

.wpcf7-checkbox {
    text-align: left;
    display: block;
    /* Para que la casilla esté en su propia línea */
    margin-top: 0;
    padding: 0;
    /* Margen superior */
}

.wpcf7-checkbox .first {
    margin: 0;
}

.contacto-form button {
    margin-top: 4.8rem;
}

.contacto-form .wpcf7-checkbox {
    font-size: 1.4rem;
}

.contacto-info {
    display: flex;
}

.contacto-info-content {
    width: 31rem;
    margin-left: 15rem;
    margin-top: 15rem;
    margin-right: 8rem;
}

/* } */
/* .biooklab-accion-container .swiper-wrapper:hover {
    cursor: url(images/drag.svg) 50 50, auto;
} */

.swiper-container[data-navigation=true] {
    --swiper-navigation-sides-offset: 4rem;
}

.single-product .swiper-container[data-navigation=true] .swiper-button-next,
.single-product .swiper-container[data-navigation=true] .swiper-button-prev {
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.swiper-container[data-navigation=true] .swiper-button-next,
.swiper-container[data-navigation=true] .swiper-button-prev {
    background-color: white;
    border-radius: 100%;
    width: 8rem;
    height: 8rem;
}

.swiper-container[data-navigation=true] .swiper-button-next:after,
.swiper-container[data-navigation=true] .swiper-button-prev:after {
    content: 'a';
    background: none;
    -webkit-mask-image: url(images/arrow-right.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 3.5rem;
    -webkit-mask-size: 2.5rem;
    mask-image: url(images/arrow-right.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 3.5rem;
    background-color: black;
    width: 100%;
}

.swiper-container[data-navigation=true] .swiper-button-prev:after {
    transform: rotate(180deg);
}


header .container {
    overflow: visible;
}

/* Estilos básicos del menú */

#menu-principal {
    align-items: baseline;
    padding-left: 6.176rem;
}

#menu-principal .menu-item {
    position: relative;
}

/* Estilos para el submenú */
.sub-menu {
    background-color: white;
    padding-top: 1rem;
    display: none;
    position: absolute;
    min-width: 16rem;
    z-index: 1;
    padding: 1rem;
    margin-left: -1rem;
}

.sub-menu .menu-item {
    float: none;
}

.sub-menu .menu-item a {
    padding: 12px 16px;
    padding-left: 0;
    text-decoration: none;
    display: block;
    text-align: left;
}

.sub-menu .menu-item a:hover {}

/* Mostrar el submenú al hacer hover */
.menu-item-has-children:hover .sub-menu {
    display: block;
}

.menu-item-has-children:after {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    transform: rotate(0deg);
    background-image: url(images/chevron.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-item-has-children:hover:after {
    transform: rotate(180deg);
}

#access {
    align-items: baseline;
}

.icono-header {
    height: 5.1rem;
    width: 5.1rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icono-header img {
    width: 2.2rem;
    height: auto;
}

#micuenta {
    background-color: #9ED49965;
}

#carrito {
    background-color: #CCBDF466;
    position: relative;
}

#carrito .cart-count {
    position: absolute;
    bottom: -1.5rem;
    background: white;
    padding: 0.25rem 0.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #776EE9;
}


.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 4rem;
    height: 3.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

.hamburger span {
    width: 100%;
    height: 0.25rem;
    background: black;
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
}

.experimentacion-kit a img {
    transition: all 0.3s linear;
}

.experimentacion-kit.kits a:hover img {
    transform: scale(1.1);
}


.tax-product_cat h1, .tax-product_tag h1 {
    width: 71rem;
    margin-bottom: 11.2rem;
}

.container-productos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    row-gap: 8rem;
}

.product_tags {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12rem 0;
    gap: 1.3rem;
}

.product_tags a {
    font-size: 2.1rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    padding: 0;
    padding-right: 1rem;
}

.product_tags .iconos-biooklab {
    height: 4rem;
    width: 4rem;
}

.paginacion {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    margin-top: 8rem;

}

.paginacion>* {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9ED499;
    border-radius: 100%;
    font-size: 1.8rem;
    color: #205120;
}

.paginacion .current {
    border-color: #205120;
    background-color: #205120;
    color: white;
}

.paginacion>a:hover {
    border-color: #205120;
    background-color: #205120 !important;
    color: white;
}

.paginacion>a:hover .circulo-flecha {
    background-color: unset;
}

.paginacion>a:hover .circulo-flecha:after {
    background-color: white;
}

.paginacion .circulo-flecha {
    width: 100%;
    height: 100%;
    border: 0;
}

.paginacion .circulo-flecha:after {
    background-color: #205120;
    mask-size: 1.6rem;
    transform: none;
}

.paginacion .prev .circulo-flecha:after {
    transform: rotate(180deg);
}

.sobre-biooklab p a {
    color: black;
    text-decoration: underline !important;
}

@media only screen and (max-width: 576px) {
    body>header {
        margin-top: 3rem;
    }

    footer .container {
        flex-direction: column;
        font-size: 1.5em;
    }

    .menu-header {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .menu-header ul {
        flex-direction: column;
        width: auto;
    }

    .menu-header ul li {
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .hamburger {
        display: flex;
    }

    .menu-header.show {
        display: flex;
    }

    html {
        font-size: calc(100vw / 100);
    }

    .container-mobile {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        max-width: 85.41666666666667% !important;
        margin: auto !important;
    }

    .titulo, h2 {
        text-align: left;
    }

    .home-slider .swiper-container {}

    .home-slider .imagen img {
        width: 100%;
    }

    .home-slider .swiper-pagination {
        width: 100% !important;
    }

    .home-slider .swiper-slide {
        display: flex !important;
        align-items: stretch;
        min-height: 141.3518375738885rem;
    }

    .swiper-slide .d-flex {
        flex-direction: column;
        align-items: start;
    }

    .home-slider .container-left {
        padding-top: 5rem;
    }

    .home-slider .swiper-pagination {
        top: 55% !important;
        left: 57% !important;
        bottom: unset !important;
        width: auto !important;
    }


    .experimentacion-kits-container .swiper-container {
        min-height: 90rem;
    }

    .experimentacion-kits-container .kits-image-container {
        min-height: 45rem;
    }

    .nuestros-kits.titulo {
        width: auto;
        margin-bottom: 6rem;
    }

    .nuestros-kits-content {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5rem;
    }

    .nuestros-kits-texto {
        width: 90%;
    }

    .nuestros-kits-texto h3 {
        margin-bottom: 2rem;
    }

    .experimentacion-kits-container .titulo, .actividades.titulo {
        width: auto;
    }

    .actividades-experimentacion .swiper-container,
    .experimentacion-kit .swiper-container {
        height: auto;
    }

    .actividades-experimentacion .swiper-wrapper,
    .experimentacion-kit .swiper-wrapper {
        margin-bottom: 9rem;
    }

    .actividades-experimentacion .texto,
    .experimentacion-kit .texto {
        height: auto;
        width: 100%;
    }

    .experimentacion-kit .texto {
        min-height: 15rem;
    }

    .actividades-experimentacion a,
    .experimentacion-kit a {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
    }

    .actividades-experimentacion h5 {
        margin-top: 0.9rem;
        color: white;
    }

    .actividades-experimentacion .circulo-flecha,
    .experimentacion-kit .circulo-flecha {
        margin-left: 0;
    }

    .sobre-biooklab-content {
        flex-wrap: wrap;
    }

    .sobre-biooklab h4, .sobre-biooklab p {
        width: auto;
    }

    .sobre-biooklab h2 {
        margin-top: 6rem;
    }

    .sobre-biooklab img {
        width: 100%;
    }

    .valores-container {
        grid-template-columns: repeat(1, 1fr);

    }

    .valor-item {
        border-radius: 6rem;
    }

    .valor-item img {
        width: 30%;
    }

    .biooklab-accion .biooklab-accion-kit img {
        max-height: none;
    }

    .biooklab-accion-kit a {
        width: 100%;
        display: block;
    }

    .biooklab-accion .biooklab-accion-kits {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 5rem !important;
    }

    .faqs-container {
        flex-wrap: wrap;
        gap: 5rem;
    }

    .contacto-info-content {
        width: auto;
    }

    .contacto-container {
        flex-wrap: wrap;
    }

    .contacto-form {
        flex: 0 0 100% !important;
        /* width: 50%; */
        padding-left: 0 !important;
    }

    .contacto-info {
        flex: 0 0 100% !important;
        padding-top: 5rem !important;

    }

    .contacto-info-content {
        margin: 0 !important;
    }

    .contacto-info-content a, .contacto-info-content p {
        font-size: 3.1rem;
    }

    #mapaContacto {
        width: 100vw;
        height: 100rem;
    }

    .contacto-map {
        margin-top: 5rem;
    }

    .nuestros-kits-texto p {
        text-align: left;
        font-size: 3.1rem;
    }

    .slider-text h2 {
        width: 100%;
    }

    .faqs-container .titulo {
        flex-direction: 0 0 100%;
    }

    .a-after::after {
        width: 6.262210796915167rem;
        height: 6.262210796915167rem;
    }

    .nuestros-kits.titulo, .nuestros-kits-pie.titulo {
        text-align: center;
    }

    .sobre-biooklab p {
        column-count: 1;
        font-size: 3.1rem;
    }

    .sub-menu {
        background: white;
        padding: 0 2rem;
        margin-left: -2rem;
        margin-top: 2rem;
    }

    header .container {
        justify-content: space-between;
    }

    header .hamburger {
        margin-right: 6rem;
    }

    #access {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        flex-wrap: wrap;
        top: 0;
        padding: 2rem;
        background: white;

    }

    #menu-principal {
        padding: 0;
        margin-bottom: 2.5rem;
    }

    #menu-menu-tienda {
        padding: 0;
    }

    .redes a img {
        width: 4rem;
        height: 4rem;
    }

    #contacto .direccion {
        margin-bottom: 2.68rem;
    }

    .tax-product_cat h1, .tax-product_tag h1 {
        width: auto;
    }

    .container-productos {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 2.4rem;
    }
}







/* style.css */

.woocommerce-notices-wrapper>* {
    margin-top: 8rem;
    margin-bottom: -8rem;
    position: relative;
    z-index: 2;
}

.product-main {
    align-items: center;
}

.product-main {
    display: flex;
}

.product-details ul {
    padding-left: 0;
}

.product-details .container {
    display: grid;
}

.product-details .product-info {
    width: 67.4rem;
}

.product-main>div {
    flex: 0 0 50%;
    max-width: 50%;
}

.product-details {
    margin-top: 2rem;
    background-color: #ECF7EB;
    border-radius: 0.5rem;
}

.product-details p {
    color: #717171;
    text-align: left;
    margin-bottom: 4.3rem;
}

.product-details li {
    color: #717171;
}

.product-details li:before {
    content: '';
    display: inline-block;
    background-image: url(images/estrella.svg);
    background-size: 1.6rem;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1.1rem;
}

.product-details ul {
    margin-bottom: 4.7rem;
}

.product-details ul:last-of-type {
    margin-bottom: 0;
}

.product-details .product-images-section {
    display: flex;
    flex-direction: column;
    gap: 5.6rem;
}

.product-details .product-images-section img {
    border-radius: 4rem;
}

.product-main .main-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3rem;
}

.product-main .main-image>* {
    max-width: 100%;
    max-height: 64.2rem;
    width: auto;
    height: auto;
}

#current-video {
    display: none;
}

.single-product .swiper-slide.slide-video {
    position: relative;
    height: 15rem;
}

.single-product .swiper-slide.slide-video:not(.active):after {
    position: absolute;
    content: url(images/play.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* simil a     filter: brightness(0.4) sepia(2) hue-rotate(70deg) saturate(2) opacity(1); en backgorund color con rgba */
    background-color: rgba(32, 81, 32, 0.7);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-main .product-summary h1 {
    width: 57rem;
    margin-bottom: 2.3rem;
}

.product-main .product-summary {
    width: 67.1rem;
    padding-left: 15rem;
}

.product-details h2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 4.1rem;
}

.product-details h4 {
    text-align: left;
    margin-bottom: 2.5rem;
}

.product-main .product_tags {
    margin-top: 0;
    margin-bottom: 4.1rem;
    justify-content: flex-start;
}

.product-main .product_description {
    font-size: 2.1rem;
}

.product-main .product_description {
    text-align: left;
    margin-bottom: 2.1rem;
}

.product-main .price {
    color: black !important;
    margin-bottom: 9.4rem;
    text-align: left;
}

.single-product .swiper-container {
    display: flex;
}

.single-product .swiper-slide {
    width: auto;
    cursor: pointer;
    position: relative;
}

.single-product .swiper-slide video {
    height: 15rem;
}

.single-product .product-main .swiper-slide:not(.active) img {
    filter: brightness(0.4) sepia(2) hue-rotate(70deg) saturate(2) opacity(1);

}

.product-main .product_tags .tag {
    display: flex;
    align-items: center;
    gap: 1.7rem;
}

.product-main .tag-description p {
    margin-bottom: 0;
    font-size: 1.8rem;
}

.product-main .woocommerce-cart-form {
    display: flex;
    align-items: center;
    justify-content: start;
}

.product-main .product_units {
    position: relative;
    margin-right: 1.6rem;
}

.product-main .product_units input {
    width: 10rem;
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    border: 1px solid;
    border-radius: 3rem;
    text-align: center;
}

.product-main .product_units button {
    position: absolute;
    /* padding: 1rem; */
    background: none;
    border: 0;
    font-size: 2.2rem;
    height: 100%;
    padding: 0 1rem;
    top: 0;
}

.product-main .product_units button.plus {
    right: 0;
}

.product-main .product-summary button[type=submit] {
    background-color: unset;
    border: 0;
    margin-left: 0;
    font-size: 2.2rem;
}

.product-main .product-summary button[type=submit] .a-content {
    height: 4.9000rem;
    display: flex;
    align-items: center;
}

.product-main .product-summary button[type=submit] .a-after:after {
    background-image: url(images/carrito.svg);
}

.single-product .bg-images {
    display: none;
}

.experimentacion-kit.kits img {
    height: 100%;
    width: auto;
}

@media (min-width: 768px) {
    body>header {
        top: -3rem;
    }

    .product-main, .product-details .container {
        grid-template-columns: 1fr 1fr;
    }

    .experimentacion-kits .swiper-container,
    .actividades-experimentacion .swiper-container {
        padding-bottom: 6rem;
    }

    .experimentacion-kits .swiper-wrapper,
    .actividades-experimentacion .swiper-wrapper {
        padding-bottom: 6rem;
    }

    .archive .experimentacion-kit, .archive .actividades-experimentacion {
        height: 100% !important;
    }

    .experimentacion-kit a, div.actividades-experimentacion a {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .experimentacion-kit .texto, .actividades-experimentacion .texto {
        flex-grow: 1;
    }

    .single-product .product-details {
        overflow: hidden;
    }

    .single-product .bg-images {
        display: block;
        position: absolute;
        z-index: -1;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
    }

    .single-product .bg-images img {
        width: 78rem;
        position: absolute;
    }

    .single-product .bg-images img:nth-child(1) {
        top: -9%;
        left: 16%;
    }

    .single-product .bg-images img:nth-child(2) {
        top: 60%;
        left: 70%;
    }

    .my-account-wrapper, .cart-wrapper {
        margin-top: 10rem !important;
        margin-bottom: 5rem !important;
    }

    footer .kd img {
        width: 69.8rem;
        margin: auto;
    }

    .titulo.faqs {
        margin-left: 7rem;
        position: relative;
    }

    .titulo.faqs .icono-biooklab {
        position: absolute;
        left: -7rem;
    }
}

.faq-categories {
    margin-top: 3.6rem;
    color: #9ED499;
    margin-left: 7rem;
}

.faq-categories ul {
    padding: 0;
}

.faq-categories a {
    color: #9ED499;
    cursor: pointer;
    font-size: 2.4rem;
}

.faq-categories a.active {
    color: #205120;
}

.faq-categories a.active::before {
    content: '•';
    color: #205120;
    margin-right: 1rem;
}

@media (max-width: 768px) {

    .kits-image-container {
        height: 45.93982669535899rem !important;
    }

    body {
        margin-top: 0 !important;
    }

    .product-main {
        flex-direction: column;
    }

    .product-images, .product-summary {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .product-details {
        margin-top: 0;
    }

    .product-images-section {
        flex-direction: column;
    }

    .product-images-section img {
        max-width: 100%;
    }

    .product-main>div {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .product-main .product-summary {
        width: 100%;
        padding-left: 0;
        padding-top: 10rem;
    }

    .product-main .price {
        margin-bottom: 4rem;
    }

    .product_tags a {
        font-size: 3.1rem;
    }

    .product_tags .iconos-biooklab {
        height: 6rem;
        width: 6rem;
    }

    .product-main .tag-description p {
        font-size: 2.5rem;
    }

    .product-details .product-info {
        order: 2;
        width: 100%;
        padding-top: 10rem;
    }
}























/* Estilos personalizados para la página de cuenta */
.my-account-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 1rem !important;
}

.my-account-header {
    flex: 1 1 100%;
}

.my-account-wrapper, .cart-wrapper {
    background-color: #f9f9f9;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 4rem;
    margin-bottom: 4rem;
}

.my-account-header {
    text-align: center;
}

.my-account-title {
    font-size: 2.5em;
    color: #333;
}

.my-account-content {
    display: flex;
    gap: 2rem;
    flex: 1;
}

.my-account-content .content {
    flex: 1;
}

.woocommerce-MyAccount-navigation {
    flex: 0 0 40rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 1rem;
}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.woocommerce-page {
    /* --bs-link-color: #3FAA35; */
    --bs-link-color-rgb: 63, 170, 53;
    --bs-link-hover-color-rgb: 32, 81, 32;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-info::before {
    color: #3FAA35;
}

.woocommerce-info {
    border-color: #3FAA35;
}

.woocommerce-MyAccount-content {
    flex: 3 1 6rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .my-account-content {
        flex-direction: column;
    }

}

.product.type-product {
    height: auto !important;
}

.product.type-product .experimentacion-kit {
    height: 100% !important;
}


.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .woocommerce-order {
    margin-top: 10rem !important;
}

.woocommerce ul.products li.product h4 {
    font-size: 3.2rem !important;
}

.woocommerce ul.products li.product h5 {
    font-size: 2.4rem !important;
}

.woocommerce ul.products li.product .kits {
    margin-bottom: 8rem;
}

.woocommerce ul.products li.product .kits a img {
    position: absolute;
    top: -8.0000rem;
    width: 100%;
    height: auto;
}

.woocommerce ul.products li.product .actividades .kits-image-container {
    overflow: hidden;
}

.woocommerce ul.products li.product .actividades a img {
    width: auto;
    height: 100%;
    max-width: none;
}

.woocommerce-page .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    height: 3em;
    mask-size: 3em;
    margin-bottom: 5rem;
}

.woocommerce-cart .price,
.woocommerce-checkout .price {
    font-size: inherit !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-cart .wc-block-cart-items,
.woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-checkout .wc-block-cart-items,
.woocommerce-checkout .wp-block-woocommerce-checkout {
    font-size: 2em;
}

.mt-14, .woocommerce-order-pay>.woocommerce {
    margin-top: 14rem !important;
}

.woocommerce-order-pay>.woocommerce {
    margin-bottom: 2.5rem !important;
}

.woocommerce-account .woocommerce-notices-wrapper>* {
    margin-top: 0;
    margin-bottom: 2rem !important;
}

footer .kd {
    margin-top: 8.5rem !important;
}


.marker-label {
    position: absolute;
    background-color: white;
    color: red;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    transform: translate(-50%, -100%);
    white-space: nowrap;
}