@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: -22%;
  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 .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 .pres-container {
    width: 65%;
    margin-left: 17.5%;
    margin-top: 64px;
    margin-bottom: 64px; }
    html body .xgongiveittoya .pres-container div.presentacion {
      float: left;
      width: 33.3333%;
      transition: 0.2s ease-in-out;
      margin: 24px 0 32px 0;
      cursor: pointer; }
      html body .xgongiveittoya .pres-container div.presentacion:hover {
        transform: scale(1.1); }
      html body .xgongiveittoya .pres-container div.presentacion .pres-bg {
        width: 90%;
        margin: 0 5% 0 5%; }
      html body .xgongiveittoya .pres-container div.presentacion .divisor {
        border-top: 2px solid #332e28;
        width: 100%;
        margin-top: 14%; }
      html body .xgongiveittoya .pres-container div.presentacion a {
        display: inline-block; }
        html body .xgongiveittoya .pres-container div.presentacion a img {
          width: 50%;
          margin-left: 25%;
          margin-top: -8%; }
