
  
  .img_productos{
    width: 400px;
    height: 400px;
    object-fit: cover;
}
.img_productos-miniatura{
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.img_banner_list{
  width: 200px;
  height: 100px;
  object-fit: cover;
}

.img_banner{
    width: 1200px;
    height: 350px;
    object-fit: cover;
}

#imgSalidaLogo{
  width: 150px;
    height: 150px;
    object-fit: cover;
}



.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #7B1FA2;
}

.custom-control-input:checked~.custom-control-label.red::before {
  background-color: red;
}

.custom-control-input:checked~.custom-control-label.green::before {
  background-color: green;
}

.contenido{

-webkit-tap-highlight-color: rgba(0,0,0,0);
line-height: 1.42857143;
color: #676a6c;
font-size: 16px;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
box-sizing: border-box;
padding: 0;
margin: 0;
position: relative;
width: 100%;
padding-bottom: 207.19%;

}


.maqueta{
 -webkit-tap-highlight-color: rgba(0,0,0,0);
line-height: 1.42857143;
color: #676a6c;
font-size: 16px;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
box-sizing: border-box;
padding: 0;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
z-index:5;
background-image: url(../../uploads/device/marcoCel.png);

}


.screen{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
line-height: 1.42857143;
color: #676a6c;
font-size: 16px;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
box-sizing: border-box;
padding: 0;
margin: 0;
position: absolute;
overflow: hidden;
top: 12.58%;
bottom: 12.88%;
left: 6.77%;
right: 6.77%;
}


/*ajustar listado de banners*/
#banners-table tbody th, table.dataTable tbody td {
  padding: 8px 14px;
}

