#vntCOTIZA{
    animation: DESVANECE .85s;
    width: 100%; height: 100vh; margin: 0px; padding: 0px;
    background-color: rgba(255, 255, 255, 0.699);
    display: none; flex-flow: column wrap;
    justify-content : center; align-items: center;
    z-index: 320; position: fixed;  }
    .vzPORTADOR{
        animation: rebote 1.25s;
        width: 65vh; height: auto;  padding: 20px;
        border-radius: 19px; box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.616);
        background-color: rgba(95, 109, 35, 0.9);
        color: white;   }
        .vc-CABECERA{
            width: 95%; height: auto; margin: 39px auto; 
            display: flex   ; flex-flow: column wrap;
            justify-content: center; align-items: center;
            text-align: center;      }
        .vc-CAMPOS{
            width: 90%; height: auto; margin:20px auto; 
            display: flex; flex-flow: row wrap;
            justify-content: space-between;    }
            .vcCAMPOS-BLOCK100{
                width: 100%; height: auto; margin:5px 0px; 
                display: flex; flex-flow: column wrap;
                justify-content: center;    }
            .vcCAMPOS-BLOCK70{
                width: 70%; height: auto; margin:5px 0px; 
                display: flex; flex-flow: column wrap;
                justify-content: center;    }
            .vcCAMPOS-BLOCK50{
                width: 45%; height: auto; margin:5px 0px; 
                display: flex; flex-flow: column wrap;
                justify-content: flex-start;    }
            .vcCAMPOS-BLOCK25{
                width: 20%; height: auto; margin:5px 0px; 
                display: flex; flex-flow: column wrap;
                justify-content: flex-start;    }
                .vcCAMPOS-Nombre{
                    width: 100%; height: auto; margin: 0px; 
                    display: flex; flex-flow: column wrap;
                    justify-content: center;    }
                .vcCAMPOS-Dato{
                    width: 100%; height: auto; margin:5px 0px; 
                    display: flex; flex-flow: column wrap;
                    justify-content: center;    }
        .vcENVIADO, .vcERROR, .vcLOAD  {
            width: 95%; height: auto; margin:39px auto; 
            display: none; flex-flow: column wrap;
            justify-content: center; align-items: center; 
            text-align: center;        }


.vCONTRATA-off{
    transition: .5s;
    width: 39px; height: 39px; margin: 0px auto 0px 60VH;
    display: flex; flex-flow: row wrap;
    justify-content: center  ; align-items:center;
    background: url(../ADD/B1ONE/webtns/icoCERRAR-Xblanco.png) center center / contain no-repeat;
    position: absolute; z-index: 10;
    cursor: pointer;}
    .vCONTRATA-off:hover{
        transition: .9s;
        transform: rotate(360deg); }
.linCOTIZA{
    width: 60%; height: 2px;
    display: flex; 
    margin: 5px 20% 5px 20%;
    background-color: rgb(175, 202, 52);
}

