/*
 Theme Name:   Conecta Theme
 Theme URI:    http://grupoxigeno.cl
 Description:  conecta.cl Theme
 Author:       Equipo de Desarrollo Grupo Oxigeno
 Author URI:   http://grupoxigeno.cl
 Version:      1.0.0
*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}
ol, ul, li {
    list-style: none;
}
a{
    text-decoration:none}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* THEME STARTS HERE */
#content-wrapper {
    width:100%;
    margin: 0 auto;
    background-color:white;
    overflow:hidden;
    display:block;
}
#header{
    height:42px;
    width:100%;
    background-color:#1B2B44;
    position:fixed; 
    z-index:20;
    top:0px;
}
#logo{
    float:left;
    margin:10px;
}
#menu {
    float:right;
    margin:3px
}
#menu ul {   
    list-style: none; margin: 0 0 0 0; padding-left: 0; 
}
#menu li {
    margin-right: 40px;       
    font-size:12px;
    font-weight:300;
    color:#EEEEEE;
    text-decoration:none;
    float:left; 
    position: relative;
    z-index: 99;
    top: 100px,
}
#menu a {
    color: #FFFFFF;
    display: block;
    line-height: 35px;
    padding: 0 12px;
    text-decoration: none; 
}
#menu a:hover{
    background: #1B2B44;
}
#menu ul ul a {
    background: #333333;
    line-height: 15px;
    padding: 10px 10px;
    width: 150px;
    margin-left:2px;
}
#menu li ul{
    display:none;
    position:absolute;     
} 
#menu li:hover > ul{
    display:block;
}
#menu li ul li{
    position: relative;
}
#menu li ul li ul{
    right: -163px;
    top:0px;       
}
#menu li ul li ul{
    position: relative;
} 
#menu li ul li ul li{
    right:2px; top:-32px; 
}
.lupa{
    float: right;
    margin-top: 13px;
    margin-right: 20px;
}
#search{
    width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
}
#search #search-title{
    color:#666666;
    font-size:24px;
    padding-top:0px;
    padding-bottom: 20px;
    font-weight:300;
    line-height:1.2;
}
#search form input[type="text"] {
    width: 100%;
    color:#666666;
    font-family: 'Open Sans', sans-serif;
    font-weight:100;
    line-height:1.2;
    font-size:70px;
    appearance: none;
    box-shadow: none;
    border-bottom: solid 1px #999999;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    margin-bottom: 3px;
}
#search form input[type="text"]:focus {
    outline: none;
}
#search form input[type=submit] {
    /*-moz-box-shadow:inset 0px 1px 0px 0px #666666;
    -webkit-box-shadow:inset 0px 1px 0px 0px #666666;
    box-shadow:inset 0px 1px 0px 0px #666666;*/
    background-color:#666666;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
    -webkit-appearance: none;
    margin-top: 10px;
    float: right;
    width: 80px;
    height: 30px;
    font-size: 14px;
    appearance: none;
    box-shadow: none;
    border: solid 0px #666666;
    background-color:#666666;
    color:#EEEEEE;
    margin-bottom: 50px;
}
#search form input[type=submit]:hover{
    background-color:#333333;
}
#segunda_seccion #resultado-search{
    color:#666666;
    font-size:24px;
    padding-top:50px;
    padding-bottom: 20px;
    font-weight:300;
    line-height:1.2;
}
/********************************************/
/*CONTENIDOS*/
/********************************************/
.scrollup{
    width:40px;
    z-index: 99;
    height:40px;            
    text-indent:-9999px;
    opacity:0.3;
    position:fixed;
    bottom:130px;
    right: 36px;
    display:none;           
    background: url(images/icon_top.png) no-repeat;
}

/**************/
/*Home*/
/**************/
#primera_seccion{
    margin-top: 41px;
    padding-top: 41px;
    width:100%;
    height:460px; 
    margin:auto;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 }
#primera_seccion #contenedor-single{
    position: absolute;
    z-index: 1;
    width:60%;
    height:auto;
    margin:auto;
    padding-top:5px;
    padding-left:100px;
    padding-bottom:10px
}
#primera_seccion #contenedor-single h1{
    color:#666666;
    font-size:80px;
    padding-top: 80px;
}
#primera_seccion #contenedor-single h2{
    color:#666666;
    font-size:24px;
    padding-top:30px;
    padding-bottom: 30px;
    font-weight:300;
    line-height:1.2;
}
#primera_seccion #contenedor-single .classname {
    -moz-box-shadow:inset 0px 1px 0px 0px #666666;
    -webkit-box-shadow:inset 0px 1px 0px 0px #666666;
    box-shadow:inset 0px 1px 0px 0px #666666;
    background-color:#666666;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
    text-indent:0;
    display:inline-block;
    color:#ffffff;
    font-size:14px;
    font-style:normal;
    height:45px;
    line-height:45px;
    width:150px;
    text-decoration:none;
    text-align:left;
    text-shadow:1px 1px 0px #666666;
    margin-top:0px;
    padding-top: 0px;
    font-weight:300;
    padding-left:15px;
    padding-right:15px;
}
#primera_seccion #contenedor-single .classname:hover {
    background-color:#333333;
}
#primera_seccion #contenedor-single img{
    padding-top:7px;
    float: right;
    height: auto;
}
#contenedor-single-i{
    display:none;
}
#contenedor-single-c{
    height: 430px;
}
#contenedor-single-c img{
    width: 100%;
    position: relative;
    float: left;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#content-banner{
    margin:0 auto;
    padding: 0;
}
#content-banner h1{
    position: absolute;
    z-index:1;
    height: auto;
    width: auto;
    font-size: 14px;
    color:#666;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 12px;
    opacity: 1;
}

/***********************************************/
section{
    margin:10px auto;
    overflow:hidden;
    padding:10px auto;
    width:100%;
}
article{
    float:left;
    width:50%;
}
.fila1{
    text-align: right;
}
.fila1 #f1-borde{
    margin:20px 20px 20px 200px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:#666 solid thin;
    border-bottom:#666 solid thin;
}
.fila1 #img-single img{
    margin-top: 20px;
    width: 450px;
}
.fila1 #f1-borde p{
    /*padding-left: 150px;*/
    line-height:1.3;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.fila2{
    text-align: left;
}
.fila2 h2{
    margin:20px 10px 5px 20px;
    color: #666;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.fila2 #f2-borde{
    margin:20px 20px 3px 20px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:#666 solid thin;
    border-bottom:#666 solid thin;
}
.fila2 #f2-borde h3{
    font-size:12px;
    color:#666666;
    font-weight:300;
    margin-top:0px;
    margin-bottom:20px
}
.fila2 #f2-borde h4{
    font-size:16px;
    color:#666666;
    font-weight:bold;
    line-height:1.6;
}
.fila2 #f2-borde p{
    font-size:14px;
    color: #666666;
    font-weight:400;
    line-height:1.3;
    margin-bottom:10px;
}
.fila2 #f2-borde .archivo{
    font-size:12px;
    color: #666666;
    font-weight:300;
    text-decoration: none;
}
.fila2 #f2-borde a{
    font-size:13px;
    font-weight:bold;
    color: #1B2B44;
    text-decoration: none;
}
.fila2 #f2-borde strong{
    font-weight:200;
    color:#607888;
    font-size: 10px;
}
#red-sol{
    /*float: right;*/
    margin: 0 auto;
    padding-right: 15px;
}

