.popup-success{

    
    min-height: 100%;
    display: flex;
    z-index: 100;
    position: fixed;
    visibility: hidden;
    cursor: pointer;
    background-color: #ffffff99;
    
    }

    @media only screen and (max-width: 600px) {

      .popup-content {
        
        flex-direction: column;
        width: 80vw;
        height: auto;
        position: fixed;
        background: url("../imgs/Popup-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        border-radius: 6px;
        z-index: 100;
        box-shadow: 0 0 20px 1px rgba(12, 12, 12, 0.2);
        justify-content:space-between;
        margin: 4em;
        border-radius: 10px;

      }
    
    }

    .popup-content {
        
        top: 25%;
        height: auto;
        position: fixed;
        background: url("../imgs/Popup-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        border-radius: 6px;
        z-index: 100;
        box-shadow: 0 0 20px 1px rgba(12, 12, 12, 0.2);
        justify-content:space-between;
        margin-inline: auto;
        border-radius: 10px;

      }

      .popup-content-container{
        padding: 40px;
      }

        .show {
        visibility: visible !important;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s;
        }

      @-webkit-keyframes fadeIn {
        from {opacity: 0;}
        to {opacity: 1;}
      }

      @keyframes fadeIn {
        from {opacity: 0;}
        to {opacity:1 ;}
      }

      .show-error {
        display: contents !important;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s
      }

      .error-form{

        color: rgb(1, 31, 0);
        visibility: hidden;
      }

      .img-camiseta-elegida{

        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        width: 300px;
        
      }

    .popup-error{

        z-index: 100;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }