html {
max-width: 1920px;
margin: 0 auto;
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
line-height: unset;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background: #1d1d1d;
border-width: 1px;
border-style: solid;
border-color: #ff6700;
border-radius: 20px;
}
::-webkit-scrollbar-track {
background: #1d1d1d;
}
:focus-visible {
outline: none;
}
a {
color: #ff6700;    
}
a:active,
a:hover {
color: transparent;
}
button:focus,
button:hover {
outline: none;
background-color: transparent;
text-decoration: none;
}
.elementor-button {
line-height: 1.4;
}
.elementor-button-icon svg {
width: 2em;
height: 1.2em;
} #preloader {
background-color: #1d1d1d;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
}
.contenedor-preloader {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100%;
}
#preloader-img {
width: 100px;
animation: spin 4s linear infinite;
}
.texto-preloader {
color: #fff8f1;
font-family: "GeneralSans", Sans-serif;
font-size: 2rem;
font-weight: 400;
letter-spacing: -1px;
text-align: center;
margin-top: 20px;
animation: fadeIn 1.5s ease-in-out;
}
@media (max-width: 767px) {
.texto-preloader {
font-size: 1.5rem;
}
#preloader-img {
width: 80px;
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} #mantenimiento {
background-color: #1d1d1d;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
}
.contenedor-mantenimiento {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
max-width: 800px;
width: 100%;
padding: 2rem;
margin: 0 auto;
}
#mantenimiento-img {
width: 100px;
margin: 1rem 0;
transition: transform 0.3s ease;
}
#mantenimiento-img:hover {
transform: scale(1.1);
}
.texto-mantenimiento {
color: #fff8f1;
font-family: "GeneralSans", Sans-serif;
font-size: 1.3rem;
font-weight: 400;
letter-spacing: 0px;
text-align: center;
margin-top: 20px;
animation: fadeIn 1.5s ease-in-out;
}
.texto-mantenimiento a,
.texto-mantenimiento a:hover {
color: #25d366;
text-decoration: none;
font-weight: 400;
transition: color 0.3s ease;
}
.texto-mantenimiento a:hover {
color: #128c7e;
}
@media (max-width: 767px) {
.texto-mantenimiento {
font-size: 1.4rem;
}
#mantenimiento-img {
width: 90px;
}
} .screen-reader-text {
position: absolute !important;
display: block !important;
width: 150px !important;
height: auto !important;
margin: 0 !important;
padding: 16px 24px !important;
left: 5px !important;
top: 20px !important;
font-family: "GeneralSans", Sans-serif;
word-wrap: normal !important;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.screen-reader-text:focus {
background-color: #1d1d1d !important;
clip: auto !important;
-webkit-clip-path: none !important;
clip-path: none !important;
color: #ffffff !important;
display: block !important;
width: 150px !important;
height: auto !important;
margin: 0 !important;
padding: 16px 24px !important;
left: 5px !important;
top: 20px !important;
font-size: 1rem !important;
line-height: normal !important;
text-decoration: none !important;
z-index: 100000 !important;
} .word {
opacity: 1;
transition: transform 0.5s;
overflow: hidden;
transform-origin: bottom;
}
.char {
padding: 5px 0px 5px 0px;
} .boton-grupo-izquierda {
margin-top: 0rem;
margin-right: 0rem;
margin-bottom: 0rem;
grid-column-gap: 2rem;
grid-row-gap: 1rem;
flex-wrap: wrap;
align-items: center;
display: flex;
}
@media (max-width: 1024px) {
.boton-grupo-izquierda {
margin: 0rem;
}
}
.boton-grupo-centrado {
margin-top: 0rem;
margin-right: 0rem;
margin-bottom: 0rem;
grid-column-gap: 2rem;
grid-row-gap: 1rem;
flex-wrap: wrap;
align-items: center;
display: flex;
justify-content: center;
}
@media (max-width: 1024px) {
.boton-grupo-centrado {
margin: 0rem;
}
}
.descripcion-truncada {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
cursor: pointer;
transition: max-height 0.3s ease;
max-height: 3em;
}
.descripcion-truncada.expandida {
-webkit-line-clamp: unset;
max-height: 100%;
} #ancla-top {
width: 100vw !important;
}
@media (min-width: 1290px) {
.columna-posicion-1,
.columna-posicion-3 {
width: 35% !important;
}
.columna-posicion-2 {
width: 30% !important;
}
.barra-input-busqueda {
display: block;
}
.boton-input-busqueda {
display: none;
}
.boton-mi-cuenta {
display: block;
}
}
@media (max-width: 1290px) {
.columna-posicion-1 {
width: 40% !important;
}
.columna-posicion-2 {
display: none !important;
}
.columna-posicion-3 {
width: 60% !important;
}
.barra-input-busqueda {
display: none;
}
.boton-input-busqueda {
display: block;
}
.boton-mi-cuenta {
display: none;
}
} .menu-kalida-burger {
display: block;
background: none;
position: relative;
min-width: 50px;
min-height: 50px;
padding: 0;
border: 0;
border-radius: 100%;
outline: none;
cursor: pointer;
transition: all 250ms;
z-index: 999;
}
@media (min-width: 1290px) {
.menu-kalida-burger {
display: none;
}
}
@media (max-width: 1290px) {
.menu-kalida-burger {
display: block;
}
}
.menu-kalida-burger > .bar {
display: block;
background: #1d1d1d;
position: absolute;
left: 10px;
width: 70%;
height: 3px;
border-radius: 6px;
transition: all 150ms;
}
.menu-kalida-burger > .bar:first-child {
top: 25%;
transition-delay: 200ms;
transform-origin: top right;
transform: none;
}
.menu-kalida-burger > .bar:nth-child(2) {
top: 47%;
transition-delay: 100ms;
}
.menu-kalida-burger > .bar:last-child {
bottom: 25%;
transition-delay: 200ms;
transform-origin: bottom right;
}
.menu-kalida-burger.abierto > .bar {
transition-delay: 0ms;
left: 5px;
}
.menu-kalida-burger.abierto > .bar:first-child {
transform: rotate(-45deg);
}
.menu-kalida-burger.abierto > .bar:nth-child(2) {
width: 0;
}
.menu-kalida-burger.abierto > .bar:last-child {
transform: translateY(2px) rotate(45deg);
}
.menu-kalida-burger.abierto:before {
animation: abierto-cerrado 400ms 300ms forwards ease-in;
}
.menu-kalida-burger.cerrado:before {
animation: abierto-cerrado 200ms forwards reverse ease-out;
}
@keyframes abierto-cerrado {
0% {
-webkit-clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%, 50% 50%);
clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%, 50% 50%);
}
25% {
-webkit-clip-path: polygon(100% 50%, 100% 0%, 50% 0%, 50% 0%, 50% 0%);
clip-path: polygon(100% 50%, 100% 0%, 50% 0%, 50% 0%, 50% 0%);
}
50% {
-webkit-clip-path: polygon(100% 50%, 100% 0%, 0% 0%, 0% 50%, 50% 50%);
clip-path: polygon(100% 50%, 100% 0%, 0% 0%, 0% 50%, 50% 50%);
}
75% {
-webkit-clip-path: polygon(100% 50%, 100% 0%, 0% 0%, 0% 100%, 50% 100%);
clip-path: polygon(100% 50%, 100% 0%, 0% 0%, 0% 100%, 50% 100%);
}
100% {
-webkit-clip-path: polygon(100% 50%, 100% 0%, 0% 0%, 0% 100%, 100% 100%);
clip-path: polygon(100% 50%, 100% 0%, 0% 0%, 0% 100%, 100% 100%);
}
} .e-search-input {
max-width: 230px !important;
padding: 0 !important;
text-align: center !important;
}
.mega-menu {
background-color: transparent;
}
.mega-menu ul {
display: flex;
align-items: center;
list-style-type: none;
padding: 0;
padding-inline-start: 0;
}
.mega-menu .menu-item {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 0rem 1rem;
height: 89px;
}
.mega-menu {
font-size: 0.9rem;
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-weight: 400;
text-transform: uppercase;
font-style: normal;
text-decoration: none;
display: block;
padding: 0;
}
.mega-menu .menu-item h3 a {
font-weight: 500;
padding: 1rem 0rem 0rem 0rem;
}
.mega-menu .menu-item:hover > .submenu {
visibility: visible;
opacity: 1;
}
.submenu {
position: fixed;
top: 112px;
left: 0;
right: 0;
width: 100vw;
min-height: 40vh;
background-color: #ffffff;
visibility: hidden;
opacity: 0;
transition: opacity 0.1s ease, visibility 0s ease 0.1s;
padding: 0;
display: flex;
justify-content: center;
align-items: flex-start;
}
.submenu-columna {
width: 25%;
padding: 0 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.submenu-columna h3 {
font-size: 0.9rem;
font-weight: 500;
margin: 10px 0px;
}
.submenu-subtitulo,
.submenu-subtitulo:hover {
color: #000000;
}
.submenu-columna ul {
list-style-type: none;
display: flex;
flex-direction: column;
align-items: center;
padding: 0;
}
.submenu-columna ul li {
margin: 5px 0px;
}
.submenu-columna ul li a {
color: #000000;
text-decoration: none;
}
.submenu-columna ul li a:hover {
color: #000;
}
.mega-menu .menu-item > a:hover {
background-color: transparent;
}
@media screen and (max-width: 768px) {
.submenu {
width: 100vw;
padding: 10px 0;
}
.submenu-columna {
width: 100%;
padding: 0 10px;
}
}
.menu-item:hover {
background-color: transparent;
}
.menu-item-enlace {
color: #ffffff;
}
.menu-item-enlace:hover {
color: #000000;
}
#header {
background-color: transparent;
}
#header-alternativo {
background-color: #ffffff;
}
.imagenes-iconos-header {
margin: 0 !important;
}
.menu-item-enlace-alternativo,
.menu-item-enlace-alternativo:hover {
color: #000000;
} .menu-mobile-kalida-hidden {
position: fixed;
top: 0;
right: -100vw;
width: 100vw;
height: 100vh;
background-color: #ffffff;
transition: left 0.5s ease;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
overflow-y: auto;
z-index: 995;
padding: 1rem;
}
.menu-mobile-kalida-visible {
left: 0;
z-index: 998;
}
.menu-mobile-kalida img {
width: 100%;
margin-bottom: 2rem;
}
.menu-mobile-navegador {
color: #000000;
font-family: "GeneralSans", Sans-serif;
text-transform: uppercase;
padding: 1rem;
}
.menu-mobile-navegador ul {
list-style: none;
padding: 0;
}
.submenu-mobile {
display: block;
padding: 0px 10px;
}
.submenu-mobile-columna {
margin-bottom: 0;
}
.menu-mobile-item {
margin-top: 1rem;
}
.menu-mobile-enlace,
.menu-mobile-enlace:hover,
.menu-mobile-enlace:active {
font-size: 0.9rem;
font-weight: 600;
color: #000000;
margin: 0;
padding: 1rem 0;
}
.submenu-mobile-columna h3 {
font-size: 0.9rem;
font-weight: 600;
color: #000000;
margin: 0;
padding-top: 1rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid #f0efeb;
}
.submenu-mobile ul {
padding-left: 10px;
}
.submenu-mobile li {
list-style: none;
margin: 10px 0px;
}
.submenu-mobile a {
font-size: 0.8rem;
color: #000000;
text-decoration: none;
display: block;
padding: 0;
transition: color 0.3s ease;
}
.submenu-mobile a:hover {
color: #000000;
}
.submenu-mobile a:active {
color: #000000;
}
@media (min-width: 1025px) {
.menu-mobile-kalida-visible {
right: -100vw;
}
} .cart-icon {
display: flex;
justify-content: center;
align-items: center;
}
.cart-icon > a {
color: #000000 !important;
} #footer1,
#footer2,
#footer3 {
border-top: 0.1px solid #f0efeb;
}
.footer-seccion-interior {
width: 100% !important;
max-width: 1366px !important;
}
.footer-columna-1 {
width: 50% !important;
}
.footer-columna-2,
.footer-columna-3 {
width: 25% !important;
}
@media (max-width: 1024px) {
.footer-columna-1,
.footer-columna-2,
.footer-columna-3 {
width: 100% !important;
}
}
.botones-footer {
font-size: 0.9rem;
font-weight: 400;
font-family: "GeneralSans", Sans-serif;
color: #000000;
background-color: transparent;
padding: 0.5rem 1.25rem;
margin: 0.145rem 0rem;
grid-column-gap: 0.25rem;
grid-row-gap: 0.25rem;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
border: 1px solid #1d1d1d;
border-radius: 30rem;
max-width: 100%;
transition: transform 0.5s ease-out;
}
@media (max-width: 1024px) {
.botones-footer {
margin-right: 5px;
}
}
.botones-footer:hover {
color: #000000;
}
.contenedor-botones-footer {
display: flex;
flex-direction: column;
}
@media (max-width: 1024px) {
.contenedor-botones-footer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
.contenedor-botones-footer-inline {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.botones-footer-inline {
font-size: 0.9rem;
font-weight: 400;
font-family: "GeneralSans", Sans-serif;
color: #000000;
background-color: transparent;
padding: 0.5rem 1.25rem;
margin: 0px 5px 5px 0px;
grid-column-gap: 0.5rem;
grid-row-gap: 0.75rem;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
border: 1px solid #1d1d1d;
border-radius: 30rem;
max-width: 100%;
transition: transform 0.5s ease-out;
}
.botones-footer-inline:hover {
color: #000000;
}
.contenedor-enlaces-footer-inline {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: start;
gap: 0.5rem 1rem;
}
.enlaces-footer-inline {
font-size: 0.8rem;
font-weight: 400;
font-family: "GeneralSans", Sans-serif;
color: #000000;
background-color: transparent;
padding: 0;
margin: 5px 25px 5px 0px;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
max-width: 100%;
transition: transform 0.5s ease-out;
}
.enlaces-footer-inline:hover {
color: #000000;
}
@media (max-width: 768px) {
.contenedor-enlaces-footer-inline {
justify-content: center;
gap: 0.5rem 1rem;
}
}
.formas-de-pago {
align-items: center;
display: flex;
gap: 15px;
justify-content: flex-end;
}
.formas-de-pago img {
width: 30px;
}
@media (max-width: 768px) {
.formas-de-pago {
justify-content: center;
gap: 15px;
}
} .columna-porcentaje-20 {
width: 25% !important;
}
.columna-porcentaje-80 {
width: 75% !important;
}
@media screen and (max-width: 1024px) {
.columna-porcentaje-20,
.columna-porcentaje-80 {
width: 100% !important;
}
}
.e-load-more-message {
margin-top: 1rem;
padding: 0rem 1.5rem;
} .submenu-lateral {
display: none;
padding-left: 1.5rem;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out;
}
.submenu-lateral.activo {
display: block;
max-height: 500px;
}
.menu-lateral-navegador {
color: #000000;
font-family: "GeneralSans", Sans-serif;
text-transform: uppercase;
padding: 1rem 3.5rem;
}
.titulo-lateral-navegador {
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-weight: 600;
text-transform: uppercase;
text-decoration: underline;
padding: 1rem 3.5rem;
}
.menu-lateral-navegador ul {
list-style: none;
padding: 0;
}
.menu-lateral-enlace {
display: flex;
justify-content: space-between;
font-size: 0.9rem;
font-weight: 600;
color: #000000;
margin: 0;
padding: 0.5rem 0;
cursor: pointer;
}
.menu-lateral-enlace.activo {
color: #51284f;
}
.toggle-simbolo {
margin-left: 10px;
transition: transform 0.3s ease;
}
.submenu-lateral.activo .toggle-simbolo {
transform: rotate(45deg);
}
.submenu-lateral-columna {
margin-top: 10px;
margin-bottom: 20px;
}
.submenu-lateral-columna h3 {
font-size: 0.9rem;
font-weight: 600;
color: #000000;
margin: 0;
padding-bottom: 0.5rem;
border-bottom: 1px solid #f0efeb;
}
.submenu-lateral ul {
padding-left: 10px;
}
.submenu-lateral li {
list-style: none;
margin: 10px 0px;
}
.submenu-lateral a,
.submenu-lateral-enlace {
font-size: 0.9rem;
color: #000000;
text-decoration: none;
display: block;
transition: color 0.3s ease;
}
.submenu-lateral a:hover,
.submenu-lateral a:active,
.menu-lateral-enlace:hover {
color: #51284f;
}
.submenu-lateral-enlace.activo {
color: #51284f;
font-weight: 600;
}
.submenu-lateral-subenlace {
display: flex;
justify-content: space-between;
color: #000000;
margin: 0;
padding: 0 0 0 10px;
cursor: pointer;
}
.submenu-lateral-subenlace.activo {
color: #51284f;
font-weight: 600;
}
@media (max-width: 768px) {
.menu-lateral-navegador {
padding: 1.5rem;
}
#menu-lateral-kalida {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: #ffffff;
z-index: 101;
transition: left 0.5s ease;
transform: translateX(-100%);
visibility: hidden;
opacity: 0;
}
#menu-lateral-kalida.activo {
transform: translateX(0);
visibility: visible;
opacity: 1;
}
.contenedor-boton-mostrar-lateral {
display: flex;
justify-content: flex-end;
}
.contenedor-boton-ocultar-lateral {
display: flex;
justify-content: flex-end;
}
.boton-mostrar-menu-lateral,
.boton-mostrar-menu-lateral:hover {
font-family: "GeneralSans", Sans-serif;
font-size: 0.9rem;
font-weight: 400;
color: #000000;
text-transform: uppercase;
text-decoration: underline;
display: block;
padding: 0;
margin: 0;
border: none;
border-radius: 0;
cursor: pointer;
}
.boton-ocultar-menu-lateral,
.boton-ocultar-menu-lateral:hover {
font-family: "GeneralSans", Sans-serif;
font-size: 0.9rem;
font-weight: 400;
color: #000000;
text-transform: uppercase;
text-decoration: underline;
display: block;
padding: 0rem 1.5rem 0rem 0rem;
margin: 0;
border: none;
border-radius: 0;
cursor: pointer;
}
.titulo-lateral-navegador {
padding: 1.5rem;
margin-top: 2rem;
display: block;
}
}
@media (min-width: 769px) {
#menu-lateral-kalida {
display: block;
position: static;
background-color: transparent;
}
.boton-mostrar-menu-lateral {
display: none;
}
.boton-ocultar-menu-lateral {
display: none;
}
.titulo-lateral-navegador {
display: none;
}
}
.breadcrumb a {
font-family: "GeneralSans", Sans-serif;
font-size: 0.8rem;
color: #000000;
text-transform: uppercase;
text-decoration: none;
padding: 0;
}  .contenedor-principal-inicio-grande {
position: relative;
width: 100%;
height: 800px;
max-height: 800px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: 5;
}
#background-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.contenedor-principal-inicio-grande p {
color: #ffffff;
text-align: center;
padding: 0 15rem;
margin: 1rem 0rem;
font-family: "GeneralSans", Sans-serif;
font-weight: 400;
font-size: 1.25rem;
z-index: 1;
}
#titulo-principal-inicio-grande {
color: #ffffff;
max-width: 600px;
width: 100%;
padding: 0rem 2rem;
margin: 0;
font-family: "GeneralSans", Sans-serif;
font-weight: 400;
font-size: 2.5rem;
text-align: center;
z-index: 1;
}
@media (max-width: 768px) {
.contenedor-principal-inicio-grande {
height: 600px;
max-height: 600px;
}
.contenedor-principal-inicio-grande p {
padding: 0 2rem;
font-size: 1.125rem;
}
#titulo-principal-inicio-grande {
max-width: 350px;
font-size: 1.6rem;
}
}
.boton-inicio-s1 {
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-family: "GeneralSans", Sans-serif;
color: #ffffff;
background-color: transparent;
padding: 0.8rem 1.5rem;
margin: 1rem 0rem 0rem 0rem;
grid-column-gap: 0.5rem;
grid-row-gap: 0.75rem;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
border: 1px solid #ffffff;
border-radius: 30rem;
max-width: 100%;
transition: transform 0.5s ease-out;
z-index: 1;
}
.boton-inicio-s1:hover {
color: #ffffff;
background-color: transparent;
} .boton-inicio-s2 {
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-family: "GeneralSans", Sans-serif;
color: #000000;
background-color: transparent;
padding: 0.8rem 1.5rem;
margin: 1rem 0rem 0rem 0rem;
grid-column-gap: 0.5rem;
grid-row-gap: 0.75rem;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
border: 1px solid #1d1d1d;
border-radius: 30rem;
max-width: 100%;
transition: transform 0.5s ease-out;
z-index: 1;
}
.boton-inicio-s2:hover {
color: #000000;
background-color: transparent;
}
.contenedor-lista-imagenes {
display: grid;
gap: 20px;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.lista-iconos-imagen {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.iconos-imagen {
width: 60px;
height: auto;
margin-bottom: 10px;
}
.texto-lista-imagen {
display: flex;
flex-direction: column;
}
.titulo-lista-imagen {
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1.2rem;
font-weight: 600;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.2rem;
margin: 0;
}
.texto-lista-imagen p {
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1.2rem;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.71rem;
margin: 5px 0 0;
}
@media (min-width: 1024px) {
.contenedor-lista-imagenes {
grid-template-columns: repeat(3, 1fr);
}
.iconos-imagen {
width: 50px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.contenedor-lista-imagenes {
grid-template-columns: repeat(2, 1fr);
}
.iconos-imagen {
width: 50px;
}
}
@media (max-width: 400px) {
.contenedor-lista-imagenes {
grid-template-columns: 1fr;
}
.lista-iconos-imagen {
flex-direction: row;
align-items: flex-start;
}
.iconos-imagen {
width: 40px;
margin-right: 10px;
}
.texto-lista-imagen {
align-items: flex-start;
text-align: left;
padding-left: 5px;
}
.titulo-lista-imagen {
padding-left: 5px;
}
.texto-lista-imagen p {
font-size: 1rem;
text-align: left;
}
} .boton-inicio-s3 {
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-family: "GeneralSans", Sans-serif;
color: #000000;
background-color: transparent;
padding: 0.8rem 1.5rem;
margin: 1rem 0rem 0rem 0rem;
grid-column-gap: 0.5rem;
grid-row-gap: 0.75rem;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
border: 1px solid #1d1d1d;
border-radius: 30rem;
max-width: 100%;
transition: transform 0.5s ease-out;
z-index: 1;
}
.boton-inicio-s3:hover {
color: #000000;
background-color: transparent;
}
.grupo-botones-categorias {
text-align: center;
padding: 0 0.5rem 2rem 0.5rem;
display: block;
}
.boton-categoria {
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-family: "GeneralSans", Sans-serif;
color: #000000;
background-color: transparent;
padding: 0.6rem 1.5rem;
margin: 1rem 0.5rem;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
border: 1px solid #1d1d1d;
border-radius: 30rem;
max-width: 100%;
transition: transform 0.5s ease-out;
z-index: 1;
}
.boton-categoria:hover {
color: #ffffff;
background-color: #1d1d1d;
}
.grupo-botones-categorias button.categoria-activa {
color: #ffffff;
background-color: #1d1d1d;
}
.mosaico-categorias {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0px;
}
.mosaico-categorias-item {
position: relative;
overflow: hidden;
border-radius: 0px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
width: 33%;
}
.mosaico-categorias-item img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.mosaico-categorias-item::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
pointer-events: none;
}
.mosaico-categorias-item h3,
.mosaico-categorias-item p {
position: absolute;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: #ffffff;
margin: 0;
z-index: 1;
transition: transform 0.3s ease;
}
.mosaico-categorias-item h3 {
top: 45%;
font-family: "GeneralSans", sans-serif;
font-size: 1.4rem;
font-weight: 500;
}
.mosaico-categorias-item p {
top: 50%;
font-family: "GeneralSans", sans-serif;
font-size: 1rem;
line-height: 1.422rem;
font-weight: 400;
}
@media (max-width: 1024px) and (min-width: 768px) {
.mosaico-categorias {
grid-template-columns: repeat(2, 1fr);
}
.mosaico-categorias-item {
width: 50%;
}
.mosaico-categorias-item h3 {
font-size: 1.4rem;
}
.mosaico-categorias-item p {
font-size: 1rem;
line-height: 1.422rem;
}
}
@media (max-width: 768px) {
.mosaico-categorias {
grid-template-columns: 1fr;
}
.mosaico-categorias-item {
width: 100%;
}
.mosaico-categorias-item h3 {
font-size: 1.4rem;
}
.mosaico-categorias-item p {
font-size: 1rem;
line-height: 1.422rem;
}
} .boton-inicio-s4 {
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-family: "GeneralSans", Sans-serif;
color: #000000;
background-color: transparent;
padding: 0.8rem 1.5rem;
margin: 1rem 0rem 0rem 0rem;
grid-column-gap: 0.5rem;
grid-row-gap: 0.75rem;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
border: 1px solid #1d1d1d;
border-radius: 30rem;
max-width: 100%;
transition: transform 0.5s ease-out;
z-index: 1;
}
.boton-inicio-s4:hover {
color: #000000;
background-color: transparent;
}
.ti-inner {
border-radius: 4px !important;
} .boton-inicio-s5 {
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-family: "GeneralSans", Sans-serif;
color: #ffffff;
background-color: transparent;
padding: 0.8rem 1.5rem;
margin: 1rem 0rem 0rem 0rem;
grid-column-gap: 0.5rem;
grid-row-gap: 0.75rem;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
border: 1px solid #ffffff;
border-radius: 30rem;
max-width: 100%;
transition: transform 0.5s ease-out;
z-index: 1;
}
.boton-inicio-s5:hover {
color: #ffffff;
background-color: transparent;
}
.contenedor-conteo {
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5rem;
}
.numero-texto-conteo {
display: none;
text-align: center;
}
.numero-texto-conteo.active {
display: block;
opacity: 1;
transition: opacity 0.5s ease-in-out;
}
.numero-conteo {
color: #ffffff;
font-family: "GeneralSans", Sans-serif;
font-size: 10rem;
font-weight: 500;
font-style: normal;
text-decoration: none;
display: block;
}
.texto-conteo {
color: #ffffff;
text-align: center;
margin: 1rem 0rem;
font-family: "GeneralSans", Sans-serif;
font-weight: 400;
font-size: 1.25rem;
}  .boton-inicio-s7 {
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-family: "GeneralSans", Sans-serif;
color: #000000;
background-color: transparent;
padding: 0.8rem 1.5rem;
margin: 1rem 0rem 0rem 0rem;
grid-column-gap: 0.5rem;
grid-row-gap: 0.75rem;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
border: 1px solid #1d1d1d;
border-radius: 30rem;
max-width: 100%;
transition: transform 0.5s ease-out;
z-index: 1;
}
.boton-inicio-s7:hover {
color: #000000;
background-color: transparent;
}
.elementor-post__card {
padding-top: 0 !important;
} .columna-carrusel-imagenes {
position: relative;
width: 100%;
}
.imagen-top-producto-carrusel,
.imagen-bottom-producto-carrusel {
width: 100%;
object-fit: cover;
object-position: center center;
transition-duration: 0.5s;
border-style: none;
border-radius: 0px 0px 0px 0px;
}
.imagen-bottom-producto-carrusel {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.imagen-top-producto-carrusel {
position: relative;
top: 0;
left: 0;
z-index: 2;
} .contenedor-loop-producto {
position: relative;
width: 100%;
}
.imagen-top-producto,
.imagen-bottom-producto {
width: 100%;
object-fit: cover;
object-position: center center;
transition-duration: 0.5s;
border-style: none;
border-radius: 0px 0px 0px 0px;
}
.imagen-bottom-producto {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.imagen-top-producto {
position: relative;
top: 0;
left: 0;
z-index: 2;
}
.botones-etiquetas-productos {
margin: 1rem 0rem 0rem 0rem !important;
} .subtitulo-1-politicas {
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1.2rem;
font-weight: 600;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.2rem;
padding: 1.5rem 0rem 1rem 0rem;
margin: 1rem 0rem;
}
.subtitulo-2-politicas {
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1rem;
font-weight: 500;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.422rem;
padding: 1rem 0rem;
margin: 0;
}
.parrafo-politicas {
text-align: left;
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.422rem;
}
.lista-desordenada-politicas {
text-align: left;
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.422rem;
padding-bottom: 1rem;
}
.lista-ordenada-politicas {
text-align: left;
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.422rem;
padding-bottom: 1rem;
}
@media (max-width: 1024px) {
.parrafo-politicas {
font-size: 1rem;
line-height: 1.422rem;
}
.lista-desordenada-politicas > li {
font-size: 1rem;
line-height: 1.422rem; 
}
.lista-ordenada-politicas > li {
font-size: 1rem;
line-height: 1.422rem;   
}
}
@media (max-width: 767px) {
.parrafo-politicas {
font-size: 0.9rem;
line-height: 1.278rem;
}
.lista-desordenada-politicas > li {
font-size: 0.9rem;
line-height: 1.278rem;    
}
.lista-ordenada-politicas > li {
font-size: 0.9rem;
line-height: 1.278rem;    
}
} .pagina-error-404 {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #1d1d1d;
color: #ffffff;
font-family: "GeneralSans", Sans-serif;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
text-align: center;
}
.pagina-error-404 h1 {
font-size: 4rem;
margin-bottom: 20px;
}
.pagina-error-404 button {
padding: 10px 20px;
font-size: 1.2rem;
background-color: #ffffff;
color: #1d1d1d;
border: 1px solid #ffffff;
cursor: pointer;
border-radius: 30px;
}
.pagina-error-404 button:hover {
color: #ffffff;
background-color: #1d1d1d;
border: 1px solid #ffffff;
} .subtitulo-1-entrada {
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1.2rem;
font-weight: 600;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.2rem;
margin: 1rem 0rem;
}
.subtitulo-2-entrada {
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1rem;
margin: 0;
} #search-a9b2396 {
max-width: 100vw !important;    
} .subtitulo-1-contacto {
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1.2rem;
font-weight: 600;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.2rem;
padding: 1.5rem 0rem 1rem 0rem;
margin: 1rem 0rem;
}
.subtitulo-2-contacto {
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1rem;
font-weight: 500;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.422rem;
padding: 1rem 0rem;
margin: 0;
}
.parrafo-contacto {
text-align: left;
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.422rem;
}
.lista-desordenada-contacto {
text-align: left;
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.422rem;
padding-bottom: 1rem;
}
.lista-ordenada-contacto {
text-align: left;
color: #000000;
font-family: "GeneralSans", Sans-serif;
font-size: 1rem;
font-weight: 400;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.422rem;
padding-bottom: 1rem;
}
@media (max-width: 1024px) {
.parrafo-contacto {
font-size: 1rem;
line-height: 1.422rem;
}
.lista-desordenada-contacto > li {
font-size: 1rem;
line-height: 1.422rem; 
}
.lista-ordenada-contacto > li {
font-size: 1rem;
line-height: 1.422rem;   
}
}
@media (max-width: 767px) {
.parrafo-contacto {
font-size: 0.9rem;
line-height: 1.278rem;
}
.lista-desordenada-contacto > li {
font-size: 0.9rem;
line-height: 1.278rem;    
}
.lista-ordenada-contacto > li {
font-size: 0.9rem;
line-height: 1.278rem;    
}
}