@media (width: 1360px) {
  .formulario_oportunidade {
    max-width: 85% !important;
    width: 85% !important;
  }
}

@media (max-width: 1300px) {
  .formulario_depoimentos_container {
    width: 70%;
  }

  .none-desk {
    display: block !important;
  }

  .none-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  /*=========== CSS PARA TOPO ===========*/
  .flex-topo-reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 75px;
  }

  .login-container-mobile {
    position: absolute;
    top: 0;
    right: 0;
  }

  section#oportunidades_ver .center {
    width: 90%;
  }

  .ribbon3-ver {
    width: 131px;
    height: 43px;
    line-height: 50px;
    position: absolute;
    left: 6px;
    background: #af2323;
    bottom: 110px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-size: 1.1em;
    top: 211px;
  }

  .ribbon3-ver:after {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #af2323;
  }

  .botoes-volt-avan {
    padding: 10px 7px;
  }

  .login-topo {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .login-topo #deslogar {
    display: block;
  }

  section.interna {
    padding-top: 0px !important;
    margin-top: 0;
  }

  .topo-abs {
    display: none;
  }

  section.topo {
    border-top: none !important;
    padding: 0px;
  }

  .topo img.sombra-barra {
    position: fixed;
    top: 100px;
    z-index: 999;
  }

  .topo .sombra-barra {
    display: none !important;
  }

  div.logo-topo {
    display: none;
  }

  .logo img {
    width: 100%;
  }

  .logo {
    width: 140px;
    float: left;
  }

  /* FIM CSS TOPO */

  /*============= CSS MENU ==============*/
  .menu {
    display: none;
  }

  .menu-responsive {
    display: flex;
    z-index: 999;
    background: white;
    border-bottom: 4px solid #293f32;
    position: fixed;
    z-index: 999;
  }

  .menu-responsive .center {
    margin: 0;
    width: 100%;
    max-width: 1219px;
  }

  .menu-responsive .logo {
    margin-left: 2%;
  }

  .open-menu {
    position: absolute;
    display: block;
    width: 40px;
    height: 30px;
    z-index: 1;
    margin: 65px 25px auto auto;
    background: transparent;
    padding: auto;
    top: 0;
    right: 0;
    border: none;
  }

  .open-menu .line {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #f2b766;
    left: 0;
  }

  .open-menu .line.line-1 {
    top: 0;
    transition: all 0.3s ease;
  }

  .open-menu .line.line-2 {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.3s ease;
  }

  .open-menu .line.line-3 {
    bottom: 0;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .menu.col-6.active {
    left: 0;
  }

  button.open-menu.open .line.line-1 {
    transform: rotate(40deg);
    transform-origin: left;
    transition: all 0.3s ease;
  }

  button.open-menu.open .line.line-2 {
    left: 70%;
    opacity: 0;
  }

  button.open-menu.open .line.line-3 {
    transform: rotate(-40deg);
    transform-origin: left;
    transition: all 0.3s ease;
  }

  .menu-dropdown.active {
    position: inherit;
    width: 80%;
    height: 100%;
    display: grid;
    color: #000;
    border-top: 1px solid #f0f3f4;
    transition: all 0.5s ease;
    background: #fff;
    z-index: 20;
    padding-bottom: 10px;
    overflow: hidden;
    text-decoration: none;
    transform: translateX(0);
  }

  .menu-dropdown.active li {
    color: #245b9c;
    font-family: "Open-sans", sans-serif;
    line-height: 200%;
    list-style: none;
    margin-left: 10px;
  }

  .dropdown-responsive {
    margin-left: 20px;
  }

  .dropdown-responsive2 {
    margin-left: 20px;
  }

  .menu-cima {
    text-align: center;
  }

  /*===========  FIM CSS MENU  ============*/

  /*============ CSS BANNER  =============*/
  section#banner {
    margin-top: 20px;
  }

  .banners,
  .banner_area {
    width: 830px !important;
    height: 190px;
  }

  .banner-interna {
    display: none;
  }

  img#banner-interna {
    height: 350px;
  }

  /*========== FIM CSS BANNER ===========*/

  /*================= CSS DA HOME DO SITE ================*/
  /* ============= CSS SECTION LEILAO ================ */
  .leiloes {
    width: 90%;
    margin: 0 auto;
  }

  .leiloes-cards {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .link-case {
    margin: 0 auto;
  }

  /* ============= FIM CSS SECTION LEILAO ============ */

  /* ======= QUEM SOMOS ========== */
  section#quem_somos .center {
    width: 95%;
    margin: 0 auto;
  }

  .sobre-imagem {
    margin-bottom: 20px;
  }

  /* ======= FIM QUEM SOMOS ========== */

  /* ============== CSS SECTION YOUTUBE E NOTICIAS DESTAQUE ============ */
  section#youtube_noticias .center {
    display: flex;
    flex-direction: column;
  }

  .left-noticias,
  .right-noticias {
    width: 90%;
    margin: 0 auto;
  }

  .texto_noticias {
    padding: 10px;
  }

  .noticias_right .img {
    width: 300px !important;
    height: 200px !important;
  }

  .video_container {
    width: 100%;
  }

  .video_container iframe {
    width: 100%;
    height: 515px;
  }

  /* ======================= FIM CSS YOUTUBE E NOTICIAS DESTAQUE =========== */

  /* ============== CSS PUBLICIDADE CENTER ============== */
  .publicidade_center_slick {
    width: 90%;
    margin: 0 auto;
  }

  .publi-center-interna {
    width: 100%;
  }

  .publicidade_center_area {
    width: 922px !important;
    height: 100px !important;
    transform: none !important;
    left: 0 !important;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center;
  }

  .publicidade_center_area img {
    height: 100% !important;
    width: 900px;
  }

  .publicidade_rodape_area {
    width: 922px !important;
    height: 150px !important;
    transform: none !important;
    left: 0 !important;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center;
  }

  .publicidade_rodape_area img {
    height: 100% !important;
    width: 900px;
  }

  .pub-noticias .slick-track {
    display: flex;
    gap: 5px;
  }

  .pub-noticias {
    width: 700px !important;
  }

  /* ============== FIM CSS PUBLICIDADE CENTER ============== */

  /* ============== CSS NOTICIAS CENTER ================== */
  .cards-container {
    width: 90%;
    margin: 0 auto;
  }

  .container_ver {
    flex-direction: column;
  }

  .noticia_esquerda,
  .noticias_direita {
    width: 90%;
    margin: 0 auto;
    border: none;
    padding: 0;
  }

  .formulario_noticia h1 {
    text-align: center;
  }

  /* ============== FIM CSS NOTICIAS CENTER ================== */

  /* =========== CSS PUBLICIDADES BOTTOM =============== */
  .publicidade_bottom_container {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .publicidade_bottom_area {
    display: flex !important;
    justify-content: center;
    transform: none !important;
    opacity: 1 !important;
  }

  .publicidade_bottom_area img {
    width: 250px;
    height: 150px;
  }

  .anuncie_aqui_card {
    transform: none !important;
    opacity: 1 !important;
  }

  /* =========== FIM CSS PUBLICIDADES BOTTOM =============== */

  /* ============ CSS COLUNISTAS =================== */
  .colunistas_container {
    width: 90%;
    margin: 0 auto;
  }

  .colunistas_container .fa-chevron-right:before,
  .colunistas_container .fa-chevron-left:before {
    color: #fff !important;
  }

  .colunistas_titulo h2 {
    font-size: 1.5em;
    padding: 3px;
  }

  #colunistas_interna .card_colunistas {
    width: 100% !important;
  }

  #colunistas_interna .colunistas_container a .fa-chevron-right:before,
  #colunistas_interna .colunistas_container a .fa-chevron-left:before {
    color: #70ae6e !important;
    transform: translateY(20px);
  }

  section#colunista_ver .container {
    flex-direction: column;
    gap: 20px;
  }

  /* section#colunista_ver .pagina_esquerda {
    width: 90% !important;
    margin: 0 auto;
  } */

  section#colunista_ver .pagina_direita {
    margin: 0 auto;
    width: 90%;
    border: none;
    padding: 10px 20px;
  }

  /* ============ FIM CSS COLUNISTAS =================== */

  /* =============== OPORTUNIDADES VER ====================== */

  .oportunidades_ver_container .outros .card a {
    width: 100%;
  }

  .card_container .slick-track {
    display: flex;
    gap: 40px;
  }

  .card_container .card .imagem_oportunidades {
    width: 100%;
  }

  /* =============== FIM OPORTUNIDADES VER ====================== */

  .horario_container {
    width: 780px;
  }

  .texto-rodape {
    display: flex;
    justify-content: space-around;
  }

  .texto-rodape p {
    margin: 0px;
  }

  .formulario_depoimentos_container {
    max-width: 80% !important;
  }

  .flex-container-contato {
    flex-direction: column;
  }

  .iziModal {
    width: 90%;
  }

  .switch {
    width: 215px;
  }

  .titulo-modal h1 {
    margin-top: 30px;
  }

  .cadastro-modal-container {
    justify-content: flex-start;
  }

  /* REMATES */
  section.remates_interna_ver .center {
    width: 90%;
  }

  section.remates_detalhe .center {
    width: 95%;
  }

  .remate-detalhe-left {
    width: 60%;
    padding-right: 15px;
  }

  .remate-detalhe-right {
    padding-left: 0px;
  }

  .slider {
    width: 100%;
  }

  /* FIM REMATES */

  /* ===================== FIM CSS HOME 1100px ================== */
}

