
/* Slider */
.slider_titulo {
    font-weight: 400;
    font-size: 79px !important;
    color: #ffffff;
}
.slider_descripcion {
    font-size: 25px !important;
    color: #ffffff;
    text-shadow: rgb(0 0 0) 1px 1px 0px !important;
    max-width: 700px !important;
    line-height: 1.3em !important;
}
.slider_botones {
    background: #D82C23 !important;
    color: #ffffff !important;
    border-radius: 30px!important;
    padding: 12px 25px!important;
    font-size: 20px;
    display: inline-block;
}
.slider_botones:hover {
    background: #000 !important;
}

@media (max-width: 991px){
    .slider_titulo {
        font-size: 35px!important;
    }
    slider_descripcion {
        font-size: 18px !important;
    }
}
/* Fin Slider */

.boton-rojo {
    font-weight: 400;
    text-transform: uppercase;
    background: #D82C23;
    color: #ffffff;
    border-radius: 30px!important;
    padding: 12px 25px!important;
    font-size: 15px;
    display: inline-block;
}

#menu-principal, #menu-principal a, #menu-principal span {
   font-family: 'Roboto', sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
    /*text-transform: lowercase!important;*/
    font-weight: 400;
    color: #c5c5c5;
    }

/***************  MENU MOVIL  ******************/
#menu-movil-cont1 {
    padding: 5px 0px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    background: #000;
}
.resp_boton_linea {background-color: #d82c23 !important; } /*lineas burguer menu*/


#menu-movil-cont {
    background-color: #ffffff00;/* Transparente para poder jugar con otras clases */
}

/* 1er nivel menu */

#menu-movil-cont2 {
    padding: 0px 40px 0px 40px;
    background-color:#2d2524f0 !important;
    color:  #fff  !important;
}
#menu-movil-cont2 a { /*Elimino subrayado en menu*/
    text-decoration: none;
}

#menu-movil-cont2 .mov_nivel1 a, 
#menu-movil-cont2 .mov_nivel1 span {
    display: block;
    padding: 12px 5px;
    border-top: 1px solid #ffffff26;
    color:#b2b2b2 !important;
    text-decoration: none; 
    transition: all .2s;
}
#menu-movil-cont2 .mov_nivel1 a:hover,
#menu-movil-cont2 .mov_nivel1 span:hover {
    color: #fff !important;
}

#menu-movil-cont2 .mov_nivel1 span::before {
    content: url(../imagenes/flecha-abajo.png);
    position: relative;
    top: -2px;
    left: 98%;
}
#menu-movil-cont2 .mov_nivel1 a::before {
    content: url(../imagenes/flecha-derecha.png);
    position: relative;
    top: -2px;
    left: 98%;
}
#menu-movil-cont2 .mov_nivel1 a:hover::before {
    left: 97%;
}

/* 2º nivel menu */

#menu-movil-cont2 .mov_nivel2 a, 
#menu-movil-cont2 .mov_nivel2 span {
    display: block;
    padding: 12px 5px 12px 20px;
    border-top: 0px solid #ffffff26;
    color: #f1f1f1 !important !important;
    text-decoration: none; 
    transition: all .2s;
}
#menu-movil-cont2 .mov_nivel2 a:hover, 
#menu-movil-cont2 .mov_nivel2 span:hover {
    color: #fff !important;
}

#menu-movil-cont2 .mov_nivel2 span::before {
    content: url(../imagenes/flecha-abajo.png);
    position: relative;
    top: -2px;
    padding-right: 0px;
}
#menu-movil-cont2 .mov_nivel2 a::before {
    content: url(../imagenes/flecha-derecha.png);
    position: relative;
    top: -2px;
    padding-right:0px;
    left: -15px !important
}
#menu-movil-cont2 .mov_nivel2 a:hover::before {
    padding-right: 2px;
}


.div_idiomas a {
    color: #ffffff !important;
    font-size: 14px;
}


body {
    font-family: 'Roboto', sans-serif;
}

