/* ESTILOS GUIA DE RACAS  */

main {
  padding: 1rem 3rem;
  padding-bottom: 0;
  margin-top: 150px;
}

main.site-404 {
  margin-top: 0px;
  margin-bottom: 150px;
}

main.site-404 header.page-header h1 {
  color: #1d1d1d;
}

main.site-404 .page-content p {
  font-size: 2rem;
}

footer section {
  padding: unset;
}

footer span {
  color: unset;
}

footer p {
  font-size: 12px;
  text-align: unset;
  font-weight: unset;
  color: unset;
  line-height: unset;
}

footer h2 {
  color: unset;
}

footer .card {
  background: unset;
  border-color: transparent;
}

h1 {
  font-size: 2.5rem;
  font-weight: 950;
  line-height: 2.7rem;
  margin-bottom: 1rem;
  color: #fff;
}

h3 {
  color: #1d1d1d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: left;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #1d1d1d;
}

hr {
  border: 1px solid #747474;
}

.conteudo-topo {
  height: 70vh;
  padding: 32px 112px;
  color: white;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
}

.breadcrumb {
  font-size: 0.875rem;
  font-weight: 700;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #fff;
}

.info-topo {
  margin-top: 8rem;
}

.info-topo .form-control {
  padding: 10px 0;
}

.info-topo button {
  background: #fff;
  border: none;
}

.info-topo input,
div.asl_m .proinput input.orig,
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-size: 0.875rem !important;
  color: #747474 !important;
}

div.asl_m .probox .proinput {
  padding: 0 !important;
}

.proinput {
  margin: 0 !important;
}

.form-control {
  border: none;
}

.form-control:focus {
  color: #747474 !important;
}

.form-control:placeholder-shown {
  color: #747474;
}

.form-control:not(:placeholder-shown) {
  color: #747474;
}

.proclose,
.proloading {
  margin-right: 4px !important;
}

div.asl_m .probox .proclose svg {
  background: #747474 !important;
}

div.asl_r .results {
  overflow: scroll !important;
}

div.asl_w .probox div.asl_simple-circle {
  border: 2px solid #747474 !important;
}

div.asl_r.vertical {
  border-radius: 0 0 4px 4px !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  color: #175ea8 !important;
}

.alfabeto {
  padding: 1.5rem;
  background: #f5f5f5;
  margin-top: 40px;
  border-radius: 1rem;
  position: sticky;
  top: 70px;
  z-index: 1;
}

.alfabeto button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.15rem;
  text-align: center;
  color: #747474;
  background: #fff;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
}

.alfabeto button:hover {
  border: 2px solid #175ea8;
  background: #fff;
}

.letras {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.letras .btn.active {
  border: 2px solid #175ea8;
  background: #fff;
}

.info-racas {
  margin-top: 40px;
  padding: 40px 48px;
  border-radius: 16px;
  background: #fdf9f4;
}

.texto-racas {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}

.texto-racas img {
  width: 100px;
  height: 100px;
}

#arrow-down {
  width: 10px !important;
  height: 10px !important;
}

#ver-mais {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  color: #175ea8;
  margin-right: 8px;
}

#mais-info {
  display: none;
  transition: opacity 0.6s ease;
}

#mais-info.active {
  display: block;
  opacity: 1;
}

#mais-info:not(.active) {
  opacity: 0;
  pointer-events: none;
}

#arrow-down {
  transition: transform 0.3s ease;
}

#arrow-down.rotated {
  transform: rotate(180deg);
}

.lista-racas {
  margin-top: 6rem;
}

.lista-racas span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  color: #747474;
  background: #fff;
  padding: 8px 24px;
  border-radius: 4px;
  border: 1px solid #747474;
  cursor: default;
}

.lista-racas ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-bottom: 5rem;
  padding: 0;
}

.lista-racas ul li {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #454545;
}

.lista-racas ul li a:hover {
  color: #175ea8;
  font-weight: 700;
}

#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background: #eeeeee;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

#scrollTopBtn:hover {
  background: #454545;
}

#scrollTopBtn svg path {
  transition: fill;
}

#scrollTopBtn:hover svg path {
  fill: #fff;
}

.promagnifier {
  display: none;
}

.footer-copy {
  background: #eeeeee;
  padding-bottom: 30px;
}

.footer-copy .copy {
  text-align: center;
  color: #747474;
  font-size: 12px;
}

.footer-copy .copy a {
  color: #747474;
  font-size: 12px;
}

/* INICIO RESPONSIVO  */

@media (max-width: 1200px) {
  main {
    margin-top: 20px;
  }

  .input-group {
    min-width: 20rem;
  }

  .alfabeto {
    top: 0;
  }
}

@media (max-width: 820px) {
  .letras {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 768px) {
  .conteudo-topo {
    padding: 16px 66px;
    background-position: center left;
    background-size: cover;
  }

  .alfabeto {
    position: static !important;
  }

  .lista-racas ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  main {
    padding: 1rem 1.5rem;
  }

  .info-racas {
    padding: 20px 24px;
  }

  .texto-racas {
    flex-wrap: wrap-reverse;
  }

  .conteudo-topo {
    padding: 10px 40px;
    background-size: cover;
  }

  .input-group {
    min-width: 18rem;
  }
}

@media (max-width: 400px) {
  .conteudo-topo {
    padding: 6px 20px;
    background-size: cover;
  }

  .info-topo svg {
    width: 16px;
    height: 16px;
  }

  .info-topo input,
  div.asl_m .proinput input.orig,
  #ajaxsearchlite1 .probox .proinput input,
  div.asl_w .probox .proinput input {
    font-size: 13px !important;
  }

  .input-group {
    min-width: 14.3rem;
  }

  .asl_w_container {
    min-width: 6rem !important;
  }

  .lista-racas ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  #footer {
    display: none;
  }
}