@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

#header1 {
  background-color: #474747;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 0.5px solid rgb(158, 158, 158);
}

#contato {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  width: 50%;
  align-items: center;
  justify-content: space-between;
}

#header1 a {
  color: rgb(199, 199, 199);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  display: flex;
  margin: 7px;
  gap: 10px;
  font-size: 14px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8% !important;
}

#header1 a:hover {
  color: #979797;
}

header {
  background-color: #474747;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 1%;
  padding-top: 1%;
}

#logo {
  width: 15%;
}

span {
  width: 20;
  height: 40;
}

#menu {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: relative;
  top: 10px;
}

#menu a {
  color: rgb(235, 235, 235);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  text-decoration: none;
}

#aviso {
  color: green;
  display: none;
}

#menu a:hover {
  border-bottom: 1px solid rgb(235, 235, 235);
}

#containers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container {
  width: 32% !important;
  height: 98%;
  display: flex;
  background-color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.container h2 {
  color: #606060;
  font-size: 19px;
  text-decoration: none;
  font-family: "Inter";
}

#ft_container {
  width: 30%;
}

#ft_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-top: 3%;
}

footer h4 {
  margin-top: 3%;
}

#ft_tit h2 {
  color: #555454;
  font-weight: 800;
}

#foto_empresa {
  width: 100%;
  margin-top: 5%;
  background-size: cover;
}

#button_emp {
  color: black;
  background-color: rgb(62, 50, 238);
  font-size: 18px;
  padding: 10px;
  border: 1px solid white;
  text-align: center;
  font-family: "inter";
  border-radius: 4px;
  text-decoration: none;
  background: white;
}

#end {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#end video {
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  position: relative;
}

#endereco {
  position: absolute;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  margin-top: 5%;
}

#button_emp:hover {
  box-shadow: 10px 10px 50px 5px #6d6d6d;
}

section h2 {
  font-family: "poppins", sans-serif;
  color: #606060;
  margin-top: 3%;
  margin-left: 1%;
  font-size: 23px;
  margin-bottom: 0;
}

#ft_cliente {
  width: 20%;
}

.carousel-control-prev {
  background: linear-gradient(0.25turn, #6d6d6d, transparent) !important;
}

.carousel-control-next {
  background: linear-gradient(0.25turn, transparent, #6d6d6d) !important;
}

.conteiner {
  position: relative;
  padding: 15px;
  max-width: 95%;
  margin: 0 auto;
}

.gallery {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}

.gallery-wrapper {
  overflow-x: auto;
}

.arrow-left,
.arrow-right {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  font-size: 20px;
  line-height: 170px;
  height: 180px;
  width: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
  background: linear-gradient(to left, transparent 0%, black 200%);
}

.arrow-right {
  left: auto;
  right: 0;
  background: linear-gradient(to right, transparent 0%, black 200%);
}

* {
  margin: 0;
  padding: 0;
}

#geral {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #606060;
  margin-top: 3%;
  padding: 2%;
}

#containers {
  width: 80%;
}

#redes {
  display: flex;
  flex-direction: row;
}

footer {
  width: 100%;
  border-top: 1px solid #727272;
  margin-top: 5%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#part1 {
  display: flex;
  flex-direction: row;
  width: 65%;
  justify-content: space-between;
  margin-top: 3%;
}

footer img {
  width: 29%;
}

#tit_cont h1 {
  font-weight: bold;
  margin-top: 1% !important;
}

#tit_cont {
  width: 40%;
}

#conteiner_mensagem input {
  background-color: white;
  border: 1px solid #979797;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  outline: 0;
  height: 35px;
  border-radius: 6px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: large;
}

#conteiner_mensagem {
  width: 50%;
}

textarea {
  font-size: large;
}

#enviar {
  background-color: rgb(37 197 37) !important;
  color: white;
  width: 30% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: none !important;
  border-radius: 6px !important;
}

#envio {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin-top: 1%;
}

#mensagem {
  height: 10rem !important;
  width: 100%;
  border: 1px solid #979797;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  border-radius: 6px;
  outline: 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  resize: none;
}

#part2 {
  width: 65%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3%;
}

#contatos a {
  color: #424141;
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 2%;
  text-decoration: none;
  font-size: 20px;
}

#contatos {
  display: flex;
  flex-direction: column;
  width: 38%;
}

#Carousel {
  animation: carousel 6s linear infinite;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 30px;
}

.Block {
  flex-shrink: 0;
  width: 20%;
}

