@import url(https://fonts.googleapis.com/css?family=Orbitron);
@import url(https://fonts.googleapis.com/css?family=Jura);

html, body, head{
	height: 100%;
	width: 100%;
	padding: 0;
	background-color: rgb(42, 42, 42);

	font-family: 'Jura',sans-serif;
}

h1,h2,h3,h4,p,a{
	color: rgb(224, 224, 224);
}

.jumbotron{
	color: rgb(224, 224, 224);
		background-color: rgb(42, 42, 42);
		width: 100%;
		padding: 0;
		margin: 0;
}

.form-group{
	padding: 5px;
 margin: 10px;
}

.container-fluid{
		background-image: url("../img/FondoIPC_2.jpg");
		background-size: cover;
		background-attachment: fixed;
		z-index: -1
	  position: relative;
		height: 100%;
		padding: 0;
		margin: 0;
		background-color: rgb(42, 42, 42);
}
.sectionLogo{
	max-width : 335px;
	max-height: 350px;
	margin-bottom: 25px;
	/*position: relative;
	top:80px;
	left:30px;
	/*margin-right: 0;*/*/
}
.canvasImg{
	max-width : 200px;
	max-height: 300px;
}

.logoText{
	font-family: 'Orbitron', fantasy;
	font-size: 2.5em;
	color : rgb(223, 10, 10);
	text-shadow: 2px 1px #4b0505;
	position: absolute;
	left: 40px;
	bottom: 10px;
	width: 260px;
}

.logoTextSlogan{
	color: rgb(224, 224, 224);
	text-shadow: .5px .5px rgb(209, 209, 209);
	width: 250px;
	font-size: 1em;
	font-family: 'Jura',sans-serif;
	position: absolute;
	left: 40px;
}

.leadText{
	color: rgb(224, 224, 224);
	text-shadow: .5px .5px rgb(209, 209, 209);
	font-size: 1em;
	font-family: 'Jura',sans-serif;
}

.sectioPage{
	background-color:rgba(111, 111, 111, 0.2) ;
	position: relative;
	top:60px;
	/*right: 25px;
	padding: 10px;
	margin: 10px;
	margin-right: 65px;
	margin-left: 20px;*/
}

.sectionStore{
	color: rgb(218, 218, 218);
	text-align: center;
	/*background-color: yellow ;*/
	position: absolute;
	top:3px;
	width: 100%;
	height: 20px;
}
/*
.sectionContact{
 display: block;
	color: rgb(218, 218, 218);
	text-align: center;
	/*background-color: gray ;*//*
	position:absolute;
	right: 35px;
	width: 35px;
	height: 100%;
	writing-mode: vertical-lr;
}*/

/*.labelContact{
	 display: block;
	text-align: center;
	position:absolute;
	right: 8px;
	top:53%;
	width: 35px;
	writing-mode:horizontal-tb;
}*/
/*
.contactoform{
	text-align: left;
	position: fixed;
	top:20%;
	background-color: rgba(42, 47, 65, 0.76);
  width: 50%;
	height: 60%;
	bottom: 1%;
	right:70px;
	writing-mode:horizontal-tb;
	display: none;
	z-index: 100;
	border-radius:5px;
}*/

.sectionService{
	width:100%;
	height: 70%;
	/*margin-right: 65px;*/
}
.canvasImgService{
	/*background-color: rgba(255, 255, 255, 0.1);*/
	border-radius: 25px;
	padding: 5px;
	margin-top:5px
}
.canvasImgClientes{
	/*background-color: rgba(255, 255, 255, 0.1);*/
	border-radius: 25px;
	margin-bottom: 1px;
	padding: 5	px;
}

.canvasImgCert{
	background-color:rgb(152, 152, 152);
	opacity: .4;
	border-radius: 25px;
	margin-bottom: 5px;
}

.footer{
	font-size: 10px;
	color: white;
	text-align: center;

	background-image: url("../img/FondoIPC_2.jpg");
	background-size: cover;
	background-attachment: fixed;
	z-index: -1

	/*background-color: white ;*/

}

.roundImg{
	border:0px;
	border-radius: 10px;
	margin-top: 5px;
}

.btn-homeIPC{
	background-color: transparent;
	padding: 0;
 	margin: 0;
}

button#btncontacto:hover{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0;
	margin: 0;
	border-radius: 10px;
}
.row{
	margin: 0;
}
