.slider{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.portada-detalles{
	background:url(../imagenes/landing-fondo-02.jpg) top right no-repeat;
	padding:100px 20px;
}
.portada-detalles .portada-detalles-contenedor{
	width:40%;
}
.portada-detalles h1{
	color:#CB312F;
	margin-bottom:50px;
}
.portada-detalles h1 hr{
	background:#CB312F;
}
.portada-detalles p{
	
}
.portada-detalles .boton{
	font-family:roboto;
	background:#A82828;
	color:#fff;
	padding:10px;
	border:none;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	font-size:12px;
	margin-top:15px;
	display:inline-block;
	text-transform:uppercase;
}
.portada-detalles .boton:hover{
	background:#284191;
	color:#fff;
}
.portada-productos{
	padding:100px 20px;
}
.portada-productos h1{
	color:#D23232;
	text-align:center;
	margin-bottom:80px;
}
.portada-productos h1 hr{
	background:#D23232;
	margin:10px auto 0px;
}
.portada-productos a.producto{
	border-bottom:3px solid #CB312F;
	background:#fff;
	width:30%;
	margin:0px 1.5%;
	float:left;
	text-align:center;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	color:#666666;
}
.portada-productos a:hover.producto{
	border-bottom:3px solid #284191;
	background:#CB312F;
	color:#fff;
}
.portada-productos .producto .producto-contenedor{
	padding:60px 30px 30px;
}
.portada-productos .producto .producto-imagen{
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;	
	border: 5px solid #284191;
    height: 200px;
    margin: 0 auto 20px;
    overflow: hidden;
    text-align: center;
    width: 200px;
	background:#fff;
}
.portada-productos a:hover.producto .producto-imagen{
	border: 5px solid #fff;
}
.portada-productos .producto .producto-imagen img{
	width: 100%;
	height: auto;
}
.portada-productos .producto .producto-contenido{
}
.portada-productos .producto .producto-contenido h4{
}
.portada-productos .producto .producto-contenido p{	
	font-size:14px;
	line-height:150%;
}
.portada-empresa{
	padding:80px 20px;
	background:url(../imagenes/portada-fondo-01.jpg) fixed 100% no-repeat;
	background-size: 100%;
}
.portada-empresa .empresa-contenido{
	background:rgba(170, 40, 40, 0.75);
	color:#fff;
	margin:auto;
	width:50%;
	margin-left:40%;
}
.portada-empresa .empresa-contenido .empresa-contenido-contenedor{
	padding:30px;
}
.portada-empresa .empresa-contenido h2{
	margin-bottom:20px;
}
.portada-empresa .empresa-contenido p{
	font-size:14px;
	line-height:150%;
}

/*################# TABLETS #################*/

@media all and (max-width: 1100px){
	.portada-detalles{
		background-size:60%;
	}
}

@media all and (max-width: 1024px){
	.portada-detalles{
		background-size:50%;
	}
	.portada-detalles .portada-detalles-contenedor{
		width:50%;
	}
	.portada-empresa{
		background-size:auto;
	}
	.portada-empresa .empresa-contenido{		
		width:70%;
		margin-left:30%;
	}
}

@media all and (max-width: 950px){	
	.portada-productos a.producto{
		width:50%;
		margin:30px 25%;
	}
}

@media all and (max-width: 768px){	
	.slider img{
		width:100%;
	}
	.portada-detalles{
		background-size:40%;
	}
	.portada-detalles .portada-detalles-contenedor{
		width:80%;
	}
	.portada-productos a.producto{
		width:60%;
		margin:30px 20%;
	}
	
}

/*################# MOVILES #################*/

@media all and (max-width: 600px){
	.portada-detalles{
		padding-top:190px;
		background-size:60%;
	}
	.portada-detalles .portada-detalles-contenedor{
		width:100%;
	}
	.portada-productos a.producto{
		width:97%;
		margin:30px 1.5%;
	}
	.portada-empresa .empresa-contenido{
		width:100%;
		margin:0px;
	}
}

@media all and (max-width: 480px){
	.portada-detalles{
		padding-top:170px;
	}
}