html, body {
    width: 100%;
    height: 100%;
    background-image: url(/gnfactory/LNC/GNF/2017/01/24/0036/img/lineab.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
section h1 {
    margin-bottom: 25px;
	font-family: 'Cormorant Garamond', serif;	
	font-size: 3em;
    font-weight: 800;
    letter-spacing: 1px;
    color: #0668ba;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7);
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
	line-height: 20px;
	font-weight: 600;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.92);
}
article .main {
    max-width: 850px;
    padding: 40px 10px 25px 10px;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
    
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Cormorant Garamond', serif;	
	font-size: 2.3em;
    color: #64a1d4;
}
article h2 {
    margin-bottom: 10px;
	font-size: 1.8em;
    font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	color: #696969;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}
blockquote {
	width: 85%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;	
    border-left: #416777 5px solid;
    color: #7b9ead;
}
blockquote span {
	margin-top: 50px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
    color: #a8a8a8;
}
/*SLIDER*/
.slider {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #f4f4f4;
}
.slider .controls {
    width: 100%;
    height: 85%;    
    position: relative;
    z-index: 10;
}
.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}
.slider .controls ul.tabs li.current {
    opacity: 1;
}
.slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%;
}
.slider .controls ul.arrows li  {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
.slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(/gnfactory/LNC/GNF/2017/01/24/0036/img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/LNC/GNF/2017/01/24/0036/img/arrow_forward.png);
}
.slider .controls ul.arrows li:hover {
    opacity: 1;
}
.slider .disabled {
    visibility:hidden !important;
}
.slider .items {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
}
.slider .items .item {
    width: 100%;
    height: inherit;
	position: absolute;
	display: none;
}
.slider .items .item .image {
    width: 100%;
    height: 85%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;     
}
.slider .items .item p {
    width: 90%;
    height: 10%;
    max-width: 600px;
    margin: auto;
	color: #000;	
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}
/*SLIDER*/

/*POPUPS*/


.popups ul {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	text-align: center;
}
.popups li {
	width: 42%;
    height: 380px;
    vertical-align: top;
	margin: 10px 15px 10px 15px;
	padding: 20px;
	display: inline-block;
	background: #c4dbf7;
	border: 1px solid #0160b0;
	transition: border .5s ease;
	cursor: pointer;
}
.popups li:hover {
	border: 1px solid #b4b4b4;	
}
@media screen and (max-width: 1100px) {
	.popups li {
		width: 40%;
	}
}
@media screen and (max-width: 700px) {
	.popups li {
		width: 60%;
	}
}
@media screen and (max-width: 500px) {
	.popups li {
		width: 80%;
	}
}
.popups li span {
	display: block;
}
.popups li img {
	margin-bottom: 15px;
}
.popups li .time {
	font-weight: 600;
	color: #696969;
	line-height: 40px;
	letter-spacing: 2px;
}
.popups li .name {
	margin-bottom: 15px;
	font-weight: 100;
	color: #696969;
	font-size: 18px;
	letter-spacing: 2px;
}
.popups li .text {
	margin-bottom: 20px;
	font-weight: 400;
    line-height: 25px;
	color: #363636;
	font-size: 16px;
}
.popups li .link {
	width: 200px;
    height: 50px;
    margin: auto;
	font-weight: 600;
	color: #28bcc4;
	line-height: 50px;
	letter-spacing: 2px;
	border: 2px solid #1a73dc;
	transition: all 1s ease;
}
.popups li:hover .link {
	background-color: #efefef;
}
/*POPUPS*/

/*------*/

#services {
	text-align: center;
    margin: 10px;
}
#services li {
	display: inline-block;
	margin: 10px 7px;
    width: 170px;
    vertical-align: top;
}
#services li img {
	width: 100%;
	height: 170px;
	margin: 0;
    display: block;
}
#services li span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #404040;
	text-align: center;
}
#services li span em {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
/*------*/
/*------*/

#premios{
	text-align: center;
    margin: 10px;
}
#premios li {
	display: inline-block;
	margin: 15px 20px;
    width: 180px;
    vertical-align: top;
}
#premios li img {
	width: 100%;
	height: 180px;
	margin: 0;
    display: block;
}
#premios li span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #404040;
	text-align: center;
}
#premios li span em {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
/*------*/

/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #0160b0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2017/01/24/0036/svg/arrow_down.svg);
    margin:auto;
    
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/

/*PARALLAX*/
#parallax {
    background-image: url("/gnfactory/LNC/GNF/2017/01/24/0036/img/biblica04.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallax2 {
    background-image: url("/gnfactory/LNC/GNF/2017/01/24/0036/img/biblica05.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallax3 {
    background-image: url("/gnfactory/LNC/GNF/2017/01/24/0036/img/biblica07.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Bullers Speciales*/
.bulletsespeciales{
    padding: 0 10px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.bulletsespeciales li{
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/gnfactory/LNC/GNF/2017/01/24/0036/img/cross.png);
    padding: 0 0 15px 30px;
    color: #6a6a6a;
    font-size: 16px;
}
.bulletsespeciales img{
    margin: auto;
}

