/* ============================================================
   home.css - Estilos Específicos de Home INDESmed
   Mobile-First con media queries
   Unificado de HOME_estilos.css + HOME_mobile.css + legacy.css
   ============================================================ */

/* ===== 1. CONTENEDOR HOME (Mobile First) ===== */

#todo.home {
    height: auto;
}

.home {
    /* Contenedor home */
}

#pie.home {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: inline-block;
    top: -20px;
}

/* ===== 2. ESTRUCTURA Y LAYOUT (Mobile First) ===== */

#lineas-producto {
    width: 100%;
    display: inline-block;
}

#menu-mobility {
    padding-top: 30px;
}

#menu-vision {
    padding-top: 30px;
}

#menu-recovery {
    padding-top: 30px;
}

.tituloBloque {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 50px;
}

.bloqueHorizontal {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: inline-block;
}

/* ===== 3. CABECERA Y BANNERS (Mobile First) ===== */

.fraseMision {
    font-size: 3vw;
    margin: 0;
    padding: 5px;
    font-weight: bolder;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fraseMision > span {
    font-size: 3vw;
    margin-right: 5px;
    color: #444;
    display: inline-block;
}

.desc-fraseMision {
    color: #02478c;
    height: auto;
    width: auto;
    font-size: medium;
}

h2.aclaracion-fraseMision {
    color: #02478c;
    height: auto;
    width: auto;
    margin-top: 0;
    font-size: unset;
}

.imagenLogoCabecera {
    width: 50%;
}

.imagenLogoCabecera-frase {
    width: 50%;
}

.imagenGrandeCabecera {
    width: 100%;
    margin-bottom: -80px;
    margin-top: 60px;
}

.imagenGrandeCabecera-frase {
    display: none;
    width: 100%;
    min-height: 300px;
}

.imagenGrandeCabecera-frase-mobile {
    width: 100%;
    display: block;
}

.imagenGrandeCabecera-categorias {
    display: none;
}

.imagenGrandeCabecera-categorias-mobile {
    width: 100%;
    display: block;
}

img.selloNewHome {
    position: absolute;
    float: left;
    width: auto;
}

.contenedorCabeceraHome {
    position: relative;
    display: block;
    text-align: center;
}

.contenedorCabeceraHome > a {
    position: relative;
    display: flex;
    flex-direction: column;
}

.centradoTextoCabecera {
    position: relative;
    bottom: unset;
    right: unset;
    display: block;
    width: auto !important;
    transform: none;
    height: auto;
    text-align: left;
    padding: 1vw;
    background-color: #02478c;
    border: 1px solid #0003;
    border-left: none;
    border-right: none;
    text-align: center;
}

/* ===== 4. CONTENEDORES DE IMÁGENES E ICONOS (Mobile First) ===== */

.contenedorImagen-Cat {
    width: 100%;
}

.contenedorIconos-Cat {
    width: 98%;
    height: 110px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 35px;
}

.contenedorIconos-Cat2 {
    width: 98%;
    height: 110px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 35px;
}

.iconos-Cat {
    margin: 0;
}

.iconos-Cat2 {
    width: 25%;
}

/* ===== 5. TEXTOS Y CONTENIDO HOME (Mobile First) ===== */

.home_texto {
    /* Texto home */
}

.textoFilaHome {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.textoFilaHome_full {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    background-color: #dfe1e3;
}

#marcas_home {
    background-color: transparent;
    position: relative;
    top: 10px;
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#escaparate_home {
    background-color: transparent;
    position: relative;
    top: 10px;
    max-width: 980px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#marca1_div {
    position: relative;
    float: left;
    top: 10px;
    max-width: 100%;
    height: auto;
    background-color: transparent;
    margin: 20px 0px 20px 0px;
}

#marca2_div,
#marca3_div,
#marca4_div,
#marca5_div,
#marca6_div {
    position: relative;
    float: left;
    top: 10px;
    width: auto;
    height: 120px;
    background-color: transparent;
    margin: 0px 0px 20px 2px;
}

/* ===== 6. IMÁGENES HOME (Mobile First) ===== */

img.home {
    display: block;
    float: right;
    border: 1px solid grey;
}

img.home:hover {
    padding-right: 20px;
}

