*{
 margin:0;
 padding:0;
}
.main_producto
{
 position: fixed;
 display: none;
 float: left;
 margin: 0 auto;
 color: #fff;
 width: 100%;
 height:100%;
 box-sizing: border-box;
 overflow: hidden;
 background-color: rgba(0, 0, 0, 0.3);
 background: rgba(0, 0, 0, 0.3);
 color: rgba(0, 0, 0, 0.3);
 z-index: 999999;  
}
.producto_body
{
 display: block;
 float: left;
 margin-top: 3%;
 margin-left: 25%;
 width: 50%;
 height: 85%;
 border-radius: 5px;
 box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
 z-index: 99999;
 background: white !important;
 overflow-y: scroll;
}
.producto_body a#btn_proclo
{
 display: block;
 float: right; 
 margin-top: 5px;
 margin-right: 5px;
 width: 20px;
 height: 20px;
}
.cuerpo p#titulodatos
{
 display: block;
 float: left;
 margin-left: 1px;
 margin-top: 1px;
 padding-left: 5px;
 width: 90%;
 /* height: 20px; */
 font-weight: 400;
 font-size: 12px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 text-align: left;
 color:#696969;
 /* background: pink; */
}
.cuerpo p#tituloprod
{
 display: block;
 float: left;
 margin-left: 1px;
 margin-top: 0.58%;
 padding-left: 5px;
 width: 90%;
 height: auto;
 font-weight: 400;
 font-size: 14px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 text-align: left;
 color:black;
 /* background: lightcyan; */
}
.cuerpo p#titulopre
{
 display: block;
 float: left;
 margin-left: 1px;
 margin-top: 2px;
 padding-left: 5px;
 width: 40%;
 height: 20px;
 font-weight: 500;
 font-size: 20px;
 letter-spacing: 2px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 text-align: left;
 color:black;
 /* background: lightgreen; */
}
.slick_prod
{
 display: block;
 float: left;
 margin-left: 30%;
 margin-top: 3%;
 width:300px; 
 height: 50px !important;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

.slick-dots li.slick-active button:before 
{
  color: black !important; /* Color del punto activo */
}
.slick-dots li button:before
{
  color: #A9A9A9 !important;
  opacity: 1 !important;
}

.bannerprod
{
 display: block;
 float:left;
 width: 300px;
 height: 300px;
 background-size: cover;
 border-radius: 10px;
}
.cantiprod
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 35%; 
 width: 99%;
 height: auto;
 /* background: red; */
}
.cantiprod label#lbcanti
{
 display: block;
 float: left; 
 margin-left: 40%;
 width: 20%;
}
.cantiprod input#cantidad
{
 width: 50%;
 height: 100%;
 text-align: right;
 padding-right: 5px;
 border:none;
 border-left: 1px solid #D3D3D3;
}
.cantiboto
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 5px; 
 width: 99%;
 height: auto;
 /* background: lightgoldenrodyellow; */
}
.cantiboto a#btn_agregar
{
 display: block; 
 float: left;
 margin-top: 1%;
 margin-left: 40%;
 width: 21%;
 height: 30px;
 text-align: center;
 line-height: 2;
 font-size: 12px;
} 
.canticar
{
 display: block;
 float: left;
 margin-left: 0.5%;
 margin-top: 5px; 
 width: 99%;
 height: auto;
 /* background: lightgrey; */
}
.canticar p#titulocar
{
 display: block;
 float: left;
 margin-left: 40%;
 margin-top: 2px;
 padding-left: 5px;
 width: 20%;
 height: 20px;
 font-weight: 400;
 font-size: 12px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 text-align: center;
 color:white;
 border-radius: 3px;
 background: #BA55D3;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
 .producto_body
 {
  margin-left: 5%;
  width: 90%;
  height: 90%;
 }
 .slick_prod
 {
  margin-left: 0.5%;
  width:99%; 
  height: 50px !important;
 }
 .bannerprod
 {
  margin-left: 10%;
  width: 80%;
  height: auto;
 }
 .cantiprod
 {
  margin-top: 80%; 
 }
 .cantiprod label#lbcanti
 {
  margin-left: 30%;
  width: 40%;
 }
 .cantiboto a#btn_agregar
 {
  margin-top: 1%;
  margin-left: 30%;
  width: 41%;
 } 
 .canticar p#titulocar
 {
  margin-left: 30%;
  width: 40%;
 }
}