.sobrenosimg{
    position: absolute;
    width: 100%;
    height: 100%;
    height: auto;
    width: fill;
    overflow: hidden;
}

.sobrenostxt{
    position: absolute;
    height: auto;
    overflow: hidden;
    font-size: 8vw;
    color: white;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 40%;
}

.imgsobrefirst{
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
}

.historiaempresa{
    position: absolute;
    top: 100vh;
    width: 100%;
    height: 100px;
    background-color: red;
}

.card{
    flex-direction: column;
    justify-content: space-around;
    top: calc(100vh - 90px);
    transform: translate(-50%,0%);
    width: 50vw;
    height: auto;
    padding: 20px 1px;
    top: calc(100vh - 90px);
    left: 70%;
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.divsobreempresa{
    object-position: center;
    position: absolute;
    transform: translate(-50%,0%);
    height: auto;
    width: 50vw;
    left: 50%;
    background-color: white;
    border-radius: 10px;
}

.txtsobreempresa{
    position: relative;
    top: 40px;
    left: 10px;
    width: 90%;
    height: auto;
    font-size: calc(10px + 0.5vw);
    color: gray;
}

.imgsobreempresa{
    position: absolute;
    transform: translate(0%, -20%);
    left: -40vw;
    top: 50%;
    width: 30vw;
    height: 100%;
    height: auto;
    width: fill;
    overflow: hidden;
}

.containerflex1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    transform: translate(-50%, 0%);
    gap: 100px;
    top: calc(107vh - 90px);
    left: 50%;
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.divqualidades{
    position: relative;
    background: white;
    height: 150px;
    border-radius: 20px;
    width: 200px;
}

.divqualidadestxt1{
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%,0%);
    color: #1b233d;
    font-size: 45px;
}

.divqualidadestxt2{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,0%);
    color: #1b233d;
    font-size: 25px;
}

.prioridades{
    position: relative;
    top: -100px;
    left: 50%;
    color: #1b233d;
    width: 100%;
    height: 100px;
    text-align: center;
    transform: translateX(-50%);
}

.containerflex2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: auto;
    height: fit-content;
    transform: translate(-50%, 0%);
    gap: 100px;
    top: calc(100vh - 90px);
    left: 50%;
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.divmelhor{
    position: relative;
    height: 325px;
    border-radius: 15px;
    background-color: white;
    border: 4px solid #006494;
    width: 250px;
}

.divdentromelhor{
    position: relative;
    top: 0px;
    height: 100px;
    width: 100px;
    border-radius: 15px;
    background-color: white;
    border: 4px solid #006494;
    transform: translate(-50%,-50%);
    left: 50%;
}

.divmelhortxt1{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,0%);
    color: #1b233d;
    font-size: 30px;
}

.divmelhortxt2{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0%);
    color: gray;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.linhadt{
    position: relative;
    top: 60%;
    left: 50%;
    width: 350px;
    height: 5px;
    background-color: #006494;
    transform: translate(-50%, -50%);
    border-radius: 2.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.imgmelhor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    height: 90px;
}

.botinfo{
    position: relative;
    top: 0px;
    width: 100%;
    height: 350px;
    background-color: #1b233d;
}

#map{
    position: absolute;
    top: 60%;
    width: 30vw;
    left: 10%;
    height: 15vw; /* Define a altura do mapa */
    border: none;
    transform: translate(0%,-50%);
}

.barra{
    position: absolute;
    width: 15vw;
    height: 5px;
    left: 33.5%;
    top: 59%;
    transform: translate(0%,-50%);
    transform: rotate(90deg);
    background-color: black;
    border-radius: 10px;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #006494; /* Azul escuro */
    color: #ffffff;
    padding: 20px;
    flex-wrap: wrap;
    width: 100%;
  }

  /* Seção de Localização */
  .location {
    flex: 1;
    max-width: 45%;
    margin: 10px;
  }

  iframe {
    width: 100%;
    height: 250px;
    border: none;
    border-radius: 8px;
  }

  /* Seção de Contatos */
  .contacts {
    flex: 1;
    max-width: 45%;
    margin: 10px;
  }

  .contacts h3 {
    margin-bottom: 15px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin: 8px 0;
  }

  .contact-item img {
    width: 25px;
    margin-right: 10px;
  }

  .contact-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
  }

  .contact-item a:hover {
    color: #add8e6; /* Azul claro */
  }

  /* Botão de contato */
  .contact-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #1e90ff; /* Azul brilhante */
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
  }

  .contact-btn:hover {
    background-color: #4682b4; /* Azul médio */
  }