
body {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #111111;
  font-weight: 100;
  line-height: 31px;
  background: #fbe5e5;
}

h1,
.h1 {
  font-size: 55px;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 34px;
}

h4,
.h4 {
  font-size: 25px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}


p{
  font-size: 19px;
    line-height: 34px;
    font-weight: 500;
}

a {
  color: #ae334a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus, a:visited, a:active {
  color: #ae334a;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #111111;
  outline: none;
  text-decoration: none;
}

.btn_colores{

 background: #ae334a;
    color: #ffffff!important;
    border: 1px solid #ae334a;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
}

.btn_colores:hover{

 background: transparent;
    color: #ae334a!important;
    border: 1px solid #ae334a;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
}


.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 2px solid #ae334a;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
}

#quiz{
  background: url(../images/background_quiz.jpg);
 background-repeat: repeat;
}

.no_chequeado.bloque{
  background:transparent;
  border: 2px solid #ae334a;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 14px 0px;
    font-weight: 400;
}

.no_chequeado .letras_quiz{
  background: #ffc0cb;
   border: 1px solid #ffc0cb;
    padding: 3px 6px;
    color: #ae334a;
    font-weight: 700;
    border-radius: 4px;
}

.chequeado.bloque{
  background:#ae334a;
  border: 2px solid #ae334a;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 14px 0px;
    font-weight: 400;
    color:#ffffff!important;
}

.chequeado .letras_quiz{
  background: #c42a47;
    padding: 3px 6px;
    color: #ffc0cb;
    font-weight: 700;
    border-radius: 4px;
     border: 1px solid #ffc0cb;
}

.listaresultado{
    width: 100%!important;
    margin-bottom: 70px!important;
    text-align: center;
    list-style: none;
    font-weight: 400;
}


@media  (max-width: 500px) {
  h1{
    font-size:42px;
  }
}