@keyframes carousel {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(calc(3 * -150px), 0, 0);
  }
}

@media (max-width: 767px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

body {
  overflow-x: hidden;
}

.container h3 {
  font-size: medium;
  width: 85%;
  text-align: justify;
  margin: 8%;
  font-weight: 400;
}

#conteinerr {
  width: 100%;
  box-shadow: 5px 2px 10px rgb(78, 78, 78), -5px 0 rgb(78, 78, 78);
  margin-top: 3%;
  padding-top: 1%;
  padding-bottom: 1%;
}

#redes {
  width: 30%;
}

#contatos h3 {
  color: #424141;
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 2%;
  font-size: 20px;
  margin-top: 6px !important;
}

#menu_simb {
  display: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

#hamburguer1 {
  display: none;
}

#acesso {
  font-family: "poppins", sans-serif;
  font-size: medium;
  font-weight: 600;
  margin-left: 5%;
  border: 2px solid rgb(199, 199, 199);
  border-radius: 5px;
  padding: 1% 2%;
}

#acesso:hover{
    color:#424141;
    background-color: rgb(199, 199, 199);
}

@media (max-width: 430px) {
    
    #contNone{
        display: none !important;
    }
    
    #contato{
        margin-top:0;
        justify-content: flex-end;
    }
  #end video {
    height: 170px;
  }

  .w-100 {
    width: 100% !important;
    height: 150px;
  }

  #menu_simb {
    display: block;
  }

  #hamburguer1 {
    display: none;
  }

  #menu {
    display: none;
  }

  #redes {
    width: 7%;
  }

  #logo {
    width: 40%;
  }

  header {
    align-items: center;
    padding-bottom: 4%;
    padding-top: 4%;
  }

  #containers {
    flex-direction: column;
  }

  .Carousel {
    scroll-snap-type: x mandatory;
  }

  .container {
    margin: 8px !important;
    padding: 0 !important;
    width: 95% !important;
    flex-direction: column !important;
  }

  .carousel-control {
    width: 23%;
  }

  .container h3 {
    margin-bottom: 30px;
    width: 87%;
  }

  #part1 {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: space-around;
    margin-top: 12%;
    align-items: center;
  }

  footer img {
    width: 80%;
  }

  footer {
    margin-top: 16%;
  }

  #contatos {
    align-items: center;
  }

  #tit_cont {
    width: 70% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #part2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 3%;
    align-items: center;
    justify-content: space-around;
  }

  #conteiner_mensagem {
    width: 80%;
  }

  #contatos {
    width: 80% !important;
    margin-top: 12%;
  }

  section h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 8%;
  }

  .Block {
    width: 48%;
    scroll-snap-align: start;
  }

  #conteinerr {
    margin-top: 8%;
  }

  body {
    overflow-x: hidden;
  }

  #header1 a {
    font-size: 10px !important;
  }

  #hamburguer1 hr {
    width: 100%;
  }

  #hamburguer1 {
    width: 100%;
    margin: 0;
    right: 0;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    list-style: none;
    background-color: #474747;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }

  #home2 {
    color: white;
    text-decoration: none;
    padding-left: 5%;
    list-style: none;
    font-family: "roboto";
    margin: 2%;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5%;
    font-weight: inherit;
  }

  hr {
    border: 1px solid white;
    margin: 0 !important;
  }

  #button_emp {
    font-size: 13px;
  }

  #conteiner_mensagem h4 {
    margin-top: 4%;
  }

  #clientes {
    display: none;
  }
}

@media (max-width: 650px) {
  #header1 a {
    font-size: 11px;
  }

  #menu a {
    font-size: 12px;
  }

  #clientes {
    display: none;
  }
}

@media (max-width: 800px) {
  #clientes {
    display: none;
  }

  #menu a {
    font-size: 12px;
  }

  #containers {
    width: 90%;
    flex-direction: column;
  }

  .container {
    width: 100% !important;
    flex-direction: row;
    align-items: center;
    margin-top: 3%;
  }

  #header1 a {
    font-size: 12px;
  }

  #ft_tit {
    width: 46%;
  }

  #ft_container {
    width: 67%;
  }

  #hamburguer1 {
    display: none;
  }

  #ft_tit h2 {
    margin: 0;
  }

  #sep {
    margin-bottom: 3%;
  }

  #tit_cont {
    width: 36%;
  }

  footer img {
    width: 35%;
  }

  #contatos {
    width: 36%;
  }
}
