﻿body {
    font-size: 1em;
    /*  font-family: 'Open Sans','MS Reference Sans Serif',Verdana,Sans-Serif;*/
    font-family: ubuntu, sans-serif;
    font-weight:300;
    margin: 0;
    padding: 0;
    color: #555 /*#696969*/;
    background-color: #fff;
    height: 100%;
}

html {
    height: 100%;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    border: 0;
    color: inherit
}

     a:hover {
        opacity: .7;
        filter: alpha(opacity=70)
    }

ul, li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    /*padding: 0;
    margin: 0;*/
}

.char_code {
    font-family: "Roboto",sans-serif;
}



#gridconstrunario {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    /*grid-template-columns: auto fit-content(800px) auto;*/
    /* repeat(auto - fit, minmax(250px, 1fr))
      
      
      
    /*
    grid-template-columns: [x0] 1fr [x1] 1fr [x2] 1fr [x3] 1fr [x4];
    ;
    grid-template-rows: [y0] 1fr [y1] 1fr [y2] 1fr [y3] 1fr [y4];
    ;*/
    /* grid-template-areas: "area1 area1 area1 area1" "area2 area2 area2 area2" "area3 area3 area3 area3" "mio contenido contenido mio" "foot foot foot foot";*/
}


#area1 {
    /*  grid-area: area1;*/
    grid-column: 1 / 5;
    position: -webkit-sticky;
    position: sticky;
    /*top: 0px;*/
    z-index: 100;
    /*background-color: red;*/
    height: 120px; /* 120px*/
}

#menumultiformato {
    border: 5px solid #000 !important
}

#cabeceramemos {
    /* grid-area: area2;*/
    grid-column: 1 / 5;
    position: -webkit-sticky;
    position: sticky;
    top: 62px;
    background-color: #fff;
    z-index: 11;
    height: 90px;
}






    #cabeceramemos_secciones {
    grid-column: 1 / 5;
    /* grid-area: area3;*/
    position: sticky;
    top: 150px;
    background-color: #000;
    z-index: 11;
    color: #fff;
    max-height: 100px;
}


#contenido {
    min-height: 500px;
    grid-column: 1 / 5;
    width: 95%;

     
   /* place-items: center;
    justify-items: center;
    align-items: center;*/

 
}

.contenido25 {
    grid-column: 2 / 5 !important ;
}

#contenidoproductos-cabecera {
    grid-column: 1 / -1;
    font-size: 1rem;
    font-weight: 400;
    position: -webkit-sticky;
    position: sticky;
    top: 62px;
    background: #fff;
    z-index: 9;
    background-color: #fff;
   /* outline: 15px solid #fff;*/
    padding-top: 15px;
    min-height: 35px;
}

    #contenidoproductos-cabecera span {
        font-size: 1rem;
        /* font-weight: 700; */
        color: #c6c6c6;
       /* padding: 0 5px;*/
    }


    #panel_menu {
        /*max-width: 1224px;
    margin: 0 auto;
    position: relative;*/
    }

#cd-morph-dropdown {
    grid-area: head2;
}







#contenido_cabe {
  /*  font-family: 'Open Sans','Helvetica Neue',sans-serif;*/
    text-align: left;
    /*width: 100%;*/
    margin: 0 auto;
    padding: 5px 0 75px 0;
    background-color: #fff;
    /*margin-top: 60px;*/
}

/*div {border:1px solid #727272}*/
::selection {
    background: #00B6D1;
    color: #fff
}

::-moz-selection {
    background: #00B6D1;
    color: #fff
}



#home {
    margin: 0 auto;
    font-weight: 300;
    background-color: transparent;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    align-items: start;
}

    #home .bannerhorizontal {
         
        text-align: center;
    }
 


    #home .bannerhorizontal2 {
        grid-column: 1 / -1;
        grid-row: 3;
    }
    #home .bannerhorizontal3 {
        grid-column: 1 / -1;
        grid-row: 5;
    }
    #home .bannerhorizontal4 {
        grid-column: 1 / -1;
        grid-row: 7;
    }

 /*   #home .bannerhorizontal5 {
        grid-column: 1 / -1;
        grid-row: 3;
    }*/
  /*  #home .bannerhorizontal6 {
        grid-column: 1 / -1;
        grid-row: 5;
    }*/




#columna_banners {
    display:grid;
    grid-column: 2;
    grid-row: 1/12;
    background-color: #fff;
    position: relative;
}

 #columna_derecha {
    grid-column: 2;
    grid-row: 1/6;
}

#columna_derecha_home {
    grid-column: 2;
    grid-row: 1/10;
}




.navfijo {
    height: 60px !important;
}

    .navfijo .logo {
        margin: 17px 0 0 0;
        height: 20px;
    }

    .navfijo #buscador, #buscador {
        top: 10px
    }

    .navfijo .main-nav {
        display: none !important
    }

.cd-morph-dropdown .main-nav ul {
    padding: 0px;
    padding-left: 20px;
}


#buscando {
    font-size: 1em;
    z-index: 9;
    display: none;
    /*margin: -10px 0 0 415px;*/
    margin: -30px 0 0 325px;
    float: left;
    position: absolute;
    display: inline-block
}

#multibuscador_categoria {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    z-index: 99;
    font-size: .8em;
    color: #fff;
    display: inline-block;
    position: relative;
    border: 0;
    height: 40px;
    background: #E3E5E6 url(/images/flecha_categoria.png) no-repeat center right 12px;
    color: #000;
    border-radius: 0;
    outline: 0;
    margin: 0;
    cursor: pointer;
    /*left: 53px;*/
    padding: 3px 30px 3px 15px;
    top: 0px;
}




.visible #multibuscador_categoria {
    top: 56px;
    left: initial;
    /*right: 20px;*/
    position: fixed;
}

#multibuscador_categoria option {
    font-size: 1.2em;
    height: 20px;
}

#multibuscador_categoria::-ms-expand {
    display: none
}

#multibuscador {
    height: 80px;
    width: auto;
    position: relative;
    z-index: 1;
    border: none !important;
    display: none;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none !important;
    float: left;
    border: 4px solid #000;
}



/*fin multibuscador*/



/*  MAIN */
.cd-morph-dropdown .nav-trigger {
    display: none !important
}



.navfijo .nav-trigger {
    display: inline-block !important
}


#notiweb {
    margin-top: 30px
}


SVG {
    max-height: 50px;
    max-width: 50px
}

#texto_noticia figcaption {
    font-size: 14px;
    margin: -15px 0 15px 0;
    padding: 0;
    text-align: center;
    font-style: italic;
    display: block
}

.banner {
    background-color: #4d4d4d;
    color: #00ACC5;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.bannerhorizontal img, .bannerhorizontal video {
   width: 100%;
    margin: 20px auto;
    padding: 20px 0;
    position: relative;
    display: block;
    max-width: 728px;
}

.banner_300x250 {
    height: 250px;
    width: 300px;
    margin: 0 auto;
    display: block;
    border: none;
    margin-top: 20px;
}

.banner_megabanner {
    border: none;
}


.banner_cuadrado {
    height: auto;
    width: 300px;
    margin: 0 auto;
    display: block;
    border: none;
    margin: 0 auto;
    padding: 20px 0;
}

.banner_cuadrado video {
    height: auto;
    width: 300px;
}

#col1 {
    float: left;
    width: 860px;
    position: relative;
    top: 20px;
    margin-bottom: 80px;
}

#col2 {
    float: left;
    width: 340px;
    margin-left: 32px;
    position: relative
}

    #col2 IFRAME {
        margin-bottom: 15px
    }

#home H2, #lista H2, #grid_ultimos_productos H2 {
    font-family: inherit;
    font-weight: 500;
    width: auto;
    color: #000;
    padding: 0;
    font-size: clamp(1rem, calc(1.3em + 1vw), 2rem); /*clamp(0.4rem, 1rem + 1vw, 1.5rem);*/
    margin: 0;
    margin-bottom: 20px
}

