
.navbar {
	border-bottom: #1B4F72 3px solid;
	opacity: .7;
}

#home-section {
	background: url('../../../assets/img/CALIDAD.jpg') no-repeat;
	min-height: 100vh;
	background-size: cover;
	background-attachment: fixed;
	border-bottom: #1B4F72 2px solid;
}

.info-head-section {
	color: white;
	background-color: #DAA520;
	padding: 30px;
}

#info-section {
	padding: 50px;
	height: 500px;
}

.nosotros-head-section {
	color: white;
	background-color: #008B8B;
	padding: 30px;
}

#nosotros-section {
	padding: 50px;
	height: 500px;
}

#footer {
	background-color: #DCDCDC;
	padding: 30px;
}

#contacto-section {
	padding: 50px;
	height: 500px;
}

.contacto-head-section {
	color: white;
	background-color: #DAA520;
	padding: 30px;
}

.dark-overlay {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.home-inner {
	padding: 100px;
}

#home-texto {
	color: #fff;
}

@media (max-width: 992px) {
	.home-inner{
		padding: 80px;
	}

	.navbar{
		opacity: .9;
	}

	.img-logo{
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 1200px) {
	.home-inner{
		padding: 60px;
	}

	#home-texto {
		font-size: 8px;
	}

	.navbar{
		opacity: .9;
	}

	.img-logo{
		width: 60px;
		height: 60px;
	}
}

/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #fff;
}

#submit:before {
  background-color: #0A85BB;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}

