@charset "UTF-8";
.titulo-secao {
  font-size: 40px;
  font-weight: bold;
  color: var(--cor-1);
  text-align: center;
  margin: 80px 0 40px 0;
}

.subtitulo-secao {
  font-size: 22px;
  font-weight: bold;
  color: var(--cor-2);
  text-align: center;
}

#downloads h5 {
  width: 150px;
  border: 1px solid black;
  text-align: center;
  padding: 10px 0;
  border-radius: 25px;
  cursor: pointer;
}
#downloads h5:hover, #downloads h5.active {
  background-color: #d9d9d9;
}
#downloads ul li {
  margin-bottom: 20px;
}
#downloads ul li a {
  display: flex;
  background-color: var(--cor-3);
  border-radius: 20px;
  flex-direction: row;
  padding: 25px;
  width: 100%;
}
#downloads ul li a .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 8px;
  margin-right: 40px;
}
#downloads ul li a .icone img {
  width: 25px;
}
#downloads ul li a .conteudo {
  width: 80%;
}
#downloads ul li a .conteudo h3 {
  font-size: 16px;
  font-weight: bold;
  color: var(--cor-1);
  text-align: left;
  margin-bottom: 10px;
}
#downloads ul li a .conteudo p {
  font-size: 14px;
  font-weight: 500;
  color: var(--cor-5);
}
#downloads ul.toggleAcordion {
  overflow: hidden;
}

#cruzamentos-interna {
  margin-bottom: 90px;
}
#cruzamentos-interna .box-cruzamento {
  padding: 80px 100px 40px 100px;
  border-radius: 15px;
  background-color: var(--cor-3);
}
#cruzamentos-interna .box-cruzamento #area-x {
  color: var(--cor-1);
  font-size: 100px;
  font-weight: 700;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 50px;
  display: block;
  height: 70px;
}
#cruzamentos-interna .box-cruzamento .imagem {
  height: 280px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cruzamentos-interna .box-cruzamento .imagem img {
  max-height: 98%;
  max-width: 98%;
}
#cruzamentos-interna .box-cruzamento .opcoes select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--cor-5);
  text-indent: 15px;
  border: none;
  background-color: var(--cor-8);
  border-radius: 5px;
}
#cruzamentos-interna .resultado {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  height: 420px;
  background-image: linear-gradient(white, #f6f6f6);
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
#cruzamentos-interna .resultado .imagem {
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  border: 1px solid var(--cor-1);
  border-radius: 8px;
}
#cruzamentos-interna .resultado .imagem img {
  max-height: 98%;
  max-width: 98%;
  position: absolute;
  border: 1px solid transparent;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#cruzamentos-interna .gramado img {
  margin-top: 6rem;
  height: 102vh;
}

#leiloesChanceladosInterna .formularioBusca {
  margin-bottom: 80px;
}
#leiloesChanceladosInterna label[for=filtroNome] {
  width: 50%;
}
#leiloesChanceladosInterna .lista .resultado {
  overflow: hidden;
  border-radius: 22px;
  background-color: var(--cor-1);
  margin-bottom: 80px;
}
#leiloesChanceladosInterna .lista .resultado .imagem {
  overflow: hidden;
  height: 530px;
}
#leiloesChanceladosInterna .lista .resultado .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#leiloesChanceladosInterna .lista .resultado .detalhe {
  padding: 0 80px;
}
#leiloesChanceladosInterna .lista .resultado .detalhe h4 {
  color: white;
  font-size: 66.8px;
  font-weight: 700;
  line-height: 60px;
}
#leiloesChanceladosInterna .lista .resultado .detalhe .info {
  color: white;
  font-size: 25.7px;
  display: flex;
  gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
#leiloesChanceladosInterna .lista .resultado .detalhe .info .icone {
  display: inline-block;
  width: 35px;
  text-align: center;
}

