@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Quicksand', 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
    /*background: radial-gradient(ellipse at bottom left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(to bottom, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), linear-gradient(135deg, #670d10, #092756);*/
}

nav {
    position: absolute;
    top: 100px;
    left: 0;
    width: 3.5rem;
    height: 100%;
    background: rgba(13, 71, 116, 0.91);
    transition: all 300ms ease;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 10px #333;
}
nav:hover {
    width: 14rem;
}
nav * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
nav > ul {
    display: table;
    width: 14rem;
}
nav > ul > li {
    display: table-row;
    /*background: rgba(13, 71, 116, 0.58);*/
    cursor: pointer;
}
nav > ul > li:hover {
    background: #a3d9de;
}
nav > ul > li:active {
    background: #82b9be;
}
nav > ul > li > div {
    height: 3.5rem;
    line-height: 3.5rem;
    display: table-cell;
}
nav > ul > li > div:nth-child(1) {
    width: 3.5rem;
    text-align: center;
}
nav > ul > li > div:nth-child(2) {
    width: 10.5rem;
    text-align: left;
    padding-left: 0.7rem;
}

.desktop {
    position: absolute;
    top: 100px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 1rem 4.5rem;
    transition: all 500ms ease;
    overflow: visible;
}
.desktop h1 {
    font-weight: 300;
    text-align: center;
    position: relative;
    display: inline-block;
}

.desktop p {
    font-weight: 300;
    text-align: justify;
    margin: 0 0 1rem 0;
}

#one {
   /* background: radial-gradient(ellipse at bottom left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(to bottom, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), linear-gradient(135deg, #670d10, #092756);*/
    color: #0E235A !important;
}

#two {
   /* background: linear-gradient(135deg, #723362, #9d223c);*/
    color: #0E235A !important;
}

#three {
   /* background: linear-gradient(135deg, #2c539e, #63967d);*/
    color:#0E235A !important;
}

#four {
    /*background: linear-gradient(135deg, rgba(244, 226, 156, 0) 0%, #3b293a 100%), linear-gradient(to right, #f4e29c 0%, #826057 100%);*/
    color:#0E235A !important;
}

#five {
    /*background: linear-gradient(45deg, rgba(194, 233, 221, 0.5) 1%, rgba(104, 119, 132, 0.5) 100%), linear-gradient(-45deg, #494d71 0%, rgba(217, 230, 185, 0.5) 80%);*/
    color:#0E235A !important;
}
#six, #seven, #eight, #nine {
    /*background: linear-gradient(45deg, rgba(194, 233, 221, 0.5) 1%, rgba(104, 119, 132, 0.5) 100%), linear-gradient(-45deg, #494d71 0%, rgba(217, 230, 185, 0.5) 80%);*/
    color:#0E235A !important;
}


.header{
    height: 100px;
    background: linear-gradient(135deg, #0e1c55, #0ac1cb); !important;
    display: inline-block;
    position: relative;
    width: 100%;
}
#logo{
    color: #ffffff;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: x-large;
    display: inline-block;
    position: relative;
    top: 30px;
    text-decoration: none;
}
#help{
    font-family: 'Kalam', cursive;
    font-size: xx-large;
    text-align: center;
}


/* NEW******************************************************/

.tab-video{
    box-shadow: 0 2px 1px #80b7d5;
    padding: 30px;
    border-radius: 10px;
    margin: auto;
    width: 700px;
    transition: all .2s;
}
.progress_inner__step:before, .progress_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.progress_inner__step:before {
    width: 30px;
    height: 30px;
    color: #70afd0;
    background: white;
    line-height: 30px;
    border: 3px solid #a6cde2;
    font-size: 12px;
    top: 3px;
    border-radius: 100%;
    transition: all .4s;
    cursor: pointer;
    pointer-events: none;
}
.progress_inner__step label {
    padding-top: 50px;
    top: -20px;
    display: block;
    position: relative;
    cursor: pointer;
}
.progress_inner__step:hover {
    font-weight: bold;
}
.progress_inner__step:hover:before {
    color: white;
    background: #0e1c55;
}
.progress_inner {
    width: 700px;
    margin-top: 60px;
    position: relative !important;
}
.progress_inner__tabs .tab {
    opacity: 0;
    position: absolute;
    top: 40px;
    text-align: center;
    margin-top: 70px;
    box-shadow: 0 2px 1px #80b7d5;
    padding: 30px;
    background: white;
    border-radius: 10px;
    transition: all .2s;
}
.progress_inner__tabs .tab h1 {
    margin: 0;
}
.progress_inner__tabs .tab p {
    font-weight: 400;
    opacity: 0.8;
}

