/*
tamaño de imagen ideal
ancho: 345px alto: 480px

para la previusualicasion en 
height: 192px
width: 138px;

se redujo a , recuro en porcentaje deacuerdo estas medida 
width: 138px;
height: 162px;

*/
#area_previsualisacion_productos{
 height: 275px;
 padding-bottom: 27px;
}
.fsdfds{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 250px;
  overflow:auto;
  overflow: scroll;
  overflow-y:scroll; 
  overflow-x:hidden;

}
.pro_pre{
  width: 138px; /*ancho de le imagne*/
  margin: 5px;
  height: 235px;
  border: solid 1pt #b3b3b3;
  padding: 0px;
  display:block;
  overflow: hidden;
}

.pro_pre p strong{
  font-size: 12px !important; 
  color: #000000 !important;
}
.pro_pre_img{
  height: 162px; /*Aldura rrecoemdada de la imagen width: 90px;*/ 
  border-bottom:solid 1pt #b3b3b3;
  text-align: center;
  
}
.pro_pre_img img{
  max-height: 161px;
  width: auto;
}
.pro_pre p{
  margin: 0px;
  padding: 0px;
  width: 10px;
  width: 99%;
  text-align: center;
}
.area_productos{
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.producto{
  border-radius: 5px;
  float:left;
  padding: 8px;
  text-align: center;
  height: auto;
  margin: 5px;
  width: 23%;
  border:solid 1pt #b3b3b3;
}

.area_imagen{
  display: flex;
  justify-content: center;
  /*overflow-y: auto;*/
  height: 145px;
  width: auto;
  border-bottom:solid 1pt #b3b3b3;
}
.area_imagen_cont{
  height: 144px;
  width: 103px;
  text-align: center;
}

.area_imagen img{
  max-height:143px;
  width: auto;
}
/*
.area_imagen img:hover {
  transform: scale(2.1);
  position: relative; 
  left: 33%;
  top: 100px;
  }*/

  .button_pre{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }

  .cantidad_prductos{
    margin: 5px;
  }
  .can_prductos{
    width: 40px;
  }

  .img_p {
    transition: transform .2s;
    width: 130px;
    height: 150px;
  }

  .img_p:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(2.9); 
    border-radius: 5px;
    border: solid 2pt #80ccff;
  }

  .area_tablas_articulos{
    display: flex;
    justify-content: center;

  }
  .area_tablas_articulos table{
    width: 90%;
    border: solid 1pt #b3b3b3;  
  }
  .area_descipcion_producto{
    font-size: 12px;
    text-align: justify;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 2px;
    height: auto;
  }

  .area_disponoble{

  }


  .modal_descripcion_producto{
    font-size: 16px;
    background: #ffffff;
    border: solid 1pt #f2f2f2;
    border-radius: 5px;
  }
  .respuesta_coor{
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .respuesta_coor img{
    border: solid 2pt #ffffff;
    border-radius: 3px;
  }

  .modal_descripcion_producto p{
    margin: 9px;
  }

  .area_img_color {
    display: flex;
    justify-content: center;
    overflow:auto;
    overflow: scroll;
    overflow-y:hidden;
    overflow-x: scroll;
    width: 99%;
  }
  /* width */
  .area_img_color::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  .area_img_color::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }

  /* Handle */
  .area_img_color::-webkit-scrollbar-thumb {
    background: #888; 

  }
  /*imagne deacuerdo al color seleccionado*/
  /* Handle on hover */
  .area_img_color::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .area_img_color2 {
    display: flex;
    justify-content: center;
    width: 99%;
    height: 50%;
  }

  .area_img_color2 div{
    margin: 3px;
    padding: 2px;
    /* margin-bottom: 50px; */
    margin-bottom: 1rem;
    height: 143px;
    width: 103px;
    padding: 3px;
    text-align: center;
  }

  .area_img_color2 div img{
   max-height: 142px;
   width: auto;
 }
 .productos_controles{
  display: flex;
  flex-wrap: wrap;
}

.area_boton_comprar{
  width: auto;
  display: flex;
  justify-content: center;
  margin-top: 14px;

}


