@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');

*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
}

body{
	background: linear-gradient(to right, #000000, #020202);
}

.resume{
	width: 100%;
	background: rgb(0, 0, 0);
	margin: 25px auto;
	display: flex;
}

.left{
	background: #282828;
	width: 50%;
	padding: 0 20px;
}

.right{
	width: calc(110% - 30%);
}

.left .img_holder{
	text-align: center;
	padding: 20px 0;
}

.left .img_holder img{
	width: 200px;
	border-radius: 30px;
}

.pb{
	padding-bottom: 10px;
}

.title{
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-bottom: 1%;
	color: #52a59a;
	position: relative;
	text-align: right;
	margin-bottom: 3%;
}

.title_skills{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2%;
	padding-bottom: 0%;
	color: #99e694;
	position: relative;
	text-align:inherit;
	margin-bottom: 1%;
	margin-top: 1%;
	
}

.title:before{
	content: "";
	position: absolute;
	top: 35px;
	right: 0;
	width: 50px;
	height: 3px;
	background: #d6d4e4;
}

.left .icon{
	font-size: 20px;
	color: #9153c9;
}

.left .text{
	color: #d4bfe7;
	text-transform: uppercase;
	font-size: 13px;
}

.contact .li_wrap{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 1%;
}

.contact .li_wrap .icon{
	width: 50px;
	height: 50px;
	background: rgb(0, 0, 0);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.contact .li_wrap .text{
	width: calc(100% - 50px);
	word-break: break-word;
	color: #fff;
}

.languages ul,
.skills ul,
.hobbies ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.languages .li_wrap,
.skills .li_wrap,
.hobbies .li_wrap{
	width: 100px;
	height: 100px;
	margin-left: 1px;
	margin-bottom: 5px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.languages .li_wrap{
	background: rgb(19, 24, 30);

}

.skills .li_wrap{
	background: rgb(0, 0, 0);

}

.languages .li_wrap .text,
.skills .li_wrap .text,
.hobbies .li_wrap .text{
	margin-top: 11px;
}

.hobbies .li_wrap{
	border: 2px solid rgb(0, 0, 0);
}

.hobbies .li_wrap .icon,
.hobbies .li_wrap .text{
	color: #fff;
}

.hobbies .li_wrap:hover{
	background: rgb(0, 0, 0);
}

.hobbies .li_wrap:hover .icon,
.hobbies .li_wrap:hover .text{
	color: #9153c9;
}

.header{
	background: #000000;
	padding: 15px 30px;
	color: #fff;
	height: 240px;
}

.header .name{
	font-size: 52px;
	text-transform: uppercase;
	font-weight: 700;
	color: #49a55d;
}

.header .role{
	font-weight: 300;
	font-size: 20px;
}

.header .about{
	margin-top: 2%;
	line-height: 26px;
}

.right_inner{
	padding: 10px;
	color: #ffffff;
}

.right_inner .education{
	margin-top: 10px;
}

.right_inner .skills{
	margin-top: 10px;
}

.right_inner .li_wrap{
	display: flex;
	margin-bottom: 15px;
}

.right_inner .li_wrap .date {
    width: 125px;
    color: #9153c9;
}

.right_inner .li_wrap .info{
	width: calc(100%  - 125px);
	padding-left: 25px;
	position: relative;
}
.right_inner .li_wrap .skills{
	width: calc(100%  - 125px);
	padding-left: 50%;
	position: absolute;
	color: rgb(216, 216, 164);
}

.right_inner .li_wrap .info_title{
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	color: rgb(211, 148, 222);
}

.right_inner .li_wrap .info_com{
	font-weight: 300;
	font-size: 14px;
	margin-top: 1%;
	color: rgb(208, 208, 156);
}
.right_inner .li_wrap .info_skills{
	font-weight: 300;
	font-size: 14px;
	margin-top: 1%;
}

.right_inner .li_wrap .info_cont{
	margin-top: 1%;
	font-size: 13px;
	color: rgb(151, 170, 171);
}

.right_inner .li_wrap .info:before{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #9153c9;
	border-radius: 50%;
}

.right_inner .li_wrap .info:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 4px;
	width: 2px;
	height: 90%;
	background: #5f1a9c;
}
.copy-right{
    position: absolute;
    left: 87%;
   top: 10%;
}

.copy-right p{
    color: rgb(255, 255, 255);
    text-indent: -1cm;
}

 /* Estilo para el icono de correo electrónico */
 .icon {
	font-size: 3rem; /* Tamaño del icono */
	cursor: pointer; /* Cambiar el cursor al pasar el ratón */
	color: palevioletred;
  }

  /* Estilo para el hover */
  .icon:hover {
	color: #528d99; /* Cambiar el color al pasar el ratón */
  }	

  .certificate-item {
	position: relative;
	display: inline-block;
	margin-left: 50px;
  }
  
  .certificate-item a {
	display: block;
	transition: transform 0.3s ease-in-out;
  }
  
  .certificate-item a:hover {
	transform: scale(1.2);
	background-color: #49a55d;
	color: #49a55d;
  }
  
  .certificate-item a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  