#home H3 {
    font-family: inherit;
    font-weight: 300;
    font-size: 26px;
    color: #000;
    line-height: 20px
}



#boletin {
    background-color: #39b3cb;
    height: 290px;
    width: 320px;
    color: #fff;
    font-size: 24px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative
}

    #boletin P {
        margin: 10px 30px
    }

    #boletin input[type="text"] {
        display: none;
        border: none;
        font-family: inherit;
        padding: 10px 110px 8px 12px;
        margin: 0 0 0 15px;
        font-size: 16px;
        z-index: 1;
        -webkit-appearance: none;
        position: absolute;
        width: 168px
    }

    #boletin img {
        height: 171px;
        width: 320px
    }

#pantalla_boletin {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

#aviso_boletin {
    border: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -275px;
    display: block;
    width: 550px;
    height: 260px;
    background-color: #3BD2FF;
    font-size: 20px;
    text-align: justify;
    text-justify: auto;
    padding: 30px 35px 30px 30px
}

    #aviso_boletin input[type="email"] {
        float: left;
        display: inline-block;
        border: none;
        font-family: inherit;
        padding: 8px;
        margin: 0;
        font-size: 16px;
        z-index: 1;
        -webkit-appearance: none;
        position: relative;
        width: 220px
    }

    #aviso_boletin h2 {
        font-size: 50px;
        font-weight: 700;
        color: #000;
        margin: 0;
        letter-spacing: -2px
    }

    #aviso_boletin h3 {
        font-size: 34px;
        font-weight: 400;
        color: #000;
        margin: -5px 0 0;
        letter-spacing: -2px
    }

    #aviso_boletin P {
        font-size: 21px;
        display: block;
        color: #000;
        margin: 10px 0 30px;
        letter-spacing: -1px
    }

    #aviso_boletin img {
        right: 30px;
        top: 50px;
        position: absolute
    }

.aviso_boletin {
    font-size: 20px;
    font-weight: 400;
    color: #E84C3D;
    margin: 0
}

.cerrar_boletin {
    font-size: 24px;
    font-weight: 700;
    float: right;
    margin: -25px -20px 0 0;
    color: #fff
}

.boletin_boton {
    border: none;
    background-color: #E84C3D;
    color: #fff;
    -webkit-appearance: none;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    margin: 0;
    width: 90%;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 10px auto;
}

.boletin_boton2 {
    float: left;
    display: inline-block;
    border: none;
    width: 100px;
    background-color: #FF4E00;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
    margin: 0 6px;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer
}

.boletin_boton3 {
    float: left;
    display: inline-block;
    border: none;
    width: 300px;
    background-color: #FF4E00;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    margin: 0 6px;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center;
}



#aviso2 p {
    font-size: 15px
}

#email_error {
    vertical-align: middle;
    display: block;
    clear: both;
    color: red;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0
}

.infocomercial {
    position: fixed;
    padding: 0;
    top: 150px;
    left: 40px;
    height: 30px;
    width: 30px;
    color: #000;
    border: 4px solid #000;
    border-radius: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
    background-color: #fff;
    z-index: 99;
}


.empresas UL {
    padding-left: 180px;
    display: block;
    position: absolute;
    float: left
}

.empresas LI {
    display: inline;
}

.empresas IMG {
    max-width: 100px;
    max-height: 43px;
    margin: 20px 35px 10px 0;
    border: 0
}

.linea_logo IMG {
    padding: 30px;
    border: 0;
    width: 120px;
    display: inline-block;
    text-align: center
}

.logo_multiformato {
    max-width: 120px;
    display: block;
    margin: 0 auto
}

.logo_catalogos {
    width: 120px;
    margin-left: -5px;
    display: block
}

.titulo {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 10px 3px
}

.titulo2 {
    color: #000;
    font-weight: 400;
    font-size: 26px;
    font-weight: 400;
    margin: 5px 0 20px
}

#ultimos_catalogos {
    margin: 0 15px 0 30px;
    position: relative;
    display: block
}

    #ultimos_catalogos IMG {
        margin: 3px
    }

        #ultimos_catalogos IMG[src$=".svg"] {
            height: 50px;
            width: 50px
        }

    #ultimos_catalogos HR {
        border: 0;
        border-top: 1px solid #e5e5e5;
        width: 80%;
        margin: 20px auto
    }

#makeMeScrollable {
    height: 60px;
    padding-bottom: 20px
}

    #makeMeScrollable IMG {
        max-width: 100px;
        max-height: 43px;
        margin: 20px 35px 10px 0;
        border: 0
    }

.mas {
    float: right;
    border: 0;
    padding: 10px 0;
    display: block;
    position: relative;
    bottom: 0;
    clear: both;
    margin-top: -20px;
 
}

.masplus {
    float: right;
    border: 0;
    
    display: block;
    position: relative;
    bottom: 0;
    clear: both;
    margin-top: -20px;
    height: 45px;
    width: 45px !important;
    color: #fff;
    background-color: #00A4BC;
    display: flex;
    justify-content: center;  
    align-items: center;  
    font-weight: 300;
    font-size:3rem;
}

    .masplus span {
        text-align: center;
        line-height: 0;
        margin-top: -6px;
    }

#forum h3 {
    font-family: inherit;
    border: 0;
    color: #000;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    margin-left: -8px
}

#forum p {
    font-size: 16px;
    color: #8D8D8D;
    margin: 0;
    margin-left: 5px;
    font-family: inherit;
    font-weight: 300
}

.lista_forums {
    list-style-image: url(/images/cuadrado.png);
    padding-left: 20px
}

    .lista_forums li {
        margin: 10px 0
    }

.raya {
    border-right: 1px solid #cfcfcf;
    padding-right: 30px
}

/*.lista_notiweb {
    float: left;
    display: block;
    margin: 20px 10px;
    padding-top: 10px;
    position: relative;
    height: 320px;
    width: 100%;
}*/

    .lista_notiweb iframe {
        margin-bottom: 10px
    }

.lista_notiweb_i {
    height: 200px;
    position: relative;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 20%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

    .lista_notiweb_i:hover {
        background-position: 100% 100%
    }

.lista_notiweb_gif {
    height: 200px;
    position: relative;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.notiweb_fecha {
    margin: 15px 0
}

.notiweb_empresa {
    color: #000;
    margin: 15px 0 5px 0;
    display: block;
    font-size: clamp(0.5rem, 0.7rem + 1vw, 1.1rem);
    font-weight: 700;
}

.notiweb_empresa {
    color: #000;
    margin: 15px 0 5px 0;
    display: block;
    font-size: clamp(0.5rem, 0.7rem + 1vw, 1.1rem);
    font-weight: 700;
}


    .lista_notiweb H3, .lista_producto_i H3 {
        display: block;
        position: relative;
        width: 100%;
        font-weight: 300 !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 1rem !important;
        border: none !important;
        margin-top: 10px !important
    }

.lista_noticias {
    width: 375px;
    min-height: 320px;
    float: left;
    display: block;
    margin: 0 15px;
    padding-top: 10px;
    position: relative
}

.lista_noticias_i {
    width: 375px;
    height: 180PX;
    overflow: hidden;
    bottom: 0;
    position: relative;
    display: block
}

    .lista_noticias_i IMG {
        max-width: 375px;
        min-height: 120px;
        margin: auto;
        display: block
    }

.lista_prensa {
     
    padding-left: 5px;
    margin: 0
}

    .lista_prensa a {
        display: block;
    }


    .lista_prensa li {
        margin: 40px 0
    }

    .lista_prensa P {
        font-size: 16px;
        margin: 0
    }

    .lista_prensa h3 {
        margin: 10px 0;
        border: none;
        font-size: 16px;
        font-weight: 400 !important;
        padding: 0 !important;
        font-size: 18px !important;
        border: none !important;
        margin-top: 10px !important
    }

    .lista_prensa cite {
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        display: block;
        color: #61CBDB
    }

.lista_prensa_especial {
    list-style-image: url(/images/cuadrado.png);
    padding-left: 25px;
    margin: 0
}

    .lista_prensa_especial a {
        display: block;
    }


    .lista_prensa_especial li {
        margin: 40px 0
    }

    .lista_prensa_especial P {
        font-size: 16px;
        margin: 0
    }

    .lista_prensa_especial h3 {
        margin: 10px 0;
        border: none;
        font-size: 16px;
        font-weight: 400 !important;
        padding: 0 !important;
        font-size: 18px !important;
        border: none !important;
        margin-top: 10px !important
    }

    .lista_prensa_especial cite {
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        display: block;
        color: #61CBDB
    }

.noticias_home {
    height: 280px;
}

    .noticias_home span, .lista_masvistos span, .lista_notiweb span {
        font-size: 1.1rem;
        font-weight: 500;
        margin: 16px 0 5px 0;
        display: block;
    }



.noticias_home p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0
}


.noticias, .novedades  {
    background-color: #fff;
   grid-column: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
}

  #noticias_relacionadas {
    background-color: #fff;
    display: block;
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
}

