.contactInfo {
  position: relative;
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.contactInfoColumn {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
}

.contactInfoColumn div {
  position: relative;
  line-height: 25px;
  width: 100%;
  margin: 10px auto;
  font-size: 16px;
}

.contactInfoColumnTitle {
  text-transform: uppercase;
  font-weight: 400;
}

.contactInfoColumnInfo {
  font-family: "Galliard Pro" !important;
}

.contactInfoColumnInfo.red {
  color: #7a182f;
}

.contactOptions {
  position: relative;
  width: 30%;
  margin: 30px auto;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  font-size: 17px;
  overflow: hidden;
}

.contactOption {
  width: calc(50% - 2px);
  margin: auto;
  margin: 0;
  line-height: 42px;
  position: relative;
  background-color: white;
  color: #7a182f;
  text-align: center;
  height: calc(100% - 4px);
  cursor: pointer;
  border: 2px solid #7a182f;
  border-right: none;
  border-radius: 50px;
}
div#workSection {
  border-right: 2px solid #7a182f;
}
.contactOption:nth-child(1) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.contactOption:nth-child(2) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.contactOption.selected {
  background-color: #7a182f;
  color: white;
}

.contactForm {
  position: relative;
  width: 80%;
  height: auto;
  margin: 30px auto;
  overflow: hidden;
}

.contactFormInput {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  color: black;
  border-radius: 0;
  text-align: center;
  height: 45px;
  text-indent: 15px;
  font-size: 16px;
  font-family: "Galliard Pro" !important;
}

.contactFormInput::placeholder {
  color: #808080;
}

textarea.contactFormInput {
  width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  height: 200px;
  resize: none;
}

.requiredInputsMessage {
  position: relative;
  width: 100%;
  color: #7a182f;
  text-align: center;
  margin: 20px auto;
  font-family: "Galliard Pro" !important;
  font-size: 18px;
}

#map {
  position: relative;
  height: 500px;
  margin: auto;
}
#map iframe {
  width: 100%;
  height: 100%;
}
.imageGrid {
  width: 85%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start;
  flex-direction: row;
  margin: auto;
}

.imageColumn {
  position: relative;
  -ms-flex: calc(50% - 50px);
  flex: calc(50% - 50px);
  margin: auto 25px;
  margin-top: 0;
}

.imageColumn img {
  vertical-align: middle;
  margin-bottom: 50px;
  width: 100%;
}

.centeredText {
  position: relative;
  margin: auto;
  width: 75%;
  text-align: center;
  font-size: 25px;
  line-height: 27px;
  color: #666666;
  font-family: "Galliard Pro" !important;
  margin-bottom: 150px;
  width: 60%;
}

.infoText * {
  font-family: "Galliard Pro" !important;
}

.infoText {
  position: relative;
  margin: auto;
  width: 60%;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  font-family: "Galliard Pro" !important;
  margin-bottom: 26px;
}

.sendContact {
  width: 200px;
}

.title {
  font-size: 45px;
  font-size: 23px;
  margin-top: 40px;
}
.centeredContent.customPageCenteredContent.font1 {
  width: 80%;
  max-width: unset;
  margin: 0px auto 30px;
  font-size: 15px;
  line-height: 19px;
}
div#customPageTitle {
  text-transform: capitalize;
  font-size: 23px;
  margin-top: 40px;
  display: none;
}
.subtitle {
  margin-bottom: 20px !important;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #7a182f;
}

.workMessage.contactFormInput {
  width: 80%;
  margin: 20px auto;
  border: none;
}
.contactRow.contactFormInput.workInput {
  display: flex;
  flex-direction: column;
}
.contactRow.contactFormInput {
  height: auto;
}

.contactLabel {
  margin: 10px auto;
  font-family: "Galliard Pro" !important;
  width: fit-content;
}

.file-input-wrapper.customButton {
  float: none;
  margin: 10px auto;
  color: black;
}
.file-input-wrapper.customButton {
  position: relative;
  width: 100px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  box-sizing: content-box;
  cursor: pointer;
}
.file-input-wrapper.customButton:hover {
  color: white;
}

.file-input-name {
  float: none;
  margin: auto;
}

select.contactFormInput {
  margin: 1px auto;
  width: 200px;
  border: none;
  float: none;
  display: block;
  text-align-last: center;
  padding: 0 30px;
}

