/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #000000b8;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: transparent;
  border: 0.05rem solid transparent;
}
 .hideInput{display: none;}
/*
 * Base structure
 */

html,
body {
  height: 100%;
  position: relative;
  background-color: #000000b8;
}

label {
  vertical-align: middle;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}
.container{
  position: relative;
  z-index: 3;
}
.siguiente{
  padding: 0;
}

.cover-container {
  max-width: 42em;
}

.inicial {
  height: 100%;
}
/*
 * Header
 */
.masthead {
  min-height: 100vh;
  margin-bottom: 2rem;
  background-image: url("../img/backgraound.jpg");
  background-position: center center;
  background-size: cover;
}

.masthead-brand {
  margin-bottom: 0;
}

.masthead-brand img {
  width: 200px;
}

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, 0.5);
}

.question-header {
  /* text-transform: uppercase; */
  color: #000000b8;
  font-weight: 700;
}

.question-sugerencia {
  text-transform: capitalize;
  color: #000000b8;
  font-weight: 700;
}
.text-nro-answer {
  top: 23%;
  left: 40%;
  font-size: 3.7rem;
}
.botonimagen {
  background-image: url("../img/Encuesta-Sharko--bola.png");
  background-repeat: no-repeat;
  height: 190px;
  width: 170px;
  background-position: center center;
  background-size: cover;
  transition: 0.9s ease;
}

.botonimagen:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.botonimagen2 {
  background-image: url("../img/Encuesta-Sharko--bola.png");
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  background-position: center center;
  background-size: cover;
  transition: all 0.9s ease;
}
.botonimagen2:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.div-img-sb-1 {
  top: 20%;
  left: 20%;
  width: 102px;
  height: 115px;
  background-position: center center;
  background-size: cover;
}

.checkboximagen {
  align-items: center;
  background: url("../img/Encuesta-Sharko--bola.png") transparent  no-repeat;
  background-position: center center;
  background-size: cover;
  border: none;
  cursor: pointer;
  display: flex;
  height: 190px;
  justify-content: center;
  transition: all 0.9s ease;
  width: 190px;
}
.checkboximagen:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.checkboximagen2 {
  background-image: url("../img/Encuesta-Sharko--bola.png");
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  background-position: center center;
  background-size: cover;
  transition: all 0.9s ease;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.checkboximagen2:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.checkboximagen3 {
  background-image: url("../img/Encuesta-Sharko--bola.png");
  background-repeat: no-repeat;
  height: 120px;
  width: 120px;
  background-position: center center;
  background-size: cover;
  transition: all 0.9s ease;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.checkboximagen3:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.btn {
  white-space: normal !important;
}
button:focus {
  outline: none !important;
}
table {
  color: #212529 !important;
}
p {
  margin-bottom: 0px !important;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #9c0ad2 !important;
  /* background-color: #cad9e8!important; */
  border-color: #a1b1c1 !important;
  border-radius: 50%;
}

.btn-no-radius {
  border-radius: 10% !important;
}

.div-img {
  top: 11%;
  left: 8%;
  width: 140px;
  height: 140px;
  background-position: center center;
  background-size: cover;
  border-radius: 70%;
}

.div-img-sb {
  top: 11%;
  left: 8%;
  width: 140px;
  height: 140px;
  background-position: center center;
  background-size: cover;
}

.text-nro-answer {
  top: 23%;
  left: 40%;
  font-size: 3.7rem;
}

.text-nro-answer-2 {
  top: 27%;
  left: 40%;
  font-size: 3.7rem;
}

.text-nro-answer-3 {
  top: 25%;
  left: 40%;
  font-size: 3.7rem;
}

.text-wrap-answer {
  word-wrap: normal;
  width: 170px;
  /* text-transform: capitalize; */
  color: #000000b8;
  font-weight: 700;
  height: 120px;
}
.options-centrado {
  margin-left: 30px;
}

.text-wrap-answer-13 {
  word-wrap: normal;
  width: 170px;
  /* text-transform: capitalize; */
  color: #000000b8;
  font-weight: 700;
  height: auto;
}

.text-answer {
  color: #000000b8;
  font-weight: 700;
}

.text-answer2 {
  color: #000000b8;
  font-weight: 700;
  font-size: 13px;
}

.text-footer {
  color: #000000b8;
}

.text-pagination-2 {
  color: #9c0ad2;
  font-weight: 600;
}

.text-violeta {
  color: #9c0ad2;
}

.btn-link:hover {
  text-decoration: none !important;
}

.bottom-footer {
  bottom: 0px;
  position: absolute;
  vertical-align: text-bottom;
}

.navbar-toggler {
  padding: 0px !important;
}
.navbar-toggler {
  border: none !important;
}

.btn-atras {
  padding: 0px !important;
}

.select-type:active {
  background: red;
}

footer {
  position: absolute;
  /* background-color: rgba(255, 255, 255, 255); */
  padding: 15px 20px;
  bottom: 0;
  margin-left: -25px;
  margin-right: 50px;
  margin-top: -50px;
  width: 100%;
  z-index: 1;
}
.btn-group,
.btn-group-vertical {
  display: -ms-inline-table !important;
  display: inline-table !important;
}

.footer_made{
    text-align: left;
  }

@media only screen and (max-width: 767px) {
 footer {
    position: unset !important;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .footer_made{
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .d-flex {
    display: inline-table !important;
  }

  .col-lg-6 {
    width: 50% !important;
  }
  #pagination {
    margin-top: -50%;
    text-align: center !important;
  }

  .div-img-sb {
    top: 12%;
    left: 17%;
    width: 120px;
    height: 120px;
    background-position: center center;
    background-size: cover;
  }
}

@media (min-width: 300px) {
  .flex-sm-wrap .d-flex {
    display: inline-table !important;
  }
  footer {
    /* position: absolute; */
  }
}

#pregunta2-respuesta1-img {
  width: 65%;
  left: 14%;
  top: 10%;
  height: 41%;
}

#pregunta3-img {
  width: 65%;
  left: 17%;
  top: 10%;
  height: 38%;
}
#pregunta3-h1 {
  top: 20%;
  left: 40%;
}

.div-img-sb {
  top: 19%;
  left: 13%;
  width: 70%;
  height: 50%;
  background-position: center center;
  background-size: cover;
}

.div-img-sb-1 {
  top: 13%;
  left: 20%;
  width: 102px;
  height: 115px;
  background-position: center center;
  background-size: cover;
}
