
#cuerpo p, #cuerpo h1, #cuerpo h1, #cuerpo h3, #cuerpo h4, #cuerpo p{
	color:#808080;
}


#inicio{
	padding-top: 20px;
	padding-bottom:  1px;
}




#inicio #redes{
	text-align: right;
}

#inicio #redes a{
	color: #478cca;
}

#iniciohover{
	color: #727271;
	

}

#inicio #redes #red{
	margin-left: 10px;
}


#inicio #redes #red:hover{
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
	-ms-transform: rotate(7deg);
}

#logo img{
	-ms-transition: 0.2s; /* IE 9 */
    -webkit-transition: 0.2s; /* Safari */
     transition: 0.2s;
     width: 90%;
     height: auto;
     max-width: 320px;
}

#logo img:hover{
	-ms-transform: scale(1.03, 1.03); /* IE 9 */
    -webkit-transform: scale(1.03, 1.03); /* Safari */
    transform: scale(1.03, 1.03);
}


#menu-contenedor{
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}




.bg-faded {
    background-color: white;
    
}


#banner-contenedor{
	background-image: url('../images/edificios-ascensores.jpg');

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


/*#banner-contenedor h1.display-3{
	color: white;
	text-shadow: 0px 0px 6px  rgba(0,0,0,0.5);
	-ms-text-shadow: 0px 0px 6px  rgba(0,0,0,0.5);
	-webkit-text-shadow: 0px 0px 6px  rgba(0,0,0,0.5);

}

*/
#banner-contenedor .lead{
	color: black;
	/*text-shadow: 0px 0px 4px  rgba(0,0,0,1);*/
	
}






#telefono-contenedor{

	 color: #478cca;
	 font-size: 21px;
	 text-align: center;
	 margin-top: 30px;
	 margin-bottom: 30px;
	

}

.breadcrumb {
    
    background-color: white;
    
}

.btn-primary {
    color: #fff;
    background-color: #478cca;
    border-color: #478cca;
}


.btn-primary:hover {
    background-color: #727271;
    border-color: #727271;
}



#servicios {
	
	padding-top: 70px;
	

}


#servicios h2{
	
	margin-bottom: 30px;
	font-size: 50px;

}




#servicios i{
	color: #478cca;
	margin-bottom: 15px;

}

#servicios #columna-servicios{
	margin-bottom: 2em;
	

}

#marcas-contenedor img {
	width: 90%;
	height: auto;
	max-width: 300px;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
}

#mantenimiento {

	padding-top: 70px;
	
	
}

#mantenimiento #texto {

	padding-bottom: 30px;
	
	
}

#mantenimiento h2 {
	
	text-align: center;
	margin-bottom: 30px;
	font-size: 50px;	
}



#mantenimiento  ul li {
	
	color: #808080;
}

#mantenimiento img {
	width: 100%;
	height: auto;
	
	margin-bottom: 20px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	
	
	
}


#nosotros {

	padding-top: 70px;
	
	
}

#nosotros #texto {

	padding-bottom: 30px;
	
	
}

#nosotros h2 {
	
	text-align: center;
	margin-bottom: 30px;
	font-size: 50px;	
}



#nosotros  ul li {
	
	color: #808080;
}

#nosotros img {
	width: 100%;
	height: auto;
	
	margin-bottom: 20px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	
	
}




#contacto {

	padding-top: 70px;
	padding-bottom: 80px;

	
}

#contacto #texto {

	padding-bottom: 30px;
	
	
}

#contacto h2 {
	
	text-align: center;
	margin-bottom: 30px;
	font-size: 50px;	
}




#contacto img {
	width: 100%;
	height: auto;
	
	padding-bottom: 20px;
	
	
}




#pie{
	background-color: black;
	padding-top: 3em;
	padding-bottom: 3em;
	color: #ccc;
}

#pie #ColumnaDatos{
	border-right: 1px solid #737373;
}

#pie i{
	margin-left: 1em;
}

#dpd{
	font-size: 11px;
	padding-top: 2em;
	padding-bottom: 2em;
}


#ColumnaDatos{
		text-align: right;
	}

.espacio{
	height: 2em;
	
}


#ubicacion {

	padding-top: 70px;
	
	
}



#ubicacion h2 {
	
	text-align: center;
	margin-bottom: 30px;
	font-size: 50px;	
}

@media (max-width: 576px) { 

	.display-3{

		font-size: 30px;
	}

	#inicio {

		text-align: center;
	}


	 #inicio #redes {

		text-align: center;
		padding-top: 1em;
	}


	#ColumnaDatos{
		text-align: center;
		margin-bottom: 2em;
	}

	#menuPie{
		text-align: center;
	}

 }