/* GENERALES */
html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 4em;
}

h2 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    color: fff;
    font-size: 6em;
}

@media(max-width: 480px) {
  	h2 {
	font-size: 3em;
	}
}

h3 {
    font-family: 'Anton', sans-serif;
    color: fff;
    font-size: 2em;  
}
.btn {
    float: right;
}

/* END GENERALES */


/* NAVIGATON */
.navbar {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
	.nav li a {
		padding: 10px 7px;
	}	
}

@media (max-width: 992px) {
	.nav li a {
		padding: 10px 5px;
	}	
}
.navbar-brand {
    width: 250px;
    height: 105px;
    text-indent: -9000px;
    background-image: url(../imgs/smp-logo.png);
    background-position: center;
    background-repeat: no-repeat;
}
.nav {
    float: right;
    margin-top: 20px;
}
@media (max-width: 640px) {
	.nav {
    float: left;
    margin-left: 30px;
	}
}
.nav a {
    font-family: 'Anton', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}
.redes {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;	
}
.redes li {
	float: left;
	padding: 10px 10px;
	font-family: 'Anton', sans-serif;
	font-size: 1.1em;
    text-transform: uppercase;
}
.redes a {
	text-decoration: none;
	color: #9d9d9d;
}
.redes a:hover {
	text-decoration: none;
	color: #fff;
}
/* END NAVIGATON */


/* CAROUSEL */
.carousel,
.item,
.active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.txt-carousel {
    margin: auto;
    font-size: 1.5em;
}
.txt-carousel a {
	color: #fff;
}

/* END CAROUSEL */


/* TRAILER */
.trailer {
    padding-top: 20px;
    padding-bottom: 30px;
}
.trailer-info {
    width: 1170px;
    margin: auto;
}

.trailer-video {
   position: relative;
   padding-bottom: 62.25%; /* ratio for youtube embed */
   padding-top: 30px;
   height: auto;
   overflow: hidden;
   text-align: center;
}
.trailer-video iframe, 
.trailer-video object, 
.trailer-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
/* END TRAILER */


/* SINOPSIS */
.sinopsis { 
    padding-top: 20px;
    padding-bottom: 30px;
}
.txt-sinopsis p {
    width: 90%;
    margin: auto;
    font-size: 1.3em;
}
.creditos {
	width: 90%;
	margin: auto;
	margin-top: 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
}
span.name {
	font-size: 1.3em;
	color: #333;
}
.creditos p {
	color: #999;
}
.ficha {
	margin: 30px 0;
	text-align: center;
}
.ficha img {
	margin: auto;
}
.ficha a {
	color: #333;
}
/* END SINOPSIS */


/* PREMIOS Y FESTIVALES */
.columnas {
	margin-top: 30px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;	
}
@media(min-width: 768px) {
  	.columnas {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}
}
@media(min-width: 1024px) {
  	.columnas {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}
}
.columnas li {
	margin-bottom: 15px;
}
/* END PREMIOS Y FESTIVALES */


/* NOTICIAS */
.noticias {
	text-align: center;
}
.noticias a {
	color: #333;
}
.img-noticias {
    margin: auto;
    width: 100%;
}
.post-noticia {
    margin-top: 30px;
}
/* NOTICIAS */


/* EXHIBICIÓN */
.online {
	margin: 50px 0;
}
.cines {
	text-align: center;
	list-style-type: none;
	padding: 0px;
}
.ciudad {
	text-transform: uppercase;
	font-size: 16px;
}
/* EXHIBICIÓN */


/* CONTACTO */
.contacto-info {
	margin-bottom: 50px;
}
.contacto-info ul {
	padding: 0;
	margin: 0;	
}
.info-contacto a {
	color: #333;
}
.face {
	float: left;
	margin: 10px 10px 0 0;
	width: 30px;
	height: 30px;
	background-color: #9d9d9d;
}
.twitter {
	float: left;
	margin: 10px 10px 0 0;
	width: 30px;
	height: 30px;
	background-color: #9d9d9d;
}
.face:hover {
	background-color: #333;
}
.twitter:hover {
	background-color: #333;
}
.youtube {
	float: left;
	margin: 10px 10px 0 0;
	width: 30px;
	height: 30px;
	background-color: #9d9d9d;
}
.vimeo {
	float: left;
	margin: 10px 10px 0 0;
	width: 30px;
	height: 30px;
	background-color: #9d9d9d;
}
.youtube:hover {
	background-color: #333;
}
.vimeo:hover {
	background-color: #333;
}
.instagram {
	float: left;
	margin: 10px 10px 0 0;
	width: 30px;
	height: 30px;
	background-color: #9d9d9d;
}
.instagram:hover {
	background-color: #333;
}

@media(max-width: 770px) {
  	.contacto-info {
		text-align: center;
	}
	.contacto-info img {
		margin: auto;
	}
	.redes-contacto {
		text-align: center;
	}
}
/* END CONTACTO */

/* IDENTIFICADOR */
.logo-convocatoria {
	margin-top: 10px;
	text-align: center;
}

/* END IDENTIFICADOR */

/* CONVOCATORIA */
.convocatoria {
	margin: auto;
	margin-top: 30px;
	width: 70%;
	padding-bottom: 40px;
}

.bases {
	text-align: center;
}
.bases a {
	color: #999;
}
.bases a:hover {
	color: #333;
}

@media(max-width: 768px) {	
	.convocatoria {
		width: 80%;
		padding-bottom: 20px;
	}
	h1 {
		font-size: 3.5em;
	}
}
@media(max-width: 640px) {	
	.convocatoria {
		width: 90%;
	}
}
@media(max-width: 480px) {	
	.convocatoria {
		width: 95%;
		padding-bottom: 20px;
	}
	h1 {
		font-size: 3em;
	}
}

/* END CONVOCATORIA */
