:root {
    --blue-white-color: #75B1D1;
    --silver-color: #c9d3ee;
    --withe-color: #ffffff;
    --black-color: #000000;
    --purple-color: #11111c;
    --medium-purple: #5b63d3;
    --glow-h: 275;
    --glow-s: 95%;
    --glow-l: 60%;
    --glow-stron: 1;
}

@media (max-width: 1700px) {
/*PANELES SANDWICH DE OCASION*/
.sub-tittle-variedad {
    display: flex;
    color: var(--medium-purple);
    grid-column: 3 / 8;
    grid-row: 3 / 3;
    font-size: 1.3529vw;
    opacity: 100%;
    align-items: center;
    z-index: 1;
    font-weight: 400;
}

.title-panel-sandwich {
    font-size: 3.2353vw;
    grid-column: 3 / 9;
    grid-row: 4 / 7;
    color: var(--black-color);
    display: flex;
    align-items: start;
}

.parrafo-panel-ocasion {
    width: 100%;
    height: auto;
    text-align: justify;
    color: var(--black-color);
    font-size: 1.3vw;
    grid-column: 3 / 9;
    grid-row: 7 / 12;
    padding-top: 20px;
    padding-right: 100px;
    font-weight: 400;
    z-index: 1;
} 

.button-container-2 {
    height: auto;
    grid-column: 3 / 6;
    grid-row: 11/ 13;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding-top: 20px;
}

.custom-button-2 {
    color: var(--medium-purple);
    background-color: transparent;
    border: none;
    width: 90%;
    height: 100%;
    font-size: 1.0588vw;
    display: flex;
    justify-content: left;
    border-radius: 10px;
    cursor: pointer;
}

.parrafo-fabricado {
    grid-column: 9 / 12;
    grid-row: 12/ 14;
    color: var(--black-color);
    z-index: 0;
    display: flex;
    align-items: center;
    text-align: justify;
    font-size: 1vw;
}

.vertical-bar {
    background-color: var(--medium-purple);
    width: 5%;
    height: 100%;
    grid-column: 8 / 9;
    grid-row: 12/ 14;
    z-index: 0;
    justify-self: end;
}

/*SECCIÓN DISPONIBLES PANELES DE SEGUNDA MANO*/
.sub-tittle-entrega-inmediata {
    display: flex;
    color: var(--withe-color);
    grid-column: 7 / 12;
    grid-row: 3 / 3;
    font-size: 1.3529vw;
    opacity: 100%;
    align-items: center;
    z-index: 1;
    font-weight: 400;
    margin-left: 70px;
}


.title-disponibilidad-inmediata {
    font-size: 3.2353vw;
    grid-column: 7 / 13;
    grid-row: 4 / 7;
    color: var(--withe-color);
    display: flex;
    align-items: start;
    margin-left: 70px;
}

.parrafo-nuestros-paneles {
    width: 100%;
    height: auto;
    text-align: justify;
    color: var(--withe-color);
    font-size: 1.2353vw;
    grid-column: 7 / 13;
    grid-row: 7 / 11;
    padding-top: 20px;
    padding-right: 100px;
    font-weight: 400;
    z-index: 1;
    margin-left: 70px;
}

.parrafo-secundario-2 {
    grid-column: 4 / 7;
    grid-row: 12/ 14;
    color: var(--withe-color);
    z-index: 0;
    display: flex;
    align-items: center;
    text-align: justify;
    font-size: 1vw;
}

.vertical-bar-2 {
    background-color: var(--medium-purple);
    width: 5%;
    height: 100%;
    grid-column: 3 / 4;
    grid-row: 12/ 14;
    z-index: 0;
    justify-self: end;
}

.button-container-3 {
    height: auto;
    grid-column: 7 / 10;
    grid-row: 11 / 13;
    display: flex;
    align-items: flex-start;
    justify-content:left;
}
    
.custom-button-3 {
    color: var(--withe-color);
    background-color: transparent;
    border: none;
    font-size: 1.0588vw;
    cursor: pointer;
    margin-left: 70px;
}

/*SECCIÓN GRAN ALMACEN DE PANELES DE OCASION*/

.contenedor-almacenes-paneles-segunda-mano {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, auto);
    gap: 10px;
    position: relative;
}
.img-almacen-paneles {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 1/ 15;
}

.img-almacen-paneles-version-movil {
    display: none; 
}

.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.contenido-superior {
    position: relative;
    z-index: 2; 
    color: white;
}

.title-almacen-paneles {
    grid-column: 1 / 15;
    grid-row: 4/ 10;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    font-size: 3.5vw;
    z-index: 1;
}

.panel-almacen-ocasion {
    grid-column: 4 / 12;
    grid-row: 10/ 12;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--withe-color);
    font-size: 1.3vw;
    z-index: 1;
}

/*AMPLIO STOCK EN PANELES DE OCASIÓN EN OFERTA*/
.container_amplio-stock-en-panel {
    width: 100%;
    height: 100%;
    display: grid;
    background-image: url('../img/background-amplio-stock.webp');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-size: cover;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, auto);
    gap: 20px;
    padding-bottom: 20px;
}

.sub-title-diferenciacion {
    width: 100%;
    height: 100%;
    color: var(--medium-purple);
    opacity: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1 / 15;
    grid-row: 2 / 4;
    font-size: 1.3529vw;
}

.title-diferenciacion-h2 {
    display: flex;
    font-size: 3.2353vw;
    grid-column: 2 / 14;
    grid-row: 4 / 9;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--black-color);
}

.parrafo-diferenciación {
    color: var(--black-color);
    text-align: center;
    grid-column: 5 / 11;
    grid-row: 9 / 13;
    font-size: 1.2353vw;
    padding: 20px;
}

.button-container-amplio-stock {
    grid-column: 7 / 9;
    grid-row: 13/ 14;
    display: flex;
    justify-content: center;
}