#classificadosInterna .formularioBusca {
  margin-bottom: 80px;
}
#classificadosInterna label[for=filtroNome] {
  width: 50%;
}
#classificadosInterna .classificado {
  background-color: var(--cor-9);
  overflow: hidden;
  border-radius: 22px;
  display: flex;
}
#classificadosInterna .classificado .imagem {
  max-width: 500px;
  width: 100%;
  height: 560px;
  overflow: hidden;
}
#classificadosInterna .classificado .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#classificadosInterna .classificado .detalhe {
  padding: 0 50px 0 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#classificadosInterna .classificado .detalhe .nome {
  margin-bottom: 100px;
}
#classificadosInterna .classificado h4 {
  font-size: 66.8px;
  font-weight: 700;
  color: white;
  line-height: 61px;
}
#classificadosInterna .classificado .info {
  display: flex;
  gap: 40px;
}
#classificadosInterna .classificado .info span {
  font-weight: 600;
  font-size: 32.5px;
  color: white;
  line-height: 34px;
}
#classificadosInterna .classificado .info span a {
  color: white;
}
#classificadosInterna .classificado .info span.fone {
  text-wrap: nowrap;
}

.mapa-brasil .parceiro-nucleo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}
.mapa-brasil .parceiro-nucleo a {
  font-size: 14px;
  line-height: 20px;
  color: var(--cor-1);
  font-weight: 500;
}
.mapa-brasil .link-imagem-nucleo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
}
.mapa-brasil .link-imagem-nucleo img {
  max-width: 98%;
  max-height: 98%;
  object-fit: cover;
}

.validacao-de-certificados legend {
  font-size: 22px;
  font-weight: bold;
  color: var(--cor-2);
  margin-bottom: 0;
  text-align: left;
}
.validacao-de-certificados fieldset {
  background-color: var(--cor-3);
  border-radius: 25px;
  padding: 35px;
}
.validacao-de-certificados table {
  width: 100%;
}
.validacao-de-certificados td {
  padding-bottom: 10px;
}
.validacao-de-certificados input[type=text] {
  border: none;
  background-color: var(--cor-4);
  border-radius: 10px;
  padding: 0 0 0 10px;
  height: 47px;
  line-height: 47px;
  color: var(--cor-5);
  font-size: 12px;
  font-weight: 500;
  width: 95%;
  margin: 0 2%;
  outline: none;
}
.validacao-de-certificados input[type=submit] {
  background: var(--cor-2);
  border: none;
  width: auto;
  color: white;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
}
.validacao-de-certificados #result .ui-state-error {
  color: red;
}
.validacao-de-certificados #result .ui-state-success {
  color: green;
}

.biblioteca-virtual .formularioBusca .camposDoFormulario label {
  width: 100%;
}

.paginacao .link {
  display: inline-block;
  background: var(--cor-1);
  border: none;
  color: white;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 3px;
  min-width: 45px;
}
.paginacao .link.active {
  background: var(--cor-2);
}

#eventos {
  margin-top: 60px;
}
#eventos .evento {
  position: relative;
}
#eventos .evento .imgCapa {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #e7e7e7;
  width: 100%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
}
#eventos .evento .imgCapa img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#eventos .evento .imgCapa .dia {
  font-size: 58px;
  font-weight: bold;
  color: var(--cor-5);
}
#eventos .evento .imgCapa .mes {
  font-size: 26px;
  font-weight: 500;
  color: var(--cor-5);
  margin-top: -20px;
}
#eventos .evento .descricao {
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  background-color: var(--cor-3);
  padding: 30px 20px;
  position: relative;
  top: -40px;
  min-height: 250px;
}
#eventos .evento .descricao h3 {
  text-align: left;
  font-size: 14px;
  color: var(--cor-1);
  font-weight: bold;
  margin-bottom: 10px;
}
#eventos .evento .descricao h4 {
  font-size: 14px;
  color: var(--cor-5);
  font-weight: 500;
  margin-bottom: 10px;
}
#eventos .evento .descricao h5 {
  font-size: 12px;
  color: var(--cor-5);
  font-weight: 500;
  margin-bottom: 10px;
}
#eventos .evento .descricao span {
  font-size: 16px;
  color: var(--cor-5);
  font-weight: 500;
  margin-bottom: 10px;
}
#eventos .evento .descricao .detalhes {
  font-size: 16px;
  color: var(--cor-5);
  font-weight: 500;
  margin: 10px 0;
}
#eventos .evento .descricao a {
  display: inline-block;
  background-color: var(--cor-2);
  color: var(--cor-3);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px 20px;
  border-radius: 5px;
  margin-top: 10px;
  bottom: 20px;
  position: absolute;
}
#eventos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--cor-3);
  opacity: 1;
  border: 1px solid #e7e7e7;
}
#eventos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--cor-5);
  opacity: 1;
  border: none;
}