/**********************************************/
#primera_seccion #contenedor-banner-producto{
    position: absolute;
    z-index:1;
    width:80%;
    height: auto;
    margin:auto;
    padding-top:10px;
    padding-left:100px;
}
#primera_seccion #contenedor-banner-producto h1{
    color:#aaaaaa;
    font-size:80px;
    padding-top: 80px;
}
#primera_seccion #contenedor-banner-producto h2{
    color:#aaaaaa;
    font-size:24px;
    padding-top:30px;
    padding-bottom: 30px;
    font-weight:300;
    line-height:1.2;
}
#primera_seccion #contenedor-banner-producto #mini_videos_cont{
    position: relative;
    padding-bottom:10px;
    padding-top:0px;
    width:100%;
    float:left
}
#primera_seccion #contenedor-banner-producto #mini_videos_cont img{
    width:128px;
    height: 72px;
}
#primera_seccion #contenedor-banner-producto #mini_videos_cont .sobre-m{
    position:absolute;
    top:0px;
    left:0px;
    border:none;
}
#video_pop{
    background-color: #ffffff;
    width:800px;
    height:auto; 
    margin:auto;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#primera_seccion #contenedor-single-section{
    position: absolute;
    z-index: 1;
    width:80%;
    margin:auto;
    padding-top:180px;
    padding-left:100px;
}
#primera_seccion #contenedor-single-section p{
    color:#666666;
    font-size:24px;
    font-weight:300;
    line-height:1.2;
}
#segunda_seccion{
    width:80%;
    height:auto;
    margin:auto;
}   
#segunda_seccion #contenedor-producto{
    width:100%;
    margin-top:60px;
    float:left;
    overflow:hidden;
}
#segunda_seccion #silla{
    position: relative;
    width:30.3%;
    margin-top: 0px;
    height:auto;
    float:left;
}
#segunda_seccion #silla-fijo{
    position: static;
    width:100%;
    margin: 0;
    height:auto;
    float:left;
}
#segunda_seccion #silla img{
    width:100%
}
#segunda_seccion #descripcion{
    position: relative;
    width:34%;
    height:auto;
    float:left;
    margin:2%;
}
#segunda_seccion #descripcion h1{
    color:#666666;
    font-size:26px;
    font-weight:700;
    padding-bottom:10px;
}
#segunda_seccion #descripcion .similares{
    color:#333333;
    font-size:12px;
    font-weight:200;
}
#segunda_seccion #descripcion h2{
    color:#999999;
    font-size:16px;
    font-weight:700;
    padding-bottom:10px;
}
#segunda_seccion #descripcion h4{
    color:#666666;
    font-size:14px;
    margin-top: 0px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:#666 solid thin;
}
#segunda_seccion #descripcion h5{
    margin-top: 0px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:#666 solid thin;
}
#segunda_seccion #descripcion span{
    color:#333333;
    font-size:12px;
    font-weight:200;
}
#segunda_seccion #descripcion p{
    color:#666666;
    font-size:14px;
    padding-bottom:10px;
    line-height:1.3
}
#segunda_seccion #descripcion #color_cont{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.circulo{
    position: relative;
    width: 23px;
    height: 23px; 
    border-radius: 100%; 
    -webkit-border-radius: 100%; 
    -moz-border-radius:100%;
    border: #666 solid thin;
    /*box-shadow: 1px 1px 3px #999999;*/
}
.circulo img{
    margin: -1px;
    width:24px;
    height: 24px;
}
.circulo .sobre-c{
    position:absolute;
    top:0px;
    left:0px;
    border:none;
}
#segunda_seccion #descripcion #color{
    height:25px;
    width:25px;
    float:left;
    margin-right:5px;
}  
#segunda_seccion #descripcion #boton_cont{
    padding-bottom:50px;
    padding-top:10px;
    border-top:#666 solid thin;
    width:100%;
    float:left
} 
#segunda_seccion #descripcion #boton_cont img{
    padding-top:7px;
    float: right;
} 
#segunda_seccion #descripcion #vistas_cont{
    width:100%;
    float:left;
    margin-bottom:20px;
}
#segunda_seccion #descripcion #vistas{
    padding: 5px;
    margin-bottom: 5px;
    /*width:60px;*/
    height:60px;
    float:left;
    display:table-cell; 
    text-align:center;
    vertical-align:middle; 
    border-right:#666 solid thin;
}
#segunda_seccion #descripcion #vistas img{
    height:100%;
    /*width:100%;*/
    margin:auto;
    padding-bottom: 0px;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*float:left;*/
}
#segunda_seccion #descripcion #vistas_f_cont{
    width:100%;
    float:left;
    margin-bottom:20px;
}
#segunda_seccion #descripcion #vistas_f{
    padding: 5px;
    margin-bottom: 5px;
    /*width:60px;*/
    height:60px;
    float:left;
    display:table-cell; 
    text-align:center;
    vertical-align:middle; 
    border-right:#666 solid thin;
}
#segunda_seccion #descripcion #vistas_f img{
    height:100%;
    /*width:100%;*/
    margin:auto;
    padding-bottom: 0px;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*float:left;*/
}
#segunda_seccion #descripcion #caracteristicas_cont{
    width:100%;
    float:left;
    margin-bottom:20px;
}
#segunda_seccion #descripcion #caracteristicas{
    padding: 5px;
    margin-bottom: 5px;
    /*width:60px;*/
    height:60px;
    float:left;
    display:table-cell; 
    text-align:center;
    vertical-align:middle; 
    border-right:#666 solid thin;
}
#segunda_seccion #descripcion #caracteristicas img{
    height:100%;
    /*width:100%;*/
    margin:auto;
    padding-bottom: 0px;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*float:left;*/
} 
#segunda_seccion #descripcion #cert_cont{
    width:100%;
    float:left;
    margin-bottom:20px;
}
#segunda_seccion #descripcion #cert{
    padding: 5px;
    margin-bottom: 5px;
    /*width: 60px;*/
    height:60px;
    float:left;
    display:table-cell; 
    text-align:center;
    vertical-align:middle; 
    border-right:#666 solid thin;
}
#segunda_seccion #descripcion #cert img{
    height:100%;
    /*width:100%;*/
    margin:auto;
    padding-bottom: 0px;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*float:left;*/
}
#segunda_seccion #descripcion #descargas{
    margin-bottom:20px;
    width:100%;
    float:left;
}
#segunda_seccion #descripcion #doc{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    width:100%;
    height:40px;
    float:left;
    display:table-cell; 
    text-align:center;
    vertical-align:middle; 
    border-bottom:#666 solid thin;
}
#segunda_seccion #descripcion #doc img{
    width:25px;
    height:30px;
    margin:auto;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float:left;
}
#segunda_seccion #descripcion #doc p{
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    display:table-cell; 
    text-align:center;
    vertical-align:middle; 
    font-size: 14px;
    color:#999999;
    font-family: 'Open Sans', sans-serif;
    font-weight:100;
    line-height:1.2;
}
#segunda_seccion #descripcion #doc span{
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    display:table-cell; 
    text-align:center;
    vertical-align:middle; 
    font-size: 14px;
    color:#999999;
    font-family: 'Open Sans', sans-serif;
    font-weight:100;
    line-height:1.2;

}
#segunda_seccion #descripcion #videos{
    margin-bottom:10px;
    width:100%;
    float:left;
}
#segunda_seccion #descripcion #video-responsive{
    display:none;
}
#iconos_sociales{
    padding-bottom:10px;
    margin-bottom:50px;
    float:right;
}
#icono{
    margin-top: 10px;
    text-align:right;
    margin-left:10px;
    height:25px;
    width:25px;
    float:right;
}
.grid{ 
    margin-top: 78px;
    width:100%
}  
.grid-item{ 
    width: 25%; 
}
.grid-item img{ 
    width: 100%; 
}

