@charset "utf-8";

/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

body {
  background: #f7f7f7;
  color: #4A4A4A;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

.c-white {
  color: #fff;
}

.btn {
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
}

.btn-primary {
  background-color: #FF4612;
  color: #fff;
}

.btn-primary:hover {
  background-color: #be3b1d;
  color: #fff;
}

/**/
.bg-header {
  background-color: #4A4A4A;
  height: 90px;
}

.logo-aux {
  width: 25%;
}

.line-ico {
  content: '';
  background-image: url(../img/isotipo-aux.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  display: block;
}

.line-orange {
  content: '';
  background-color: #FF4612;
  width: 10%;
  height: 5px;
  display: block;
  border-radius: 3px;
}

.text {
  margin: 15px 0;
}

.titulp-p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  border-left: 2px solid #ff4612;
  padding-left: 10px;
}

.div-hom {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.div-steps ul {
  padding: 0;
}

.div-steps {
  margin: 35px 0 0;
}

.div-steps ul li {
  float: left;
  width: 45px;
  height: 10px;
  border-radius: 5px;
  background-color: #D9D9D9;
  list-style: none;
  margin: 0 3px;
}

.div-steps ul li.active {
  background-color: #12FFB9;
}

.div-form {
  padding: 10px 40px;
  background-color: #fff;
}

.div-preg {
  margin: 10px auto;
}

.text-preg {
  padding: 10px 0px;
  background-color: #fff;
  max-width: 1100px;
  font-size: 18px;
  margin: 0;
}

.div-stars {
  margin: 0px 0 40px;
}

.div-stars ul {
  padding: 0;
}

.div-stars ul li {
  float: left;
  margin: 0 5px;
  list-style: none;
  text-align: center;
  font-size: 20px;
}

.div-stars ul li a {
  text-decoration: none;
  color: #4A4A4A;
}

.div-stars ul li span {
  display: block;
}

.div-stars ul li i {
  font-size: 35px;
  color: #D9D9D9;
}

.btn-volver {
  background-color: #838383;
  color: #fff;
}

.div-btns-footer {
  padding: 0;
  margin: 0;
}

.div-btns-footer .btn {
  border-radius: 0;
}

.text-escala {
  font-size: 11px;
  width: 21%;
  text-align: center;
  margin: 40px 0 6px;
  line-height: 12px;
  color: #8e8e8e;
}
.div-stars ul li i.fa-1:hover, .div-stars ul li i.fa-1.fa-active{
  color:#E94860;
}
.div-stars ul li i.fa-2:hover, .div-stars ul li i.fa-2.fa-active{
  color:#e99048;
}
.div-stars ul li i.fa-3:hover, .div-stars ul li i.fa-3.fa-active{
  color:#e9b648;
}
.div-stars ul li i.fa-4:hover, .div-stars ul li i.fa-4.fa-active{
  color:#30d361;
}
.div-stars ul li i.fa-5:hover, .div-stars ul li i.fa-5.fa-active{
  color:#00B37E;;
}

@media only screen and (max-width:769px) {
  body {
    background: #f7f7f7;
  }

  .div-preg {
    margin: 10px 0;
    padding: 20px;
    background: #fff !important;
  }

  .line-orange {
    width: 25%;
  }

  .logo-aux {
    width: 90%;
    border-right: 2px solid #ff4612;
    padding-right: 6px;
  }

  .bg-header {
    background-color: #4A4A4A;
    height: 70px;
  }

  .div-btns-footer .btn {
    height: 60px;
  }

  .div-steps {
    margin: 20px 0 10px;
  }

  .div-steps ul li {
    width: 35px;
  }

  .div-btns-footer {
    padding: 0;
  }

  .div-hom {
    margin: 0px -12px !important;
    padding: 35px 15px 25px;
    background: #fff;
    border-radius: 20px 20px 0 0;
  }

  .text-preg {
    font-size: 18px;
  }

  .text {
    margin: 30px 0;
  }

  .div-stars {
    margin: 0px 0 5px;
  }

  .div-form {
    background-color: transparent;
  }

  .titulp-p {
    font-size: 16px;
  }
}