@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: 300;
}
p {
    font-size: 14px;
    color: #545454;
}

a#archivo_AC {
    display: none;
}

a#archivo_AF {
    display: none;
}

a#archivo_US {
    display: none;
}

.op_btn2 {
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    color: #fff;
    background-color: #06b3ca;
}

.op_btn2:hover {
    background: #2196F3;
}


.titulo_año {
    background-color: #06b3ca;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.tamaño_medio{
    width: 950px;
    margin: auto;
}

.boton_rips {
    display: block;
    width: 149px;
    border: solid 1px #06b3ca;
    color: #06b3ca;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.contenedor_buscador {
    position: relative;
} 

a.titulo_Pbuscador :hover {
    background-color: #595959;
    color: #fff;
}

#buscador {
    position: relative;
    max-width: 500px;
}

#resultado_busqueda_codigos
{
    position: absolute;
    z-index: 999999999;
    background: rgb(255, 255, 255);
    max-width: 420px;
    min-width: 700px;
    max-height: 500px;
    overflow: auto;
    left: : 0;
    top: 21px;
    display: none;
    box-shadow: 0 2px 16px rgba(255, 255, 255, 0.32);
}

.input_buscador_codigos{
    width: 30%;
    float: left;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.71);
    z-index: 99999999;
    width: 100%;
    height: 100%;
    display: none;
    transition: 0.5s;
}

#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/loader2.svg) no-repeat center 0;
    background-size: contain;
    margin: -100px 0 0 -100px;
}

html {
    height: 100%;
    width: 100%;
}

div#alerta_pago_pendiente {
    background: #d85252;
    color: #fff;
    padding: 20px;
}

#alerta_pago_pendiente p {
    color: #fff;
}


.loginBox .logo_txt {
    float: none;
    width: 100%;
    font-size: 20px;
}

#ver_mas {
    background: url(../img/btn_verMas_arrow.png) no-repeat 14px -16px;
    border: dashed 1px #1d88bd;
    border-radius: 5px;
    padding: 10px 15px;
    color: #1d88bd;
    cursor: pointer;
    transition: 0.5s;
    margin-left: 48%;
}
#ver_mas:hover {
    background-color: #1d88bd;
    border-color: transparent;
    background-position: 14px 9px;
    transition: 0.5s;
    color: #fff;
}

/*velo confirmacion*/
#confirmacion {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    display: none;
}

#editor_flotante_confirmacion {
    display: none;
    position: relative;
    left:50%;
    top: 50%;
}

.relativo_confirmacion {
    position: absolute;
    width: 400px;
    background-color: #fff;
    padding: 80px 10px;
    text-align: center;
    left: -200px;
    top: -114px;
    z-index: 99999;
}

div#mensaje_confirmacion {
    margin-bottom: 15px;
}

#confirmacion {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    display: none;
}
/*******************/


/******************************/
/*Estilos para manipular VELOS*/
/******************************/
.velo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    display: none;
}

.nivel_visibilidad_1
{
    z-index:9001 !important;
}

.nivel_visibilidad_2
{
    z-index:9002 !important;
}

.nivel_visibilidad_3
{
    z-index:9003 !important;
}

.nivel_visibilidad_4
{
    z-index:9004 !important;
}

.nivel_visibilidad_5
{
    z-index:9005 !important;
}

.nivel_visibilidad_6
{
    z-index:9006 !important;
}

.nivel_visibilidad_7
{
    z-index:9007 !important;
}

.nivel_visibilidad_9
{
    z-index:9008 !important;
}

.nivel_visibilidad_10
{
    z-index:9009 !important;
}

.editor_flotante {
    position: fixed;
    width: 70%;
    max-height: 80%;
    border: solid 2px transparent;
    background: #ffffff;
    padding: 20px;
    top: 0;
    left: 0;
    margin: 2% 15%;
    box-sizing: border-box;
    z-index: 999;
    color: #6b6b6b;
    font-weight: 300;
    overflow: auto;
}

.editor_flotante_2 {
    width: 20% !important;
    margin: 2% 40% !important;
}

.editor_flotante_3 {
    width: 30% !important;
    margin: 2% 35% !important;
}

.editor_flotante_4 {
    width: 40% !important;
    margin: 2% 30% !important;
}

.editor_flotante_5 {
    width: 50% !important;
    margin: 2% 25% !important;
}

.editor_flotante_6 {
    width: 60% !important;
    margin: 2% 20% !important;
}

.editor_flotante_7 {
    width: 70% !important;
    margin: 2% 15% !important;
}

.editor_flotante_8 {
    width: 80% !important;
    margin: 2% 10% !important;
}

div#contenedor_relativo {
    position: relative;
    width: 100%;
    height: 100%;
}

.cerrar_editor {
    width: auto !important;
    outline: none;
    position: absolute;
    right: -15px;
    top: -15px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 8px;
    color: #ffffff;
    border-radius: 12px;
    background-color: #606060;
}

.cerrar_editor:hover {
    background-color: #c93939;
}


nav#menu_principal i:first-child {
    width: 20px;
}


span.Mprincipal {
    padding: 15px;
    display: block;
    color: rgba(0, 0, 0, 0.5);
    min-width: 200px;
}

    #menu_principal ul li {
    color: #afafaf;
}

ul.children {
    display: none;
    background: #00BCD4;
    position: absolute;
}

