@font-face {
    font-family: 'Stem-Regular';
    src: url('fonts/Stem-Regular.otf');
}

@font-face {
    font-family: 'Stem-Medium';
    src: url('fonts/Stem-Medium.otf');
}

@font-face {
    font-family: 'Stem-Bold';
    src: url('fonts/Stem-Bold.otf');
}

@font-face {
    font-family: 'Stem-Light';
    src: url('fonts/Stem-Light.otf');
}
@font-face {
    font-family: 'Stem-ExtraLight';
    src: url('fonts/Stem-ExtraLight.otf');
}

table{
   border-spacing: 0px;
   border-color: gray;
}

.pop_up_fondo{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop_up_confirmacion_int{
    max-width: 41.667vw;
    min-height: 18.750vw;
    background-color: white;
    padding: 3.906vw;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.txt_mensaje_confirmacion_pop_up{
    font-size: 1.823vw;
    text-align: center;
}
.cont_botones_confirmacion{
    width: 26.094vw;
    margin-top: 1vw;
    display: flex;
    justify-content: space-between;
}
.cont_botones_confirmacion>button{
    width: 11.25vw;
    border-radius: 8px;
    border: solid 1px #000;
    height: 3.594vw;
    font-size: 1.302vw;
}
.btn_confirmacion_si{
    background-color: black;
    color: white;
}
.cont_botones_confirmacion>button:hover{
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: black;
}
p{
     font-family: Stem-Regular;
}
.gs-table-head-default{
    background-color: black;
    color: white;
    font-weight: lighter!important;
    font-family: Stem-Light!important;
    font-size: 1vw!important;
    height: 3.542vw;
}
/* .gs-table-body-default{
    border-right: 0.1vw solid black!important;
} */
/* .gs-table-head-default> tr> tr > th.sorting::before,
.gs-table-head-default> tr > th.sorting::after {
    font-size: 1em;
} */
td{
    vertical-align: middle!important;
}
.centrar_botones>div>div{
    vertical-align: middle!important;
    display: flex;
    height: 100%;
}
.btn-primary {
    color: #fff;
    background-color: black!important;
    border-color: black!important;
}

.btn-default {
 border-radius: 0!important;
 border: 0;
}
.img_encabezado_add{
    width: 2.344vw;
    height: 2.344vw;
    cursor: pointer;
}
/* Formateamos el label que servirá de contenedor */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
  cursor: pointer;
  margin-left: -1vw;
}
 
/* Ocultamos el checkbox html */
.switch input {
  display: -webkit-box;
  height: 2px;
  width: 2px;
  position: absolute;
  margin-top: 0px;
  left: 5px;

}
 
/* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
.slider {
  position: absolute;
  cursor: pointer;
  border: 1px solid #dedede;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cecece;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Pintamos la perilla de control o slider usando el selector before */
.slider:before {
  /* position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #818181;
  -webkit-transition: .4s;
  transition: .4s; */

  position: absolute;
  content: "";
  width: 1.458vw;
  height: 1.458vw;
  left: 0.521vw;
  bottom: 0.0.042vw;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Cambiamos el color de fondo cuando el checkbox esta activado */
input:checked + .slider {
  background-color: #7ded50;
}
 
/* Deslizamos el slider a la derecha cuando el checkbox esta activado */ 
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(20px);
}
 
/* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
.slider.round {
    border-radius: 1.771vw;
    width: 3.646vw;
    height: 1.667vw;
}
 
.slider.round:before {
  border-radius: 50%;
  
}

/* FIN DE CLASE PARA switch */
/*tarjetas*/
.col_info_datos_producto_masiva{
    width: 13vw;
    border-right: 0.1vw solid #d1d1d1;
    border-right-width: 0.052vw;
    height: 100%;
    align-items: center;
    font-size: .938vw;
    font-family: Stem-Regular;
    color: #000000;
} 
.p_subtitulo{
    font-family:Stem-ExtraLight;
    font-size: 0.780vw;
    background-color: #fff;
    text-align: left;
    width: 10.365vw;
    height: 5.156vw;
    padding: 0.35vw 0vw;
}
.p_subtitulo_tarjeta{
    font-family:Stem-ExtraLight;
    font-size: 0.780vw;
    background-color: #fff;
    text-align: left;
    width: 10.365vw;
    height: 5.156vw;
    margin-right: 2vw;
    padding: 0.35vw 0vw;
}
.btn_carga{
    width: 11.146vw;
    height: 2.656vw;
    margin-left: 2vw;
    font-size: 1.042vw;
    font-family: Stem-Medium;
    background-color:#52C760;
    color: #fff;
    border-radius: 0.208vw;
    border-color: #52C760;
    margin-top: 1.4vw;
    margin-left: 0px;
    border: none;
}
/*end-tarjetas*/

.flecha_usu_header_tinga {
    width: 2vw;
    position: absolute;
    right: 0.7vw;

}
.logo_fondo{
	width: 18vw;
	height: 5.318vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
    cursor: pointer;
}
.logo_imagen{
    
    width: auto;
    height: 4vw;
    position: absolute;
    /* top: 1.025vw; */
    /* left: 3.37vw; */
    z-index: 101;
    cursor: pointer;
    /* margin-top: -15px; */
    /* margin-left: -15px; */
}

.mensaje_alerta_tinga {
    position: absolute;
    top: 0;
    right: 40%;
    width: 16.6vw;
    height: 4.6vw;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 11;
    transition: none;
    margin-right: 0;
    background-color: #0e7c2d;
}

.display {
    display: none;
}

.enc_menu_contenedor_tinga {
    display: flex;
    margin-top: 0px;
    height: 5.729vw;
}
.div_ecnabezado_tinga {
    background-color: black!important;
}
.img_foto_usuario_tinga{
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    border: 0.5px white solid;
}
.nombre_user_head_tinga {
    font-size: 1.2vw;
    font-family: Stem-Regular;
    color: white;
}
.tipo_usuario_header_tinga {
    font-size: 1.042vw;
    font-family: Stem-Regular;
    color: white;
}
ul{
    padding: 0;
    width: 100%;
}

.ps_nombre_user_tinga {
    margin-left: 0.5vw;
    width: 12vw;
}


.menu_principal_tinga {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 70px; */
    width: 16vw;
    padding-top: 10px;
}
.contenedor_central_header_tinga{
    display: flex;
    width: 66.75vw;
    align-items: center;
    justify-content: flex-end;
}

.p_header_info {
    font-family: Stem-Light;
    font-size: 1.563vw;
    color: white;
    margin-right: 1.667vw;
}

.notificacition {
    width: 3.073vw;
    height: 3.073vw;
    cursor: pointer;
}
.notificacition :hover{
    border-color: #c78c19;
}
.notificacition :active{
    border-color: #088c19;
}
/*Setting-head-Input search */
.col_detalle_datos_producto_int_redencion {
    padding: 0vw;
    padding-top: 0;
    padding-right: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: 1vw;
}
.col_detalle_datos_producto_int_redencion_2 {
    padding: 0vw;
    padding-top: 0;
    padding-right: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: 1vw;
}
.col_detalle_datos_producto_int_redencion input {
    width: 45.362vw;
    height: 2.656vw;
    border-radius: 0.208vw;
    border: solid 0.1vw #b9b9b9;
    font-family: Stem-Light;
    font-size: 1.302vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    object-fit: contain;
    margin-top: -1.448vw;
}
.input_buscar {
    width: 45.365vw;
    border-radius: 5px;
    /* border: 0; */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff; 
    height: 2.344vw; 
    padding-right: 2.5vw; 
    text-align: left!important; 
    padding-left: 1vw;
}
.img_buscar_tinga{
    position: absolute;
    right: 1.083vw;
    top: -0.65vw;
    height: 1.083vw;
    width: auto;
}
/*End Setting-head-Input search*/

/*Settings tables*/
.table-striped>tbody>tr:nth-child(odd)>td {
    background-color: white;
    object-fit: contain;
    font-family: Stem-ExtraLight;
    font-size: 1.042vw;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 0px 0px;
}
.table-striped>tbody>tr:nth-child(even)>td {
    background-color: white;
    object-fit: contain;
	font-family: Stem-ExtraLight;
    font-size: 1.042vw;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 0px 0px;
}
/*En Settings tables*/


/*Responsive */
@media (max-width: 900px) { 

    .logo_fondo{
        width: 43.796vw;
        height: 12.963vw;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        cursor: pointer;
    }
    .logo_imagen{
        max-width: 28.74vw;
        height: auto;
        position: absolute;
        z-index: 0;
        cursor: pointer;
    }

    .contenedor_central_header_tinga{
        display: none;
    }

    .slider {
        width: 100% !important;
        height: 55.370vw !important;
        border-radius: 5px !important;
        position: relative !important;
    }

    .col_detalle_datos_producto_int_redencion {
        padding: 0vw;
        padding-top: 3.981vw;
        padding-right: 0;
        height: 100%;
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin-left: 1vw;
    }
    .col_detalle_datos_producto_int_redencion_2 {
        padding: 0vw;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin-left: 1vw;
        margin-bottom: 2vw;
    }
    .col_detalle_datos_producto_int_redencion input {
        width: 100%;
        height: 8.889vw;
        border-radius: 0.208vw;
        border: solid 0.1vw #b9b9b9;
        font-family: Stem-Light;
        font-size: 3.241vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        object-fit: contain;
        margin-top: 0;
    }
    .img_titulo {
        display: flex;
        margin-top: 3vw;
    }
    .img_buscar_tinga {
        position: absolute;
        right: 4.083vw;
        top: 7vw;
        height: 3.611vw;
        width: 3.611vw;
    }

    .content_acciones{
        display: flex;
        justify-content: center;
        gap: 4vw;
        align-items: end;
    }

    .acciones{
        width: 11.574vw;
        height: 11.574vw;
    }
    .switch input {
        display: -webkit-box;
        height: 2px !important;
        width: 2px !important;
        position: absolute;
        margin-top: 0px;
        left: 5px;
    }
    .slider.round {
        border-radius: 2.685vw !important;
        width: 11.574vw !important;
        height: 5.284vw !important;
    }
    .slider:before {
        position: absolute;
        content: "";
        width: 4.630vw;
        height: 4.630vw;
        left: 0.2vw;
        bottom: 0;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }
} 