
html {
  background:  #F1E1C8;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
}

.todo {
  background: white;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
}
.ari{
  background: #166D9B;
  height: 100%;
  width: 60px;
  
}


.title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: #166D9B;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000000;
}

.description {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
}

input[type=text],
input[type=email] {
  padding: 10px 20px;
  border: 1px solid #999;
  border-radius: 3px;
  display: block;
  width: 80%;
  margin-bottom: 40px;
  box-sizing: border-box;
  outline: none;
  margin-left: 50px;
}
input[type=text]:focus,
input[type=email]:focus {
  border-color: #166D9B;
}

input[type=radio] {
  margin-right: 10px;
}



a[ href] {
   padding: 10px 20px;
  border-radius: 3px;
  background: #166D9B;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  text-decoration:none ;

}
a:hover {
 background: #e66400;
}


label.titulolabel{
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  color: red;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;

}

label{
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;

}
fieldset:first-child {
  margin-bottom: 0;
  border-bottom: none;
}

.content {
 
  margin: 50px auto;
  width: 900px;
  }

#marksChart {
   
background-color: white;
  }

.button{
  padding: 10px 20px;
  border-radius: 3px;
  background: #166D9B;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;

}

.button1{
  padding: 10px 20px;
  border-radius: 3px;
  background: #166D9B;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;

}
.button:hover {
  background: #2379A6;
}

button[type="submit"]{
  margin-left: 37%;

 }

 #Progress_Status {
  width: 100%;
  background-color: #ddd; /* ESTO ES EL COLOR DE LA SOMBRA DE LA BARRA */
  border-radius: 5px 5px ;
 box-shadow: 1px 1px 1px gray;

}
button[type="radio"]{
  background-color: red;

 }

#myprogressBar {
  width: 1%;
  height: 20px;
  background:#2379A6; /* ESTO ES EL COLOR DE LA BARRA */
  text-align: center;
  line-height: 32px;
  color: black;
  margin-bottom: 23px;
  border-radius: 5px 5px ;

}


.text-center {
  text-align: center;
}

.modal-wrap {
  max-width: 700px;
  margin: 50px auto;
  transition: transform 300ms ease-in-out;
}

.modal-header {
  height: 45px;
  background: white;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-header span {
  display: block;
  height: 12px;
  width: 12px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.modal-header span.is-active {
  background: rgba(0, 0, 0, 0.4);
  background: #FF8F00;
}

.modal-bodies {
  position: relative;
  perspective: 1000px;
}

.modal-body {
  background: white;
  padding: 40px 100px;
  box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  position: absolute;
  top: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  transform-origin: top left;
}
.modal-body.is-showing {
  display: block;
}

.logo{
  display: block;
 margin: 0px auto;
}


.animate-out {
  -webkit-animation: out 600ms ease-in-out forwards;
          animation: out 600ms ease-in-out forwards;
}

.animate-in {
  -webkit-animation: in 500ms ease-in-out forwards;
          animation: in 500ms ease-in-out forwards;
  display: block;
}

.animate-up {
  transform: translateY(-500px) rotate(30deg);
}

@-webkit-keyframes out {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  60% {
    transform: rotate(60deg);
  }
  100% {
    transform: translateY(800px) rotate(10deg);
  }
}

@keyframes out {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  60% {
    transform: rotate(60deg);
  }
  100% {
    transform: translateY(800px) rotate(10deg);
  }
}
@-webkit-keyframes in {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes in {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.logo{

width:150px ;
height: 150px;

}


@media screen and (max-width: 600px){

html {
 background: #F1E1C8;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
}

label.titulo {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: #FF8F00;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 1px;
}

.description {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}

input[type=text],
input[type=email] {
  padding: 10px 20px;
  border: 1px solid #999;
  border-radius: 3px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  outline: none;
  margin-left:5px ;

}
input[type=text]:focus,
input[type=email]:focus {
  border-color: #FF6F00;
}

input[type=radio] {
  margin-right: 10px;
}

label {
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  cursor: pointer;
}
label:first-child {
  margin-bottom: 0;
  border-bottom: none;
}

.button,
.rerun-button {
  padding: 10px 20px;
  border-radius: 3px;
  background: #166D9B;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
}
.button:hover,
.rerun-button:hover {
  background: #166D9B;
}
.button.rerun-button,
.rerun-button.rerun-button {
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.2);
  display: none;
}
button[type="submit"]{
  margin-left: 20%;

 }


.text-center {
  text-align: center;
}

.modal-wrap {
  max-width: 700px;
  margin: 50px auto;
  transition: transform 300ms ease-in-out;
}

.modal-header {
  height: 45px;
  background: white;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-header span {
  display: block;
  height: 12px;
  width: 12px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.modal-header span.is-active {
  background: rgba(0, 0, 0, 0.4);
  background: #FF8F00;
}

.modal-bodies {
  position: relative;
  perspective: 1000px;
}

.modal-body {
  background: white;
  padding: 40px 100px;
  box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  position: absolute;
  top: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  transform-origin: top left;
}
.modal-body.is-showing {
  display: block;
}

.animate-out {
  -webkit-animation: out 600ms ease-in-out forwards;
          animation: out 600ms ease-in-out forwards;
}

.animate-in {
  -webkit-animation: in 500ms ease-in-out forwards;
          animation: in 500ms ease-in-out forwards;
  display: block;
}

.animate-up {
  transform: translateY(-500px) rotate(30deg);
}

@-webkit-keyframes out {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  60% {
    transform: rotate(60deg);
  }
  100% {
    transform: translateY(800px) rotate(10deg);
  }
}

@keyframes out {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  60% {
    transform: rotate(60deg);
  }
  100% {
    transform: translateY(800px) rotate(10deg);
  }
}
@-webkit-keyframes in {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes in {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}


  }
