/*
  El hoyo/The Platform
  Author: Josu Eguren
  Version: 1.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.customLink {
	color: white !important;
	text-decoration: none !important;
}

.customLink:hover {
	color: #00768c !important;
	transition: 0.5s !important;
}

.nav-menu > li.customLink2 > a:before {
	content: none !important;
}

.bg-b {
	background-color: #101522;
	color: #fff;
}

.bg-b h2 {
	color: #fff !important;
	text-transform: uppercase;
}

.np::after {
  content: "";
}

.clearfix {
  overflow: auto;
}

 .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.intro-title span {
	font-size: 36px;
	color: #34e0e4;
}

#sinopsis {
	background: url(https://thelordoftheguitars.com/eh/img/bloques/bloque_sinopsis.jpg) no-repeat 50%;
 }

 #reparto {
	background: url(https://thelordoftheguitars.com/eh/img/bloques/bloque_reparto.jpg) no-repeat 50%;
 }

 #equipo {
	background: url(https://thelordoftheguitars.com/eh/img/bloques/bloque_equipo.jpg) no-repeat 50%;
 }

 #trailer {
	background: url(https://thelordoftheguitars.com/eh/img/bloques/bloque_trailer.jpg) no-repeat 50%;
 }

 #salas {
	background: url(https://thelordoftheguitars.com/eh/img/bloques/bloque_salas.jpg) no-repeat 50%;
 }

#sinopsis, #reparto, #equipo, #trailer {
	background-size: cover;
	padding: 300px 0;
 }

#salas {
	background-size: cover;
	padding: 100px 0;
 }

#descargas {
	padding: 60px 0 30px 0;
}

#roles-equipo tr, #roles-reparto tr {
	vertical-align: top;
}

#roles-equipo th, #roles-reparto th {
	text-align: left;
}

#roles-equipo td, #roles-reparto td {
	padding-left: 2.5rem;
}

#salas .rel-date {
	text-transform:none;
	font-size: 38px;
	font-weight: 200;
}

.lista-de-salas {
	list-style-type: none;
	font-size: 95%;
}

.lista-de-salas span {
	font-weight: bold;
}

.lista-de-salas span::after {
	content: "";
}

 @media only screen and (max-width: 600px) {
	#salas .rel-date {
		font-size: 28px;
 	}
}

 @media only screen and (max-width: 600px) {
	#sinopsis, #reparto, #equipo, #trailer, #salas {
		padding: 50px 0;
 	}
}
