@font-face {
  font-family: Avenir;
  src: url("fonts/avenir-next-regular.woff"); }

html body .section .img-full {
  width: 100%; }

html body .section .caballero {
  opacity: 0;
  width: 60%;
  margin-left: 20%;
  margin-top: -15%;
  transition: 1.5s ease-in-out; }

html body .xgongiveittoya {
  background-image: url("img/FONDO X_Mesa de trabajo 1.png");
  background-position: center;
  background-repeat: repeat;
  background-size: contain; }
  html body .xgongiveittoya #pre-footer {
    width: 100%;
    float: left;
    font-family: Avenir;
    font-size: 18px;
    color: #e6e6e6;
    text-align: center;
    margin: 64px 0 64px 0; }
    @media screen and (max-width: 767px) {
      html body .xgongiveittoya #pre-footer {
        font-size: 4.2vw; } }
  html body .xgongiveittoya .titlez {
    width: 20%;
    margin-left: 40%;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      html body .xgongiveittoya .titlez {
        width: 50%;
        margin-left: 25%; } }
  html body .xgongiveittoya #form-contacto {
    width: 70%;
    margin-left: 15%;
    background-color: transparent;
    border: 1px solid white;
    float: left;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px; }
    @media screen and (max-width: 767px) {
      html body .xgongiveittoya #form-contacto {
        width: 85%;
        margin-left: 7.5%; } }
    html body .xgongiveittoya #form-contacto input, html body .xgongiveittoya #form-contacto select {
      outline: none;
      color: white;
      font-family: Avenir;
      background-color: transparent;
      border: 1px solid white;
      float: left;
      width: 46.25%;
      margin: 26px 2.5% 0 2.5%;
      padding: 1%;
      font-size: 19px;
      height: 39.91px; }
      @media screen and (max-width: 767px) {
        html body .xgongiveittoya #form-contacto input, html body .xgongiveittoya #form-contacto select {
          width: 85%;
          margin: 26px 7.5% 0 7.5%; } }
      html body .xgongiveittoya #form-contacto input:nth-child(even), html body .xgongiveittoya #form-contacto select:nth-child(even) {
        margin-left: 0; }
        @media screen and (max-width: 767px) {
          html body .xgongiveittoya #form-contacto input:nth-child(even), html body .xgongiveittoya #form-contacto select:nth-child(even) {
            width: 85%;
            margin: 26px 7.5% 0 7.5%; } }
    html body .xgongiveittoya #form-contacto select {
      background-color: black; }
    html body .xgongiveittoya #form-contacto center {
      position: sticky;
      width: 100%;
      float: left;
      margin-bottom: -96px; }
    html body .xgongiveittoya #form-contacto button {
      position: sticky;
      padding: 6px 3% 6px 3%;
      background-color: black;
      border: 2px solid #fac574;
      color: white;
      font-size: 19px;
      font-weight: bold;
      margin-top: 12px;
      transition: 0.2s ease-in-out;
      cursor: pointer; }
      html body .xgongiveittoya #form-contacto button:hover {
        background-color: #fac574;
        color: black;
        border: 2px solid white; }