/*.grid-item--width2 { width: 50%; }*/

#tercera_seccion{
    width:100%;
    margin:auto;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:auto;
} 
#contenedor-banner-producto-footer{
    margin:0 auto;
    padding: 0;
}
#contenedor-banner-producto-footer h1{
    position: absolute;
    z-index:1;
    height: auto;
    width: auto;
    font-size: 14px;
    color:#666;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 8px;
    opacity: 1;
}

/***************************************/
/**Efecto hover: Productos
/***************************************/
.p_img {
    position:relative;
    overflow:hidden;
}
.img_cont {
    position:absolute;
    background:#000;
    height:100%;
    width:100%;
    opacity:.5; 
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*top:450px;*/
    color:#FFFFFF;
    font-size:18px;
    z-index:0;
}
.img_cont p{
    text-align: center;
    padding-top: 120px;
    color: #fff;
}
a.title_link{
    color:#FFFFFF;
}

.img_cont .ver_mas{
    text-align: center;
    display:inline-block;
    text-decoration:none;
    padding: 5px;
    margin-top: 10px;
    font-size:12px;
    color:#000;
    border: 1px solid #fff;
    background-color: #fff;

    /*background:#e5e5e5;
    display:inline-block;
    margin:0 6px;
    padding:7px 20px 7px;
    color:#333;
    text-decoration:none;
    text-shadow: 0 1px 1px #FFF;
    border:1px solid #ccc;*/
}

/***************************************/
/**Ergonomia
/***************************************/
#entrada{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    float:left
}
#entrada a{
    color:#607888;
    font-size: 10px;
}
#entrada a:hover{
    text-decoration:underline;
}
#line-top{
    padding-top: 10px;
    margin-left: 380px;
    border-bottom:#d3d3d3 solid thin;    
}
#line-footer{
    padding-top: 10px;
    margin-left: 380px;
    border-bottom:#d3d3d3 solid thin;    
} 
#entrada h1{
    margin:20px 10px 0px 20px;
    color: #666;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
