.ricardoalmeida-template-1-x-ModalCustom {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.ricardoalmeida-template-1-x-contact_container {
  width: 880px;
  min-height: 550px;
  max-width: 100%;
  background-color: #000;
  box-shadow: 0 0 5px 0 #000;
  padding: 80px 52px 24px;
}
.ricardoalmeida-template-1-x-contact_container h2 {
  font-size: 1.9rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 20px;
  color: #fff;
}
.ricardoalmeida-template-1-x-contact_container > div > p {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin: 0 0 30px;
  color: #fff;
}
.ricardoalmeida-template-1-x-contact_container input {
  width: 370px;
  max-width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  background-color: transparent;
  border-width: 0;
  border-bottom: 2px solid #fff;
  outline: none;
  padding-bottom: 28px;
  margin: 0 2px 29px;
}
.ricardoalmeida-template-1-x-contact_container form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ricardoalmeida-template-1-x-contact_container > span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 35px;
  right: 40px;
  cursor: pointer;
}
.ricardoalmeida-template-1-x-contact_container > span svg {
  color: #000;
}
.ricardoalmeida-template-1-x-contact_container
  .ricardoalmeida-template-1-x-formModalOptions {
  width: 100%;
}
.ricardoalmeida-template-1-x-contact_container
  .ricardoalmeida-template-1-x-formModalOptions
  label {
  width: 33%;
  display: flex;
  justify-content: center;
  color: #fff;
}
.ricardoalmeida-template-1-x-contact_container
  .ricardoalmeida-template-1-x-formModalOptions
  label
  span {
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #fff;
}
.ricardoalmeida-template-1-x-contact_container
  .ricardoalmeida-template-1-x-formModalOptions
  label
  span.ricardoalmeida-template-1-x-active {
  background-color: #fff;
}
.ricardoalmeida-template-1-x-contact_container
  .ricardoalmeida-template-1-x-formModalOptions
  p {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #fff;
}
.ricardoalmeida-template-1-x-contact_container button {
  margin: 20px auto;
  display: block;
  width: 130px;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  text-transform: capitalize;
  border-width: 0;
  border-bottom: 2px solid #fff;
  padding: 32px 0 10px;
  cursor: pointer;
}
.ricardoalmeida-template-1-x-contact_container button:disabled {
  transition: opacity 0.4s;
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .ricardoalmeida-template-1-x-contact_container {
    max-height: 80vh;
    min-height: 80vh;
    padding: 80px 15px 24px;
    justify-content: flex-start;
    overflow: auto;
  }
  .ricardoalmeida-template-1-x-contact_container input {
    width: 100%;
  }
  .ricardoalmeida-template-1-x-contact_container > span {
    right: 25px;
    top: 25px;
  }
  .ricardoalmeida-template-1-x-contact_container::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
  }
  .ricardoalmeida-template-1-x-contact_container::-webkit-scrollbar-track {
    border-radius: 999px;
    background-color: #e0e0e0;
  }
  .ricardoalmeida-template-1-x-contact_container::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 999px;
  }
  .ricardoalmeida-template-1-x-contact_container
    .ricardoalmeida-template-1-x-formModalOptions
    label {
    font-size: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .ricardoalmeida-template-1-x-contact_container
    .ricardoalmeida-template-1-x-formModalOptions
    > div {
    justify-content: space-between;
  }
  .ricardoalmeida-template-1-x-contact_container
    .ricardoalmeida-template-1-x-formModalOptions
    label
    span {
    width: 20px;
    height: 20px;
  }
}
