*{
	--title1Size:38px;
	--title2Size:18px;
	--subTitle1Size:14px;
	--subTitleSize:16px;
	--colorText1:#031d33;
	--sectionHeightPadding:120px;
	--navBarHeight:75px;
	--navBarHeightResponsive:100px;
}

.navzone{
	width: 100%;
	height: 100%;
}

header #navbar{
	width: 100%;
	height: var(--navBarHeight);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

header #navbar .image{
	height: 70%;
	margin: auto;
	margin-right:25px;
}

header #navbar .image img{
	height: 100%;
}

header #navbar .menu{
	width: auto;
	height: 35px;
	margin: auto;
	margin-left: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

header #navbar .menu a{
	display: block;
	margin: auto;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1.0);
	transition: 0.3s all ease;
}

header #navbar .menu a:hover{
	color: rgba(120, 254, 150, 1);
}

header #navbar .whatsapp{
	height: 35px;
	margin: auto;
	margin-right: 20px;
}

header #navbar .whatsapp img{
	height: 100%;
}

header #navbar .botones{
	width: auto;
	margin: auto;
	margin-left: 20px;
	margin-right: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

header #navbar .botones button{
	background-color: rgba(60, 224, 120, 0.8);
	width: 160px;
	height: 50px;
	text-align: center;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	color: #ffffff;
	transition: 0.3s all ease;
	margin: auto;
	margin-left: 20px;
}

header #navbar .botones .btn_login{
	background-color: rgba(0, 0, 0, 0);
}

header #navbar .botones .btn_login:hover{
	background-color: rgba(120, 254, 150, 1);
	color: rgba(50,103,138,1);
}

header #navbar .botones button:hover{
	transform: scale(1.03);
	background-color: rgba(20, 184, 30, 0.8);
}

header #navbar .buttonsResponsive{
	margin: auto;
	margin-right: 20px;
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
}

header #navbar .buttonsResponsive .button{
	height: 40px;
	margin: auto;
	margin-left: 0;
	margin-right: 20px;
	
}

header #navbar .buttonsResponsive .button img{
	height: 100%;
}



.lateralBar{
	display: none;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 4;
}

.lateralBar .topBar{
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 30px;
	margin-bottom: 40px;
}

.lateralBar .topBar .image{
	height: 25px;
	display: block;
	margin: auto;
	margin-left: 0;
}

.lateralBar .topBar .image img{
	height: 100%;
}

.lateralBar .topBar span{
	display: block;
	margin: auto;
	margin-right: 0;
	text-align: right;
	font-size: 24px;
	color: var(--colorText1);
}

.lateralBar nav{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.lateralBar nav a{
	display: block;
	width: 90%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	color: var(--colorText1);
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
}

.lateralBar .socialMedia{
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-bottom: 10px;
	display: none;
}

.lateralBar .socialMedia .red{
	width:100px;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.lateralBar .socialMedia .red img{
	width: 80%;
	display: block;
	line-height: 80%;
	margin: auto;
	opacity: 60%;
}

@media (max-width: 1100px) {
	header #navbar .menu{
		display:none;
	}
	header #navbar .buttonsResponsive{
		display: flex;
	}
}


@media (max-width: 740px) {
	header #navbar .whatsapp{
		display: none;
	}

	header #navbar .botones{
		display: none;
	}
	header #navbar .image{
		height: 80%;
		line-height: var(--navBarHeightResponsive);
		margin-left: 20px;
	}
}
