@font-face{
  font-family: "RalewayBlack";
  src: url("./fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
font-style: normal;
}

@font-face{
  font-family: "RalewayBold";
  src: url("./fonts/Raleway-Bold.ttf") format("opentype");
  font-weight: bold;
font-style: bold;
}

body{
  margin: 0;
  padding: 0;
}
.main-container{
  width: 3840px;
  height: 1080px;
  overflow: hidden;
  position: relative;
}

.header-orders__title{
  font-family: Raleway;
  font-size: 77px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: left;
  color: #007041;

}

.header{
  display: flex;
}
.header-orders{
  display: flex;
  width: 50%;
}

.header-orders__title--cliente{
  margin-left: 601px;
}

.header-orders__title--turno{
  margin-left: 627px;
}

.header-orders__icon{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main{
  display: flex;
  height: 893px;
}
.main-orders{
  background: #007041;
  background-image: url('../assets/img_left.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
}

.main-img-right{
  background-image: url('../assets/img_right.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
}

.main-orders-group{
  display: flex;
  margin-top: 70px;
}
.main-orders__customer{
  background: #01592F;
  
  border-radius: 25px;
  width: 102%;
}

.main-orders__customer--number{
  margin-right: 100px;
}

.main-orders__customer--name{
  font-family: Raleway;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-left: 96px;
    width: 70%;
    padding-top: 12px;
    padding-bottom: 18px;
    margin-top: 14px;
    margin-bottom: 14px;

}

.main-orders-group__names{
  margin-left: 96px;
  width: 71%;
}

.main-orders-__turns{
  margin-left: 96px;
}