li.submenu {
    transition: 0.5s;
    cursor: pointer;
    /* background: #45484d; */
    background: -moz-linear-gradient(top, #45484d 0%, #363a41 100%);
    /* background: -webkit-linear-gradient(top, #45484d 0%,#363a41 100%); */
    /* background: linear-gradient(to bottom, #45484d 0%,#363a41 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#363a41',GradientType=0 );
}



.spacer_subCategorias {
    width: 20%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding: 10px;
}

.contenedor_imagenS img {
    width: 100%;
}

.spacerIntSub {
    width: 100%;
    height: 100%;
    position: relative;
}

.spacer_subCategorias .img_subcategoria {
    width: 100%;
    height: 138px;
    overflow: hidden;
    border-radius: 10px;
}
.spacer_subCategorias .img_subcategoria img {
    width: 100%;
    height: 100%;
}
.spacer_subCategorias h2 {
    height: 60px;
    color: #4c4c4c;
    font-weight: 300;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    /* display: table-cell; */
    /* vertical-align: middle; */
}

.spacerIntSub a {
    text-decoration: none;
}

h1 {
    color: #0087a5;
    text-align: left;
    text-align: center;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
h2 {
    font-weight: 300;
    color: #707070;
    text-align: center;
}
.main {
    padding-top: 50px;
    position: relative;
    width: 100%;
    height: 100%;
}

div#contenedor_zumitrack {
    width: 500px;
    margin: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 6px #d4d4d4;
}

/* ====================*/

/* FOOTER*/

/* ====================*/

footer td {
    color: #3a3a3a;
    text-decoration: none;
    line-height: 24px;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif !important;
}

.contactenos_footer img {
    display: none;
}

footer {
    background-color: #000000;
    background-position: bottom;
    background-size: cover;
    padding: 70px 0px 30px;
    font-weight: 300;
    color: #404040;
    font-size: 0.8em !important;
}

}
span.btn_despues_registro {
    color: #636363;
    font-size: 16px;
    float: right;
    margin-top: 20px;
    font-weight: 700;
}
.msg_final_ok {
    color: #008cd4;
    font-size: 20px;
    font-weight: 700;
}
.gars_ingresar input[type="submit"] {
    border: none;
    background: #1092cd;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    margin-top: 10px;
    padding: 10px 60px;
    font-weight: 300;
    transition: 0.5s;
    cursor: pointer;
}
.gars_ingresar input[type="submit"]:hover {
    background: #545454;
    transition: 0.5s;
}
.msg_invalido {
    color: #C00;
}
.msg_valido {
    color: #690;
}
.msg_validacion {
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 12px;
}
select {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}


div#loginBox .campo label{color: #5d5d5d;}


.campo input[type=text], .campo input[type=email], .campo input[type=password], .campo input[type=number], .campo select {
}
.resultados {
    padding: 20px;
}
.loadingb {
    padding: 20px;
    text-align: center;
    display: none;
}
div#resultado_busqueda {
    z-index: 999999999;
    background: rgb(255, 255, 255);
    min-width: 271px;
    overflow: auto;
    right: 0;
    box-shadow: 0 2px 16px rgba(255, 255, 255, 0.32);
    max-width: 600px;
    margin: auto;
    transition: 1s;
    margin-top: 20px;
}

.visible{opacity: 1;}
.invisible{opacity: 0;}


div#resultado_busqueda li {
    list-style: none;
    position: relative;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
}
div#resultado_busqueda li:first-child {
    margin-top: 0;
}
div#resultado_busqueda li:last-child {
    border-bottom: none;
}
.titulo_Pbuscador {
    color: #6F6F6F;
}
.fb {
    background: url("../img/red_fb.png");
    width: 50px;
    float: left;
}
.twt {
    background: url("../img/red_twt.png");
    width: 50px;
    float: left;
}
.in {
    background: url("../img/red_in.png");
    width: 50px;
    float: left;
}
.yt {
    background: url("../img/red_yt.png");
    width: 50px;
    float: left;
}
.fb:hover {
    background-position: 0 -50px;
}
.twt:hover {
    background-position: 0 -50px;
}
.in:hover {
    background-position: 0 -50px;
}
.yt:hover {
    background-position: 0 -50px;
}
.spacer .product-fields {
    display: none;
}
.nomostrar {
    display: none;
}
.mostrar {
    display: block;
}

.tabs dt.tabs {
    border: none;
    padding: 5px 7px 5px 5px !important;
}
dd.tabs {
    background: #fff;
    border-radius: 10px;
    padding: 50px 15px 15px 15px;
    box-shadow: 0px 0px 5px #A9A9A9;
    border: none;
}
dt.tabDescripcion {
    background: #acc73d !important;
    border-radius: 0 !important;
    width: 40%;
    position: absolute;
    top: -8px;
    left: 25px;
}
dt.open h3 {
    border: dashed 1px #fff;
    width: 100%;
    text-indent: 40px;
}
.tabCondiciones h3 {
    background: url("../img/icono_alerta.png") no-repeat;
    background-position: 12px;
}
.tabDescripcion h3 {
    background: url("../img/icono_estrella.png") no-repeat;
    background-position: 12px;
}
dt.closed h3 {
    border: dashed 1px #fff;
    width: 100%;
    text-indent: 42px;
}
dl#tabs {
    width: 100% !important;
    position: relative;/* font-size: 18px; */
}
dl#tabs a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
dt.tabCondiciones {
    background: #acc73d !important;
    border-radius: 0 !important;
    width: 40%;
    position: absolute;
    top: -8px;
    right: 25px;
    border: none !important;
}
.buscador {
    width: 15%;
    float: right;
}
/*MINI LOGIN*/
#mini_login a {
    color: #959595;
    text-decoration: none;
}
#mini_login {
    position: absolute;
    right: 180px;
    top: 8px;
    color: #ffffff;
    font-size: 12px;
}
.registrar {
    background: url('../img/ic_registrar.png') no-repeat;
    background-position: 0px -3px;
    padding: 3px 6px 3px 15px;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.26, 0.74, 0.47, 2.43);
    cursor: pointer;
}
.registrar:hover {
    background-position: 0px -31px;
}
.registrar a {
    text-decoration: none;
    background-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 15px;
    cursor: pointer;
}
.ir_cuenta {
    padding: 3px 15px 3px 15px;
}
/*===========================*/


#menu_principal .logo {
    background-size: contain;
    max-width: 250px;
    max-height: 48px;
    margin: auto;
    background-position: center !important;
    float: left;
}

.logo_txt {
    background-size: contain;
    color: #b2b2b2;
    text-transform: capitalize;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 30px;
    text-align: center;
    float: left;
    width: 250px;
    display: table;
    height: 48px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

.ol-overlay-container.ol-selectable {
    top: 10px !important;
    right: 10px !important;
    left: unset !important;
    height: 300px;
    width: 300px;
}

.ol-popup:after, .ol-popup:before {
    display: none;
}

.ol-popup {
    border-radius: 0 !important;
    position: static !important;
    background-color: #ffffffc9 !important;
}

div#popup-header {
    font-size: 14px;
}

div#popup-content {
    font-size: 14px;
}

.ol-popup-closer{
    color:#1d88bd;
}

.logo_txt a {
    text-decoration: none;
    color: #b2b2b2;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    display: table;
    width: 100%;
}

#helper_logo_txt
    {
    height: 48px;
    overflow: hidden;
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 100%;
    }
