/*
 * Theme Name: silus
 *
 * Layout: Nosotros
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.content-area {
	min-height: 100%;
}

.fondo-imagen {
	background-color: white;
	width:50%;
	height:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float:left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
}

.site-main {
	 background: white;
	 width: 50%;
	 float:right;
}

.contenido {
	padding: 100px 10% 100px;
	color:#535353;
	font-size: 14px;
	font-weight: 300;
}


.entry-content h3 {
	color:#00528D;  
	font-weight: 700 !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 1% 0 1%;
	
}

.entry-content p {
	padding: 0.5% 0 0.5%;
}

.entry-title {
    font-weight: 300 !important;
    font-size: 37px !important;
    padding: 4% 0 6%;
    text-transform: uppercase;
    color: #999999; 
}

 

.site-content .widget-area {
	float: right;
	width: 25%;
}
.site-footer {
	clear: both;
	width: 100%;
}

.silus-title a {
    margin: 0px;
    padding: 0px;
    opacity: 1 !important;
    text-align: left !important;
}

@media all and (max-width: 1100px) {
	
	.site-main {
		width: 100%;
	}

	.fondo-imagen {
		width: 100%;
		height: 280px;
	}

	.contenido {
		padding: 50px 10% 100px;
	}

}



/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.f-silus{
	width: 50%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-bottom: 0.5%;
    padding-top: 1%;
    padding-left: 1.5%;
}

.f-proyectar{
	width: 50%;
	float: right;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: white;
	padding-bottom: 1%;

}

.f-proyectar img {
	padding-right: 5%;
}

@media all and (max-width: 1100px) {
	.f-silus h5 {
		color:#848080;
		padding-left: 17%;
	}

	.f-silus{
		background-color: #fff;
	}
	.f-proyectar img {
    	padding-right: 20%;
	}
}


/*--------------------------------------------------------------
## *.*
--------------------------------------------------------------*/
.gradiente-page {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1 !important;
	width:50%;
	float:left; 
}
@media all and (min-width: 1101px){
	.gradiente-page{
		background: -webkit-linear-gradient ( rgba(0,0,0,0.4), rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.4)); /* For Safari 5.1 to 6.0 */
	    background: -o-linear-gradient( rgba(0,0,0,0.4), rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.4)); /* For Opera 11.1 to 12.0 */
	    background: -moz-linear-gradient( rgba(0,0,0,0.4), rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.4));/* For Firefox 3.6 to 15 */
	    background: linear-gradient( rgba(0,0,0,0.4), rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.4));/* Standard syntax (must be last) */
	}
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

.main-navigation-page.scroll ul {
	border-bottom: 1px solid #C6C6C6; 
	transition: opacity 10s linear;

}