@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');



body{
	font-family: 'Roboto Condensed', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 300 !important;
}

.h1,.h2,.h3,.h4,.h5,.h6{
	font-weight: 300 !important;
}

html, body{ 
	height:100%; 
	margin:0; 
}

header{
	height: auto;
	min-height: 185px;
	background: #fff
}

footer{
/* 	min-height:200px; */
	background: #305480;
}

body{ 
  display:flex; 
  flex-direction:column; 
}

#footer{
  margin-top:auto; 
}

 
.bgimg{
	background: url(../img/asi_bg.jpg);
	background-position: center center;
	background-size: cover;
}

@media (hover: hover) and (pointer: fine) {
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}

.dropdown-menu{
	border-radius: 0px;
	background-color: #8d8d8d;
	color: #fff;
	width: 100%;
}

.dropdown-item{
	color: #fff;
}

.dropdown-item:hover{
	color: #fff;
	background: #6b6b6b;
}

@media (min-width: 992px) {
	header .navbar-nav .nav-item:nth-child(2){
		padding: 0px 20px;
	}

	header .navbar-nav .nav-item:nth-child(2):after{
		content: "";
		display: block;
		background: rgba(255, 255, 255, 0.3);
		height: 80%;
		width: 1px;
		position: absolute;
		top: 5px;
		right: 10px;
	}

	header .navbar-nav .nav-item:nth-child(2):before{
		content: "";
		display: block;
		background: rgba(255, 255, 255, 0.3);
		height: 80%;
		width: 1px;
		position: absolute;
		top: 5px;
		left: 10px;
	}
}

@media (min-width: 992px) {
	#footer .navbar-nav .nav-item a{
		border-right: solid 1px rgba(255, 255, 255, 0.3);
	}

	#footer .navbar-nav .nav-item:last-child a{
		border-right: none;
	}
}

/* Clases utilitarias para reemplazar estilos inline */
.contact-address { margin-top: 100px; }
.contact-map { height: 350px; }
.iframe-clientes { height: 500px; }
.mailok-alert { margin-top: 120px; }

/* ========================================
   RESPONSIVE: tablets y movil (< 992px)
   ======================================== */
@media (max-width: 991.98px) {
	header {
		min-height: auto;
	}

	#header .col-lg {
		text-align: center !important;
	}

	#header .float-left {
		float: none !important;
		display: block;
		margin: 0 auto 10px;
	}

	#header h1 {
		margin-top: 10px !important;
		text-align: center;
	}

	#header .text-right {
		text-align: center !important;
	}

	#footer .text-right {
		text-align: center !important;
	}

	#footer .container h1 {
		font-size: 1.4rem;
	}

	.contact-map {
		height: 250px !important;
	}

	.contact-address {
		margin-top: 20px !important;
	}

	.iframe-clientes {
		height: 400px !important;
	}

	.mailok-alert {
		margin-top: 30px !important;
	}
}

/* Pantallas pequenas (< 576px) */
@media (max-width: 575.98px) {
	#header h1 {
		font-size: 1.5rem;
		margin-top: 5px !important;
	}

	#header h6 {
		font-size: 0.85rem;
	}

	header .navbar .navbar-nav .nav-link {
		font-size: 0.9rem;
	}

	#footer .container h1 {
		font-size: 1.1rem;
	}
}