header {
    position: relative;
    background-size: cover;
    padding: 4px;
    background: url(http://www.zumitek.com/plataforma/fondo.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}
.contador {
    position: absolute;
    bottom: -19px;
    right: 118px;
    font-weight: 300;
    color: #666;
    font-size: 13px;
}
.pie {
    clear: both;
}
.header_center {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 200px 50px;
}
.divcenter {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.divcenter2 {
    margin: 0 auto;
    width: 1100px;
}
/*AREA DE PRODUCTOS HOME*/

.descripcion_corta {
    font-size: 14px;
    color: #222222;
    height: 45px;
    text-align: center;
}
.boton_verMas {
    text-align: right;
}
#btn_verMas_productos {
    background: url(../img/btn_verMas_arrow.png) no-repeat 14px -16px;
    border: dashed 1px #1451ac;
    border-radius: 5px;
    padding: 10px 15px 8px 35px;
    color: #1451ac;
    cursor: pointer;
    transition: 0.5s;
}
#btn_verMas_productos:hover {
    background-color: #499b40;
    border-color: transparent;
    background-position: 14px 9px;
    transition: 0.5s;
    color: #fff;
}
.imagen {
    width: 100%;
    height: 240px;
    padding: 0px 10px;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
}
.contenedor_producto {
    width: 33%;
    float: left;
    padding: 15px 30px;
}
.contenedor_producto img {max-width: 100%;max-height:  100%;}
/*MINI CARRITO*/
.mini_carrito {
    position: absolute;
    right: 0;
    top: 10px;
}
.mostrar_carro a {
    text-decoration: none;
    padding: 7px 15px 7px 33px;
    background: url(../img/ic_carrito.png) no-repeat 7px 6px;
    background-color: #4d9c40;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.26, 0.74, 0.47, 2.43);
}
.mostrar_carro a:hover {
    background-position: 7px -22px;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.26, 0.74, 0.47, 2.43);
    background-color: #1f8741;
}
/*=======*/

/*SLIDER PRODUCTOS*/
div#area_productos {
    padding-bottom: 20px;
}

.imagenSlider {
    padding: 0px 15px;
    height: 190px;
    text-align: center !important;
    display: flex;
    vertical-align: bottom;
}

.imagenSlider img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/*===============================*/
/*AREA DE REGISTRO / LOGIN*/
div#singupBox {
    max-width: 700px;
    padding: 30px;
    position: relative;
    background: #fff;
    margin: auto;
}
/*===============================*/

/*MSG ALERTA */
div#reporte_mensajes {
    text-align: center;
    background: #3e3e3e;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}
.msg_alerta {
    padding: 5px;
}
.msg_alerta a {
    color: #ffffff;
    text-decoration: none;
    background: #2196F3;
    padding: 5px 10px;
}
/*===============================*/

/*PRODUCTO */
    .spacerSlider a{
        text-decoration:none;
    }

    div#area_productos a {
    text-decoration: none;
    color: #fff;
}

.titulo_productos {
    color: #222222;
    text-align: center;
    font-size: 15px;
}
span.precio_ahora {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 17px;
    display: block;
}
.area_precios {
    text-align: center;
}

.VerMas2 a{color:#fff; text-decoration:none;}

.VerMas2 {
    text-align: center;
    background: #727175;
    color: #fff;
    padding: 20px 0;
    font-weight: 300;
    transition: 0.5s;
}
.VerMas2:hover {
    background-color: #000000;
    background-position: 8px -22px;
}


/*===============================*/

/*miCuenta */

input.btnS_miCuenta {
    border: none;
    background: #008cd4;
    color: #fff;
    font-family: 'Noto Sans SC', sans-serif;
    padding: 5px 10px;
    float: right;
}
a.btn_recuperar {
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    margin-left: 10px;
    display: block;
    float: right;
    background-color: #008cd4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
}
a.btn_recuperar:hover {
    color: #fff;
    background-color: #03699e;
    transition: 0.5s;
}
.btn_ver_items {
    color: #fff;
    text-decoration: none;
    background-color: #504e4f;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 300;
}
.btn_ver_items:hover {
    background-color: #008cd4;
    transition: 0.5s;
}
#mis_carritos h2 {
    margin: 10px;
    text-align: center;
}
.miCuenta_cajas {
    float: left;
    width: 33%;
    padding: 0 30px;
}
.area_cuenta {
    border-bottom: solid 1px #d6d6d6;
    padding: 30px 0 40px;
}
#miCuenta_seguridad {
}
span.correoVerificadoF {
    font-size: 10px;
    color: #f00;
}
span.correoVerificadoT {
    font-size: 10px;
    color: #4f961b;
}
#miCuenta_datosPrincipales {
}
div#miCuenta_datosContacto {
}
#items_carrito .precio_ahora {
    font-size: 15px;
}
#items_carrito .precio_antes {
    font-size: 12px;
}
#items_carrito {
    display: none;
}
/**/
#area_pedidos .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#area_pedidos span.precio_ahora {
    font-weight: 300;
    font-size: 16px;
}
.btn_regresar {
    color: #fff;
    background-color: #504e4f;
    font-weight: 300;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
}
.btn_regresar:hover {
    background-color: #008cd4;
    transition: 0.5s;
}
/*===============================*/

/* LOGIN BOX */
.loginBox {
    max-width: 400px;
    margin: auto;
    padding: 30px 40px;
    background: #ffffff;
}
div#loginBox input[type=submit] {
    border: none;
    background: #0a4362;
    color: #ffffff;
    margin-top: 10px;
    padding: 15px 60px;
    font-weight: 300;
    transition: 0.5s;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
}
div#loginBox input[type=submit]:hover {
    background: #d7a629;
    transition: 0.5s;
}
#h2registrar {text-align: center;}
#h2login {text-align: center;display: block;width: 100%;}
.loader {
    text-align: center;
}
.loadingRegistro {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30%;
}
/*===============================*/
/*CARRUSEL=======================*/

.sliderP ul.flex-direction-nav {
    top: 30%;
}
.sliderP .displayCell {
    text-align: center;
}
.sliderP .VerMas a {
    display: -webkit-inline-box;
}
#contenedorCarrusel .flex-viewport {
    height: 60px !important;
    overflow: hidden;
}
.img_carrusel img {
    max-width: 100%;
    vertical-align: middle;
    max-height: 60px;
}

