.carousel-inner .item img, .carousel-inner .item img { 
	width: 100%;
}
.container .carousel-indicators .active { 
	background-color:orange;
}
.container .carousel-indicators li {
	border: 1px solid orange;
}
.container .panel-footer { 
	margin-top:20px;
}

/* Estilos del puzzle */
* { 
	user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    margin:0;
    padding:0;
}

#sortable { 
  list-style-type: none;
   margin-left:auto;
   margin-right:auto;
}

#sortable li { 
  float: left; 
  width: 33%; 
}

#sortable li img {
  vertical-align:bottom;
  width: 100%; 
  height: auto;
}

@media (orientation:landscape){
	#sortable {width:100vh;}
}
@media (orientation:portrait) { 
	#sortable {width:100%;}
}

/* Mis estilos personales */
body {
	font-family: 'Montserrat' !important;
	text-align: center;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
}

button {
	height: 38px;
	min-width: 38px;
	font-family: Montserrat !important;
}

#num {
	height: 30px;
	width: 100px;
}

#caja {
	background: linear-gradient(to right, pink, cyan);
	width: 75%;
	padding: 20px;
	margin: auto;
	/*top: 50px;*/
	position: relative;
	border: 5px solid #3D3D3D;
}