
    .flxCcamFooter { display: flex; }

    .minimoFoot100 { min-height: 100px; }
    .minimoFoot140 { min-height: 140px; }
    .minimoFoot180 { min-height: 180px; }

    .anchoIglDiv {
      flex: 1;
      padding: 20px;
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .contenedorFooter { 
        flex-direction: column;
        align-items: center;
      }
      .anchoIglDiv { flex: 100%; }
    }

    #btnSubirInicio {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #007bff;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      transform: scale(1);
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
      z-index: 1;
    }