.img_carrusel {
    white-space: nowrap;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.img_carrusel img {
    width: auto !important;
    height: auto;
    display: inline-block !important;
    max-width: 100%;
    vertical-align: middle;
    max-height: 40px;
}


.img_carrusel {
    height: 40px;
    white-space: nowrap;
    text-align: center;
}
li.flex-nav-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    left: -50px;
}
ul.flex-direction-nav {
    position: absolute;
    top: 20%;
    width: 100%;
}
.flexslider {
    position: relative;
}
.flexsliderC {
    position: relative;
}
li.flex-nav-next {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -50px;
}
a.flex-prev {
    background: url('../img/arrows.png') no-repeat -4px -4px;
    width: 32px;
    height: 32px;
    opacity: 1 !important;
    text-indent: 999999px;
}
a.flex-prev:hover {
    background-position: -4px -42px;
    transition: none;
}
a.flex-next {
    background: url('../img/arrows.png') no-repeat -42px -4px;
    width: 32px;
    height: 32px;
    opacity: 1 !important;
    text-indent: 999999px;
}
a.flex-next:hover {
    background-position: -42px -42px;
    transition: none;
}
/*===============================*/


/*===AREA DETALLES PRODUCTO==== */

input.btn_addtocart {
    background: #4d9c40;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 20px;
    cursor: pointer;
    font-family: 'Noto Sans SC', sans-serif;
    transition: 0.5s;
}
.PD_precios {
    text-align: right;
}
span.precio_antes {
    text-decoration: line-through;
    color: #636363;
    font-size: 14px;
}
.informacion_producto {
    margin-bottom: 20px;
}
div.imagen_principal {
    height: 400px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 10px;
    width: 85%;
    padding: 20px;
    float: left;
}
    .helperIMG {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    height: 360px;
    overflow: hidden;
 }

.tableIMG {
        display: table;
    width: 100%;
    max-height: 100%;
}
.imagen_principal img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100% !important;
}
.producto_izquierda {
    float: left;
    width: 55%;
    padding-right: 25px;
}
.producto_derecha {
    float: right;
    width: 45%;
    position: relative;
    height: 400px;
}
/*=======*/

#PB_descripcion section li {
    padding-left: 5px;
    list-style-position: inside;
    line-height: 20px;
    font-size: 14px;
}
#PB_descripcion span {
    font-family: 'Noto Sans SC', sans-serif;
}
*:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#PB_descripcion p {
    margin: 0 0 20px;
    line-height: 1.5;
}
#PB_descripcion main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}
#PB_descripcion section {
    display: none;
    padding: 20px 30px;
    border-top: 1px solid #ddd;
}
#PB_descripcion input {
    display: none;
}
#PB_descripcion label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 300;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}
#PB_descripcion label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}
#PB_descripcion label[for*='1']:before {
    content: url('../img/icono_detalles.png');
}
#PB_descripcion label[for*='2']:before {
    content: url('../img/icono_tab2.png');
}
#PB_descripcion label[for*='3']:before {
    content: '\f16b';
}
#PB_descripcion label[for*='4']:before {
    content: '\f1a9';
}
#PB_descripcion label:hover {
    color: #888;
    cursor: pointer;
}
#PB_descripcion input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #008cd4;
    border-bottom: 1px solid #fff;
}
#PB_descripcion #tab1:checked ~ #content1, #PB_descripcion #tab2:checked ~ #content2, #PB_descripcion #tab3:checked ~ #content3, #PB_descripcion #tab4:checked ~ #content4 {
    display: block;
    color: #4c4c4c;
}

/* ALERTA FLOTANTE
===========*/

div#alertaFlotante {
    background: #504e4f;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    left: -200px;
    width: 400px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
div#contenedor_centrarAlerta {
    left: 50%;
    position: absolute;
    top: 40%;
}
div#contenedor_relativo {
    position: relative;
    width: 100%;
    height: 100%;
}
div#contenedor_centrarAlerta {
    left: 50%;
    position: absolute;
    top: 40%;
}
div#contenedor_alerta {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.32);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
}
#continuar_comprando, #ir_carro {
    padding: 10px;
}
#continuar_comprando a {
    color: #008cd4;
    text-decoration: none;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
a {
}
#ir_carro a {
    color: #fff;
    text-decoration: none;
    background: #008cd4;
    padding: 5px 10px;
    border-radius: 5px;
}
div#alertaFlotante p {
    margin-bottom: 15px;
}
/*CARRITO DE PRODUCTOS*/

.table>thead>tr>th {
    vertical-align: bottom;
    font-weight: 600;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
th {
    text-align: left;
}
td, th {
    padding: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 12px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

div#tablaActivados {
    margin-bottom: 20px;
}

.herramientas_zt {
    top: 10px;
    right: 10px;
    position: absolute;
}
tbody tr:last-child {
    border-bottom: none;
}
.table {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}
table {
}
.imgProductoCarritoDiv {
    width: 60px;
}
img.imgProductoCarrito {
    width: 100%;
}
tbody tr {
}
#carrito .precio_antes {
    font-size: 12px;
}
#carrito .precio_ahora {
    font-size: 15px;
}
a.vinculoProductoCarrito {
    color: #008cd4;
    text-decoration: none;
}
.texto_precio_total {
    font-weight: 700;
    text-align: right;
}
.totalCarrito {
    border: none !important;
}
.totalCarrito td {
    border: none !important;
}
.btnNext {
    text-decoration: none;
    padding: 5px 15px 5px 33px;
    background: url(../img/btnNext.png) no-repeat 7px 5px;
    background-color: #1092cd;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.26, 0.74, 0.47, 2.43);
    float: right;
}
.btnNext:hover {
    background-position: 7px -23px;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.26, 0.74, 0.47, 2.43);
    background-color: #25719e;
}
/* PESTAÑAS CARRITO=======*/

label.lbl_Carrito:before {
}
#carrito section li {
    list-style-position: inside;
    line-height: 20px;
    font-size: 14px;
}
#carrito span {
    font-family: 'Noto Sans SC', sans-serif;
}
*:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#carrito p {
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 14px;
}
#carrito main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}
#carrito section {
    display: none;
    padding: 20px 30px;
}
#carrito input.input_Carrito {
    display: none;
}
#carrito label.lbl_Carrito {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 300;
    text-align: center;
    color: #bbb;
}
#carrito label:before {
    margin-right: 10px;
    vertical-align: middle;
}
#carrito label.lbl_Carrito:hover {
    color: #888;
    cursor: pointer;
}
#carrito input:checked + label {
    color: #555;
    font-weight: 600;
}

