
/* font */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800,900');

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* box-sizing */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE8 background video fix */
video { 
	display: block;
}

/* paradiser nav customization */
.paradeiser { 

	background: rgba(23, 4, 23, 0.9); 
}

.paradeiser a { 
	line-height: 1.3; 
	font-size: 0.8em; 
	padding: 0 0.5em; 
}

.paradeiser a:hover, 
.paradeiser a.active {
	background: rgba(0,0,0,0); 
	color: #ddb407; 
}

/* general */
body {
	font-family: 'Montserrat', sans-serif;
    background-color: #230624;
    line-height: 1.75;
    color: #585858;
}

body, input, select, textarea {
	font-family: 'Montserrat', sans-serif;
	color: #585858;
	font-size: 16pt;
	font-weight: 300;
	line-height: 1.75;
}

@media screen and (max-width: 1680px) {
	body, input, select, textarea {
		font-size: 14pt;
	}
}

@media screen and (max-width: 1280px) {
	body, input, select, textarea {
		font-size: 12pt;
	}
}

h1 {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.1em;
	
}

p {
	margin: 0 0 2em 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #ddb407 !important;
}

#bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/assets/img/bg-video-poster.jpg) no-repeat;
  background-size: cover; 
}

@media screen and (max-device-width: 800px) {
  body {
    background-color: #230624;
  }
  #bg-video {
    display: none;
  }
}

/* home */
.home-container {
  text-align: center; 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
}

.home-logo,
.home-link img {
  display: block;
  max-width: 12em;
}

.home-logo {
  margin-bottom: 4em;
}

.home-link img {
  opacity: 0.8;
}

.home-link img:hover{
  opacity: 1; 
}

/* produccion audiovisual */
.prod-container {
	margin-top: 60px;
	padding: 4em 1em 2em 1em;
	text-align: center;
	color: #e5e5e5;
}
.prod-title {
	font-size: 1.4em;
	margin: 1.2em 0;
	font-weight: 700;
	line-height: 1.3em;
}

.prod-title span {
	font-weight: 300
}

/* contacto */
.contact-container {
	margin-top: 60px;
	padding: 4em 1em 2em 1em;
	text-align: center;
	color: #FFF;
}
.contact-section {
	margin-bottom: 3em;
}
.contact-title {
	font-size: 1.1em;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.contact-icon { 
    position: relative;
    top: 1px;
}

.contact-form {
	max-width: 500px;
    margin: 0 auto;
}

#contact-form-submit {
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	border-radius: 4px;
    border: 1px solid #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.5em 1.2em;
    font-size: 0.8em;
}

#contact-form-submit:hover {
	color: #ddb407;
    border-color: #ddb407;
}

input[type="text"] {
	height: 3em;
}

input[type="text"], textarea {
	width: 100%;
	border: none;
	border-bottom: solid 1px #c9c9c9;
	margin-bottom: 1.3em;
	background-color: transparent;
	outline: 0;
	color: inherit;
}

input[type="text"]:focus, textarea:focus {
	border-bottom-color: #ddb407;
}

/* use sl instead of social-link to prevent ad bloking */
.sl { 
	margin: 0 0.3em;
}

.sl {
	border: solid 1px #c9c9c9;
	border-radius: 4px;
	width: 2.65em;
	height: 2.65em;
	line-height: 2.65em;
}

.sl:hover {
	color: #f2849e;
	border-color: #ddb407;
}

/* canales de comunicacion */
.channels-container {
	margin-top: 60px;
	padding: 4em 1em 2em 1em;
	text-align: center;
	color: #FFF;
}

.channels-subtitle {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 1em;
}

.channels-text {
	font-size: 1.05em;
	opacity: 0.5;
}

.channels-partner {
	margin-bottom: 0;
}

.samsung {
	width: 8em;
}

.steps {
	text-align: center;
	margin-bottom: 2em;
}

.steps .step {
	background-color: rgba(34, 0, 37 , 0.8);
	border-radius: 4px;
	width: 20em;
	text-align: center;
	margin: 1em;
	padding: 1.3em;
	display: inline-block;
}

@media screen and (max-device-width: 800px) {
	.steps .step {
		background-color: rgba(22, 0, 25, 0.8);
	}
}

.steps img {
	width: 4.5em;
	opacity: 0.5;
}

.steps .step-title {
	font-size: 1em;
	font-weight: 700;
	color: white;
	letter-spacing: 0.3em;
	margin: 0.4em 0;
}

.steps .step-description {
	font-weight: 300;
    font-size: 0.85em;
    color: white;
    margin-bottom: 0em;
    line-height: 1.5em;
}

@media screen and (max-width: 374px) {
	.steps .step {
		width: 16em;
	}
}
