@font-face {
    font-family: "GraphikLCG-Bold";
    src: url("../font/GraphikLCG-Bold.otf");
}

@font-face {
    font-family: "GraphikLCG-Regular";
    src: url("../font/GraphikLCG-Regular.otf");
}

@font-face {
    font-family: "GraphikLCG-Black";
    src: url("../font/GraphikLCG-Black.otf");
}


html {
	font-size: 16px;
	overflow-x: hidden;
	font-family: "GraphikLCG-Regular";
	scroll-behavior: smooth;
}

body {
	margin: 0;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
	color: rgba(69, 105, 144, 1);
	text-decoration: underline;
	text-decoration-color: rgba(69, 105, 144, .3);
}

a:hover {
	color: rgba(244, 91, 105, 1);
	text-decoration: underline;
	text-decoration-color: rgba(244, 91, 105, 1);
}

.navbar {
	padding-left: 25px;
	display: flex;
	align-items: center;
	height: 90px;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.2);
}

.navbar .logo {
	padding-right: 15px;
}

.navbar .people {
	padding-right: 80px;
}

.navbar .people a {
	color: #000;
	text-decoration: none;
}

.navbar .logo:hover + .people a {
	color: rgba(244, 91, 105, 1);
	text-decoration: underline;
	text-decoration-color: rgba(244, 91, 105, 1);	
}

.navbar .people.not-general a {
	color: rgba(69, 105, 144, 1);
	text-decoration: underline;
	text-decoration-color: rgba(69, 105, 144, .3);
}

.navbar .people a:hover {
	color: rgba(244, 91, 105, 1);
	text-decoration: underline;
	text-decoration-color: rgba(244, 91, 105, 1);
}

.search {
	display: flex;
	align-items: center;
}


.search .text {
	font-size: 1rem;
	padding-right: 30px;
}
.search input {
	width: 225px;
	height: 30px;
	border:1px solid;
	border-color: #e5e5e5;
	border-radius: 3px;
	font-family: "GraphikLCG-Regular";
	font-size: 1rem;
	background-image: url(../img/lupa.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 10px;
}

.search input:focus, .search input:active {
	background-image: none;
	outline-offset: none;
	outline:none;
	border-color: #96eedd;
}

.alph-search {
	display: none;
	padding-bottom: 10px;
}

.content .is-sticky .alph-search {
	display: inline-flex;
}

.alph-search.search input {
	width: unset;
}

.alph-search.search .text {
	padding-right: 10px;
}

.content {
	padding-left: 125px;
	padding-right: 125px;
	padding-bottom: 150px;
}

.content .is-sticky .alph {
	padding-top: 20px;
}
.content .alph {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.15);
	background-color: #FFF;
}
.content .alph-text {
font-family: "GraphikLCG-Bold";
font-size: 1.5rem;
padding-bottom: 15px;
}

.content .alph-sort {
	display: flex;
	flex-wrap: wrap;
}

.content .sort-items {
	display: flex;
	flex-wrap: wrap;
}

.sort-text {
	padding-right: 10px;
	padding-bottom: 5px;
}

.content .sort-item {
	padding-right: 10px;
	padding-bottom: 5px;
	flex-wrap: wrap;
}

.content .sort-item a {
	text-decoration:none;
	border-bottom: 1px dashed;
	border-color: rgba(69, 105, 144, .3);
}

.content .sort-item a:hover {
	text-decoration:none;
	border-color:rgba(244, 91, 105, 1);
}


.content .sort-line {
	padding-top: 15px;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.1);
	font-family: "GraphikLCG-Bold";
	font-size: 1rem;
}

.content .person {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.05);

}

.content .person .left-side {
	display: flex;
	width: 60%
}

.content .person .left-side .big-photo {
	min-width: 255px;
	min-height: 255px;
	max-width: 255px;
	max-height: 255px;
	overflow: hidden;
	border: 1px solid;
	border-color: transparent;
}

.content .person .left-side .big-photo img{
width: 100%;
height: 100%;

}

.content .person .left-side .big-photo.red:hover + .initials .surname a {
	color: rgba(244, 91, 105, 1);
	text-decoration:none;
	border-color:rgba(244, 91, 105, 1);
}

.content .person .left-side .big-photo.red:hover {
	border:1px solid;
	border-color:rgba(244, 91, 105, 1);
}

.content .person .left-side .initials {
padding-left: 30px;
}

.content .person .left-side .surname {
font-size: 1.875rem;
font-family: "GraphikLCG-Bold";
}

.content .person .left-side .surname a {
	text-decoration:none;
	border-bottom: 1px solid;
	border-color: rgba(69, 105, 144, .3);
}

