.navbar-brand>img{
	height: 70px;
	margin-left: 50px;
}
.navbar-brand>img:nth-child(2){
	height: 20px;
	margin-left: 5px;
    vertical-align: -webkit-baseline-middle;
}
.bg-light{
	background-color: var(--white) !important;
}
.navbar{
	height: 80px;
}
.nav-ul{
	width: 100%;
	padding-right: 3%;
}
.header{
	height: 60px;
	background: rgb(9,82,127);
	background: linear-gradient(90deg, rgba(9,82,127,1) 71%, rgba(24,153,213,1) 100%);
}
.header>div>span>a>i{
	margin-right: 5px;
}
.redes>span{
	margin-right: 40px;
}
.header>div>span>a {
    color: var(--white);
    list-style: none;
	text-decoration: none;
}
.redes>span>a>i{
	margin: 5px;
	color: var(--white);
	font-size: 30px;
}
.color-w>i{
	margin-right: 5px;
}


/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {}

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.navbar-collapse {
    z-index: 2;
	}
	.header {
    height: 100px;
	}
	.navbar{
		height: 90px;
	}
	.navbar-collapse {
    background: white;
    margin-top: -8px;
	}
	.nav-item{
		padding-left: 5px;
	}
	.redes>span {
    margin-right: 0px;
	}
	.navbar-collapse {
    background: white;
    margin-top: -8px;
	}
	.nav-item{
		padding-left: 5px;
	}
	
	.header>div>span>a {
    font-size: 0.8rem;
	}
	.redes>span>i {
    font-size: 20px;
	}
	.navbar-brand>img {
    margin-left: 20px;
	}
}

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {}