.zoom {
  transition: transform .2s;
  width: 110px;
  margin: auto;
}

.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

.boto-amb-text {
  background-color: #bb2727;
  border: none;
  color: #fff !important;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

.boto-amb-text:hover {
  background: #f44336;
  color: white!important;
}

.boto-amb-text > a {
    color: #fff;
	text-decoration: none;	
}

.boto-amb-text > strong {
    color: #fff;
	text-decoration: none;
}

.segon-menu {
  overflow: hidden;
  background-color: #4c4c4c;
  margin-top: -25px;
}

.segon-menu a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
  width: 25%;
}

.segon-menu a:hover {
  background-color: #ddd;
  color: black;
}

.segon-menu a.active {
  background-color: #ff4e69;
  color: white;
}

div#normativa {
	 background-color: #efefe9; 
	 padding: 25px 15px 10px 25px;
	 font-size: 9px !important;
	 border-radius: 4px;
	 display: block;
	 height: auto;
	 overflow: auto;
}

li.normativae {
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	cursor: pointer;
}

div.normativa-esquerra {
	float: left;
	padding: 0px 10px;
	margin: 0 20% 0px 0;
}

div.normativa-dreta {
	float: left;
	padding: 10px 10px;
}

/* TAULES AMB MÉS COLORS */

table.taulac {
	width: 100%;
}

table.taulac th {
	font-weight:bold; 
	text-align:center;
	background-color: #a40a21;
	color: #fff;
}

table.taulac td {
	border:4px solid #fff; 
}

table.taulac tr {
	border:4px solid #fff; 
}

.taulac td:first-child {
	text-align:left;
}

table.taulac > tr:nth-child(2n) {
	background-color: #f7d0d0!important;
}

table.taulac > tr:hover {
	background-color: #f5f5f5;
}

/* Pàgina administració */

.notes {
	display: -webkit-flex; /* Safari */
	display: flex;
}

.nota-interior {
	border-radius: 15px 50px; 
	padding: 20px; 
	width: 260px;
	margin: 20px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
}

/* pàgines de cursos especialitzats */

.programa {
	border: 3px solid #a40a21; 
	border-radius: 8px; 
	float: right; 
	padding: 15px 15px 0px 15px; 
	margin: 25px 0 10px 20px;
}

/* SLIDES PROMOCIÓ DE L'ÚS */

p#dades-jocs img {
  display: inline-block;
  width: 250px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Pastilles info cursos */

#cartell {
  width: 100%;
  padding: 2% 9%;
  color: #fff;
  margin-bottom: 30px;
}

p#codi-nivell {
  font-size: 55px;
  font-weight: 900;
}

p#nom-nivell {
  font-size: 13px;
  margin-top: -25px;
  font-weight: 600;
}

div#cartell > hr {
  width: 95%;
}

p#text-nivell {
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
}

/* FINAL Pastilles info cursos */

.requadre {
    padding: 15px;
    border: 2px solid #d43f56;
    width: 100%;
}