.banners_vertical, #videos, #lomasvisto {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
    margin-top: 30px;
}




.noticias {
    grid-row: 2;
}

.noticia_resultado {
    grid-column: 1;
    grid-row: 2;
}

.notiweb_novedades {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 60px;
 
}




    #home .noticias div:first-child, #home .novedades div:first-child, #grid_ultimos_productos div:first-child, #lomasvisto div:first-child, #noticias_relacionadas div:first-child, #videos div:first-child, .notiweb_novedades div:first-child {
        grid-column: 1 / -1;
        width: 100%;
    }

    #videos div:last-child, #noticias_relacionadas div:last-child, .notiweb_novedades div:last-child {
        grid-column: 1 / -1;
        width: 100%;
    }



    .noticias H3 {
        border: none;
        font-size: 19px;
        font-weight: 400;
        margin: 0;
        padding: 0
    }

    .noticias P {
        /*     font-size: 16px;
        font-family: inherit;
        font-weight: 300*/
    }

#eventos H3 {
    border: none;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 430px;
    float: left;
    margin: 0 0 0 30px
}

#eventos P {
    font-size: 16px;
    font-family: inherit;
    font-weight: 300;
    float: left;
    width: 430px;
    margin: 10px 0 0 30px
}

.lista_eventos {
    display: block;
    clear: both
}

    .lista_eventos IMG {
        margin: 0 0 15px 20px;
        max-width: 350px;
        max-height: 350px;
        display: block;
        float: left
    }

.lista_medios {
    padding: 0px 0px 0px 0px;
    display: block;
    clear: both;
    border: 0px solid #000;
}

    .lista_medios h3 {
        padding: 0px !important;
        margin: 35px 0 15px 0;
        display: block;
        clear: both;
        border-bottom: 0px !important;
        line-height: 100% !important;
        font-weight: 400 !important;
    }




    .lista_medios img {
        padding: 8px 25px 15px 0px;
        max-width: 230px;
        max-height: 90px;
        float: left;
        display: inline-block
    }





/* Principal */

#grid_ultimos_productos {
    display: grid;
     grid-template-columns: repeat(4, 1fr);
   /* grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));*/
    grid-template-rows: max-content auto;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: center;
    align-items: center;
    grid-auto-flow: row;
    font-size: 0.85rem;
    font-weight: 300;
    align-content: flex-end;
    grid-column: 1 / -1;
    margin-bottom: 100px;
    width: 100%
}

    #grid_ultimos_productos div {
        width: 100%;
    }

#overflow_ultimos_productos {
    /*   height: 700px;
   overflow: hidden;
    grid-column: 1/-1;*/
}

 

    .contenidomenu {
        display: grid; 
        grid-template-rows: max-content auto;
        grid-gap: 40px;
        grid-auto-flow: dense;
        align-items: center;
        place-items: center;
        font-size: 0.85rem;
        font-weight: 300;
        margin-right: 40px;

    }



#noticias .contenidomenu {
    grid-template-columns: repeat(20, minmax(170px, 1fr));
    grid-column-gap:90px;
}

#productos .contenidomenu {
    grid-template-columns: repeat(20, minmax(170px, 1fr));
}

#empresas .contenidomenu {
    grid-template-columns: repeat(12, minmax(200px, 1fr));
}
    #empresas .contenidomenu img {
        max-width: 110px;
        max-height: 50px;
        margin: 5px;
        border: 0
    }

#bim .contenidomenu {
    grid-template-columns: repeat(20, minmax(170px, 1fr));
    text-align:initial;
}

    #bim .contenidomenu span {
        clear:both;
        font-weight:600;
        display:block;

    }


#bim .contenidomenu p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    margin-bottom: 5px;
    margin-top: auto;

}


    #grid_ultimos_productos .ficha, .contenidomenu .ficha {
        min-height: 180px;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#grid_ultimos_productos .logo_producto, .contenidomenu .logo_producto {
    position: absolute;
    float: left;
    /*height: 35px;*/
    width:80px;
    background-color: #fff;
    padding: 5px 15px 5px 0;
    border-radius: 7px;
}




#grid_ultimos_productos .img_producto, .ficha .img_producto {
    max-height: 130px;
    max-width: 150px;
    clear: both;
    padding: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}


#grid_ultimos_productos span, #productos .contenidomenu span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*min-height: 25px;*/
    margin: 0;
    margin-bottom: 5px;
    margin-top: auto;
    font-weight: 600;
}


#grid_ultimos_productos p, .contenidomenu p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    padding: 0;
    margin: 0;
}



.multiformato {
    margin-bottom: 20px;
    display: grid;
}

    .multiformato li {
        font-size: 0.8rem;
    }

    .multiformato h3 {
        font-size: 0.8rem !important;
    }

    .multiformato IMG {
        max-height: 130px;
        max-width: 150px;
        clear: both;
        margin: 10px auto;
        display: block
    }

.cuadro_i li span {
    font-weight: 500
}


.cuadro h3 {
    margin: 0
}

.cuadro .notiweb_empresa {
    margin: 15px 0 10px 12px
}

.multiformato ul {
    margin: 0;
    padding: 0;
}

.multiformato li {
    width: 198px;
    padding: 6px;
    margin-bottom: 5px;
    display: inline-block;
    min-height: 280px;
    float: left !important;
}

/*.multiformato .franja {
    display: block;
    clear: both;
    margin: 15px 0
}*/

#carrusel {
    margin: 25px 0;
    width: 100%;
    height: 350px
}

#slide_home {
    background-color: #E3E5E6;
    width: 100%;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-column-gap: 50px;
    justify-items: center;
    align-items: center;
    grid-auto-flow: row;
    grid-column: 1 / 5;
    margin-top: 10px;
}

    #slide_home DIV {
        padding: 20PX;
    }

    #slide_home IMG {
        margin: 10px;
        width: 100%;
    }





    #slide_home div h1 {
        color: #000 !important;
        margin: 0;
        padding: 0;
        margin-top: auto;
        font-size: clamp(0.2em, 1.7em + 1vw, 3em);
        font-weight: 700;
        text-align: right
    }

    #slide_home div p {
        color: #000 !important;
        margin: 0;
        padding: 0;
        margin-top: 20px;
        font-size: clamp(1rem, 0.8rem + 1vw, 3rem); /*calc(0.8em + 1vw)*/
        font-weight: 300;
        text-align: right;
    }