#carrito #tab1:checked ~ #content1, #carrito #tab2:checked ~ #content2, #carrito #tab3:checked ~ #content3, #carrito #tab4:checked ~ #content4, #carrito #tab5:checked ~ #content5 {
        display: block;
        color: #4c4c4c;
    }

#envio_izq {
    float: left;
    width: 30%;
    padding: 30px 0 0 0;
    font-size: 14px;
}
.lbl_opcionEnvio {
    display: block;
    padding: 10px 0px;
}
#envio_der {
    float: right;
    width: 70%;
    padding: 30px 40px;
    border-left: solid 1px #ccc;
}
#envio_der h2 {
    color: #008bd0;
    font-weight: 700;
}
#envio_der p {
    font-size: 12px;
}
input {
    outline: none;
}
#envio2 {
    display: none;
}
section#content2 label:before {
    display: none;
}
.lbl_direccionB {
    display: block;
    padding-bottom: 5px;
}
#formularioB {
    display: none;
}
#btn_nuevaDireccion {
    text-decoration: none;
    padding: 5px 15px;
    background-color: #2d2d2d;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.26, 0.74, 0.47, 2.43);
}
#direcciones_guardadas {
    margin-bottom: 10px;
}
#direcciones_guardadas input[type=radio] {
    margin-right: 5px;
}
.loadinCarrito {
    padding: 20px;
    text-align: center;
}
/*Medios de pago*/
.lbl_medioPago:before {
    display: none;
}
.area_medios_pago input[type=radio] {
    margin-right: 10px;
}
.costo_envio {
    margin-left: 10px;
    font-size: 12px;
    color: #008bd0;
}
#carrito label[for*='1']:before {
    content: url('../img/sistema/ic_incompleto.png');
}
#carrito label[for*='2']:before {
    content: url('../img/sistema/ic_incompleto.png');
}
#carrito label[for*='3']:before {
    content: url('../img/sistema/ic_incompleto.png');
}
#carrito label[for*='4']:before {
    content: url('../img/sistema/ic_incompleto.png');
}
.completado {
    color: #008cd4 !important;
}
.completado::before {
    content: url('../img/sistema/ic_completo.png') !important;
}
h2#titulo_medios_pago {
    color: #1092cd;
}
#content3 p {
    font-size: 13px;
}
/*confirmacion*/

table.table.tabla_confirmacion {
    width: 50%;
    margin: auto;
    text-align: center;
}
#confirmacion_der {
    float: right;
    width: 70%;
    padding: 30px 40px;
    border-left: solid 1px #ccc;
}
#confirmacion_izq {
    float: left;
    width: 30%;
    padding: 30px 20px 0 0;
    text-align: justify;
}
#confirmacion_izq p {
    font-size: 14px;
}
h2.titulo_confirmacion {
    color: #008bd0;
    font-weight: 700;
}
.btn_pagar {
    text-decoration: none;
    padding: 20px 50px;
    background-color: #1092cd;
    color: #fff;
    transition-timing-function: cubic-bezier(0.26, 0.74, 0.47, 2.43);
    border: none;
    cursor: pointer;
    margin: 20px auto 0;
    display: -webkit-box;
}

.btn_pagar:hover {
    background-color: #3a4651;
}

#confirmacion_der form {
    text-align: center;
}
.owl-dot {
    background: #ccc;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
}
.owl-dot.active {
    background: #008cd4 !important;
}
.owl-dots {
    margin: auto;
    height: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
#contenedor_slider_publicitario {
    position: relative;
    overflow: hidden;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-prev {
    position: absolute;
    background: url('../img/arrows.png') no-repeat -4px -4px;
    width: 32px;
    height: 32px;
    opacity: 0;
    text-indent: 999999px;
    transition: none !important;
    left: 10px;
    top: -26px;
    overflow: hidden;
}
.owl-next {
    position: absolute;
    background: url('../img/arrows.png') no-repeat -42px -4px;
    width: 32px;
    height: 32px;
    opacity: 0;
    text-indent: 999999px;
    transition: none;
    right: 10px;
    top: -26px;
    overflow: hidden;
}
.owl-prev:hover {
    background-position: -4px -42px;
    transition: none;
}
.owl-next:hover {
    background-position: -42px -42px;
    transition: none;
}
#contenedor_slider_publicitario:hover .owl-prev {
    opacity: 1;
}
#contenedor_slider_publicitario:hover .owl-next {
    opacity: 1;
}
.contenedor_imagenS {
    max-height: 500px;
}
.divcenter_slider {
    position: relative;
    width: 1200px;
    margin: auto;
    z-index: 9;
}
.contenedor_infoS {
    max-width: 1200px;
    margin: auto;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50px;
    background: rgba(0, 0, 0, 0.64);
    padding: 20px;
}
.contenedor_infoS h2 {
    color: #fff;
    font-size: 3em;
    font-weight: 100;
    text-shadow: -2px -2px 2px #000;
    text-transform: uppercase;
    line-height: 1em;
    display: block;
}
.contenedor_infoS span {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-shadow: -1px -1px 1px #000;
    margin-bottom: 25px;
}
.contenedor_infoS p {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
}
.divisores_sumario {
    border: solid 1px #ccc;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
}
#sumario_carrito h3 {
    color: #1092cd;
}
.valor_final {
    background: #ddd;
    border: none;
}
.img_medio_pago {
    text-align: center;
}
.filaMedioPago {
    margin-bottom: 15px;
}
.filaMedioPago input {
    margin-right: 14px;
}
.filaMedioPago img {
    margin-right: 11px;
}
/*cupon*/
input#cupon {
    display: block;
    width: 200px;
    padding: 6px 10px;
    box-sizing: border-box;
    font-family: 'Noto Sans SC', sans-serif;
    border-radius: 5px 5px 0px 0px;
    border: solid 1px #ccc;
    margin: 0;
}
input.btn_cupon {
    width: 200px;
    padding: 6px 10px;
    font-family: 'Noto Sans SC', sans-serif;
    border-radius: 0px 0px 5px 5px;
    border: none;
    background-color: #717171;
    color: #fff;
    cursor: pointer;
}
div#cupon_izquierda {
    float: left;
}
h3#titulo_cupon {
    color: #008cd4;
}
div#derecha_cupon {
    float: right;
    margin-left: 15px;
}
h3.titulo_iniciar {
    text-align: center;
}
#contenedor_cupon {
    float: right;
}
div#informacion_cupon {
    width: 200px;
    text-align: center;
}
td.texto_cupon {
    font-weight: 700;
    text-align: right;
}
tr.cupon {
    color: #dc2525;
    border-bottom: none;
    opacity: 0;
}
.msj_cuponExt {
    width: 200px;
    color: #909090;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.displayTable {
    display: table;
    width: 100%;
    height: 60px;
}
/*footer*/
.logof {
    float: left;
    width: 350px;
}