#entrada h1 .title{
    color: #666;
    font-size: 20px;
    font-weight: bold;
} 
#entrada h2{
    font-size:12px;
    color:#666666;
    font-weight:300;
    margin-top:20px;
    margin-bottom:20px;
    margin-left: 380px;
}  
#entrada h3{
    font-size:18px;
    color:#666666;
    font-weight:800;
    margin-bottom:20px;
    margin-top:20px
}
#entrada h4{
    font-size:16px;
    color:#666666;
    font-weight:bold;
    line-height:1.6;
}
#entrada h5{
    float: right;
    font-size:12px;
    color:#666666;
    font-weight:600;
    padding-right: 5px;
    padding-bottom:10px;
}
#entrada p{
    font-size:14px;
    color:#666666;
    font-weight:400;
    line-height:1.3;
    margin-bottom:10px;
    margin-left: 380px;
}
#entrada strong{
    font-weight:200;
    color:#607888;
    font-size: 10px;
}
#entrada img{
    width:100%
}    
#entrada #cajafoto{
    width:350px;
    height:auto;
    float:left;
    margin-bottom:20px;
    margin-right:30px;
    margin-top:20px
}
/***************************************/
/**Boton redondeado del sitio
/***************************************/          
.classname {
    -moz-box-shadow:inset 0px 1px 0px 0px #666666;
    -webkit-box-shadow:inset 0px 1px 0px 0px #666666;
    box-shadow:inset 0px 1px 0px 0px #666666;
    background-color:#666666;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
    text-indent:0;
    display:inline-block;
    color:#ffffff;
    font-size:14px;
    font-style:normal;
    height:35px;
    line-height:35px;
    width:110px;
    text-decoration:none;
    text-align:left;
    text-shadow:1px 1px 0px #666666;
    margin-top:0px;
    font-weight:300;
    padding-left:15px;
    padding-right:15px;
}.classname:hover {
    background-color:#333333;
}.classname:active {
    position:relative;
    top:1px;
}
.classname2 { -moz-box-shadow: inset 0px 1px 0px 0px #666666; -webkit-box-shadow: inset 0px 1px 0px 0px #666666; box-shadow: inset 0px 1px 0px 0px #666666; background-color: #B5B5B5; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; text-indent: 0; display: inline-block; color: #ffffff; font-size: 14px; font-style: normal; height: 35px; line-height: 35px; width: auto; text-decoration: none; text-align: center; text-shadow: 1px 1px 0px #666666; margin-top: 0px; font-weight: 300; padding-left: 15px; padding-right: 15px; }.classname2:hover {
    background-color:#666666;
}.classname2:active {
    position:relative;
    top:1px;
}
.no-criteria{
    width: 100%;
    margin: 30px;
    padding: 10px;
}
.no-criteria h2{
    width: auto;
    left: 0;
    right: 0;
    color: #666666;
    font-size: 20px;
}
/************************************/
/*PAGINATION
/************************************/
ul.page-numbers {
    margin: 20px 0 10px;
    width: 100%;
    padding: 0;
    font-size: 13px;
    line-height: normal;
    clear: both;
    float: left;
    }
ul.page-numbers li {
    float: left;
    margin-bottom: 20px;
}
ul.page-numbers a,
ul.page-numbers span {
    width: 30px;
    height: 30px;
    border-radius: 100%; 
    -webkit-border-radius: 100%; 
    -moz-border-radius:100%;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#E4E3E3), to(#FFFFFF));
    background: -moz-linear-gradient(top,  #E4E3E3,  #FFFFFF);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E3E3', endColorstr='#FFFFFF');*/
    padding-right: 9px;
    padding-left: 9px;
    padding-top: 4px;
    padding-bottom: 4px; 
    margin: 3px;
    text-decoration: none;
    border: 2px solid #666666;
    color: #333;
}
ul.page-numbers a:hover,
ul.page-numbers span.current {  
    border: 2px solid #666666;
    background-color: #666666;
    color: #ffffff;
}
.pagination {
    display: none;
    visibility: hidden;
}
#infscr-loading{
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}
/************************************/
/*FOOTER
/************************************/
#footer{
    height:135px;
    width:100%;
    float:left;
    z-index: 99; 
}
#footer #newsletter{
    height:50px;
    padding-top:12.5px;
    width:100%;
    background:#C7C7C7;
    text-align:center;
    vertical-align: middle;
    font-size:12px;
    font-weight:700;
    color:#333333;
}
#footer #newsletter #hola{
    display: none;
}
/*#footer #newsletter .wpcf7 label{
    margin-right: 10px;
}*/
#footer #newsletter form input[type="text"]{
    margin: 0;
    outline: none;
    width: 240px;
    height: 25px;
    font-size: 0.9em;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px; 
    -webkit-border-radius: 6px 0px 0px 6px;
    border: solid 2px #666666;
    padding-left: 10px;
}
#footer #newsletter form input[type="text"]:focus{
    border: solid 2px #333333;
}
#footer #newsletter form input[type="submit"]{
    margin: 0;
    outline: none;
    margin-left: -4px;
    width: 90px;
    height: 25px;
    font-size: 0.9em;
    -webkit-appearance: none !important;
    appearance: none;
    box-shadow: none;
    border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border: solid 2px #666666;
    background-color:#666666;
    color:#EEEEEE
}
#footer #newsletter form input[type="submit"]:hover{
    background-color: #333333;
    border: solid 2px #333333;
}
/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.msg{
    width: 100%;
    color: white;
    font-weight: bold;
    height: auto;
    line-height: 12px;
    padding: 0 1px;
    position: absolute;
    left: 0px;
    text-transform: none;
    /*min-width: 121px;*/
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}
/*.foo{
    border-radius: 6px 0px 0px 6px;
}*/
#footer #firma{
    height:50px;
    width:100%;
    background:#FFFFFF;
    text-align:center;
    vertical-align: middle;
    font-size:12px;
    font-weight:400;
    color:#666666;
}
#footer #logo2{/**/
    margin-top:5px;
    height:40px;
    width:15%;
    float:left;
}
#footer #logo2 img{
    float:left;
    padding-left: 30px;
}
#footer #centro{/**/
    height:40px;
    width:70%;
    float:left;
}
#footer #centro #menu2{
    margin: 0 auto;
}
#footer #redes{/**/
    height:40px;
    width:15%;
    float:left;
    margin-top:10px;
    padding-right: 30px;
}
#footer #redes img{
    float:right;
    padding-right: 15px;
}
#menu2{
    width: 50%;
    padding: 18px;
    text-align:center;
}
#menu2 li{
    margin-left:40px;
    font-size:12px;
    font-weight:300;
    color:#666666;
    text-align:center;
    text-decoration:none;
    float:left;
}    
#menu2 li a{
    color:#666666;
    text-decoration:none;
}
#footer #go2{
    width: 100%;
    font-size: 9px;
    font-weight:300;
    text-align: right;
    padding-right: 47px;
    margin: 6px;
    /*padding-right: 10px;*/
}
#footer #go2 a{
    color: #666666;
}
#linetop-go2{
    margin-right: 40px;
    margin-left: 35px;
    border-bottom:#666666 solid thin;    
}