#pie {
    padding: 40px 25px 100px 25px;
    z-index: 8;
    grid-column: 1 / 5;
    background-color: #00B6D1;
    width: auto;
}



#pie_block {
    /* grid-area: foot;*/
    color: #fff;
    display: grid;
    /*    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content auto;*/
       grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}
 

#pie1, #pie2 {display:block}

   

    #pie1 UL {
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        display: block;
        font-size: 20px;
        font-weight: 300;
    }

    #pie1 li {
        padding: 8px 30px 8px 0;
        list-style: none;
    }

 #pie2 span {
     font-weight:400
 }

    #pie2 UL {
        display: inline-block;
        float: right;
        margin: 0
    }

    #pie2 a {
        color: #fff
    }

        #pie2 a:visited {
            text-decoration: none
        }

        #pie2 a:active {
            text-decoration: none
        }

        #pie2 a:link {
            text-decoration: none
        }

        #pie2 a:hover {
            text-decoration: underline
        }

#lista_footer li {
    text-align: center;
    float: left;
    margin: 7px 25px 0 0;
}



#miembrode {
    display: grid;
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 20px 0;
    grid-template-columns: repeat(3, auto);
    column-gap: 30px;
}

    #miembrode a {
        height: 100px;
        display: table-cell;
        vertical-align: middle;
    }

        #miembrode div:last-child img {
            width: 130px;
            height: auto;
        }


    #miembrode IMG {
        height: 35px;
        display: block
    }


    #miembrode SPAN {
        font-size: 1rem;
        display: table-caption;
        font-weight: 500;
    }


#construnario_rrss {    
    display: inline-grid;
    grid-template-columns: repeat(auto-fit, 100px);
    grid-gap: 20px;
    grid-auto-flow: dense;
    align-items: center;
    place-items: center;
    text-align: center;
    width: 100%;
}

    #construnario_rrss img {
        max-width: 110px;
        max-height: 50px;
        margin: 5px;
        border: 0
    }






#construnario_rrss span{
    display: block;
    clear: both;
    padding-top: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 300;
}

.negrita {
    font-weight: 400
}


h1, h2, h3 {
    margin-bottom: .5em
}

a.link_style_none a {
    text-decoration: none;
    color: #32AAC4
}

.fondo-azul {
    color: #fff;
    background-color: #00ACC5
}

.color-azul {
    color: #00ACC5 !important
}

.rojo {
    color: #005866 !important
}

.oscuro {
    color: #7AB800 !important
}

.fondo-oscuro {
    background-color: #7AB800 !important
}

.fondo-rojo {
    background-color: #E84C3D !important
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500
}

h2 {
    font-size: 1.5em;
    font-weight: 300
}

h3 {
    font-size: 1.2em
}

h4 {
    font-size: 1.1em
}

h5, h6 {
    font-size: 1em
}

#inicio, #cajawebs, #cajaemails {
    margin: 15px
}



.page {
    width: 100%; /*min-width:1224px;*/
    margin: 0 auto;
    clear: both;
    position: relative
}

.contenido-centrado {
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

.margin-10px {
    margin: 10px
}

#lenguajes {
    margin: 3px;
    padding: 3px;
    float: right;
}

    #lenguajes:before, #lenguajes:after, #login:before, #login:after {
        content: "";
        display: table
    }

#login:after {
    clear: both
}

#lenguajes li {
    font-size: .8em;
    margin: 3px;
    padding: 3px;
    float: right;
    background-color: #E3E5E6;
    color: #000
}

#login {
    width: 400px;
    right: 10px;
    top: 45px;
    position: absolute;
    display: inline-block
}



#datos_logueado {
    display: block;
}





#login div a {
    color: #fff;
    text-decoration: none
}

.headertext {
    color: #fff;
    text-decoration: none;
    font-size: 13px
}

#header {
    width: 100%
}


/*#logo{height:80px;position:relative;background-color:#00ACC5;width:100%}
#logo img{position:absolute;top:10px;left:-97px;}*/
#logo {
    display: inline-block;
    height: 80px;
    position: absolute;
    top: 2px;
    left: 2%;
    padding: 0;
    margin: 20px 0 0 5px
}

.logomenu {
    display: none;
    height: 50px;
    float: left;
    margin: 20px 18px 0 0
}

.resultado h2 {
    font-weight: 600;
    font-size: 15px;
    margin: 1px 0 15px;
    display: block;
    color: #000
}

.resultado .imagen {
    float: left;
    margin: 0;
    display: block
}

.resultado img {
    float: left;
    max-height: 100px;
    max-width: 140px;
    margin: 5px 20px 10px 0;
    display: block
}

.resultado p {
    font-size: 13px;
    color: #727272;
    font-weight: 400
}

.resultado .perfil {
    background-color: #555;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    right: 10px;
    float: left;
    margin: -36px 0 0 -15px;
    width: auto;
    clear: both;
    display: block
}

.resultado:hover > h2 {
    color: #000
}

.logoproducto {
    clear: left;
    width: 100px;
    margin-bottom: 10px;
    display: block
}

#buscador {
    display: block;
    position: absolute;
    left: 23%;
    top: 24px;
    padding: 0;
    width: auto;
    /*! border: 1px solid #000; */
    margin-left: 50px;
}


    #buscador input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        opacity: 1; /* Firefox */
        font-size: 0.95rem;
        color: #888888
    }

    #buscador input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 0.95rem;
        color: #888888
    }

    #buscador input::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 0.95rem;
        color: #888888
    }





#desplegable_buscador {
    height: 60px;
    width: 100vw;
    background-color: #00B6D1;
    top: 60px;
    display: none;
    border-bottom: 2px solid #e6e6e6;
    position: fixed;
}

.desplegable_login a {
    font-size: 0.8rem;
}


.resultado {
    background-color: #fff !important;
    width: 100%;
    padding: 35px 12px 10px;
    border: none;
    border-top: 1px solid #555
}

    .resultado h2 {
        font-weight: 600;
        font-size: 15px;
        margin: 1px 0 15px;
        display: block;
        color: #000
    }

    .resultado .imagen {
        float: left;
        margin: 0;
        display: block
    }

    .resultado img {
        float: left;
        max-height: 100px;
        max-width: 140px;
        margin: 5px 20px 10px 0;
        display: block
    }

    .resultado p {
        font-size: 13px;
        color: #727272;
        font-weight: 400
    }

    .resultado .perfil {
        background-color: #555;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        padding: 2px 6px;
        right: 10px;
        float: left;
        margin: -36px 0 0 -15px;
        width: auto;
        clear: both;
        display: block
    }

    .resultado:hover > h2 {
        color: #000
    }

.logoproducto {
    clear: left;
    width: 100px;
    margin-bottom: 10px;
    display: block
}

.login {
    right: 40px;
    position: fixed;
    top: 40px;
    color: #fff;
    border: 1px solid #fff;
    text-align: left;
    z-index: 9999;
}


#login_div {
    right: 10px;
    position: absolute;
    float: right;
    top: 15px;
    color: #fff;
    min-width: 220px;
    text-align: left;
    max-width: 300px;
}

    #login_div.fijo {
        top: 6px;
    }

    /*#login_div.fijo span{
       display: none;
    }*/

    #login_div img {
        float: left;
        width: 45px;
        height: 45px;
        border: 0px solid #FFFFFF;
        border-radius: 50%;
        margin: 0px 10px 0 0;
    }

    #login_div.fijo img {
        width: 36px;
        height: 36px;
        margin-top: 5px;
    }



#icon_usuario svg, #icon_buscador svg {
    fill: #fff;
    color: #fff;
}




#icon_usuario {
    color: #fff;
    font-size: 0.8rem;
    text-align: center
}




    #icon_usuario svg {
        width: 24px;
        height: 24px;
        padding: 5px;
        margin: 0 auto;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        clear: both;
        display: block;
    }




#icon_buscador {
    right: 90px;
    position: absolute;
    float: left;
    width: 24px;
    height: 24px;
    top: 19px;
    display: none;
    cursor: pointer;
}





ul#menu {
    width: 95%; /*min-width:1024px;*/
    display: table;
    margin: 2px auto;
    margin-left: -10px
}

    ul#menu li {
        display: table-cell;
        width: auto;
        text-align: center;
        padding: auto;
        font-weight: 400
    }

        ul#menu li a {
            display: block;
            padding: 1px 10px 6px 0;
            text-decoration: none;
            text-transform: uppercase;
            cursor: pointer;
            color: #000;
            font-family: sans-serif,Verdana;
            font-weight: 400;
            font-size: 16px
        }

            ul#menu li a:hover {
                background-color: #01ACC6;
                color: #fff;
                opacity: 1;
                filter: alpha(opacity=0)
            }

        ul#menu li:last-child a {
            border-right: none !important
        }

.separador {
    border-right: 1px solid #000
}

.separador_blanco {
    border-right: 1px solid #fff;
    padding-right: 20px
}

.active {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important
}

    .active a {
        color: #000 !important;
    }

#notificador {
    margin: 10px 20px;
    padding: 10px
}

    #notificador.exito {
        border: thin solid #0C0;
        background-color: #D9FBD7
    }

        #notificador.exito span {
            color: #0C0;
            margin: 10px
        }

    #notificador.fallo {
        border: thin solid #F30;
        background-color: #FF9980
    }

        #notificador.fallo span {
            color: #F30;
            margin: 10px
        }

    #notificador.advertencia {
        border: thin solid #FC0;
        background-color: #FFEA95
    }

        #notificador.advertencia span {
            color: #FC0;
            margin: 10px
        }

.mostrado {
    display: normal
}



.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: .7
}

.clear {
    clear: both
}

.clear-fixed:before, .clear-fixed:after {
    content: "";
    display: table
}

.clear-fixed:after {
    clear: both
}

.clear-fixed {
    *zoom: 1
}

.corner-5px {
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.corner-3px {
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.corner-4px {
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.corner-6px {
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

input.validator_error {
    border: .5px solid red
}

#aviso_cookies {
    width: 100%;
    bottom: 0;
    background-color: #000;
    filter: alpha(opacity=80);
    background-color: rgba(0,0,0,0.8);
    height: auto;
    font-size: 13px;
    color: #fff;
    padding: 20px;
    position: fixed;
    z-index: 99;
    display: none
}

    #aviso_cookies .boton {
        font-size: 14px;
        margin: 0px auto;
        margin-top: 20px;
        width: 150px;
        position: relative;
    }

.legal {
    font-size: 14px;
    padding: 0 50px 20px 50px;
}

    .legal h1 {
        color: #00A4BC;
        font-weight: 700;
    }

    .legal h2 {
        color: #00A4BC;
        font-weight: 500;
    }

    .legal ul li {
        margin: 15px 0;
    }

    .legal li {
        list-style: disc
    }

    .legal ul ul li {
        list-style: circle
    }

    .legal a {
        text-decoration: underline;
        color: #00A4BC
    }

.boton {
    border: 0 solid #000;
    background-color: #00B6D1;
    color: #fff;
    -webkit-appearance: none;
    padding: 6px 8px;
    font-size: 16px;
    display: block;
    height: 20px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    margin: 10px 80px 0 0;
    position: relative
}

.boton_rojo {
    background: #E84C3D;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    float: right;
}




#hacia_arriba {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: url(/images/bg_up.png) no-repeat 0 0;
    width: 50px;
    height: 53px;
    cursor: pointer;
    z-index: 998
}



.logosEmpresas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 10px;
    grid-auto-flow: dense;
    align-items: center;
    place-items: center;

    grid-column: 1  ;
    margin: 20px 0;
}


    .logosEmpresas div:first-child {
        grid-column: 1 / -1;
        width: 100%;
    }



    .logosEmpresas IMG {
        max-width: 110px;
        max-height: 50px;
        margin: 5px;
        border: 0
    }


.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    z-index: 99999
}

#lista_col1 {
    float: left;
    width: 20%;
    position: relative;
    padding: 15px;
    margin-top: 25px;
    text-align: right
}

#lista_col2 {
    float: left;
    width: 73%;
    padding-left: 32px;
    position: relative;
    margin-top: 25px
}

#lista {
    margin: 0 40px 0 0;
    display:block
}

    #lista H3 {
        color: #000;
        font-weight: 400;
        font-size: 24px;
        margin: 5px 0 20px
    }

    #lista HR, .noticias HR, .lista_masvistos HR {
        border: 0;
        border-top: 1px solid #e5e5e5;
        width: 80%;
        margin: 0px auto 40px auto;
        position: relative;
    }

#n_registros {
    clear: both;
    width: 100%;
    grid-column: 1/-1;
    position: relative;
    border: 0;
    font-weight: 400;
}

#paginacion {
    clear: both;
    width: auto;
    display: block;
    position: relative;
    border: 0;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 50px;
    padding: 40px;
    color: #2E2E2E;
    grid-column: 1/-1;
}

    #paginacion UL {
        display: block;
        clear: both;
        margin: 0;
        padding: 0
    }

    #paginacion LI {
        text-align: center;
        float: left;
        margin: 0 5px 10px 0;
        min-width: 16px;
        list-style-type: none;
        padding: 9px 12px;
    }

  
        .CPXY {
    color: #000;
    background-color: #E8F4F4
}

.CPA {
    background-color: #8FA6A3;
    font-weight: 700;
    color: #fff;
}

.CPCL {
    background-color: #ECEFF5
}

.CPCL2 {
    background-color: #ECEFF5;
    min-width: 100px
}

div.cont1 A, div.cont2 A, div.cont3 A {
    color: #000
}

div.cont1 UL, div.cont2 UL, div.cont3 UL {
    list-style-type: none;
    list-style-image: none;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0
}

div.cont1 LI, div.cont2 LI, div.cont3 LI {
    line-height: 32px
}

div.cont1 SPAN, div.cont2 SPAN, div.cont3 SPAN {
    background-color: #91959E;
    color: #fff;
    padding: 3px 6PX;
    font-size: 11px;
    min-width: 8px;
    height: 20px;
    display: inline-block
}

div.cont1 {
    width: 330px;
    float: left;
    display: inline-block;
    height: 100%;
    margin-right: 50px
}

div.cont2, div.cont3 {
    float: left
}

.lateral {
    vertical-align: top;
    width: 250px;
    padding-right: 40px;
    border-right: 2px solid #CCE4E4
}

#publi_sup {
    padding-left: 40px
}
/*
#lista DIV {
    float: left;
    display: block
}*/

#lista table {
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 0
}

#lista thead TD {
    padding: 10px
}

#lista tbody TD {
    border-bottom: 1px solid #CCE4E4;
    vertical-align: middle;
    text-align: right;
    margin: 10px 0
}

.linea_empresa {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    grid-template-rows: auto;
    grid-gap: 20px;
    margin: 40px 0;
}

.linea_logo {
    margin-right: 10px
}

 

.linea_iconos {
    text-align: right;
    width: 240px; 
}

    .linea_iconos IMG {
        margin: 3px;
        padding: 0;
        display: inline-block;
        width: 50px;
        height: 50px
    }

#lista P {
    margin-top: 0
}

#alfabetico {
    display: flex;
    width: 875px
}

    #alfabetico DIV { 
        background-color: #32aac4;
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding: 5px 6px;
        margin: 0 4px 5px 0;
        min-width: 14px;
        text-align: center
    }

    #alfabetico UL LI {
        position: relative;
        display: table-cell;
        vertical-align: middle
    }

