  /*//////////// GALERIA ////////////////*/
  .about-galeria img {
      /* height: 320px;
      width: 100%;
      object-fit: cover; */
  }

  .about-galeria-desktop {
      height: 45vh;
  }

  .about-galeria-mobile {
      height: 25vh;
  }

  .about-galeria-desktop img,
  .about-galeria-mobile img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /*//////////// BLOQUES DE TEXTO ////////////////*/
  .text-block-about {
      padding: 60px 0px 40px 0px;
  }

  .text-block-about ul {
      padding-left: 1.2rem;
  }

  .text-block-about ul li {
      margin-bottom: 1rem;
  }

  .text-block-deco {
      width: 2000px;
      height: 100%;
      position: absolute;
      bottom: 0;
      box-shadow: inset 5.71292px 5.71292px 23.8038px rgba(0, 0, 0, 0.35);
  }

  .text-block-deco-img {
      width: 95%;
  }

  .text-block-deco.orange-deco {
      background: linear-gradient(133.36deg, #DA6748 41.5%, #D44B95 96.06%);
      border-radius: 0px 300px 300px 0px;
      right: 0;
  }

  .text-block-deco.pink-deco {
      background: linear-gradient(139.52deg, #D44B95 38.51%, #37B1A7 106.58%);
      border-radius: 300px 0px 0px 300px;
      left: 0;
  }


  /*//////////// Valores ////////////////*/
  .valores {
      padding: 60px 0px 80px 0px;
      position: relative;
      height: 500px;
      overflow: hidden;
  }

  .valores-container {
      text-align: center;
  }

  .valores-container img {
      margin-bottom: 1rem;
  }

  .valores-container p {
      font-weight: 500;
  }

  .valores-button {
      height: 150px;
      text-align: center;
      background: rgb(255, 255, 255);
      background: linear-gradient(0deg, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.1) 100%);
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 30px;
      transition: .4s;
  }

  .valores-button a {
      cursor: pointer;
  }

  .auto-height {
      height: auto !important;
  }

  .hide-valores-button {
      opacity: 0;
  }

  /*//////////// BANNER ////////////////*/
  .banner-cv {
      background: url("../img/banner-cv-bg.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right center;
      min-height: 480px;
      display: flex;
      align-items: center;
      color: #fff;
      padding: 40px 0px;
  }

  .banner-cv h5 {
      text-shadow: 0px 1.88476px 1.88476px rgba(0, 0, 0, 0.35);
      line-height: 1;
  }

  .banner-cv .h1 {
      font-size: 52px;
  }

  .banner-cv .h2 {
      font-size: 40px;
  }

  /* Modal para cargar el CV */
  .adjuntar-input {
      background: #595959;
      border-radius: 4px;
      color: white;
      height: calc(1.5em + 0.75rem + 1px);
      display: flex;
      align-items: center;
      line-height: 1.84;
      border: 1px solid #666666;
      font-size: 14px;
  }

  .adjuntar-input:visited,
  .adjuntar-input:focus {
      background: #1F609C;
  }

  .portfolio-input {
      background: #F1F1F1;
  }

  .portfolio-input:focus {
      background: #c3dbf2;
      border: 1px solid #1F609C;
      color: #1F609C;
  }




  .file-input-container {
      display: flex;
      align-items: center;
      background: #595959;
      border-radius: 5px;
      position: relative;
      padding: 2px;
      font-size: 14px;
  }

  .sm-input-file {
      opacity: 0;
      color: #595959;
      background: #595959;
      width: 45%;
      position: absolute;
      height: 35px;
      left: 0;
      z-index: 500;
  }

  .for-sm-input-file {
      width: 45%;
      height: 100%;
      background: #fff;
      color: #595959;
      text-align: center;
      left: 0px;
      border-radius: 3px;
      margin-bottom: 0 !important;
      padding: 5px;
      transition: .3s;
  }

  .file-input-container:hover .for-sm-input-file {
    background: rgb(232, 232, 232);
}

  .span-text {
      text-align: center;
      height: 100%;
      color: #fff;
      width: 55%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 50%;
      padding: 0 8px;
  }



  @media (max-width: 1024px) {
      .about-galeria-desktop {
          height: 35vh;
      }
  }

  @media (max-width: 768px) {
      .about-galeria-desktop {
          height: 25vh;
      }
  }

  @media (max-width: 525px) {

      .text-block-deco.orange-deco,
      .text-block-deco.pink-deco {
          border-radius: 0px;
      }

      .valores {
          min-height: 695px;
      }

      .banner-cv {
          background: url("../img/banner-cv-bg-mobile.jpg");
          background-size: cover;
          background-repeat: no-repeat;
          text-align: center;
      }

      .banner-cv .h1 {
          font-size: 36px;
      }

      .banner-cv .h2 {
          font-size: 28px;
      }

  }

  @media (max-width: 376px) {

      .about-galeria-mobile {
          height: 26vh;
      }

  }

  @media (max-width: 320px) {

      .about-galeria-mobile {
          height: 23vh;
      }

  }
