li.login-link {
	background-image: linear-gradient(150deg, #02d9dc, #ee82ee);
	border-radius: 100px;
	padding:5px 15px;
	min-width: 100px;
	width: auto;
	border: none;
	font-size: 14px;
	text-shadow: 0 4px 15px rgba(0,0,0,0.9);
	box-shadow: 0 4px 10px rgba(0,0,0,0.09);
	transition: 0.26s;
	display: flex;
	justify-content: center;
	align-items: center;
}

li.login-link a {
	color: #fff!important
}

.landing-section {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	height: calc(100vh - 40px); 
	margin: 0px auto 0;
	flex-wrap: wrap-reverse;
}

.landing-section img {
	width: 50%;
	min-width: 400px;
	padding: 0 10px 30px;
}

.landing-section .landing-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-around; 
	align-items: center;
	min-height: 450px; 
}

.landing-section .landing-content .landing-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 450px;
	min-width: 400px;
}

.landing-section .landing-content a {
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.landing-section .landing-content .landing-text span {
	color: #202020;
	font-size: 18px;
	margin: 0;
}

.landing-section .landing-content .landing-text h1 {
	color: #202020;
	font-size: 46px;
	margin: 15px 0;
	font-weight: 900
}

.landing-section .landing-content button {
	background-image: linear-gradient(150deg, #02d9dc, #ee82ee);
	border-radius: 100px;
	padding: 15px;
	width: 100%;
	min-width: 300px;
	max-width: 450px;
	border: none;
	color: #ffffff;
	font-size: 20px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 4px 10px rgba(0,0,0,0.09);
	transition: 0.26s;
	margin: 0 auto
}

@media(max-width: 816px){
	.landing-section {
		width: 50%;
		min-width: 400px;
		padding: 0 5px 30px;
		margin: 10px auto 0
	}

	.landing-section .landing-content {
		width: 100%;
	}

	.landing-section .landing-content .landing-text {
		min-width: unset;
	}

	.landing-section img {
		display: none!important;
	}
}

@media(max-width: 585px){
	.landing-section .landing-content button {
		width: 280px
	}	

	.landing-section .landing-content .landing-text span {
		width: 280px
	}

	.landing-section .landing-content .landing-text h1 {
		font-size: 40px;
	}

	.landing-section .landing-content .landing-text span {
		font-size: 15px
	}
}

@media(max-width: 445px){
	.landing-section {
		width: 100%;
		min-width: 300px;
		padding: 0 5px 30px;
	}
}


.navbar-nav>li.login-link:hover,
.landing-section .landing-content button:hover,
.landing-section-ficha .ficha-content .ficha-text button:hover {
	opacity: 0.6
}

.landing-section .landing-content .pergamum {
	font-size: 12px;
	margin: -70px auto 0;
	opacity: 0.6
}

.landing-section-ficha {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	min-height: 300px;
	background-image: linear-gradient(150deg, #02d9dc, #ee82ee);
}

.landing-section-ficha h1 {
	text-shadow: 0 4px 15px rgba(0,0,0,0.25);
	color: #fff;
	margin-top: 20px;
	font-size: 32px
}

.landing-section-ficha .ficha-content {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.landing-section-ficha .ficha-content .ficha-text {
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 19px;
	margin-bottom: 20px
}

.landing-section-ficha .ficha-content .ficha-text p {
	line-height: 27px;
	text-align: justify;
	margin: 20px auto 50px;
	width: 100%;
	max-width: 400px;
}

.landing-section-ficha .ficha-content .ficha-text button {
	background-color: rgba(55, 59, 68, 0.9);
	border-radius: 100px;
	padding: 15px;
	width: 100%;
	border: none;
	color: #ffffff;
	font-size: 20px;
	transition: 0.26s
}

.landing-section-ficha .ficha-content img {
	width: 50%;
	padding: 30px;
}

@media(max-width: 1000px) {
	.landing-section-ficha .ficha-content img {
		display: none;
	}
	.landing-section-ficha .ficha-content .ficha-text {
		width: 100%
	}
}

@media(max-width: 660px) {
	.landing-section-ficha h1 {
		font-size: 30px;
	}
}

@media(max-width: 520px) {
	.landing-section-ficha h1 {
		font-size: 20px;
	}

	.landing-section-ficha .ficha-content .ficha-text p {
		font-size: 16px;
		max-width: 300px
	}

	.landing-section-ficha .ficha-content .ficha-text button {
		width: 100%;
		padding: 10px;
		font-size: 15px;
	}
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
  justify-content: center;
  max-width: 630px;
}

.cards .card {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.097);
  padding: 0px;
  border-radius: 3px;
  text-align: center;
  /*background-image: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
              url(../images/card.svg);*/
  background-repeat: no-repeat;
  background-size: contain;
  height: 370px;
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cards .card .card-header {
	background-image: linear-gradient(110deg, rgba(255,255,255,0.3), rgba(255,255,255,0.3)),
        url(../images/card-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    border: none;
	height: 120px;
	width: 100%;
}

.cards .card .avatar {
  width: 100px;
  border-radius: 100px;
  border: 5px solid #fff;
  background-color: #373b44;
  margin-top: -60px;
  margin-bottom: 20px;
  filter: saturate(0.7);
}

.cards .card .title {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: -30px;
  	width: 100%;
}

.cards .card .title .tae {
  font-size: 17px;
  font-weight: bold;
  color: #777;
}

.cards .card .title .cargo {
  font-size: 14px;
  font-weight: normal;
  color: #373b44;
  color: #999
}

.cards .card .info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 0 20px;
	color: #666;
	height: 80px
}

.cards .card .info .email,
.cards .card .info .horarios {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

.cards .card .info .horarios {
	display: flex;
	flex-direction: column;
}

.cards .card .card-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	background-color: #fff
}

.cards .card .card-footer img {
	width: 15px;
	filter: grayscale(1) contrast(0) brightness(1.5);
}

@media(max-width: 650px) {
	.cards {
		grid-template-columns: 1fr
	}
}

@media(max-width: 370px) {
	.cards {
		grid-template-columns: 1fr
	}
}