.modal-body{
	/*max-height: calc(100% - 320px);*/
	max-height: 75%;
    overflow-y: scroll;
	overflow-x: scroll;
}
	

.popup {
    /*position: relative;*/
    display: inline-block;
    cursor: pointer;
	vertical-align:top;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
	font-family:'verdana';
	font-size: 0.99em;
    width: 250px;
	margin-left: 0px;
    background-color: #fff;
    color: #000;
    /* text-align: center;*/
	border: solid 1px;
    border-radius: 6px;
    padding: 8px 8px;
    position: absolute;
	bottom: 125%;   
   z-index: 1;
   
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 15px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}
.popup .hide {
    visibility: hidden;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}



/*********************
https://stanhub.com/create-responsive-popup-modal-window-jquery-no-plugin/
*/
/* Styling the Popup Window */
.popup-trigger { display: block;}
/*.popupVentana {display: none; position: fixed; top: 40px; left: 50%; width: 700px; margin-left: -350px; padding:5px 10px 13px 10px; border:0px solid #CCC;border-radius: 6.5px; background: #fff; color: #333;z-index: 9999;}*/
.popupVentana {display: none; position: fixed; top: 40px; left: 35%; width: 700px; height:650px; padding:5px 10px 13px 10px; border:0px solid #CCC;border-radius: 6.5px; background: #fff; color: #333;z-index: 999;}
//.popupVentanaX {display: block; position: fixed; top: 40px; left: 35%; width: 700px; height:650px; padding:5px 10px 13px 10px; border:1px solid #CCC;border-radius: 6.5px; background: #fff; color: #333;z-index: 1;}
.popupVentanaX {display: block; position: fixed; top: 40px; left: 5%; width: 85%; height:75%; padding:5px 10px 13px 10px; border:1px solid #CCC;border-radius: 6.5px; background: #fff; color: #333; z-index: 1;}
.popupVentanaY {display: none; position: fixed; top: 40px; left: 5%; width: 95%; padding:5px 10px 13px 10px; border:1px solid #CCC;border-radius: 6.5px; background: #fff; color: #333; z-index: 1;}
.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
.popup-btn-close {position: absolute; top: 8px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}	


.agotado{
	/*margin-top:5px;
	margin-left:5px;*/
	font-size:1.3em;
	font-weight: 700;
	color:white;
	background-color:red;
	text-align:center;
	padding: 6.5px 0;
	height:30px;
	/*width:85px;*/
	
}
.blinking{
animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}
.rotar1 
    { 
      -webkit-transform: rotate(-45deg); 
      -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
      -o-transform: rotate(-45deg); 
      transform: rotate(-45deg); 
      
      -webkit-transform-origin: 50% 50%; 
      -moz-transform-origin: 50% 50%; 
      -ms-transform-origin: 50% 50%; 
      -o-transform-origin: 50% 50%; 
      transform-origin: 50% 50%; 
      
      /*font-size: 12px; 
      width: 250px; 
      position: relative; 
      top: 150px; */
    }
  