@media screen and (max-width: 768px) {
  /*==================== CSS HOME 768px  ===================== */
  /* ============ CSS BANNER =============== */
  .banners {
    width: 630px !important;
    height: 200px !important;
  }

  .banner_area {
    width: 640px !important;
    height: 200px;
  }

  /* ============ FIM CSS BANNER =============== */

  /* ============ CSS LEILAO ============== */
  .card-leilao {
    width: 100%;
  }

  .img-leiloes {
    /* width: 96%;
    height: 500px; */
  }

  .img-leiloes img {
    object-fit: cover !important;
  }

  .link-case {
    width: 100%;
  }

  .card-leilao .img-leiloes::before {
    display: none;
  }

  .cadastro-modal-container {
    justify-content: flex-start;
  }

  /* ============ FIM CSS LEILAO ============== */

  /* =========== CSS YOUTUBE E NOTICIA DESTAQUE ========== */
  .video_container {
    margin: 0 auto;
  }

  .noticias_right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .noticias_right .img {
    width: 100% !important;
    height: 465px !important;
  }

  .right-noticias .img img {
    object-fit: cover;
  }

  .right-noticias .img::before {
    display: none;
  }

  .video_container iframe {
    height: 388px;
  }

  .noticias_right a {
    flex-direction: column;
    align-items: center;
  }

  .texto_noticias {
    width: 100%;
  }

  .videos_pai {
    flex-direction: column;
  }

  .video_container_ver {
    width: 100%;
  }

  .video_container_ver iframe {
    width: 100%;
    height: 200px;
  }

  .rodape_video .img-canal p {
    font-size: 1em !important;
  }

  .rodape_video .img-canal .logo_cosas {
    width: 40px;
    height: 40px;
  }

  .rodape_video .logo_yt {
    width: 40px;
    height: 40px;
  }

  .mais_videos .outros a img {
    width: 100%;
    height: 100%;
  }

  .mais_videos {
    width: 100%;
  }

  .mais_videos .outros {
    flex-direction: column;
  }

  /* =========== FIM CSS YOUTUBE E NOTICIA DESTAQUE ========== */

  /* ============= CSS PUBLICIDADE CENTER ================= */
  .publicidade_center_area {
    width: 691px !important;
  }

  .publicidade_center_area img {
    width: 100%;
  }

  .publicidade_rodape_area {
    width: 691px !important;
  }

  .publicidade_rodape_area img {
    width: 100%;
  }

  /* ============ FIM CSS PUBLICIDADE CENTER ================= */

  /* =========== CSS NOTICIAS CENTER ============= */
  .cards-container {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
  }

  .img-card {
    width: 465px;
    height: 350px;
  }

  .cards-container .imagem_noticias {
    width: 100%;
    height: 465px;
  }

  /* =========== FIM CSS NOTICIAS CENTER ============= */

  /* ============ CSS NOTICIAS INTERNA ========== */
  .cards-container-interna {
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }

  .card-interna,
  .card-interna a {
    width: 100% !important;
  }

  /* ============ FIM CSS NOTICIAS INTERNA ========== */

  /* ============== OPORTUNIDADES =============== */
  .card_container .card {
    width: 450px !important;
  }

  .oportunidades_ver_container .outros .card {
    height: 350px;
    margin: 0px 155px;
  }

  .oportunidades_ver_container .outros {
    height: auto;
  }

  .oportunidades_ver_container .arrow-a-left {
    display: block;
    position: absolute;
    top: 39%;
    transform: translate(-50%, -50%);
    left: 3em;
  }

  .oportunidades_ver_container .arrow-a-right {
    display: block;
    position: absolute;
    top: 39%;
    transform: translate(-50%, -50%);
    right: 3em;
  }

  .oportunidades_ver_container .outros .fa-chevron-right:before,
  .oportunidades_ver_container .outros .fa-chevron-left:before {
    color: #70ae6e;
  }

  .negociado_pais {
    margin-top: 70px;
  }

  .ribbon3 {
    bottom: 170px;
  }

  .ribbon_cashback_op {
    top: 139px;
  }

  /* ============== FIM OPORTUNIDADES =============== */

  /* ============ CSS ODOMETRO =============== */
  .sombra-odometro img {
    width: 100%;
  }

  /* ============ FIM CSS ODOMETRO =============== */

  /* =========== CSS INFO RODAPE ============ */
  .contatos-home-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contatos-home-container
    :where(.institucional_rodape, .endereco_rodape, .contatos_rodape) {
    width: 50%;
  }

  section.contato .center {
    width: 95%;
  }

  /* =========== FIM CSS INFO RODAPE ============ */
  .sombra-horario_atendimento img {
    width: 625px;
  }

  .horario_container {
    width: 625px;
  }

  .setaEsquerda {
    font-size: 50px;
    position: absolute;
    left: 30px;
    top: 40%;
    z-index: 5;
    display: flex;
    align-items: center;
  }

  .setaDireita {
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 40%;
    z-index: 5;
    display: flex;
    align-items: center;
  }

  .setaEsquerda .fa-chevron-left:before {
    color: #70ae6e !important;
  }

  .setaDireita .fa-chevron-right:before {
    color: #70ae6e !important;
  }

  .setaEsquerda .fa-chevron-left.pb:before {
    margin-left: -15px;
  }

  .setaDireita .fa-chevron-right.pb:before {
    margin: 0;
  }

  /* SETA PUBLICIDADES BOTTOM */

  .setaEsquerdaBottom {
    font-size: 50px;
    position: absolute;
    left: 00px;
    top: 40%;
    z-index: 5;
    display: flex;
    align-items: center;
  }

  .setaDireitaBottom {
    font-size: 50px;
    position: absolute;
    right: 0px;
    top: 40%;
    z-index: 5;
    display: flex;
    align-items: center;
  }

  .setaEsquerdaBottom .fa-chevron-left:before {
    color: #70ae6e !important;
  }

  .setaDireitaBottom .fa-chevron-right:before {
    color: #70ae6e !important;
  }

  /* FIM SETAS s */

  .form-contato .g-recaptcha {
    place-content: center;
    text-align: center;
    margin: 10px auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  footer .copyright {
    min-height: 190px !important;
    padding-bottom: 20px;
  }

  footer .copyright .left {
    width: 90%;
    float: none;
    margin: auto;
    text-align: center;
  }

  footer .copyright .right {
    width: 90%;
    float: none;
    margin: auto;
    place-content: center;
    text-align: center;
    display: flex;
  }

  img.hostche {
    margin: auto;
    place-content: center;
  }

  .copyright .d-flex {
    gap: 15px;
    flex-direction: column;
  }

  .formulario_depoimentos_container {
    max-width: 95% !important;
    width: 95%;
  }

  .form-depoimento-lead {
    width: 100%;
  }

  .group {
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .formulario_depoimentos .bar {
    width: 100%;
  }

  .formulario_depoimentos label {
    top: -5px;
  }

  .topo-area {
    flex-direction: column;
  }

  .topo-area a {
    width: 100%;
  }

  .topo-area .info-area-topo {
    width: 100%;
  }

  .detalhe-body {
    flex-direction: column;
  }

  .remate-detalhe-left,
  .remate-detalhe-right {
    width: 100%;
    border: none;
  }

  .titulo-detalhe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .botoes_setas {
    width: 100%;
    display: block;
  }

  .titulo-detalhe a {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
  }

  .card_container .card .imagem_oportunidades {
    height: 213px;
  }

  .card_container .slick-dots {
    bottom: -35px;
  }

  .ribbon3-ver {
    width: 110px;
    height: 35px;
    font-size: 1em;
    top: 150px;
  }

  .ribbon3-ver:after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 16px solid #af2323;
  }

  /* ============ FIM CSS HOME 768px =============== */
}

@media screen and (max-width: 1024px) {
  .menu-dropdown li {
    text-align: left;
    padding-left: 30px;
  }
}

@media screen and (max-width: 530px) {
  .sombra-horario_atendimento {
    display: none !important;
  }

  .info_lance {
    flex-direction: column;
    align-items: center;
  }

  .reg_cad {
    justify-content: space-between;
    margin: 15px 0px;
  }

  .lance_alvo,
  .lance_atual,
  .negociado-card {
    width: 100%;
  }

  .iziModal {
    max-width: 95% !important;
  }

  .btn-ul > li a {
    padding: 10px;
  }

  .botoes-volt-avan {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  .sobre-imagem .borda {
    height: 270px;
    width: 465px;
    width: 90%;
    margin: 0 auto;
  }

  .imagem-sobre-ver {
    margin-top: 20px;
  }

  .sobre-imagem iframe {
    position: absolute;
    left: 4px;
    bottom: 20px;
    width: 332px;
    height: 265px;
    z-index: 99;
    margin: 0 auto;
  }

  .menu-responsive .logo {
    margin-left: 4%;
  }

  .midias-sociais {
    opacity: 0;
    top: -50%;
  }

  .switch_mobile {
    display: block;
  }

  .switch {
    display: none;
  }

  .smooth {
    justify-content: flex-start;
    padding: 0px;
  }

  .login-modal-container {
    padding: 50px 10px 10px;
    z-index: 999;
  }

  .cadastro-modal-container {
    padding-bottom: 15px;
  }

  .botao_noticia button {
    font-size: 1em;
  }

  .botao_noticia {
    margin-top: 0px;
  }

  .formulario_oportunidade .close {
    color: #606c6c !important;
  }

  .login__header {
    font-size: 1.7em;
    margin-bottom: 10px;
  }

  /* =============== CSS TOPO ================== */
  .publicidade-topo #publicidade-topo-img {
    height: 78px;
  }

  /* =============== FIM CSS TOPO ================== */

  .inputs-div,
  .data_nascimento,
  .select_oportunidades {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .data_nascimento {
    width: 100% !important;
  }

  .data_nascimento input {
    width: 100% !important;
    padding: 0 !important;
  }

  .show {
    overflow-y: scroll;
  }

  .formulario_oportunidade_container {
    top: 105% !important;
  }

  .sobre-imagem {
    float: none;
    margin-bottom: 0px;
    border: none;
    height: 100%;
    margin: 0 auto;
  }

  .imagem-sobre-ver img {
    position: absolute;
    left: 4px;
    bottom: 20px;
    width: 332px;
    height: 265px;
    z-index: 99;
    margin: 0 auto;
  }

  .menu-dropdown li {
    font-size: 1em;
    text-align: left;
    padding-left: 22px;
  }

  /*  ============ CSS BANNER ============= */
  .banners {
    width: 360px !important;
    height: 100px !important;
  }

  .banner_area {
    width: 360px !important;
    height: 100px;
  }

  img#banner-interna {
    height: 250px;
  }

  /*  ============ FIM CSS BANNER ============= */

  /* ============ CSS LEILAO ==========*/
  .img-leiloes {
    /* height: 300px; */
  }

  /* ============ FIM CSS LEILAO ==========*/

  /* ============ CSS YOUTUBE E NOTICIAS DESTAQUE =========== */
  .video_container {
    width: 100%;
  }

  .video_container iframe {
    width: 100%;
    height: 226px;
  }

  .noticias_right {
    width: 100%;
  }

  .youtube_titulo h2,
  .leiloes h2 {
    font-size: 1.5em;
  }

  .noticias_right .img {
    width: 100% !important;
    height: 255px !important;
  }

  .texto_noticias {
    width: 100%;
  }

  .card_interno_topo {
    flex-direction: column-reverse;
  }

  .noticia_esquerda .card_interno_ver .texto {
    width: 100%;
  }

  .videos_body {
    width: 90%;
    margin: 0 auto;
  }

  .videos_body .video_container {
    width: 100%;
  }

  .videos_body .rodape_video {
    width: 100%;
  }

  .videos_pai {
    width: 90%;
    margin: 0 auto;
  }

  .videos_body_ver {
    padding-left: 0;
    border: none;
  }

  .titulo_videos_interna {
    font-size: 0.875em;
  }

  /* ============ FIM CSS YOUTUBE E NOTICIAS DESTAQUE =========== */

  /* ============ CSS NOTICIAS CENTER =========== */
  .cards-container a {
    width: 100%;
  }

  .img-card {
    width: 100%;
    height: 250px;
  }

  .texto-card {
    width: 100%;
  }

  .cards-container .imagem_noticias {
    height: 255px;
  }

  .odometer.odometer-auto-theme,
  .odometer.odometer-theme-default {
    font-size: 2.2em;
  }

  /* ============ FIM CSS NOTICIAS CENTER =========== */

  /* ========== OPORTUNIDADES VER ================== */
  section#oportunidades .center {
    width: 90%;
  }

  section#oportunidades_ver .center {
    width: 90%;
  }

  .aba {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .aba-video iframe {
    height: 250px;
  }

  .aba-left {
    margin-bottom: 50px;
  }

  .oportunidades_ver_container .outros .titulo_outros_oportunidades p {
    text-align: center;
  }

  .whats_card {
    display: flex;
    justify-content: center;
  }

  .oportunidades_ver_container .outros .card {
    margin: 18px !important;
    width: 390px !important;
  }

  .oportunidades_ver_container .slick-dots {
    bottom: -24px;
  }

  .card_container .slick-track {
    gap: 0px;
  }

  .oportunidades_ver_container .arrow-a-left {
    display: none !important;
  }

  .oportunidades_ver_container .arrow-a-right {
    display: none !important;
  }

  .botoes-lista {
    display: flex;
    flex-direction: column;
  }

  .oportunidades_ver_container .botoes-lista > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }

  .oportunidades_ver_container .botoes-lista > li a {
    display: block;
    width: 100%;
  }

  .botoes-lista-not {
    display: flex;
    flex-direction: column;
  }

  .oportunidades_ver_container .botoes-lista-not > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }

  .oportunidades_ver_container .botoes-lista-not > li a {
    display: block;
    width: 100%;
  }

  .negociado_pais {
    margin-top: 65px;
  }

  /* ========== VER OPORTUNIDADES VER ================== */

  /* ============ CSS ODOMETRO ============== */
  section.odometros .d-flex {
    gap: 25px;
  }

  /* ============ FIM CSS ODOMETRO ============== */

  section#colunista_ver .pagina_esquerda .imagem {
    width: 250px;
    height: 210px;
  }

  section#colunista_ver .pagina_esquerda {
    flex-direction: column;
    align-items: center;
  }

  .horario_container h1 {
    font-size: 1em;
  }

  .horario_container {
    width: 331px;
    padding: 0px 10px;
    height: 120px;
  }

  .sombra-horario_atendimento img {
    width: 331px;
  }

  .btn-depoimentos {
    margin-top: 10px;
  }

  .depoimentos_titulo h2 {
    font-size: 1.5em;
  }

  .publicidades .slick-track {
    width: 350px !important;
  }

  .publicidade-topo #publicidade-topo-img {
    width: 350px;
  }

  .publicidade_center_slick .slick-track,
  .publicidade_center_slick .slick-list {
    display: flex !important;
    justify-content: center !important;
  }

  .publicidade_center_area {
    width: 380px !important;
    height: 50px !important;
  }

  .publicidade_center_area a {
    width: 100%;
    height: 100%;
  }

  .publicidade_center_area img {
    width: 100%;
  }

  .publicidade_rodape_area {
    width: 380px !important;
    height: 105px !important;
  }

  .publicidade_rodape_area a {
    width: 100%;
    height: 100%;
  }

  .publicidade_rodape_area img {
    width: 100%;
  }

  .publicidade_bottom_container .slick-list {
    width: 250px;
  }

  .contatos-home-container {
    gap: 20px;
  }

  .institucional_rodape,
  .endereco_rodape,
  .contatos_rodape {
    width: 100%;
  }

  .texto-rodape {
    gap: 14px !important;
  }

  .centro-cookie {
    flex-direction: column;
  }

  .texto-politica {
    width: 90% !important;
    margin: 0 auto;
    text-align: justify;
  }

  .mobile {
    display: block !important;
  }

  .desk {
    display: none;
  }

  .formulario_depoimentos_container textarea {
    height: 110px;
    width: 100%;
  }

  .d-flex-c {
    gap: 2px;
  }

  .formulario_depoimentos label {
    font-size: 0.875em;
  }

  .formulario_depoimentos input {
    height: 25px;
  }

  .file-upload {
    margin: 10px -4px;
  }

  .contador {
    width: 100%;
  }

  .card_lote {
    width: 100%;
  }

  .card_lote .img {
    width: 100%;
  }

  section.remates_interna_ver .center {
    width: 95%;
  }

  .remate-detalhe-left .foto-galeria {
    height: 225px !important;
  }

  .iframe-video-detalhe iframe {
    width: 100%;
    height: 248px;
  }

  .contador h1 {
    font-size: 1em;
  }

  .formulario_depoimentos_container h1 {
    margin-top: 16px;
  }

  .pub-noticias {
    width: 100% !important;
  }

  .remates_detalhe .botoes-detalhe ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 480px) {
  .titulo_noticia_interna section.container.flex {
    flex-direction: column;
    max-width: 340px;
  }
}

@media (max-width: 394px) {
  .img-leiloes {
    height: auto;
  }

  .noticias_right .img {
    height: 255px !important;
  }

  .img-card {
    height: 255px;
  }

  .card_depoimentos .img {
    width: 145px !important;
    height: 145px !important;
  }
}

@media (max-width: 320px) {
  .imagem-sobre-ver img {
    width: 319px;
  }

  .borda {
    width: 333px;
  }
}
