/* Habilidades */
.skillbar {
  position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
/* porcentages */

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
    font-family: Google Sans Flex;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:50%;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skillbar-bar1 {
	height:35px;
	width:70%;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skillbar-bar2 {
	height:35px;
	width:45%;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skillbar-bar3 {
	height:35px;
	width:40%;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skillbar-bar4 {
	height:35px;
	width:35%;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skillbar-bar5 {
	height:35px;
	width:50%;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#444;
	color:rgba(0, 0, 0, 0.4);
    font-family: Google Sans Flex;
}

/* Trabajos-Texto */

.letras h2{
    font-size: 30px;
}

figure.effect-honey h2{
    padding: 10% !important;
}

/* hobbies */

.contenedor_1{
	padding-top: 100px;
	display: grid;
	grid-template-columns: minmax(550px, 1fr) minmax(550px, 1fr);
	grid-template-rows: 1fr 1fr;
	gap: 20px
}

/* estudios */

.titulo {
	display: flex;
	font-family: Google Sans Flex;
	color: #3496d8;
}

.contenedor_2{
display: flex;
flex-direction: column;
align-items: center;

}

.seccion2{
font-family: Google Sans Flex;
padding: 10px;
}

.estudios {
display: grid;

}

.video {
  padding-left: 50%;
}

.todo{ 
font-family: Google Sans Flex;
}