/* general */

.titleBold {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  margin: 40px auto;
  width: 100%;
  overflow: hidden;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.contactDiv {
  display: flex;
  width: 800px;
  justify-content: space-around;
  flex-flow: wrap;
}

.contactDiv.work {
  margin-top: 60px;
}

.inputContainer {
  width: 45%;
  float: left;
  height: 52px;
  margin: 15px 0px;
  border: 1px solid;
  display: block;
  position: relative;
}

.contactInput {
  padding: 0px;
  background: transparent;
  border: none;
  height: 50px;
  width: calc(100% - 15px);
  line-height: 50px;
  margin-left: 15px;
  margin-bottom: unset;
  color: #000000;
  font-size: 13px;
}

.contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 1;
  color: #000000;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
  color: #000000;
}

.contactInput::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
  color: #000000;
}

.contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 1;
  color: #000000;
}
.formSelect {
  width: 100%;
  height: 100%;
  border: none;
  color: #000000;
  text-indent: 15px;
  font-weight: 300;
}
option {
  font-weight: 300;
  display: block;
  white-space: nowrap;
  padding: 0px 13px 1px;
}

/* end general */

/* contact */
.sendContact {
  width: 245px;
  height: auto;
  color: #000000;
  font-weight: 500;
  margin-top: 30px;
  background-color: unset;
  border-radius: 0px;
}
.sendContact:hover {
  background-color: unset;
}

.textAreaContainer {
  width: 95%;
  height: 200px;
}
.contactTextarea {
  height: 100%;
}
.separatorLine {
  width: 90%;
  margin: 60px auto 50px;
  height: 2px;
  background: #c4c4c4;
  max-width: 1400px;
  overflow: auto;
}
.mapsContainer {
  display: flex;
  flex-flow: wrap;
  gap: 3%;
  width: 90%;
  margin: 60px auto 40px;
  overflow: hidden;
  max-width: 1400px;
}
.mapBox {
  width: calc(94% / 3);
  margin-bottom: 20px;
  position: relative;
}
.mapBoxTop {
  position: relative;
}
.storeFont {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mapBox:hover .storeFont {
  opacity: 0;
}
.maps {
  width: 100%;
}

.mapBottom {
  margin: 20px 0px;
  color: #000000;
  font-size: 13px;
  line-height: 17px;
}
/* end contact */

/* work */
.work .sendForm {
  justify-content: center;
  display: flex;
  margin-top: 10px;
  margin-bottom: 80px;
}

.sendForm {
  margin-top: 80px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.uploadFileContianer {
  width: 45%;
  margin-top: 6px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.sendForm .redLineBtn {
  float: right;
}
.oddForm .redLineBtn {
  width: 100%;
}
.contactLabel {
  width: 100%;
  margin: 10px 0;
}
.file-input-wrapper {
  width: 100px;
  border: 1px solid #9c9c9c;
  margin-left: 0px;
  height: 100px;
  font-size: 12px;
  color: #9c9c9c;
  background-image: url(../../files/more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18%;
}

.file-input-name.selected {
  position: absolute;
  width: 80px;
  margin-left: 11px;
  margin-top: 0px;
  word-break: break-all;
  top: 50%;
  cursor: pointer;
  z-index: 2;
}

.file-input-close {
  position: absolute;
  top: 8px;
  color: #d6001a;
  left: 180px;
  font-weight: 600;
  display: none;
  z-index: 2;
  cursor: pointer;
}
.work .file-input-close {
  top: 30px;
  left: 111px;
}
.workBanner {
  width: 100%;
  height: auto;
}
/* end work */
/* send proyect */
.oddForm .uploadFileContianer {
  margin-top: 125px;
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}
.oddForm .contactLabel {
  width: fit-content;
  margin: 0px 15px 0px 0px;
}
.oddForm .file-input-wrapper {
  width: 52px;
  height: 52px;
}
.oddForm .file-input-name.selected {
  width: 52px;
  top: 35%;
  left: 110px;
}
.oddForm .btnContainer {
  margin-top: 0px;
  margin-bottom: 75px;
  width: 240px;
  position: absolute;
  bottom: 0;
  left: 2.5%;
}
.oddForm .textAreaContainer {
  width: 45%;
}
.inputs {
  width: 45%;
  float: left;
}
.inputs .inputContainer {
  width: calc(100% - 2px);
}
.certification .btnContainer {
  margin-bottom: 75px;
}

@media screen and (max-width: 1100px) {
  .titleBold {
    font-size: 17px;
    line-height: 21px;
    margin: 40px auto 30px;
  }
  .contactDiv {
    display: block;
    width: 90%;
  }
  .contactDiv.work {
    display: flex;
    margin-top: 20px;
  }
  .inputContainer {
    width: calc(100% - 2px);
    margin: 10px 0px;
  }
  .sendContact {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .textAreaContainer {
    margin-bottom: 20px;
  }

  .separatorLine {
    width: 100%;
    margin: 40px auto 50px;
    height: 1px;
  }
  .mapsContainer {
    display: block;
    margin: 40px auto;
  }
  .mapBox {
    width: 100%;
  }
  .mapBottom {
    margin: 10px 0px;
    line-height: 18px;
  }
  .contactInput {
    font-size: 12px;
  }
  .sendForm {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .uploadFileContianer {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .contactLabel {
    font-weight: 500;
  }
  .maps {
    height: 200px;
  }
  .oddForm .uploadFileContianer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 90px;
    margin-bottom: 10px;
  }
  .oddForm .contactLabel {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .oddForm .btnContainer {
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%;
    left: 0;
    bottom: unset;
    position: relative;
  }
  .oddForm .file-input-name.selected {
    width: 52px;
    top: 50%;
    left: 0px;
    margin-left: 5px;
  }
  .oddForm .file-input-close {
    top: 32px;
    left: 68px;
  }
  .oddForm .textAreaContainer {
    width: 100%;
  }
  .inputs {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .storeFont {
    opacity: 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .sendContact {
    width: 50%;
  }
}
