html, body{
	font-size: 12px;
	font-family: var(--lib);
}
a{
	color: #fff;
}
a:visited {
  color: #fff;
}
h1{	
	font-family: var(--lib);
	font-size: 4rem;
	line-height: 4.2rem;
	font-weight: 300;
	padding: .5rem 0;	
}

h2{
	font-family: var(--lib);
	font-size: 2rem;
	line-height: 2.5rem;
	padding: 1.4rem 0;
}
h3{
	font-family:var(--jo);
	font-size: 1.6rem;
	font-weight: 300;
	padding: .3rem 0;
	color: #fff;
}
h4{
	font-family: var(--body);
	font-size: 1.2rem;
	padding: .4rem 0;
	font-weight: 600;
}
p{
	font-family: var(--body);
	font-size: 1.4rem;
	line-height: 2.4rem;
	padding: 0 0 3rem 0;
}
.twh {
	font-family: var(--lib);
	font-size: 1.6rem;
	line-height: 3.8rem;
	color: #fff;
	z-index: 0;
	cursor: auto;
}
.rg-text {
	font-family: var(--lib);
	font-size: 1.3rem;
	line-height: 2.3rem;
	color: #fff;
	z-index: 0;
	cursor: auto;
}
.nombre {
	font-family: var(--jo);
	font-size: 1.4rem;
	position: relative;
	pointer-events: none;
	z-index: 0
}
.nombre::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 131px;
	height: 1.7px;
	background: #fff;
	margin-right: .3rem;
}

.resume {
	font-family: var(--jo);
	font-size: 2.3rem;
	font-weight: 500;
	cursor: pointer;
}
.resume a{
	color:#fff;
	cursor: pointer;
	position: relative;
}
.academic a::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 156px;
	height: .3px;
	background: rgb(255, 255, 255, .5);
	margin-right: .3rem;
} 

.professional a::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 185px;
	height: .3px;
	background: rgb(255, 255, 255, .5);
	margin-right: .3rem;
} 

/*Contact*/
.c-txt {
	font-family: var(--lib);
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
	text-align: left;
	padding-bottom: 0;
}


.fecha-linea{
position: relative;
}

.fecha-linea::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 87px;
    height: .3px;
    background: rgb(255, 255, 255, .5);
    margin-right: .3rem;
}
.fecha-linea1{
position: relative;
}

.fecha-linea1::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 34px;
    height: .3px;
    background: rgb(255, 255, 255, .5);
    margin-right: .3rem;
}

/*Media Queries*/
@media screen and (max-width: 780px){
	h1{
		font-size: 4rem;
		line-height: 4.2rem;
	}

}

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

h1 {
	font-size: 3.2rem;
	line-height: 3.4rem
}

p {
	font-size: 1.4rem;
	line-height: 2rem;
}
p br {
	display: none;
}

}

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


}

