@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  overflow-x: hidden;}

img{
  padding-bottom: 15px;
}

.lista2 li {
    padding-bottom: 5px;
    padding-left: 5px;
    list-style-type: decimal;
}

.lista li {
 list-style: initial !important;
 padding-bottom: 5px;
 padding-left: 5px;
}

.num-list li{
  list-style: decimal;
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.num-list{
  padding-left: 16px !important;
}

.sep {
  max-width: 80px;
  border: 2px solid #000000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 5px 0 10px !important;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: TruenoBlk;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #000000;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout
========================================================================== */
.dark-bg {
  background: #000000;
}

.light-bg {
  background: #fff;
}

/* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: #000000;
  margin-bottom: 0;
  border: none;

}
.navbar-default .navbar-header {
  width: 28%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 50%;
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #a3a3a3;
}
.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 22px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #a3a3a3;
}

.top-nav-collapse {
  background: #000000;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  width: 52px;
  height: 52px;
}
.top-nav-collapse .nav > li > a {
  padding: 30px 15px;
}


    /* ==========================================================================
Welcome Style
========================================================================== */
#home {
  padding: 40px 0;
  text-align: center;
}
#home h1 {
  text-transform: uppercase;
}
#home h1 span {
  font-weight: 700;
}
#home img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.spacer{
    height: 120px;
}
.spacer2{
    height: 50px;

}
.spacer3{
    height: 20px;
    widows: 100%;
}
.line{
    border: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #333;
    height:0;
}


    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #000000;
  padding: 60px 0;
  text-align: center;
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  text-align: right;


}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  text-transform: uppercase;
  color: #fff;
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (min-width: 993px) and (max-width: 1170px){
.Assignlabelp{
  margin-left: 10% !important;
}
}
@media (max-width: 992px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #24242a;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 52px;
    height: 52px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  .Assignlabelp{
  margin-left: 20% !important;
    }


}
@font-face {

  font-family: TruenoBlk;

  src: url(../fonts/TruenoBlk.otf) format('opentype');

}
@font-face {

    font-family: TruenoSBd;

    src: url(../fonts/TruenoSBd.otf) format('opentype');

}
@font-face {

    font-family: TruenoLt;

    src: url(../fonts/TruenoLt.otf) format('opentype');

}
#encabezado1{
    font-family: TruenoBlk;
    font-size: 48pt;
    text-align: left;
}

#encabezado2{
    font-family: TruenoBlk;
    font-size: 42pt;
    text-align: left;
}
#encabezado3{
    font-family: TruenoSBd;
    font-size: 26pt;
    text-align: left;
}
#encabezado4{
    font-family: TruenoLt;
    font-size: 26pt;
    text-align: left;
}
#aboutme{
    background: #EDEEF0;
    color: #5B5B5F;
    height: 525px;
}
#pic{
   background: url("../img/retrato.png") no-repeat;
   width: 558px;
   height: 714px;
}
#pic1{
    background: url("../img/week1/code.png") no-repeat;
    width: 558px;
    height: 714px;
}
.ab_title{
    text-align: center;
    font-family: TruenoLt;
    font-size: 20pt;
    margin-top:40px;
}
#ab_parag{
    width: 100%;
    font-family: TruenoLt;
    font-size: 14pt;
    margin-left: 0;
    margin-top:40px;
    border: 0;
    background: #EDEEF0;
}
#topic_details {
    width: 100%;
    font-family: TruenoLt;
    margin-left: 0;
    margin-top: 40px;
    border: 0;

}
#logo{
    width: 50px;
}
#naveg {
    text-align: center;
}
.weekppic{
    text-align: center;
    background: #EDEEF0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.weekppic img{
    height: 50%;
    width: 50%;
}
.Assignlabel{
    width: 300px;
    text-align: center;

    font-family: TruenoLt;
    color:gray;
}
.Assignlabelp{
    width: 300px;
    text-align: center;
    font-family: TruenoLt;
    color:gray;
    margin-left: 58%;
    border-right: 1px #000;
    padding-top: 20px !important;
}