.area_boton_comprar label{
  margin: 3px !important;
}
.area_boton_comprar input{
  border: solid 1pt #0099ff;
  width: 80px;
  margin: 3px !important;
}

.btn_agregar_cattiro{
  text-align: center;
}
.btn_agregar_cattiro button{
  border: solid 1pt #0099ff;
  width: auto;
  margin: 3px;
}
.area_selec_color{
  display: flex;
  margin-top: 12px;
  width: auto;
}

.area_selec_color .select_productos{
 border: solid 1pt #0099ff;
 /* width: auto; */
 margin: 3px;
}
.area_selec_color label{
  margin: 3px !important;
}

.area_select_tallas{
  display: flex;
  margin-top: 14px;
}

.detalles_compra{
  width: 100%;
}
#area_lista_compra_productos{
  padding-top: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  font-size: 10px;
  margin: 3px;
}

#elIDdelModal{ /*tamaÃ±o del modal*/
  width: 90%;
  /*height: all;*/
  margin-left: -45%;
  border-radius: 2px;
  /* overflow-y: scroll;*/
}

#area_modal_productos .modal-footer {
  background: #ffffff;
}

#area_modal_productos .modal-header {
  /*width: 75%;*/
}
#area_modal_productos .modal-body {
  /*width: 75%;*/

}
#area_modal_productos .modal-footer {
  /*width: 75%;*/
}
#mdialTamanio{
  border-radius: 1px;
  display: flex; 
}

.area_general_producto{
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  border: solid 1pt #e6e6e6;
}
.area_trabajo{
 width: 74%;
}
#area_totales{

}

.tabla_boletos_orden{
  margin-top: 5px;
  margin-bottom: 5px;
}

.tabla_boletos_orden tbody{
 border-radius: 3px;
 margin: 0px;
 padding: 0;
 border: solid 1pt #f5f5f5;
}

.tabla_boletos_orden tbody tr th{
 margin: 0px;
 padding: 0; 
 padding-left: 5px;
}

.tabla_boletos_orden tbody tr td{
 margin: 0px;
 padding: 5px; 
}

.tabla_boletos_orden tfoot tr td{
 margin: 0px;
 padding: 5px; 
 font-weight: bold;
  padding-left: 5px; 
}


.area_productos_general{
  width: 100%;
}

.tabla_ventas_productos tbody tr td{
  font-weight: normal;
  margin: 0px;
  padding: 5px; 
  border-bottom: solid 1pt #cccccc;

}
.tabla_ventas_productos thead tr th{
 border: 0px;
}

.tabla_ventas_productos tr th {
 padding: 1px;
 margin: 0px;
 padding: 5px;
 color: #ffffff;
}
.tabla_ventas_productos tr td {
 padding: 1px;
 margin: 0px;
 padding: 5px;
 border: solid 1pt #f5f5f5;
 background: #f5f5f5;
}

.tabla_ventas_productos tr td strong {
  font-size: 12px;
  color: #000000;
}


.tabla_donaciones thead tr th{
 border: 0px;

}

.tabla_donaciones tr th {
 padding: 1px;
 margin: 0px;
 padding: 0;
 color: #ffffff;
}
.tabla_donaciones tr td {
 padding: 1px;
 margin: 0px;
 padding: 0;
 border: solid 1pt #f5f5f5;
 background: #f5f5f5;
}

.tabla_donaciones tr td strong {
  font-size: 12px;
  color: #000000;
}


.tabla_ventas_totales{
  width: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.tabla_ventas_totales thead tr th{
 margin: 0px;
 padding: 5px; 
 color: #ffffff;
}
.tabla_ventas_totales tr td{
 border: solid 1pt #f5f5f5;
 background: #f5f5f5;
 padding: 1px;
 margin: 0px;
 padding: 0;
 border-bottom:  solid 1pt #e6e6e6;
 font-weight: bold; 
}

#tabla_total_lista_paquete{
  width: 100%;
}