img.home_texto {
    width: 100%;
}

img.home_textoHalf {
    width: 100%;
}

div.home_texto img {
    width: 80%;
    display: block;
    margin: auto;
    padding: 2em;
}

div.home_textoHalf {
    width: 80%;
    position: relative;
    float: left;
    margin: 2em;
}

#home_texto_full {
    width: 100%;
    position: relative;
    float: left;
    line-height: 25px;
}

div.home_texto_fullMap {
    width: 100%;
    position: relative;
    line-height: 25px;
    background-color: #e5e5e5;
}

.home_texto_blue {
    width: 100%;
    position: relative;
    display: inline-block;
    height: auto;
    background-color: #02478c;
}

#home_texto_blueColumn {
    width: 50%;
    position: relative;
    float: left;
    line-height: 25px;
    background-color: #02478c;
}

#home_texto_blue_center {
    width: 100%;
    position: relative;
    float: left;
    line-height: 25px;
    background-color: #02478c;
    padding: 0 0 1em 0;
}

.home_texto_concept {
    width: 80%;
    position: relative;
    float: left;
    line-height: 25px;
    padding: 0 2em;
    height: auto;
}

.homeTextoMod {
    background-color: #fff;
    border-radius: 200px;
    height: 75px;
    width: 75px;
    margin: 5px;
    float: left;
}

.home_img_concept {
    width: 100%;
    position: relative;
    float: left;
    line-height: 25px;
    padding: 0 2em;
    background-color: white;
}

.home_concept {
    width: 90%;
    position: relative;
    float: left;
    line-height: 25px;
    padding: 0 2em;
    height: auto;
}

.homeTexto {
    width: 40%;
    position: relative;
    float: left;
    margin: 0 3em 0 3em;
}

.homeTexto_map {
    width: 70%;
    position: relative;
    float: left;
    margin: 0 3em 0 2em;
}

.homeTexto_circle {
    position: relative;
    float: left;
    margin: 0 3em 0 5em;
}

.homeTextoGrey {
    width: 40%;
    position: relative;
    float: left;
    margin: 0 3em 0 3em;
}

img.iconos_home {
    width: 30%;
    display: block;
    margin: auto;
    padding: 2em;
}

/* ===== 7. BLOQUES Y CAJAS (Mobile First) ===== */

.cajaBloques {
    text-align: center;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    width: 100%;
}

.cajaSection-tresBloques {
    position: relative;
    overflow: visible;
    padding: 56px 56px;
    background-color: #fff;
    text-align: center;
}

.cajaTresBloques {
    text-align: center;
    display: contents;
    margin-left: 30px;
    padding-top: 8px;
    flex-wrap: wrap;
}

.Bloque {
    position: relative;
    display: inline-block;
    width: 70%;
    margin-right: 10px;
    margin-top: 20%;
}

.BloqueBestSeller {
    position: relative;
    width: 100%;
    margin-right: 10px;
    margin-left: 0px;
}

