@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto";
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

header .navbar {
  background-color: #FFF;
  width: 100%;
  text-align: center;
  z-index: 99;
  top: 0;
  padding: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.card {
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .08);
  border-radius: 3px;
}

.orange {
  background-color: #358A42;
  width: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: bold;
}

h2 {
  color: #358A42;
}

h4 {
  color: #358A42;
}

h5 {
  color: #358A42;
  font-size: 22px;
  margin: 0 0 30px 0;
}

.conferencia {
  color: #000;
  font-weight: 500;
}

hr {
  color: #FA1B96;
  margin-top: 40px;
}

i {
  margin: 5px 5px 0 0;
}

.unanswered {
  color: #b0b0b0;
  text-decoration: none;
}

.aprobada {
  color: #FA1B96;
  text-decoration: none;
}

.contestada {
  color: #48ac45;
  text-decoration: none;
}

.col-11 {
  margin: 10px 0 10px 0;
}

.card img {
  width: 40px;
  margin-right: 5px;
}

.card-body {
  padding: 30px 30px 0 30px;
}

select.form-select {
  border: 1px solid #929292;
  color: #929292;
}

label {
  color: #000;
}

form input.form-control {
  border: 1px solid #929292;
}

form textarea.form-control {
  border: 1px solid #929292;
}

.btn {
  background-color: #FA1B96;
  border: #FA1B96 1px solid;
  padding: 10px 40px;
}

.btn:hover {
  background-color: #fa1b96ce;
  border: 1px solid #fa1b96ce;
  padding: 10px 40px;
}

#form .card {
  padding: 30px;
  border-radius: 10px;
}

footer {
  background-color: #00B4EF;
  padding: 14px 0;
  color: white;
  margin-top: auto;
}

footer a {
  text-decoration: none;
  color: white;
}

.pagination {
  height: 60px;
  border-radius: 9px;
  overflow: hidden;
}

.pagination,
.pagination__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.pagination__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 350;
  height: 50px;
  border-radius: 9px;
  margin: 0 9px;
  overflow: hidden;
}

.pagination__item {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 1.1rem;
}

.pagination__item>button,
.pagination__button {
  border: none;
  outline: none;
  stroke: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 9px;
  background: #FA1B96;
}

.pagination__item>button:hover,
.pagination__button:hover {
  background: #fa1b96ce;
  color: #ffffff;
}

.pagination__item>button {
  width: 45px;
  height: 45px;
}

.pagination__item>button[data-level="target"] {
  background: #FA1B96;
  color: #ffffff;
}

.pagination--move-prev {
  -webkit-animation: pagination-move-prev 0.5s ease both;
  animation: pagination-move-prev 0.5s ease both;
}

.pagination--move-next {
  -webkit-animation: pagination-move-next 0.5s ease both;
  animation: pagination-move-next 0.5s ease both;
}

.pagination--move-top {
  -webkit-animation: pagination-move-top 0.5s ease both;
  animation: pagination-move-top 0.5s ease both;
}

.pagination__button {
  width: 35px;
  height: 35px;
}

.mark-contestada {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #48ac45;
  color: #FFF;
  border-radius: 100px;
  padding: 5px 10px;
}

.mark-contestada i {
  margin-top: 0;
}

header .navbar-container {
  background-color: #ffffff;
}

.logo-img {
  width: 9rem;
}

h2 {
  color: #358A42;
}

.orange {
  background-color: #358A42;
}

h4 {
  color: #358A42;
}

h5 {
  color: #358A42;
}

hr {
  color: #358a4283;
}

footer {
  background-color: #358A42;
}

.btn-limpiar {
  background-color: #358A42;
  color: #fff;
  padding: 8px 30px;
  border: 0px solid;
  border-radius: 6px;
  width: 100%;
}

@-webkit-keyframes pagination-move-prev {

  from,
  0% {
    transform: translateX(25px);
  }

  50% {
    transform: translateX(-5px);
  }

  to,
  100% {
    transform: translateX(0px);
  }
}

@keyframes pagination-move-prev {

  from,
  0% {
    transform: translateX(25px);
  }

  50% {
    transform: translateX(-5px);
  }

  to,
  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes pagination-move-next {

  from,
  0% {
    transform: translateX(-25px);
  }

  50% {
    transform: translateX(5px);
  }

  to,
  100% {
    transform: translateX(0px);
  }
}

@keyframes pagination-move-next {

  from,
  0% {
    transform: translateX(-25px);
  }

  50% {
    transform: translateX(5px);
  }

  to,
  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes pagination-move-top {

  from,
  0% {
    transform: translateY(-25px);
  }

  50% {
    transform: translateY(10px);
  }

  to,
  100% {
    transform: translateY(0px);
  }
}

@keyframes pagination-move-top {

  from,
  0% {
    transform: translateY(-25px);
  }

  50% {
    transform: translateY(10px);
  }

  to,
  100% {
    transform: translateY(0px);
  }
}

@media screen and (min-width: 768px) {
  .headpregunta {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .like {
    margin: 10px 0;
  }

  .unanswered {
    margin: 10px 0 25px 0;
  }
}

@media screen and (min-width: 500px) {
  .botonespregunta {
    display: flex;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .footerpregunta {
    display: flex;
    justify-content: space-between;
  }

  .botonespregunta {
    display: flex;
    justify-content: end;
  }
}