.custom-button-stock {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    border: none;
    width: 90%;
    height: 250%;
    font-size: 1.0588vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

/*___________________________________________*/
/*SECCIÓN CÁMARAS FRIGORÍFICAS DE OCASIÓN*/



/*CONTACTA CON NOSOTROS 1700PX*/

.barra-vertical {
    width: 1.5%;
    height: 100%;
    background-color: var(--medium-purple);
    grid-column: 8 / 5;
    grid-row: 12 / 14;
}


/*PÁGINA PRINCIPAL DE PRODUCTOS*/

.container-pagina-principal-producto {
    width: 100%;
    height: 100%;
}

.picture-contentent-product {
    width: 100%;
    height: auto;
    grid-column: 1 / 15;
    grid-row: 1 / 24;
}

.picture-contentent-product img{
    width: 100%;
    height: 100%;
}

.soluciones-segunda-mano-panel-frigo {
    grid-column: 3 / 10;
    grid-row: 5 / auto;
    font-size: 1.5vw;
}

.title-soluciones-panel-frigo {
    grid-column: 3 / 11;
    grid-row: 7 / auto;
    font-size: 3.3vw;
}

.parrafo-soluciones-panel-frigo{
    grid-column: 3 / 9;
    grid-row: 11 / auto;
    font-size: 1.4vw;
}

.solicitar-presupuesto-panel-frigo {
    grid-column: 3 / 6;
    grid-row: 16 / auto;
    color: var(--medium-purple);
}

.bottum-soluciones-panel-frigo {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 1.1vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.bottum-soluciones-panel-frigo:hover {
    background-color: transparent;
    border: solid 2px var(--withe-color);
    color:var(--withe-color);
    font-size: 1.1vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}
/*-----------------------------------------*/

/*SECCIÓN CARACTERISTICAS PANEL FRIGORIFICO*/
.container-caracteristicas-paneles {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-segunda-mano {
    width: 100%;
    height: 100%;
}

.sub-title-diverisidad-espesores {
    font-size: 1.7vw;
    grid-column: 7 / 13;
    grid-row: 4 / auto;
}

.title-caracteristicas-panel-frigo {
    font-size: 3vw;
    grid-column: 7 / 13;
    grid-row: 6 / auto;
}

.parrafo-caracteristicas-panel-frigo {
    color: var(--withe-color);
    font-size: 1.3vw;
    grid-column: 7 / 13;
    grid-row: 11 / auto;
    text-align: justify;
}

.img-panel-frigo-pag-producto {
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 7 / 9;
    padding-top: 0px;
}

.parrafo-caracteristicas-panel-frigo-2 {
    grid-column: 2 / 7;
    grid-row: 5 / 9;
    color: var(--withe-color);
    z-index: 1;
    font-size: 1.6vw;
}

.descripcion-panel-frigo {
    color: var(--withe-color);
    grid-column: 3 / 7;
    grid-row: 13 / auto;
    padding-left: 40px;
    font-size: 1.2vw;
    z-index: 1;
}
/*-----------------------------------------*/

/*----------------*/
/*CONTACTANOS-PAGINA-PRODUCTO*/
.container-img-contacto-murcia-panel-producto {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.1fr);
    gap:15px;
}

.img-contacto-murcia-panel-producto {
    width: 95%;
    height: 100%;
    grid-column: 9 / 13;
    grid-row: 3 / 13;
    padding-left: 30px;
    z-index: 1;
}

.img-background-contacts-producto {
    width: 85%;
    height: 100%;
    grid-column: 9 / 14;
    grid-row: 2 / 14;
    padding-left: 50px;
}

.sub-title-asesoramiento-personalizado-producto {
    width: 100%;
    grid-column: 3 / 10;
    grid-row: 4 / 5;
    font-size: 1.4vw;
    color: var(--medium-purple)
}

.tittle-contactanos-producto {
    width: 100%;
    grid-column: 3 / 12;
    grid-row: 5 / 8;
    font-size: 3.1vw;
}

.parrafo-contactanos-producto {
    width: 100%;
    grid-column: 3 / 9;
    grid-row: 8 / 9;
    font-size: 1.23vw;
    text-align: justify;
    padding-right: 20px;
    padding-top: 20px;
}

.buttom-contacta-nosotros-producto {
    width: 100%;
    grid-column: 3 / 4;
    grid-row: 9 / 11;
    font-size: 1.2vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.barra-vertical-producto {
    width: 1%;
    height: 90%;
    background-color: var(--medium-purple);
    grid-column: 5 / 6;
    grid-row: 11 / 14;
    
}

.parrafo-contacto-02-producto {
    grid-column: 8 / 5;
    grid-row: 10 / 14;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.1vw;
    padding-left: 30px;
}

/*SECCIÓN GALERIA FOTOGRAFICA*/
.content-galeria {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(17, 2vw);
    gap:10px;
}

.title-galeria-fotografica {
    grid-column: 3 / 7;
    grid-row: 2 / 3;
    display: flex;
    justify-content: flex-start;
    font-size: 3vw;
    margin-top: 0px;
}

.subtitulo-galeria-producto-puertas-frigo {
    grid-column: 3 / 14;
    grid-row: 4 / auto;
    font-size: 1.4vw;
    color: var(--medium-purple);

}

.panel-frigo-color {
    color: #5b63d3;
    font-weight: 500;
}

.foto1 {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
    border-radius: 30px;
}

.contenedor-fotos {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 5 / 16;
    display: flex;
    justify-content: center;
    gap: 60px;
    padding-bottom: 60px;
    padding-top: 30px;
    
}
/*------------------------------------*/

/*----------------*/
/*PAGINA-TEJA ENVEJECIDA*/
.container-pagina-panel-teja-envejecida {
    width: 100%;
    height: 100%;
}

.imgen-pagina-panel-teja-envejecida img {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano {
    grid-column: 3 / 10;
    grid-row: 5 / auto;
    font-size: 1.5vw;
}

.title-panel-teja-envejecida {
    grid-column: 3 / 11;
    grid-row: 7 / auto;
    font-size: 3.3vw;
}

.parrafo-panel-teja-envejecida {
    grid-column: 3 / 9;
    grid-row: 11 / auto;
    font-size: 1.4vw;
}

.solicitar-presupuesto-panel-teja-envejecida {
    grid-column: 3 / 6;
    grid-row: 15 / auto;
    color: var(--medium-purple);
}

.bottom-soluciones-panel-teja-envejecida {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 1.1vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.bottom-soluciones-panel-teja-envejecida:hover {
    font-size: 1.1vw;
}

/*------------------------------------------*/

/*SECCIÓN CARACTERÍSTICAS PANEL ENVEJECIDO*/
.container-caracteristicas-paneles-teja-envejecida {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-teja-segunda-mano {
    width: 100%;
    height: 100%;
}

.sub-title-diverisidad-espesores-panel-teja {
    font-size: 1.7vw;
    grid-column: 7 / 13;
    grid-row: 4 / auto;
}

.title-caracteristicas-panel-teja-envejecido {
    font-size: 3vw;
    grid-column: 7 / 13;
    grid-row: 6 / auto;
}

.parrafo-caracteristicas-panel-teja-envejecido {
    color: var(--withe-color);
    font-size: 1.3vw;
    grid-column: 7 / 13;
    grid-row: 11 / auto;
    text-align: justify;
}

.img-panel-frigo-pag-teja-envejecida {
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 7 / 9;
    padding-top: 0px;
}

.parrafo-caracteristicas-panel-teja-envejecido-02 {
    grid-column: 2 / 7;
    grid-row: 5 / 9;
    color: var(--withe-color);
    z-index: 1;
    font-size: 1.6vw;
}

.descripcion-panel-teja-envejecido {
    color: var(--withe-color);
    grid-column: 3 / 7;
    grid-row: 14 / auto;
    padding-left: 40px;
    font-size: 1.2vw;
    z-index: 1;
}

/*---------------------------------------*/
/*----------------*/
/*CONTACTANOS-PAGINA-TEJA-ENVEJECIDA*/
.container-img-contacto-murcia-panel-teja-envejecida {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.1fr);
    gap:10px;
}

.img-contacto-murcia-panel-teja-enevejecida {
    width: 100%;
    grid-column: 9 / 13;
    grid-row: 4 / 13;
    padding-left: 30px;
    z-index: 1;
}

.img-background-contacts-teja-envejecida {
    width: 85%;
    grid-column: 9 / 14;
    grid-row: 2 / 14;
    padding-left: 50px;
    
}

.sub-title-asesoramiento-personalizado-teja-envejecida {
    width: 100%;
    grid-column: 3 / 10;
    grid-row: 4 / 5;
    font-size: 1.5vw;
    color: var(--medium-purple)
}

.tittle-contactanos-teja-envejecida {
    width: 100%;
    grid-column: 3 / 12;
    grid-row: 5 / 8;
    font-size: 3.3vw;
}

.parrafo-contactanos-teja-envejecida {
    width: 100%;
    grid-column: 3 / 9;
    grid-row: 8 / 9;
    font-size: 1.3vw;
    text-align: justify;
    padding-right: 20px;
    padding-top: 20px;
}

.buttom-contacta-nosotros-teja-envejecida {
    width: 100%;
    grid-column: 3 / 4;
    grid-row: 9 / 11;
    font-size: 1.2vw;
    background: none;
    border: none;
    color: var(--medium-purple);
    cursor: pointer;
}

.barra-vertical-teja-envejecida {
    width: 1.5%;
    height: 80%;
    background-color: var(--medium-purple);
    grid-column: 8 / 5;
    grid-row: 11 / 14;
}

.parrafo-contacto-02-teja-envejecida {
    grid-column: 8 / 5;
    grid-row: 10 / 14;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.1vw;
    padding-left: 30px;
}

/*--------------------------------------------*/
/*SECCIÓN GALERIA FOTOGRAFICA*/
.content-galeria-teja-envejecida {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.1fr);
    gap:15px;
}

.title-galeria-panel-teja-envejecida-02 {
    grid-column: 3 / 7;
    grid-row: 2 / 3;
    display: flex;
    justify-content: flex-start;
    font-size: 3.3vw;
    margin-top: 30px;
}

.subtitulo-galeria-teja-envejecuida {
    grid-column: 3 / 14;
    grid-row: 3 / 3;
    font-size: 1.5vw;
    color: var(--medium-purple);
}

.panel-frigo-color {
    color: #5b63d3;
    font-weight: 500;
}

.foto-teja1 {
    width: 100%;
    height: 100%;
}

.contenedor-fotos-panel-teja-envejecida {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 5 / 14;
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 0px 50px;
    padding-bottom: 60px;
    padding-top: 20px;    
}

/*-------------------------------------------*/
/*------------------------------------*/
/*PAGINA PANEL TEJA SLIM DE OCASIÓN */
.container-pagina-panel-teja-slim-ocasion {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano-teja-slim {
    grid-column: 3 / 10;
    grid-row: 5 / auto;
    font-size: 1.5vw;
}

.title-panel-teja-slim {
    grid-column: 3 / 11;
    grid-row: 7 / auto;
    font-size: 3.3vw;
}


.parrafo-panel-teja-slim {
    grid-column: 3 / 9;
    grid-row: 11 / auto;
    font-size: 1.4vw;
}

.solicitar-presupuesto-panel-teja-slim {
    grid-column: 3 / 6;
    grid-row: 16 / auto;
    color: var(--medium-purple);
}

.bottom-soluciones-panel-teja-slim {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 1.1vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

/*SECCIÓN CARACTERISTICAS PANEL SLIM*/
.container-caracteristicas-paneles-teja-slim {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-teja-slim-segunda-mano {
    width: 100%;
    height: 100%;
}

.sub-title-diverisidad-espesores-panel-teja-slim {
    font-size: 1.7vw;
    grid-column: 7 / 13;
    grid-row: 4 / auto;
}

.title-caracteristicas-panel-teja-slim {
    font-size: 3vw;
    grid-column: 7 / 13;
    grid-row: 6 / auto;
}

.parrafo-caracteristicas-panel-teja-slim {
    color: var(--withe-color);
    font-size: 1.3vw;
    grid-column: 7 / 13;
    grid-row: 11 / auto;
    text-align: justify;
}

.img-panel-frigo-pag-teja-slim {
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 7 / 9;
    padding-top: 0px;
}

.parrafo-caracteristicas-panel-teja-slim-02 {
    grid-column: 2 / 7;
    grid-row: 5 / 9;
    color: var(--withe-color);
    z-index: 1;
    font-size: 1.6vw;
}

.descripcion-panel-teja-slim {
    color: var(--withe-color);
    grid-column: 3 / 7;
    grid-row: 13 / auto;
    padding-left: 40px;
    font-size: 1.2vw;
    z-index: 1;
}
/*-----------------------------------------*/

/*----------------*/
/*CONTACTANOS-PAGINA-TEJA-SLIM*/
.container-img-contacto-murcia-panel-teja-slim {
    width: 100%;
    height: 100%;
    display: grid;
}

.img-contacto-murcia-panel-teja-slim {
    grid-column: 8 / 13;
    grid-row: 5 / 13;
}

.img-background-contacts-teja-slim {
    width: 85%;
    height: 100%;
    grid-column: 9 / 14;
    grid-row: 2 / 14;
    padding-left: 30px;
    
}

.sub-title-asesoramiento-personalizado-teja-slim {
    width: 100%;
    grid-column: 3 / 10;
    grid-row: 4 / 5;
    font-size: 1.5vw;
    color: var(--medium-purple)
}

.tittle-contactanos-teja-slim {
    width: 100%;
    grid-column: 3 / 12;
    grid-row: 5 / 8;
    font-size: 3.3vw;
}

.parrafo-contactanos-teja-slim {
    width: 100%;
    grid-column: 3 / 9;
    grid-row: 8 / 9;
    font-size: 1.3vw;
    text-align: justify;
    padding-right: 20px;
    padding-top: 30px;
}

.buttom-contacta-nosotros-teja-slim {
    width: 100%;
    grid-column: 3 / 4;
    grid-row: 9 / 11;
    font-size: 1.3vw;
    background: none;
    border: none;
    color: var(--medium-purple);
    cursor: pointer;
}

.barra-vertical-teja-slim {
    width: 1%;
    height: 90%;
    background-color: var(--medium-purple);
    grid-column: 8 / 5;
    grid-row: 11 / 14;
}

.parrafo-contacto-02-teja-slim {
    grid-column: 8 / 5;
    grid-row: 10 / 14;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.1vw;
    padding-left: 30px;
}

/*SECCIÓN GALERIA FOTOGRAFICA*/


/*------------------------------------*/
/*PAGINA PRINCIPAL PANEL CUBIERTA */
.container-pagina-panel-cubierta-3g {
    width: 100%;
    height: 100%;
}

.picture-content-panel-cubierta {
    width: 100%;
    height: 100%;
}

.picture-content-panel-cubierta img {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano-panel-cubierta-3g {
    grid-column: 3 / 10;
    grid-row: 5 / auto;
    font-size: 1.5vw;
}

.title-panel-cubierta-3g {
    grid-column: 3 / 11;
    grid-row: 7 / auto;
    font-size: 3.3vw;
}

.parrafo-panel-cubierta-3g {
    grid-column: 3 / 9;
    grid-row: 11 / auto;
    font-size: 1.4vw;
}

.solicitar-presupuesto-panel-cubierta-3g {
    grid-column: 3 / 6;
    grid-row: 16 / auto;
    color: var(--medium-purple);
}

.bottom-soluciones-panel-cubierta-3g {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 1.1vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.bottom-soluciones-panel-cubierta-3g:hover {
    font-size: 1.1vw;
}

/*SECCIÓN CARACTERISTICAS PANEL CUBIERTA*/
.container-caracteristicas-paneles-cubierta-3g {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-cubierta-3g {
    width: 100%;
    height: 100%;
}

.sub-title-diverisidad-espesores-panelcubierta-3g {
    font-size: 1.7vw;
    grid-column: 7 / 13;
    grid-row: 4 / auto;
}

.title-caracteristicas-panel-cubierta-3g {
    font-size: 3vw;
    grid-column: 7 / 13;
    grid-row: 6 / auto;
}

.parrafo-caracteristicas-panel-cubierta-3g {
    font-size: 1.3vw;
    grid-column: 7 / 13;
    grid-row: 11 / auto;
    text-align: justify;
}

.backgronund-panel-cubierta-3g {
    width: 100%;
    grid-column: 3 / 7;
    grid-row: 4 / 12;
}

.img-panel-frigo-pag-cubierta-3g {
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 7 / 9;
    padding-top: 0px;
}

.parrafo-caracteristicas-panel-cubierta-3g-02 {
    grid-column: 2 / 7;
    grid-row: 5 / 9;
    color: var(--withe-color);
    z-index: 1;
    font-size: 1.6vw;
}

.descripcion-panel-cubierta-3g {
    color: var(--withe-color);
    grid-column: 3 / 7;
    grid-row: 14 / auto;
    padding-left: 40px;
    font-size: 1.2vw;
    z-index: 1;
}

/*----------------*/
/*CONTACTANOS-PAGINA-PANEL CUBIERTA*/
.container-img-contacto-murcia-panel-cubierta-3g{
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(17, 2vw);
}

.img-contacto-murcia-panel-cubierta-3g {
    width: 100%;
    height: 100%;
}

.img-background-contacts-panel-cubierta-3g {
    width: 100%;
    height: 100%;
}

.sub-title-asesoramiento-personalizado-cubierta-3g {
    width: 100%;
    grid-column: 3 / 10;
    grid-row: 4 / 4;
    font-size: 1.4vw;
    color: var(--medium-purple)
}

.tittle-contactanos-cubierta-3g-02 {
    width: 100%;
    grid-column: 3 / 12;
    grid-row: 5 / 8;
    font-size: 3vw;
}

.parrafo-contactanos-cubierta-3g {
    width: 100%;
    grid-column: 3 / 9;
    grid-row: 8 / 9;
    font-size: 1.3vw;
    text-align: justify;
    padding-right: 20px;
}

.buttom-contacta-nosotros-cubierta-3g {
    width: 100%;
    grid-column: 3 / 4;
    grid-row: 11 / auto;
    font-size: 1.3vw;
    background: none;
    border: none;
    color: var(--medium-purple);
    cursor: pointer;
}

.barra-vertical-cubierta-3g{
    width: 1%;
    height: 90%;
    background-color: var(--medium-purple);
    grid-column: 8 / 5;
    grid-row: 11 / 14;
}

.parrafo-contacto-02-cubierta-3g {
    grid-column: 8 / 5;
    grid-row: 10 / 14;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.1vw;
    padding-left: 30px;
}

/*GALERIA PANEL CUBIERTA*/
.content-galeria-cubierta-principal {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.1fr);
    gap:15px;
}

.tittle-contactanos-cubierta-3g {
    grid-column: 3 / 7;
    grid-row: 2 / 3;
    display: flex;
    justify-content: flex-start;
    font-size: 3.3vw;
    margin-top: 30px;
}

.subtitulo-galeria-cubierta-principal {
    grid-column: 3 / 14;
    grid-row: 3 / 3;
    font-size: 1.5vw;
    color: var(--medium-purple);
}

.contenedor-fotos-panel-cubierta-3g {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 5 / 14;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 60px;
    padding: 0px 50px;
    padding-bottom: 60px;
    padding-top: 20px;
}

.fotos-panel-cubierta- {
    width: 100%;
    height: 100%;
}

/*----------------*/

/*------------------------------------*/
/*PAGINA PRINCIPAL PANEL FACHADA */
.container-pagina-panel-fachada {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano-panel-fachada {
    grid-column: 3 / 10;
    grid-row: 5 / auto;
    font-size: 1.5vw;
}

.title-panel-fachada-principal {
    grid-column: 3 / 11;
    grid-row: 7 / auto;
    font-size: 3.3vw;
}


.parrafo-panel-fachada {
    grid-column: 3 / 9;
    grid-row: 11 / auto;
    font-size: 1.4vw;
}

.solicitar-presupuesto-panel-fachada {
    grid-column: 3 / 6;
    grid-row: 17 / auto;
    color: var(--medium-purple);
}

.bottom-soluciones-panel-fachada {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 1.1vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.bottom-soluciones-panel-fachada:hover {
    font-size: 1.1vw;
}

/*SECCIÓN CARACTERISTICAS PANEL FACHADA*/
.container-caracteristicas-paneles-fachada {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-fachada {
    width: 100%;
    height: 100%;
}

.sub-title-diverisidad-espesores-panel-fachada {
    font-size: 1.7vw;
    grid-column: 7 / 13;
    grid-row: 4 / auto;
}

.title-caracteristicas-panel-fachada-02 {
    font-size: 3vw;
    grid-column: 7 / 13;
    grid-row: 6 / auto;
}

.parrafo-caracteristicas-panel-fachada {
    color: var(--withe-color);
    font-size: 1.3vw;
    grid-column: 7 / 13;
    grid-row: 11 / auto;
    text-align: justify;
}

.img-panel-frigo-pag-fachada {
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 7 / 9;
    padding-top: 0px;
}

.parrafo-caracteristicas-panel-fachada-02 {
    grid-column: 2 / 7;
    grid-row: 5 / 9;
    color: var(--withe-color);
    z-index: 1;
    font-size: 1.6vw;
}

.descripcion-panel-fachada {
    color: var(--withe-color);
    grid-column: 3 / 7;
    grid-row: 14 / auto;
    padding-left: 40px;
    font-size: 1.2vw;
    z-index: 1;
}

/*----------------*/
/*CONTACTANOS-PAGINA-PANEL FACHADA*/
.container-img-contacto-murcia-panel-fachada {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(18, 2vw);
    gap:10px;
}

.img-contacto-murcia-panel-fachada {
    width: 100%;
    height: 100%;
    grid-column: 9 / 13;
    grid-row: 5 / 14;
    padding-right: 0px;
    z-index: 1;

}

.img-background-contacts-panel-fachada {
    width: 100%;
    height: 100%;
    grid-column: 9 / 13;
    grid-row: 3 / 16;
    padding-left: 45px;
}

.sub-title-asesoramiento-personalizado-fachada {
    width: 100%;
    grid-column: 3 / 10;
    grid-row: 4 / 5;
    font-size: 1.5vw;
    color: var(--medium-purple)
}

.tittle-contactanos-fachada {
    width: 100%;
    grid-column: 3 / 12;
    grid-row: 5 / 8;
    font-size: 3.3vw;
}

.parrafo-contactanos-fachada {
    width: 100%;
    grid-column: 3 / 9;
    grid-row: 8 / 9;
    font-size: 1.3vw;
    text-align: justify;
    padding-right: 20px;
    padding-top: 30px;
}

.buttom-contacta-nosotros-fachada {
    width: 100%;
    grid-column: 3 / 4;
    grid-row: 12 / auto;
    font-size: 1.3vw;
    background: none;
    border: none;
    color: var(--medium-purple);
    cursor: pointer;
}

.barra-vertical-fachada {
    width: 1%;
    height: 90%;
    background-color: var(--medium-purple);
    grid-column: 8 / 5;
    grid-row: 12 / 16;
}

.parrafo-contacto-02-fachada {
    grid-column: 8 / 5;
    grid-row: 13 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.1vw;
    padding-left: 30px;
}

/*------------------------------------*/
/*PAGINA PRINCIPAL CONTACTO*/
.container-pagina-contacto {
    gap:10px;
    background-color: #f9fafb;
    margin-top: 0px;
    grid-template-rows: repeat(22, 2vw);
}

.subtitulo-pagina-contacto {
    width: 100%;
    font-size: 1.7vw;
}

.title-panel-contacto {
    font-size: 3.5vw;
}


.parrafo-panel-contacto {
    width: 100%;
    font-size: 1.4vw;
    padding-right: 20px;
    color: var(--black-color);
    margin-top: 20px;
}

.solicitar-presupuesto-panel-contacto {
    display: flex;
    grid-row: 19 / auto;
}


.bottom-soluciones-panel-contacto {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 1.3vw;
    padding: 15px 20px;
    border-radius: 10px;
}

.bottom-soluciones-panel-contacto:hover {
    font-size: 1.3vw;
}


/*------------------------------------*/
/*PAGINA PRINCIPAL PROMOCIONES*/
.container-pagina-promociones {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(20, 2vw);
    gap:5px 0;
    background-color: var(--purple-color);
    z-index: -2;
    background-size: cover;
    margin-top: 0px;
}

.subtitulo-pagina-promiciones {
    grid-row: 5 / auto;
    font-size: 1.6vw;

}

.title-pagina-promociones {
    width: 100%;
    grid-row: 7 / auto;
    font-size: 3.4vw;
}


.parrafo-pagina-promociones {
    width: 100%;
    grid-column: 4 / 12;
    grid-row: 13 / auto;
    font-size: 1.4vw;
    text-align: justify;
    padding-top: 0px;
    color: var(--withe-color);
    background-size: cover;
}

.solicitar-presupuesto-pagina-promociones {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 17 / auto;
    color: var(--medium-purple);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-pagina-promociones {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 1.1vw;
    padding: 15px 20px;
    border-radius: 10px;
}

/*SECCIÓN PROMOCION ESPECIAL EN PANELES DE FACHADA*/
.container-pag-oferta-especial {
    width: 100%;
}

.space-total-promocion {
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(26, 2vw);
}

.logo-panel-murcia-section-promo {
    grid-column: 2 / 14;
    grid-row: 3 / 5;
}

.background-section-promo {
    grid-column: 5 / 11;
    grid-row: 6 / 17;
}

.img-panel-fachada-promocion {
    grid-column: 4 / 12;
    grid-row: 8 / auto;
}

.parrafo-subtitulo-precio-incomparable {
    font-size: 1.9vw;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--medium-purple);
    grid-column: 3 / 13;
    grid-row: 18 / auto;
}

.titulo-promocion-especial {
    grid-column: 3 / 13;
    grid-row: 20 / auto;
    font-size: 3.3vw;
    display: flex;
    justify-content: center;
}

.parrafo-segundo-promocion-especial {
    grid-column: 4 / 12;
    grid-row: 23 / auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    font-size: 1.4vw;
}

.separador-promocion {
    background-color: var(--medium-purple);
    grid-column: 4 / 12;
    grid-row: 26 / auto;
    height: 4px;
    margin-top: 0px;
}

/*SECCIÓN PROPIEDADES PRINCIPALES DE PANEL DE PROMOCIÓN*/
.container-propiedades-tecnicas {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(15, 2vw);
    grid-gap: 2vw;
}

.sub-title-propiedades-tecnicas {
    grid-column: 2 / 14;
    grid-row: 2 / 2;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    color: var(--medium-purple);
    font-weight: 500;
}

.title-caracteristicas-panel-fachada {
    grid-column: 2 / 14;
    grid-row: 3 / 4;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    color: var(--black-color);
}

.container-group {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 4 / 13;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(24, 1.3vw);

}

.background-caracteristicas-promo-01 {
    width: 80%;
    height: 100%;
    grid-column: 3 / 7;
    grid-row: 3 / 25;
    background-color: var(--purple-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, auto);
    margin-right: 0px;
}

.alaign-item-container-01 {
    width: 100%;
    height: 100%;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foto-svg-hogar {
    width: 17%;
    height: auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
}

.title-aislamiento-termico {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 3 / 6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.7vw;
    padding: 0px 10px;
}

.paragraph-aislamiento-termico {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 6 / 10;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 1.2vw;
    padding: 0px 30px;
}

.title-alta-resistencia-estructural {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 3 / 6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.7vw;
    padding: 0px 10px;
}

.paragraph-resistencia-estructural {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 6 / 10;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 1.2vw;
    padding: 0px 30px;
}

.background-caracteristicas-promo-02 {
    width: 80%;
    height: 100%;
    grid-column: 6 / 10;
    grid-row: 3 / 25;
    background-color: var(--purple-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, auto);
    margin-left: 10%;
}

.alaign-item-container-02 {
    width: 100%;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foto-svg-boveda {    
    width: 17%;
    height: auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
}


.background-caracteristicas-promo-03 {
    width: 80%;
    height: 100%;
    grid-column: 9 / 13;
    grid-row: 3 / 25;
    background-color: var(--purple-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, auto);
    margin-left: 20%;
}

.title-acabado-estetico-superior {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 3 / 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.7vw;
    padding: 0px 10px;
}

.paragraph-acabado-estetico-superior {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 6 / 10;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 1.2vw;
    padding: 0px 30px;
    word-spacing: normal;
}

.alaing-item-container-03 {
    width: 100%;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foto-svg-terminado {
    width: 17%;
    height: auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
}

.background-much-more-economical {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 13 / 15;
    background-color: var(--purple-color);
    padding: 1% 3%;
    border-radius: 1vw;
    position: relative;
}

.more-economical {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(3, 2vw);
    position: absolute;
}

.title-much-economical {
    color: var(--withe-color);
    grid-column: 1 / 7;
    grid-row: 1 / 5;
    font-size: 1.4vw;
    display: flex;
    align-items: start;
}

.paragraph-much-economical {
    height: 100%;
    color: var(--withe-color);
    grid-column: 7 / 15;
    grid-row: 1 / 6;
    text-align: justify;
    font-size: 1.3vw;
    padding-right: 40px;
}

/*SECCIÓN GALERIA DE PRODUCTOS EN PROMOCIÓN*/
.content-galeria-promocion {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.3fr);
    gap:15px;
}

.title-galeria-promocion {
    grid-column: 3 / 11;
    grid-row: 2 / 3;
    display: flex;
    justify-content: flex-start;
    font-size: 3vw;
    margin-top: 30px;
}

.subtitulo-galeria-promocion {
    grid-column: 3 / 12;
    grid-row: 3 / 3;
    font-size: 1.4vw;
    color: var(--medium-purple);

}

.panel-frigo-color-galeria-promo {
    color: #5b63d3;
    font-weight: 500;
}

.foto-otro-galeria-promocion {
    width: 100%;
    height: auto;
}

.contenedor-fotos-galeria-promo {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 4 / 15;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.separador-promocion-02 {
    background-color: var(--medium-purple);
    width: 60%;
    position: relative;
    left: 20%;
    justify-content: center;
    justify-items: center;
    height: 4px;
    margin-top: 80px;
}


/*SECCIÓN FORMULARIO DE CONTACTO*/
.container-formulario-contacto {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(30, 2vw);
    gap:10px;
    overflow: hidden;
}

.title-formulario-contacto {
    grid-column: 3 / 13;
    grid-row: 2 / 3;
    display: flex;
    justify-content: center;
    font-size: 3.3vw;
    margin-top: 30px;
}

.subtitulo-formulario-contacto {
    grid-column: 8 / 13;
    grid-row: 6 / 7;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    font-size: 1.6vw;
    color: var(--medium-purple);

}

.panel-frigo-color-slim {
    color: #5b63d3;
    font-weight: 500;
}

.foto-info-contacto {
    grid-column: 3 / 8;
    grid-row: 7 / 27;
    width: 85%;
    height: 100%;
    box-shadow: 5px 4px 10px 1px rgba(0, 0, 0, 0.2);
}

.sub-title-solicitud-presupuesto-contacto{
    grid-column: 3 / 7;
    grid-row: 11 / 11;
    text-align: justify;
    padding-left: 50px;
    font-size: 1.4vw;
    color: var(--medium-purple);
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.parrafo-solicitud-presupuesto {
    grid-column: 3 / 7;
    grid-row: 23 / auto;
    text-align: justify;
    padding-left: 50px;
    font-size: 1.2vw;
}

.content-barra-dividir {
    background-color: var(--medium-purple);
    width: 500px;
    height: 4px;
    display: flex;
    justify-content: center;
}

/*FORMULARIO DE CONTACTO*/
/*Sección solicitud de presupuesto*/


.form-container {
    width: 100%;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    grid-column: 8 / 13;
    grid-row: 7 / 28;
}

.form-background {
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    background-size: cover;
    box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.3);
    padding: 40px 30px 50px 30px;
}

.nombre- {
    height: 50px;
    font-size: 16px;
}

.apellido- {
    height: 50px;
    font-size: 16px;
}

.correo-email {
    height: 50px;
    font-size: 16px;
}

.nombre-compañia {
    font-size: 16px;
    width: 100%;
    height: 50px;
}

.anotaciones-form {
    font-size: 16px;
    height: 19vw;
}

form input, form textarea, form select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #333333;
    background-color: #333333;
    color: #ffffff;
    box-sizing: border-box;
}

.rc-anchor-center-item {
    width: 100%;
    height: auto;
}

.rc-anchor-checkbox-label {
    width: 100%;
    height: auto;
}

form button.enviar {
    background-color: var(--medium-purple);
    border: none;
    color: var(--withe-color);
    padding: 0.8vw;
    cursor: pointer;
    width: 100%;
    margin: 0.8vw 0;
    font-weight: bold;
    border-radius: 0px;
    font-size: 1.5vw;
    border-radius: 1.1vw;
}

form button.enviar:hover {
    background-color: #333333;
    color:var(--withe-color);
    border: 2px solid var(--withe-color);

}

.nombre-apellido {
    display: flex;
    justify-content: space-between;

}

.nombre-apellido label {
    width: 49%;
}

.content-telefono {
    width: 100%;
}

.areatelefono {
    width: 100%;
    display: flex;
    gap: 5px;
}

.areatelefono select {
    width: 20%;
    height: auto;
    background-color: rgb(41, 41, 41);
    color: var(--withe-color);
    opacity: 70%;
    flex-shrink: 0;
}

.areatelefono input {
    flex-grow: 01;
    min-width: 0;
}


.telef-contact {
    height: 50px;
}

.custom-select {
    font-size: 16px;
    cursor: pointer;

} 

.custom-select option {
    font-size: 16px;
}

label {
    display: block;
    padding-top: 10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, 
select:focus {
    outline: none;
    border: 2px solid var(--yellow-color);
}

textarea {
    height: 15px;
}


/*FOOTER*/
footer

.logo-forms1 {
    width: 100%;
    height: 100%;
}

.footer-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(12, 1.2vw);
    gap: 20px;
    font-size: 1.1vw;
}

.logo-forms1 {
    width: 100%;
    grid-column: 2 / 5;
    grid-row: 5 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inicio-footer {
    grid-column: 7 / 9;
    grid-row: 4 / 5;
    text-align: left;
    color: var(--withe-color);
    font-weight: 400;
}
.inicio-section1 {
    width: 100%;
    height: 100%;
    grid-column: 7 / 9;
    grid-row: 5 / 14;
    text-align: left;
    list-style-type: none;

}

.footer-producto {
    width: 100%;
    height: 100%;
    grid-column: 9 / 11;
    grid-row: 4 / 5;
    text-align: left;
    color: var(--withe-color);
    font-weight: 400;
}

.footer-producto-02 {
    width: 100%;
    height: 100%;
    grid-column: 9 / 11;
    grid-row: 5 / 14;
    text-align: left;
    list-style-type: none;
}

.footer-contacto {
    color: var(--withe-color);
    width: 100%;
    height: 100%;
    grid-column: 11 / 13;
    grid-row: 4 / 5;
    text-align: left;
    list-style-type: none;
    font-weight: 400;
}

.sectores-section3 {
    width: 100%;
    height: 100%;
    grid-column: 11 / 13;
    grid-row: 5 / 14;
    text-align: left;
    list-style-type: none;
}

.tel_info {
    margin: 0;
}

.contact-footer {
    width: 100%;
    height: 100%;
    grid-column: 12 / 14;
    grid-row: 4 / 9;
    text-align: left;
    color: var(--withe-color);
    font-weight: 400;
}

.contact-section4 {
    width: 100%;
    height: 100%;
    grid-column: 12 / 14;
    grid-row: 5 / 14;
    text-align: justify;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: var(--withe-color);
}

/*Barra final*/
.container-footer2 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(3, 0.2fr);
    background-color: var(--black-color);
    width: 100%;
    padding: 5px 0 5px 0;
    align-items: center;
}

.content-footer-2 {
    color: var(--withe-color);
    font-size: 13px;
    grid-column: 2 / 5;
    grid-row: 2 / 2;
    opacity: 70%;
}

/*PAGINA PRINCIPAL GRACIAS POR SU MENSAJE*/
.container-pagina-gracias {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.3fr);
    gap:10px;
    background-color: #f9fafb;
    z-index: -2;
    background-size: cover;
}

.subtitulo-pagina-gracias {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 3 / 5;
    font-size: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 30px;
    color: var(--black-color);
    font-weight: 450;
    z-index: 1;
}

.title-panel-gracias {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 5 / 7;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 3.3vw;
    color: var(--black-color);
}


.parrafo-panel-gracias {
    width: 100%;
    grid-column: 5 / 11;
    grid-row: 8 / 12;
    font-size: 1.3vw;
    text-align: center;
    display: flex;
    align-items: center;
    padding-right: 0px;
    color: var(--black-color);
}

.mensaje-gracias {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 12 / 14;
    color: var(--medium-purple);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-volver-inicio {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 1.2vw;
    padding: 15px 20px;
    border-radius: 10px;
}

/*PANTALLA PRINCIPAL PANELES PARA CAMARAS MODULARES*/
.container-cold-chambers-occasion {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.1fr);
    gap: 10px;
}

.main-img-modular-cameras {
    width: 100%;
    height: auto;
    max-height: auto;
    margin: auto auto;
    grid-column: 1 / 15;
    grid-row: 1 / 15;
}

.title-mudular-chambers-occasion {
    color: var(--withe-color);
    grid-column: 3 / 10;
    grid-row: 5 / 8;
    font-size: 3.3vw;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin-top: 20px;
}

.subtitle-modular-cameras-occasion {
    color: var(--medium-purple);
    grid-column: 3 / 10;
    grid-row: 4 / 4;
    font-size: 1.5vw;
    display: flex;
    align-items: center;
}

.paragraph-second-hand-modular-cameras {
    color: var(--withe-color);
    grid-column: 3 / 10;
    grid-row: 8 / 12;
    font-size: 1.4vw;
    text-align: justify;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.budget-modular-chamber-refrigerator-panel {
    grid-column: 3 / 10;
    grid-row: 12 / 12;
    margin-top: 20px;
}

.button-request-quote-modular-cameras {
    border: none;
    display: flex;
    align-items: center;
    background-color: var(--medium-purple);
    color: var(--withe-color);
    padding: 13px 40px;
    border-radius: 5px;
    font-size: 1.2vw;
}

.main-img-modular-cameras-mobile {
    display: none;
}

/*SECCIÓN CAMARA MODULAR*/

.container-features-panels-modular-chambers {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.08fr);
    gap: 10px;
}

.backgronund-panel-frigo {
    width: 82%;
    height: 100%;
    grid-column: 2 / 9;
    grid-row: 3 / 13;
}

.img-panel-frigo-pag-producto {
    width: 100%;
    height: 100%;
    grid-column: 3 / 7;
    grid-row: 3 / 13;
}

.subtitle-cameras-panels-second-hand {
    grid-column: 8 / 14;
    grid-row: 2 / 3;
    font-size: 1.4vw;
    color: var(--medium-purple);
    color: var(--black-color);
}

.title-modular-panel-cameras {
    grid-column: 8 / 14;
    grid-row: 3 / 6;
    font-size: 3vw;
    padding-top: 20px;
}

.paragraph-modular-cameras-panel {
    grid-column: 8 / 14;
    grid-row: 6 / 10;
    font-size: 1.2vw;
    text-align: justify;
    
}

.budget-modular-chamber-refrigerator-panel-two {
    grid-column: 8 / 14;
    grid-row: 12 / 14;
}

.button-request-quote-modular-cameras-two {
    border: none;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: var(--medium-purple);
    padding: 1px 3px;
    border-radius: 10px;
    font-size: 1.2vw;
    margin-top: 10px
}

}

@media (max-width: 1600px){
/* BARRA DE MENU PANTALLA 1600PX*/
.button-container {
    grid-column: 6 / 10;
    grid-row: 10/ 13;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
}

.main-menu {
    width: 100%;
    height: 75px;
    background-color: var(--withe-color);
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    align-items: center;
    transition: top 0.3s; 
}

.logo {
    width: 190px;
    height: auto;
    grid-column: 3 / 5;
}

.main-menu .menu {
    grid-column: 8 / 13;
    display: flex;
    justify-content: space-between;
}

/*SECCIÓN PANTALLA PRINCIPAL MURCIA PANEL*/
#contenedor-principal {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, auto);
    gap: 30px;
}

.h1-almacen-ocasion {
    color: var(--withe-color);
    font-size: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parrafo-product {
    color: var(--withe-color);
    text-align: center;
    margin-top: 0px;
    font-size: 1.625vw;
    padding: 0 4%;
}

.custom-button {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    border: none;
    width: 50%;
    height: 60%;
    font-size: 1.125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #5b63d3;
    cursor: pointer;
}

#video-murcia-panel {
    position: absolute;
    min-width:100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}

/*SECCIÓN PRODUCTO DE OCASIÓN PANTALLA 1600PX*/


.content-title-products-panel-teja-envejecido {
    width: 100%;
    grid-column: 6 / 10;
    grid-row: 4 / 6;
    display: flex;
    align-items: start;
    padding-top: 35px;
    justify-content: center;

}

.content-title-products-panel-cubierta-3g {
    width: 100%;
    grid-column: 10 / 13;
    grid-row: 4 / 6;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 35px;
    border: solid red;
}

.content-title-products-panel-teja-slim {
    width: 100%;
    grid-column: 4 / 7;
    grid-row: 10 / 14;
    display: flex;
    align-items: start;
    padding-top: 40px;
    justify-content: center;

}

.content-title-products-panel-fachada {
    width: 100%;
    grid-column: 9 / 12;
    grid-row: 10 / 14;
    display: flex;
    align-items: start;
    padding-top: 40px;
    justify-content: center;
}

/*Barra final del footer*/
.content-footer-4 {
    font-size: 1.1vw;
    grid-column: 6 / 14;
    display:block;
    margin: 5px 0;
    color: var(--medium-purple);
}

.content-footer-4 ul {
    display: flex;
    gap: 35px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}


}


@media (max-width: 1400px) {

/*BARRA DE SUB-MENU*/
.navbar-default {
    width: 100%;
    border: solid var(--black-color);
}

.navbar-default .contact-container {
    grid-column:   3 / 8;
    list-style: none;
    font-size: 1.2143vw;
    color: var(--withe-color);
    font-weight: 400;
}

.atención-personalizada {
    display: flex;
    justify-content: flex-end;
    grid-column: 10 / 13;
    font-size: 1.2143vw;
    color: var(--withe-color)
}

/*BARRA DE MENU*/

.logo {
    width: 100%;
    height: auto;
    grid-column: 3 / 5;
}

.main-menu .menu {
    grid-column: 8 / 13;
    display: flex;
    justify-content: space-between;
}

.main-menu a {
    color: var(--black-color);
    text-decoration: none;
    font-size: 1.2143vw;
    font-family: 'Rubik', sans-serif;
    padding: 10px 15px;
    display: block;
}


}

/*============= mediaQuery 1300px ===============*/
@media (max-width: 1300px) {

    /*_____________________________________*/
/*SECCIÓN PRODUCTOS DE OCASIÓN DESTACADOS*/
.content-title-products {
    width: 100%;
    color: var(--withe-color);
    position: absolute;
    top: 2rem;
    font-size: 1.7vw;
}

.boton-con-url-2 {
    width: 100%;
    color: var(--withe-color);
    background-color: transparent;
    border-style: none;
    position: absolute;
    bottom: 2rem;
    left: 0rem;
    font-size: 1.5vw;
    transition: color 0.2s ease, background-color 0.2s ease ;
    cursor: pointer;
}
    /*============= Página 404 ===============*/

.container-error {
width: 100%;
height: 100%;
display: block;
background-color: var(--black-color);
overflow: hidden;
}

.error-content {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(37, 1.3vw);
    padding: 8vw 0 0 0;
    gap: 0 10px;
}

.error-content img {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 1 / 41;
}

.title-h1-404 {
    grid-column: 2 / 9;
    grid-row: 10 / 20;
    color: var(--withe-color);
    font-size: 12vw;
    z-index: 1;
    text-align: center;
}

.Background-purple {
    background-color: var(--medium-purple);
    grid-column: 4 / 7;
    grid-row: 20 / 23;
    border: none;
    border-radius: 1rem;
    margin: 0rem 1.5vw;
    z-index: 1;
}

.text-error-404 {
    grid-column: 4 / 7;
    grid-row: 20 / 23;
    color: var(--withe-color);
    z-index: 2;
    font-size: 1.5vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Background-black {
    grid-column: 7 / 13;
    grid-row: 20 / 34;
    border-radius: 2rem;
    border: none;
    background: rgba(0, 0 , 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 4px 30px rgba(0, 0 , 0, 0.5);
    color: var(--withe-color);
    z-index: 1;
    margin: 0 0 0 4vw;
}

.text-error-02 {
    grid-column: 8 / 13;
    grid-row: 21 / 23;
    color: var(--withe-color);
    font-size: 1.6vw;
    z-index: 2;
}

.liste-link-direction {
    grid-column: 8 / 13;
    grid-row: 24 / 30;
    z-index: 2;
    font-size: 1.2vw;
    list-style: none;
    line-height: 1.6;
    margin-left: 20px;
}

.liste-link-direction li {
    color: var(--withe-color);
}

.boton-link-home {
    grid-column: 10 / 13;
    grid-row: 29 / 32;
    z-index: 2;
    color: var(--withe-color);
    font-size: 1.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-bottom {
    grid-column: 10 / 13;
    grid-row: 29 / 32;
    width: 70%;
    height: auto;
    background-color: var(--medium-purple);
    z-index: 2;
    border-radius: 1.2rem;
    margin: 0.4vw 3vw;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.background-bottom:hover {
    background-color: transparent;
    border-color: var(--medium-purple);
}

/*------------- footor 2 ------------*/
footer {
    margin-top: 0;
}

.container-footer2 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(3, 1.3vw);
    background-color: var(--black-color);
    width: 100%;
    padding: 5px 0 5px 0;
    align-items: center;
}

.content-footer-2 {
    color: var(--withe-color);
    font-size: 1vw;
    grid-column: 2 / 4;
    grid-row: 2 / 2;
    opacity: 70%;
}

.content-footer-3 {
    color: var(--withe-color);
    font-size: 1vw;
    grid-column: 4 / 9;
    grid-row: 2 / 2;
    opacity: 70%;
    margin-left: 15px;
}

}

@media (max-width: 1200px) {
/*PÁGINA PRINCIPAL-01-MURCIA PANEL*/
#contenedor-principal {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, auto);
    gap: 20px;
}

.parrafo-product {
    color: var(--withe-color);
    text-align: center;
    margin-top: 0px;
    font-size: 1.9vw;
    padding: 0 4%;
}

.button-container {
    grid-column: 5 / 11;
    grid-row: 10/ 14;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
}

.custom-button {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    border: none;
    width: 40%;
    height: 50%;
    font-size: 1.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #5b63d3;
    cursor: pointer;
}

.overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 , 0, 0.5)

}

#video-murcia-panel {
    position: absolute;
    min-width:100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;

}

.stock-segunda-mano-panel-fachada {
    width: 100%;
    grid-column: 3 / 10;
    grid-row: 5 / 5;
    font-size: 1.4vw;
    color: var(--medium-purple);
    z-index: 1;
}


}

@media (max-width: 1100px) {

/*SECCIÓN FORMULARIO DE CONTACTO*/
.container-formulario-contacto {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(30, 2vw);
    gap:10px;
    overflow: hidden;
}

.title-formulario-contacto {
    grid-column: 3 / 13;
    grid-row: 2 / 3;
    display: flex;
    justify-content: center;
    font-size: 3.3vw;
    margin-top: 30px;
}

.subtitulo-formulario-contacto {
    grid-column: 8 / 13;
    grid-row: 6 / 7;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    font-size: 1.6vw;
    color: var(--medium-purple);

}

.panel-frigo-color-slim {
    color: #5b63d3;
    font-weight: 500;
}

.foto-info-contacto {
    grid-column: 3 / 8;
    grid-row: 7 / 27;
    width: 85%;
    height: 100%;
    box-shadow: 5px 4px 10px 1px rgba(0, 0, 0, 0.2);
}

.sub-title-solicitud-presupuesto-contacto{
    grid-column: 3 / 7;
    grid-row: 11 / 11;
    text-align: justify;
    padding-left: 50px;
    font-size: 1.4vw;
    color: var(--medium-purple);
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.parrafo-solicitud-presupuesto {
    grid-column: 3 / 7;
    grid-row: 23 / auto;
    text-align: justify;
    padding-left: 1vw;
    font-size: 1.2vw;
}

.content-barra-dividir {
    background-color: var(--medium-purple);
    width: 500px;
    height: 4px;
    display: flex;
    justify-content: center;
}

/*FORMULARIO DE CONTACTO*/
/*Sección solicitud de presupuesto*/


.form-container {
    width: 100%;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    grid-column: 8 / 13;
    grid-row: 7 / 28;
}

.form-background {
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    background-size: cover;
    box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.3);
    padding: 40px 30px 50px 30px;
}

.nombre- {
    height: 4vw;
    font-size: 1.7vw;
}

.apellido- {
    height: 4vw;
    font-size: 1.7vw;
}

.correo-email {
    height: 4vw;
    font-size: 1.7vw;
}

.nombre-compañia {
    font-size: 1.7vw;
    width: 100%;
    height: 4vw;
}

.anotaciones-form {
    font-size: 1.7vw;
    height: 15vw;
}

form input, form textarea, form select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #333333;
    background-color: #333333;
    color: #ffffff;
    box-sizing: border-box;
}

.rc-anchor-center-item {
    width: 100%;
    height: auto;
}

.rc-anchor-checkbox-label {
    width: 100%;
    height: auto;
}

form button.enviar {
    background-color: var(--medium-purple);
    border: none;
    color: var(--withe-color);
    padding: 1vw;
    cursor: pointer;
    width: 100%;
    margin: 1vw 0;
    font-weight: bold;
    border-radius: 0px;
    font-size: 1.5vw;
    border-radius: 1.1vw;
}

form button.enviar:hover {
    background-color: #333333;
    color:var(--withe-color);
    border: 2px solid var(--withe-color);

}

.nombre-apellido {
    display: flex;
    justify-content: space-between;

}

.nombre-apellido label {
    width: 49%;
}

.content-telefono {
    width: 100%;
}

.areatelefono {
    width: 100%;
    display: flex;
    gap: 5px;
}

.areatelefono select {
    width: 20%;
    height: auto;
    background-color: rgb(41, 41, 41);
    color: var(--withe-color);
    opacity: 70%;
    flex-shrink: 0;
}

.areatelefono input {
    flex-grow: 01;
    min-width: 0;
}


.telef-contact {
    height: 4vw;
}

.custom-select {
    font-size: 1.7vw;
    cursor: pointer;

} 

.custom-select option {
    font-size: 1.7vw;
}

label {
    display: block;
    padding-top: 10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, 
select:focus {
    outline: none;
    border: 2px solid var(--yellow-color);
}

textarea {
    height: 15px;
}

    .g-recaptcha {
        width: 50%;
        height: auto;
    }
}


@media (max-width: 900px) {
/*BARRA DE SUB-MENU*/
.navbar-default .contact-container {
    grid-column:   2 / 8;
    list-style: none;
    font-size: clamp(0.7rem, 1.6vw, 2rem);
    color: var(--withe-color);
    font-weight: 400;
}

.email-info {
    display: none;
}

.atención-personalizada {
    display: flex;
    justify-content: flex-end;
    grid-column: 8 / 14;
    font-size: clamp(0.7rem, 1.6vw, 2vw);
    color: var(--withe-color);
}

/*MENU PRINCIPAL*/
.main-menu {
    width: 100%;
    height: auto;
    background-color: var(--withe-color);
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    align-items: center;
    position: relative;
    transition: top 0.3s;
    z-index: 2000;
    margin-top: 0.1rem;
}

.main-menu a {
    text-decoration: none;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
}

.main-menu .logo {
    width: 50%;
    height: 100%;
    grid-column: 2 / 8;
    padding: 0px;
    z-index: 1;
}

.main-menu .menu {
    grid-column: 8 / 13;
    display: flex;
    justify-content: space-around;
}


.menu li {
    display: none;
}

.hamburguesa {
    display: none;
    flex-direction: column;
    grid-column: 13 / 13;
    display: flex;
}

.linea {
    width: 40px;
    height:4px;
    background-color: var(--black-color);
    color: var(--black-color);
    transition: background-color 0.3s ease;
}

.hamburguesa:hover .linea {
    background-color: var(--purple-color);
}

/*========= Contenedor pantalla principal Murcia Panel ============*/
#contenedor-principal {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(50, 2vw);
    padding-top: 0px ;
    gap: 0px;
    top: 0px;
    margin-top: 30px;
}

.content {
    grid-column: 2 / 14;
    grid-row: 18 / auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-p {
    grid-column: 2 / 14;
    grid-row: 33 / auto;
    display: flex;
    align-items: flex-end;
    padding: 0 20px;
}

.button-container {
    grid-column: 4 / 12;
    grid-row: 40/ 45;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
}

.custom-button {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    border: none;
    width: 50%;
    height: 60%;
    font-size: 2.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #5b63d3;
    cursor: pointer;
}

.custom-button:hover {
    background-color: transparent;
    border: solid 2px var(--withe-color);
    color: var(--withe-color);
}


.overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 , 0, 0.5)

}

#video-murcia-panel {
    display: none;
}

#video-murcia-panel-movil {
    display: block;
}

#video-murcia-panel,
#video-murcia-panel-movil {
    position: absolute;
    min-width:100%;
    min-height: auto;
    width: 100%;
    height: auto;
    z-index: -2;
    object-fit: cover;
}


.h1-almacen-ocasion {
    color: var(--withe-color);
    font-size: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.parrafo-product {
    color: var(--withe-color);
    text-align: center;
    margin-top: 0px;
    font-size: 3.5vw;
    padding: 0 4%;
}

.content, .content-p, .button-container {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.fade-in {
    opacity: 1;
}

/*SECCIÓN PANELES SANDWICH DE OCASION*/
.container-variedad-paneles {
    width: 100%;
}

.content-panel-sandwich {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(70, 2vw);
    gap: 0 10px;
    padding: 0;
}

.sub-tittle-variedad {
    display: flex;
    color: var(--medium-purple);
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    font-size: 4vw;
    text-align: center;
    opacity: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: 500;
    padding-top: 30px;
}

.title-panel-sandwich {
    font-size: 6vw;
    grid-column: 2 / 14;
    grid-row: 14 / auto;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 0px;
    z-index: 2;
}

.parrafo-panel-ocasion {
    color: var(--black-color);
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 2.8vw;
    grid-column: 2 / 14;
    grid-row: 45 / auto;
    padding-top: 20px;
    padding-right: 0px;
    font-weight: 400;
    z-index: 1;
} 

.button-container-2 {
    height: auto;
    grid-column: 2 / 14;
    grid-row: 56/ auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-button-2 {
    color: var(--medium-purple);
    background-color: transparent;
    border: none;
    width: 90%;
    height: 100%;
    font-size: 2.5vw;
    display: flex;
    justify-content: left;
    border-radius: 10px;
    cursor: pointer;
}

.parrafo-fabricado {
    color: var(--black-color);
    grid-column: 3 / 14;
    grid-row: 63/ auto;
    z-index: 0;
    display: flex;
    align-items: center;
    text-align: justify;
    font-size: 2.5vw;
}

.vertical-bar {
    background-color: var(--medium-purple);
    width: 3px;
    height: 11vw;
    grid-column: 1 / 3;
    grid-row: 62/ auto;
    z-index: 0;
    justify-self: flex-end;
}

.background-ocasion-panel {
    display: none;
}

.img-panel-opcasion {
    display: none;
}

.img-panel-opcasion-movil {
    display: block;
    width: 100%;
    height: auto;
    grid-column: 2 / 14;
    grid-row: 18/ auto;
    margin-left: 0px;
    padding-top: 20px;
}

/*SECCIÓN DISPONIBLES PANELES DE SEGUNDA MANO*/
.container-entrega-inmediata {
    width: 100%;
    background-color: #11111c;
}

.content-disponibilidad-sandwich {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(80, 2vw);
    gap: 0 10px;
    padding: 0;
}

.sub-tittle-entrega-inmediata {
    display: flex;
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    font-size: 4vw;
    text-align: center;
    opacity: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: 500;
    padding-top: 50px;
    margin: 0;
}

.title-disponibilidad-inmediata {
    color: var(--withe-color);
    font-size: 6vw;
    grid-column: 2 / 14;
    grid-row: 14 / auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    margin: 0;
}

.parrafo-nuestros-paneles {
    color: var(--withe-color);
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 2.8vw;
    grid-column: 2 / 14;
    grid-row: 52 / auto;
    padding-top: 20px;
    padding-right: 0px;
    font-weight: 400;
    z-index: 1;
    margin: 0;
}

.parrafo-secundario-2 {
    color: var(--withe-color);
    grid-column: 3 / 14;
    grid-row: 69/ auto;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    text-align: justify;
    font-size: 2.5vw;
}

.vertical-bar-2 {
    background-color: var(--medium-purple);
    width: 3px;
    height: 10vw;
    grid-column: 1 / 3;
    grid-row: 67/ auto;
    z-index: 0;
    justify-self: flex-end;
    }

.button-container-3 {
    height: auto;
    grid-column: 2 / 14;
    grid-row: 62/ auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    }

.custom-button-3 {
    color: var(--withe-color);
    background-color: transparent;
    border: none;
    width: 90%;
    height: 100%;
    font-size: 2.5vw;
    display: flex;
    justify-content: left;
    border-radius: 10px;
    cursor: pointer;
    margin: 0;
    }

.background-fondo-img {
    width: 100%;
    height: auto;
    grid-column: 3 / 13;
    grid-row: 25 / auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 40px 0 60px 0;
    margin-top: 20px;
    }

.img-disponibilidad-en-panel {
    width: 100%;
    grid-column: 4 / 12;
    grid-row: 25/ auto;
    margin-left: 0px;
    padding-top: 30px;
}

/*SECCIÓN GRAN ALMACEN DE PANELES DE OCASION*/

.contenedor-almacenes-paneles-segunda-mano {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, auto);
    gap: 10px;
    position: relative;
}
.img-almacen-paneles {
    display: none;
}

.img-almacen-paneles-version-movil {
    display: block;
    width: 100%;
    height: auto;
    grid-column: 1 / 15;
    grid-row: 1 / 15;
}

.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.contenido-superior {
    position: relative;
    z-index: 2; 
    color: white;
}

.title-almacen-paneles {
    font-size: 6vw;
    grid-column: 2 / 14;
    grid-row: 6 / auto;
    color: var(--withe-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    margin: 0;
}

.panel-almacen-ocasion {
    color: var(--withe-color);
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 2.8vw;
    grid-column: 2 / 14;
    grid-row: 8 / auto;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 0px;
    font-weight: 400;
    z-index: 1;
    margin: 0;
}

/*SECCIÓN AMPLIO STOCK EN PANLESES DE OCASIÓN EN OFERTA*/
.container_amplio-stock-en-panel {
    width: 100%;
    height: 100%;
    display: grid;
    background-image: url('../img/img-movil-inicio/background_amplio-stop.webp');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(43, 2vw);
    gap: 0 10px;
    padding-bottom: 20px;
    z-index: 2000;
}

.sub-title-diferenciacion {
    color: var(--medium-purple);
    grid-column: 1 / 14;
    grid-row: 4 / auto;
    font-size: 4vw;
    text-align: center;
    opacity: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: 500;
    padding-top: 50px;
    margin: 0;
}

.title-diferenciacion-h2 {
    display: flex;
    font-size: 5.5vw;
    grid-column: 1 / 15;
    grid-row: 14 / auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--black-color);
}

.parrafo-diferenciación {
    color: var(--black-color);
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 2.8vw;
    grid-column: 2 / 14;
    grid-row: 22 / auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0;
    font-weight: 400;
    z-index: 1;
    margin: 0;
}

.button-container-amplio-stock {
    width: 100%;
    height: 100%;
    grid-column: 6 / 10;
    grid-row: 35/ 37;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    margin-top: 0px;
}

.custom-button-stock {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    border: none;
    width: 100%;
    height: 220%;
    font-size: 2.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

.sub-title-diferenciacion-2 {
    color: var(--withe-color);
    text-align: center;
    grid-column: 4 / 12;
    grid-row: 13 / 15;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*___________________________________________*/
/*SECCIÓN CÁMARAS FRIGORÍFICAS DE OCASIÓN*/

.container-camaras-frigorificas-ocasion {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(82, 2vw);
    gap: 0 10px;
    padding: 0;
    background-size: contain;
}

.container-image-camare-occasion {
    grid-column: 3 / 13;
    grid-row: 25 / 56;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/background-camaraocasion.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
}

.img-pilares-bg {
    width: 70%;
    height: 90%;
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
}

.sub-tittle-camaras-ocasion-01 {
    display: flex;
    color: var(--medium-purple);
    grid-column: 3 / 13;
    grid-row: 6 / auto;
    font-size: 4vw;
    text-align: center;
    opacity: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: 500;
    padding-top: 30px;
}

.title-camara-ocasion-01 {
    font-size: 6vw;
    grid-column: 2 / 14;
    grid-row: 14 / auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    margin: 0;
    color: var(--black-color);

}

.parrafo-camara-ocasion-01 {
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 2.8vw;
    grid-column: 2 / 14;
    grid-row: 59 / auto;
    padding-top: 20px;
    padding-right: 0px;
    font-weight: 400;
    z-index: 1;
    margin: 0;
    color: var(--black-color);
}

.explorar-producto-pagina-principal {
    height: auto;
    grid-column: 6 / 10;
    grid-row: 71 / 75;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.explorar-producto-pagina-principal button {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    border: none;
    width: 100%;
    height: 100%;
    font-size: 2.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}

.explorar-producto-pagina-principal button:hover {
    background-color: var(--black-color);
    color: var(--withe-color);
}

/*SECCIÓN SLIDER PARA MOVIL*/

/*SECCIÓN PRODUCTOS DE OCASIÓN DESTACADOS*/
.container-section-featured-second-hand-products {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(50, 2vw);
}

.container-background-image-ocasion {
    grid-column: 1 / 15;
    grid-row: 1 / 51;
}

.img-background-productos-ocasion {
    width: 100%;
    height: 100%;
}

.contenedor-titulo-productos {
    grid-column: 1 / 15;
    grid-row: 10 / auto;
    font-size: 3vw;
    color: var(--withe-color);
    text-align: center;
}

.container-logo-murcia-panel {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 3 / 7;
    text-align: center;
}

.container-logo-murcia-panel img {
    width: 25%;
    height: auto;
}

.slider-container {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 16 / 43;
    overflow: hidden;
    padding-left: 30vw;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
}

.slider {
    display: flex;
    flex-direction: row;
    transition: transform 0.4s ease;
    will-change: transform;
}

#slider {
    display: flex;
    transition: transform 0.3s ease;
}

.slide {
    width: 100%;
    height: 100%;
    flex: 0 0 50%;
    will-change: transform;
}


.container-images-products picture {
    width: 100%;
    height: 100%;
    display: flex;
}

.img-producto-escritorio {
    width: 100%;
    height: 100%;
}

.content-title-products {
    color: var(--withe-color);
    position: absolute;
    top: 6vw;
    font-size: 2.4vw;
}

.boton-con-url-2 {
    color: var(--withe-color);
    background-color: transparent;
    border-style: none;
    position: absolute;
    bottom: 8vw;
    font-size: 2vw;
    transition: color 0.2s ease, background-color 0.2s ease ;
    cursor: pointer;
}


.boton-con-url-2:hover {
    color: var(--medium-purple);
    border-radius: 4px;
}


.slider-buttons {
    display: flex;
    grid-column: 12 / 14;
    grid-row: 44 / 47;
}

.left-arrow {
    width: 45%;
    height: 100%;
    border-radius: 3vw;
    border-style: none;
    font-size: 4vw;
    background-color: var(--medium-purple);
    margin-right: 1.3vw;
}

.right-arrow {
    width: 45%;
    height: 100%;
    border-radius: 3vw;
    border-style: none;
    font-size: 4vw;
    background-color: var(--medium-purple);
}

/*-----------------------------------*/
/*=========== PÁGINA PRINCIPAL Panel Frigorífico- movil ==================*/

.container-pagina-principal-producto {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(70, 2vw);
    gap: 0px;
}

.picture-contentent-product {
    width: 100%;
    height: auto;
    grid-column: 1 / 15;
    grid-row: 1 / 71;
}

.picture-contentent-product img{
    width: 100%;
    height: 100%;
}


.soluciones-segunda-mano-panel-frigo {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 3 / 13;
    grid-row: 28 / auto;
    text-align: center;
    font-size: 4vw;
    
}

.title-soluciones-panel-frigo {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 39 / auto;
    font-size: 7vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-soluciones-panel-frigo{
    color: var(--withe-color);
    font-size: 2.8vw;
    grid-column: 3 / 13;
    grid-row: 46 / auto;
}

.solicitar-presupuesto-panel-frigo {
    grid-column: 2 / 14;
    grid-row: 58 / auto;
    margin: 0px;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.bottum-soluciones-panel-frigo {
    color: var(--withe-color);
    background: var(--medium-purple);
    border: none;
    border-radius: 10px;
    font-size: 2.5vw;
    cursor: pointer;
}


/*SECCIÓN CARACTERISTICAS PANEL FRIGORIFICO*/
.container-caracteristicas-paneles {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-segunda-mano {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(78, 2vw);
    gap: 0rem;
}

.sub-title-diverisidad-espesores {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 1 / 15;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 3.5vw;
}

.title-caracteristicas-panel-frigo {
    color: var(--withe-color);
    grid-column: 1 / 15;
    grid-row: 12 / auto;
    font-size: 5.5vw;
    display: flex;
    text-align: center;
    align-items:center;
    justify-content: center;
    padding: 0px;
    margin-left: 0px;

}

.parrafo-caracteristicas-panel-frigo {
    color: var(--withe-color);
    font-size: 2.8vw;
    grid-column: 3 / 13;
    grid-row: 17 / auto;
    padding-top: 30px;
    margin: 0;
    padding-left: 0;
}

.glow-purple {
    width: 100%;
    height: 100%;
    grid-column: 3 / 14;
    grid-row: 35 / auto;
    isolation: isolate;
    position: relative;
}

.glow-purple::before {
    content: "";
    width: 90%;
    height: auto;
    position: absolute;
    z-index:-1;
    inset: 0;
    padding: 36vw 0rem;
    border-radius: 10% 0 10% 0%;
    box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
    0 0 80px rgba(186, 85, 255, 0.6),
    0 0 120px rgba(186, 85, 255, 0.4);
    opacity: 40%;
    animation: glowPulse 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
        0 0 80px rgba(186, 85, 255, 0.6),
        0 0 120px rgba(186, 85, 255, 0.4);}
    50% { box-shadow: 0 0 60px rgba(186, 85, 255, 1), 
        0 0 100px rgba(186, 85, 255, 0.8),
        0 0 140px rgba(186, 85, 255, 0.6); }
}

@media (prefers-reduced-motion: reduce) {
    .glow-purple::before { animation: none; }
}

.img-panel-frigo-pag-producto-frigo {
    width: 90%;
    grid-column: 2 / 14;
    grid-row: 45 / auto;
    padding-top: 40px;
    margin: 0 auto;
}

.backgronund-panel--producto-frigo {
    display: none;
}

.parrafo-caracteristicas-panel-frigo-2 {
    grid-column: 2 / 14;
    grid-row: 42 / auto;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    z-index: 1;
    font-size: 5vw;
}

.descripcion-panel-frigo {
    color: var(--withe-color);
    grid-column: 4 / 13;
    grid-row: 62 / 65;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    font-size: 3vw;
}

/*----------------*/
/*CONTACTANOS-PAGINA-PRODUCTO*/
.container-img-contacto-murcia-panel-producto {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(95, 2vw);
    gap:0px;
}

.img-contacto-murcia-panel-producto {
    width: 90%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 23 / 60;
    padding-left: 0px;
    padding-top: 10px;
    z-index: 1;
}

.img-background-contacts-producto {
    width: 100%;
    height: 100%;
    grid-column: 4 / 13;
    grid-row: 19 / 65;
    padding-left: 0px;
}

.sub-title-asesoramiento-personalizado-producto {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple); 
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-producto {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 9 / auto;
    font-size: 5.5vw;
    text-align: center;
}

.parrafo-contactanos-producto {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 68 / auto;
    font-size: 2.8vw;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 0px;
    padding: 0;
    padding-top: 0px;
}

.buttom-contacta-nosotros-producto {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 79 / auto;
    font-size: 3.5vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.buttom-contacta-nosotros-producto-frigo {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 14 / 14;
    font-size: 5vw;
    display: flex;
    justify-content: center;
    color: var(--medium-purple);
} 

.barra-vertical-producto-frigo {
    width: 2%;
    height: 100%;
    background-color: var(--medium-purple);
    grid-column: 3 / 8;
    grid-row: 85 / 90;
}

.parrafo-contacto-02-producto {
    grid-column: 3 / 13;
    grid-row: 86 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 2.8vw;
    padding-left: 30px;
}

/*SECCIÓN GALERIA FOTOGRAFICA*/
.content-galeria {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(128, 2vw);
    gap: 0px;
}

.title-galeria-fotografica {
    grid-column: 3 / 14;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 5.5vw;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.subtitulo-galeria-producto-puertas-frigo {
    grid-column: 3 / 12;
    grid-row: 8 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple);
}

.panel-frigo-color {
    color: #5b63d3;
    font-weight: 500;
}

.foto1 {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 5vw;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}

.contenedor-fotos {
    width: 100%;
    height: 100%;
    grid-column: 4 / 12;
    grid-row: 15 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px 0;
    padding-bottom: 0px;
    padding-top: 0px;
}


/*------------------------------------*/
/*SECCIÓN CONTACTOS PANEL*/
.container-img-contacto-murcia-panel {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(74, 2vw);
    gap: 1vw;
}

.barra-lateral-purpura {
    background-color: #aab0fe;
    width: 99px;
    height: 512px;
    grid-column: 1 / 15;
    grid-row: 1 / 15;
    z-index: 0;
}

.img-contacto-murcia-panel {
    display: none;
}

.img-background-contacts {
    display: none;
}

.img-background-panel-frigo-movil {
    width: 100%;
    height: 100%;
    display: block;
    grid-column: 1 / 7;
    grid-row: 1 / 41;
}

.img-background-contacts-movil {
    width: 100%;
    height: auto;
    display: block;
    grid-column: 1 / 15;
    grid-row: 32 / auto;
}

.contentainer-sub-title-asesoramiento-personalizado {
    width: 100%;
    height: 100%;
}

.sub-title-asesoramiento-personalizado {
    width: 100%;
    grid-column: 4 / 14;
    grid-row: 4 / auto;
    font-size: 4vw;
    display: flex;
    justify-content: flex-start;
    text-align: justify;
    color: var(--medium-purple);
    padding-top: 0px;
}

.tittle-contactanos {
    width: 100%;
    grid-column: 4 / 14;
    grid-row: 7 / auto;
    padding-top: 4px;
    display: flex;
    text-align: justify;
    justify-content: flex-start;
    font-size: 6vw;
}


.buttom-contacta-nosotros {
    width: 100%;
    grid-column: 3 / 7;
    grid-row: 28 / auto;
    font-size: 2.8vw;
    background: none;
    border: none;
    color: var(--medium-purple);
    cursor: pointer;
}

.barra-vertical {
    width: 3%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background-color: var(--medium-purple);
    grid-column: 4 / 7;
    grid-row: 22 / 26;
}

.parrafo-contactanos {
    width: 100%;
    grid-column: 4 / 14;
    grid-row: 14 / auto;
    font-size: 2.8vw;
    text-align: justify;
    padding-right: 0px;
    padding-top: 0px;
}

.parrafo-contacto-02 {
    grid-column: 5 / 14;
    grid-row: 22 / auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: justify;
    font-size: 2.5vw;
    padding-left: 0px;
}

.logo-murcia-panel-contacto-principal {
    width: 70%;
    grid-column: 11 / 14;
    grid-row: 12 / 14;
    display: none;
}

.tittle-productos-ocasion-movil {
    display: flex;
    z-index: 1;
}

.cookie-banner__btn {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 200;
    font-size: clamp(1rem, 1vw, 1.5vw);
}


/*========================== Página principal Panel Teja Envejecida 900px =======================*/
.container-pagina-panel-teja-envejecida {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(42, 2vw);
    gap:15px;
    background-color: var(--withe-color);
    z-index: -2;
}

.imgen-pagina-panel-teja-envejecida {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 1 / 35;
    z-index: 1;
    display: block;
}

.stock-segunda-mano {
    width: 100%;
    grid-column: 4 / 12;
    grid-row: 21 / auto;
    text-align: center;
    font-size: 4vw;
    color: var(--medium-purple);
    z-index: 1;
}

.title-panel-teja-envejecida {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 25 / auto;
    text-align: center;
    font-size: 7vw;
    color: var(--black-color);
    z-index: 1;
}


.parrafo-panel-teja-envejecida {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 30 / auto;
    font-size: 2.8vw;
    text-align: justify;
    padding-right: 0px;
    margin-top: 0px;
    color: var(--black-color);
    z-index: 1;
}

.solicitar-presupuesto-panel-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 35 / auto;
    color: var(--medium-purple);
    padding-top: 20px;
    z-index: 1;
    text-align: center;
}

.bottom-soluciones-panel-teja-envejecida {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 2.5vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.bottom-soluciones-panel-teja-envejecida:hover {
    background-color: transparent;
    border: solid 2px var(--medium-purple);
    color:var(--medium-purple);
    font-size: 2.5vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.barra-vertical-producto {
    width: 3px;
    height: 120px;
    background-color: var(--medium-purple);
    grid-column: 8 / 5;
    grid-row: 11 / 14;
}

.parrafo-contacto-02-producto {
    grid-column: 3 / 13;
    grid-row: 87 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 2.5vw;
    padding-left: 30px;
}

.logo-murcia-panel-contacto-principal {
    width: 70%;
    grid-column: 11 / 14;
    grid-row: 12 / 14;
}

/*SECCIÓN CARACTERISTICAS PANEL ENVEJECIDO*/
.container-caracteristicas-paneles-teja-envejecida {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-teja-segunda-mano {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(78, 2vw);
    gap: 0rem;
}

.sub-title-diverisidad-espesores-panel-teja {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 1 / 15;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 3.5vw;
}

.title-caracteristicas-panel-teja-envejecido {
    color: var(--withe-color);
    grid-column: 1 / 15;
    grid-row: 12 / auto;
    font-size: 5.5vw;
    display: flex;
    text-align: center;
    align-items:center;
    justify-content: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-caracteristicas-panel-teja-envejecido {
    color: var(--withe-color);
    font-size: 2.8vw;
    grid-column: 3 / 13;
    grid-row: 17 / auto;
    padding-top: 30px;
    margin: 0;
    padding-left: 0;
}


.backgronund-panel-teja-envejecido {
    display: none;
    width: 90%;
    height: auto;
}

.img-panel-frigo-pag-teja-envejecida {
    width: 90%;
    grid-column: 2 / 14;
    grid-row: 45 / auto;
    padding-top: 40px;
    margin: 0 auto;
}

.parrafo-caracteristicas-panel-teja-envejecido-02 {
    grid-column: 2 / 14;
    grid-row: 40 / auto;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    z-index: 1;
    font-size: 5vw;
}

.descripcion-panel-teja-envejecido {
    color: var(--withe-color);
    grid-column: 4 / 13;
    grid-row: 63 / 65;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    font-size: 3vw;
}

.glow-purple-2 {
    width: 100%;
    height: 100%;
    grid-column: 3 / 14;
    grid-row: 35 / auto;
    isolation: isolate;
    position: relative;
}

.glow-purple-2::before {
    content: "";
    width: 90%;
    height: auto;
    position: absolute;
    z-index:-1;
    inset: 0;
    padding: 36vw 0rem;
    border-radius: 10% 0 10% 0%;
    box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
    0 0 80px rgba(186, 85, 255, 0.6),
    0 0 120px rgba(186, 85, 255, 0.4);
    opacity: 40%;
    animation: glowPulse 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
        0 0 80px rgba(186, 85, 255, 0.6),
        0 0 120px rgba(186, 85, 255, 0.4);}
    50% { box-shadow: 0 0 60px rgba(186, 85, 255, 1), 
        0 0 100px rgba(186, 85, 255, 0.8),
        0 0 140px rgba(186, 85, 255, 0.6); }
}

@media (prefers-reduced-motion: reduce) {
    .glow-purple::before { animation: none; }
}

/*CONTACTANOS-PAGINA-TEJA-ENVEJECIDA*/
.container-img-contacto-murcia-panel-teja-envejecida {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(92, 2vw);
    gap:0px;
}

.img-contacto-murcia-panel-teja-enevejecida {
    width: 90%;
    grid-column: 3 / 13;
    grid-row: 24 / auto;
    padding-left: 0px;
    padding-top: 10px;
    z-index: 1;
}

.img-background-contacts-teja-envejecida {
    width: 100%;
    height: 100%;
    grid-column: 4 / 13;
    grid-row: 20 / 60;
    padding-left: 0px;
    
}

.sub-title-asesoramiento-personalizado-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple); 
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 9 / auto;
    font-size: 5.5vw;
    text-align: center;
}

.parrafo-contactanos-teja-envejecida {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 66 / auto;
    font-size: 2.8vw;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 0px;
    padding: 0;
    padding-top: 0px;
}

.buttom-contacta-nosotros-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 78 / auto;
    font-size: 3.5vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.barra-vertical-teja-envejecida {
    width: 2%;
    height: 100%;
    background-color: var(--medium-purple);
    grid-column: 3 / 8;
    grid-row: 82 / 89;
}

.parrafo-contacto-02-teja-envejecida {
    grid-column: 3 / 13;
    grid-row: 85 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 2.8vw;
    padding-left: 30px;
}

/*SECCIÓN GALERIA FOTOGRAFICA*/
.content-galeria-teja-envejecida {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(129, 2vw);
    gap: 0px;
}

.title-galeria-panel-teja-envejecida-02 {
    grid-column: 3 / 14;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 5.5vw;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.subtitulo-galeria-teja-envejecuida {
    grid-column: 3 / 12;
    grid-row: 8 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple);
}

.panel-frigo-color {
    color: #5b63d3;
    font-weight: 500;
}

.foto-teja1 {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 5vw;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.6));
}

.contenedor-fotos-panel-teja-envejecida {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 15 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

/*--------------TABLET-900PX----------------------*/
/*PAGINA PANEL TEJA SLIM DE OCASIÓN */
.container-pagina-panel-teja-slim-ocasion {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(70, 2vw);
    gap: 0px;
}

.picture-content-teja-slim {
    width: 100%;
    height: auto;
    grid-column: 1 / 15;
    grid-row: 1 / 71;
}

.picture-content-teja-slim img {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano-teja-slim {
    font-weight: 500;
    grid-column: 3 / 13;
    grid-row: 25 / auto;
    text-align: center;
    font-size: 4vw;
    color: var(--withe-color);
}

.title-panel-teja-slim {
    grid-column: 2 / 14;
    grid-row: 35 / auto;
    font-size: 7vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-panel-teja-slim {
    font-size: 2.8vw;
    grid-column: 3 / 13;
    grid-row: 43 / auto;
}

.solicitar-presupuesto-panel-teja-slim {
    grid-column: 2 / 14;
    grid-row: 58 / auto;
    margin: 0px;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.bottom-soluciones-panel-teja-slim {
    color: var(--withe-color);
    background: var(--medium-purple);
    border: none;
    border-radius: 10px;
    font-size: 2.5vw;
    cursor: pointer;
}

.bottom-soluciones-panel-teja-slim:hover {
    background-color: transparent;
    border: solid 2px var(--withe-color);
    color:var(--withe-color);
    font-size: 1vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

/*SECCIÓN CARACTERISTICAS PANEL SLIM*/
.container-caracteristicas-paneles-teja-slim {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-teja-slim-segunda-mano {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(78, 2vw);
    gap: 0rem;
}

.sub-title-diverisidad-espesores-panel-teja-slim {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 1 / 15;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 3.5vw;
}

.title-caracteristicas-panel-teja-slim {
    color: var(--withe-color);
    grid-column: 1 / 15;
    grid-row: 12 / auto;
    font-size: 5.5vw;
    display: flex;
    text-align: center;
    align-items:center;
    justify-content: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-caracteristicas-panel-teja-slim {
    color: var(--withe-color);
    font-size: 2.8vw;
    grid-column: 3 / 13;
    grid-row: 17 / auto;
    padding-top: 30px;
    margin: 0;
    padding-left: 0;
}

.glow-purple-3 {
    width: 100%;
    height: 100%;
    grid-column: 3 / 14;
    grid-row: 33 / auto;
    isolation: isolate;
    position: relative;
}

.glow-purple-3::before {
    content: "";
    width: 90%;
    height: auto;
    position: absolute;
    z-index:-1;
    inset: 0;
    padding: 36vw 0rem;
    border-radius: 10% 0 10% 0%;
    box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
    0 0 80px rgba(186, 85, 255, 0.6),
    0 0 120px rgba(186, 85, 255, 0.4);
    opacity: 40%;
    animation: glowPulse 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
        0 0 80px rgba(186, 85, 255, 0.6),
        0 0 120px rgba(186, 85, 255, 0.4);}
    50% { box-shadow: 0 0 60px rgba(186, 85, 255, 1), 
        0 0 100px rgba(186, 85, 255, 0.8),
        0 0 140px rgba(186, 85, 255, 0.6); }
}

@media (prefers-reduced-motion: reduce) {
    .glow-purple::before { animation: none; }
}


.img-panel-frigo-pag-teja-slim {
    width: 95%;
    grid-column: 2 / 14;
    grid-row: 43 / auto;
    padding-top: 40px;
    margin: 0 auto;
}

.parrafo-caracteristicas-panel-teja-slim-02 {
    grid-column: 2 / 14;
    grid-row: 39 / auto;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1;
    font-size: 5vw;
}

.descripcion-panel-teja-slim {
    grid-column: 4 / 13;
    grid-row: 62 / 65;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    font-size: 3vw;
}

/*----------------*/
/*CONTACTANOS-PAGINA-TEJA-SLIM*/
.container-img-contacto-murcia-panel-teja-slim {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(91, 2vw);
    gap:0px;
}

.img-contacto-murcia-panel-teja-slim {
    width: 90%;
    grid-column: 3 / 14;
    grid-row: 24 / auto;
    padding-left: 0px;
    padding-top: 0px;
    z-index: 1;
}

.img-background-contacts-teja-slim {
    width: 100%;
    height: 100%;
    grid-column: 4 / 13;
    grid-row: 19 / 50;
    padding-left: 0px;
    
}

.sub-title-asesoramiento-personalizado-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    font-size: 3.5vw;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 9 / auto;
    font-size: 5.5vw;
    text-align: center;
}

.parrafo-contactanos-teja-slim {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 56 / auto;
    font-size: 2.8vw;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 0px;
    padding: 0;
    padding-top: 0px;
}

.buttom-contacta-nosotros-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 69 / auto;
    font-size: 3.5vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.barra-vertical-teja-slim {
    width: 2%;
    height: 100%;
    background-color: var(--medium-purple);
    grid-column: 3 / 8;
    grid-row: 74 / 82;
}

.parrafo-contacto-02-teja-slim {
    grid-column: 3 / 13;
    grid-row: 77 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 2.8vw;
    padding-left: 30px;
}

/*SECCIÓN GALERIA FOTOGRAFICA*/
.content-galeria-teja-slim {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(128, 2vw);
    gap: 0px;
}

.title-galeria-fotografica-teja-slim {
    grid-column: 3 / 14;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 5.5vw;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.subtitulo-galeria-teja-slim {
    grid-column: 3 / 12;
    grid-row: 9 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple);
}


.panel-frigo-color-slim {
    color: #5b63d3;
    font-weight: 500;
}

.foto-slim {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 5vw;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}

.contenedor-fotos-panel-teja-slim {
    width: 100%;
    height: 100%;
    grid-column: 4 / 12;
    grid-row: 18 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

/*PÁGINA DE CUBIERTA DE OCASIÓN 900PX*/

.container-pagina-panel-cubierta-3g {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(70, 2vw);
    gap: 0px;
}

.picture-content-panel-cubierta {
    width: 100%;
    height: auto;
    grid-column: 1 / 15;
    grid-row: 1 / 71;
}

.picture-content-panel-cubierta img {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano-panel-cubierta-3g {
    font-weight: 500;
    grid-column: 3 / 13;
    grid-row: 28 / auto;
    text-align: center;
    font-size: 4vw;
    color: var(--black-color);
}

.title-panel-cubierta-3g {
    grid-column: 2 / 14;
    grid-row: 39 / auto;
    font-size: 7vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-panel-cubierta-3g {
    font-size: 2.8vw;
    grid-column: 3 / 13;
    grid-row: 46 / auto;
}

.solicitar-presupuesto-panel-cubierta-3g {
    grid-column: 2 / 14;
    grid-row: 60 / auto;
    margin: 0px;
    justify-content: center;
    text-align: center;
    padding: 0;
    color: var(--medium-purple);
}

.bottom-soluciones-panel-cubierta-3g {
    color: var(--withe-color);
    background: var(--medium-purple);
    border: none;
    border-radius: 10px;
    font-size: 2.5vw;
    cursor: pointer;
}

.bottom-soluciones-panel-cubierta-3g:hover {
    font-size: 2.5vw;
}

/*SECCIÓN CARACTERISTICAS PANEL CUBIERTA*/
.container-caracteristicas-paneles-cubierta-3g {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-cubierta-3g {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(78, 2vw);
    gap: 0rem;
}

.sub-title-diverisidad-espesores-panelcubierta-3g {
    font-weight: 500;
    grid-column: 1 / 15;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 3.5vw;
}

.title-caracteristicas-panel-cubierta-3g {
    grid-column: 1 / 15;
    grid-row: 12 / auto;
    font-size: 5.5vw;
    display: flex;
    text-align: center;
    align-items:center;
    justify-content: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-caracteristicas-panel-cubierta-3g {
    font-size: 2.8vw;
    grid-column: 3 / 13;
    grid-row: 17 / auto;
    padding-top: 30px;
    margin: 0;
    padding-left: 0;
}

.glow-purple-4 {
    width: 100%;
    height: 100%;
    grid-column: 3 / 14;
    grid-row: 35 / auto;
    isolation: isolate;
    position: relative;
}

.glow-purple-4::before {
    content: "";
    width: 90%;
    height: auto;
    position: absolute;
    z-index:-1;
    inset: 0;
    padding: 36vw 0rem;
    border-radius: 10% 0 10% 0%;
    box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
    0 0 80px rgba(186, 85, 255, 0.6),
    0 0 120px rgba(186, 85, 255, 0.4);
    opacity: 40%;
    animation: glowPulse 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
        0 0 80px rgba(186, 85, 255, 0.6),
        0 0 120px rgba(186, 85, 255, 0.4);}
    50% { box-shadow: 0 0 60px rgba(186, 85, 255, 1), 
        0 0 100px rgba(186, 85, 255, 0.8),
        0 0 140px rgba(186, 85, 255, 0.6); }
}

@media (prefers-reduced-motion: reduce) {
    .glow-purple-4::before { animation: none; }
}

.img-panel-frigo-pag-cubierta-3g {
    width: 90%;
    grid-column: 2 / 14;
    grid-row: 45 / auto;
    padding-top: 40px;
    margin: 0 auto;
}

.parrafo-caracteristicas-panel-cubierta-3g-02 {
    grid-column: 2 / 14;
    grid-row: 41 / auto;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    z-index: 1;
    font-size: 5vw;
}

.descripcion-panel-cubierta-3g {
    color: var(--withe-color);
    grid-column: 4 / 13;
    grid-row: 65 / auto;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    font-size: 3vw;
}

/*----------------*/
/*CONTACTANOS-PAGINA-PANEL CUBIERTA*/
.container-img-contacto-murcia-panel-cubierta-3g{
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(95, 2vw);
    gap:0px;
}

.img-contacto-murcia-panel-cubierta-3g {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 23 / 60;
    padding-left: 0px;
    padding-top: 10px;
    z-index: 1;
}

.img-background-contacts-panel-cubierta-3g {
    width: 100%;
    height: 100%;
    grid-column: 4 / 13;
    grid-row: 19 / 65;
    padding-left: 0px;
}

.sub-title-asesoramiento-personalizado-cubierta-3g {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple); 
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-cubierta-3g-02 {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 9 / auto;
    font-size: 5.5vw;
    text-align: center;
}

.parrafo-contactanos-cubierta-3g {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 68 / auto;
    font-size: 2.8vw;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 0px;
    padding: 0;
    padding-top: 0px;
}

.buttom-contacta-nosotros-cubierta-3g {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 79 / auto;
    font-size: 3.5vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.barra-vertical-cubierta-3g{
    width: 2%;
    height: 100%;
    background-color: var(--medium-purple);
    grid-column: 3 / 8;
    grid-row: 83 / 90;
}

.parrafo-contacto-02-cubierta-3g {
    grid-column: 3 / 13;
    grid-row: 86 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 2.8vw;
    padding-left: 30px;
}

/*GALERIA PANEL CUBIERTA*/
.content-galeria-cubierta-principal {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(150, 2vw);
    gap: 0px;
}

.tittle-contactanos-cubierta-3g {
    grid-column: 3 / 14;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 5.5vw;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.subtitulo-galeria-cubierta-principal {
    grid-column: 3 / 12;
    grid-row: 8 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple);
}

.contenedor-fotos-panel-cubierta-3g {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 15 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

.fotos-panel-cubierta- {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 5vw;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}

/*------900px--------*/
/*PAGINA PRINCIPAL PANEL FACHADA */
.container-pagina-panel-fachada {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(75, 2vw);
    gap: 0px;
}

.picture-content-panel-fachada {
    width: 100%;
    height: auto;
    grid-column: 1 / 15;
    grid-row: 1 / 76;
}

.stock-segunda-mano-panel-fachada {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 4 / 12;
    grid-row: 26 / auto;
    text-align: center;
    font-size: 4vw;
}

.title-panel-fachada-principal {
    grid-column: 2 / 14;
    grid-row: 37 / auto;
    font-size: 7vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin-left: 0px;
    z-index: 1;
    color: var(--black-color);
}

.parrafo-panel-fachada {
    font-size: 2.8vw;
    grid-column: 3 / 13;
    grid-row: 44 / auto;
    z-index: 1;
}

.solicitar-presupuesto-panel-fachada {
    grid-column: 2 / 14;
    grid-row: 64 / auto;
    margin: 0px;
    justify-content: center;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.bottom-soluciones-panel-fachada {
    color: var(--withe-color);
    background: var(--medium-purple);
    border: none;
    border-radius: 10px;
    font-size: 2.5vw;
    cursor: pointer;
}

.bottom-soluciones-panel-fachada:hover {
    font-size: 2.5vw;
}

/*SECCIÓN CARACTERISTICAS PANEL FACHADA*/
.container-caracteristicas-paneles-fachada {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-fachada {
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(78, 2vw);
    gap: 0rem;
}

.sub-title-diverisidad-espesores-panel-fachada {
    font-weight: 500;
    grid-column: 1 / 15;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 3.5vw;
}

.title-caracteristicas-panel-fachada-02 {
    color: var(--withe-color);
    grid-column: 1 / 15;
    grid-row: 12 / auto;
    font-size: 5.5vw;
    display: flex;
    text-align: center;
    align-items:center;
    justify-content: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-caracteristicas-panel-fachada {
    font-size: 2.8vw;
    grid-column: 3 / 13;
    grid-row: 17 / auto;
    padding-top: 30px;
    margin: 0;
    padding-left: 0;
}

.img-panel-frigo-pag-fachada {
    width: 90%;
    grid-column: 2 / 14;
    grid-row: 45 / auto;
    padding-top: 40px;
    margin: 0 auto;
}

.parrafo-caracteristicas-panel-fachada-02 {
    grid-column: 2 / 14;
    grid-row: 42 / auto;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    z-index: 1;
    font-size: 5vw;
}

.glow-purple-5 {
    width: 100%;
    height: 100%;
    grid-column: 3 / 14;
    grid-row: 35 / auto;
    isolation: isolate;
    position: relative;
}

.glow-purple-5::before {
    content: "";
    width: 90%;
    height: auto;
    position: absolute;
    z-index:-1;
    inset: 0;
    padding: 36vw 0rem;
    border-radius: 10% 0 10% 0%;
    box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
    0 0 80px rgba(186, 85, 255, 0.6),
    0 0 120px rgba(186, 85, 255, 0.4);
    opacity: 40%;
    animation: glowPulse 6s ease-in-out infinite;
    pointer-events: none;
}

.descripcion-panel-fachada {
    color: var(--withe-color);
    grid-column: 4 / 13;
    grid-row: 64 / auto;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    font-size: 3vw;
}

/*----------------*/
/*CONTACTANOS-PAGINA-PANEL FACHADA*/
.container-img-contacto-murcia-panel-fachada {
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(95, 2vw);
    gap:0px;
}

.img-contacto-murcia-panel-fachada {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 22 / 50;
    padding-left: 0px;
    padding-top: 10px;
    z-index: 1;
}

.img-background-contacts-panel-fachada {
    width: 100%;
    height: 100%;
    grid-column: 4 / 13;
    grid-row: 19 / 55;
    padding-left: 0px;
}

.sub-title-asesoramiento-personalizado-fachada {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple); 
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-fachada {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 9 / auto;
    font-size: 5.5vw;
    text-align: center;
}

.parrafo-contactanos-fachada {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 60 / auto;
    font-size: 2.8vw;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 0px;
    padding: 0;
    padding-top: 0px;
}

.buttom-contacta-nosotros-fachada {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 73 / auto;
    font-size: 3.5vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.barra-vertical-fachada {
    width: 2%;
    height: 100%;
    background-color: var(--medium-purple);
    grid-column: 3 / 8;
    grid-row: 79 / 87;
}

.parrafo-contacto-02-fachada {
    grid-column: 3 / 13;
    grid-row: 82 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 2.8vw;
    padding-left: 30px;
}

/*SECCIÓN GALERIA FOTOGRAFICA FACHADA*/
.content-galeria-panel-fachada {
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(123, 2vw);
    gap: 0px;
}

.title-galeria-fotografica-panel-fachada {
    grid-column: 3 / 14;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 5.5vw;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.subtitulo-galeria-panel-fachada {
    grid-column: 3 / 12;
    grid-row: 8 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple);
}

.panel-frigo-color-fachada {
    color: #5b63d3;
    font-weight: 500;
}

.foto-teja4 {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 5vw;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}

.contenedor-fotos-panel-fachada {
    width: 100%;
    height: 100%;
    grid-column: 4 / 12;
    grid-row: 15 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

/*------------------------------------*/
/*PAGINA PRINCIPAL PROMOCIONES*/
.container-pagina-promociones {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(60, 2vw);
    gap: 0px;
    background-size: cover;
}

.subtitulo-pagina-promiciones {
    font-weight: 500;
    grid-column: 4 / 12;
    grid-row: 15 / auto;
    text-align: center;
    font-size: 4vw;

}

.title-pagina-promociones {
    grid-column: 2 / 14;
    grid-row: 25 / auto;
    font-size: 6vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin-left: 0px;
}


.parrafo-pagina-promociones {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 36 / auto;
    font-size: 2.8vw;
    text-align: justify;
}

.solicitar-presupuesto-pagina-promociones {
    grid-column: 2 / 14;
    grid-row: 47 / auto;
    margin: 0px;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.bottom-pagina-promociones {
    color: var(--withe-color);
    background: var(--medium-purple);
    border: none;
    border-radius: 10px;
    font-size: 2.5vw;
    cursor: pointer;
}

/*SECCIÓN PROMOCION ESPECIAL EN PANELES DE FACHADA*/
.container-pag-oferta-especial {
    width: 100%;
}

.space-total-promocion {
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(42, 2vw);
}

.logo-panel-murcia-section-promo {
    grid-column: 2 / 14;
    grid-row: 4 / 7;
}

.background-section-promo {
    grid-column: 4 / 12;
    grid-row: 9 / 24;
}

.img-panel-fachada-promocion {
    grid-column: 2 / 14;
    grid-row: 12 / auto;
}

.parrafo-subtitulo-precio-incomparable {
    font-size: 3.3vw;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--medium-purple);
    grid-column: 3 / 13;
    grid-row: 27 / auto;
}

.titulo-promocion-especial {
    grid-column: 3 / 13;
    grid-row: 30 / auto;
    font-size: 5vw;
    display: flex;
    justify-content: center;
    text-align: center;
}

.parrafo-segundo-promocion-especial {
    grid-column: 2 / 14;
    grid-row: 37 / auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    font-size: 2.8vw;
}

.separador-promocion {
    background-color: var(--medium-purple);
    grid-column: 4 / 12;
    grid-row: 41 / auto;
    height: 4px;
    margin-top: 0px;
}

/*SECCIÓN PROPIEDADES PRINCIPALES DE PANEL DE PROMOCIÓN*/
.container-propiedades-tecnicas {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(64, 2vw);
    grid-gap: 3.3vw;
}

.sub-title-propiedades-tecnicas {
    grid-column: 2 / 14;
    grid-row: 2 / auto;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 3.3vw;
    color: var(--medium-purple);
    font-weight: 400;
}

.title-caracteristicas-panel-fachada {
    grid-column: 2 / 14;
    grid-row: 4 / auto;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 5vw;
    color: var(--black-color);
    margin: 0;
    padding: 0;
}

.container-group {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 5 / 30;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(119, 2vw);
}

.background-caracteristicas-promo-01 {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 6 / 40;
    background-color: var(--purple-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, auto);
    margin-right: 0px;
    padding: 0;
    margin: 0;
    border-radius: 5vw;
}

.alaign-item-container-01 {
    width: 100%;
    height: 100%;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foto-svg-hogar {
    width: 20%;
    height: auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
}

.title-aislamiento-termico {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 6 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 5vw;
    padding: 0px 20px;
}

.paragraph-aislamiento-termico {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 8 / auto;
    display: flex;
    text-align: justify;
    align-items: center;
    font-size: 3vw;
    padding: 0px 40px;
}

.title-alta-resistencia-estructural {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 5 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 5vw;
    padding: 0px 10px;
}

.paragraph-resistencia-estructural {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 6 / 10;
    display: flex;
    text-align: justify;
    align-items: center;
    font-size: 3vw;
    padding: 0px 40px;
}

.background-caracteristicas-promo-02 {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 44 / 78;
    background-color: var(--purple-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, auto);
    margin-left: 0%;
    border-radius: 5vw;
}

.alaign-item-container-02 {
    width: 100%;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foto-svg-boveda {    
    width: 17%;
    height: auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
}


.background-caracteristicas-promo-03 {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 82 / 116;
    background-color: var(--purple-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, auto);
    margin-left: 0%;
    border-radius: 5vw;
}

.title-acabado-estetico-superior {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 3 / 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 5vw;
    padding: 0px 30px;
}

.paragraph-acabado-estetico-superior {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 6 / 10;
    display: flex;
    text-align: justify;
    align-items: center;
    font-size: 3vw;
    padding: 0px 40px;
    word-spacing: normal;
}

.alaing-item-container-03 {
    width: 100%;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foto-svg-terminado {
    width: 17%;
    height: auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
}

.background-much-more-economical {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 50 / 61;
    background-color: var(--purple-color);
    padding: 1% 3%;
    border-radius: 5vw;
    position: relative;
}

.more-economical {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(28, 2vw);
    position: absolute;

}

.title-much-economical {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    font-size: 4.5vw;
    display: flex;
    align-items: start;
    text-align: center;
}

.paragraph-much-economical {
    height: 100%;
    color: var(--withe-color);
    grid-column: 2 / 15;
    grid-row: 15 / auto;
    text-align: justify;
    font-size: 2.8vw;
    padding-right: 40px;
}

/*SECCIÓN GALERIA DE PRODUCTOS EN PROMOCIÓN*/
.content-galeria-promocion {
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(125, 2vw);
    gap: 0px;
}

.title-galeria-promocion {
    grid-column: 3 / 14;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 5.5vw;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.subtitulo-galeria-promocion {
    grid-column: 3 / 12;
    grid-row: 8 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple);

}

.panel-frigo-color-galeria-promo {
    color: #5b63d3;
    font-weight: 500;
}

.foto-otro-galeria-promocion {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 5vw;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}

.contenedor-fotos-galeria-promo {
    width: 100%;
    height: 100%;
    grid-column: 4 / 12;
    grid-row: 15 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

.separador-promocion-02 {
    background-color: var(--medium-purple);
    width: 60%;
    position: relative;
    left: 20%;
    justify-content: center;
    justify-items: center;
    height: 4px;
    margin-top: 80px;
}


/*SECCIÓN FORMULARIO DE CONTACTO*/
.container-formulario-contacto {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(102, 2vw);
    gap:10px;
    overflow: hidden;
}

.title-formulario-contacto {
    grid-column: 3 / 13;
    grid-row: 3 / auto;
    display: flex;
    justify-content: center;
    font-size: 5vw;
    margin-top: 30px;
}

.subtitulo-formulario-contacto {
    grid-column: 6 / 13;
    grid-row: 10 / auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    font-size: 3vw;
    color: var(--medium-purple);
    font-weight: 500;
    z-index: 1;
}

.panel-frigo-color-slim {
    color: #5b63d3;
    font-weight: 500;
}

.foto-info-contacto {
    grid-column: 3 / 13;
    grid-row: 51 / 95;
    width: 100%;
    height: 100%;
    box-shadow: 5px 4px 10px 1px rgba(0, 0, 0, 0.2);
}

.sub-title-solicitud-presupuesto-contacto{
    grid-column: 3 / 9;
    grid-row: 84 / auto;
    text-align: justify;
    padding-left: 50px;
    font-size: 2.5vw;
    color: var(--medium-purple);
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-top: 20px;
    z-index: 1;
}

.parrafo-solicitud-presupuesto {
    grid-column: 3 / 12;
    grid-row: 87 / auto;
    text-align: justify;
    padding-left: 50px;
    font-size: 2.5vw;
    z-index: 1;
}

.content-barra-dividir {
    background-color: var(--medium-purple);
    width: 500px;
    height: 4px;
    display: flex;
    justify-content: center;
}

/*FORMULARIO DE CONTACTO*/
/*Sección solicitud de presupuesto*/


.form-container {
    width: 100%;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    grid-column: 3 / 13;
    grid-row: 12 / 45;
}

.form-background {
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    background-size: cover;
    box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.3);
    padding: 40px 30px 50px 30px;
    border-radius: 4vw;
}

.nombre- {
    height: 60px;
    font-size: 16px;
    font-size: 2.2vw;
}

.apellido- {
    height: 60px;
    font-size: 16px;
    font-size: 2.2vw;
}

.correo-email {
    height: 60px;
    font-size: 2.2vw;
}

.nombre-compañia {
    font-size: 16px;
    width: 100%;
    height: 60px;
    font-size: 2.2vw;
}

.anotaciones-form {
    font-size: 16px;
    height: 30vw;
    font-size: 2.2vw;
}

form input, form textarea, form select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #333333;
    background-color: #333333;
    color: #ffffff;
    box-sizing: border-box;
}

.rc-anchor-center-item {
    width: 100%;
    height: auto;
}

.rc-anchor-checkbox-label {
    width: 100%;
    height: auto;
}

form button.enviar {
    background-color: var(--medium-purple);
    border: none;
    color: var(--withe-color);
    padding: 0.8vw;
    cursor: pointer;
    width: 100%;
    height: 9%;
    margin: 4vw 0;
    font-weight: bold;
    border-radius: 0px;
    font-size: 2.5vw;
    border-radius: 1.1vw;
}

form button.enviar:hover {
    background-color: #333333;
    color:var(--withe-color);
    border: 2px solid var(--withe-color);

}

.nombre-apellido {
    display: flex;
    justify-content: space-between;

}

.nombre-apellido label {
    width: 49%;
}

.content-telefono {
    width: 100%;
    height: 70px;
    font-size: 16px;
    padding: 0;
}

.areatelefono {
    width: 100%;
    display: flex;
    gap: 0 10px;
}

.custom-select {
    font-size: 16px;
}

.areatelefono select {
    width: 20%;
    height: auto;
    background-color: rgb(41, 41, 41);
    color: var(--withe-color);
    opacity: 70%;
    flex-shrink: 0;
}

.areatelefono input {
    flex-grow: 01;
    min-width: 0;
}

.telef-contact {
    height: 50px;
}

.custom-select {
    font-size: 16px;
    cursor: pointer;

} 

.custom-select option {
    font-size: 16px;
}

label {
    display: block;
    padding-top: 10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, 
select:focus {
    outline: none;
    border: 2px solid var(--yellow-color);
}

textarea {
    height: 15px;
}

/*---PÁGINA PRINCIPAL DE CONTACTO---*/
/*-900px-*/
.container-pagina-contacto {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(67, 2vw);
    gap: 0px;
    background-size: cover;
}

.subtitulo-pagina-contacto {
    font-weight: 500;
    grid-column: 3 / 13;
    grid-row: 15 / auto;
    text-align: center;
    font-size: 4vw;
}

.title-panel-contacto {
    grid-column: 2 / 14;
    grid-row: 23 / auto;
    font-size: 6vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-panel-contacto {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 28 / auto;
    font-size: 2.8vw;
    text-align: justify;
}

.solicitar-presupuesto-panel-contacto {
    grid-column: 2 / 14;
    grid-row: 59 / auto;
    margin: 0px;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.bottom-soluciones-panel-contacto {
    color: var(--withe-color);
    background: var(--medium-purple);
    border: none;
    border-radius: 10px;
    font-size: 2.5vw;
    cursor: pointer;
}


/*SECCIÓN TE PODRÍA INTERESAR*/
.content-otros-intereses {
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(125, 2vw);
    gap: 0px;
}

.title-otros-intereses {
    grid-column: 3 / 14;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 5.5vw;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.subtitulo-otros-intereses {
    grid-column: 3 / 12;
    grid-row: 8 / auto;
    font-size: 3.5vw;
    color: var(--medium-purple);

}

.panel-frigo-color-fachada {
    color: #5b63d3;
    font-weight: 500;
}

.foto-otro-interes-panel-fachada {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 5vw;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}

.contenedor-fotos-otros-intereses {
    width: 100%;
    height: 100%;
    grid-column: 4 / 12;
    grid-row: 15 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

/*==== AVISO LEGAL =====*/
.container-pagina-aviso-legal {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-areas:"subtitulo-pagina-aviso-legal"
    "title-panel-aviso-legal" "parrafo-panel-aviso-legal" "mensaje-aviso-legal";
    grid-gap: 20px;
    background-color: #eff7f9;
}

.title-panel-aviso-legal {
    height: 100%;
    grid-area: title-panel-aviso-legal;
    font-size: clamp(3.2rem, 8vw, 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw 0;
}

.item {
    height: 100%;
}

.subtitulo-pagina-aviso-legal {
    grid-area: subtitulo-pagina-aviso-legal;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: clamp(1.6rem, 3.6vw, 5rem);
    margin-top: 0vw;
    padding: 25vw 15vw 0 15vw;
    color: var(--medium-purple);
    font-weight: 500;
}

.parrafo-panel-aviso-legal {
    height: 100%;
    grid-area: "parrafo-panel-aviso-legal";
    padding: 1vw 80px;
    text-align: justify;
    font-size: clamp(1.3rem, 2.2vw, 5rem);
}

.mensaje-aviso-legal {
    height: 15svh;
    grid-area: mensaje-aviso-legal;
    padding: 0vw;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.bottom-volver-inicio-legal {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    padding: 15px 40px;
    border: solid transparent;
    border-radius: 10px;
    font-size: clamp(1rem, 1vw, 2rem);
}

.content-legal-notice {
    width: 78%;
    margin: 0 auto;
    padding: 0 3vw;
}

.object-legal-notice {
    margin: 5vw 0 2vw 0;
    font-size: clamp(3rem, 3vw, 3.5rem);
}

.content-legal-notice p {
    font-size: clamp(1.1rem, 1.4vw, 1.7rem);
}

/*------- Sección objetivo --------*/
.content-legal-notice {
    width: 90%;
    margin: 0 auto;
    padding: 0 3vw;
}

.object-legal-notice {
    margin: 12vw 0 6vw 0;
    font-size: clamp(2.2rem, 5vw, 5rem);
    text-align: center;
}

.content-legal-notice p {
    font-size: clamp(1.3rem, 2vw, 5rem);
    text-align: justify;
}

.margin-item {
    margin-top: 14vw;
    height: 3px;
    background-color: var(--medium-purple);
    border: solid none;
    border-style: none;
}

/*===== PAGINA COOKIES ========*/
.container-pagina-cookies {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-areas: 
    "subtitulo-pagina-cookies"
    "title-panel-cookies" 
    "parrafo-panel-cookies" 
    "mensaje-cookies";
    grid-gap: 20px;
    background-color: var(--purple-color);
    overflow: hidden;
}

.title-panel-cookies {
    font-size: clamp(3.2rem, 8vw, 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw 7vw;
}

.subtitulo-pagina-cookies {
    padding: 25vw 10vw 0 10vw;
    grid-area: subtitulo-pagina-cookies;
    display: flex;
    justify-content: center;
    font-size: clamp(1.6rem, 3.6vw, 5rem);
    color: var(--medium-purple);
    font-weight: 500;
}

.item-3 {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.parrafo-panel-cookies{ 
    grid-area: parrafo-panel-cookies;
    padding: 1vw 80px;
    text-align: justify;
    font-size: clamp(1.3rem, 2.2vw, 5rem);
    color: var(--withe-color);
}

.mensaje-cookies {
    height: 13svb;
    grid-area: mensaje-cookies;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.bottom-volver-cookies {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    padding: 15px 40px;
    border: solid transparent;
    border-radius: 10px;
    font-size: clamp(1rem, 1vw, 2rem);
}

/*--- Sección contenido de cookies ----*/

.content-cookies
    {
    width: 78%;
    margin: 0 auto;
    padding: 0 3vw;
}

.object-cookies
    {
    margin: 5vw 0 7vw 0;
    font-size: clamp(3rem, 2.4vw, 3.5rem);
}

.paragrapho-1, .paragrapho-2 {
    font-size: clamp(1.3rem, 1.4vw, 1.7rem);
    text-align: justify;
}

.content-cookies h3 {
    font-size: clamp(1.3rem, 1.4vw, 1.7rem);
    text-align: justify;
    font-weight: 400;
}

.content-list-cookies {
    font-size: clamp(1.3rem, 1.4vw, 1.7rem);
    text-align: justify;
    margin-left: 20px;
}

.content-list-cookies li {
    margin-top: 20px;
}

/*==== POLÍTICA DE PRIVACIDAD =====*/
.container-politica-privacidad {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-areas:"subtitulo-politica-privacidad"
    "title-politica-privacidad" "parrafo-politica-privacidad" "mensaje-politica-privacidad";
    grid-gap: 20px;
    background-color: #eff7f9;
}

.item-4 {
    height: 100%;

}

.title-politica-privacidad {
    height: 100%;
    grid-area: title-politica-privacidad;
    font-size: clamp(3.2rem, 8vw, 5rem);
    padding: 2vw 0;
}

.subtitulo-politica-privacidad {
    height: 17vh;
    grid-area: subtitulo-politica-privacidad;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: clamp(1.6rem, 3.6vw, 5rem);
    color: var(--medium-purple);
    padding: 25vw 15vw 0 15vw;
    font-weight: 500;
}

.parrafo-politica-privacidad {
    grid-area: parrafo-politica-privacidad;
    padding: 1vw 80px;
    text-align: justify;
    font-size: clamp(1.3rem, 2vw, 5rem);
}

.mensaje-politica-privacidad {
    height: 15svh;
    grid-area: mensaje-politica-privacidad;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 4px;
}

.bottom-volver-politica-privacidad {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    padding: 14px 40px;
    border: solid transparent;
    border-radius: 10px;
    font-size: clamp(1rem, 1vw, 2rem);
    cursor: pointer;
}

/*------- Sección objetivo --------*/
.content-politica-privacidad {
    width: 78%;
    margin: 0 auto;
    padding: 0 3vw;
}

.object-politica-privacidad {
    margin: 5vw 0 8vw 0;
    font-size: clamp(3rem, 3vw, 3.5rem);
}

.content-politica-privacidad p {
    font-size: clamp(1.3rem, 2.4vw, 3rem);
    text-align: justify;
}


.content-politica-privacidad a {
    color: var(--medium-purple);
    font-weight: 500;
}




/*------------------------------------*/
/*SECCIÓN FOOTER-O1*/
footer {
    background-color: var(--purple-color);
    width: 100%;
    height: auto;
}

.logo-forms1 {
    width: 120px;
    height: 120px;
}

.footer-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(15, 2vw);
    gap: 1rem;
    margin-bottom: 5px;
    position: relative;
}

.logo-forms1 {
    width: 100%;
    grid-column: 2 / 5;
    grid-row: 5 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.inicio-footer {
    grid-column: 2 / 5;
    grid-row: 4 / 5;
    text-align: left;
    color: var(--withe-color);
    font-weight: 400;
    cursor: pointer;
    font-size: 2.8vw;
}

.inicio-section1 {
    width: 100%;
    height: 100%;
    grid-column: 2 / 6;
    grid-row: 5 / 14;
    text-align: left;
    list-style-type: none;
    margin-bottom: 0px;
    font-size: 2.3vw;
}

.inicio-section1:hover {
    color: var(--medium-purple)
}

.inicio-section1 li {
    padding-top: 20px;
}

.footer-producto li {
    margin-top: 20px;
}

.footer-producto {
    width: 100%;
    height: 100%;
    grid-column: 6 / 10;
    grid-row: 4 / 5;
    text-align: left;
    color: var(--withe-color);
    font-weight: 400;
    font-size: 2.8vw;
}

.footer-producto-02 {
    width: 100%;
    height: 100%;
    grid-column: 6 / 10;
    grid-row: 5 / 14;
    text-align: left;
    list-style-type: none;
    font-size: 2.3vw;
}

.footer-producto-02 {
    color: var(--medium-purple);
}

.footer-producto-02 li {
    padding-top: 20px;
}

.footer-contacto {
    color: var(--withe-color);
    width: 100%;
    height: 100%;
    grid-column: 10 / 14;
    grid-row: 4 / 5;
    text-align: left;
    list-style-type: none;
    font-weight: 400;
    font-size: 2.8vw;
}

.sectores-section3 {
    width: 100%;
    height: 100%;
    grid-column: 10 / 14;
    grid-row: 5 / 14;
    text-align: left;
    list-style-type: none;
    font-size: 2.3vw;
}

.sectores-section3:hover {
    color: var(--medium-purple);
}

.sectores-section3 li {
    padding-top: 20px;
}

.tel_info {
    margin: 0;
}

.contact-footer {
    width: 100%;
    height: 100%;
    grid-column: 12 / 14;
    grid-row: 4 / 9;
    text-align: left;
    color: var(--withe-color);
    font-weight: 400;
}

.contact-section4 {
    width: 100%;
    height: 100%;
    grid-column: 12 / 14;
    grid-row: 5 / 14;
    text-align: justify;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: var(--withe-color);
}

/*Barra final*/
.container-footer2 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(3, 0.2fr);
    background-color: var(--black-color);
    width: 100%;
    padding: 5px 0 5px 0;
    align-items: center;
}

.content-footer-2 {
    color: var(--withe-color);
    font-size: 1.7vw;
    grid-column: 2 / 5;
    grid-row: 2 / 2;
    opacity: 70%;
}

.content-footer-3 {
    color: var(--withe-color);
    font-size: 1.7vw;
    grid-column: 8 / 14;
    grid-row: 2 / 2;
    opacity: 70%;
    display: flex;
    justify-content: flex-end;
    margin-left: 1vw;
}

.social-icono2 {
    display: flex;
    justify-content: space-between;
    width: 130px;
    grid-column: 13 / 13;
    grid-row: 2 / 2;
    margin-left: 83px;
}

.icono-scale {
    width: 25px;
}

.content-footer-4 {
    font-size: 2vw;
    grid-column: 1 / 15;
    display:block;
    margin: 5px 0;
    color: var(--medium-purple);
}

.content-footer-4 ul {
    display: flex;
    gap: 35px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

}

/*---------------------------*/

@media only screen and (max-width: 440px) {
    /*sub-menu*/
    .navbar-default {
        width: 100%; 
        height: auto;
        padding: 5px 0 5px 0;
        background-size: cover;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(14, 1fr);
        align-items:center;
    }
        
    .navbar-default .contact-container {
        grid-column:   2 / 14;
        list-style: none;
        font-size: 3.3vw;
        display: flex;
        justify-content: space-between;
    }

    .social-icono img {
        display: none;
        width: 18px;
        margin: 5px 3px 0 3px;
    }

    .atención-personalizada {
        display: none;
        grid-column: 10 / 14;
        justify-content: flex-end;
        font-size: 16.625px;
    }
    
    /*MENU PRINCIPAL*/

    .main-menu a {
        text-decoration: none;
        font-size: 12px;
        font-family: 'Rubik', sans-serif;
    }
    
    .main-menu .logo {
        width: 80%;
        height: 100%;
        padding: 0px;
        z-index: 1;
    }
    
    .main-menu .menu {
        grid-column: 8 / 13;
        display: flex;
        justify-content: space-around;
    }
    
    
    .menu li {
        display: none;
    }
    
    .hamburguesa {
        display: none;
        flex-direction: column;
        grid-column: 13 / 13;
        display: flex;
    }

    .linea {
        width: 25px;
        height: 3px;
        background-color: var(--black-color);
        color: var(--black-color);
        transition: background-color 0.3s ease;
    }

    .hamburguesa:hover .linea {
        background-color: var(--purple-color);
    }

    /*PANTALLA PRINCIPAL VIDEO*/

    #contenedor-principal {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(14, 1fr);
        grid-template-rows: repeat(14, auto);
        gap: 25px;
    }

    .content {
        grid-column: 2 / 14;
        grid-row: 6 / 7;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .content-p {
        grid-column: 2 / 14;
        grid-row: 7 / 9;
        display: flex;
        align-items: flex-end;
        padding: 0 20px;
    }
    
    .button-container {
        grid-column: 5 / 11;
        grid-row: 10/ 13;
        display: flex;
        justify-content: center;
        padding: 0px 0px;
    }
    
    .custom-button {
        background-color: var(--medium-purple);
        color: var(--withe-color);
        border: none;
        width: 100%;
        height: 100%;
        font-size: 3.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background-color: #5b63d3;
        cursor: pointer;
    }
    
    
    .overlay {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0 , 0, 0.3)
    
    }
    
    #video-murcia-panel-movil {
        display: block;
        position: absolute;
        min-width:100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        z-index: -2;
        object-fit: cover;
    }

    #video-murcia-panel {
        display: none;
        grid-column: 1 / 15;
        grid-row: 1/ 15;
    }
    
    .h1-almacen-ocasion {
        color: var(--withe-color);
        font-size: 10vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .parrafo-product {
        color: var(--withe-color);
        text-align: center;
        margin-top: 0px;
        font-size: 4.2vw;
        padding: 0 4%;
    }

/*SECCIÓN PANELES SANDWICH DE OCASION*/
.container-variedad-paneles {
    width: 100%;

}

.content-panel-sandwich {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.2fr);
    gap: 10px;
    padding: 0;
}

.sub-tittle-variedad {
    display: flex;
    color: var(--medium-purple);
    grid-column: 4 / 12;
    grid-row: 1 / 1;
    font-size: 4.7vw;
    text-align: center;
    opacity: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: 500;
    padding-top: 30px;
}

.title-panel-sandwich {
    font-size: 7vw;
    grid-column: 2 / 14;
    grid-row: 2 / 3;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 20px
}

.parrafo-panel-ocasion {
    color: var(--black-color);
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 4.3vw;
    grid-column: 2 / 14;
    grid-row: 8 / 12;
    padding-top: 20px;
    padding-right: 0px;
    font-weight: 400;
    z-index: 1;
} 

.button-container-2 {
    height: auto;
    grid-column: 2 / 14;
    grid-row: 12/ 13;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-button-2 {
    color: var(--medium-purple);
    background-color: transparent;
    border: none;
    width: 90%;
    height: 100%;
    font-size: 3.9vw;
    display: flex;
    justify-content: left;
    border-radius: 10px;
    cursor: pointer;
}

.parrafo-fabricado {
    color: var(--black-color);
    grid-column: 3 / 14;
    grid-row: 13/ 14;
    z-index: 0;
    display: flex;
    align-items: center;
    text-align: justify;
    font-size: 3.7vw;
}

.vertical-bar {
    background-color: var(--medium-purple);
    width: 3px;
    height: 70px;
    grid-column: 1 / 3;
    grid-row: 13/ 14;
    z-index: 0;
    justify-self: flex-end;
}

.background-ocasion-panel {
    width: 100%;
    height: auto;
    grid-column: 2 / 14;
    grid-row: 3/ 7;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 40px 0 60px 0;
    margin-top: 20px;
    display: none;
}

.img-panel-opcasion {
    display: none;
}

.img-panel-opcasion-movil {
    display: block;
    width: 100%;
    height: auto;
    grid-column: 2 / 14;
    grid-row: 3/ 7;
    margin-left: 0px;
    padding-top: 20px
}

/*SECCIÓN DISPONIBLES PANELES DE SEGUNDA MANO*/
.container-entrega-inmediata {
    width: 100%;
    background-color: #11111c;
}

.content-disponibilidad-sandwich {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.2fr);
    gap: 10px;
    padding: 0;
}

.sub-tittle-entrega-inmediata {
    display: flex;
    color: var(--withe-color);
    grid-column: 1 / 15;
    grid-row: 1 / 1;
    font-size: 4.7vw;
    text-align: center;
    opacity: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: 500;
    padding-top: 50px;
    margin: 0;
}

.title-disponibilidad-inmediata {
    color: var(--withe-color);
    font-size: 7vw;
    grid-column: 2 / 14;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    margin: 0;
}

.parrafo-nuestros-paneles {
    color: var(--withe-color);
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 4.3vw;
    grid-column: 2 / 14;
    grid-row: 9 / 12;
    padding-top: 20px;
    padding-right: 0px;
    font-weight: 400;
    z-index: 1;
    margin: 0;
}

.parrafo-secundario-2 {
    color: var(--withe-color);
    grid-column: 3 / 14;
    grid-row: 12/ 14;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    text-align: justify;
    font-size: 3.7vw;
}

.vertical-bar-2 {
    background-color: var(--medium-purple);
    width: 3px;
    height: 70px;
    grid-column: 1 / 3;
    grid-row: 13/ 14;
    z-index: 0;
    justify-self: flex-end;
    }

.button-container-3 {
    height: auto;
    grid-column: 2 / 14;
    grid-row: 12/ 13;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    }

.custom-button-3 {
    color: var(--withe-color);
    background-color: transparent;
    border: none;
    width: 90%;
    height: 100%;
    font-size: 3.9vw;
    display: flex;
    justify-content: left;
    border-radius: 10px;
    cursor: pointer;
    margin: 0;
    }

.background-fondo-img {
    width: 100%;
    height: auto;
    grid-column: 2 / 14;
    grid-row: 4 / 7;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 40px 0 60px 0;
    margin-top: 20px;
    }

.img-disponibilidad-en-panel {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 4/ 7;
    margin-left: 0px;
    padding-top: 30px
}

/*SECCIÓN GRAN ALMACEN DE PANELES DE OCASION*/

.contenedor-almacenes-paneles-segunda-mano {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, auto);
    gap: 10px;
    position: relative;
}
.img-almacen-paneles {
    display: none;
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 1/ 15;
}

.img-almacen-paneles-version-movil {
    display: block;
    width: 100%;
    height: auto;
    grid-column: 1 / 15;
    grid-row: 1 / 15;
}

.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.contenido-superior {
    position: relative;
    z-index: 2; 
    color: white;
}

.title-almacen-paneles {
    font-size: 7vw;
    grid-column: 2 / 14;
    grid-row: 3 / 4;
    color: var(--withe-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    margin: 0;
}

.panel-almacen-ocasion {
    color: var(--withe-color);
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 4.3vw;
    grid-column: 2 / 14;
    grid-row: 4 / 10;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 0px;
    font-weight: 400;
    z-index: 1;
    margin: 0;
}

/*SECCIÓN AMPLIO STOCK EN PANLESES DE OCASIÓN EN OFERTA*/
.container_amplio-stock-en-panel {
    width: 100%;
    height: 100%;
    display: grid;
    background-image: url('../img/img-movil-inicio/background_amplio-stop.webp');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(16, auto);
    gap: 30px;
    padding-bottom: 0px;
}

.sub-title-diferenciacion {
    color: var(--medium-purple);
    grid-column: 1 / 14;
    grid-row: 2 / 2;
    font-size: 4.5vw;
    text-align: center;
    opacity: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: 500;
    padding-top: 50px;
    margin: 0;
}

.title-diferenciacion-h2 {
    display: flex;
    font-size: 7vw;
    grid-column: 3 / 13;
    grid-row: 3 / 7;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--black-color);
}

.parrafo-diferenciación {
    color: var(--black-color);
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 4.3vw;
    grid-column: 2 / 14;
    grid-row: 7 / 12;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0;
    font-weight: 400;
    z-index: 1;
    margin: 0;
}

.button-container-amplio-stock {
    height: auto;
    grid-column: 4 / 12;
    grid-row: 11/ 13;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin-top: 60px;
}

.custom-button-stock {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    border: none;
    width: 90%;
    height: 250%;
    font-size: 3.9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

.custom-button-stock:hover {
    background-color: transparent;
    color: var(--medium-purple);
    border: solid var(--medium-purple);
    width: 90%;
    height: 200%;
    font-size: 3.9vw;
    border-radius: 10px;
}


.sub-title-diferenciacion-2 {
    color: var(--withe-color);
    text-align: center;
    grid-column: 4 / 12;
    grid-row: 13 / 15;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*___________________________________________*/
/*SECCIÓN CÁMARAS FRIGORÍFICAS DE OCASIÓN*/

.container-camaras-frigorificas-ocasion {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.2fr);
    gap: 10px;
    padding: 0;
    background-size: contain;
}

.container-image-camare-occasion {
    grid-column: 1 / 14;
    grid-row: 3 / 11;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/background-camaraocasion.webp');
    background-repeat: no-repeat;
    background-size: 95% 90%;
    background-position: right;
}

.img-pilares-bg {
    width: 70%;
    height: 90%;
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
}

.sub-tittle-camaras-ocasion-01 {
    display: flex;
    color: var(--medium-purple);
    grid-column: 3 / 13;
    grid-row: 1 / 1;
    font-size: 4.7vw;
    text-align: center;
    opacity: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: 500;
    padding-top: 30px;
}

.title-camara-ocasion-01 {
    font-size: 7vw;
    grid-column: 2 / 14;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    margin: 0;
    color: var(--black-color);

}

.parrafo-camara-ocasion-01 {
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 4.3vw;
    grid-column: 2 / 14;
    grid-row: 11 / 12;
    padding-top: 20px;
    padding-right: 0px;
    font-weight: 400;
    z-index: 1;
    margin: 0;
    color: var(--black-color);
}

.explorar-producto-pagina-principal {
    height: auto;
    grid-column: 4 / 12;
    grid-row: 13/ 13;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    font-size: 3.9vw;
}

.explorar-producto-pagina-principal button {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    border: none;
    width: 90%;
    height: 100%;
    font-size: 3.9vw;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    margin: 0;
    padding: 15px 20px;
}

.explorar-producto-pagina-principal button:hover {
    background-color: var(--black-color);
    color: var(--withe-color);
}

/*SECCIÓN SLIDER PARA MOVIL*/
.container-section-featured-second-hand-products {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(80, 2vw);
}

.container-background-image-ocasion {
    grid-column: 1 / 15;
    grid-row: 1 / 81;
}

.img-background-productos-ocasion {
    width: 100%;
    height: 100%;
}

.contenedor-titulo-productos {
    grid-column: 1 / 15;
    grid-row: 14 / auto;
    font-size: 5vw;
    color: var(--withe-color);
    text-align: center;
}

.container-logo-murcia-panel {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 3 / 8;
    text-align: center;
}

.container-logo-murcia-panel img {
    width: 50%;
    height: auto;
}

.slider-container {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 27 / 66;
    overflow: hidden;
    padding-left: 9vw;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
}

.slider {
    display: flex;
    flex-direction: row;
    transition: transform 0.4s ease;
    will-change: transform;
}

#slider {
    display: flex;
    transition: transform 0.3s ease;
}

.slide {
    width: 100%;
    height: 100%;
    flex: 0 0 50%;
    will-change: transform;
}


.container-images-products picture {
    width: 100%;
    height: 100%;
    display: flex;
}

.img-producto-escritorio {
    width: 100%;
    height: 100%;
}

.content-title-products {
    color: var(--withe-color);
    position: absolute;
    top: 6vw;
    font-size: 3.3vw;
}

.boton-con-url-2 {
    color: var(--withe-color);
    background-color: transparent;
    border-style: none;
    position: absolute;
    bottom: 8vw;
    font-size: 3.5vw;
    transition: color 0.2s ease, background-color 0.2s ease ;
    cursor: pointer;
}


.boton-con-url-2:hover {
    color: var(--medium-purple);
    border-radius: 4px;
}


.slider-buttons {
    display: flex;
    grid-column: 11 / 14;
    grid-row: 69 / 73;
}

.left-arrow {
    width: 40%;
    height: 100%;
    border-radius: 4vw;
    border-style: none;
    font-size: 7vw;
    background-color: var(--medium-purple);
    margin-right: 1.3vw;
}

.right-arrow {
    width: 40%;
    height: 100%;
    border-radius: 4vw;
    border-style: none;
    font-size: 7vw;
    background-color: var(--medium-purple);
}

/*------------------------------------*/
/*SECCIÓN CONTACTOS PANEL*/
.container-img-contacto-murcia-panel {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.28fr);
    gap:10px;
}

.barra-lateral-purpura {
    background-color: #aab0fe;
    width: 99px;
    height: 512px;
    grid-column: 1 / 15;
    grid-row: 1 / 15;
    z-index: 0;
}

.img-contacto-murcia-panel {
    width: 100%;
    grid-column: 9 / 15;
    grid-row: 1 / 15;
    display: none;
}

.img-background-contacts {
    width: 77%;
    grid-column: 1 / 3;
    grid-row: 1 / 15;
    display: none;
}

.img-background-panel-frigo-movil {
    width: 100%;
    height: 100%;
    display: block;
    grid-column: 1 / 7;
    grid-row: 1 / 15;

}

.img-background-contacts-movil {
    width: 100%;
    height: auto;
    display: block;
    grid-column: 1 / 15;
    grid-row: 7 / 15;
}

.contentainer-sub-title-asesoramiento-personalizado {
    width: 100%;
    height: 100%;
}

.sub-title-asesoramiento-personalizado {
    width: 100%;
    grid-column: 4 / 14;
    grid-row: 1 / 1;
    font-size: 4.7vw;
    display: flex;
    justify-content: flex-start;
    text-align: justify;
    color: var(--medium-purple);
    padding-top: 40px;
}

.tittle-contactanos {
    width: 100%;
    grid-column: 4 / 14;
    grid-row: 2 / 3;
    padding-top: 4px;
    display: flex;
    text-align: justify;
    justify-content: flex-start;
    font-size: 8vw;
}

.parrafo-contactanos {
    width: 100%;
    grid-column: 4 / 14;
    grid-row: 3 / 4;
    font-size: 4.3vw;
    text-align: justify;
    padding-right: 0px;
    padding-top: 0px;
}

.buttom-contacta-nosotros {
    width: 100%;
    grid-column: 4 / 8;
    grid-row: 4 / 5;
    font-size: 3.5vw;
    background: none;
    border: none;
    color: var(--medium-purple);
    cursor: pointer;
}

.barra-vertical {
    width: 5%;
    height: 60%;
    display: flex;
    align-items: flex-end;
    background-color: var(--medium-purple);
    grid-column: 4 / 7;
    grid-row: 5 / 7;
}

.parrafo-contacto-02 {
    grid-column: 4 / 12;
    grid-row: 5 / 7;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: justify;
    font-size: 3.5vw;
    padding-left: 10px;
}

.logo-murcia-panel-contacto-principal {
    width: 70%;
    grid-column: 11 / 14;
    grid-row: 12 / 14;
    display: none;
}

.tittle-productos-ocasion-movil {
    display: flex;
    z-index: 1;
}

.cookie-banner__btn {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 200;
    font-size: 3.5vw;
}

/*-----------------------------------*/
/*PÁGINA PRINCIPAL DE PRODUCTOS*/

.container-pagina-principal-producto {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(70, 2vw);
    gap:5px 0;
    background-size: cover;
    background-color: var(--black-color);
}

.picture-contentent-product {
    width: 100%;
    height: auto;
    grid-column: 1 / 15;
    grid-row: 1 / 65;
}

.picture-contentent-product img{
    width: 100%;
    height: 100%;
}



.soluciones-segunda-mano-panel-frigo {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 3 / 13;
    grid-row: 32 / auto;
    text-align: center;
    font-size: 5vw;
    
}

.title-soluciones-panel-frigo {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 41 / auto;
    font-size: 10vw;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-soluciones-panel-frigo{
    color: var(--withe-color);
    font-size: 4.7vw;
    grid-column: 2 / 14;
    grid-row: 47 / auto;
}

.solicitar-presupuesto-panel-frigo {
    grid-column: 2 / 14;
    grid-row: 62 / auto;
    margin: 0px;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.bottum-soluciones-panel-frigo {
    color: var(--withe-color);
    background: var(--medium-purple);
    border: none;
    border-radius: 10px;
    font-size: 5vw;
    cursor: pointer;
}

.bottum-soluciones-panel-frigo:hover {
    color: var(--withe-color);
    background: transparent;
    border: solid var(--medium-purple);
    border-radius: 10px;
    font-size: 5vw;
    cursor: pointer;
}



/*SECCIÓN CARACTERISTICAS PANEL FRIGORIFICO*/
.container-caracteristicas-paneles {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-segunda-mano {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(52, 2vw);
    gap: 15px 0;
}

.sub-title-diverisidad-espesores {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 5.5vw;
}

.title-caracteristicas-panel-frigo {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 14 / auto;
    font-size: 9vw;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-caracteristicas-panel-frigo {
    color: var(--withe-color);
    font-size: 4.7vw;
    grid-column: 2 / 14;
    grid-row: 20 / auto;
    padding-top: 0px;
    margin: 0;
    padding-left: 0;
}

.parrafo-caracteristicas-panel-frigo-2 {
    grid-column: 2 / 14;
    grid-row: 33 / auto;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    z-index: 1;
    font-size: 6vw;
}

.rectangulo-horizontal {
    background-color: var(--medium-purple);
    width: 35px;
    height: 3px;
    grid-column: 3 / 7;
    grid-row: 6 / 7;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.descripcion-panel-frigo {
    color: var(--withe-color);
    grid-column: 2 / 13;
    grid-row: 42 / auto;
    padding-left: 40px;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    font-size: 4vw;
}

.glow-purple {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 32 / auto;
    isolation: isolate;
    position: relative;
}

.glow-purple::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:-1;
    inset: 0;
    border-radius: 10% 0 10% 0%;
    box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
    0 0 80px rgba(186, 85, 255, 0.6),
    0 0 120px rgba(186, 85, 255, 0.4);
    opacity: 40%;
    animation: glowPulse 6s ease-in-out infinite;
    pointer-events: none;
}

.img-panel-frigo-pag-producto-frigo {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 36 / auto;
    padding-top: 0px;
    z-index: 1;
}


/*----------------*/
/*CONTACTANOS-PAGINA-PRODUCTO*/
.container-img-contacto-murcia-panel-producto {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(128, 2vw);
    gap: 0px;
}

.img-contacto-murcia-panel-producto {
    width: 90%;
    height: auto;
    grid-column: 3 / 13;
    grid-row: 28 / auto;
    padding-left: 0px;
    padding-top: 10px;
    z-index: 1;
}

.img-background-contacts-producto {
    width: 100%;
    grid-column: 4 / 13;
    grid-row: 27 / 76;
    padding-left: 0px;
}

.sub-title-asesoramiento-personalizado-producto {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 8 / auto;
    font-size: 5vw;
    color: var(--medium-purple); 
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-producto {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 13 / auto;
    font-size: 8vw;
    text-align: center;
}

.parrafo-contactanos-producto {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 77 / auto;
    font-size: 4.7vw;
    text-align: justify;
    padding-right: 20px;
    padding: 0;
    padding-top: 30px;
}

.parrafo-contacto-02-producto {
    grid-column: 3 / 13;
    grid-row: 115 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 4.5vw;
    padding-left: 30px;
}

.buttom-contacta-nosotros-producto {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 103 / auto;
    font-size: 5vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.barra-vertical-producto-frigo {
    width: 2%;
    height: 100%;
    background-color: var(--medium-purple);
    grid-column: 2 / 8;
    grid-row: 111 / 122;
}


/*SECCIÓN GALERIA FOTOGRAFICA*/
.content-galeria {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(65, 2vw);
    gap:15px;
}

.title-galeria-fotografica {
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 7.5vw;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.subtitulo-galeria-producto-puertas-frigo {
    grid-column: 2 / 14;
    grid-row: 6 / auto;
    font-size: 4.5vw;
    color: var(--medium-purple);
}

.panel-frigo-color {
    color: #5b63d3;
    font-weight: 500;
}

.foto1 {
    width: 100%;
    height: 100%;
    box-shadow: none;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
    border-radius: 30px;
}

.contenedor-fotos {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 9 / auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    padding-bottom: 60px;
    padding-top: 30px;
}



/*----------------*/
/*PAGINA-TEJA ENVEJECIDA*/
.container-pagina-panel-teja-envejecida {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(40, 2vw);
    gap: 15px 0;
    background-color: var(--withe-color);
    background-size: cover;
    z-index: -2;
}

.imgen-pagina-panel-teja-envejecida {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 1 / 31;
    z-index: 1;
    padding-left: 0vw;
}

.imgen-pagina-panel-teja-envejecida img {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano {
    color: var(--medium-purple);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 18 / auto;
    text-align: center;
    font-size: 5vw;
    margin: 0;
    padding: 0;
}

.title-panel-teja-envejecida {
    color: var(--black-color);
    grid-column: 2 / 14;
    grid-row: 23 / auto;
    font-size: 10vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;

}

.parrafo-panel-teja-envejecida {
    color: var(--black-color);
    font-size: 4.7vw;
    grid-column: 2 / 14;
    grid-row: 27 / auto;
    padding: 0;
}

.solicitar-presupuesto-panel-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 36 / auto;
    color: var(--medium-purple);
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-soluciones-panel-teja-envejecida {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.bottom-soluciones-panel-teja-envejecida:hover {
    background-color: transparent;
    border: solid var(--medium-purple);
    color:var(--medium-purple);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.barra-vertical-producto {
    width: 3px;
    height: 120px;
    background-color: var(--medium-purple);
    grid-column: 8 / 5;
    grid-row: 11 / 14;
}


/*SECCIÓN CARACTERISTICAS PANEL ENVEJECIDO*/
.container-caracteristicas-paneles-teja-envejecida {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-teja-segunda-mano {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(42, 2vw);
    gap:15px 0;
}

.sub-title-diverisidad-espesores-panel-teja {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 5vw;
}

.title-caracteristicas-panel-teja-envejecido {
    color: var(--withe-color);
    grid-column: 1 / 15;
    grid-row: 10 / auto;
    font-size: 8vw;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0  20px;
    margin-left: 0px;
}

.parrafo-caracteristicas-panel-teja-envejecido {
    color: var(--withe-color);
    font-size: 4.7vw;
    grid-column: 2 / 14;
    grid-row: 14 / auto;
    padding-top: 30px;
    margin: 0;
    padding-left: 0;
}

.img-panel-frigo-pag-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 30 / auto;
    padding-top: 0px;
}

.glow-purple-2 {
    width: 100%;
    height: 100%;
    grid-column: 3 / 14;
    grid-row: 26 / auto;
    isolation: isolate;
    position: relative;
}

.glow-purple::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:-1;
    inset: 0;
    border-radius: 10% 0 10% 0%;
    box-shadow: 0 0 40px rgba(186, 85, 255, 0.8),
    0 0 80px rgba(186, 85, 255, 0.6),
    0 0 120px rgba(186, 85, 255, 0.4);
    opacity: 40%;
    animation: glowPulse 6s ease-in-out infinite;
    pointer-events: none;
}

.parrafo-caracteristicas-panel-teja-envejecido-02 {
    grid-column: 2 / 14;
    grid-row: 27 / auto;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    z-index: 1;
    font-size: 7vw;
}

.descripcion-panel-teja-envejecido {
    color: var(--withe-color);
    grid-column: 2 / 11;
    grid-row: 36 / auto;
    padding-left: 40px;
    z-index: 1;
    font-size: 4vw;
}

/*----------------*/
/*CONTACTANOS-PAGINA-TEJA-ENVEJECIDA*/
.container-img-contacto-murcia-panel-teja-envejecida {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(3, 2vw);
    gap: 30px 0;
    margin-bottom: 20px;
}

.img-contacto-murcia-panel-teja-enevejecida {
    width: 100%;
    grid-column: 2 / 13;
    grid-row: 10 / auto;
    padding-left: 0px;
    padding-top: 0px;
    z-index: 1;
}

.img-background-contacts-teja-envejecida {
    width: 100%;
    grid-column: 2 / 13;
    grid-row: 8 / 15;
    padding-left: 50px;
    
}

.sub-title-asesoramiento-personalizado-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 3 / auto;
    font-size: 5vw;
    color: var(--medium-purple); 
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    font-size: 10vw;
    text-align: center;
}

.parrafo-contactanos-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 6 / auto;
    font-size: 4.7vw;
    text-align: justify;
    padding-right: 20px;
    padding: 0;
    padding-top: 10px;
}

.buttom-contacta-nosotros-teja-envejecida {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 16 / auto;
    font-size: 5vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.barra-vertical-teja-envejecida {
    width: 2%;
    height: 120%;
    background-color: var(--medium-purple);
    grid-column: 2 / 8;
    grid-row: 17 / 19;
}

.parrafo-contacto-02-teja-envejecida {
    grid-column: 2 / 14;
    grid-row: 18 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 4.5vw;
    padding-left: 30px;
}


/*SECCIÓN GALERIA FOTOGRAFICA*/
.content-galeria-teja-envejecida {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.1fr);
    gap:15px;
}

.title-galeria-panel-teja-envejecida-02 {
    grid-column: 2 / 14;
    grid-row: 1 / 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 7.5vw;
    padding: 0;
    margin: 0;
    margin-top: 30px;

}

.subtitulo-galeria-teja-envejecuida {
    grid-column: 2 / 14;
    grid-row: 2 / 3;
    font-size: 4.5vw;
    color: var(--medium-purple);


}

.panel-frigo-color {
    color: #5b63d3;
    font-weight: 500;
}

.foto-teja1 {
    width: 100%;
    height: 100%;
}

.contenedor-fotos-panel-teja-envejecida {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 3 / 14;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    padding-bottom: 60px;
    padding-top: 10px;
    
}

.buttom-contacta-nosotros-producto-panel-teja {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 14 / 14;
    font-size: 5vw;
    display: flex;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}


/*------------------------------------*/
/*PAGINA PANEL TEJA SLIM DE OCASIÓN */
.container-pagina-panel-teja-slim-ocasion {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(41, 2vw);
    gap: 15px 0;
    background-color: var(--black-color);
    z-index: -2;
}

.picture-content-teja-slim {
    width: 100%;
    height: auto;
    grid-column: 1 / 15;
    grid-row: 1 / 30;
}

.picture-content-teja-slim img {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano-teja-slim {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 14 / auto;
    text-align: center;
    font-size: 5.5vw;
    margin: 0;
    padding: 0;
}

.title-panel-teja-slim {
    color: var(--withe-color);
    grid-column: 1 / 15;
    grid-row: 20 / auto;
    font-size: 10vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0 10px;
    margin: 0px;
}


.parrafo-panel-teja-slim {
    color: var(--withe-color);
    font-size: 4.7vw;
    grid-column: 2 / 14;
    grid-row: 25 / auto;
    padding: 0;
    padding-top: 0px;
}

.solicitar-presupuesto-panel-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 35 / auto;
    color: var(--medium-purple);
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-soluciones-panel-teja-slim {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 70px;
}

.bottom-soluciones-panel-teja-slim:hover {
    background-color: transparent;
    border: solid var(--medium-purple);
    color:var(--withe-color);
    font-size: 4.6vw;
}


/*SECCIÓN CARACTERISTICAS PANEL SLIM*/
.container-caracteristicas-paneles-teja-slim {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-teja-slim-segunda-mano {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(42, 2vw);
    gap: 15px 0;
}

.sub-title-diverisidad-espesores-panel-teja-slim {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 5vw;
}

.title-caracteristicas-panel-teja-slim {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 10 / auto;
    font-size: 8vw;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-caracteristicas-panel-teja-slim {
    color: var(--withe-color);
    font-size: 4.7vw;
    grid-column: 2 / 14;
    grid-row: 14 / auto;
    padding-top: 30px;
    margin: 0;
    padding-left: 0;
}

.img-panel-frigo-pag-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 28 / auto;
    padding-top: 0px;
}

.glow-purple-3 {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 24 / auto;
    isolation: isolate;
    position: relative;
}

.glow-purple-3::before {
    content: "";
    width: 100%;
    height: 100%;
}

.parrafo-caracteristicas-panel-teja-slim-02 {
    grid-column: 2 / 14;
    grid-row: 25 / auto;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    z-index: 1;
    font-size: 6vw;
}

.descripcion-panel-teja-slim {
    color: var(--withe-color);
    grid-column: 4 / 12;
    grid-row: 34 / auto;
    padding-left: 0px;
    z-index: 1;
    font-size: 4vw;
}


/*----------------*/
/*CONTACTANOS-PAGINA-TEJA-SLIM*/
.container-img-contacto-murcia-panel-teja-slim {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(40, 2vw);
    gap:20px 0;
}

.img-contacto-murcia-panel-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 21 / auto;
    padding-left: 0px;
    padding-top: 10px;
    z-index: 1;
}

.img-background-contacts-teja-slim {
    width: 100%;
    grid-column: 2 / 13;
    grid-row: 19 / 33;
    padding-left: 50px;
    
}

.sub-title-asesoramiento-personalizado-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 4 / auto;
    font-size: 5vw;
    color: var(--medium-purple); 
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 6 / auto;
    font-size: 10vw;
    text-align: center;
}

.parrafo-contactanos-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 11 / auto;
    font-size: 4.7vw;
    text-align: justify;
    padding-right: 20px;
    padding: 0;
    padding-top: 10px;
}

.buttom-contacta-nosotros-teja-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 34 / auto;
    font-size: 5vw;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--medium-purple);
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.barra-vertical-teja-slim {
    width: 2%;
    height: 120%;
    background-color: var(--medium-purple);
    grid-column: 2 / 8;
    grid-row: 36 / 40;
}

.parrafo-contacto-02-teja-slim {
    grid-column: 2 / 14;
    grid-row: 38 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 4.5vw;
    padding-left: 30px;
}


/*SECCIÓN GALERIA FOTOGRAFICA*/
.content-galeria-teja-slim {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.1fr);
    gap:15px;
}

.title-galeria-fotografica-teja-slim {
    grid-column: 2 / 14;
    grid-row: 1 / 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 7vw;
    margin-top: 80px;
}

.subtitulo-galeria-teja-slim {
    grid-column: 2 / 14;
    grid-row: 2 / 3;
    padding-top: 30px;
    font-size: 4vw;
    color: var(--medium-purple);

}

.panel-frigo-color-slim {
    color: #5b63d3;
    font-weight: 500;
}

.foto-slim {
    width: 100%;
    height: 100%;
}

.contenedor-fotos-panel-teja-slim {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 3 / 14;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-bottom: 0px;
    padding-top: 0px;

    
}

.buttom-contacta-producto-panel-slim {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 14 / 14;
    font-size: 5vw;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--medium-purple);
    margin: 0;
    padding: 0;
    margin-top: 20px;
}


/*------------------------------------*/
/*PAGINA PRINCIPAL PANEL CUBIERTA */
.container-pagina-panel-cubierta-3g {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(47, 2vw);
    gap:15px 0;
    background-color: var(--withe-color);
    background-size: cover;
    padding-top: 20px;
    z-index: -2;
}

.picture-content-panel-cubierta {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 1 / 38;
}

.picture-content-panel-cubierta img {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano-panel-cubierta-3g {
    color: var(--black-color);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 21 / auto;
    text-align: center;
    font-size: 5vw;
    margin: 0;
    padding: 0;
}

.title-panel-cubierta-3g {
    color: var(--black-color);
    grid-column: 2 / 14;
    grid-row: 26 / auto;
    font-size: 10vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.parrafo-panel-cubierta-3g {
    color: var(--black-color);
    font-size: 4.7vw;
    grid-column: 2 / 14;
    grid-row: 30 / auto;
    padding: 0;
}

.solicitar-presupuesto-panel-cubierta-3g {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 40 / auto;
    color: var(--medium-purple);
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-soluciones-panel-cubierta-3g {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 70px;
}

.bottom-soluciones-panel-cubierta-3g:hover {
    font-size: 4.6vw;

}

/*SECCIÓN CARACTERISTICAS PANEL CUBIERTA*/
.container-caracteristicas-paneles-cubierta-3g {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-cubierta-3g {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(48, 2vw);
    gap:15px 0;
}

.sub-title-diverisidad-espesores-panelcubierta-3g {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 5vw;
}

.title-caracteristicas-panel-cubierta-3g {
    color: var(--withe-color);
    grid-column: 1 / 15;
    grid-row: 10 / auto;
    font-size: 8vw;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin-left: 0px;
    margin: 0;
}

.parrafo-caracteristicas-panel-cubierta-3g {
    color: var(--withe-color);
    font-size: 4.7vw;
    grid-column: 2 / 14;
    grid-row: 14 / auto;
    padding-top: 30px;
    margin: 0;
    padding-left: 0;
    margin-bottom: 0px;
}

.img-panel-frigo-pag-cubierta-3g {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 32 / auto;
    padding-top: 0px;
}

.glow-purple-4 {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 27 / 30;
    isolation: isolate;
    position: relative;
}

.glow-purple-4::before {
    content: "";
    width: 100%;
    height: 100%;
}

.parrafo-caracteristicas-panel-cubierta-3g-02 {
    grid-column: 2 / 14;
    grid-row: 28 / auto;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    z-index: 1;
    font-size: 7vw;
    margin-top: 0px;
}

.descripcion-panel-cubierta-3g {
    color: var(--withe-color);
    grid-column: 2 / 12;
    grid-row: 39 / auto;
    padding-left: 40px;
    z-index: 1;
    font-size: 4vw;
}


/*----------------*/
/*CONTACTANOS-PAGINA-CUBIERTA-3G*/
.container-img-contacto-murcia-panel-cubierta-3g{
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(50, 2vw);
    gap:15px 0;
}

.img-contacto-murcia-panel-cubierta-3g {
    width: 100%;
    height: auto;
    grid-column: 2 / 13;
    grid-row: 25 / auto;
    padding-left: 0px;
    padding-top: 10px;
    z-index: 1;
}

.img-background-contacts-panel-cubierta-3g {
    width: 100%;
    grid-column: 2 / 13;
    grid-row: 22 / 39;
    padding-left: 50px;
}

.sub-title-asesoramiento-personalizado-cubierta-3g {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 4 / auto;
    font-size: 5vw;
    color: var(--medium-purple); 
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-cubierta-3g-02 {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 6 / auto;
    font-size: 10vw;
    text-align: center;
}

.parrafo-contactanos-cubierta-3g {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 11 / auto;
    font-size: 4.7vw;
    text-align: justify;
    padding-right: 20px;
    padding: 0;
    padding-top: 30px;
}

.buttom-contacta-nosotros-cubierta-3g {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 41 / auto;
    font-size: 5vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.barra-vertical-cubierta-3g{
    width: 2%;
    height: 140%;
    background-color: var(--medium-purple);
    grid-column: 2 / 8;
    grid-row: 44 / 48;
}

.parrafo-contacto-02-cubierta-3g {
    grid-column: 2 / 14;
    grid-row: 45 / auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 4vw;
    padding-left: 30px;
}


/*GALERIA PANEL CUBIERTA*/
.content-galeria-cubierta-principal {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(105, 2vw);
    gap: 5px 0;
}

.tittle-contactanos-cubierta-3g {
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 7vw;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.subtitulo-galeria-cubierta-principal {
    grid-column: 2 / 14;
    grid-row: 8 / auto;
    font-size: 4.6vw;
    color: var(--medium-purple);
}

.contenedor-fotos-panel-cubierta-3g {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 15 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

.fotos-panel-cubierta- {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 5vw;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}


/*------------------------------------*/
/*PAGINA PRINCIPAL PANEL FACHADA */
.container-pagina-panel-fachada {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(46, 2vw);
    gap:15px 0;
    background-color: var(--withe-color);
    padding-top: 0px;
    z-index: -2;
}

.picture-content-panel-fachada {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 1 / 30;
    z-index: 1;
}

.picture-content-panel-fachada img {
    width: 100%;
    height: 100%;
}

.stock-segunda-mano-panel-fachada  {
    color: var(--black-color);
    -webkit-text-stroke: 0.3px rgb(255, 255, 255);
    font-weight: 500;
    grid-column: 3 / 13;
    grid-row: 18 / auto;
    text-align: center;
    font-size: 5vw;
    margin: 0;
    padding: 0;
}

.title-panel-fachada-principal {
    color: var(--black-color);
    grid-column: 2 / 14;
    grid-row: 23 / auto;
    font-size: 10vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;

}

.parrafo-panel-fachada {
    color: var(--black-color);
    font-size: 4.6vw;
    grid-column: 2 / 14;
    grid-row: 26 / auto;
    padding: 0;
    padding-top: 20px;
}

.solicitar-presupuesto-panel-fachada {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 41 / auto;
    color: var(--medium-purple);
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-soluciones-panel-fachada {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px;
}

.bottom-soluciones-panel-fachada:hover {
    background-color: transparent;
    border: solid var(--medium-purple);
    color: var(--medium-purple);
    font-size: 4.6vw;
}


/*SECCIÓN CARACTERISTICAS PANEL FACHADA*/
.container-caracteristicas-paneles-fachada {
    width: 100%;
    height: 100%;
    background-color: var(--purple-color);
}

.contenedor-caracteristicas-paneles-fachada {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(41, 2vw);
    gap:15px 0;
}

.sub-title-diverisidad-espesores-panel-fachada {
    color: var(--withe-color);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 5 / auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 5vw;
}

.title-caracteristicas-panel-fachada-02 {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 9 / auto;
    font-size: 8vw;
    padding: 0px;
    margin-left: 0px;
}

.parrafo-caracteristicas-panel-fachada {
    color: var(--withe-color);
    font-size: 4.6vw;
    grid-column: 2 / 14;
    grid-row: 13 / auto;
    padding-top: 0px;
    margin: 0;
    padding-left: 0;
}

.img-panel-frigo-pag-fachada {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 27 / auto;
    padding-top: 0px;   
}

.glow-purple-5 {
    width: 100%;
    grid-column: 3 / 13;
    grid-row: 23 / 24;
    isolation: isolate;
    position: relative;
}

.glow-purple-5::before {
    content: "";
    width: 100%;
    height: 100%;
}

.parrafo-caracteristicas-panel-fachada-02 {
    grid-column: 2 / 14;
    grid-row: 24 / auto;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--withe-color);
    z-index: 1;
    font-size: 7vw;
}

.descripcion-panel-fachada {
    color: var(--withe-color);
    grid-column: 4 / 13;
    grid-row: 34 / auto;
    padding-left: 0px;
    z-index: 1;
    font-size: 4vw;
}


/*----------------*/
/*CONTACTANOS-PAGINA-PANEL FACHADA*/
.container-img-contacto-murcia-panel-fachada {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(15, 0.28fr);
    gap:20px;
}

.img-contacto-murcia-panel-fachada {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 4 / 9;
    padding-left: 0px;
    padding-top: 0px;
    padding: 0;
    position: relative;
    left: 0px;
    z-index: 1;
    display: flex;
}

.img-background-contacts-panel-fachada {
    width: 100%;
    grid-column: 2 / 13;
    grid-row: 4 / 10;
    padding-left: 50px;
}

.sub-title-asesoramiento-personalizado-fachada {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 2 / auto;
    font-size: 5vw;
    color: var(--medium-purple); 
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
}

.tittle-contactanos-fachada {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 3 / auto;
    font-size: 10vw;
    text-align: center;
}

.parrafo-contactanos-fachada {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 10 / 13;
    font-size: 4.6vw;
    text-align: justify;
    padding-right: 20px;
    padding: 0;
    padding-top: 30px;
}

.buttom-contacta-nosotros-fachada {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 13 / 13;
    font-size: 5vw;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--medium-purple);
}

.barra-vertical-fachada {
    width: 2%;
    height: 140%;
    background-color: var(--medium-purple);
    grid-column: 2 / 8;
    grid-row: 14 / 15;
}

.parrafo-contacto-02-fachada {
    grid-column: 2 / 14;
    grid-row: 14 / 14;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 4vw;
    padding-left: 30px;
}

/*SECCIÓN GALERIA FOTOGRAFICA FACHADA*/
.content-galeria-panel-fachada {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(56, 2vw);
    gap: 20px;
}

.title-galeria-fotografica-panel-fachada {
    grid-column: 2 / 13;
    grid-row: 5 / auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 7vw;
    margin-top: 0px;
}

.subtitulo-galeria-panel-fachada {
    grid-column: 2 / 14;
    grid-row: 3 / auto;
    display: flex;
    align-items: center;
    font-size: 5vw;
    color: var(--medium-purple);
}

.panel-frigo-color-fachada {
    color: #5b63d3;
    font-weight: 500;
}

.foto-teja4 {
    grid-column: 3 / 13;
    grid-row: 4 / 14;
    width: 100%;
    height: 100%;
}

.contenedor-fotos-panel-fachada {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 7 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    
}


/*------------------------------------*/
/*PAGINA PRINCIPAL PROMOCIONES*/
.container-pagina-promociones {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(90, 2vw);
    gap:0vw 0;
    background-color: var(--purple-color);
    padding-top: 0px;
    z-index: -2;
    background-size: cover;
}

.subtitulo-pagina-promiciones {
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 17 / auto;
    text-align: center;
    font-size: clamp(1.4rem, 5vw, 2rem);
    margin: 0;
    padding: 0;
    color: var(--withe-color);
}

.title-pagina-promociones {
    grid-column: 2 / 14;
    grid-row: 36 / auto;
    font-size: clamp(1.9rem, 8vw, 3rem);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    color: var(--withe-color);
}


.parrafo-pagina-promociones {
    font-size: clamp(1rem, 4.5vw, 3rem);
    grid-column: 2 / 14;
    grid-row: 60 / auto;
    padding: 0;
    padding-top: 0px;
    margin: 0;
    padding: 0;
    text-align: justify;
    color: var(--withe-color);
}

.solicitar-presupuesto-pagina-promociones {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 80 / auto;
    color: var(--medium-purple);
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.bottom-pagina-promociones {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px;
}

.bottom-pagina-promociones:hover {
    background-color: transparent;
    border: solid var(--medium-purple);
    color:var(--withe-color);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px;
}

/*SECCIÓN PROMOCION ESPECIAL EN PANELES DE FACHADA*/
.container-pag-oferta-especial {
    width: 100%;
    height: 100%;
}

.space-total-promocion {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(35, 2vw);
    gap: 5vw 0;
}

.logo-panel-murcia-section-promo {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 3 / 6;
    display: flex;
    align-items: center;
}

.background-section-promo {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 7 / 19;
}

.img-panel-fachada-promocion {
    width: 100%;
    height: auto;
    grid-column: 2 / 14;
    grid-row: 10/ auto;
}

.parrafo-subtitulo-precio-incomparable {
    font-size: clamp(1.3rem, 5vw, 2rem);
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--medium-purple);
    grid-column: 2 / 14;
    grid-row: 21 / auto;
}

.titulo-promocion-especial {
    grid-column: 2 / 14;
    grid-row: 23 / auto;
    font-size: clamp(1.86rem, 8vw, 3rem);
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}

.parrafo-segundo-promocion-especial {
    grid-column: 2 / 14;
    grid-row: 30 / auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    font-size: clamp(1rem, 4.5vw, 3rem);
    margin: 0;
    padding: 0;
}

.separador-promocion {
    background-color: var(--medium-purple);
    grid-column: 2 / 14;
    grid-row: 34 / auto;
    height: 4px;
    margin-top: 0px;
}


/*SECCIÓN PROPIEDADES PRINCIPALES DE PANEL DE PROMOCIÓN*/
.container-propiedades-tecnicas {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(45, 2vw);
    grid-gap:20px;
    background-size: cover;
}

.sub-title-propiedades-tecnicas {
    grid-column: 2 / 14;
    grid-row: 2 / auto;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    color: var(--medium-purple);
    font-weight: 400;
}

.title-caracteristicas-panel-fachada {
    grid-column: 2 / 14;
    grid-row: 4 / auto;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 9vw;
    color: var(--black-color);
    margin: 0;
    padding: 0;
}

.container-group {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 3 / 30;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(150, 2vw);
    gap: 4vw;
}

.background-caracteristicas-promo-01 {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 6 / 21;
    background-color: var(--purple-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, auto);
    margin-right: 0px;
    padding: 0;
    margin: 0;
}

.alaign-item-container-01 {
    width: 100%;
    height: 100%;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foto-svg-hogar {
    width: 17%;
    height: auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
}

.title-aislamiento-termico {
    color: var(--withe-color);
    grid-column: 1 / 6;
    grid-row: 3 / 6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size:6vw;
    padding: 0px 10px;
}

.paragraph-aislamiento-termico {
    color: var(--withe-color);
    grid-column: 1 / 7;
    grid-row: 6 / 10;
    display: flex;
    text-align: justify;
    align-items: center;
    font-size: 4.5vw;
    padding: 0px 20px;
}

.title-alta-resistencia-estructural {
    color: var(--withe-color);
    grid-column: 1 / 6;
    grid-row: 3 / 6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 6vw;
    padding: 0px 5px;

}

.paragraph-resistencia-estructural {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 6 / 10;
    display: flex;
    text-align: justify;
    align-items: center;
    font-size: 4.5vw;
    padding: 0px 20px;

}

.background-caracteristicas-promo-02 {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 22 / 37;
    background-color: var(--purple-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, auto);
    margin-left: 0px;
}

.alaign-item-container-02 {
    width: 100%;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foto-svg-boveda {    
    width: 17%;
    height: auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
}


.background-caracteristicas-promo-03 {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 38 / 53;
    background-color: var(--purple-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, auto);
    margin-left: 0px;
}

.title-acabado-estetico-superior {
    color: var(--withe-color);
    grid-column: 1 / 6;
    grid-row: 3 / 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 6vw;
    padding: 0px 10px;
    margin: 0;
}

.paragraph-acabado-estetico-superior {
    color: var(--withe-color);
    grid-column: 1 / 4;
    grid-row: 6 / 10;
    display: flex;
    text-align: justify;
    align-items: center;
    font-size: 4.5vw;
    padding: 0px 20px;
}

.alaing-item-container-03 {
    width: 100%;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foto-svg-terminado {
    width: 17%;
    height: auto;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
}

.background-much-more-economical {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 46 / 62;
    background-color: var(--purple-color);
    padding: 0px 0px;
    border-radius: 20px;
}

.more-economical {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(4, 0.5fr);
    gap: 4vw 0;
}

.title-much-economical {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 2 / auto;
    font-size: 6vw;
    display: flex;
    align-items: center;
    margin-top: 0px
}

.paragraph-much-economical {
    height: 100%;
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 3 / auto;
    text-align: justify;
    font-size: 4vw;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*SECCIÓN GALERIA DE PRODUCTOS EN PROMOCIÓN*/
.content-galeria-promocion {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(57, 2vw);
    gap: 4vw;
}

.title-galeria-promocion {
    grid-column: 2 / 14;
    grid-row: 4 / auto;
    display: flex;
    justify-content: center;
    text-align: start;
    align-items: flex-start;
    font-size: 8vw;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.subtitulo-galeria-promocion {
    grid-column: 2 / 14;
    grid-row: 8 / auto;
    font-size: 5vw;
    color: var(--medium-purple);
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;

}

.panel-frigo-color-galeria-promo {
    color: #5b63d3;
    font-weight: 500;
}

.foto-otro-galeria-promocion {
    width: 100%;
    height: 100%;
}

.contenedor-fotos-galeria-promo {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 11 / auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    padding-bottom: 60px;
    padding-top: 30px;
    
}

.separador-promocion-02 {
    background-color: var(--medium-purple);
    width: 60%;
    position: relative;
    left: 20%;
    justify-content: center;
    justify-items: center;
    height: 4px;
    margin-top: 80px;
}


/*SECCIÓN FORMULARIO DE CONTACTO*/
.container-formulario-contacto {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(55, 4vw);
    padding-top: 0px;
    gap: 20px 0px;
    overflow: hidden;
}

.title-formulario-contacto {
    grid-column: 3 / 13;
    grid-row: 3 / auto;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 10vw;
    margin-top: 0px;
    margin-bottom: 0px;
}

.subtitulo-formulario-contacto {
    grid-column: 2 / 14;
    grid-row: 31 / auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    font-size: 5vw;
    color: var(--medium-purple);
}

.subtitulo-galeria-teja-slim {
    font-size: 4.5vw;
    position: relative;
    bottom: 25px;
}

.panel-frigo-color-slim {
    color: #5b63d3;
    font-weight: 500;
}

.foto-info-contacto {
    grid-column: 2 / 14;
    grid-row: 8 / 30;
    width: 100%;
    height: 100%;
    box-shadow: 5px 4px 10px 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 40px;
}


.sub-title-solicitud-presupuesto-contacto{
    grid-column: 3 / 14;
    grid-row: 24 / auto;
    text-align: justify;
    padding-left: 0px;
    font-size: 4.5vw;
    color: var(--medium-purple);
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    padding-top: 0px;
    margin-top: 0px;
    z-index: 2;
}

.parrafo-solicitud-presupuesto {
    grid-column: 3 / 13;
    grid-row: 25 / auto;
    display: flex;
    text-align: justify;
    align-items: flex-start;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 4vw;
}

.content-barra-dividir {
    background-color: var(--medium-purple);
    width: 500px;
    height: 4px;
    display: flex;
    justify-content: center;
}

/*FORMULARIO DE CONTACTO*/
/*Sección solicitud de presupuesto*/
.form-container {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    grid-column: 2 / 14;
    grid-row: 32 / 54;
    padding-top: 40px;
}

.form-background {
    width: 100%;
    background-color: var(--black-color);
    background-size: cover;
    box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.3);
    padding: 40px 30px 50px 30px;
}

.nombre- {
    height: 50px;
    font-size: 16px;
}

.apellido- {
    height: 50px;
    font-size: 16px;
}

.correo-email {
    height: 50px;
    font-size: 16px;
}

.nombre-compañia {
    font-size: 16px;
    width: 100%;
    height: 50px;
}

.anotaciones-form {
    font-size: 16px;
    height: 160px;
}

form input, form textarea, form select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #333333;
    background-color: #333333;
    color: #ffffff;
    box-sizing: border-box;
}

form button.enviar {
    background-color: var(--medium-purple);
    border: none;
    color: var(--withe-color);
    padding: 15px;
    cursor: pointer;
    width: 100%;
    margin: 20px 0;
    font-weight: bold;
    border-radius: 0px;
    font-size: 4vw;
}

form button.enviar:hover {
    background-color: #333333;
    color:var(--withe-color);
    border: 2px solid var(--withe-color);

}

.nombre-apellido {
    display: flex;
    justify-content: space-between;

}

.nombre-apellido label {
    width: 49%;
}

.content-telefono {
    width: 100%;
}

.areatelefono {
    width: 100%;
    display: flex;
    gap: 5px;
}

.areatelefono select {
    width: 20%;
    height: auto;
    background-color: rgb(41, 41, 41);
    color: var(--withe-color);
    opacity: 70%;
    flex-shrink: 0;
}

.areatelefono input {
    flex-grow: 01;
    min-width: 0;
}


.telef-contact {
    height: 50px;
    font-size: 16px;
}

.custom-select {
    font-size: 16px;
    cursor: pointer;

} 

.custom-select option {
    font-size: 16px;
}

label {
    display: block;
    padding-top: 10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, 
select:focus {
    outline: none;
    border: 2px solid var(--yellow-color);
}

textarea {
    height: 15px;
}

.rc-anchor-center-item {
    width: 100%;
    height: auto;
}

.rc-anchor-checkbox-label {
    width: 100%;
    height: auto;
}


/*------------------------------------*/
/*PAGINA PRINCIPAL CONTACTO*/
.container-pagina-contacto {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(63, 2vw);
    gap:10px;
    padding-top: 0px;
    background-color: #f9fafb;
    z-index: -2;
    background-size: cover;
}

.subtitulo-pagina-contacto {
    color: var(--black-color);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 9 / auto;
    text-align: center;
    font-size: 5vw;
    margin: 0;
    padding: 0;
}

.title-panel-contacto {
    color: var(--black-color);
    grid-column: 2 / 14;
    grid-row: 15 / auto;
    font-size: 10vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}


.parrafo-panel-contacto {
    color: var(--black-color);
    font-size: 4.6vw;
    grid-column: 2 / 14;
    grid-row: 19 / auto;
    padding: 0;
    text-align: justify;
    padding-top: 0px;
}

.solicitar-presupuesto-panel-contacto {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 52 / auto;
    color: var(--medium-purple);
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-soluciones-panel-contacto {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
}

.bottom-soluciones-panel-contacto:hover {
    background-color: transparent;
    border-radius: var(--medium-purple);
    color:var(--medium-purple);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
}



/*SECCIÓN TE PODRÍA INTERESAR*/
.content-otros-intereses {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.08fr);
    gap:10px;
}

.title-otros-intereses {
    grid-column: 3 / 13;
    grid-row: 1 / 2;
    display: flex;
    justify-content: flex-start;
    font-size: 10vw;
    margin-top: 30px;
}

.subtitulo-otros-intereses {
    grid-column: 3 / 13;
    grid-row: 2 / 2;
    font-size: 5vw;
    color: var(--medium-purple);

}

.panel-frigo-color-fachada {
    color: #5b63d3;
    font-weight: 500;
}

.foto-otro-interes-panel-fachada {
    width: 100%;
    height: 100%;
}

.contenedor-fotos-otros-intereses {
    width: 100%;
    height: 100%;
    grid-column: 3 / 13;
    grid-row: 4 / 14;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 60px;
    padding-top: 30px;
    flex-direction: column;
}

.solicitar-presupuesto-otros-intereses {
    width: 100%;
    grid-column: 3 / 8;
    grid-row: 13 / 13;
    color: var(--medium-purple);
    padding-bottom: 50px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.bottom-soluciones-otros-intereses {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 4vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}


/*PAGINA PRINCIPAL GRACIAS POR SU MENSAJE*/
.container-pagina-gracias {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.19fr);
    gap:10px;
    background-color: #f9fafb;
    z-index: -2;
    background-size: cover;
}

.subtitulo-pagina-gracias {
    color: var(--black-color);
    font-weight: 500;
    grid-column: 2 / 14;
    grid-row: 2 / 3;
    text-align: center;
    font-size: 5vw;
    margin: 0;
    padding: 0;
}

.title-panel-gracias {
    color: var(--black-color);
    grid-column: 2 / 14;
    grid-row: 4 / 5;
    font-size: 10vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}


.parrafo-panel-gracias {
    color: var(--black-color);
    font-size: 4.3vw;
    grid-column: 2 / 14;
    grid-row: 6 / 11;
    padding: 0;
    padding-top: 0px;
}

.mensaje-gracias {
    width: 100%;
    grid-column: 2 / 14;
    grid-row: 12 / 12;
    color: var(--medium-purple);
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-volver-inicio {
    background-color: var(--medium-purple);
    border: none;
    color:var(--withe-color);
    font-size: 4.6vw;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px;
}


/*PANTALLA PRINCIPAL PANELES PARA CAMARAS MODULARES*/
.container-cold-chambers-occasion {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.1fr);
    gap: 10px;
}

.main-img-modular-cameras {
    width: 100%;
    display: none;
}

.main-img-modular-cameras-ocasión-mobile {
    width: 100%;
    height: auto;
    display: block;
    grid-column: 1 / 15;
    grid-row: 1 / 15;
}

.title-mudular-chambers-occasion {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 7 / 10;
    font-size: 6.9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
    margin-top: 20px;
}

.subtitle-modular-cameras-occasion {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 6 / 6;
    font-size: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 140px;
    margin: 0;
}

.paragraph-second-hand-modular-cameras {
    color: var(--withe-color);
    grid-column: 2 / 14;
    grid-row: 9 / 13;
    font-size: 3.3vw;
    text-align: justify;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.budget-modular-chamber-refrigerator-panel {
    grid-column: 3 / 13;
    grid-row: 13 / 14;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.button-request-quote-modular-cameras {
    border: none;
    display: flex;
    align-items: center;
    background-color: var(--medium-purple);
    color: var(--withe-color);
    padding: 4% 7%;
    border-radius: 5px;
    font-size: 3.5vw;
}

.main-img-modular-cameras-mobile {
    display: none;
}

/*SECCIÓN CAMARA MODULAR*/

.container-features-panels-modular-chambers {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 0.09fr);
    gap: 10px;
}

.backgronund-panel-frigo {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 6 / 14;
}

.img-panel-frigo-pag-producto {
    width: 100%;
    height: auto;
    grid-column: 3 / 13;
    grid-row: 6 / 15;
}

.subtitle-cameras-panels-second-hand {
    grid-column: 2 / 14;
    grid-row: 2 / 2;
    display: flex;
    justify-content: center;
    font-size: 5vw;
    text-align: center;
    color: var(--medium-purple);
    color: var(--black-color);
}

.title-modular-panel-cameras {
    grid-column: 2 / 14;
    grid-row: 3 / 4;
    font-size: 7vw;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
}

.paragraph-modular-cameras-panel {
    grid-column: 2 / 14;
    grid-row: 4 / 5;
    font-size: 4.4vw;
    text-align: justify;
    margin-top: 30px;
    
}

.budget-modular-chamber-refrigerator-panel-two {
    grid-column: 2 / 14;
    grid-row: 5 / 6;
    display: flex;
    justify-content: center;
}

.button-request-quote-modular-cameras-two {
    border: none;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: var(--medium-purple);
    padding: 1px 3px;
    border-radius: 10px;
    font-size: 4vw;
    margin-top: 10px
}

/*SECCIÓN INTERES DE LA PAGINA CAMARAS MODULARES CON PANEL */

.budget-modular-chamber-refrigerator-panel-tree {
    grid-column: 3 / 14;
    grid-row: 1 / 5;
    display: flex;
    align-items: center;
}

.button-request-quote-modular-cameras-tree {
    border: none;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: var(--medium-purple);
    padding: 10px 3px;
    border-radius: 10px;
    font-size: 4vw;
    margin-top: 50px;
}


/*------------------------------------------*/
/*==== AVISO LEGAL =====*/
.container-pagina-aviso-legal {
    width: 100%;
    height: 100svh;
    display: grid;
    grid-template-areas:"subtitulo-pagina-aviso-legal"
    "title-panel-aviso-legal" "parrafo-panel-aviso-legal" "mensaje-aviso-legal";
    grid-gap: 0px;
    background-color: #eff7f9;
}

.title-panel-aviso-legal {
    grid-area: title-panel-aviso-legal;
    font-size: clamp(2rem, 12vw, 12rem);
    padding: 5vw 7vw 0 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtitulo-pagina-aviso-legal {
    grid-area: subtitulo-pagina-aviso-legal;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: clamp(1.3rem, 6vw, 7rem);
    margin-top: 0vw;
    padding: 25vw 7vw 0 7vw;
    color: var(--medium-purple);
    font-weight: 500;
}

.parrafo-panel-aviso-legal {
    grid-area: "parrafo-panel-aviso-legal";
    padding: 5vw 7vw 0 7vw;
    text-align: justify;
    font-size: clamp(1rem, 5.5vw, 7rem);
}

.mensaje-aviso-legal {
    grid-area: mensaje-aviso-legal;
    padding: 0vw;
    margin-bottom: 20px;
}

.bottom-volver-inicio-legal {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    padding: 15px 40px;
    border: solid transparent;
    border-radius: 10px;
    font-size: clamp(1rem, 1vw, 2rem);
}

/*------- Sección objetivo --------*/
.content-legal-notice {
    width: 90%;
    margin: 0 auto;
    padding: 0 3vw;
}

.object-legal-notice {
    margin: 20vw 0 13vw 0;
    font-size: clamp(1.6rem, 8vw, 8rem);
    text-align: center;
}

.content-legal-notice p {
    font-size: clamp(1rem, 5.5vw, 7rem);
    text-align: justify;
}

.margin-item {
    margin-top: 14vw;
    height: 3px;
    background-color: var(--medium-purple);
    border: solid none;
    border-style: none;
}

/*===== PAGINA COOKIES ========*/
.container-pagina-cookies {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-areas: 
    "subtitulo-pagina-cookies"
    "title-panel-cookies" 
    "parrafo-panel-cookies" 
    "mensaje-cookies";
    grid-gap: 20px;
    background-color: var(--purple-color);
    overflow: hidden;
}

.title-panel-cookies {
    font-size: clamp(2rem, 12vw, 12rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw 7vw 0 7vw;
}

.subtitulo-pagina-cookies {
    padding: 30vw 10vw 0 10vw;
    grid-area: subtitulo-pagina-cookies;
    display: flex;
    justify-content: center;
    font-size: clamp(1.3rem, 6vw, 7rem);
    color: var(--medium-purple);
    font-weight: 500;
}

.item-3 {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.parrafo-panel-cookies{ 
    grid-area: parrafo-panel-cookies;
    padding: 5vw 7vw 0 7vw;
    text-align: justify;
    font-size: clamp(1rem, 5.5vw, 7rem);
    color: var(--withe-color);
}

.mensaje-cookies {
    grid-area: mensaje-cookies;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 70px;
    padding-top: 40px;
}

.bottom-volver-cookies {
    background-color: var(--medium-purple);
    color: var(--withe-color);
    padding: 15px 40px;
    border: solid transparent;
    border-radius: 10px;
    font-size: clamp(1rem, 1vw, 2rem);
}

/*--- Sección contenido de cookies ----*/

.content-cookies
    {
    width: 90%;
    margin: 0 auto;
    padding: 0 3vw;
}

.object-cookies
    {
    margin: 20vw 0 13vw 0;
    font-size: clamp(1.6rem, 8vw, 8rem);
    text-align: center;
}

.content-cookies p {
    font-size: clamp(1rem, 5.5vw, 7rem);
    text-align: justify;
}

.content-cookies h3 {
    font-size: clamp(1rem, 5.5vw, 7rem);
    text-align: justify;
    font-weight: 400;
}

.content-list-cookies {
    font-size: clamp(1rem, 5.5vw, 7rem);
    text-align: justify;
    margin-left: 20px;
}

.content-list-cookies li {
    margin-top: 20px;
}


/*FOOTER*/
footer

.logo-forms1 {
    width: 100%;
    height: 100%;
}

.footer-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(10, auto);
    gap: 20px;
    font-size: 3.4vw;
}

.logo-forms1 {
    width: 100%;
    grid-column: 7 / 14;
    grid-row: 2 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inicio-footer {
    grid-column: 2 / 13;
    grid-row: 4 / auto;
    text-align: left;
    color: var(--withe-color);
    font-weight: 400;
    font-size: clamp(1.2rem, 4.5vw, 1.3rem);
    position: relative;
    top: 20px;
}
.inicio-section1 {
    width: 100%;
    height: 100%;
    grid-column: 2 / 13;
    grid-row: 5 / 6;
    text-align: left;
    list-style-type: none;
    padding-bottom: 15px;
    font-size: clamp(1rem, 4.5vw, 1.3rem);

}

.inicio-section1 li {
    margin-top: 15px;
}


.footer-producto {
    width: 100%;
    height: 100%;
    grid-column: 2 / 13;
    grid-row: 6 / 7;
    text-align: left;
    color: var(--withe-color);
    font-weight: 400;
    font-size: clamp(1.2rem, 4.5vw, 1.3rem);
}

.footer-producto-02 {
    width: 100%;
    height: 100%;
    grid-column: 2 / 13;
    grid-row: 7 / 8;
    text-align: left;
    list-style-type: none;
    padding-bottom: 15px;
    font-size: clamp(1rem, 4.5vw, 1.3rem);
}

.footer-producto-02 li {
    margin-bottom: 20px;
}

.footer-contacto {
    color: var(--withe-color);
    width: 100%;
    height: 100%;
    grid-column: 2 / 13;
    grid-row: 8 / 9;
    text-align: left;
    list-style-type: none;
    font-weight: 400;
    font-size: clamp(1.2rem, 4.5vw, 1.3rem);
}

.sectores-section3 {
    width: 100%;
    height: 100%;
    grid-column: 2 / 14;
    grid-row: 9 / 10;
    text-align: left;
    list-style-type: none;
    font-size: clamp(1rem, 4.5vw, 1.3rem);
}

.sectores-section3 li {
    margin-bottom: 20px;
}


.tel_info {
    margin: 0;
}

.contact-footer {
    width: 100%;
    height: 100%;
    grid-column: 2 / 7;
    grid-row: 10 / 11;
    text-align: left;
    color: var(--withe-color);
    font-weight: 400;
}

.contact-section4 {
    width: 100%;
    height: 100%;
    grid-column: 12 / 14;
    grid-row: 5 / 14;
    text-align: justify;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: var(--withe-color);
}

/*Barra final*/
.container-footer2 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(3, 0.2fr);
    background-color: var(--black-color);
    width: 100%;
    padding: 5px 0 5px 0;
    align-items: center;
}

.content-footer-2 {
    color: var(--withe-color);
    font-size: 2.5vw;
    grid-column: 2 / 7;
    grid-row: 2 / 2;
    opacity: 70%;
}

.content-footer-3 {
    grid-column: 5 / 14;
    grid-row: 2 / 2;
    opacity: 70%;
    font-size: 2.6vw;
}

.content-footer-4 {
    font-size: 2.4vw;
    grid-column: 2 / 14;
}


}