
.btn-conwhat{
    background:var(--whats);
    color:white;
	margin-top: 15px;
    flex:1;
    padding:10px;
    padding-left:30px;
    padding-right:30px;
    border:none;
    border-radius:15px;
    cursor:pointer;
    font-weight:bold;
font-size: 15px;
}
.btn-conwhat:hover{
background:var(--aqua);
}

/* MODAL */

.modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    justify-content:center;
    align-items:center;
    z-index:1000;
}

.modal-content{
    background:white;
    width:90%;
    max-width:500px;
    padding:30px;
    border-radius:10px;
    position:relative;
    animation:fadeIn .3s ease;
}

@keyframes fadeIn{
    from{opacity:0; transform:translateY(-10px);}
    to{opacity:1; transform:translateY(0);}
}

.close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:20px;
    cursor:pointer;
}

.modal-content input{
    width:100%;
    padding:5px;
    margin-top:10px;
}

.btn-group{
    display:flex;
    gap:10px;
    margin-top:20px;
}

/*button{
    flex:1;
    padding:10px;
    border:none;
    border-radius:6px;
    cursor:pointer;
    font-weight:bold;
}
.btn{
    flex:1;
    padding:10px;
    border:none;
    cursor:pointer;
    border-radius:5px;
    font-weight:bold;
}*/
/*.btn-cotizar{
    background:var(--morado);
    color:white;
}

.btn-wsp{
    background:var(--whats);
    color:white;
}


.btn-cotprin{
    background:var(--verdemas);
    color:white;
}

.btn-verif{
    display:flex;
    gap:10px;
    margin-top:10px;
    background: var(--verdin);
}
.btn-verif2{
    display:flex;
    gap:10px;
    margin-top:10px;
    background: var(--blanco);
}
.imgverif{
    display:block;
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
    
}
.inverif{
    text-align: center;
    
}*/
/*=========TAV==========*/
