/*--font-family: "Space Grotesk", serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
/*--font-family: "Roboto", sans-serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*----*/
/*====== STYLES GENERALES ==========*/
body {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75rem;
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    background: #fff;
}
.imgLogoCard {
    background: url(../img/Prozus_Background.png) no-repeat center #333;
    padding: 0 90px;
    text-align: center;
    height: 100vh;
    background-size: cover;
    position: relative;
}
.imgLogoCard .content{
	position: relative;
	z-index: 2;
	top: 40%;
}
.imgLogoCard .content .logo{
	background: rgb(0 0 0 / 50%);
	padding: 15px 20px;
	border-radius: 15px;
	margin: 30px 0;
	height: 110px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.imgLogoCard .content .logo img{
	width: 90%;
	margin: 0 auto;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}
/*================================================
//--//--> SMALL DEVICES (landscape phones, 576px and up)
==================================================*/
@media (min-width: 320px) and (max-width: 767.98px) {	
	.imgLogoCard {
		height: 100%;
		padding: 45px 30px;
	}
	.no-gutter{
		padding-top:95px;
	}
	.imgLogoCard .content .logo {
		background: rgb(0 0 0 / 50%);
		padding: 32px 20px;
		border-radius: 15px;
		margin: 30px 0;
		height: 110px;
		vertical-align: middle;
		display: flex	;
		align-items: center;
	}
}

/*================================================
//--//--> MEDIUM DEVICES (tablets, 768px and up)
==================================================*/
@media (min-width: 768px) and (max-width: 1023.98px) {
	.imgLogoCard {
		height: 100%;
		padding: 45px 30px;
	}
	.no-gutter{
		padding-top:115px;
	}
}