#conta {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    clear: both;
    width: 100%
}

#lista IMG {
    border: 0
}

.mlogoi {
    padding-left: 10%;
    padding-right: 10px;
    display: inline;
    float: left
}

.mlogod {
    padding-left: 10px;
    padding-right: 10%;
    display: inline;
    float: right
}

#PanelAddThis {
/*    float: left;
    right: 0;*/
     
    display: block;
    width: 300px;
}



#notiweb_categoria {
    font-family: inherit;
    font-weight: 500;
    /*  background-color: #32aac4;*/
    width: auto;
    color: #32aac4;
    padding: 6px 12px;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    height: 30px;
    vertical-align: middle
}

.notiweb_titular {
    color: #000;
    padding: 10px 0
}

.notiweb_entradilla {
    color: #000 !important;
    margin: 30px 0 !important;
    font-size: 1.3rem !important;
    font-weight: 300 !important;
}


#barra_enlaces {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 10px;
       grid-row-gap: 50px;
    justify-items: center;
    align-items: center;
    grid-auto-flow: row;
    font-weight: 300;
    align-content: flex-end;
    margin: 50px 0
}

.link_empresa, .link_web, .link_empresa_ext {
    font-weight: 400 !important;
    color: #fff;
    background-color: #E84C3D !important;
    padding: 11px 20px; 
    display: inline-table;
    /* margin: 20px 22px 0 0;*/
    /*float: left;*/
    cursor: pointer;
    text-align: center;
}

.link_empresa_ext {
    margin-right: 0;
}







    .link_empresa a, .link_web a, .link_empresa_ext a {
        color: #fff !important;
        font-weight: 400 !important;
    }

.lista_masvistos {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 0;
    position: relative
}

    .lista_masvistos IMG {
        max-width: 320px;
        max-height: 300px;
        overflow: hidden;
        position: relative;
        display: block;
        margin-bottom: 8PX
    }


    .lista_masvistos H3 {
        display: block;
        position: relative;
        font-weight: 300 !important;
        margin-top: 5PX !important;
        margin-bottom: 15px !important;
        font-size: 1.1rem !important;
    }

#notiweb_fecha {
    font-size: 16px;
    float: right;
    position: relative;
   /* color: #FFF;*/
    margin-top: 8PX
}

#texto_noticia {
    font-size: 1.1rem;
    padding: 6px 12px;
    text-align: justify;
    line-height:150%
}

    #texto_noticia a {
        color: #00B6D1;
        font-weight: 700
    }

    #texto_noticia IMG {
        /*   max-height: 800px;
       max-width: 860px;*/
        max-width: 90vw;
        margin: 30px auto;
        clear: both;
        position: relative;
        display: block;
        width: 100%;
    }

figure {
    margin: 0
}

/*#noticias_relacionadas {
    margin-top: 160px;
    display: block;
    clear: both
}*/

    #noticias_relacionadas ul {
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 300
    }

    #noticias_relacionadas li {
        padding: 5px
    }

        #noticias_relacionadas li:before {
            content: "■ ";
            font-size: 18px;
            color: #00B6D1;
            margin-right: 5px
        }

.jbim {
    font-family: Sans-Serif;
    font-weight: 300
}

video {
    border: 1px solid #555;
    margin: 0 auto;
    display: block;
}


.videomax {
    margin: 0 auto;
    max-width: 855px;
}

.video-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin: 20px 0;
}

    .video-responsive iframe, .video-responsive object, .video-responsive embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

     


/*MENU*/

.contador {
    color: #000000;
    margin-top: 20px;
}

.contador_menu {
    color: #e5e5e5;
    width: auto;
    font-size: .9rem;
    padding: 3px 0;
    font-weight: 400;
    clear: both;
    display: block;
    text-align: right;
    margin: 0 1px -6px 0; /*border-radius: 5px;  background-color: #E3E5E6 */
    letter-spacing: -1px;
}



header {
    position: relative;
    width: 100%;
    background: #00B6D1;
    margin: 0px;
    /*border: 1px solid #000;*/
    padding: 0;
    height: 120px;
}

.logo {
    position: relative;
    z-index: 99;
    display: inline-block;
    float:left;
    margin: 38px 0 0 20px;
    width: 230px;
}



    .logo img {
        height: 26px;
    }



.videos {
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    display: block;
    margin-bottom: 20px !important;
}






/*  MAIN */




.cd-morph-dropdown::before {
    content: 'desktop';
    display: none
}

.cd-morph-dropdown .nav-trigger {
    position: absolute;
    top: 0;
    left: 10px;
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: #fff;
    z-index: 999;
    display: block;
}









#error404 img {
    width: 100%;
    max-width: 450px;
    margin: 0px auto;
    margin-top: 100px;
    position: relative;
    display: block;
}

#error404 div {
    position: relative;
    width: 48%;
    max-height: 400px;
    text-align: center;
    color: #000;
    margin: 0px;
    display: inline-block
}


#error404 h1 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

#error404 p {
    position: relative;
    width: 100%;
    text-align: center;
}

#error404 .boton {
    width: 220px;
    margin: 60px auto;
    height: auto;
    position: relative;
    display: block;
    font-size: 20px;
}






@media print {
    #col1 {
        width: 86%
    }

    #col2, #pie, #panel_menu, #buscador, .coments, #boton_buscador, #PanelAddThis, #noticias_relacionadas, .mas, .link_empresa, #lenguajes {
        display: none !important
    }
}

@media screen and (max-width:960px) {
    header {
        height: 60px !important;
    }

    #contenido {
        top: 0px;
    }

    #overflow_ultimos_productos {
        /*   height: 1000px;*/
        grid-column: 1/-1;
    }

    #pie_block {
        /* grid-area: foot;*/
        color: #fff;
        display: grid;
        grid-template-columns: 1fr;
    }




    #slide_home {
        grid-template-columns: 1fr;
    }

        #slide_home div h1, #slide_home div p {
            text-align: center;
        }

        #slide_home IMG {
            width: 100%;
            max-width: 100%;
        }



    #error404 div {
        width: 100%;
        display: block;
    }

    #error404 img {
        width: 100%;
        max-width: 450px;
        margin-top: 50px;
    }



    .lista_masvistos {
        width: 100%;
        margin: 0 auto;
    }

    #aviso_boletin h2 {
        margin-top: 30px
    }


    #aviso_boletin {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0px;
        margin-left: 0px;
        width: calc(100vw - 81px);
        height: 100vh;
        margin: 0 auto;
        text-align: center;
    }

        #aviso_boletin img {
            right: unset;
            top: unset;
            position: relative;
            margin: 60px auto;
            display: block;
        }

    .boletin_boton3 {
        float: none;
        margin: 0 auto;
    }




    .cerrar_boletin {
        font-size: 36px;
    }



    .cd-morph-dropdown .nav-trigger {
        display: inline-block !important;
    }

  
    #hacia_arriba {
        right: 20px;
        bottom: 20px;
    }

    #pie {
        min-height: 800px;
    }


    .enlace_pie {
        display: none
    }

    #lista_footer img {
        height: 40px;
        margin: 20px 100%
    }


    #pie2 UL {
        width: 100%;
        float: left;
        padding: 0;
        margin: 40px 0 40px 0px;
    }

    #lista_footer li {
        margin: 5px;
        float: none;
        display: inline-block
    }


    .navfijo .logo, .logo {
        margin: 17px 0 0 60px;
        margin-top: initial !important;
        height: 20px;
        top: 17px;
        width: 165px;
    }


  
    #buscando {
        margin-left: calc(100vw - 240px) !important;
    }

    #buscador.visible {
        left: 18px;
        top: 60px !important;
        padding: 0;
        margin-left: initial;
        position: absolute;
        z-index: 9;
        display: block !important;
    }

    #noticias .contenidomenu, #productos .contenidomenu {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }


    #bim .contenidomenu,
    #empresas .contenidomenu {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .contador_menu {
        color: #727272;
        margin: 0;
        padding: 0;
    }

    .logomenu {
        display: inline-block;
        margin-left: 20%
    }



    #login_div {
        top: 15px;
        min-width: initial;
    }

    .desplegable_login, #datos_logueado span, #buscador {
        display: none;
    }


        #icon_buscador {
        display: block
    }

    #desplegable_buscador.visible {
        display: block
    }

    #login_div {
        top: 6px;
    }


        #login_div img, #login_div svg {
            width: 36px;
            height: 36px;
            margin-top: 5px;
        }




        #login_div.fijo {
            min-width: initial;
        }


        #login_div span {
            display: none;
        }


    #area1 {
        height: 60px;
    }
        .cd-morph-dropdown {
        height: 60px !important;
        
    }

    .cd-morph-dropdown .main-nav {
        display: none !important
    }



    .content .multiformato, .content .noticias, .content .bim {
        width: auto !important;
        padding-bottom: 300px;
    }

    .content ul {
        clear: none !important
    }



    .content h2 {
        margin: 15px !important 0;
        font-size: 1.7rem !important;
    }


    .botonmenu {
        bottom: initial !important;
        right: initial !important;
        position: relative !important;
    }

    #cabeceramemos {
        overflow: hidden;
        height: 100px;
    }


    #texto_noticia {
        padding: 20px 0;
    }

    .video-responsive {
        margin: 0
    }


    .notiweb_titular {
        padding: 0
    }
}

 