#recNoticias {
  margin-top: 60px;
}
#recNoticias .noticia {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#recNoticias .noticia::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background-color: var(--cor-2);
  border-radius: 5px;
  top: 257px;
}
#recNoticias .noticia img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 260px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
}
#recNoticias .noticia h3 {
  font-size: 22px;
  color: var(--cor-1);
  font-weight: bold;
  text-align: center;
  width: 80%;
}

.noticia {
  margin-top: 40px;
}
.noticia h2 {
  margin-bottom: 10px;
}
.noticia .data {
  font-size: 14px;
  color: var(--cor-5);
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.noticia .autor {
  font-size: 14px;
  color: var(--cor-2);
  font-weight: 500;
  margin-top: 10px;
  text-align: left;
}

.textoHtmlFormatado {
  font-size: 16px !important;
  color: var(--cor-5) !important;
  font-weight: 400 !important;
  text-align: justify !important;
  line-height: 30px !important;
}

.fipmgg .parcerias .parceria {
  max-width: 120px;
  margin: 0 15px 20px;
  max-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fipmgg .parcerias .parceria a img {
  max-width: 99%;
}

#videos .video h4 {
  font-size: 18px;
  color: var(--cor-1);
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}
#videos .video img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
}

/*RAÇA NACIONAL*/
.raca-nacional .animal .imagem {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}

.raca-nacional .animal .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.raca-nacional .animal .video {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 30px;
}

.raca-nacional .animal .video .embed {
  width: 100%;
  height: 100%;
}

.raca-nacional h4 {
  text-transform: uppercase;
  font-size: 22px;
  color: var(--cor-1);
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}

.raca-nacional .texto {
  color: var(--cor-1);
  font-size: 16px;
  line-height: 30px;
}

.raca-nacional h5 {
  color: var(--cor-1);
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.raca-nacional .justificativas {
  height: 440px;
  background-color: var(--cor-3);
  border: 1px solid rgba(124, 124, 124, 0.1803921569);
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
  position: relative;
}

.raca-nacional .barra {
  position: absolute;
  height: 6px;
  width: 57px;
  border-radius: 3px;
  background-color: var(--cor-2);
  top: -3px;
  left: 80px;
  z-index: 2;
}

.raca-nacional .justificativa {
  display: flex;
  gap: 35px;
}

.raca-nacional .justificativa .numero {
  color: var(--cor-2);
}

/* estilização geral pagina contato  */
.contato {
    color: var(--cor-5);
}

/* Títulos */
.titulo-interna, .titulo-interna-2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--cor-1);
    margin-bottom: 15px;
}

.titulo-interna-2 {
    color: #ffffff;
}

/* config geral */
.contato {
    color: var(--cor-5);
}

.titulo-interna, .titulo-interna-2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--cor-1);
    margin-bottom: 15px;
}

.titulo-interna-2 {
    color: #ffffff;
}

/* HERO SECTION*/
.hero-contato-moderno .card-hero {
    background-color: var(--cor-1);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(25, 58, 104, 0.15);
    overflow: hidden;
}

.hero-contato-moderno .titulo-branco {
    color: #ffffff;
    font-size: 36px;
    letter-spacing: -0.5px;
}