.progress_inner input[type="radio"] {
    display: none;
}

/*progress 1*/
.progress1  .progress_inner__bar, .progress1 .progress_inner__bar--set {
    height: 6px;
    left: 25%; /*change depending of the number of items*/
    background: #0e1c55;
    transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    border-radius: 6px;
    width: 0;
    position: relative;
    z-index: -1;
}
.progress1  .progress_inner__step {
  width: 50%; /*change depending of the number of items*/
  font-size: 14px;
  padding: 0 10px;
  transition: all .4s;
  float: left;
  text-align: center;
  position: relative;
}

.progress1  .progress_inner #step-2:checked + div {
  width: 50%;
}
.progress1  .progress_inner #step-2:checked + div + div + div > .tab:nth-of-type(2) {
  opacity: 1;
  top: 0;
}
.progress1  .progress_inner #step-2:checked + div + div + div + div {
  right: 0;
}
.progress1  .progress_inner #step-1:checked + input  + div {
  width: 0;
}
.progress1  .progress_inner #step-1:checked + input + div + div + div > .tab:nth-of-type(1) {
    opacity: 1;
    top: 0;
    z-index: 1000;
}
.progress1  .progress_inner #step-1:checked + input + div + div + div + div {
  right: 90%;
}
.progress1  .progress_inner__step:nth-of-type(1):before {
  content: "1";
}
.progress1  .progress_inner__step:nth-of-type(2):before {
  content: "2";
}
.progress1  .progress_inner__bar--set {
  width: 50%; /*change depending of the number of items*/
  top: -6px;
  background: #70afd0;
  position: relative;
  z-index: -2;
}



/*progress 2*/