.cajaImagen {
    text-align: left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    margin-top: -40px;
    margin-left: 10px;
    background-color: #f77f00;
    background-size: 40px;
    padding: 1px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.cajaImagen:hover {
    padding: 2px;
}

.iconoProducto-tresBloques {
}

.cajaTitulo {
    color: #84216b;
    font-size: larger;
    font-weight: 600;
}

.cajaTitulo:hover {
    color: #0e92c6;
}

.cajaParrafo {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    text-transform: none;
    color: #6b5e4f;
    flex: 1;
    min-height: 112px;
}

.paragraph-small {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 24px;
    color: #969696;
    line-height: 25px;
    font-weight: 400;
}

.botonDesplegable {
    width: 50%;
    opacity: 1;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    height: auto;
    padding: 9px 10px;
    background-color: #f77f00;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.botonDesplegable:hover {
    border: 2px solid;
    border-color: #f77f00;
    background-color: #ffffff;
    color: #f77f00;
}

.botonDesplegable-Menu {
    width: 230px;
    opacity: 1;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    height: auto;
    padding: 9px 10px;
    margin: 5px;
    background-color: #dfe1e3;
    color: #6b5e4f;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.botonDesplegable-Menu:hover {
    color: #f77f00;
}

/* ===== 8. BIG NUMBER SECTION (Mobile First) ===== */

.contenedorBigNumber {
    line-height: 30px;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0;
    background-color: #84216b;
}

.cajaBigNumber {
    color: #333;
    font-size: 21px;
    line-height: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.bloqueBigNumber {
    color: #333;
    font-size: 21px;
    line-height: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.logoBigNumber {
    width: 50%;
}

.BigNumber {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 21px;
    line-height: 30px;
    box-sizing: border-box;
}

.number {
    text-align: center;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.5em;
}

.top-margin {
    color: #333;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
}

.text-block {
    text-align: center;
    box-sizing: border-box;
    color: white;
    font-size: 0.65em;
    line-height: normal;
    font-weight: 300;
}

/* ===== 9. SECCIÓN HISTORIA (Mobile First) ===== */

.cajaHistoria {
    box-sizing: border-box;
    display: flex;
    overflow: scroll;
    width: auto;
    height: auto;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tituloAnimado {
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 100px;
    color: #000;
    font-size: 50px;
    line-height: 1;
    padding: 0 25px;
}

.tituloAnimadoTestimonio {
    margin-bottom: 10px;
    font-family: Livvic, sans-serif;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 0px;
    color: #000;
    font-size: 20px;
    line-height: 1;
}

.cajaGrande {
    line-height: 20px;
    box-sizing: border-box;
    display: contents;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    position: relative;
    z-index: 0;
    width: 80%;
    height: 70vh;
    grid-column-gap: 0px;
    grid-template-rows: auto;
}

.cajaImagenGrande {
    line-height: 20px;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-size: cover;
    will-change: transform;
    transform: translate3d(0px, -9.9553vh, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.cajaTextoGrande {
    line-height: 20px;
    box-sizing: border-box;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #dfe1e3;
    border: 1px solid #e7e9ec;
}

.textoEntradilla {
    margin: .67em 0;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: transparent;
    font-family: Livvic, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
}

.textoContinua {
    margin-bottom: 10px;
    line-height: 2;
    margin-top: 10px;
    color: #6b5e4f;
    font-size: 18px;
}

.button-seccionHistoria {
    font-weight: 400;
    box-sizing: border-box;
    max-width: 100%;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 0px;
    background-color: #1a1b1f;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

/* ===== 10. PRODUCTOS Y ESTILOS (Mobile First) ===== */

.contenedorProductos-style {
    line-height: 20px;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bloque-style {
    line-height: 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    position: static;
    padding: 5px;
    background-color: #fff;
}

.bloque-slogan {
    line-height: 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 5px;
    background-color: #fff;
}

.contenedor-style {
    line-height: 20px;
    box-sizing: border-box;
}

.caja1-style {
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding: 0 48px 22px;
    float: left;
    opacity: 1;
}

.caja1-slogan {
    box-sizing: border-box;
    width: 60%;
    height: 160px;
    padding: 5px;
    float: left;
    opacity: 1;
    transform: scaleX(1) scaleY(1) scaleZ(1);
    transition: opacity 700ms ease 0s, transform 700ms ease 0s;
}

.caja2-slogan {
    box-sizing: border-box;
    position: relative;
    width: 40%;
    height: 160px;
    padding: 5px;
    float: left;
    opacity: 1;
    transform: scaleX(1) scaleY(1) scaleZ(1);
    transition: opacity 700ms ease 0s, transform 700ms ease 0s;
}

.caja2-style {
    line-height: 20px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 300px;
    padding: 0 48px;
    float: left;
    opacity: 1;
}

.caja3-style {
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding: 10px 50px;
    float: left;
    opacity: 1;
}

.enlaceCajaImagen {
    box-sizing: border-box;
    background-color: transparent;
    transition: color 400ms ease;
    color: #25ac6a;
    text-decoration: underline;
    max-width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.titulo-style {
    box-sizing: border-box;
    position: absolute;
    left: 10px;
    bottom: 20px;
    z-index: 20;
    color: #000000;
    background-color: #ffffff;
    padding: 5px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: ubuntu;
}

.titulo-slogan {
    padding: 2px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.tituloGrande {
    margin-bottom: 10px;
    font-family: Livvic, sans-serif;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #000;
    font-size: 45px;
    line-height: 1;
    padding: 0px;
}

.tituloAzul {
    font-size: 16px;
    line-height: 1;
}

.tituloNaranja {
    top: 10px;
    font-size: 20px;
    line-height: 1;
}

.tituloMorado {
    top: 10px;
    font-size: 20px;
    line-height: 1;
}

.imagen-style {
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}

.imagen-style:hover {
    filter: opacity(.5);
}

.imagen-slogan {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-position: 50% 50%;
    background-color: #dfe1e3;
    background-size: cover;
    transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.imagen-slogan:hover {
    filter: opacity(.5);
}

.img-slogan {
    display: none;
}

.caja-productoColor {
    box-sizing: border-box;
    color: #25ac6a;
    text-decoration: underline;
    max-width: 100%;
    display: inline-block;
    width: 50%;
    height: 145px;
    float: left;
}

.caja-productoColor:hover {
    filter: opacity(.5);
}

/* ===== 11. TESTIMONIOS (Mobile First) ===== */

.nombreTestimonio {
    color: #736861;
    margin: 15px 0 5px;
    font-size: 20px;
    text-align: center;
}

.localidadTestimonio {
    color: #928566;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.tituloTestimonios {
    width: 50%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.contenedorTestimonios {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.cajaTestimonio1 {
    background-color: #f77f00;
    box-shadow: 0 5px 2px rgba(0,0,0,0.1);
    color: white;
    padding: 30px;
    position: relative;
    transition: background-color 0.6s linear;
    width: 70%;
    margin: 70px 20px 0 20px;
}

.cajaTestimonio2 {
    background-color: #84216b;
    box-shadow: 0 5px 2px rgba(0,0,0,0.1);
    color: white;
    padding: 30px;
    position: relative;
    transition: background-color 0.6s linear;
    width: 70%;
    margin: 70px 20px 0 20px;
}

.cajaTestimonio3 {
    background-color: #0e92c6;
    box-shadow: 0 5px 2px rgba(0,0,0,0.1);
    color: white;
    padding: 30px;
    position: relative;
    transition: background-color 0.6s linear;
    width: 70%;
    margin: 70px 20px 0 20px;
}

.comillasArriba {
    top: -25px;
    left: 5px;
    position: absolute;
    color: white;
    font-size: 5em;
}

.comillasAbajo {
    bottom: -10px;
    right: 5px;
    position: absolute;
    color: white;
    font-size: 5em;
}

.imagenTestimonio {
    float: left;
    margin-right: 20px;
    padding-left: 40px;
    max-width: 130px;
    width: 98%;
    height: auto;
}

.slide {
    position: absolute;
    transform: translateX(-100%);
    opacity: 0;
    top: 0;
    transition: transform 0.6s ease-in, opacity 0.6s ease-in;
}

.slide1 {
    margin: 0;
}

.slide2 {
    margin: 0;
}

.slide3 {
    margin: 0;
}

.sliderTestimonios {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    top: -80px;
}

.sliderTestimonios ul {
    display: flex;
    padding: 0;
    width: 300%;
    animation: cambio 20s infinite alternate linear;
}

.sliderTestimonios li {
    width: 100%;
    list-style: none;
}

@keyframes cambio {
    0% { margin-left: 0; }
    30% { margin-left: 0; }
    33% { margin-left: -100%; }
    60% { margin-left: -100%; }
    66% { margin-left: -200%; }
    100% { margin-left: -200%; }
}

#first:checked ~ div.one {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    margin-top: 75px;
}

#Second-Testimonio:checked ~ div.TwoTestimonio {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    margin-top: 75px;
}

#third:checked ~ div.three {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    margin-top: 75px;
}

input#first,
input#Second-Testimonio,
input#third {
    display: none;
}

/* Botones testimonios */
label {
    display: block;
    width: 31%;
    border: 4px solid #6b5e4f;
    position: absolute;
    bottom: 5px;
    cursor: pointer;
    transition: border-color 0.3s linear;
}

label.Second-Testimonio {
    left: 34%;
}

label.third {
    left: 68%;
}

#first:checked ~ label.first {
    border-width: 6px;
    border-color: #f77f00;
    margin-top: 100px;
}

#Second-Testimonio:checked ~ label.Second-Testimonio {
    border-width: 6px;
    border-color: #84216b;
}

#third:checked ~ label.third {
    border: 6px solid #0e92c6;
}

/* ===== 12. REDES SOCIALES (Mobile First) ===== */

.containerRRSS {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #787878;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.rowRRSS {
    margin-left: -15px;
    margin-right: -15px;
}

.cajaCenterRRSS {
    text-align: center;
    position: relative;
    width: 80%;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 30px;
    min-height: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.padding_20-RRSS {
    padding: 20px;
    width: 100%;
}

.social-icons-RRSS {
}

.circuloIcono-RRSS {
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 4px;
    padding: 11px 12px;
    border-radius: 50%;
    border-color: #00abef;
    color: #00abef;
    background-color: #f8f8f8;
}

.icons-RRSS {
    width: 20px;
}

/* ===== 13. MEDIA QUERIES (Desktop - min-width: 841px) ===== */

@media (min-width: 841px) {
    
    /* Cabecera y banners - Desktop */
    .fraseMision {
        font-size: 1.6vw;
        margin: 0;
        padding: 5px;
    }
    
    .fraseMision > span {
        font-size: 3vw;
    }
    
    .desc-fraseMision {
        color: #0006;
        font-size: 1.3vw;
    }
    
    h2.aclaracion-fraseMision {
        color: #ffffff;
        text-align: center;
        margin-top: 230px;
    }
    
    .imagenGrandeCabecera {
        width: 100%;
        height: 100%;
        margin-bottom: 40px;
    }
    
    .imagenGrandeCabecera-frase {
        width: 100%;
        min-height: 400px;
        margin: 0 !important;
        display: block;
    }
    
    .imagenGrandeCabecera-frase-mobile {
        display: none;
    }
    
    .imagenGrandeCabecera-categorias {
        width: 100%;
        margin-bottom: 40px;
        display: block;
    }
    
    .imagenGrandeCabecera-categorias-mobile {
        display: none;
    }
    
    .contenedorCabeceraHome {
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 100% !important;
        height: auto;
        position: relative;
    }
    
    .centradoTextoCabecera {
        display: flex;
        flex-direction: column;
        gap: 0.25em;
        height: auto;
        text-align: left;
        padding: 1vw;
        background-color: #02478c;
        border: 1px solid #0003;
        border-left: none;
        border-right: none;
        text-align: center;
    }
    
    /* Contenedores de imágenes e iconos - Desktop */
    .contenedorImagen-Cat {
        width: 60%;
        position: relative;
        float: left;
        height: auto;
        display: inline-block;
    }
    
    .contenedorIconos-Cat {
        width: 40%;
        position: relative;
        float: left;
        height: 110px;
        display: inline-block;
        margin: 5px 0;
    }
    
    .contenedorIconos-Cat2 {
        width: 50%;
        position: relative;
        float: left;
        height: 110px;
        display: flex;
        margin: 5px 0 25px 0;
        justify-content: center;
    }
    
    .iconos-Cat {
        width: 30%;
        display: inline-block;
    }
    
    .iconos-Cat2 {
        width: 30%;
        display: inline-block;
        margin: 0 10px;
    }
    
    /* Bloques y cajas - Desktop */
    .cajaBloques {
        text-align: center;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
        width: 100%;
    }
    
    .cajaTresBloques {
        text-align: center;
        display: flex;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 80px;
        flex-wrap: wrap;
    }
    
    .Bloque {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 20%;
        margin-right: 10px;
        margin-left: 10px;
        padding: 48px 30px 30px;
        flex: 1;
        border: 1px solid #e7e9ec;
        text-align: left;
        opacity: 1;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
    
    .BloqueBestSeller {
        position: relative;
        width: 100%;
        margin-right: 10px;
        margin-left: 130px;
    }
    
    .cajaTitulo {
        color: #84216b;
        font-size: larger;
    }
    
    .cajaParrafo {
        flex: 1;
        min-height: 112px;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 28px;
        text-align: left;
        text-transform: none;
        color: #6b5e4f;
    }
    
    .botonDesplegable {
        width: 150px;
        padding: 9px 25px;
        font-size: 15px;
    }
    
    .botonDesplegable-Menu {
        width: 180px;
        padding: 9px 25px;
        margin: 2px;
        font-size: 17px;
    }
    
    /* Big Number - Desktop */
    .contenedorBigNumber {
        font-size: 21px;
        line-height: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .cajaBigNumber {
        width: 100%;
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
    
    .bloqueBigNumber {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .BigNumber {
        width: 19%;
        text-align: center;
    }
    
    .logoBigNumber {
        width: 71px;
    }
    
    .number {
        line-height: 24px;
        font-size: 42px;
    }
    
    .top-margin {
        margin-top: 20px;
    }
    
    .text-block {
        line-height: 30px;
        font-family: Roboto, sans-serif;
        font-size: 15px;
    }
    
    /* Sección Historia - Desktop */
    .tituloAnimadoTestimonio {
        font-family: Livvic, sans-serif;
        font-size: 50px;
    }
    
    .cajaGrande {
        display: grid;
        margin-left: 10%;
        width: 80%;
        height: auto;
        top: 40px;
    }
    
    .cajaImagenGrande {
        transform: translate3d(0px, -9.9553vh, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
    
    .cajaTextoGrande {
        padding: 40px;
    }
    
    .textoEntradilla {
        font-size: 30px;
    }
    
    .textoContinua {
        line-height: 1.5;
        font-size: 15px;
    }
    
    /* Productos y estilos - Desktop */
    .caja1-style {
        width: 60%;
        padding: 5px;
    }
    
    .caja1-slogan {
        width: 60%;
    }
    
    .caja2-slogan {
        width: 40%;
    }
    
    .caja2-style {
        width: 40%;
        padding: 5px;
    }
    
    .caja3-style {
        width: 33.33%;
        padding: 5px;
    }
    
    .titulo-style {
        bottom: 10px;
        font-size: 12px;
    }
    
    .titulo-slogan {
        font-family: 'Ubuntu', 'VERDANA';
        position: absolute;
        left: 2px;
        top: 24px;
        padding: 5px;
        z-index: 20;
        color: #fff;
        font-size: 25px;
        line-height: 30px;
        font-weight: 900;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: 1px 1px 6px rgba(0, 0, 0, .37);
    }
    
    .tituloGrande {
        font-size: 50px;
        padding: 0 50px;
    }
    
    .tituloAzul {
        font-family: 'Ubuntu', 'VERDANA';
        position: absolute;
        top: 24px;
        padding: 15px;
        color: #0e92c6;
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
    }
    
    .tituloNaranja {
        font-family: 'Ubuntu', 'VERDANA';
        position: absolute;
        top: 24px;
        padding: 15px;
        color: #f77f00;
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
    }
    
    .tituloMorado {
        font-family: 'Ubuntu', 'VERDANA';
        position: absolute;
        top: 24px;
        padding: 15px;
        color: #84216b;
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
    }
    
    .imagen-slogan {
        transition: transform 1000ms ease, -webkit-transform 1000ms ease;
    }
    
    /* Testimonios - Desktop */
    .nombreTestimonio {
        margin: 15px 0 5px;
        font-size: 20px;
        text-align: left;
    }
    
    .localidadTestimonio {
        margin: 0;
        font-size: 16px;
        text-align: left;
    }
    
    .tituloTestimonios {
        width: 50%;
    }
    
    .contenedorTestimonios {
        width: 50%;
        height: 300px;
    }
    
    .cajaTestimonio1,
    .cajaTestimonio2,
    .cajaTestimonio3 {
        width: 50%;
        margin: 70px 0 0 0;
    }
    
    .imagenTestimonio {
        padding-left: 0;
    }
    
    .slide1,
    .slide2,
    .slide3 {
        margin: 0 0 0 35%;
    }
    
    /* Redes Sociales - Desktop */
    .containerRRSS {
        width: 750px;
    }
    
    .cajaCenterRRSS {
        width: 100%;
    }
    
    .padding_20-RRSS {
        padding: 20px;
    }
    
    /* Marcas - Desktop */
    #marca2_div,
    #marca3_div,
    #marca4_div,
    #marca5_div,
    #marca6_div {
        height: 200px;
        margin: 0px 0px 20px 5px;
    }
}
