* {
  box-sizing: border-box;
  margin:0px;
  padding:0px;
}
header {
  height: 80px;
  background: #24252A;
  width: 100%;
  z-index: 12;
  position: fixed;
}

button {
  padding: 10px 30px;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(219, 139, 0, 1);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  color: #edf0f1;
}

button:hover {
  background-color: rgba(219, 139, 0, 0.8);
}

.header-nav {
  width: 100%;
  background-color: #24252A;
  display: flex;
  position: fixed;
  align-items: center;
  padding: 20px 10%;
}

.page-title {
  cursor: pointer;
  font-size: 40px;
  margin-right: auto;
  color: #db8b00;
}

.page-title a {
  cursor: pointer;
  font-size: 40px;
  font-family: 'Major Mono Display', monospace;
  margin-right: auto;
  color: #db8b00;
}

.nav__links {
  list-style: none;
}

.nav__links li {
  display: inline-block;
  padding: 0px 20px;
}

.nav__links li a:hover {
  color: #db8b00;
}
li, .a-nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #edf0f1;
  text-decoration: none;
}

.a-nav-on {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #db8b00;
  text-decoration: none;
}
li, .a-nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #edf0f1;
  text-decoration: none;
}

.a-nav-on {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #db8b00;
  text-decoration: none;
}
body {
background: #121212;
font: 12px normal Arial;
  font-family: "Raleway",Arial,Helvetica,sans-serif;
color:#fff;
}

h2 {
font-size: 2.7em;
  font-weight: normal;
padding: 10px 0 16px 0;
  margin: 0 0 30px;
text-align:center;
color:#db8b00;
  text-shadow: 1px 1px 5px #000, 0 0 10px #db8b00, 0 0 20px #db8b00;
  background:#000;
border-radius:2px;
border: 1px solid #db8b00;
  box-shadow: 0px 0px 50px -8px #db8b00;
}
h2.plataformas {
  border: 1px solid #9ACD32;
  box-shadow: 0px 0px 50px -8px #9ACD32;
  color: #9ACD32;
  text-shadow: 1px 1px 5px #000, 0 0 10px #9ACD32, 0 0 20px #9ACD32;
}

h2.programas {
  border: 1px solid #FF4500;
  box-shadow: 0px 0px 50px -8px #FF4500;
  color: #FF4500;
  text-shadow: 1px 1px 5px #000, 0 0 10px #FF4500, 0 0 20px #FF4500;
}

.container {
  display: flex; /* Enable Flexbox */
  justify-content: center; /* Horizontally center the content */
  min-height: calc(100vh - 80px); /* Full viewport height minus the header height */
  margin: 0 auto; /* Center the container within its parent */
  padding: 5%; /* Optional padding */
  background-color: #121212; /* Ensure the container is distinct */
}

.col {
width: 23%;
margin: 0 5%;
position: relative;
float: left;
font-size: 12px;
line-height: 2em;
padding: 5% 0;
}

/*.col { width:101%; }*/
.skill {
list-style:none;
padding-top:30px;
}

.skill li {
margin-bottom:70px;
background:#030303;
height:6px;
border-radius:3px;
border-left:1px solid #111;
border-top:1px solid #111;
border-right:1px solid #333;
border-bottom:1px solid #333;
}

.skill li em {
position:relative;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color:#dedede;
top:-28px;
}

.blueline {
height: 3px;
margin: 2px 0;
background: #db8b00;
position: absolute;
box-shadow: 0px 0px 10px 1px rgba(255, 140, 0, 0.6);
}
.greenline {
height: 3px;
margin: 2px 0;
background: #9ACD32;
position: absolute;
box-shadow: 0px 0px 10px 1px rgba(173, 255, 47,0.4);
}
.redline {
height: 3px;
margin: 2px 0;
background: #FF4500;
position: absolute;
box-shadow: 0px 0px 10px 1px rgba(255, 69, 0,0.4);
}

.titulo      { opacity:1;  animation:titulo 5s ease-out;     }

/*programacion*/
.python        { width:90%;  animation:python 2s ease-out;       }
.kotlin        { width:90%;  animation:kotlin 2s ease-out;       }
.java         { width:80%;  animation:java 2s ease-out;        }
.javascript         { width:70%;  animation:javascript 2s ease-out;        }
.html  { width:70%;  animation:html 2s ease-out; }
.c      { width:60%;  animation:c 2s ease-out;     }

/*plataformas*/
.wordpress   { width:80%;  animation:wordpress 2s ease-out;  }
.prestashop  { width:60%;  animation:prestashop 2s ease-out; }
.joomla      { width:40%;  animation:joomla 2s ease-out;     }
.blogger     { width:70%;  animation:blogger 2s ease-out;    }
.tridion      { width:60%;  animation:tridion 2s ease-out;     }

/*programas*/
.dreamweaver { width:90%;  animation:dreamweaver 2s ease-out;}
.illustrator { width:30%;  animation:illustrator 2s ease-out;}
.photoshop   { width:70%;  animation:photoshop 2s ease-out;  }
.premiere    { width:50%;  animation:premiere 2s ease-out;   }
.flash       { width:60%;  animation:flash 2s ease-out;      }


@keyframes titulo      { 0% { opacity:0; } 100% { opacity:1; }  }

/*programacion*/
@keyframes python        { 0% { width:0px; } 100% { width:90%; }  }
@keyframes kotlin        { 0% { width:0px; } 100% { width:90%; }  }
@keyframes java         { 0% { width:0px; } 100% { width:80%; }  }
@keyframes javascript         { 0% { width:0px; } 100% { width:70%; }  }
@keyframes html  { 0% { width:0px; } 100% { width:70%; }  }
@keyframes c      { 0% { width:0px; } 100% { width:60%; }  }

/*plataformas*/
@keyframes wordpress   { 0% { width:0px; } 100% { width:80%; }  }
@keyframes prestashop  { 0% { width:0px; } 100% { width:60%; }  }
@keyframes joomla      { 0% { width:0px; } 100% { width:40%; }  }
@keyframes blogger     { 0% { width:0px; } 100% { width:70%; }  }
@keyframes tridion      { 0% { width:0px; } 100% { width:60%; }  }

/*programas*/
@keyframes dreamweaver { 0% { width:0px; } 100% { width:90%; }  }
@keyframes illustrator { 0% { width:0px; } 100% { width:30%; }  }
@keyframes photoshop   { 0% { width:0px; } 100% { width:70%; }  }
@keyframes premiere    { 0% { width:0px; } 100% { width:50%; }  }
@keyframes flash       { 0% { width:0px; } 100% { width:60%; }  }

/*media queries*/
@media (max-width: 1200px){
  h2 {font-size:2.2em;}
}
@media (max-width: 980px){
  h2 {font-size:1.8em;}
}
@media (max-width: 767px){
  h2 {font-size:1.4em;}
}
@media (max-width: 580px){
  h2 {font-size:1.1em; padding:10px 0;}
}
@media (max-width: 480px){
  h2 {font-size:2.2em; padding: 10px 0 15px 0;}
  .col {width: 90%;}
}
