.cxHeader {
  margin-bottom: 80px;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
  border-top: #003319 solid 5px;
  border-bottom: #c4c4c4 solid 1px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);

  img {
    height: 70px;
    margin-left: 10px;
  }
}

.mobile {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
    float: right;
    width: 100%;
    font-size: 30px;
    padding-right: 40px;
    color: black;
    
    a {
     color:#00401f ;
     font-size: 24px; 
    }
    
    span {
      margin-left: 10px;
      rotate: 90deg;
    }
  
}

.contato {
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  border-radius: 20px;
  font-size: 17px;
  padding: 10px 20px;
  color: white;
  background-color: #00401f;
}