/* SECTION 1 */

.contato-sec1 {
  margin-top: 100px;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.h1-sec2 {
  color: #E67638;
}

p {
  text-align: center;
  color: #626262;
}

.p-sec2 {
  max-width: 800px;
  margin: 0px 20px
}

@media (max-width: 800px) {
  .contato-sec1 {
    max-height: 400px;
    margin-bottom: 100px;
  }
}

/* SECTION 2 */

.contato-sec2 {
  display: flex;
  max-height: 450px;
  flex-wrap: wrap;
}

.contato-sec-left2,
.contato-sec-right2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
}

.contato-sec-left2 img {
  max-width: 400px;
  height: auto;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.contato-sec-right2 {
  flex-direction: column;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.h2-sec2 {
  color: #E67638;
}

.btn-light {
  margin-top: 20px;
  color: #E67638;
  border: 1px solid #e67638;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-light:hover {
  background-color: #E67638;
  color: white;
}

.bi-whatsapp {
  color: green;
  margin-left: 5px;
}

@media (max-width: 800px) {
  .contato-sec2 {
    align-items: center;
    height: auto;
    max-height: 800px;
  }
}

/* SECTION 3 */

.contato-sec3 {
  flex-direction: row;
  margin: 100px 0px;
}

.subdiv1::before {
  content: '';
  position: absolute;
  height: 280px;
  width: 1px;
  background-color: #909090;
  left: 50%;
  transform: translateX(-50%);
}

.div1-contato-sec3 {
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
}

.div2-contato-sec3 {
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.tit-contato-sec3 {
  color: #E67638;
}

.p-contato-sec3 {
  color: #626262;
}

.subdiv1 {
  min-width: 250px;
}

.subdiv2 {
  display: flex;
  align-items: center;
}

.subdiv22 {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  justify-content: space-between;
}

@media (max-width:540px) {
  .subdiv1::before {
    display: none;
  }

  .div1-contato-sec3 {
    margin-bottom: 0px;
  }

  .subdiv1 {
    margin-bottom: 40px;
  }

  .p-contato-sec33 {
    margin-bottom: 56px;
  }
}