@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Regular.ttf');
}
@font-face {
	font-family: 'MontserratRegular';
	src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
	font-family: 'MontserratBold';
	src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.ttf');
}
@font-face {
	font-family: "Effra";
	src: url('../fonts/Effra Medium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
body, html {
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration: none;
}

.header{
	position: sticky;
	z-index: 999;
	top: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 1vh 0 0 0;
}
.header-error{
	height: 4.5vw;
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1vw;
	border: 5px solid #000;
	
}
.head_01{
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-nav > li > .dropdown-menu{
	border: none;
}
.head_04 .sel{
	font-size: 12px;
	background-color: #0825b4;
    color: #fff;
    border: none;
	line-height: 30px;
	appearance: none; 
	-moz-appearance: none; 
	-webkit-appearance: none;  
	padding-right: 20px;
}

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.nav-vitro .dropdown{
	cursor: pointer;
}
.div-email .form-group .form-control {
    margin: 0;
    background-color: #143791;
    line-height: 30px;
    color: #97a6ce;
    padding: 0;
    border: none;
    padding-left: 5px;
    box-shadow: none;
	display: inline-block;
    width: 150px;
	height: 28px;
    vertical-align: middle;
	border-radius: 0;
    font-size: 12px;
}
.div-email .form-group .button {
    height: 28px;
    line-height: 28px;
    float: right;
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0 5px;
    margin: 0;    
	background: #0047ff;
    cursor: pointer;
	margin-left: 0px;
}
.div-email  .form-group{
	margin-bottom: 3px;
}
.div-email .form-group .button span {
    font-size: 12px;
	color: #fff;
}

.logo-svg{
	width: 130px;
}
.nav-vitro .navbar{
	margin-bottom: 0;
	border:none;
	min-height: 45px;
}
.nav-vitro .navbar .navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav > li > a{
	color: #000;
	font-family: 'MontserratRegular',"MontserratLight", "Myriad Pro", Arial;
	font-size: 14px;
	font-weight: bold;
}
.navbar-nav > li > a:hover{
	color: #000;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav > li.current > a {
	border-bottom: solid 3px #003586;
}
.nav > li:hover > a {
	border-bottom: solid 3px #003586;
}

.nav.navbar-nav > li .s_line {
    display: block;
    height: 13px;
    width: 1px;
    background: #003586;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    opacity: .3;
    filter: alpha(opacity=30);
}
.dropdown-menu>li>a{
	font-size:16px;
}
@media (min-width: 992px){
	.navbar-nav > li {
		padding-left:20px;
		padding-right:20px;
		height:40px;
	}
	.nav > li > a{
		padding:11px 5px;
	}
	.navbar-nav {
		float: right;
		margin: 0;
	}
	
	.nav-vitro .dropdown:hover .dropdown-menu{
		display: block;
		cursor: pointer;
	}
}
@media (max-width: 991px){
	.navbar-toggle{
		border: none;
	}
	.navbar-toggle .icon-bar{
		background-color: #000;
	}	
	.navbar-nav {
		margin: 3.5px 0 15px 0;
	}
	.nav > li:hover{
		background-color: rgba(25,70,186,0.1)
	}
	.head_01{
		padding-top: 0;
	}
	.logo-svg {
		width: 100px;
		margin-top: 10px;
		float:left;
		margin-left: 10px;
	}
	.head_01 .nav .open > a{
		background-color: #0825b4;
		border: none;
		color: #fff;
	}
	.head_01 .navbar-nav .open .dropdown-menu{
		background-color: #fff;
	}
}
@media (max-width: 768px){
	.nav > li.current > a {
		border-bottom: 0;
		background-color: #0825b4;
		color: #fff;
	}
	.nav > li:hover {
		background-color: #fff;;
	}
	.nav > li:hover > a {
		border-bottom: 0;
	}
	.header-error{
		font-size: 3vw;
		height: auto;
		padding: 5px 0;
	}
}