
@font-face {
	font-family: "Hero";
	src: url("fonts/Hero.otf");
}

body {
	font-family: 'Hero';
}

.nerd{
    width: 100%;
}

.container-full {
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}

.container1 {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../img/fondolic.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}

.centered {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	line-height: 50px;
	padding: 2% 10%;
	font-size: 3em;
	color: #fff;
	font-weight: 900;
	background: linear-gradient(to left, rgba(14, 1, 96,0.01), rgba(8,2,41,0.9) , rgba(8,2,41,1) , rgba(8,2,41,1));
}

#txtInicio {
	font-weight: 200;
	font-size: 26px;
}

#logoNosotros {
	margin-left: 40%;
	margin-top: 2%;
}

#txtNosotros {
	text-transform: uppercase;
	color: #10088c;
	text-align: center;
	line-height: 20px;
	font-weight: 400;
	margin-top: 2%;
}

.licImg {
	margin-top: 3%;
}

.txtLic {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
}

#txtEquipo, #txtServicios {
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #ed6802;
	font-size: 2em;
	margin-top: 3%;
}

.txtServ {
	font-size: 2em;
	font-weight: 400;
	color: #042156;
	text-transform: uppercase;
	margin-top: 5%;
}

.listServ {
	text-transform: uppercase;
	text-align: left;
	color: #042156;
}

.centered1 {
	position: absolute;
	transform: translate(0%, -100%);
	line-height: 50px;
	padding: 2% 6%;
	font-size: 3em;
	color: #fff;
	text-align: center;
}

#ImgCintillo {
	width: 100%;
}

#ImgCintillo2 {
	max-width: 100%;
	height: 250px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
	
}

#rowServicios {
    padding-top: 3%;
}

footer {
	background-image: url(../img/fondocontacto.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.border {
	border: 1px solid #f27900!important;
	width: 52%;
}

.form-control {
	background-color: #e8e8e8;
	border-radius: 50px;
	opacity: 0.5;
	border: transparent;
	color: #000;
}

.form-control:focus {
	color: #000;
}

.bg-primary {
	background-color: #16406d!important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #16406d!important;
}

a {
	color: #16406d!important;
}

#ImgInicio {
	margin-top: 5%; 
	width: 100%;
}

#sendMessageButton {
	color: #fff;
	background-color: #f26000;
	padding: 2% 17%;
	border-radius: 25px;
}

#centered2 {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 15%);
}

#centered3 {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 100%);
	padding: 2%;
	font-size: 2em;
}

#txtEmail {
    font-size: 18px;
}

@media only screen and (min-width: 200px) and (max-width: 760px){ 
	.centered1 {
		line-height: 35px;
		font-size: 2em;
	}

	.container1 {
		height: auto;
	}

	.licImg {
		width: 33.3%;
	}

	.txtLic {
		font-size: 1em;
	}

	#logoNosotros {
		margin-left: 27%;
	}

	.centered {
		font-size: 1.5em;
		line-height: 22px;
		left: 32%;
	}

	#txtInicio {
		font-size: 18px;
	}

	#ImgInicio {
		height: 250px;
	}

	#centered3 {
		padding: 0;
		transform: translate(-50%, 230%);
	}

	#txtServicios {
		line-height: 30px;
	}
	
	#txtEmail {
	    font-size: 13px;
	}
	
	.nerd {
	    width: 20%;
	}
}