@media screen and (max-width:800px) {
    #home {
        display: block
    }


    #home .noticias {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    #grid_ultimos_productos {
        grid-template-columns: repeat(2, 1fr);
    }

    #columna_banners {
        grid-template-columns: repeat(2, 1fr);
    }


}



@media screen and (max-width:580px) {
    .lista_notiweb {
        width: 90vw;
        padding: 0;
    }

    #home .noticias, #home .novedades {
        grid-column: 1 / 3;
    }

    #columna_banners, #columna_derecha {
        grid-row: auto !important;
        grid-column: 1/ 3;
    }

    #overflow_ultimos_productos {
        height: auto;
    grid-column: 1/-1;
    }
    
 
}


    @media (max-width: 1220px) {

        #overflow_ultimos_productos {
            grid-column: 1 /-1;
        }


        /*#home .noticias div:first-child {*/
            /*grid-column: 1 / 3;*/
            /*width: 100%;
        }*/

         #home .bannerhorizontal {
           /* grid-column: 1 / -1 !important*/
        }


      /*  #home .bannerhorizontal, .logosEmpresas, .novedades, .noticia_resultado, .notiweb_novedades, .actualidad {
            grid-column: 1 / 3 !important
        }*/

        #columna_banners, #columna_derecha, #columna_derecha_home {
            /*grid-row: 2/2;*/
        }

            #columna_derecha, #columna_derecha_home, .noticia_resultado  {
                grid-row: auto;
                grid-column: 1/3
            }
 


        #home, #panel_menu {
            width: 100%;
            max-width: none;
            min-width: inherit
        }


        .multiformato li {
            width: 100%;
            margin-left: 0px;
        }

        .noticias_home {
            width: 100%
        }

        .cuadro_i IMG {
            max-height: 200px;
            max-width: 100vw;
        }


        .page {
            width: 100%;
            min-width: 100%
        }

        .contenido-centrado {
            /*   min-width: 100%;
        max-width: 100%*/
        }

        .banner {
            display: none
        }



        #header {
            display: block
        }

        #cabecera_movil {
            background-color: #00ACC5;
            width: 100%;
            height: 45px;
            position: fixed;
            top: 0;
            display: block;
            clear: both;
            z-index: 9999;
            padding: 5px;
            color: #fff;
            font-size: 16px
        }

        #logo_movil {
            height: 40px;
            float: right;
            margin-right: 40px
        }

        .second {
            float: left
        }

        .cd-morph-dropdown .main-nav > ul > li > a {
            padding: 0 20px;
        }
    }


    /*menu nuevo*/


    .cd-morph-dropdown {
        /*position: fixed;*/
        width: 100vw;
        top: 0px;
        left: 0px;
        right: 0px;
        background-color: #fff;
        border-bottom: 2px solid #e6e6e6;
        z-index: 999;
        display: block;
        height: 72px;
        z-index: 100;
    }

        .cd-morph-dropdown::before {
            content: 'mobile';
            display: none
        }

        .cd-morph-dropdown .nav-trigger {
            position: absolute;
            top: 0;
            right: 0;
            height: 60px;
            width: 60px;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
            color: #fff;
            z-index: 999
        }

            .cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
                position: absolute;
                background-color: #fff;
                height: 3px;
                width: 26px
            }

            .cd-morph-dropdown .nav-trigger span {
                left: 50%;
                top: 50%;
                bottom: auto;
                right: auto;
                -webkit-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                -webkit-transition: background-color .3s;
                transition: background-color .3s
            }

                .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
                    content: '';
                    left: 0;
                    -webkit-transition: -webkit-transform .3s;
                    transition: -webkit-transform .3s;
                    transition: transform .3s;
                    transition: transform .3s,-webkit-transform .3s
                }

                .cd-morph-dropdown .nav-trigger span::before {
                    -webkit-transform: translateY(-9px);
                    -ms-transform: translateY(-9px);
                    transform: translateY(-9px)
                }

                .cd-morph-dropdown .nav-trigger span::after {
                    -webkit-transform: translateY(9px);
                    -ms-transform: translateY(9px);
                    transform: translateY(9px)
                }

        .cd-morph-dropdown.nav-open .nav-trigger span {
            background-color: transparent
        }

            .cd-morph-dropdown.nav-open .nav-trigger span::before {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .cd-morph-dropdown.nav-open .nav-trigger span::after {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

        .cd-morph-dropdown .main-nav {
            display: none
        }


        .cd-morph-dropdown .morph-dropdown-wrapper {
            display: none;
            position: absolute;
            top: 60px;
            left: 0;
            width: 100%;
            height: calc(100vh - 70px);
            padding: 1.2em 20px 0 0;
            box-shadow: inset 0 2px 0 #e6e6e6;
            background-color: #fff;
            z-index: 999
        }



        .cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
            display: block;
            overflow-x: hidden;
            overflow-y: scroll
        }

        .cd-morph-dropdown .dropdown-list > ul > li {
            height: auto;
            list-style: none;
        }


        .cd-morph-dropdown .gallery .content a {
            display: block;
        }

            .cd-morph-dropdown .gallery .content a:hover::before {
                background-color: #fff;
                /*color: #000;*/
            }

        .cd-morph-dropdown .links .content > ul > li {
            margin-top: 1em
        }
 

 
    @media screen and (min-width:960px) {

            .navfijo .nav-trigger {
            display: none !important;
        }

            .cd-morph-dropdown {
            position: absolute;
            height: 60px;
            left: 0;
            top: 0;
            width: 100%;
            padding: 0;
            text-align: center;
            background-color: #fff;
            position: fixed !important;
            top: 0;
            left: 0;
            margin-top: 0;
            display: block;
            }

            .cd-morph-dropdown::before {
                content: 'desktop'
            }


            .cd-morph-dropdown.is-dropdtive > a {
                opacity: 1
            }

            .cd-morph-dropdown .morph-dropdown-wrapper {
                display: block;
                top: 114px;
                width: auto;
                padding: 0;
                box-shadow: none;
                background-color: #22C5B1;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                will-change: transform;
                -webkit-transform: translateY(20px);
                -ms-transform: translateY(20px);
                transform: translateY(20px);

            }

        .navfijo .morph-dropdown-wrapper {
            top: 62px;
        }



        .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .cd-morph-dropdown .dropdown-list {
            position: absolute;
            top: 0;
            left: 0;
            visibility: hidden;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            will-change: transform,width,height;
            -webkit-transition: visibility .3s;
            transition: visibility .3s;
            background-color: #fff;
            z-index: 999;
            margin-top: -8px;
            height: 300px;
        }

        .no-csstransitions .cd-morph-dropdown .dropdown-list {
            display: none
        }


        .cd-morph-dropdown .dropdown-list > ul {
            position: relative;
            z-index: 1;
            height: 100%;
            width: 100%;
            overflow: hidden;
            margin-left: 0
        }

        .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
            visibility: visible;
            -webkit-transition: width .3s,height .3s,-webkit-transform .3s;
            transition: width .3s,height .3s,-webkit-transform .3s;
            transition: transform .3s,width .3s,height .3s;
            transition: transform .3s,width .3s,height .3s,-webkit-transform .3s
        }

            .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
                opacity: 1;
            }

        .cd-morph-dropdown .dropdown {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            visibility: hidden;
            width: 100%;
            -webkit-transition: opacity .3s,visibility .3s;
            transition: opacity .3s,visibility .3s
        }

            .cd-morph-dropdown .dropdown.active {
                opacity: 1;
                visibility: visible;
            }


        .cd-morph-dropdown .label {
            display: none
        }

        .cd-morph-dropdown .content {
            padding: 2.2em 1.8em;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s,-webkit-transform .3s;
            text-align: left;
            font-size: 1rem;
        }

            .cd-morph-dropdown .content > ul::after {
                clear: both;
                content: "";
                display: block
            }
    }

 

    .cd-morph-dropdown .label {
        display: none
    }

    .cd-morph-dropdown .content {
        padding: 2.2em 0em;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        text-align: left;
    }

        .cd-morph-dropdown .content > ul::after {
            clear: both;
            content: "";
            display: block
        }

        .cd-morph-dropdown .content > ul > li {
            width: 105%;
            padding: 0 20px
        }

            .cd-morph-dropdown .content > ul > li:nth-of-type(2n) {
                margin-right: 0
            }

    .cd-morph-dropdown .gallery .content {
        width: 100%;
    }

        .cd-morph-dropdown .gallery .content li {
            margin: 15px
        }

    .cd-morph-dropdown .links .content > ul > li {
        margin-top: 0
    }

    .cd-morph-dropdown .links .content, .cd-morph-dropdown .button .content {
        width: 390px
    }

    .cd-morph-dropdown .links-list a {
        font-size: 1.6rem;
        margin-left: 0
    }

    .cd-morph-dropdown .btn {
        display: block;
        width: 100%;
        height: 60px;
        margin: 1.5em 0 0;
        font-size: 1.8rem;
        text-align: center;
        color: #FFF;
        line-height: 60px;
        background: #a6a6a6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

        .cd-morph-dropdown .btn:hover {
            background: #1A1A1A;
            color: #FFF
        }



    .cd-morph-dropdown .bg-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 1px;
        background: #FFF;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .cd-morph-dropdown.is-dropdown-visible .bg-layer {
        opacity: 1;
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,-webkit-transform .3s;
        transition: transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s,-webkit-transform .3s
    }

    .cd-main-content {
        height: 10px
    }

    @media only screen and (min-width:960px) {


       

        .cd-main-content {
            margin-left: -50px
        }

        .cd-morph-dropdown .dropdown {
            /*border: 3px solid #000*/
        }

        .cd-morph-dropdown .dropdown-list {
            display: block;
        }

        .cd-morph-dropdown .gallery .content {
            width: calc(100vw - 60px);
            height: 350px;
            /*border-bottom: 2px solid #e6e6e6;*/
            position: relative;
            left: 0px;
            right: 0;
            float: left;
            padding: 30px;
            overflow: scroll;
        }

        .cd-morph-dropdown .dropdown-list > ul {
            padding: 0;
            margin: 0;
            -webkit-box-shadow: 0px 4px 4px 0px rgba(136,136,136,0.7);
            -moz-box-shadow: 0px 4px 4px 0px rgba(136,136,136,0.7);
            box-shadow: 0px 4px 4px 0px rgba(136,136,136,0.7);
        }
    }

    @media only screen and (min-width:1180px) {
        .cd-morph-dropdown .main-nav > ul > li > a {
            padding: 0px;
        }
    }


    .cd-morph-dropdown {
        position: absolute;
        height: 115px;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0;
        text-align: center;
        background-color: #00B6D1;
        position: fixed !important;
        top: 0;
        left: 0;
        margin-top: 0;
        display: block;
        z-index: 1000;
    }




        .cd-morph-dropdown .main-nav {
            display: inline-block;
            margin-top: 51px;
            left: 24%;
            position: absolute;
        }

            .cd-morph-dropdown .main-nav > ul > li {
                display: inline-block;
                float: left
            }

                .cd-morph-dropdown .main-nav > ul > li > a {
                    display: block;
                    padding: 10px 15px !important;
                    color: #fff;
                    font-size: 1.1rem;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-transition: opacity .2s;
                    transition: opacity .2s;
                    text-align: center;
                    padding: 0 13px;
                }



    .main-nav img {
        width: 50px;
        margin: 0 auto;
        position: relative;
        display: inline-block;
        margin-top: 10px
    }

    .main-nav span {
        top: -30px;
        padding: 0;
        position: relative;
        display: block;
        text-align: center;
        width: 105%;
        line-height: 110%;
        font-size: 1.5rem;
        font-weight: 300
    }

    .content .cuadro h3 {
        font-size: 1rem;
        font-weight: 300;
        padding: 0 0 0 10px;
    }

    .content .multiformato, .content .noticias, .content .bim, .content .logosEmpresas {
        padding-bottom: 100px;
    }



    .content .multiformato, .content .noticias, .content .bim {
        width: 2600px;
        display: block;
    }

    .content .noticias {
        width: 3600px;
        display: inline-grid;
    }


    .content .bim img {
        position: relative;
        display: block;
        float: left;
        border: #DDE1E5 1px solid;
        max-height: 80px;
        max-width: 110px;
        margin: 15px auto;
        padding: 10px;
        clear: both;
    }




    .content .bim span {
        font-size: 0.9rem;
        bottom: 10px;
        position: relative;
        width: 100%;
        display: block;
        clear: both;
    }


    .content ul {
        display: block;
        margin-right: auto;
        margin-left: -50px;
        clear: both;
    }


    .content li {
        display: inline-block;
        float: left;
        margin: 5px 10px;
        text-align: left;
        padding: 5px;
    }


    .content .logosEmpresas {
        width: 100vw;
    }


    .content .lista_notiweb_i {
        height: 100px;
    }

    .content .noticias_home {
        width: 300px; /*220*/
    }



    .botonmenu {
        background-color: #00B6D1;
        color: #fff !important;
        -webkit-appearance: none;
        padding: 12px 18px;
        width: auto;
        cursor: pointer;
        text-align: center;
        margin: 30px 0;
        position: fixed;
        right: 90px;
        bottom: 30px;
        font-size: 0.8rem;
        display: block !important;
        z-index: 99;
    }

    a.botonmenu {
        color: #fff !important;
    }

    .content h2 {
        font-size: 1.1rem;
        text-transform: none;
        font-weight: 700;
        color: #1A1A1A;
        margin: 0;
        margin-bottom: 10px;
        clear: both
    }


.et2 {
    clear: both;
    color: #515151;
    width: 130px;
/*    height: 230px;*/
    margin: 10px 0px;
    padding: 5px 15px;
    /*        display: block;
        position: relative;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.9rem;
}

        .et2:hover {
            opacity: .8;
            filter: alpha(opacity=80)
        }

    .content .et2 {
        height: 140px
    }

