      .section-option-footer {
          background: #fff;
          box-shadow: 0 0 5px rgb(0 0 0 / 25%);
          padding: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: fixed;
          bottom: 0;
          right: 0;
          left: 0;
          z-index: 9;
      }

      .section-option-footer .box-btn-postula-upn {
          margin-left: 6px;
          margin-right: 6px;
      }

      @media (min-width: 375px) {
          .section-option-footer .box-btn-postula-upn {
              margin-left: 20px;
              margin-right: 20px;
          }
      }

      @media (min-width: 576px) {
          #whatsapp {
              position: fixed;
              bottom: 25px;
              right: 25px;
              text-align: center;
              z-index: 99;
          }

          #whatsapp p {
              background: #eee;
              font-size: 14px;
              margin-bottom: 10px;
              padding: 0.5em;
          }

          #whatsapp p:before {
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-top: 6px solid #eee;
              bottom: 64px;
              content: "";
              height: 0;
              left: 50%;
              position: absolute;
              width: 0;
              transform: translate(-50%, 0);
          }

          .btn-wa-flotante {
              filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
          }

          .btn-wa-flotante:hover {
              zoom: 0.9;
          }
      }