/*************************************************/
/* Formulario de contacto "Contact Form 7 */
/*************************************************/
#contenedor-contact{
    position:relative;
    width: 100%;
    margin-top: 50px;
}
#map{
    width:100%;
    height:420px; 
    margin:auto;
    margin:auto;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#form-cotizar{
    background-color: #ffffff;
    padding-top: 40px;
}
.wpcf7 span{
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    font-weight:100;
    line-height:1.5;
    padding: 0px;
    color:#999999;
}
.wpcf7 p{
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    font-weight:100;
    line-height:1.5;
    padding: 0px;
    color:#666666;
} 
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    width: 100%;
    color:#666666;
    font-size:24px;
    padding-top:0px;
    /*padding-bottom: 20px;*/
    font-weight:100;
    font-family: 'Open Sans', sans-serif;
    line-height:1.5;
    appearance: none;
    outline:none;
    box-shadow: none;
    border-bottom: solid 1px #999999;
    border-top: solid 0px #fff;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    margin-bottom: 5px;
}
.wpcf7 input[type="number"]{
    width: 50px;
    color:#666666;
    font-size:24px;
    padding-top:0px;
    /*padding-bottom: 20px;*/
    font-weight:100;
    font-family: 'Open Sans', sans-serif;
    line-height:1.5;
    appearance: none;
    outline:none;
    box-shadow: none;
    border-bottom: solid 1px #999999;
    border-top: solid 0px #fff;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    margin-bottom: 3px;
}
.wpcf7 textarea{
    height: 150px;
    font-family: 'Open Sans', sans-serif;
    font-weight:100;
    line-height:1.5;
}
.wpcf7 input[type=submit] {
    /*-moz-box-shadow:inset 0px 1px 0px 0px #666666;
    -webkit-box-shadow:inset 0px 1px 0px 0px #666666;
    box-shadow:inset 0px 1px 0px 0px #666666;*/
    background-color:#666666;
    outline:none;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
    -webkit-appearance: none;
    margin-top: 10px;
    float: right;
    width: 80px;
    height: 30px;
    font-size: 14px;
    appearance: none;
    box-shadow: none;
    border: solid 0px #666666;
    background-color:#666666;
    color:#EEEEEE;
    margin-bottom: 50px;
}
.wpcf7 input[type=submit]:hover{
    background-color:#333333;
}


/* CF7 Colores errores mensajes */
.wpcf7 .wpcf7-validation-errors{
    font-size: 12px;
    border:none;
    background-color:#eded8e; /*#EEEC41*/
    margin:0;
    margin-top: 35px;
    padding:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wpcf7 .wpcf7-mail-sent-ok{
    font-size: 12px;
    border:none;
    background-color:#7ad33f;
    margin-top: 35px;
    margin:0;
    padding:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wpcf7 .wpcf7-mail-sent-ng{
    font-size: 12px;
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
}
.wpcf7 span.wpcf7-not-valid-tip{
    font-size: 12px;
    border:none;
    background-color:#dd7a7a; /*#cf2d38*/
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:5px;
    width: 100%;
    color: white;
    /* Un poco de sombras */
    /*-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);*/
}
/************************************************/
/************************************************/
/*****************Not found 404******************/
/************************************************/
#content_404{
    width: 100%;
    margin: 0 auto;
}
#num_404{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 200px;
    font-weight: bold;
    color: #999999;
}
.search_404{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.search_404 h1{
    margin-bottom: 100px;
}
.search_404 p{
    margin-bottom: 100px;
}

#login h1 a {
    background-image: url(images/logo2.jpg) !important; 
    background-size: 50%;
    font-size: 20px;
    line-height: 2.3em;
    width: 100%;
}
/************************************************/
/************************************************/
/* MEDIA QUERIES */
@media only screen and (max-width: 1588px) {

    #menu2{
        width: 60%;
    }

}

