.section-header-investors-gonet {
	color: #2F4FBD;
	opacity: 0.14;
	font-size: 7rem;
	font-weight: bold;
	font-family: Montserrat;
}
.header-investors-gonet {
	color: #707070;
	font-size: 2.6rem;
	font-weight: bold;
	font-family: Montserrat;
	top: 3rem;
	left: 0rem;
}
.description-investors-gonet {
	color: #707070;
	font-size: 1.4rem;
	font-family: Montserrat;
	visibility: hidden;
	margin-left: -80px;
	top: -40px;
	opacity: 0;
}
.description-investors-gonet-mobil {
	color: #707070;
	font-size: 0.7rem;
	font-family: Montserrat;
	margin-top: 10px;
}
.our-team-investors-gonet {
	color: #2F4FBD;
	font-size: 2.6rem;
	font-weight: bold;
	font-family: Montserrat;
	cursor: pointer;
	transition: all 0.5s;
}
.container-info-investors-gonet {
	transition: all 0.5s;
}
.our-team-investors-gonet.activated {
	color: #707070 !important;
	font-size: 3rem !important;
	text-decoration: none !important;
}

.our-leaders {
	background: transparent linear-gradient(121deg, #3C4B80 0%, #1D1853 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	width: 100%;
    min-height: 100vh;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}


.our-leaders h1{
	color:white !important;
    font-size: 2em;
    padding: 1vw;
}

.close-modal-send {
    font-weight: bold;
    font-size: 40px;
    color: white;
    z-index: 99999;
    text-align: right;
	padding: 1vw;
    position: absolute;
    right: 3%;
}
.our-leaders-title {
	text-align: left;
	font: normal normal bold 40px Montserrat;
	letter-spacing: 0px;
	color: #F2F2F2;
	opacity: 1;
}
.leader-card{
	background: transparent linear-gradient(121deg, #3C4B80 0%, #1D1853 100%) 0% 0% no-repeat padding-box;
	box-shadow: 20px 30px 20px #00000029;
	border-radius: 25px;
	opacity: 1;
	cursor: pointer;
    height: 200px;
    width: 300px;
}
.in-class {
	background: #5C5BA8 0% 0% no-repeat padding-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold !important;
	font-size: 12px !important;
}
.leader-name {
	text-align: left;
	font: normal normal normal 10px Montserrat;
	letter-spacing: 0px;
	color: #F2F2F2;
	opacity: 1;
}
.leader-container {
    height: 25% !important;
}
.leader-info-text {
	visibility: hidden;
	opacity: 0;
	color: #F2F2F2;
}

.leader-image-card {
	visibility: hidden;
	opacity: 0;
	display: none;
	cursor: pointer;
}
.leader-image, .leader-info {
    height: 100% !important;
	padding: 1vw;
}
.leader-card-hide{
	visibility: hidden; 
	display: none !important;
}

.meet-leaders{
	color: #2D2485;
    font-size: 2.6rem;
    font-weight: bold;
}

.btn-leaders{
	font-size: 1.2rem;
}

.leaders-section{
	display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
}


/* Desktops and laptops ----------- */
@media (min-width: 992px) {

	.leader-card{
		height: 150px;
	}

	.leader-container {
	    height: 100% !important;
	}
	.leader-info {
	    height: 50% !important;
	}
	.leader-image {
	    height: 50% !important;
	}
	.leader-name {
		font: normal normal normal 20px Montserrat;
		font-size: 1em;
	}
	.leader-info-text {
		font: normal normal normal 14px Montserrat;
	}
	.in-class {
		font-size: 28px !important;
	}
}



@media(max-width: 767px){

	.leaders-section{
		display: block;	
	}	

	.btn-leaders{
		font-size: 0.7em;
	}

	.leader-info-text {
		font: normal normal normal 7px Montserrat;
	}

	.leader-card{
		height: 100px;
	}
	.section-header-investors-gonet{
		font-size: 1rem;
	}

	.header-investors-gonet {
		color: #707070;
		font-size: 0.75rem;
		font-weight: bold;
		font-family: Montserrat;
		top: 0;
		left:0;
	}

	.mobil-desc {
		margin-left: -30rem;
	}
	.mobil-desc.right-animated {
		margin-left: 30rem;
	}

	.mobil-desc {
		font-size: 12px;
		margin-top: 20px;
		min-width: 70%;
	}

	.image-investors-gonet {
		margin-left: 12rem; 
	}
	.image-investors-gonet.right-animated {
		margin-right: 12rem;
	}

	.container-investors-gonet {
		margin-left: -22rem;
	}
	.container-investors-gonet.right-animated {
		margin-left: 22rem;
	}

	.grow-with-us-container {
		top: -13rem;
	}
	
	.container-investors-gonet {
		height: 0;
	}

	.img-movil-investor {
		opacity:0.5;
		border-radius:5px 0 0 5px;
	}

	.img-movil-investor-r {
		opacity:0.5;
		border-radius:0 5px 5px 0;
	}

	.meet-leaders{
	    font-size: 1rem;
	}

}