body{

    line-height: 1.7;
    font-weight: 300;
	font-size: 16px;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, .titulo_1, .titulo_2, .titulo_3 {
    font-weight: 300 ;
    line-height: 1.1;
    color: #000000; 
    margin-top: 40px;
    margin-bottom: 40px; 
}
h1:first-child, h2:first-child, h3:first-child, .titulo_1:first-child, .titulo_2:first-child, .titulo_3:first-child {

    margin-top: 0;
}

 h4, h5, h6,  .titulo_4, .titulo_5, .titulo_6 {
    font-family: 'Playfair Display', serif  !important;
    font-weight: 300;
    line-height: 1.3em;
    color: #afafaf; 
    margin-top: 20px;
    margin-bottom: 15px; 
}


h1, .titulo_1 {
    font-size: 40px;
}

h2, .titulo_2 {
    font-size: 35px;
}

h3, .titulo_3 {
    font-size: 30px;
}
h4, .titulo_4 {
    font-size: 25px;
}
h5, h6, .titulo_5, .titulo_6{
    font-size: 20px;
}


p {
	font-size: 16px;
	font-weight: 300;
}
th, td {
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #d6d6d6;
}

/* ZZ cabecera y pie */ 

#ellogo img {
    height: 70px;
}
.titulo_paginas {
    text-align: center;
    font-size: 32px;
    letter-spacing: 10px;
    color: #918686;
}
.linea_titulo {
	display:none;
}

.titulo_paginas:after {
    content: "";
    display: block;
    margin: auto;
    width: 67px;
    height: 2px;
    background: #ff0404;
    margin-top: 20px;
}

/* PRODUCTO: SERIES Y PIEZAS */ 
.eti_titulo:first-child {
    margin-top: 0px;
    }

select#select_formatos {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 5px;
    border-radius: 3px;
    border-color: #e6e6e6 !important;
    background-color: #f7f7f7 !important;
    width: 98%;
}

.containerZZ p {

	font-size: 18px !important;
    font-weight: 200;
    line-height: 1.4em;
    font-family: 'Playfair Display', serif;
    color: #bfbfbf;
    padding-top: 10px;
}


/*******photogallery *********/

.texto_photogallery {
    font-size: 22px !important;
    line-height: 1.2;
    text-shadow: 2px 1px 1px #222222;
    padding: 0px 0 2px 5px;
}



.ultimos_proyectos_img {
        box-shadow: 0 3px 9px rgba(62 62 62 / 20%), 0 14px 0 -7px #fff, 0 14px 9px -6px rgba(62 62 62 / 20%), 0 25px 0 -12px #fff, 0 25px 9px -11px rgba(62 62 62 / 20%);
        padding:7px;
        border-radius: 3px;
        transition: transform .2s; /* Animation */
}

.ultimos_proyectos_img:hover {
    box-shadow: 0 3px 14px rgba(62 62 62 / 20%), 0 11px 0 -7px #fff, 0 11px 18px -6px rgba(62 62 62 / 20%), 0 20px 0 -12px #fff, 0 20px 18px -11px rgba(62 62 62 / 20%);
    position: relative;
    padding: 7px;
    transform: scale(1.05);
}


/* Series general/rockstone/Boutique */

.caja_series {

	border-radius: 6px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.pastilla-iconos img {
    margin-top: 18px !important;
    width: 26px !important;
    height: 26px !important;
    margin-right: 5px;
    box-shadow: 1px 1px 1px 0 rgb(0 0 0);
    border-radius: 3px;
}

 a.boton-negro  {border-radius: 30px} /*inicio*/ 
/********** Serie > Página de producto ********/ 

.serie-iconos img {
    /*margin-top: 10px;*/
    width: 45px;
    height: 45px;
    /*margin-left: 12px;*/
    border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgb(58 58 58);
}

}
.serie-formato {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 1.2em;
}

.serie-formato span.pulgadas {
    /*color: gray;
    font-size: 14px;*/
    display: none !important;
}
.serie-formato span.PO, .pieza-formato span.PO {
    /*color: gray;
    font-size: 14px;*/
    display: none !important;
}

.serie-etiquetas {
    font-size:19px;
    font-family: 'Playfair Display', serif;
    color: #7b7b7b;
}

p.p1 {
    font-size: 22px;
    font-weight: 200;
    line-height: 1.4em;
    font-family: 'Playfair Display', serif;
    color: #bfbfbf;

}