.contactFormInputUnderline {
  position: relative;
  border-bottom: 1px solid black;
  width: 100%;
  height: 1px;
  margin: auto;
}

.contactForm:not(.workForm) .workInput {
  display: none;
}

.contactFormInput.radioButtons {
  height: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: auto;
}

.radioButton {
  position: relative;
  width: auto;
  height: auto;
  font-family: "Galliard Pro" !important;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.radioButton span {
  font-family: "Galliard Pro" !important;
}
.workInput .contactLabel {
  width: 100%;
  text-align: center;
}
.radioButtonClick {
  position: relative;
  height: 15px;
  width: 15px;
  margin: auto;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #ececec;
  background-color: #ececec;
  transition: all 0.2s ease-out;
}

.radioButton.selected .radioButtonClick {
  background-color: #7a182f;
}

@media screen and (max-width: 768px) {
  .leftColumn {
    width: 98%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .termsSeparator {
    margin-top: 30px;
    margin-bottom: -30px;
  }

  .termsText {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
    line-height: 15px;
  }
  textarea.contactFormInput {
    width: 100%;
  }
  .title {
    font-size: 28px;
    height: auto;
  }

  .customPageSubtitle {
    font-size: 15px;
    line-height: 19px;
  }

  .contactInput {
    width: 90%;
  }

  .subtitleByF {
    font-size: 15px;
  }

  .logoByF {
    width: 70px;
    margin-top: 50px;
  }

  .box1 {
    height: 254px;
  }

  .subtitleByF {
    font-size: 15px;
    margin-top: 15px;
  }
  .workMessage.contactFormInput.workInput {
    height: auto;
  }

  .box1pic {
    height: 160px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 25px;
  }

  .box1text {
    font-size: 13px;
    line-height: 16px;
    width: 80%;
    display: inline-block;
    margin-left: 10%;
    margin-top: 20px;
  }

  .fila {
    height: 550px;
    width: 90%;
    margin-left: 5%;
  }

  .half {
    width: 100%;
    height: 50%;
  }

  .box3 {
    margin-bottom: 50px;
  }

  .fila {
    display: flex;
    flex-direction: column;
  }

  .mobileTop {
    order: -1;
  }

  .customPageText {
    font-size: 12px;
    width: 80%;
  }

  .titulo {
    line-height: 25px;
    margin-top: 0;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }

  .pic1 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 0;
  }

  .pic2 {
    width: 88%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pic1mobile {
    display: block;
    width: 100%;
  }

  .sello {
    height: 85px;
    margin-left: -12px;
    margin-top: -52px;
    margin-bottom: 10px;
  }

  .rightColumn {
    width: 95%;
    float: none;
    margin-left: 2.5%;
    margin-top: 0;
    padding-top: 10px;
  }

  p {
    width: 100%;
    margin-left: 0;
  }

  .pic3 {
    width: 100%;
    margin-bottom: 50px;
  }

  .contactFormLeft {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 185px;
  }

  .contactFormRight {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    height: 200px;
  }

  .sendContact {
    margin: auto;
    /* margin-right: 25%; */
    margin-bottom: 40px;
  }

  .contactInfo {
    display: block;
    width: 85%;
  }

  .contactInfoColumn {
    margin-bottom: 50px;
  }

  #map {
    width: 90%;
    height: 300px;
  }

  .contactOptions {
    width: 90%;
  }

  .centeredText {
    width: 85%;
    margin-bottom: 50px;
  }

  .imageGrid {
    display: block;
    width: 85%;
  }

  .imageColumn {
    margin: auto;
  }

  .paymentImg {
    width: 100%;
    display: block;
    max-width: 200px;
    margin: auto;
    margin-bottom: 10px;
  }

  .infoText iframe {
    width: 100% !important;
    height: auto !important;
  }

  .infoText {
    width: 100%;
  }

  .subtitle {
    width: 95%;
    margin: auto;
    text-align: center;
  }

  .contactFormInput.radioButtons {
    display: block;
  }

  .radioButton {
    width: 100%;
  }

  .radioButtonClick {
    margin-right: 0;
  }
  .contactOption {
    font-size: 14px;
  }
  .radioButton span {
    width: 70%;
    margin: auto;
    margin-left: 0;
  }

  .file-input-wrapper {
    padding: 0;
  }
}