.progress2  .progress_inner__bar, .progress2 .progress_inner__bar--set {
    height: 6px;
    left: 8.33%;  /*change depending of the number of items*/
    background: #0e1c55;
    transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    border-radius: 6px;
    width: 0;
    position: relative;
    z-index: -1;
}
.progress2  .progress_inner__step {
    width: 16.66%; /*change depending of the number of items*/
    font-size: 14px;
    padding: 0 10px;
    transition: all .4s;
    float: left;
    text-align: center;
    position: relative;
}
.progress2  .progress_inner #step-8:checked + div {
    width: 81.65%;
}
.progress2  .progress_inner #step-8:checked + div + div + div > .tab:nth-of-type(6) {
    opacity: 1;
    top: 0;
    z-index: 500;
}
.progress2  .progress_inner #step-8:checked + div + div + div + div {
    right: 10%;
}
.progress2  .progress_inner #step-7:checked + input + div {
    width: 65.32%;
}
.progress2  .progress_inner #step-7:checked + input + div + div + div > .tab:nth-of-type(5) {
    opacity: 1;
    top: 0;
    z-index: 600;
}
.progress2  .progress_inner #step-7:checked + input + div + div + div + div {
    right: 10%;
}
.progress2  .progress_inner #step-6:checked + input + input + div {
    width: 48.99%;
}
.progress2  .progress_inner #step-6:checked + input + input + div + div + div > .tab:nth-of-type(4) {
    opacity: 1;
    top: 0;
    z-index: 700;
}
.progress2  .progress_inner #step-6:checked + input + input + div + div + div + div {
    right: 30%;
}
.progress2  .progress_inner #step-5:checked + input + input + input + div {
    width: 32.66%;
}
.progress2  .progress_inner #step-5:checked + input + input + input + div + div + div > .tab:nth-of-type(3) {
    opacity: 1;
    top: 0;
    z-index: 800;
}
.progress2  .progress_inner #step-5:checked + input + input + input + div + div + div + div {
    right: 50%;
}
.progress2  .progress_inner #step-4:checked + input + input + input + input + div {
    width: 16.33%;
}
.progress2  .progress_inner #step-4:checked + input + input + input + input + div + div + div > .tab:nth-of-type(2) {
    opacity: 1;
    top: 0;
    z-index: 900;
}
.progress2  .progress_inner #step-4:checked + input + input + input + input + div + div + div + div {
    right: 70%;
}
.progress2  .progress_inner #step-3:checked + input + input + input + input + input + div {
    width: 0%;
}
.progress2  .progress_inner #step-3:checked + input + input + input + input + input + div + div + div > .tab:nth-of-type(1) {
    opacity: 1;
    top: 0;
    z-index: 1000;
}
.progress2  .progress_inner #step-3:checked + input + input + input + input + input + div + div + div + div {
    right: 90%;
}
.progress2  .progress_inner__step:nth-of-type(1):before {
    content: "1";
}
.progress2  .progress_inner__step:nth-of-type(2):before {
    content: "2";
}
.progress2  .progress_inner__step:nth-of-type(3):before {
    content: "3";
}
.progress2  .progress_inner__step:nth-of-type(4):before {
    content: "4";
}
.progress2  .progress_inner__step:nth-of-type(5):before {
    content: "5";
}
.progress2  .progress_inner__step:nth-of-type(6):before {
    content: "6";
}
.progress2  .progress_inner__bar--set {
    width: 83.67%; /*change depending of the number of items*/
    top: -6px;
    background: #70afd0;
    position: relative;
    z-index: -2;
}


/* progress 3*/
.progress3  .progress_inner__bar, .progress3 .progress_inner__bar--set {
    height: 6px;
    left: 25%; /*change depending of the number of items*/
    background: #0e1c55;
    transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    border-radius: 6px;
    width: 0;
    position: relative;
    z-index: -1;
}
.progress3  .progress_inner__step {
    width: 50%; /*change depending of the number of items*/
    font-size: 14px;
    padding: 0 10px;
    transition: all .4s;
    float: left;
    text-align: center;
    position: relative;
}

.progress3  .progress_inner #step-10:checked + div {
    width: 50%;
}
.progress3  .progress_inner #step-10:checked + div + div + div > .tab:nth-of-type(2) {
    opacity: 1;
    top: 0;
}
.progress3  .progress_inner #step-10:checked + div + div + div + div {
    right: 0;
}
.progress3  .progress_inner #step-9:checked + input  + div {
    width: 0;
}
.progress3  .progress_inner #step-9:checked + input + div + div + div > .tab:nth-of-type(1) {
    opacity: 1;
    top: 0;
    z-index: 1000;
}
.progress3  .progress_inner #step-9:checked + input + div + div + div + div {
    right: 90%;
}
.progress3  .progress_inner__step:nth-of-type(1):before {
    content: "1";
}
.progress3  .progress_inner__step:nth-of-type(2):before {
    content: "2";
}
.progress3  .progress_inner__bar--set {
    width: 50%; /*change depending of the number of items*/
    top: -6px;
    background: #70afd0;
    position: relative;
    z-index: -2;
}

/* progress 4*/
.progress4  .progress_inner__bar, .progress4 .progress_inner__bar--set {
    height: 6px;
    left: 25%; /*change depending of the number of items*/
    background: #0e1c55;
    transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    border-radius: 6px;
    width: 0;
    position: relative;
    z-index: -1;
}
.progress4  .progress_inner__step {
    width: 50%; /*change depending of the number of items*/
    font-size: 14px;
    padding: 0 10px;
    transition: all .4s;
    float: left;
    text-align: center;
    position: relative;
}

