#comprarConvocatoria {
    border-radius: 50px;
} 


.convoPillButton input{
    display:none;
}

.convoPillButton label {
    border:1px solid #0A326D;
    padding: 15px 30px;
    border-radius: 80px;
    display:flex;
    justify-content:space-between;
    margin:20px 0px;
    cursor:pointer;
}

.convoPillButton label:hover {
      background:#0A326D;
      color:white;  
}

.convoPillButton input:checked + label {
        background:#17DCFF;
    border-color: #17DCFF;
      color:white;  
}

@media screen and (max-width:768px) {
    .datosConvoResponsive .wp-block-column{
        border:none !important;
        margin-bottom:0px !important;
        padding:0px !important;
    }
}



#datanative *:not(.woocommerce-info) {
    display:none !important;
}