.contenedor_datos_contacto li {
    list-style: none;
    padding: 5px 0px;
}

.contactenos_footer {
    float: left;
}
footer h3 {
    font-weight: 100;
    color: #efefef;
    margin-bottom: 10px;
    font-size: 18px;
}
footer table tr {
    border: none !important;
    line-height: 35px;
}
/*carrusel marcas*/
div#contenedorCarrusel {
    padding: 70px 0px;
}
/*CATEGORIAS FRONT*/

.contenedor_categoriaFront img {
    min-width: 100%;
    max-height: 100%;
}
.contenedor_categoriaFront {
    position: relative;
    width: 250px;
    height: 200px;
    display: inline-table;
    margin: 40px 5px;
    border-radius:10px;
}
.contenedor_categoriasGRAL {
    /* width: 1200px; */
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.contenedor_categoriaFront h2 {
    position: absolute;
    top: 210px;
    width: 100%;
    font-weight: 300;
    color: #5f5f5f;
    font-size: 12px;
    text-align: center;
}
span.subtitulo_categoriaFront {
    display:none;
}
/*PRECIOS */

.displayTablePrecio {
    display: none;
    height: 45px;
    width: 100%;
}
.displayCell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/*titulos frontend*/
.contenedor_imagen {
    text-align: center;
    display: table;
    width: 100%;
}

.titulo_gral {
    text-align: center;
    font-size: 40px;
    color: #727075;
}
.sliderP h2, #contenedorProductos h2 {
    background: url("../img/icono_estrella_blanca.png") no-repeat;
    background-position: 15px 18px;
    color: #959595;
    text-align: center;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: dotted 1px #ccc;
    font-weight: 300;
    font-family: 'Noto Sans SC', sans-serif;
}
.PD_precios .precio_ahora {
    font-size: 27px;
    line-height: 23px;
}
div#encabezadoProductosGM {
    border-bottom: dashed 1px #ccc;
    margin-bottom: 10px;
    padding-bottom: 15px;
    max-height: 200px;
}
div#facebookLink {
    float: left;
}
.img_miniatura {
    float: left;
    width: 12%;
    padding: 10px;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-radius: 0px 5px 5px 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 1s;
}
.img_miniatura:hover {
    border-bottom-color: #579f3f;
    border-top-color: #579f3f;
    border-right-color: #579f3f;
    transition: 0.5s;
}
.img_miniatura img {
    width: 100%;
}
#imagenG_2, #imagenG_3, #imagenG_4 {
    display: none;
}
#footer_producto {
    position: absolute;
    bottom: 0;
    width: 100%;
}
div#logos_pagos {
    float: right;
}
.btn_addCart {
    text-align: right;
    /* background: url("../img/btn_addToCart.png") no-repeat; */
    padding-left: 45px;
    float: right;
    margin-bottom: 10px;
    margin-top: 5px;
}
.btn_addtocart:hover {
    background-color: #353334;
    transition: 0.5s;
}
.footer_3 {
    clear: both;
    border-top: solid 1px #ccc;
    padding-top: 13px;
}
span.lbl_marca {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}
.area_marca {
    text-align: right;
}
span.txt_marca {
    font-size: 25px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #585858;
}
span.descripcionCorta {
    font-size: 14px;
    color: #505050;
}
/*SLOGAN*/


#contenedorContenido h1 {
    margin-bottom: 20px;
}
/*CONTACTO*/
.campo textarea {
    display: block;
    width: 100% !important;
    min-height: 200px;
    padding: 6px 10px;
    box-sizing: border-box;
    font-family: 'Noto Sans SC', sans-serif;
    border: solid 1px #ddd;
}
div#contacto {
    width: 50%;
    margin: auto;
    margin-top: 30px;
    border: dashed 1px #ccc;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}
#contacto input[type="submit"] {
    border: none;
    background: #4d9c40;
    color: #fff;
    font-family: 'Noto Sans SC', sans-serif;
    margin-top: 10px;
    padding: 10px 60px;
    font-weight: 300;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 5px;
    float: right;
}
footer .titulo_contacto, footer .subtitulo_contacto {
    display: none;
}

footer .titulo_alternativo {
    font-weight: 100;
    color: #efefef;
    margin-bottom: 10px;
    font-size: 18px;
}

footer #contacto {
    width: 100%;
    border: none;
    padding: 0;
}

div#contacto_footer {
    width: 330px;
}

footer .campo textarea {
    min-height: 100px;
    background: #2d2d2d;
    color: #adadad;
    border: none;
}

#contenedor_login_registro #nombres, #contenedor_login_registro #apellidos {
    border:  none;
    width: 280px;
    display: block;
    float: right;
    color: #727175;
    background: transparent;
    text-align: center;
    height: 100% !important;
    position: absolute;
    right: 0;
}

.campoInput100 {
    border:  none;
    width: 100%;
    padding-left: 40px;
    display: block;
    float: right;
    color: #727175;
    background: transparent;
    text-align: center;
    height: 100% !important;
    position: absolute;
    right: 0;
}


#loginBox input[type=text], #loginBox input[type=email], #loginBox input[type=password]
{
    color:#727175;
    background: transparent;
    text-align:center;
    width: 100%;
    padding-left: 40px;
    height: 100% !important;
    position: absolute;
    right: 0;
    border:none;
}

div#captchaWindow {
    position: absolute;
    background: #000000c9;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

div#helperCaptcha {
    display: table;
    width: 100%;
    text-align: center;
    height: 100%;
}

div#helperCaptcha2 {
    display: table-cell;
    font-size: 20px;
    padding: 0 20px;
    vertical-align: middle;
}

