html {
  overflow-x: hidden;
  color: #000 !important;
}

body {
  height: auto;
  width: 100%;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: "sinkin_sans400_regular";
  font-size: 11px;
  color: #000 !important;
}

* {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent;
  box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent;
}

input:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.input-group {
  margin-bottom: 1rem;
}

input {
  outline: 0;
  box-shadow: none;
  width: 100%;
}

textarea {
  outline: 0;
  box-shadow: none;
}

img {
  width: 100%;
  height: auto;
}

h1 {
  font-family: "daxcompact-mediummedium";
  font-size: 3em;
  color: #5d5d5d;
}

h2 {
  font-family: "daxcompact-mediummedium";
  font-size: 2.5em;
  color: #ccc;
}

h3 {
  font-family: "daxcompact-mediummedium";
  font-size: 3.5em;
  color: #0084C1;
}

h4 {
  font-family: "sinkin_sans400_regular";
  font-size: 1.1em;
  line-height: 1.8em;
  color: #0084C1;
}

h5 {
  font-family: "sinkin_sans400_regular";
  font-size: 1em;
  line-height: 1.6em;
  color: #ccc;
}

a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}

/*Preloader*/
.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8000;
  width: 100%;
  height: 100vh;
  background: #fff;
  background-size: 2.5%;
  padding-top: 42vh;
}

.loading {
  height: 100vh;
}

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0;
  z-index: 3000;
}

/**/
.go-top {
  z-index: 400;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 100px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.go-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 12.5px;
  top: 11px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.go-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

.go-top:hover i {
  color: #fff;
}

/*Colapse smooth*/
.navbar-collapse.show {
  top: 100px;
  /*lefr or top*/
  -webkit-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

/*FORM*/
form label {
  font-family: "daxcompact-boldbold";
  font-size: 1.3em;
}

.logo img {
  border-radius: 100px;
  width: 120px;
  height: 120px;
}

option.selected {
  color: #ccc !important;
  font-style: italic;
}

select {
  border: solid 1px #ccc;
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

select:focus {
  border: solid 1px #ccc;
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
}

p.error {
  color: red;
  font-size: 0.8em;
  margin-top: 5px;
}

form button.btn {
  width: 100%;
  background-color: #0084C1;
  color: #fff;
  font-family: "daxcompact-mediummedium";
  padding: 10px;
  border-radius: 5px;
}

form button.btn:hover {
  background-color: #000;
  color: #E3005F;
  font-family: "daxcompact-mediummedium";
}

form button.btn-continue {
  background-color: #08982e !important;
}

form button.btn-continue:hover {
  color: #02293c !important;
}

form button.btn2 {
  width: 50%;
  background-color: #0084C1;
  color: #fff;
  font-family: "daxcompact-mediummedium";
  padding: 10px;
  border-radius: 5px;
  margin-left: 50%;
}

form button.btn2:hover {
  background-color: #000;
  color: #E3005F;
  font-family: "daxcompact-mediummedium";
}

.container {
  margin-bottom: 2rem;
}

/*footer*/
footer img {
  max-width: 70px;
}

/*QUIZ*/
.list-group-item-selected {
  background-color: #08982e !important;
  color: #fff !important;
}

.list-group-item-selected:hover {
  color: #fff !important;
}

.quiz .list-group-item {
  background-color: #ccc;
  border: solid 2px #ccc;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  display: block;
}

.quiz .list-group-item:hover,
.quiz .list-group-item.active {
  background-color: #fff;
  border: solid 2px #ccc;
  text-align: center;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.8em;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.quiz .list-group-item input {
  background-color: transparent;
  border: none;
  display: block;
  cursor: pointer;
}

.graciasbg {
  background-image: url("/quiz/img/gracias-bg-d.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: calc(100vh - 5rem);
}

#gracias .col {
  padding-top: 20%;
}

#gracias .col h3 {
  font-size: 5em;
  color: #fff;
  text-transform: uppercase;
}

#gracias .col p {
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #gracias .col {
    padding-top: 35%;
  }
}
@media (max-width: 767px) {
  h4 {
    margin-bottom: 25px;
  }

  form button.btn2 {
    width: 100%;
    margin-left: 0%;
  }
}

/*# sourceMappingURL=estilos.css.map */
