


/*--------------skills new-------------------*/

.skills {
  margin-bottom: 70px;
  margin-top: 40px;
  width: calc(100vw - 70px);
}

@media (max-width: 550px) {
  .skills {
    width: 96vw;
  }
}
.wrapper-areas {
  background-color: #fff;

}
.wrapper-languages {
  background-color: #fff;
}
.wrapper-programs {
  background-color: #fff;
}

.skills-header {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;

}

.skills p{
  margin-top: 20px;
  text-align: center;
}

.skills .wrapper-areas {
  border: 1px solid #ddd;
  padding-bottom: 10px;

}

.skills .wrapper-languages {
  border: 1px solid #ddd;
  padding-bottom: 10px;
}

.skills .wrapper-programs {
  border: 1px solid #ddd;
  padding-bottom: 10px;
}

.skills .areas {
  background: #B452CD;
  padding: 20px;
  margin-bottom: -20px;
  color: #fff;
}

.skills .languages {
  background: #91219E;
  padding: 20px;
  margin-bottom: -20px;
  color: #fff;
}

.skills .programs {
  background: #B452CD;
  padding: 20px;
  margin-bottom: -20px;
  color: #fff;
}

.skills .arrow-down {
  content: '';
  position: relative;
  top: 30px;
  margin: auto;
    width: 20px; 
    height: 20px;
  -webkit-transform: rotate(-45deg);
  background: #B452CD;
}

.skills .arrow-down-green {
  content: '';
  position: relative;
  top: 30px;
  margin: auto;
    width: 20px; 
    height: 20px;
  -webkit-transform: rotate(-45deg);
  background: #91219E;
}


@media(min-width: 768px) {
  
  .skills .areas {
    /*background: #3498db;*/
    background: #B452CD;
    padding: 20px;
    margin-bottom: -10px;
  }

  .skills .languages {
    /*background: #1abc9c;*/
    background: #91219E;
    padding: 20px;
    margin-bottom: -10px;
  }

  .skills .programs {
    /*background: #3498db;*/
    background: #B452CD;
    padding: 20px;
    margin-bottom: -10px;
  }
}



/*----------------skill progress bar------------*/

.container {
  width: 10vw;
  height: 5px;
  margin: auto ;
  margin-top: -15px;
}

.progress {
  overflow: hidden;
  height: 5px;

  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

}

