/*form,
form input,
form textarea,
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/

/* The Modal (background) */
.modal-js {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-js {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 20rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content-imagenes-js {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 40rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content-complementos-js {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 20rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close-js {
  color: white;
  float: right;
  font-size: 1rem;
  font-weight: bold;
}

.close-js:hover,
.close-js:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header-js {
  background-color: #5cb85c;
  color: white;
}

.modal-body-js {
	padding: 2px 4px;
	overflow: auto;
}

.modal-footer-js {
  background-color: #5cb85c;
  color: white;
}

@media (max-width: 800px) {
	.modal-js {
		padding-top: 20px; /* Location of the box */
	}
	
	#scrollingDiv{
		display:none;
		right: 0px; 
		position: fixed; 
		top: 10px;
	}
	
	#scrollingDivTarjeta{
		border: none; box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px 6px; padding: 1rem;
	}
}