.serie-descargar img {
    height: 60px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 10px;
}

.serie-descargar a {
    padding: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
}
.serie-descargar {
    padding: 5px 20px;
    border: 1px solid #e6e6e600;
}
.serie-descargar:hover {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
}

/* PRODUCTO: SERIES Y PIEZAS */ 

.piezas-entradilla {
    font-size: 30px;
    color: #a9a9a9;
    margin: 60px 0 40px;
}.piezas-entradilla1 {
    font-size: 30px;
    color: #a9a9a9;
    margin: 60px 0 0px;
}
.piezas-entradilla2 {
    color: #a9a9a9;
    margin: 0 0 40px;
}
.pieza-texto {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em;
    padding-top: 8px;
}

.pieza-texto-2 {
    font-weight: 300 !important;
    line-height: 29px;
    color: #5f5d5d;

}
.pieza-iconos {
    float: right;
    padding-top: 5px !important;
}
.formato-tamanyo{
    color: #888888;
    margin-left: 14px;
}

.formato-nombre {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.producto-texto {
    color: #bfbfbf;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    line-height: 1em;
}

.pieza-formato {
    color: #888888;
    font-size: 13px;
    line-height: 26px !important;
}
.bot_pag {
    padding: 5px 12px !important;
    border-radius: 3px !important;
    border: 1px solid #000;
    margin: 5px;
}
.bot_pag:hover  {
    color: #fff;
    background-color: #000 
}

/* PRODUCTO: PESTAÑAS */ 

.pestanasJ_cont {
    border: 1px solid #d8d8d8 !important;
    padding: 75px 50px 75px 50px;
    background-color: #ffffff;
}
.pestanasJ:hover {
    background-color: #f1f0f0 !important;
    border-left: 1px solid #d8d8d8  !important;
    border-top: 1px solid #d8d8d8  !important;
    border-right: 1px solid #d8d8d8  !important;
    border-bottom: 1px solid #d8d8d8  !important;
}
.pestanasJ_sel, .pestanasJ_sel:hover {
   
    background-color: #ffffff  !important;
    border-left: 1px solid #d8d8d8  !important;
    border-top: 1px solid #d8d8d8  !important;
    border-right: 1px solid #d8d8d8  !important;
    border-bottom: 1px solid #ffffff !important;
}

#columnas_pie {
    padding: 60px 0px !important;
}
.columnas_embalaje {
    float: left;
    width: 11%;
    height: 34px !important;
    text-align: center;
    overflow: hidden;
    padding: 3px 0 !important;
    font-size: 14px !important;
}
.estanasJ_normas {
    font-size:14px !important;
}


.c-tecnicas {
font-size:14px;
}
.c-tecnicas thead {
    color: white !important;
}

.c-tecnicas tr:nth-child(even) {
background-color: #f3f3f3 !important;

}
.c-tecnicas th, .c-tecnicas td {
    padding: 10px;
    border: 0px solid #ffffff;
    border-bottom: 1px solid #ddd;
}
.c-tecnicas th {
    font-weight: 500 !important;
}

table.c-tecnicas  {
    border: 0px solid #ffffff !important;
}

/* PAGINAS NOTICIAS */
.nombre_noticias {
    font-family: 'Playfair Display', serif !important;
}
.fecha_noticias {
    color: grey !important;
    padding-bottom: 10px;
}

/* CATALOGOS */ 
.cuadradoCss.cuadradoCss100125.imagen_catalogo img {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    
}
/*******************  PAGINAS EMPRESA ************************+*/

.class_entresacado {
    text-align: left;
    float: right;
    color: red;
    font-size: 140%;
    padding: 50px;
    padding-top:20px;
    background: #f2f2f2;
    max-width: 300px;
    margin: 0 2vw 2vw 4vw ;
    margin-top: 0;
    line-height: normal;
}

.class_entresacado:before {
    content: url('../imagenes/quotation.png');
    display: block;
    position: relative;
    left: -30px;
}


/* botones pié paginas corporativas (1987/innovation/greenTile )*/  

.caja:hover {
    background-color: #e8f3f5;
}

/* codigo responsive para maps  ( <div class="google-maps"> codigo-de-google </div> ) */  

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/* Redes sociales pié pagina  */