@media only screen and (max-width: 1535px) {

    #menu2{
        width: 55%;
    }
    #segunda_seccion #descripcion #doc p{
        font-size: 13px;
    }
    #segunda_seccion #descripcion #doc span{
        font-size: 13px;
    }

}

@media only screen and (max-width: 1481px) {

    #primera_seccion{
        height:430px;
    }
    #contenedor-single, #contenedor-single-c{
        height: 430px; 
    }
    #contenedor-banner-producto, #contenedor-banner-producto-c{
        height: 430px; 
    }
    #contenedor-single-section-c{
        height: 430px; 
    }

}

@media only screen and (max-width: 1452px) {

    #menu2{
        width: 60%;
    }

}

@media only screen and (max-width: 1359px) {

    .grid{ 
        /*margin-top: 90px;*/
        width:100%
    }

}

@media only screen and (max-width: 1330px) {

    .owl-theme .owl-controls .owl-buttons div{
    }
    #menu2{
        width: 65%;
    }

}

@media only screen and (max-width: 1228px) {

    #menu2{
        width: 70%;
    }

}

@media only screen and (max-width: 1220px) {

    #menu2{
        width: 75%;
    }

}

@media only screen and (max-width: 1108px) {

    #menu2{
        width: 85%;
    }

}

@media only screen and (max-width: 1024px) {

    section{
        width:100%;
    }
    .fila1 #img-single img{
        width: 100%;
    }
    #segunda_seccion #silla{
        width:50%;
        height:auto;
        float:left;
    }
    #segunda_seccion{
        padding-top:40px
    }   
    #segunda_seccion #descripcion{
        width:46%;
    }
    #segunda_seccion #descripcion #doc p{
        font-size: 12px;
    }
    #segunda_seccion #descripcion #doc span{
        font-size: 12px;
    }
    #slider-wrapper{
        display:none;
    }
    .element-item {
        width: 33%;
        float:left
    }
    #menu2{
        width: 95%;
    }

}

@media only screen and (max-width: 948px) {
    #contenedor-single-c{
        height: auto; 
    }
    #primera_seccion{
        height: auto;
    }
    #contenedor-banner-producto, #contenedor-banner-producto-c{
        display:none;
    }
    #contenedor-single-section, #contenedor-single-section-c{
        display: none;
    }
    #segunda_seccion #descripcion #video-responsive{
        display:block;
    }
    #segunda_seccion #descripcion #videos_cont{
        position: relative;
        width:100%;
        float:left;
    }
    #segunda_seccion #descripcion #videos_cont img{
        width:128px;
        height: 72px;
    }
    #segunda_seccion #descripcion #videos_cont .sobre-v{
        position:absolute;
        top:0px;
        left:0px;
        border:none;
    }
   .fila1 #f1-borde{
        margin:20px 20px 20px 100px;
    }

}

@media only screen and (max-width: 868px) {
    
    #video_pop{
        width:755px;
    }
    #contenedor-single-c{
        display: none;
    }
    #contenedor-single-i{
        /*background: url(images/luce1.jpg) no-repeat top center scroll;*/
        width: 100%;
        position: relative;
        float: left;
        height: 220px;
        display: block;
    }
    #contenedor-single-i img{
        width: 120%;
        position: relative;
        float: left;
        display: block;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #primera_seccion #contenedor-single{
        background-color: #ffffff;
        position: relative;
        float: left;
        padding-left:70px;
        z-index: 1;
        width:100%;
        height: auto;
        margin:auto;
        padding-bottom:25px;
    }
    #primera_seccion #contenedor-single h1{
        font-size:60px;
        padding-top: 10px;
    }
    #primera_seccion #contenedor-single h2{
        font-size:20px;
        padding-top:25px;
        padding-bottom:25px;
        font-weight:300;
        line-height:1.2;
    }
    .owl-theme .owl-controls .owl-buttons div{
    }
    #menu2{
        display:none;
    }

}

@media only screen and (max-width: 850px) {

    #menu li {
        margin-right: 20px;       
        font-size:11px;
        font-weight:200;
    }

}

@media only screen and (max-width: 800px) {
    
    #footer #logo2{
        width:45%;
    }
    #footer #centro{
        width:5%;
    }
    #footer #redes{
        width:50%;
    }

}

