/*
// ######  #         ####    ####     #
// #     # #        #    #  #    #   ##
// #     # #        #    #  #         #
// ######  #        #    #  #         #
// #     # #        #    #  #         #
// #     # #        #    #  #    #    #
// ######  ######    ####    ####   ###
*/

@media (min-width: 1080px) {
    .bloco_inicial_container {
        min-height: 58vh; 
        display: flex;
        align-items: stretch;
    }
}
@media (min-width: 650px) and (max-width: 1079px) {
    .bloco_inicial_container {
        min-height: 49vh; 
        display: flex;
        align-items: stretch;
    }
    .bloco_imagem {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}
@media (max-width: 649px) {
    .bloco_inicial_container {
        padding: 0px 12px;
    }
}


















/*
// #     #   ####   #####    ####    ####    ####
// ##   ##  #    #  #    #  #    #  #    #  #
// # # # #  #    #  #    #  #       #    #   ####
// #  #  #  ######  #####   #       ######       #
// #     #  #    #  #  #    #       #    #       #
// #     #  #    #  #   #   #    #  #    #  #    #
// #     #  #    #  #    #   ####   #    #   ####
*/
/* CSS atualizado - responsivo */
:root{ --slide-gap:20px; }

.slide_de_marcas_container{
  /* ajustável: limite máximo e largura relativa ao viewport */
  max-width:1080px;
  width:min(1080px, 95vw);
  height:180px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:15px;
  box-sizing:border-box;
  padding:8px;
}

/* botões */
.slide_de_marcas_botao{
  width:20px;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  user-select:none;
  flex:0 0 20px;
}
.slide_de_marcas_botao img{ width:100%; opacity:0.45; display:block; }
.slide_de_marcas_botao.ativo img{ opacity:1; }

/* viewport do track */
.slide_de_marcas_view{
  flex:1;
  overflow:hidden;
  height:100%;
}

/* track com gap via variável */
.slide_de_marcas_track{
  display:flex;
  gap:var(--slide-gap);
  align-items:center;
  height:100%;
  transition:transform .45s cubic-bezier(.22,.9,.35,1);
  will-change:transform;
  /* opção: evitar seleção de texto ao arrastar */
  user-select:none;
  -webkit-user-drag:none;
}

/* Items responsivos: tentam 210px, mas encolhem conforme viewport */
.slide_de_marcas_item{
  flex:0 0 auto;
  width:min(210px, 28vw);
  max-width:210px;
  min-width:120px;
  height:120px;

  display:flex;
  align-items:center;
  justify-content:center;

  box-sizing:border-box;
  overflow:hidden;
  text-decoration:none;
}

.slide_de_marcas_item img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
















/*
//   ###    #   #   ####    ####   #####    ###
//  #   #   ##  #  #    #  #    #  #    #  #   #
// #     #  # # #  #       #    #  #    #  #   #
// #######  #  ##  #       #    #  #####   #####
// #     #  #   #  #       #    #  #  #    #   #
// #     #  #   #  #    #  #    #  #   #   #   #
// #     #  #   #   ####    ####   #    #  #   #
*/
.ancora_marcas_container{
    max-width: 1080px;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    border-bottom: 2px solid #1446c3;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
}

.ancora_marcas_item{
  display:flex;
  align-items:center;
  justify-content:center;
}

.ancora_marcas_link{
  color:#1446c3;
  text-decoration:none;
  font-weight:600;
  font-size:18px;
  text-align:center;
}

.ancora_marcas_link:hover{
  text-decoration:underline;
}









/*
// #   #  #####  #####  ###### ######
// #   #    #    #   #  #      #    #
// #   #    #    #   #  ####   #    #
//  # #     #    #   #  #      #    #
//   #    #####  #####  ###### ######
*/

.no_slide_marcas_video_slide{
width:100%;
text-align: left;
max-width: 800px;
}

.no_slide_marcas_video_imagem_topo{
width:100%;
height:100px;
display:flex;
align-items:center;
justify-content:center;
}

.no_slide_marcas_video_imagem_topo img{
max-height:100%;
max-width:100%;
}
.no_slide_marcas_video_player{
max-width:800px;
margin:0px auto;
}
.no_slide_marcas_video_player iframe{
width:100%;
height:450px;
}
@media(max-width:650px){
.no_slide_marcas_video_player iframe{
width:100%;
height:250px;
}
}

.no_slide_marcas_video_slide h3{
font-size: 1.2em;
}


@media(max-width:650px){
.no_slide_marcas_video_slide .botoes a{
    display: block;
    height: auto;
    margin-bottom:10px;
}
}












/*
// #####  #####   ####   ####   #   #
// #   #  #   #  #    # #    #  #   #
// #####  #####  #    # #    #  #   #
// #      #  #   #    # #    #  #   #
// #      #   #   ####   ####    ###
*/
.no_slide_de_produtos_slides {
  position:relative;
  width:100%;
  box-sizing:border-box;
  min-height:520px;
}

.no_slide_de_produtos_slide{
width:100%;
}
.no_slide_de_produtos_products{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  justify-content:center;
  gap:18px;
  align-items:start;
}
.no_slide_de_produtos_item{
  max-width:230px; 
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center; 
  box-sizing:border-box;
  margin:0 auto;
  padding:6px;
}
.no_slide_de_produtos_topicon{
  display:flex;
  align-items:center;
  justify-content:center;
  height:75px;
  margin-bottom:8px;
}
.no_slide_de_produtos_topicon img{
    width: 100%;
    display: block;
    overflow: hidden;
}
.no_slide_de_produtos_bigimg{
  max-width:230px;
  max-height:230px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  margin-bottom:10px;
}
.no_slide_de_produtos_bigimg img{
    width: 100%;
    display: block;
    overflow: hidden;
}

.no_slide_de_produtos_title{
  margin:0 0 8px;
  text-align:center;
  font-size:1.05rem;
}

.no_slide_de_produtos_text{
  margin:0 0 12px;
  text-align:left;
  width:100%;
  box-sizing:border-box;
}

@media (max-width:650px){

  .no_slide_de_produtos_slide{
    position:static;
    opacity:1 !important;
    visibility:visible !important;
    transition: none;
    width:100%;
    padding:10px 6px;
  }
  .no_slide_de_produtos_products{
    display:flex;
    flex-direction:column;
    gap:18px;
    align-items:center;
  }
  .no_slide_de_produtos_item{
    max-width:520px;
    width:100%;
    padding:8px;
    text-align: center;
  }

  .no_slide_de_produtos_bigimg{
    width:70%;
    height:auto;
    aspect-ratio: 1/1;
  }
  .no_slide_de_produtos_bigimg img{
    width:100%;
    height:100%;
    object-fit:cover;
  }


  .no_slide_de_produtos_text{ text-align:center; padding:0 8px; }
}

 .no_slide_de_produtos_item .botoes a{
    display: block;
    height: auto;
    margin-bottom:10px;
  }











/*
// #   #  #####  #   #   ####
// ##  #  #      #   #  #
// # # #  ####   # # #   ###
// #  ##  #      ## ##      #
// #   #  #####  #   #  ####
*/
.no_slide_marcas_news_slide{
width:100%;
text-align: left;
max-width: 800px;
}

.no_slide_marcas_news_imagem_topo{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.no_slide_marcas_news_imagem_topo2{
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
}
.no_slide_marcas_news_imagem_topo2 img{
max-height:100%;
max-width:100%;
}

.no_slide_marcas_news_imagem_topo img{
max-height:100%;
max-width:25%;
}
.no_slide_marcas_news_linha{
    max-width: 75%;
    height: 2px;
    border-bottom: 2px solid #1446C3;
    margin-top: -2px;
    margin-left: 25%;
    margin-bottom:20px;
}

.no_slide_marcas_news_slide h3{
font-size: 1.2em;
}

@media(max-width:650px){
.no_slide_marcas_news_imagem_topo img{
max-height:100%;
max-width:75%;
}
.no_slide_marcas_news_linha{
    max-width: 25%;
    height: 2px;
    border-bottom: 2px solid #1446C3;
    margin-top: -2px;
    margin-left: 75%;
    margin-bottom:20px;
}

.no_slide_marcas_news_imagem_topo2{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

.no_slide_marcas_news_slide .botoes a {
    display: block;
    height: auto;
    margin-bottom:10px;
}
}





































