body{
	font-family: 'Source Sans Pro', sans-serif;
	color: #383838;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#intro{
	padding: 3.750em;
	background: #f4f4f4;
	position: relative;
	margin-top: 5px;
}

#intro:after{
	width: 100%;
	height: 7px;
	position: absolute;
	left: 0;
	top: -5px;
	background: url(../img/color-bar.jpg);
	content: "";
}

#intro:before{
	content: "unidad para las víctimas";
	text-transform: uppercase;
	color: #333;
	letter-spacing: 0.5em;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: -125px;
    bottom: 0;
    margin: auto;
    height: 22px;
    width: 330px;
    font-size: 0.875em;
}

h1{
	font-size: 4.063em;
}
#intro h1{
	color: white;
	position: absolute;
	right: 0;
	background-color: #b43739;
	top: 2em;
	padding-left: 10px;
	padding-right: 10px;
}

#intro h1:before{
	width: 60%;
	position: absolute;
	height: 70px;
	background: url(../img/textura.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	left: -2.5em;
	top: -1.3em;
}	

.intro-pic{
	height: 700px;
	width: 100%;
	background-image: url(../img/intro-pic.jpg);
	background-size: cover;
	background-position: left center;
}

.text-wrap{
	position: relative;
}

#intro .text-wrap p{
	padding-top: 14em;
	padding-left: 2em;
	line-height: 150%;
	padding-bottom: 11px;
}

#intro .ver-video{
	display: block;
	width: 290px;
	height: 170px;
	background-image: url(../img/ver-video-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: -4em;
	box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
	position: relative;
	transition: all 0.2s linear;
	color: transparent;
}

#intro .ver-video:before{
	content: "";
	position: absolute;
	width: 51px;
	height: 51px;
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

#intro .ver-video:hover{
	box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.35);
}

#intro .logo{
	margin-top: -30px;
}

#intro .scroll{
	position: absolute;
    display: inline-block;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: right center 0;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 0.5em;
    right: 20px;
    bottom: 220px;
    transition: all 0.1s linear;
}

#intro .scroll:after{
	content: "";
    position: absolute;
    left: 0px;
    width: 23px;
    height: 75px;
    bottom: -45px;
    background: url(../img/arrow-down.png) no-repeat center;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    writing-mode: lr-tb; 
}

#intro .scroll:hover{
	bottom: 230px;
}

#nota{
	padding: 3.750em;
}

#nota .nota-pic{
	height: 570px;
	background-image: url(../img/nota-pic.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}

#nota .text-wrap{
	padding-top: 8em;
	max-width: 80%;
	margin: auto;
}

#nota h2{
	line-height: 120%;
}

#nota a, #video-2 a{
	text-decoration: underline;
	color: #383838;
}

h2{
	font-size: 2.063em;
}

#galeria{
	background: url(../img/galeria-bg.jpg);
	padding: 8em 0;
	background-size: cover; 
}

#galeria h2{
	line-height: 120%;
	color: white;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
	position: relative;
	padding-top: 40px;
}

#galeria h2:before{
	position: absolute;
	content: "";
	width: 36px;
	height: 32px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/galeria-icon.png) no-repeat;
}

#galeria p{
	color: white;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}

#galeria a{
	color: white;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	letter-spacing: 0.5em;
	text-decoration: underline;
}

#video-2{
	padding: 3.750em;
	position: relative;
}

#video-2:after{
	width: 100%;
	height: 7px;
	background: url(../img/color-bar.jpg);
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#video-2 .video-2-pic{
	height: 570px;
	background-image: url(../img/video-pic.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

#video-2 .text-wrap{
	padding-top: 8em;
	max-width: 80%;
	margin: auto;
}

footer{
	padding: 2em 0;
}

footer img{
	margin-bottom: 2em;
}

footer a{
	color: #383838;
	background: #f5f5f5;
	padding: .6em 1em;
	border-radius: 4px;
	display: inline-block;	
}


#nota .nota-pic:after{
	width: 100%;
	position: absolute;
	height: 70px;
	background: url(../img/textura.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	left: -15.5em;
	bottom: 2.5em;
}




/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


@media screen and (max-width: 500px){
	#intro{
		padding: 0px;
	}

	.intro-pic{
		display: none;
	}

	#intro:before{
		display: none;
	}

	#intro h1{
		font-size: 1.5em;
    	text-align: center;
    	position: relative;
    	margin-top: 1em;
	}

	#intro h1:before{
		display: none;
	}

	#intro .text-wrap p{ç
		padding-left: 0px;
		padding-top: 1em;
	}

	#intro .logo{
		margin-top: 15px;
		text-align: center;
	}

	#intro .ver-video{
		margin-left: auto;
		margin-right: auto;
	}

	#intro .scroll{
		position: relative;
		-ms-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    bottom: auto;
	    right: auto;
	    text-align: center;
	    width: 100%;
	    margin-top: 2em; 
	    padding-bottom: 2em;
	}

	#intro .scroll:after{
		display: none;
	}

	#nota{
		padding: 0;
		padding-bottom: 10em;
	}

	#nota .text-wrap{
		padding-top: 20px;
	}

	#nota .nota-pic{
		height: 390px;
	}

	#nota .nota-pic:after{
		display: none;
	}

	#video-2{
		padding: 0px;
	}

	#video-2 .video-2-pic{
		height: 390px;
	}

	#video-2 .text-wrap{
		padding-top: 0px;
	}

	#video-2{
		padding-bottom: 10em;
	}

	footer img{
		margin-right: auto;
		margin-bottom: auto;
		max-width: 80%;
	}

	#intro .scroll:hover{
		bottom: auto;
	}
}