.progress4  .progress_inner #step-13:checked + div {
    width: 50%;
}
.progress4  .progress_inner #step-13:checked + div + div + div > .tab:nth-of-type(2) {
    opacity: 1;
    top: 0;
}
.progress4  .progress_inner #step-13:checked + div + div + div + div {
    right: 0;
}
.progress4  .progress_inner #step-12:checked + input  + div {
    width: 0;
}
.progress4  .progress_inner #step-12:checked + input + div + div + div > .tab:nth-of-type(1) {
    opacity: 1;
    top: 0;
    z-index: 1000;
}
.progress4  .progress_inner #step-12:checked + input + div + div + div + div {
    right: 90%;
}
.progress4  .progress_inner__step:nth-of-type(1):before {
    content: "1";
}
.progress4  .progress_inner__step:nth-of-type(2):before {
    content: "2";
}
.progress4  .progress_inner__bar--set {
    width: 50%; /*change depending of the number of items*/
    top: -6px;
    background: #70afd0;
    position: relative;
    z-index: -2;
}

/*progress 5*/
.progress5  .progress_inner__bar, .progress5 .progress_inner__bar--set {
    height: 6px;
    left: 25%; /*change depending of the number of items*/
    background: #0e1c55;
    transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    border-radius: 6px;
    width: 0;
    position: relative;
    z-index: -1;
}
.progress5  .progress_inner__step {
    width: 50%; /*change depending of the number of items*/
    font-size: 14px;
    padding: 0 10px;
    transition: all .4s;
    float: left;
    text-align: center;
    position: relative;
}

.progress5  .progress_inner #step-16:checked + div {
    width: 50%;
}
.progress5  .progress_inner #step-16:checked + div + div + div > .tab:nth-of-type(2) {
    opacity: 1;
    top: 0;
}
.progress5  .progress_inner #step-16:checked + div + div + div + div {
    right: 0;
}
.progress5  .progress_inner #step-15:checked + input  + div {
    width: 0;
}
.progress5  .progress_inner #step-15:checked + input + div + div + div > .tab:nth-of-type(1) {
    opacity: 1;
    top: 0;
    z-index: 1000;
}
.progress5  .progress_inner #step-15:checked + input + div + div + div + div {
    right: 90%;
}
.progress5  .progress_inner__step:nth-of-type(1):before {
    content: "1";
}
.progress5  .progress_inner__step:nth-of-type(2):before {
    content: "2";
}
.progress5  .progress_inner__bar--set {
    width: 50%; /*change depending of the number of items*/
    top: -6px;
    background: #70afd0;
    position: relative;
    z-index: -2;
}

/* BOXES */

.square{
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    text-align: center;
    background-color: #ffffff;
    height: 400px;
    width: 300px;
    display: inline-table;
    margin-left: 30px;
}
.square_one{
    border-top: 50px solid #53b0d0;

}
.square_two{
    border-top: 50px solid #e5cf38;

}
.square_three{
    border-top: 50px solid #d0498b;

}
.step_number{
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    margin: -35px auto auto;
    border-radius: 50px;
    text-align: center;
    font-size: 45px;
    line-height: 70px;
}
.step_number1{
    border: 3px solid #53b0d0;
    color: #53b0d0;
}
.step_number2{
    border: 3px solid #e5cf38;
    color: #e5cf38;
}
.step_number3{
    border: 3px solid #d0498b;
    color: #d0498b;
}
.box_content {
    text-align: center;
    margin-bottom: 20px;
}
.square h4{
    margin: 10px !important;
}
.square p{
    padding: 0 20px;
}


/* list videos */
#list_content{
    display: inline-table;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
#list_content ol{
    position: relative;
    display: inline-block;
    text-align: left;
    width: 80%;
}
#list_content li{
    margin-bottom: 8px;
}

.btn{
    display: inline-block;
    background-color: #add8e6;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-top: 2px;
    /* margin-right: 0; */
    height: 40px;
    width: 100px;
    text-align: center;
}

.title_header{
    margin: 1rem 0;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}