.redes {
display: inline;
}
.redes img {
margin-right: 10px;
}
.redes img:hover {
opacity:0.6;
}
/*
.copyright p{
    display: block; 
    float: left; 
    font-size: 14px; 
    color: #ced4d9; 
    padding: 15px 0;
}
*/
.tiles-of-spain {
    float: left;   
    display: block; 
    }

.menu-pie {
    display: block; 
    float: right; 
    color: #ced4d9; 
    font-size: 14px; 
    padding: 15px 0;
}
.table .table-bordered .table-condensed  {
    overflow-x: scroll hidden;
    overflow-y: hidden;
}

/* ------------------------------------------------------------ Pestañas -*/
.pestanasJ_cont {
    border: 1px solid #aaaaaa;
    padding: 65px 50px 65px 50px;
    background-color: #ffffff;
    /* overflow: hidden; */
    overflow-x: scroll hidden;
    overflow-y: hidden;
}
.pestanasJ_embalaje, .pestanasJ_caracteristicas,.pestanasJ_normas, .pestanasJ_packing {
    min-width: 600px;
}
.pestanasJ_adhesivo {
    min-width: 900px;
}
    
@media (max-width: 800px) /* ---- Pestañas  movil------ */
{    

    .pestanasJ_cont {
        padding: 20px 10px !important;
    }   
    .pestanasJ {
        width:  100%;
        border-top: 1px solid #eeeeee !important;
        border-bottom: 1px solid #eeeeee !important;
        border-left: 0px solid #eeeeee !important;
        border-right: 0px solid #eeeeee !important;
        border-radius: 0px 0px 0px 0px !important;
        background-color: #dedede!important;
    }
    
    .pestanasJ_sel, .pestanasJ_sel:hover{
        width:  100%;    
        border-top: 1px solid #000 !important;
    }
 }   
/* --estilo para cabeceras con foto: Rockstone, Cat. geral, Novedades-----*/
.franja_paginas.franja_paginas_foto h1 {
    color: #fff !important;
    text-shadow: 0 0 6px #9c9c9c;
}
/* --FORMULARIO NUEVO ESTILO 2021---------*/
.form-select, .form-input, .form-textarea {
    padding: 15px 15px !important;
    background-color: #f7f7f7  !important;
    border: 1px solid #edebeb  !important ;
    color: #000000;
    width: 100%;
    font-size: 14px;
    border-radius: 3px !important;
}
/* ----------------- Movil -----------------*/  
@media (max-width: 991px)
{
    .texto-portada-catalogo, .texto-portada-catalogo2 {padding-left: 2.5vw !important}  /*inicio*/ 
    a.boton-negro  {margin-left: 2.5vw !important;} /*inicio*/ 
    .slider_descripcion { font-size: 18px !important} /*inicio*/
    p {
        font-size: 16px;
        font-weight: 300;
    }
    h1, .h1 {
        font-size: 32px;
    }
     h2, .h2 {
        font-size: 20px;
    }
    h3, .h3 {
        font-size: 18px;
    }
    h4, .h4 {
        font-size: 16px;
    }

    .titulo_paginas {
        padding-top: 35px;
        font-size: 22px;
    }
    .class_entresacado {
        max-width: 100%;
        display: block;
        float: left;
        margin: 10% 10%;
    }
    .tiles-of-spain, .menu-pie {
        float: none !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    /* series movil */
    .franja_titulo_series h1 {
        font-size: 32px;
        color: #000000;
        padding-top: 20px
    }
    .franja_titulo_series2 {
        background: none;
    } 
    .serie-iconos  {
        padding-top: 14px;
    }   
    .serie-iconos img {
        margin-top: 6px !important;
        width: 25px !important;
        height: 25px !important;
        margin-left: -3px !important;
    }
    .serie-formato{
        font-size: 18px;
        line-height: 1.3em;
    }
    .serie-etiquetas{
        font-size: 16px;
        line-height: 1.5em;
    }
    .serie-descargar-movil{
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    margin: 8px 16px 20px;
    }
    .coordinado_boton {
    border-radius: 50px !important;
    font-size: 16px !important;
    }
}/* Fin movil */