input.submitBTN {
    width: 100%;
    padding: 10px;
    background: #727175;
    border: none;
    color: #fff;
}

#subtitulo_header {
}
nav#menu_principal{
    font-size: 15px;
    float: left;
    position: absolute;
    left: 250px;
}

ul.children li {
    float: none !important;
}


.activeGroup {
    background: #06b3ca;
    color: #fff !important;
}

.activeLink a {
    color: #ffffff !important;
    background: #06b3ca;
}

nav#menu_principal a {
    text-decoration: none;
    display: block;
    padding: 15px;
    text-align: center;
    min-width: 200px;
    color: rgb(255, 255, 255);
}

nav#menu_principal li {
    list-style:none;
    float: left;
}
nav#menu_principal li:last-child{
    border:none;
}


.relativo{
    position: relative;
}


.secciones {
    padding: 100px 0;   
    text-align: center;
}

.spacerMenu {
    text-align: center;
    display: inline-block;
    padding: 5px;
}

.spacerMenu a {
    text-decoration: none;
    color: #5a5a5a;
}






#menu_principal i.fas.fa-angle-up {
    float: right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.05s;
}

#menu_principal .areaOpen i.fas.fa-angle-up {
    float: right;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.5s;
}



.spacerMenu img {
    display: block;
    margin: auto;
    max-width: 100%;
}

span.nombre_menu {
    /* display: table-cell; */
    height: 30px;
}


.campo i {
    color: #9a9a9a;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

.campo .icono {
    width: 40px;
    height: 40px;
    float: left;
    background: #f0f3f6;
    display: table;
}

div#icono_usuario {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-image: url(../img/user.svg);
    vertical-align: middle;
}

h2#nombre_usuario {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-left: 30px;
}

div#widget_dispositivos {
    display: inline-block;
    margin-left: 7px;
    width: 30%;
    max-width: 480px;
    display: inline-block;
}

.campo50 {
    max-width: 316px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

#btn_mostrar_registro {
    border: none;
    background: #808080;
    color: #ffffff;
    margin-top: 10px;
    padding: 15px 60px;
    font-weight: 300;
    transition: 0.5s;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
}

a.link_login {
    color: #4871af;
    cursor: pointer;
}

a.link_login:hover {
    color: #727175;
    cursor: pointer;
}

div#mask_login {
    width: 100%;
    margin: auto;
    position: absolute;
}

div#mask_registro {
    width: 100%;
    margin: auto;
    position: absolute;
}

div#mask_restablecer {
    width: 100%;
    margin: auto;
    position: absolute;
}

#dispositivos_mapa {
    position: absolute;
    top: 0;
}

.btn_device {
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.contenedor_btn_device.relative {padding-left: 10px;}

.status_online {
    border-color: #35ab58;
    color: #35ab58;
}

.status_unknown {
    border-color: #909090;
    color: #909090;
}

.status_offline {
    border-color: #f37070;
    color: #f37070;
}


/* The container */
.lbl_container {
  display: block;
  position: relative;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.lbl_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 9px;
  left: 7px;
  height: 19px;
  width: 19px;
  border: solid 2px;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.lbl_container:hover input ~ .checkmark {
  background-color: #35ab58;
}

/* When the radio button is checked, add a blue background */
.lbl_container input:checked ~ .checkmark {
  background-color: #35ab58;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.lbl_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.lbl_container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #16e060;
    /* box-shadow: 0 0 7px #fdfffd; */
}

.cerrar_sesion {float: right;}

.cerrar_sesion a {
    padding: 14px;
    display: block;
    text-decoration: none;
    color: #06b3ca;
}


#btn_recuperarClave {
    border: none;
    background: #0a4362;
    color: #ffffff;
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    font-weight: 300;
    transition: 0.5s;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    display: block;
}


#olvidoPassword {
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 25px;
    color: #3d91bf;
}

input.checkGM[type=checkbox] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

input.checkGM[type=checkbox]:checked:after {
    background: url(../img/check_on.png);
    color: #ffa500;
}

input.checkGM[type=checkbox]:after {
    width: 20px;
    height: 21px;
    top: 1px;
    background: url(../img/check_off.png);
    content: "";
    color: #333;
    display: block;
}




#header_zt {
    width: 100%;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 9000;
    box-shadow: 2px 2px #eaeaea;
}

aside#Menu h1 {
    padding: 15px 20px;
    text-align: left;
    font-size: 18px;
    background: #3990c6;
    color: #fff;
}

#menuMiCuenta a {
    padding: 15px 20px;
    transition: 0.5s;
}

#menuMiCuenta a:hover {
    padding-left: 25px;
}

#menuMiCuenta a:hover span {
    color: #3990c6;
}

div#contenedor_cuenta {
    background: #fff;
}

a.btn_plus {
    color: #fff;
    background: #06b3ca;
    padding: 11px 12px;
    display: block;
    border-radius: 25px;
    transition: 0.5s;
    text-decoration: none;
    overflow: hidden;
    width: 46px;
    height: 46px;
    margin: auto;
    position: relative;
}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
    background: #f0f3f6;
    height: 100%;
}
.op_input1 {
    border: none;
    border-bottom: solid 1px #9E9E9E;
    border-radius: unset;
    outline: none;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
}


.op_btn1 {
    border: none;
    padding: 10px 20px;
    background: #00BCD4;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}

.contenedor_table {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    padding-top: 50px;
    top: 0;
    left: 0;
}

.contenedor_table_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#contenedor_buscador {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    margin-top: 30px;
}

.op_btn1:hover {
    background: #2196F3;
}





header {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

div#logo_columna {
    max-width: 180px;
    text-align: center;
    margin: auto;
}

#logo_columna svg {
    width: 100%;
}


li {
    list-style: none;
}

div#contenedor {
    margin-left: 260px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

footer {
    color: #9c9c9c;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    text-align: right;
    padding: 5px 15px;
    box-sizing: border-box;
}

#confirmacion {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    display: none;
}

.separador {
    border-bottom: dotted 1px #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.nivel_visibilidad_10 {
    z-index: 9009 !important;
}

.spacerMenu a {
    float: left;
    padding: 35px 10px 20px;
    width: 150px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    margin: 2px;
    color: #5a5a5a;
    text-decoration: none;
    transition: 0.2s;
}

.spacerMenu img {
    display: block;
    margin: auto;
    height: 48px;
}