@media only screen and (max-width: 768px) {

    #video_pop{
        width:605px;
    }
    #primera_seccion #contenedor-single{
        padding-right:30px;
        padding-left:50px;
    }
    #primera_seccion #contenedor-single h2{
        font-weight:300;
        line-height:1.2;
    }
    article{
        width:100%;
    }
    .fila1{
        text-align: left;
    }
    .fila1 #f1-borde{
        margin:20px;
    }
    .fila2 #f2-borde{
        margin:20px 0px 3px 20px;
        padding-top:10px;
        padding-bottom:10px;
        border-top:#fff solid thin;
        border-bottom:#666 solid thin;
    }
    #segunda_seccion #silla{
        width:100%;
        height:auto;
        float:left;
    }   
    .element-item {
        width: 50%;
        float:left
    }
    #map{
        height: 250px;
    }
    .img_cont p{
        padding:0;
        margin: 50px 80px;
        color: #fff;
    }
    #segunda_seccion #descripcion{
        width:100%;
        float:left;
        margin:0;
    }
    #segunda_seccion #descripcion #doc p{
        font-size: 10px;
    }
    #segunda_seccion #descripcion #doc span{
        font-size: 10px;
    }
    #entrada{
        margin-bottom: 30px;
    }
    #menu{
        display: none;
    }
    .lupa{
        display: none;
    }
    #footer #newsletter{
        /*display:none;*/
    }
    .fila2 #f2-borde{
        padding-top:-50px;
    }
    #contenedor-contact{
        margin-top: 0px;
    }

}

@media only screen and (max-width: 628px) {
    
    #video_pop{
        width:505px;
    }
    #footer{
        height: 155px;
    }
    #footer #newsletter{
        height:70px;
        font-size:11px;
    }
    #footer #newsletter #hola{
        width: 100%;
        display: block;
    }
    #footer #newsletter form label{
        display: none;
    }
    #footer #newsletter form input[type="text"]{
        margin-top: 10px;
        margin: 0;
        width: 200px;
        height: 20px;
        font-size: 0.7em;
    }
    #footer #newsletter form input[type="submit"]{
        margin-top: 10px;
        margin-left: -4px;
        width: 70px;
        height: 20px;
        font-size: 0.7em;
    }
    #entrada #cajafoto{
        width:100%;
    }
    #entrada h1{
        margin-left: 0px;
    }
    #entrada h2{
        margin-left: 0px;
    }
    #entrada p{
        margin-left: 0px;
    }
    #line-top{
        margin-left: 0px;
    }
    #line-footer{
        margin-left: 0px; 
    } 
    #footer #logo2 img{
        padding-left: 10px;
    }
    #footer #redes{
        padding-right: 10px;
    }
    #linetop-go2{
        margin-right: 22px;
        margin-left: 15px;
    }
    #footer #go2{
        padding-right: 30px;
    }
    .scrollup{
        right: 20px;
    }

}

@media only screen and (max-width: 420px) {
    #contenedor-single-i{
        height: 150px;
    }
    #primera_seccion #contenedor-single{
        padding-left:20px;
        padding-right: 10px;
    }
    #primera_seccion #contenedor-single h1{
        font-size:50px;
    }
    #primera_seccion #contenedor-single h2{
        font-size:18px;
    }
    #video_pop{
        width:305px;
    }
    #entrada{
        margin-bottom: 0px;
    }
    #f2-borde #content-wp img{
        height:auto;
        width:100%;
        margin:auto;
        padding-bottom: 0px;
        overflow:hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #num_404{
        font-size: 150px;
    }

}

@media only screen and (max-width: 343px) {

    #video_pop{
        width:205px;
    }
    .owl-buttons div{
    }
    #footer #newsletter form input[type="text"]{
        width: 150px;
    }
    #footer #go2{
        /*text-align: center;*/
    }
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea, 
    .wpcf7 span{
        font-size: 17px;
    }

}

/* Agregado por Horacio Valdés en proceso de corrección de tema - 03-07-2024 */

#primera_seccion #contenedor-banner-producto #mini_videos_cont {
    display: none;
}

#wp_custom_attachment_3_url {
    display: none;
}

/* Media Query para celulares */
@media only screen and (max-width: 767px) {
  /* Estilos específicos para celulares */
	#contenedor-single-i,
	#menu-button,
	#header {
		display: none !important;
	}
	/* Estilos de menú mobile */
	#menu-mobile {
		/* display: block; */
		/* Aquí puedes agregar más estilos específicos para el menú móvil */
	}
}

/* Media Query para tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Estilos específicos para tablets */
  body {
    font-size: 16px; /* Ejemplo de ajuste de tamaño de fuente */
  }
}