.progress .bar {  
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #B452CD, #91219E);
  background-image: -ms-linear-gradient(top, #B452CD, #91219E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B452CD), to(#91219E));
  background-image: -webkit-linear-gradient(top, #B452CD, #91219E);
  background-image: -o-linear-gradient(top, #B452CD, #91219E);
  background-image: linear-gradient(top, #B452CD, #91219E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B452CD', endColorstr='#91219E', GradientType=0);
    
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .a-one {  
  width: 80%;
  height: 5px;
}

.progress .a-two {  
  width: 70%;
  height: 5px;
}

.progress .a-three {  
  width: 77%;
  height: 5px;
}

.progress .a-four {  
  width: 80%;
  height: 5px;
}

.progress .a-five {  
  width: 80%;
  height: 5px;
}

.progress .a-six {  
  width: 73%;
  height: 5px;
}

.progress .a-seven {  
  width: 66%;
  height: 5px;
}

.progress .a-eight {  
  width: 70%;
  height: 5px;
}

.progress .a-nine {  
  width: 40%;
  height: 5px;
}

.progress .a-ten {  
  width: 60%;
  height: 5px;
}

.progress .l-one {  
  width: 100%;
  height: 5px;
}

.progress .l-two {  
  width: 100%;
  height: 5px;
}

.progress .l-three {  
  width: 30%;
  height: 5px;
}

.progress .l-four {  
  width: 80%;
  height: 5px;
}

.progress .l-five {  
  width: 90%;
  height: 5px;
}

.progress .l-six {  
  width: 80%;
  height: 5px;
}
.progress .l-seven {  
  width: 80%;
  height: 5px;
}
.progress .l-eight {  
  width: 80%;
  height: 5px;
}
.progress .l-nine {  
  width: 50%;
  height: 5px;
}
.progress .l-ten {  
  width: 85%;
  height: 5px;
}
.progress .l-eleven {  
  width: 60%;
  height: 5px;
}
.progress .l-twelve {  
  width: 70%;
  height: 5px;
}
.progress .l-thirteen {  
  width: 70%;
  height: 5px;
}
.progress .l-fourteen {  
  width: 75%;
  height: 5px;
}
.progress .l-fifteen {  
  width: 50%;
  height: 5px;
}
.progress .p-one {  
  width: 80%;
  height: 5px;
}
.progress .p-two {  
  width: 80%;
  height: 5px;
}
.progress .p-three {  
  width: 80%;
  height: 5px;
}
.progress .p-four {  
  width: 80%;
  height: 5px;
}
.progress .p-five {  
  width: 60%;
  height: 5px;
}
.progress .p-six {  
  width: 80%;
  height: 5px;
}
.progress .p-seven {  
  width: 80%;
  height: 5px;
}
.progress .p-eight {  
  width: 80%;
  height: 5px;
}
.progress .p-nine {  
  width: 100%;
  height: 5px;
}
.progress .p-ten {  
  width: 90%;
  height: 5px;
}
.progress .p-eleven {  
  width: 85%;
  height: 5px;
}
.progress .p-tewlve {  
  width: 60%;
  height: 5px;
}

@media (max-width: 768px) {
  .container {
    width: 25vw;
  }

}
@media (min-width: 768px) {
  .container {
    width: 12vw;
  }

}

@media(min-width: 992px) {
  .container {
    width: 7vw;
  }
}




/*--------------skills old-------------------*/



.tabordion  {
  overflow: scroll;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 80vw;
  margin-bottom: 30px;
  /*height: 46vh;*/
}


.tabordion input {
  display: none;
}

.tabordion section {
  display: none;
  padding: 20px 0 0;
  border-right: 1px solid #ddd;
}


.tabordion label {
  border-right: 1px solid #ddd;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 20px;
  position: relative;
  width: 150px;
  z-index:100;
  padding-bottom: 30px;
  padding-top: 30px;
  line-height: 5vh;
  text-align: center;  
  color: #bbb;

}

.tabordion section article {
  display: block;
  padding: 0 0 0 21px;
  position: absolute;
  left: 23vw;
  top: 0;
  margin-right: 20px;
}


.tabordion article h2 {
  margin-top: 20px;
}

.skills h1 {
  margin-bottom: -30px;
}

.tabordion article p {
  margin-top: 20px;
}

.tabordion article:after {
  /*border-right: 1px solid #ddd;*/
  bottom: 0px;
  content: "";
  display: block;
  left:-250px;
  position: absolute;
  top: 0;
  width: 200px;
  z-index:1;
/*  height: 44.8vh;
*/}

.tabordion input:checked + label {
  border-right: 2px solid orange;
    color: #000;
}


.tabordion input[name="sections"]:checked ~ article {
  display: block;
  
}

#option1:checked ~ #section1,
#option2:checked ~ #section2,
#option3:checked ~ #section3,
#option4:checked ~ #section4 {
  display: block;
}


@media (max-width: 550px) {
  
  h1 {
    width: 100%;
  }

  .tabordion {
    width: 100%;
  }
  
  .tabordion section label {
    font-size: 1em;
    width: 160px;
  }  

.tabordion section article {
  display: block;
  padding: 0 0 0 21px;
  position: absolute;
  left: 28vw;
  top: 0;
  margin-right: 20px;
} 
  
 
  
}


@media (min-width: 1366px) {
  

  .tabordion {
    width: 80vw;
  }

  .tabordion section article {
    display: block;
    padding: 0 0 0 21px;
    position: absolute;
    left: 23vw;
    top: 0;
    margin-right: 20px;
  }

}