.content .person .left-side .surname a:hover {
	text-decoration:none;
	border-color:rgba(244, 91, 105, 1);
}

.content .person .left-side .name {
padding-top: 5px;
font-size: 1rem;
font-family: "GraphikLCG-Regular";
}

.content .person .right-side {
	flex-wrap: wrap;
	display: flex;
	flex-direction: row-reverse;
	width: 40%;
} 

.content .person .right-side .small-photo {
	overflow: hidden;
	width: 95px;
	height: 95px;
	margin-left: 15px;
	margin-bottom: 15px;
	transition: transform .2s;
}

.content .person .right-side .small-photo:hover {
	transform: scale(1.4);
	border:1px solid;
	border-color:rgba(244, 91, 105, 1);
}



.content .person .right-side .small-photo img {
width: 100%;
height: 100%;
}

.content .person.current {
padding-top: 45px;
border-bottom: none;
}

.footer {
	margin-top: auto;
	height: 25vh;
	min-height: 300px;
	width: 100%;
	background-color: rgba(36, 123, 160, .03);
	border-top:1px solid #d9e9ef;
	background-image: url('../img/shadow.png');
	background-repeat: no-repeat;
    background-size: 100%;
}

.footer .block {
	float: right;
    padding-right: 15%;
    padding-top: 67px;
}
.footer .design {
	padding-bottom: 30px;
}
.footer .bold-text {
	font-family: "GraphikLCG-Black";
	font-size: 1.125rem;
	padding-bottom: 5px;
}

.footer .normal-text a {
	font-family: "GraphikLCG-Regular";
	font-size: 1.125rem;
}

@media screen and (max-width: 1350px) {

html {
	font-size: 14px;
}

.content .person .left-side .surname {
font-size: 1.7rem;
}

}

@media screen and (max-width: 1200px) {

.content .person {
	flex-direction: column;
}

.content .person .left-side {
	padding-bottom: 25px;
	width: 100%
}

.content .person .right-side {
	width: 100%;
	flex-direction: row;
}

.content .person .right-side .small-photo {
	margin-left: 0;
	margin-right: 15px;
}

}


@media screen and (max-width: 900px) {

.content {
	padding-left: 25px;
	padding-right: 25px;
}

}

@media screen and (max-width: 650px) {

html {
	font-size: 12px;
}


.content .person .left-side .big-photo {
	min-width: 150px;
	min-height: 150px;
	max-width: 150px;
	max-height: 150px;
}

.content .person .right-side .small-photo {
	width: 75px;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.navbar .logo {
	padding-right: 10px;
}

.navbar .people {
	padding-right: 10px;
}
.navbar .search .text {
	padding-right: 10px;
}

.navbar {
	flex-direction: column;
	height: unset;
	padding-bottom: 15px;
	padding-left: 10px;
    padding-right: 10px;
}

.navbar .logo {
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar .search, .navbar .search input {
	width: 100%;
}

.navbar .people {
	padding-bottom: 15px;
}

.content .person {
	padding-top: 15px;
	padding-bottom: 10px;
}

}

@media screen and (max-width: 500px) { 

.navbar .search input {

}

.content .person .left-side .surname {
font-size: 1.5rem;
}

.content .person .left-side .name {
font-size: 1.3rem;
}


}

@media screen and (max-width: 450px) { 


.content .person .left-side .big-photo {
	min-width: 120px;
	min-height: 120px;
	max-width: 120px;
	max-height: 120px;
}

.content .person .right-side .small-photo {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.content .person .left-side .initials {
	padding-left: 10px;
}

}

@media screen and (max-width: 400px) { 



.content .person .left-side {
	flex-direction: column;
}

.content .person .left-side .initials {
	padding-left: 0;
	padding-top: 10px;
}

.content .person .left-side .big-photo {
	min-width: 225px;
	min-height: 225px;
	max-width: 225px;
	max-height: 225px;
}

.content .alph {
	flex-direction: column;
}
.content .alph-sort {
	padding-top: 10px;
}

.content .alph {
	padding-top: 25px;
}

 }

 @media screen and (max-width: 300px) {  

.content .person .left-side .big-photo {
	min-width: 150px;
	min-height: 150px;
	max-width: 150px;
	max-height: 150px;
}

 }

  @media screen and (max-width: 234px) {  

html {
	font-size: 8px;
 }
}

@media screen and (min-width: 1550px) { 

.content .person .left-side {
	width: 50%;
}

.content .person .right-side {
	width: 50%;
}

}


@media screen and (min-width: 1700px) { 

.content .person .left-side {
	width: 40%;
}

.content .person .right-side {
	width: 60%;
}

}