/* open-sans-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-italic - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/open-sans-v36-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* header and navbar settings */
.navbar-custom {
	border-bottom: 3px solid #e3e652;
	margin-bottom: 10px;
}

.navbar-container-top {
	width: 85%;
	margin: 0px;
	padding: 0px;
}

.navbar-brand {
	margin-right: 0px;
}

.logo_name {
	width: 100%;
	max-width: 380px;
}

.logo-img {
    width: auto;
    height: auto;
	max-width: 100%;
	max-height: 80px;
}

.navbar-info {
	display:none;
}

.navbar-toggler {
	padding: 1.8%;
	margin-right: 1.8%;
}

.navbar-nav-custom {
	text-align: right;
}

.nav-item {
	font-size: 20px;
	padding-right:15px;
}

li.active a {
	color:black;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar-custom {
		flex-direction: column;
		border-bottom: none;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.navbar-container-top {
		border-bottom: 3px solid #e3e652;
		width: 85%;
		margin: 0px;
		padding: 0px;
	}
	
	.logo_name {
		width: auto;
		max-width: none;
	}
	
	.logo-img {
		max-height: 100px;
	}
	
	.navbar-nav-custom {
		text-align: left;
	}
	
	.nav-item {
		font-size: 16px;
		padding-right:0px;
	}

	li.active a {
		color: #373d5d;
		background-color: #e3e652;
	}

	.hide-whatsapp {
		display:none;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.logo-img {
		max-height: 115px;
	}

	.navbar-info {
		display:flex;
		height: 100%;
		flex-direction: column;
		justify-content: space-between;
		text-align: right;
	}

	.btn-whatsapp {
		background-color: #118578;
		font-size: 18px;
		padding: 8px 12px;
		margin-top: 5px;
		border: none;
	}

	.btn-whatsapp:hover, .btn-whatsapp:focus {
		background-color: #23C861;
	}

	.nav-item {
		font-size: 17px;
	}

	.nav-link {
		padding: 8px 13px !important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.logo-img {
		max-height: 120px;
	}

	.nav-item {
		font-size: 18px;
	}
}