.conteudo-dinamico-admin p {
    color: var(--cor-4);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.conteudo-dinamico-admin ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.conteudo-dinamico-admin li {
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
}

/* Cria um "check" azul ou verde antes de cada item da lista */
.conteudo-dinamico-admin li::before {
    content: "•";
    color: var(--cor-2);
    font-size: 24px;
    margin-right: 10px;
    line-height: 0;
}

.btn-whatsapp-moderno {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    background-color: #25D366;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-moderno:hover {
    background-color: #1ea952;
    transform: translateY(-3px);
    color: #ffffff;
}

/* Tratamento da Imagem (Agora ela ocupa todo o lado direito) */
.imagem-wrapper {
    height: 100%;
    width: 100%;
    min-height: 400px;
}

.imagem-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* form contato (card branco) */
.form-contato .bg {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--cor-4);
    margin-top: 20px;
}

.campo-form {
    width: 100%;
    background-color: var(--cor-3);
    border: 1px solid var(--cor-4);
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 15px;
    color: var(--cor-5);
    transition: all 0.3s ease;
    outline: none;
}

.campo-form:focus {
    border-color: var(--cor-2);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(8, 96, 217, 0.15);
}

textarea.campo-form {
    min-height: 215px;
    resize: vertical;
}

.bt-bg-ciano {
    background-color: var(--cor-2);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bt-bg-ciano:hover {
    background-color: var(--cor-1);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(8, 96, 217, 0.3);
}

/* section mapa e contatos */
.mapa-contato .titulo strong {
    font-size: 18px;
    color: var(--cor-1);
    line-height: 1.6;
}

.mapa-contato .texto p {
    color: var(--cor-5);
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
}

.mapa iframe {
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    width: 100%;
    min-height: 350px;
}

/* section do tempo de resposta */
.resposta-contato {
    text-align: center;
    background-color: var(--cor-3);
    border-radius: 20px;
    padding: 50px 30px;
    margin-top: 20px;
}

.resposta-contato .botao strong {
    display: inline-block;
    background-color: var(--cor-1);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.resposta-contato .texto p {
    color: var(--cor-5);
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
}

.resposta-contato .texto strong {
    color: var(--cor-1);
}

/*   card formulario */
.form-contato .bg {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--cor-4);
    margin-top: 20px;
}

/* Estilização dos Inputs e Textarea */
.campo-form {
    width: 100%;
    background-color: var(--cor-3);
    border: 1px solid var(--cor-4);
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 15px;
    color: var(--cor-5);
    transition: all 0.3s ease;
    outline: none;
}

/* Efeito ao clicar no campo (Focus) */
.campo-form:focus {
    border-color: var(--cor-2);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(8, 96, 217, 0.15); /* brilho do botao de whatsapp aqui */
}

/* Ajuste específico para a caixa de mensagem */
textarea.campo-form {
    min-height: 222px;
    resize: vertical;
}

/* Botão de enviar */
.bt-bg-ciano {
    background-color: var(--cor-1); /* Azul vibrante para CTA */
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.1s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bt-bg-ciano:hover {
    transform: none !important;
    background-color: var(--cor-2); /* Fica azul escuro no hover */
    box-shadow: 0 8px 20px rgba(8, 96, 217, 0.3);
}

/*   mapa e contato **/
.mapa-contato .titulo strong {
    font-size: 18px;
    color: var(--cor-1);
    line-height: 1.6;
}

.mapa-contato .texto p {
    color: var(--cor-5);
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
}

.mapa iframe {
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    width: 100%;
    min-height: 350px;
}

/*   tempo de respostA **/
.resposta-contato {
    text-align: center;
    background-color: var(--cor-3);
    border-radius: 20px;
    padding: 50px 30px;
    margin-top: 20px;
}

.resposta-contato .botao strong {
    display: inline-block;
    background-color: var(--cor-1);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.resposta-contato .texto p {
    color: var(--cor-5);
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
}

.resposta-contato .texto strong {
    color: var(--cor-1);
}

.is-invalid {
    border: 2px solid #ff4d4d !important;
    box-shadow: 0 0 10px rgba(255, 77, 77, 0.5) !important;
    background-color: #fff5f5 !important;
}

.is-valid {
    border: 2px solid #2ecc71 !important;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.4) !important;
}

/*-xl*/
/*-lg*/
@media (max-width: 1199.98px) {
  #leiloesChanceladosInterna .lista .resultado .detalhe {
    padding: 0 40px;
  }
  #leiloesChanceladosInterna .lista .resultado .detalhe h4 {
    font-size: 56px;
    line-height: 50px;
  }
  #leiloesChanceladosInterna .lista .resultado .detalhe .info {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
/*-md*/
@media (max-width: 991.98px) {
    .conteudo-dinamico-admin ul {
        grid-template-columns: 1fr; /* Volta para 1 coluna no celular */
    }
    .hero-contato-moderno .card-hero .p-5 {
        padding: 30px !important;
    }

  h2 {
    font-size: 28px;
    margin: 80px 0 40px 0;
  }
  #downloads ul li {
    width: 100%;
  }
  #downloads ul li a {
    padding: 15px;
  }
  #cruzamentos-interna .box-cruzamento {
    padding: 50px 50px 25px 50px;
  }
  #cruzamentos-interna .box-cruzamento .imagem {
    height: 180px;
  }
  #cruzamentos-interna .resultado {
    height: 330px;
  }
  #cruzamentos-interna .resultado .imagem img {
    max-height: 90%;
    max-width: 90%;
  }
  #leiloesChanceladosInterna .lista .resultado {
    margin-bottom: 40px;
  }
  #leiloesChanceladosInterna .lista .resultado .imagem {
    height: auto;
  }
  #leiloesChanceladosInterna .lista .resultado .detalhe {
    padding: 40px;
  }
  #classificadosInterna .classificado {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  #classificadosInterna .classificado .imagem {
    max-width: none;
    margin-bottom: 30px;
  }
  #classificadosInterna .classificado .detalhe .nome {
    margin-bottom: 30px;
  }
  #classificadosInterna .classificado .detalhe .info {
    flex-wrap: wrap;
    gap: 10px;
  }
}
/*-sm*/
@media (max-width: 767.98px) {
  #cruzamentos-interna .box-cruzamento {
    padding: 30px 30px 15px 30px;
  }
  #cruzamentos-interna .box-cruzamento #area-x {
    top: 46%;
    font-size: 55px;
    line-height: 25px;
    height: 35px;
  }
  #leiloesChanceladosInterna label[for=filtroNome] {
    width: 100%;
  }
  #classificadosInterna label[for=filtroNome] {
    width: 100%;
  }
  #downloads ul li a {
    width: 100%;
  }
  .validacao-de-certificados table td {
    display: block;
  }
}
/*-xs*/
@media (max-width: 575.98px) {
  #cruzamentos-interna {
    margin-bottom: 0;
  }
  #cruzamentos-interna .resultado {
    height: 225px;
  }
  #leiloesChanceladosInterna .lista .resultado .detalhe h4 {
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  #leiloesChanceladosInterna .lista .resultado .detalhe .info {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #classificadosInterna .formularioBusca {
    margin-bottom: 40px;
  }
  #classificadosInterna .classificado {
    padding-bottom: 0;
  }
  #classificadosInterna .classificado h4 {
    font-size: 46px;
    line-height: 41px;
  }
  #classificadosInterna .classificado .imagem {
    height: 360px;
    margin-bottom: 0;
  }
  #classificadosInterna .classificado .detalhe {
    padding: 30px 20px;
  }
  #classificadosInterna .classificado .detalhe .info span {
    font-size: 22px;
    line-height: 38px;
  }
  .raca-nacional .animal .imagem {
    border-radius: 20px;
  }
  .raca-nacional .justificativas {
    border-radius: 15px;
    height: auto;
    padding: 15px;
  }
  .raca-nacional .animal .video {
    overflow: hidden;
    border-radius: 20px;
    height: 300px;
  }
}
#conteudo-dinamico img {
  max-width: 100%;
  height: auto !important;
}
#conteudo-dinamico iframe {
  max-width: 100%;
}

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