
.contact .leftContent{
  gap: 64px;
  width: 50%;
}
.contact .topContent{
  gap: 40px;
}
.contact .content{
  gap: 80px;
}

.contact .data{
  gap: 24px;
}
.contact h1{
  margin: 0;
}


.contact .social {
  gap: 64px;
  
}
.contact .social img{
  width: 54px;
  
}
#contactoForm{
  width: 50%;
  gap: 32px;
  display: flex;
  flex-direction: column;
}

#contactoForm input[type="text"], #contactoForm input[type="email"], #customForm input[type="text"], #customForm input[type="email"], #pagoForm input[type="text"], #pagoForm input[type="number"], #pagoForm select{
  border-radius: 30px;
  border:2px solid #fff;
  height: 56px;
  text-indent: 5px;
  width: 100%;
  background-color: transparent;
  margin-top: 6px;
  color: #fff;
  padding: 12px;
}

#contactoForm textarea, #customForm textarea, #pagoForm textarea{
  border:none;
  font-family: sans-serif;
  height: 140px;
  text-indent: 5px;
  resize: none;
  width: 100%;
  border-radius: 30px;
  border:2px solid #fff;
  background-color: transparent;
  margin-top: 6px;
  color: #fff;
  padding: 12px;

}
input:-internal-autofill-selected {
  background-color: transparent !important;
}
#contactoForm label{
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 200;
 
}




#contactoForm .custom-file-upload,
#customForm .custom-file-upload {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

#contactoForm .custom-file-upload label,
#customForm .custom-file-upload label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0.32px;

}

#contactoForm .file-upload-wrapper,
#customForm .file-upload-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  background-color: transparent;
  height: 56px;
}

#contactoForm .file-upload-btn,
#customForm .file-upload-btn {
  display: flex;
  padding: 10px 20px;
  background-color: #f5ff3c;
  color: black;
  font-weight: bold;
  cursor: pointer;
  border-radius: 30px 0 0 30px;
  height: 56px;
  align-items: center;
}

#contactoForm .file-name,
#customForm .file-name {
  padding: 0 15px;
  color: white;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#contactoForm .custom-file-upload input[type="file"],
#customForm .custom-file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 770px) {
  .contact .content{
    flex-direction: column-reverse;
  }
  #contactoForm{
    width: 100%;
  }
  .contact #contactoForm .titleMobile{
    display: flex !important;
  }

  #contactoForm .buttonS{
    width: 100%;
  }
  .contact .social {
    flex-direction: row;
  }
  .contact .titleAlt{
    display: none;
  }
  .contact h3{
    font-size: 24px;
  }
}