body {
    
    margin: 0 !important;
    padding: 0 !important;
}
  
.topo {
    background-color:#606062;
    width:calc(100%-20px);
    height:100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 auto;
    color: #BDBFC1;
    font-size: 14px;
    padding-right: 20px;
    display: flex;
    justify-content: right;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    flex-wrap: wrap;
    column-gap: 50px;
}
.topo_dentro{
    display: flex;
    align-items: center;
    justify-content:space-around;
    flex-wrap: wrap;
}   
.topo_dentro div{
    display: flex;
    align-items: center;
    justify-content:space-around;
}   
.topo_1{
    display: flex;
    width: 220px;;
    justify-content: space-between;
    padding-right: 15px;
}
.topo_1 div{
    width: 100%;
    justify-items: space-around;
    display: flex;
}
.topo_1 div div img:hover{
    opacity: 0.5;
}
.topo_2 div div img:hover{
    opacity: 0.5;
}
.topo_1 div a{
    color: #BDBFC1;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
.topo_2 div a{
    color: #BDBFC1;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.topo_1 div a:hover{
    opacity: 0.5;
}

.topo_2 div a:hover{
    opacity: 0.5;
}
.topo_2{
    display: flex;
    align-items: center;
    justify-content: right;
}
.topo_2 div div{
    width: 40px;
    justify-items: space-around;
    display: flex;
}
.logo{
    background-color: #727376;
    height: 100px;
}
.logo img{
    padding-left: 15px;
    width: 400px;
    margin-top: -20px;
}
.menu{
    background-color: #3AD4EA;
    height: 40px;
    display: flex;
}
.menu1{
    width: 200px;
}
.menu2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #606062;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    padding-right: 40px;
}
.menu2 div a{
    color: #606062;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
}
.menu2 div a:hover{
    opacity: 0.5;
}

.capa{
    width: 100%;
    height: 300px;
    display: flex;
    background-image: url(img/fundo_inicial.jpg);
    background-color: #606062;
    background-size: cover;
    background-position:center ;
    align-items: center;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-shadow: 2px 2px 2px black;
}

