/*DEFINICIONES*/
html { height:100%;background-position:center;margin:0; padding:0;}
body { background:#000000; height:100%;margin:0; padding:0;}
img{ border:none; }
form{margin:0px;padding:0px;border:0px;border-collapse:collapse;}
/*img{border:0px;margin:0px;padding:0px;}
li{margin:0px;padding:0px;margin-left: 15px;display:inline;}
div{display:block;position:relative;}*/
a{color:#4db4fc;text-decoration:none;}
a:hover { color: inherit; text-decoration:none;}
a:active { color: white; text-decoration:none;}
.contacto_cuadro a{color:#ffffff;text-decoration:none;}
.ocultar{position:absolute;top:-10000px;}
h1{margin:0px;padding:0px;float:left;}
h2{margin:0px;padding:0px;}

input{
    transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s;
    -moz-transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s; /* Firefox 4 */
    -webkit-transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s; /* Safari and Chrome */
    -o-transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s; /* Opera */
}
input:hover{
    box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
}
input:focus{
    box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
}

select{
    transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s;
    -moz-transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s; /* Firefox 4 */
    -webkit-transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s; /* Safari and Chrome */
    -o-transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s; /* Opera */
}
select:hover{
    box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
}
select:focus{
    box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
}

textarea{
    transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s;
    -moz-transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s; /* Firefox 4 */
    -webkit-transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s; /* Safari and Chrome */
    -o-transition: box-shadow 2s,-webkit-box-shadow 2s,-moz-box-shadow 2s; /* Opera */
}
textarea:hover{
    box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
}
textarea:focus{
    box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fuentes/Gotham-Book.eot');
    src: url('../fuentes/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-Book.woff') format('woff'),
         url('../fuentes/Gotham-Book.ttf') format('truetype'),
         url('../fuentes/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fuentes/Gotham-Bold.eot');
    src: url('../fuentes/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-Bold.woff') format('woff'),
         url('../fuentes/Gotham-Bold.ttf') format('truetype'),
         url('../fuentes/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}


.gotham{font-family: 'sfui-thin', sans-serif !important;font-weight:400;}
.gotham_bold{font-family: 'sfui-regular', sans-serif !important;font-weight:700;}

.arial{font-family:arial;}
.verdana{font-family:verdana;}

.azul{color:#000;}
.blanco{color:#fff;}
.blanco:hover{color:#fff !important;}
.negro{color:#000;}
.rojo{color:#c21f24;}
.rojo:hover{color:#c21f24 !important;}


.t65{font-size:65px;}
.t48{font-size:48px;}
.t40{font-size:40px;}
.t36{font-size:36px;}
.t34{font-size:34px;}
.t32{font-size:32px;}
.t30{font-size:30px !important;}
.t28{font-size:28px;}
.t27{font-size:27px;}
.t24{font-size:24px;}
.t23{font-size:23px;}
.t22{font-size:22px;}
.t21{font-size:21px;}
.t20{font-size:20px;}
.t19{font-size:19px;}
.t18{font-size:18px;}
.t17{font-size:17px !important;}
.t16{font-size:16px;}
.t15{font-size:15px;}
.t14{font-size:14px !important;}
.t13{font-size:13px;}
.t12{font-size:12px;}
.t11{font-size:11px;}
.t10{font-size:10px;}
.t9{font-size:9px;}
.negrita{font-weight:bold;}
.justificado{text-align:justify;}
.upper{text-transform:uppercase;}
.sub{text-decoration:underline;}
.nosub{text-decoration:none;}

#console {
 position: fixed;
 top: 0; left: 0;
 width: 100%; height: 50px;
 line-height: 50px;
 /*padding: 10px 0;*/
 text-align: center;
 font-family: courier;
 color: #000;
 border-bottom: 1px solid #bbb;
 text-shadow: 0px 1px 0px #fff;
 
 background: #f7f7f7;
 background: -moz-linear-gradient(top,  #f7f7f7 0%, #f2f2f2 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f2f2f2));
 background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
 background: -o-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
 background: -ms-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
 background: linear-gradient(to bottom,  #f7f7f7 0%,#f2f2f2 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f2f2',GradientType=0 );
}

.contenedor_total{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    line-height:1.2;
    background-position:top center;
    background-repeat:no-repeat;
    font-family: 'sfui-thin' !important;
}

.contenedor_total2{
    background-color:#fff !important;
    background-image:none !important;
}


.contenedor_total_txt{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    background-color:#000000;
    line-height:1.2;
    background-image:url('../img/bkg_fondo_txt.jpg');
    background-position:top center;
    background-repeat:no-repeat;
}
.contenedor_menu{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:100px;
    min-width:200px;
    background-image:url('../img/bkg_franja_arriba.png');
    background-repeat:repeat-x;
    z-index: 19;
}

.contenedor_menu2{   
    background-image:none !important;
    background-color:#e3e4e5;
}

.contenido_menu{
    position:relative;
    clear:none;
    float:none;
    margin:0px auto;
    width:100%;
    min-width:200px;     
    max-width:1600px;    
    height:100px;
}

.logo{
    height: 60px;
    width: auto;
    position:absolute;
    top:0px;
    left:0px;
    z-index:19;
    margin:10px 0px 0px 0px;
}

.botones_menu{
    position:absolute;
    top:40px;
    /*right:0px;*/
    text-align:right;
    width:1080px;
    height:auto;
    z-index:19;
    font-family: 'sfui-thin';
    font-weight: 100;
}

.btn_menu{
    position:relative;
    float:right;
    width:auto;
    height:auto;
    text-align: center;
    color:#dfe0e1;
    font-size:17px;
    font-weight:600 !important;
    font-family: 'sfui-regular';
}

.btn_menu:hover{
    position:relative;
    float:right;
    width:auto;
    height:auto;
    text-align: center;
    color:#fff;
}

.btn_menu2{
    color:#737a7e !important;
}

.btn_menu2:hover{
    color:#333 !important;
}

.btn_menu_sel{
    position:relative;
    float:right;
    width:auto;
    height:auto;
    text-align: center;
    color:#fff;
}

.btn_menu .fa{display:none;}
.btn_menu:hover .fa{display:block;}
.btn_menu_sel .fa{display:block;}

.linea_menu{
    position:relative;
    float:right;
    width:2px;
    height:21px;
    background-color:#dfe0e1;
    font-size:0px;
    overflow:hidden;
    margin-left: 19px;
    margin-right: 19px;
    margin-top: 0px;
}

@media (max-width: 769px) {
    .linea_menu{
        margin-left: 7px;
        margin-right: 7px;
    }    
}
@media (min-width: 1280px) {
    .contenedor_menu{
        padding-left: 12%;
    }    
}
.contenedor_central{
    position:relative;
    float:left;
    width:100%;
    min-height:620px;
    height:auto !important;
    height:620px;
    margin-top:25px;
}

.contenido_datos_dentro{
    position:relative;
    clear:none;
    float:none;
    margin:0px auto;
    width:100%;
    min-width:200px;     
    max-width:1020px;    
    height:auto;
}

.contenido_datos_dentro_productos{
    position:relative;
    clear:none;
    float:none;
    margin:0px auto;
    width:100%;
    min-width:200px;     
    height:auto;
}

.datos_dentro{
    position:relative;
    float:left;
    clear:both;
    width:100%;
    height:auto;
}

.contenedor_titulo_productos{
    position:relative;
    clear:none;
    float:none;
    margin:0px auto;
    width:100%;
    min-width:200px;     
    max-width:1020px;    
    height:auto;
}

.contenido_titulo_productos{
    position:relative;
    float:left;
    clear:both;
    width:100%;
    height:auto;
}

.datos_espacio{
    position:relative;
    float:left;
    clear:both;
    width:100%;
    height:40px;
}

.contenedor_pie{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:59px;
    min-width:200px;
    background-image:url('../img/bkg_pie.png');
    background-repeat:repeat-x;
}

.contenido_pie{
    position:relative;
    clear:none;
    float:none;
    margin:0px auto;
    width:100%;
    min-width:200px;     
    max-width:1020px;    
    height:59px;
}

.copy{
    position:absolute;
    top:23px;
    left:0px;
    width:350px;
    height:auto;
}
.copy2{
    position:absolute;
    top:23px;
    left:0px;
    width:350px;
    height:auto;
}
.copy3{
    position:absolute;
    top:23px;
    left:0px;
    width:350px;
    height:auto;
}
.img_undanet{
    position:absolute;
    top:25px;
    right:0px;
}

.titulos{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    font-family: 'sfui-regular' !important;
}

.linea_titulos{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:1px;
    font-size:0px;
    overflow:hidden;
    background-color:#6a6a6a;
    margin-top:7px;
}

.btn_menu_movil{
    position:absolute;
    top:44px;
    right:5px;
    width:auto;   
    height:32px;
    padding-top:5px;
    padding-left:15px;
    padding-right:15px;
    text-align:center;
    color:#ffffff;
    text-align:center;
    display:none;
    /*para Firefox*/
    -moz-border-radius: 8px 8px 8px 8px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 8px 8px 8px 8px;
    /* para Opera */
    border-radius: 8px 8px 8px 8px;
    margin-top:2px;
    /*text-shadow:#dcab5c 2px 1px 2px;*/
    background-color: #807f7f;
    line-height: 1.2;

    
}

.btn_menu_movil:hover{
    position:absolute;
    top:44px;
    right:5px;
    width:auto;   
    height:32px;
    padding-top:5px;
    padding-left:15px;
    padding-right:15px;
    text-align:center;
    color:#ffffff;
    text-align:center;
    display:none;
    /*para Firefox*/
    -moz-border-radius: 8px 8px 8px 8px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 8px 8px 8px 8px;
    /* para Opera */
    border-radius: 8px 8px 8px 8px;
    margin-top:2px;
    /*text-shadow:#6d100f 2px 1px 2px;*/
    background-color: #444;
    line-height: 1.2;
}

.invis{
    display:none;
}

.btn_ocultar_submenu{
    position:absolute;
    top:100px;
    left:0px;
    width:100%;
    height:260px;
    z-index:18;
    display:none;
}

.alineado_izq{text-align:left !important;}

.img_servicio_tecnico{
    position:absolute;
    top:-22px;
    right:0px;
}

.img_dialux{
    position:absolute;
    top:47px;
    left:47px;
}

.submenu{
    height: auto;
    position: absolute;
    left: 145px;
    text-align: left;
    top: 40px;
    z-index: 20;
    display:none;
    background-color:#2e3031;
    padding:5px 14px 5px 14px;
    box-sizing:border-box;
    border: none !important;
    font-family: 'sfui-thin';
}
.submenuidioma{
    left: 570px !important;
}

.btn_submenu{
    clear:both;
    float:left;
    margin-top:1px;
    width:97%;
    padding-left:0px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:0px;
    color:#dfe0e1;
    white-space:nowrap;
    box-sizing:border-box;
    font-family: 'sfui-regular';
    font-weight:400;
}

.btn_submenu2{
    color:#fff !important;
}

.btn_submenu2:hover{
    color:#949596 !important;
}

.btn_submenux:hover{
    position:relative;
    clear:both;
    float:left;
    margin-top:1px;
    width:97%;
    padding-left:3%;
    height:18px;
    padding-top:1px;
    color:#ffffff;
    background-color:#4db4fc;
}

.btn_submenu_sel{
    position:relative;
    clear:both;
    float:left;
    margin-top:1px;
    width:97%;
    padding-left:3%;
    height:18px;
    padding-top:1px;
    color:#ffffff;
    background-color:#4db4fc;
}

.submenu_la{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:1px;
    font-size:0px;
    overflow:hidden;
}

.submenu_lab{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:1px;
    font-size:0px;
    overflow:hidden;
}

.submenu_li{
    position:absolute;
    top:0px;
    left:0px;
    width:1px;
    height:100%;
    font-size:0px;
    overflow:hidden;
}

.submenu_ld{
    position:absolute;
    top:0px;
    right:0px;
    width:1px;
    height:100%;
    font-size:0px;
    overflow:hidden;
}



.contenedor_productos{
    clear: both;
    float: left;
    height: 672px;
    margin-top: 0;
    position: relative;
    width: 100%;
}

.datos_seccion{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin-top:50px;
    text-align:center;
}

.contacto_cuadro{
    position:relative;
    clear:both;
    float:left;
    left:50%;
    margin-left:-112px;
    width:225px;
    height:110px;
    padding-top:35px;
    margin-top:37px;
    background-color:#c1c4c6;
    text-align:center;
}

.btn_google_maps{
    background-color:#4db4fc;
    padding-top:17px;
    padding-bottom:17px;
    width:225px;
    left:50%;
    margin-top:14px;
    margin-left:-112px;
    position:relative;
    clear:both;
    float:left;
    background-image:url('../img/btn_ver_productos.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    color:#ffffff;
    text-align:center;
}

.btn_google_maps:hover{
    background-color:#ffffff;
    padding-top:17px;
    padding-bottom:17px;
    width:225px;
    left:50%;
    margin-top:14px;
    margin-left:-112px;
    position:relative;
    clear:both;
    float:left;
    background-image:url('../img/btn_ver_productosb.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    color:#000000;
    text-align:center;
}

.btn_enviar{
    background-color:#c1c4c6;
    padding-top:17px;
    padding-bottom:17px;
    width:225px;
    left:50%;
    margin-top:33px;
    margin-left:-112px;
    position:relative;
    clear:both;
    float:left;
    background-image:url('../img/btn_ver_productos.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    color:#000;
    text-align:center;
    border:none;
}

.btn_enviar:hover{
    background-color:#c1c4c6;
    padding-top:17px;
    padding-bottom:17px;
    width:225px;
    left:50%;
    margin-top:33px;
    margin-left:-112px;
    position:relative;
    clear:both;
    float:left;
    background-image:url('../img/btn_ver_productosb.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    color:#000000;
    text-align:center;
}

.btn_custom2{
    background-color:#c1c4c6;
    padding-top:10px;
    padding-bottom:10px;
    position:relative;
    clear:both;
    background-image:url('../img/btn_ver_productos.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    color:#000;
    text-align:center;
}


.btn_ver_productos{
    background-color:#c1c4c6;
    padding-top:17px;
    padding-bottom:17px;
    width:225px;
    left:50%;
    margin-top:33px;
    margin-left:-112px;
    position:relative;
    clear:both;
    float:left;
    background-image:url('../img/btn_ver_productos.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    color:#000;
    text-align:center;
}

.btn_ver_productos:hover{
    background-color:#c1c4c6;
    padding-top:17px;
    padding-bottom:17px;
    width:225px;
    left:50%;
    margin-top:33px;
    margin-left:-112px;
    position:relative;
    clear:both;
    float:left;
    background-image:url('../img/btn_ver_productosb.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    color:#000000;
    text-align:center;
}

.contenedor_formulario{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin-top:24px;    
}

.txt_obligatorio{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin-top:12px;    
    text-align:right;
}

.formulario_izq{
    position:relative;
    clear:both;
    float:left;
    width:48%;
    height:auto;
}

.formulario_der{
    position:relative;
    float:right;
    width:48%;
    height:auto;
}

.contacto_linea{
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
}

.margincontacto{
    margin-top: 17px;
}

.labels{
    position:relative;
    float:left;
    clear:both;
    width:27%;
    height:auto;
    text-align:right;
    margin-top:2px;
}

.formulario{
    float:right;
    position: relative;
    height:28px;
    width:71.5%;
    padding:0;
    padding-left:0.5%;
    border: 0px solid #d5d5d7;
    background-color:#d5d5d7;
    color: #000000;
    font-size:16px;
    font-weight:normal;
    font-family:Roboto;
}

.labels_completo{
    position:relative;
    float:left;
    clear:both;
    width:100%;
    height:auto;
    text-align:left;
    margin-top:3px;
}

.formulario_comentarios{
    float:right;
    position: relative;
    height:83px;
    width:99.5%;
    padding:0;
    padding-top:3px;
    padding-left:0.5%;
    border: 0px solid #d5d5d7;
    background-color:#d5d5d7;
    color: #000000;
    font-size:16px;
    font-weight:normal;
    font-family:Roboto;
    resize:none;
    margin-top:4px;
}

.img_cuadro1{
    position:absolute;
    top:21px;
    left:21px;
}

.img_cuadro2{
    position:absolute;
    bottom:21px;
    right:21px;
}

.producto_movil{
    position: relative;
    float:left;
    width:20%;
    height:auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom:28px;
    margin-top:28px;
    background-color:#010101;
}

.productos_movil_la{
    position:absolute;
    top:0px;
    left:0px;
    height:1px;
    width:100%;
    overflow:hidden;
    font-size:0px;
    background-color:#c2c2c2;
    z-index:3;
}

.productos_movil_lab{
    position:absolute;
    bottom:0px;
    left:0px;
    height:1px;
    width:100%;
    overflow:hidden;
    font-size:0px;
    background-color:#c2c2c2;
    z-index:3;
}

.productos_movil_li{
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:1px;
    overflow:hidden;
    font-size:0px;
    background-color:#c2c2c2;
    z-index:3;
}

.productos_movil_ld{
    position:absolute;
    top:0px;
    right:0px;
    height:100%;
    width:1px;
    overflow:hidden;
    font-size:0px;
    background-color:#c2c2c2;
    z-index:3;
}

.productos_movil_la2{
    position:absolute;
    top:1px;
    left:0px;
    height:1px;
    width:100%;
    overflow:hidden;
    font-size:0px;
    background-color:#ffffff;
    z-index:2;
}

.productos_movil_lab2{
    position:absolute;
    bottom:1px;
    left:0px;
    height:1px;
    width:100%;
    overflow:hidden;
    font-size:0px;
    background-color:#ffffff;
    z-index:2;
}

.productos_movil_li2{
    position:absolute;
    top:0px;
    left:1px;
    height:100%;
    width:1px;
    overflow:hidden;
    font-size:0px;
    background-color:#ffffff;
    z-index:2;
}

.productos_movil_ld2{
    position:absolute;
    top:0px;
    right:1px;
    height:100%;
    width:1px;
    overflow:hidden;
    font-size:0px;
    background-color:#ffffff;
    z-index:2;
}

.inv{display:none;}

.foto_movil{
    position: relative;
    float:left;
    width:100%;
    clear:both;
    height:auto;
}

.txt_productos{
    position: relative;
    float:left;
    width:88%;
    padding:6%;
    clear:both;
    height:107px;
    padding-bottom:20%;
    overflow:hidden;
}

.btn_pdf_movil{
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.contenedor_arriba_soporte{
    position: relative;
    float:left;
    clear:both;
    width:100%;
    height:169px;
}

.contenedor_img_soporte{
    position: relative;
    float:left;
    clear:both;
    width:100%;
    height:169px;
    overflow:hidden;
}

@media only screen and (min-width: 0px) and (max-width: 1080px) {

    .botones_menu{right:18px;}
}
@media only screen and (min-width: 0px) and (max-width: 1030px) {
    .contenido_datos_dentro{width:98%;margin-left:1%;}
    .contenedor_titulo_productos{width:98%;margin-left:1%;}
    .contenido_pie{width:98%;margin-left:1%;}
    .logo{left:1%;}
    .img_undanet{right:1%;}
}

@media only screen and (min-width: 0px) and (max-width: 920px) {
    .formulario_izq{width:100%;}
    .formulario_der{width:100%;margin-top: 17px;}
    .labels_completo{width:35%;text-align:right;margin-top:2px;}
    .formulario_comentarios{width:63.5%;margin-top:0px;}
    .labels{width:35%;}
    .formulario{width:63.5%;}    
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
    .producto_movil{
        width:23%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

.busqmov{
    display: none;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
    .busqmov{
        display: block;
        float: right;
        margin-right: 1rem;
    }
    .producto_movil{
        width:48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .botones_menu{display:none;}
    .btn_menu_movil,.btn_menu_movil:hover{display:block;}
    .quitar{display:none;}
    .copy{display:none;}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
    .img_servicio_tecnico{width:200px;top:19px;}
    .img_dialux{left:5px;}
}
@media only screen and (min-width: 0px) and (max-width: 560px) {
    .logo{height:auto;width:140px;top:19px;margin-top: -1rem;
margin-left: 1rem;}
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
    .btn_menu_movil,.btn_menu_movil:hover{right:1px;padding-left:10px;padding-right: 10px;}
    .labels_completo{width:100%;text-align:left;margin-top:2px;}
    .formulario_comentarios{width:99.5%;margin-top:0px;}
    .labels{width:100%;text-align:left;margin-top:2px;}
    .formulario{width:99.5%;margin-top:0px;}
    .img_servicio_tecnico{width:150px;top:34px;}
    
    .copy2{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 450px) {
    .producto_movil{
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .t36 {font-size: 26px;}
    .logo{width:120px;top:27px;height:auto;}
}
@media only screen and (min-width: 0px) and (max-width: 365px) {
    .logo{width:110px;top:30px;height:auto;}
    .img_dialux{left:5px;width:140px;}
    .img_servicio_tecnico{top:23px;}
    .contenedor_img_soporte,.contenedor_arriba_soporte{height:144px;}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
    .img_dialux{left:5px;width:120px;}
    .img_servicio_tecnico{width:130px;}
    .img_servicio_tecnico{top:28px;}
}

@media only screen and (min-width: 0px) and (max-width: 305px) {
    .btn_enviar,.btn_enviar:hover{width:100%;left:0;margin-left:0px;}
    .contacto_cuadro{width:100%;left:0;margin-left:0px;}
}

.pagination {padding:2px;margin:0px;float:right;font-size:14px;display:table-cell;}
 .pagination .disabled {border:#e4e4e4 solid 1px;color:#ccc;margin:1px;padding:5px;width:30px;display:table-cell;text-align:center;background-color:white;}
.pagination .current {border:#e4e4e4 solid 1px;color:#999999;margin:1px;padding:5px;background-color:#EBEBEB;width:30px;display:table-cell;text-align:center;}
.pagination a {border:#e4e4e4 solid 1px;color:#999999;margin:1px;padding:5px;width:30px;display:table-cell;text-align:center;background-color:white;}


.minifpro { height:471px; overflow:hidden; text-align:center; position:relative; margin:0px auto 30px auto; background-color:white; border:#676766 solid 1px;}
.minifpro>div.img {height:310px; overflow:hidden;}
.minifpro-img { max-width:100%;}
.minifpro>div.texto {height:187px; overflow:hidden; background-color:#e6e6e6; text-align:left !important; padding:0px 10px; box-sizing:border-box;}
.minifpro>div.mfpfoot {text-align:left !important; padding:4px 10px; box-sizing:border-box; background-color:#000;}
.minifpro>hr { position:relative;padding:0px !important; margin:15px auto !important; border-top: 1px solid #e7edf0 !important; width:40px; text-align:center;}
.minifpro>h4 { font-size:2.1rem; }
.minifpro>big { font-size:2.2rem; }
.minifpro>small { font-size:1.5rem; color:#98a4a9; }
.minifpro_lista {overflow:hidden; text-align:left; position:relative; margin:0px auto 30px auto; background-color:white; border:#676766 solid 1px;}
.minifpro_lista>div.img { width:30%; float:left;}
.minifpro_lista-img { max-width:100%;}
.minifpro_lista>div.texto { width:70%; float:left;  text-align:left !important; padding:0px 10px; box-sizing:border-box;}
.minifpro_lista>div.mfpfoot {text-align:left !important; padding:4px 10px; box-sizing:border-box; background-color:#000;}
.minifpro_lista>hr { position:relative;padding:0px !important; margin:15px auto !important; border-top: 1px solid #e7edf0 !important; width:40px; text-align:center;}
.minifpro_lista>h4 { font-size:2.1rem; }
.minifpro_lista>big { font-size:2.2rem; }
.minifpro_lista>small { font-size:1.5rem; color:#98a4a9; }
.minifpro .texto h4{font-family: 'sfui-regular'}
.tachado { text-decoration:line-through;}
.ovfh { overflow:hidden;}

.error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid !important;
    border-width: 0px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important; /*min-height:20px !important;*/
    padding: 9px 8px 8px 12px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-align: center;
    border-radius: 3px;
}
.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    color: #df280a;
}
.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    color: #3d6611;
}

.psharer {position:absolute; top:-30px; right:5px; background-color:white; white-space:nowrap; display:none;}
.btn-icn { width:25px; height:25px; text-align:center; display: inline-block; line-height:25px;}
.icn-facebook:hover { color:white !important; background-color:#446AA9 !important;}
.icn-twitter:hover { color:white !important; background-color:#1C96C7 !important;}
.icn-google:hover { color:white !important; background-color:#D54A3B !important;}
.icn-pinterest:hover { color:white !important; background-color:#C21F24 !important;}
.icn-facebook2 { color:white !important; background-color:#446AA9 !important;}
.icn-twitter2 { color:white !important; background-color:#1C96C7 !important;}
.icn-google2 { color:white !important; background-color:#D54A3B !important;}
.icn-pinterest2 { color:white !important; background-color:#C21F24 !important;}
.posrel { position:relative;}
.txt400 { font-weight:200 !important;}
.colcorp1 { color:#7BC4FC !important;}
.vsmall { font-size:9px !important; font-weight:200 !important;}
.css001 {position:fixed !important; top:0px; left:0px; width:100% !important; z-index:99999999999999 !important;}
.css002 {color:white; position:absolute; right:5px; top:0px; z-index:999999999;}
.css003 {position:absolute; left:0px; width:100%; background-color:white; padding:6px; box-sizing:border-box; border-radius:4px; display:none;}
.cb { clear:both;}
.w100 { width:100%;}
.pad5 { padding:5px; box-sizing:border-box;}
.sobre:hover { background-color:#d4d4d4;}
span.highlight{
font-weight:bold;
}

.swiper-container-fic { height:320px !important;}
@media (min-width: 769px) {
    .swiper-container-fic { height:450px !important;}
}
.swiper-button-next-fic { right:15px !important;}
.swiper-button-prev-fic { left:15px !important;}
.swiper-slide-fic { background-color:#fff; height:300px; text-align:center;}
.swiper-slide-fic>a>img { width:100% !important; }
.hrmenu { padding:0px !important; margin:0px !important; height:0; clear:both; border-top:#949596 solid 1px;}
.hrsep { padding:0px !important; margin:0px !important; height:0; clear:both; border-top:#e3e4e5 solid 1px;}
.hrsep2 { padding:0px !important; margin:10px 0px !important; height:0; clear:both; border-top:#333 solid 1px;}
.marco1 {padding:14px 0px 9px 0px; box-sizing:border-box; background-color:#737a7e; clear:both; box-shadow: inset 0px 0px 10px #333;}
.marco1>div.texto { font-size:21px; font-weight:300 !important;}
.marco2 {padding:20px 0px; box-sizing:border-box;background-color:#c1c4c6; clear:both;}
.marco3 {padding:20px 0px; box-sizing:border-box; background-color:#737a7e; clear:both; box-shadow: inset 0px 0px 35px #333;}
.wsnw { white-space:nowrap !important;}
.btn-negro { background-color:#000 !important; color:#fff !important;}
.txtthin { font-weight:300 !important; font-family: 'sfui-thin'}
.hv3 { height:3px; overflow:hidden;}
.hv4 { height:4px; overflow:hidden;}
.hv10 { height:10px; overflow:hidden;}
.w70 { width:70%;}
.w90 { width:90%;}
.refficha { background-color:grey; padding:8px 20px 8px 10px; box-sizing:border-box; float:left; color:#fff !important; }
.bggris { background-color:#d5d7d8;}
.nopad { padding:0px !important;}
.zibig { z-index:9999999999999;}
.zibig2 { z-index:999999999999999;}
.dvresult { z-index:9999999999999;}
#campoqsearch, #campoqsearchm { width:270px;}
#campoqsearchm .inputq {width:100% !important}
@media (min-width: 369px) {
    #campoqsearch, #campoqsearchm { width:320px !important;}
}
@media (min-width: 469px) {
    #campoqsearch, #campoqsearchm { width:450px !important;}
}

@media (min-width: 769px) {
    #campoqsearch, #campoqsearchm { width:420px !important;}
}

@media (min-width: 1230px) {
    .botones_menu{
        margin-left: 7rem;
    }
}

.qsearch1 { float:left; width:15%;}
.qsearch2 { float:left; width:80%; margin-left:5px;}
.qsearch3 { height:500px; overflow-y:scroll;}

/*
CSS SCROLLUP
*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:17%;
    right:7%;
    display:none;
    text-indent:-9999px;
    background: url('../inc/scrollup/icon_top.png') no-repeat;
    z-index:100;
}
/*
FIN CSS SCROLLUP
*/
/*
CSS COOKIES
*/
#cookframe {
    position:absolute;
}
#usocookies {
    position:fixed; bottom:-45px; left:0px; width:100%; height: inherit; background-image:url('../inc/cookies/pixopaco.png'); z-index:9999999999999999;
}

/*
FIN CSS COOKIES
*/
/* SLIDER */
#myCarousel, .carousel-inner{
    max-height: 800px !important;
}
/* FIN SLIDER */
.searchAbsolute{
position:absolute; right:10rem; top:-16px; z-index: 1111;
}
@media only screen and (max-width: 776px) {
    .searchAbsolute{
        right:0px !important;
    }
}

.sfblack{
    font-family: 'sfui-regular';
}
.sfthin{
    font-family: 'sfui-thin';
}
#headerlangs a{
    padding-right: 0.7rem;
}
@media only screen and (max-width: 905px) {
    #headerlangs{
        display: none;
    }
}
/* fuente menu movil */
.mm-list > li > a, .mm-list > li > span{  
    font-weight: 800;
}



/* TARJETA CONTACTO */
.italic {
  font-style: italic;
}
@media only screen and (min-width: 526px) and (max-width: 698px)  {
    .card{
        transform:scale(0.7,0.7) translate(-50px, 0px) !important;
    }
}
@media only screen and (max-width: 525px) {
    .card{
        -moz-transform: scale(0.45) translate(-100px, 0px) !important;
        -webkit-transform: scale(0.45) translate(-100px, 0px) !important;
        -o-transform: scale(0.45) translate(-100px, 0px) !important;
        -ms-transform: scale(0.45) translate(-100px, 0px) !important;
        transform: scale(0.45) translate(-100px, 0px) !important;
    }
}
@media only screen and (max-width: 455px) {
    .card{
        -moz-transform: scale(0.45) translate(-160px, 0px) !important;
        -webkit-transform: scale(0.45) translate(-160px, 0px) !important;
        -o-transform: scale(0.45) translate(-160px, 0px) !important;
        -ms-transform: scale(0.45) translate(-160px, 0px) !important;
        transform: scale(0.45) translate(-160px, 0px) !important;
    }
}
@media only screen and (max-width: 355px) {
    .card{
        -moz-transform: scale(0.45) translate(-210px, 0px) !important;
        -webkit-transform: scale(0.45) translate(-210px, 0px) !important;
        -o-transform: scale(0.45) translate(-210px, 0px) !important;
        -ms-transform: scale(0.45) translate(-210px, 0px) !important;
        transform: scale(0.45) translate(-210px, 0px) !important;
    }
}
@media only screen and (max-width: 410px) {
    .card{
        -moz-transform: scale(0.45) translate(-260px, 0px) !important;
        -webkit-transform: scale(0.45) translate(-260px, 0px) !important;
        -o-transform: scale(0.45) translate(-260px, 0px) !important;
        -ms-transform: scale(0.45) translate(-260px, 0px) !important;
        transform: scale(0.45) translate(-260px, 0px) !important;
    }
}
@media only screen and (max-width: 325px) {
    .card{
        -moz-transform: scale(0.45) translate(-320px, 0px) !important;
        -webkit-transform: scale(0.45) translate(-320px, 0px) !important;
        -o-transform: scale(0.45) translate(-320px, 0px) !important;
        -ms-transform: scale(0.45) translate(-320px, 0px) !important;
        transform: scale(0.45) translate(-320px, 0px) !important;
    }
}
.card {
    transform:scale(0.8,0.8);
  position: relative;
  margin: auto;
  height: 325px;
    margin-top: 10rem;
  width: 600px;
  text-align: center;
  background: linear-gradient(#dddddd, #70767a, #000000);
  border-radius: 2px;
  box-shadow: 0 6px 12px -3px rgba(0,0,0,.3);
  color: #fff;
  padding: 30px;
}

.card header {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  padding: 0 10%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.card header > *:first-child {
  text-align: left;
}
.card header > *:last-child {
  text-align: right;
}

.logoc {
  font-size: 24px;
  position: relative;
}
.logoc:before,
.logoc:after {
  content: '';
  position: absolute;
  top: 50%;
  border-top: 3px solid currentColor;
  transform: translateY(-50%);
}

.logoc:before {
  right: 158px;
  width: 40%;
}
.logoc:after {
  left: 158px;
  width: 55%;
}

.logoc span {
  /*border: solid currentColor;
  border-width: 0 3px 3px 0;
  position: absolute;
  top: -22px;
  width: 69px;
  height: 70px;
  left: 50%;
  transform: translateX(-58%) rotate(58deg) skew(0deg, -30deg);*/
  display: block;
  position: absolute;
  width: 100%;
  top: calc(50% - 1px);
}

.announcement {
  position: relative;
  border: 3px solid currentColor;
  border-top: 0;
  width: 100%;
  height: 66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    margin-top: 7rem;
}

.announcement:before,
.announcement:after {
  content: '';
  position: absolute;
  top: 0px;
  border-top: 3px solid currentColor;
  height: 0;
  width: 15px;
}
.announcement:before {
  left: -3px;
}
.announcement:after {
  right: -3px;
}


.inspiration {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.announcement h1{
    font-family: 'sfui-regular';
}




/* FIN TARJETA CONTACTO */

.novis{
    display: none;
}
.langimg img{
    height: 40px;
    width: 40px;
    border-radius: 100px;
    box-shadow: 2px white 2px;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.8);
    margin-top: -1rem;
}
.langimgmov img{
    height: 40px;
    width: 40px;
    border-radius: 100px;
    box-shadow: 2px #444 2px;
    -webkit-box-shadow: 0px 0px 1px 2px #444444EE;
    -moz-box-shadow: 0px 0px 1px 2px #444444EE;
    box-shadow: 0px 0px 1px 2px #444444EE;
}
.qiconm{
    padding:0.5rem;
    color:#dfe0e1;
}
.qicon{
    cursor: pointer;
    color:#dfe0e1;
}
.blacktext{
    color:#444 !important;
}
.sfuiregular{
    font-family: 'sfui-regular' !important;
}
.text-decoration-none{
    text-decoration: none;
}
.mm-counter{
    font-family: 'sfui-regular' !important;
    color: #444 !important;
}
.mm-menu{
    background-color: #E3E4E5;
    color:#444;
}
.mm-subopen::after,.mm-subopen::before{
    border-color:#444 !important;
}
.css002 .fa{
    color:#444 !important;
}

/*PARTNERS*/
.card-exito .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 220px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-exito .img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.card-exito .info-wrap {
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid #eee;
}
.card-exito .bottom-wrap {
    padding: 15px;
    border-top: 1px solid #eee;
}

.label-rating { margin-right:10px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.card-exito .price-old {
    color: #999;
}
.bg-gray-exitos {
    background-color:#fbfbfb;
}
.cardi{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin:1rem;
}
/*FIN PARTNERS*/
.txtbanner{
    font-size: 6vw;
    font-family: 'sfui-regular';
}
.txtbanner-1,.txtbanner-4{
    float: left;
}
.txtbanner-2,.txtbanner-5{
    float: right;
}
.arr-4,.arr-5,.arr-6{
    top:5% !important;
}
.minifpro > div.texto p{
    margin:0;
}
.minifpro > div.texto{
    height: 135px !important;
    background-color: #e6e6e6b3 !important;
}
