
header { background-color: transparent; }

.texto-slider ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 53%;
    height: 100%;
    z-index: 3;
}

.contenedor-home:before {
    display: block;
    content: '';
    width: 59%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #8c99af;
	z-index: 0;
}

.contenedor-home:after {
	display: block;
    content: '';
    width: 73%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #8c99af, transparent);
	z-index: 1;
}

.texto-slider ul li {
    font-size: 60px;
    color: #e4e0da;
    line-height: 80px;
    font-family: 'SweetSansProBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 400px !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 200px !important;
    margin: auto;
    height: 330px;
}

.texto-slider ul li strong,
.texto-slider ul li b {
	font-family: 'SweetSansProBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fedd10;
}

li#menu-item-89 a,
li#menu-item-90 a,
li#menu-item-91 a { color: #e4e0da; }

ul#slider {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

ul#slider li { 
	position: relative;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img.img-slider {
    display: block;
    height: 80vh;
    position: relative;
    margin-top: 90px;
    width: auto;
}

.contenido-slider {
    display: block;
    width: 100%;
    padding-right: 80px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-align: right;
    position: relative;
	height: 100%;
}

.contenido-slider h2 {
    font-size: 13px;
    display: inline-block;
    text-align: right;
    margin-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.contenido-slider h2:before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../img/icono.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    content: '';
    left: -10px;
    top: -1px;
}

ul#slider:after {
    display: block;
    content: '';
    width: 14%;
    height: 100%;
    position: absolute;
    right: 0;
    background: linear-gradient(-90deg, #e4e0da, transparent);
}

footer { display: none; }

@media screen and (max-width: 950px) {
	.texto-slider li { 
		font-size: 50px;
		line-height: 60px;
		height: 270px;
	}
}

@media screen and (max-width: 800px) {
	img.img-slider {
		width: 100%;
		height: auto;
		margin-top: 0px;
	}
	
	ul#slider {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: 400px;
		margin-top: 50px;
	}
	
	.contenido-slider { padding: 0px 20px; }
	ul#slider:after { display: none; }
	
	.contenedor-home:before {
		width: 100%;
		height: 70%;
	}
	
	.contenedor-home:after {
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, #8c99af, transparent);
	}
	
	.texto-slider ul {
		width: 100%;
		height: 180px;
		position: relative;
		margin-top: 30px;
	}
	
	.texto-slider ul li {
		left: 0px !important;
		width: 410px !important;
		font-size: 40px;
		line-height: 60px;
		height: auto !important;
		top: 0 !important;
		padding: 0px 10px;
	}
	
	
	#navbar-toggle .icon-bar { background-color: #e4e0da; }
	a.header-ig { background-position: 0px -131px; }
}