.capa p{
    width: 100%;
}
.destaque{
    background-image: linear-gradient(to bottom, #ffffff, #efefef, #dfdfdf, #cfcfcf, #bfbfbf);
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.destaque_titulo{
    background-size: cover;
    align-items: center;
    text-align: center;
    color: #F58634;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    padding-top: 10px;
}
.cards_destaque{
    width: 33%;
    padding-top: 20px;
}
.destaque_cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cards_destaque img{
    width: 100%;
}
.cards_destaque div{
    text-align: center;
    color: #666;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #F37135;
}



.cards_destaque div:last-child{
    color:white;
    height: 30px;
}
@media only screen and (max-width: 900px) {
    .cards_destaque div:last-child{
        color:white;
        height: 30px;
        font-size: 13px;
    }
}
.cards_destaque div a{
    text-align: center;
    color: #878787;
    text-decoration: none;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.nossa_empresa_corpo div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nossa_empresa_corpo{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 60%;
    margin: 0 auto;
}



.nossa_empresa_corpo div{
    text-align: justify;
    min-height: 200px;
    width: 100%;
    background-image: linear-gradient(to right, #ffffff, #efefef, #dfdfdf, #cfcfcf, #bfbfbf);
}

.nossa_empresa_corpo div p{
    width: 100%;
    margin: 5%;
    text-align: justify;
}
.nossa_empresa_corpo div img{
    width: 25%;
                padding: 2%;

}
.titulo_empresa{
    text-align: center;
    color: #F58634;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    padding:5px;
}




.parte_inferior{
    width: 100%;
    background-color: #727376;  
    display: flex;  
}
.parte_inferior_espaco{
    width: 40%;
    padding: 22px;
}
.parte_inferior_espaco_2{
    width: 20%;
    padding: 22px;
}
.parte_inferior_divisao{
    width:1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vl {
  border-left: 3px solid #afafb0;
  height: 70%;
}
.parte_inferior_espaco_top{
    display: flex;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color:#D2D3D5;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.parte_inferior_espaco_top img{
    width:60px;
    padding:10px;
}
.parte_inferior_espaco_baixo{
    width: 100%;
}
.parte_inferior_espaco_baixo2{
    display: flex;
    width: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.parte_inferior_espaco_baixo_1{
    display: flex;
    width: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color:#D2D3D5;
}


.servicos_subtitulo{
    text-align: center;
    color: #606062;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    padding:5px;
}

.servicos_container{
    background-color: #D2D3D5;
}
.servicos_container_titulo{
    background-color: #D2D3D5;
    display: flex;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #606062;
    font-weight: bold;
    align-items: center;
}
.servicos_container_titulo p{
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.servicos_container_titulo img{
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.servicos_container_fotos{
    background-color: #3AD4EA;
}

.servicos_destaque_cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.servicos_cards_destaque{
    width: 32.5%;
    padding-top: 5px;
    margin-bottom: -10px;
    background-color: #3AD4EA;
    text-align: center;
}
.servicos_destaque_cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}
.servicos_cards_destaque div img{
    padding-top: 5px;
    width: 95%;
}

.servicos_cards_destaque_titulo{
    text-align: left;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #4B4B4D;
    padding-left: 10px;
}
.servicos_cards_destaque_titulo_1{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #4B4B4D;
    transform: scaleY(1.2);
}
.servicos_cards_destaque_sub{
    padding-top: 10px;
    padding-left: 10px;
}

.servicos_cards_destaque_sub div{
    display: flex;
    align-items: center;
    width: 100%;
}
.servicos_cards_destaque_sub div img{
    height: 20px;
    width: 15px;
    filter: grayscale(100%);
}
.servicos_cards_destaque_sub div p{
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    padding-left: 5px;
}

@media only screen and (max-width: 1280px) {
    .parte_inferior_espaco_baixo_1{
        display: block;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        color:#D2D3D5;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .parte_inferior_espaco_baixo_1 ul{
        text-align: center;
        display: inline-block;
        margin-top: 15px;
    }
    .parte_baixo_inferior ul{
        margin-top: -15px;
    }
}

@media only screen and (max-width: 820px) {
    .parte_inferior{
        flex-direction: column;
    }
    .parte_inferior_espaco{
        width: 100%;
        padding: 0;
        margin: 20px 0 20px 0;
    }
    .parte_inferior_espaco_2{
        width:100%;
        padding: 0;
    }
    .vl {
        border-bottom: 3px solid #afafb0;
        width: 70%;
    }
    .parte_inferior_divisao{
        width: 100%;
    }

}

.parte_inferior_espaco_baixo_2{
    display: flex;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-align: center;
    align-items: center;
    justify-content: center;
     color:#D2D3D5;
}

.direitos{
    width:100%;
    background-color: #3AD4EA;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#727376;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

@media only screen and (max-width: 700px) {
    .cards_destaque {
      width: 49%;
    }
    .topo{
        background-color: #727376;
        height: 20px;
    }
    .topo_dentro{
        display: none;
    }
    
        .cards_destaque div:last-child{
        height: 30px;
        font-size: 16px;
    }
        .direitos{
        font-size: 15px;
    }

  }
  
  @media only screen and (max-width: 500px) {
    .cards_destaque {
      width: 100%;
    }
    .topo{
        background-color: #727376;
        height: 20px;
    }
    .topo_dentro{
        display: none;
    }
    .nossa_empresa_corpo div{
        display: block;
    }
    .nossa_empresa_corpo div img{
        width: 90%;
    }
    .nossa_empresa_corpo div{
    text-align: justify;
    min-height: 200px;
    width: 90%;
    background-color: #3AD4EA;
    }

  }


  .menu0 img{
    width: 25px;
  }
  .menu0{
    display: none;
  }
   @media only screen and (max-width: 1500px) {
        .parte_inferior_espaco_baixo2{
            width: 100%;
        }
   }

  @media only screen and (max-width: 800px) {
        .menu{
            justify-content:center;
            padding-top: 15px;
        }

        .menu0 {
        display: flex;
        width: 100%;
        padding:2px;
        align-items: center;  
        flex-direction: column;  
        }
        .menu0 img:hover{
            opacity: 0.5;
        }
        .menu_escondido2{
            display: flex;
            width: 100%;
        }
        .menu1{
            display: none;
        }
        .menu2{
            display: none;
        }
        .nossa_empresa_corpo div{
        display: block;
        }
        .nossa_empresa_corpo div img{
            width: 90%;
        }
        .nossa_empresa_corpo div{
        text-align: justify;
        min-height: 200px;
        width: 90%;
        background-image: linear-gradient(to top, #f4f4f4, #efefef, #dfdfdf, #d7d7d7, #d2d2d2);

        }
        .nossa_empresa_corpo div p{
            width: auto;
        }
        .nossa_empresa_corpo div{
            text-align: justify;
            min-height: 200px;
            width: 90%;
        }
        .menu_muda{
            position: relative;
        }
        
  }
  .menu_escondido{
    display: none;
  }
  .menu_escondido2{
    display: block;
    flex-direction: column;
    background-color: #F58634;
    z-index: -999;
  }
  .menu_escondido2 div{
    height: 35px;
    width: 100%;
    padding: 5px;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    text-decoration: none;
  }
  .menu_escondido2 a{
    color:#606062;
    text-decoration: none;
  }
  .menu_escondido2 div:nth-child(odd){
    background-color:#97d1da;
  }
    .menu_escondido2 div:nth-child(odd):hover{
        color:#565657;
    background-color:#7c9a9e;
  }
  .menu_escondido2 div:nth-child(even){
    background-color:#a6d5dc;
  }
      .menu_escondido2 div:nth-child(even):hover{
                color:#565657;

    background-color:#7c9a9e;
  }
  .menu0_muda{
    height: 100%;
    flex-direction: column;
  }


.container_miniaturas{
    padding: 10px;
    overflow: hidden;
}
.scroller-container {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 10px;
  /* Ativa o "imã" para alinhar as imagens ao parar o scroll */
  scroll-snap-type: x mandatory; 
  /* Esconde a barra de scroll padrão se desejar */
  scrollbar-width:thin; 
  scrollbar-color: #3Ad4EA;
  scrollbar-base-color:  #3Ad4EA;
}



/* Itens individuais */
.scroller-item {
  flex: 0 0 15%; /* Largura de cada imagem (80% da tela) */
  scroll-snap-align: center; /* Alinha o item ao centro da tela */
}

.scroller-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
.amarela{
    background-color: #FFC82A;
}
.laranja{
    background-color: #F58634;
}
.espaco{
    padding-bottom: 10px;
}
.contato_container{
    display: block;
    text-align: center;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color:#F58634;
    text-decoration: none;
    padding: 3px;
    background-color: #eee;
}
.contato_container a{
    text-align: center;
    font-family: "Roboto", sans-serif;
    align-items: center;
    justify-content: center;
    color:#606062;
    text-decoration: none;
}
.contato_container div{
    display: flex;
    padding:5px;
    justify-content: center;
    align-items: center;
}
.contato_container img{
    width: 25px;
}
.contato_container_titulo{
    text-align: center;
}