.contenedor_lista_paquete{
  width: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.contenedor_lista_paquete thead tr th{
 padding: 1px;
 margin: 0px;
 padding: 0; 
 color: #ffffff;
}
.contenedor_lista_paquete tr td{
 border: solid 1pt #f5f5f5;
 background: #f5f5f5;
 padding: 1px;
 margin: 0px;
 padding: 0;
 border-bottom:  solid 1pt #e6e6e6;
 font-weight: bold; 
}

.tabla_boletos_orden{
  width: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.tabla_boletos_orden thead tr th{
 padding: 1px;
 margin: 0px;
 padding: 0; 
 color: #ffffff;
}
.tabla_boletos_orden tr td{
 border: solid 1pt #f5f5f5;
 background: #f5f5f5;
 padding: 1px;
 margin: 0px;
 padding: 0;
 border-bottom:  solid 1pt #e6e6e6;
 font-weight: bold; 
}


.tabla_ventas_loteria{
  width: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.tabla_ventas_loteria thead tr th{
 padding: 1px;
 margin: 0px;
 padding: 0; 
 color: #ffffff;
}
.tabla_ventas_loteria tr td{
 border: solid 1pt #f5f5f5;
 background: #f5f5f5;
 padding: 1px;
 margin: 0px;
 padding: 0;
 border-bottom:  solid 1pt #e6e6e6;
 font-weight: bold; 
}


.tabla_meses{
  width: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.tabla_meses thead tr th{
 padding: 1px;
 margin: 0px;
 padding: 0; 
 color: #ffffff;
}
.tabla_meses tr td{
 border: solid 1pt #f5f5f5;
 background: #f5f5f5;
 padding: 1px;
 margin: 0px;
 padding: 0;
 border-bottom:  solid 1pt #e6e6e6;
 font-weight: bold; 
}


#area_cerra{
  display: flex;
  justify-content: flex-end;
}
.boton_cerrar_bodal  {
  width: 100px; height: 20px;
  float: left !important;
  font-size: 19px !important;
  margin: 2px;
}


/* configuracion de colocal en columana el modal y bajar la tabla de compra*/
@media (min-width: 991px) and (max-width: 1990px) {
  #mdialTamanio{
    display: flex;
    flex-direction: column;

  }
  .detalles_compra{
    width: 99%;
  }
}

@media (min-width: 100px) and (max-width: 990px) {
  #mdialTamanio{
    display: flex;
    flex-direction: column;
  }
  .detalles_compra{
    width: 99%;
  }
}



/*medidas de lago de pantalla*/


@media (min-width: 1801px) and (max-width: 2800px) {
  #elIDdelModal {
   width: 50%;
   margin-left: -490px;
 }
}
@media (min-width: 1401px) and (max-width: 1800px) {
  #elIDdelModal {
   width: 60%;
   margin-left: -440px;
 }
}
@media (min-width: 1122px) and (max-width: 1400px) {
  #elIDdelModal {
   width: 70%;
   margin-left: -440px;
 }
}
@media (min-width: 1050px) and (max-width: 1121px) {
  #elIDdelModal {
   width: 80%;
   margin-left: -400px;
 }
}

/*pantallas medianas*/
@media (min-width: 901px) and (max-width: 1049px) {
  #elIDdelModal{
    width: 90%;
    margin-left: -10;

  }
}
@media (min-width: 768px) and (max-width: 900px) {
  #elIDdelModal {
    width: 90%;
    margin-left: -10;
  }
}
@media (min-width: 10px) and (max-width: 767px) {
  #elIDdelModal {
    width: 95%;
    margin-left: -0;
  }

/*
  @media (min-width: 10px) and (max-width: 711px) {
   .area_boton_comprar{
     display: flex;
     flex-wrap: wrap;

   }
   .area_boton_comprar button{
     margin-top: 8px;
   }
   */
 }

 #tabla_productos_en_carrito .tabla_ventas_productos thead tr th{
   font-size: 12px;
   font-family: Helvetica, Arial, sans-serif;;
 }
 #tabla_productos_en_carrito .tabla_ventas_productos{
  border: solid 0px;
}

#tabla_productos_en_carrito .tabla_ventas_productos tbody tr td{
 font-size: 12px;
 font-family: Helvetica, Arial, sans-serif;
 border-left: 0px;

}

#elIDdelModal{
  /* overflow:auto;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden; */
  max-height: 85%;
}
#elIDdelModal::-webkit-scrollbar-track
{
  -webkit-box-shadow: #ffffff;
  border-radius: 10px;
  background-color: #ffffff;
}