.op_contenido {
    background: #fff;
    border: solid 1px #ececec;
    box-shadow: 1px 1px 2px #00000008;
    padding: 20px;
    margin-bottom: 20px !important;
}

span.nombre_menu {
    height: 40px;
    display: block;
    /* font-weight: 400; */
    font-size: 15px;
}

.spacerMenu a:hover {
    color: #fff;
    background: #00BCD4;
}

.campo2 {
    width: 50%;
    float: left;
    border: solid 5px #fff;
    text-align: center;
}

.op_input2 {
    border: none;
    border-bottom: solid 1px #9E9E9E;
    border: solid 1px #ddd;
    border-radius: unset;
    outline: none;
    text-align: center;
    padding: 13px 20px;
    width: 100%;
    transition: 0.5s;
}

.w800{
    max-width: 800px;
    margin: auto;
}

.campo3 {
    float: left;
    width: 33.333333%;
    padding: 5px;
    display: table;
}

.campo1 {
    float: left;
    width: 100%;
    padding: 5px;
}

.fila {
    clear: both;
}

select#correccion_optica {
    width: auto;
}

.campo {
    position: relative;
}

.show_lbl_form .lbl_form {
    opacity: 1;
    transition: 0.5s;
}
.lbl_form {
    position: absolute;
    top: 4px;
    left: 6px;
    font-size: 12px;
    color: #afafaf;
    opacity: 0;
}

.campo.show_lbl_form input {
    padding: 18px 20px 8px;
}

.campo.input_active input{
  border: solid 1px #9e9e9e;
}

select#estado_civil {
    width: auto;
    float: right;
}

span.label_left {padding-top: 16px;display: -webkit-inline-box;}

.areaOpen .Mprincipal {
    color: #fff;
}

.areaOpen {
    background: #00bcd4;
}

li.submenu:hover {
    background: #00bcd4;
}

li.submenu:hover .Mprincipal {
    color: #fff;
}

.logo {
    float: left;
}

.logo_login .logo {
    text-align: center;
    float: none !important;
    width: auto;
    display: inline-block;
}

.logo_login {
    text-align: center;
}

table#tabla_resultados {
    text-align: left;
    width: 100%;
}

table#tabla_resultados td {
    padding: 10px 20px 10px 0px;
}

table#tabla_resultados a {
    text-decoration: none;
    color: #7d7d7d;
}

table#tabla_resultados a:hover {
    color: #00bcd4;
}

.contenedor_oculto{
    display: none;
}


.mask {
    width: 100%;
    margin: auto;
    position: absolute;
}

.card_paciente {
    max-width: 800px;
    margin: auto;
}

#formulario_paciente_editar {
    display: none;
}

div#btn_editar_paciente {
    text-align: center;
}

div#btn_editar_paciente a {
    background: #0087a5;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
}

div#btn_editar_paciente a:hover {
    background: #06b3ca;
}

.paciente_revisado {
    color: #00bcd4 !important;
}

td.td_herramientas {
    width: 40px !important;
    padding: 0 !important;
}

.btn_volver {
    text-align: left;
    padding: 20px;
}

.btn_volver a {
    text-decoration: none;
    background: #f19700;
    padding: 10px 20px 10px 30px;
    color: #fff;
    clip-path: polygon(100% 0%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
    font-size: 15px;
    position: fixed;
    z-index: 999;
    top: 60px;
    left: 10px;
}

a.btn_fila_refraccion {
    text-decoration: none;
    padding: 10px 20px;
    background: #676767;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    width: 175px;
    border-radius: 5px;
}

.fila_refraccion {
    display: inline-block;
}

a.btn_fila_refraccion:hover {
    background: #06b3ca;
}

.refraccion_visitada {
    background: #0087a5;
}

span.refraccion_revisada {
    color: #06b3ca;
}

.helperBtnPlus {
    white-space: nowrap;
    vertical-align: middle;
}


a.btn_plus .fa-plus {
    transition: 0.5s;
}

.btnHiddenText {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    /* font-weight: 400; */
}

i.btnIcon {
    font-size: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: inherit;
}

a.btn_plus:hover {
    width: 190px;
}

a.btn_plus:hover .fa-plus {
    transform: rotate(-180deg);
}


#mask_contenedor_refraccion #btn_editar_paciente {
    display: none;
}

.contenedor_herramientas {
    text-align: center;
}

div#refracciones {
    margin-top: 20px;
    text-align: center;
}

.btn_oculto{
    display: none;
}

div#mask_contenedor_buscador a.btn_plus {
    width: 190px;
    background: #8e8e8e;
}

div#mask_contenedor_buscador a.btn_plus:hover {
    background: #06b3ca;
}

div#formulario_paciente_nuevo {
    margin-top: 20px;
}

select#tipo_identificacion {
    position: absolute;
    left: 1px;
    width: 60px;
    padding: 12px 9px;
    top: 1px;
    color: #4a4a4a;
    background: #ececec;
    border: none;
    outline: none;
}

select#sexo {
    width: auto;
    color: #4a4a4a;
    float: right;
}

td#campoIdentificacion .lbl_form {
    left: 64px;
}

.fixer_spacerMenu {
    display: inline-block;
}

div#editor_flotante_cuentas .campo {
    margin-bottom: 10px;
}

div#editor_flotante_sucursal .campo {
    margin-bottom: 10px;
}

a.toolbtn {
    color: #5f5f5f;
    padding: 10px;
    text-decoration: none;
}

a.toolbtn:hover {color: #06b3ca;}

.resultado_diagnostico{
    overflow: auto;
    display: block;
    position: absolute;
    background: #e4e4e4;
    z-index: 999;
    width: 380px;
    max-height: 300px;
}

.resultado_diagnostico a {
    text-decoration: none;
    padding: 10px;
}

.resultado_diagnostico ul li {
    border-bottom: solid 1px #ddd;
}

.resultado_diagnostico ul {
    padding: 0px 20px;
}



.resultado_diagnostico ul li:last-child {
    border-bottom: none;
}

.campo_incompleto {
    border-color: #d25252;
}

h2.anio_rips {
    background: #efefef;
    padding: 10px;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
}

span.mes_rips {
    display: inline-block;
    margin: 10px;
}

.boton_rips:hover {
    background: #00bcd4;
    color: #fff;
}

.contenedor_meses_rips {
    text-align: center;
}