#elIDdelModal::-webkit-scrollbar
{
  width: 8px;
  background-color: #ffffff;
}

#elIDdelModal::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: #ffffff;
  background-color: #0080ff;
}

#check_donar{
  height: 20px;
  width: 20px;

}
/*menu lateral*/
.area_publicidad{
  display: flex; 
  border: solid 1pt #bfbfbf; 
  width: 300px;  
  padding: 5px;
}
.cont_general1{
 height: 15px; 
 position: absolute; 
 top: 5px; 
 right: 5px; 
 background-color: #012357;
}

.contenedor_titulos{
display: flex;
flex-direction: row-reverse;
background-color: #012357;
width: 100%; 
color: #ffffff;
}
.titulo_evento{
  cursor: pointer; 
  width: auto; 
  text-align: right; 
  #border: solid 1pt  #33cc33 ;
  padding: 4px;
  border-radius: 15px,
}

.tablas_funciones_relacionadas{
  #border: solid 1pt  #33cc33 ;
  background-color: #012357;
  color: #ffffff;
  position: absolute;
  z-index: 1;
}

.tablas_funciones_relacionadas tr td p{
 margin: 5px;
 background: #FFFFFF;
 color: #000000;
 padding: 2px;
 }

.tablas_funciones_relacionadas tr td{
  padding: 3px;
  margin: 0px;
  font-weight: bold;
}
.tablas_funciones_relacionadas tr:hover{
background: #bfbfbf;
cursor: pointer;
}

.tablas_funciones_relacionadas tbody tr td p{
  background: #B9C50E;
  color: #000000;

}

@media (min-width: 10px) and (max-width: 800px) { 
  .cont_iamgen_publicidad {
    display: none;
  }
  .cont_general1{ /*contenedor general*/
    width: 95%;   
    font-size: 10px;

  }
  .area_publicidad{
    width: 250px;
  }

}

@media (min-width: 801px) and (max-width: 1000px) { 
  .cont_iamgen_publicidad {
   /* display: none*/;
 }
 .cont_general1{ /*contenedor general*/
  width: 290px;   
  font-size: 10px;
 
}

.area_publicidad{
  width: 250px;
}

}

@media (min-width: 1001px) and (max-width: 2500px) { 
  .cont_iamgen_publicidad {
   /* display: none*/;
 }
 .cont_general1{ /*contenedor general*/
  width: 330px;   
  font-size: 12px;

}

.area_publicidad{
  width: auto;
}
}


#contenedor_lista_boletos{
  overflow-x: auto; 
}
#contenedor_lista_boletos::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
   
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
#contenedor_lista_boletos::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#contenedor_lista_boletos::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
#contenedor_lista_boletos::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
#contenedor_lista_boletos::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
#contenedor_lista_boletos:-webkit-scrollbar-track:hover,
#contenedor_lista_boletos::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

#contenedor_lista_paquete{
  overflow-x: auto; 
}
#contenedor_lista_paquete::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
   
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
#contenedor_lista_paquete::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#contenedor_lista_paquete::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
#contenedor_lista_paquete::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
#contenedor_lista_paquete::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
#contenedor_lista_paquete:-webkit-scrollbar-track:hover,
#contenedor_lista_paquete::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.content_detalles_meses{
  border: solid 1pt #0000ff;
  margin: 5px;
  border-radius: 5px;
  padding: 2px;
  background: #e6e6ff;
  font-size: 15px;
}

/*area botones tipo de pago openpay*/
.img_pago_op, .img_pago_banorte{
 width: 200px;  
}
/*.openpaybuton, .btn_opciones_pago{*/
.img_pago_op{
 width: 200px;  
}
.openpaybuton{

  border: solid 0pt;
  padding: 0;
  margin: 0;
}
.medios_pago_area_op{
  border: solid 1pt #cceeff;
  border-radius: 3px;
  margin-left: 6px;
  padding: 3px;
  width: 180px;  
  background: #e6f7ff;
}

.opcion_pago{
  border: solid 1pt #cceeff;
  border-radius: 3px;
  margin-left: 6px;
  padding: 3px;
  width: 180px;
  height: 120px;  
  background: #e6f7ff;
}